/* =====================================================================
   Las Hortensias Hotel Boutique — sitio público
   Paleta: violeta del logo (#8e6eff), tinta ciruela, crema cálido
   y el verde del folleto de paquetes turísticos.
   ===================================================================== */
:root {
  --ink: #1d1629;
  --ink-2: #2a2140;
  --plum: #3b2a5e;
  --violet: #8e6eff;
  --violet-600: #6d4fc2;
  --violet-700: #573ba8;
  --violet-50: #f5f1ff;
  --violet-100: #ebe4ff;
  --lilac: #cdbef8;
  --cream: #f8f4ee;
  --sand: #efe6da;
  --text: #2b2437;
  --muted: #6b6278;
  --line: #e7dfd4;
  --line-2: #efe9f6;
  --green: #1b6a4b;
  --green-50: #eaf3ee;
  --danger: #b4382f;
  --radius: 22px;
  --shadow: 0 24px 60px -28px rgba(29, 22, 41, .45);
  --shadow-sm: 0 10px 30px -18px rgba(29, 22, 41, .35);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 5vw, 44px);
  --header-h: 88px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.menu-open, body.lb-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
picture { display: block; }
a { color: inherit; text-underline-offset: 3px; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.12; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
figure { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 16px; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.ico { width: 1.15em; height: 1.15em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.2em; }
section[id] { scroll-margin-top: 64px; }
.section { padding: clamp(80px, 10vw, 140px) 0; }
.section--dark { background: var(--ink); color: #f1ecf8; }

/* ---------- Tipografía de secciones ---------- */
.kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: 12.5px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--violet-600); }
.kicker .ico { width: 18px; height: 18px; color: var(--violet); }
.section--dark .kicker { color: var(--lilac); }
.sec-title { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(36px, 5vw, 62px); line-height: 1.06; letter-spacing: -.012em; color: var(--ink); text-wrap: balance; }
.sec-title em { font-style: italic; color: var(--violet-600); }
.section--dark .sec-title { color: #fff; }
.section--dark .sec-title em { color: var(--lilac); }
.sec-lead { margin: 0; max-width: 56ch; font-size: clamp(17px, 1.4vw, 19px); color: var(--muted); }
.sec-head { margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sec-head--split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: end; }
.sec-head--split .sec-title { margin-bottom: 0; }
.sec-head__aside { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.lead { font-size: clamp(18px, 1.6vw, 21px); color: var(--ink); }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px;
  background: var(--violet-600); color: #fff; font-family: var(--sans); font-weight: 500; font-size: 15px; letter-spacing: .03em;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .25s, transform .25s, box-shadow .25s, color .25s, border-color .25s;
}
.btn:hover { background: var(--violet-700); transform: translateY(-1px); box-shadow: 0 14px 28px -14px rgba(87, 59, 168, .8); }
.btn:active { transform: none; }
.btn .ico { width: 18px; height: 18px; }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 14px; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--violet-50); color: var(--ink); }
.btn--ghost { background: transparent; color: inherit; border-color: rgba(255, 255, 255, .55); }
.btn--ghost:hover { background: rgba(255, 255, 255, .12); box-shadow: none; }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { background: #fff; color: var(--violet-700); border-color: var(--violet); box-shadow: none; }
.btn--wa { background: #1f9d57; }
.btn--wa:hover { background: #17844a; box-shadow: 0 14px 28px -14px rgba(23, 132, 74, .8); }
.btn[disabled] { opacity: .65; cursor: progress; transform: none; box-shadow: none; }
.link { display: inline-flex; align-items: center; gap: 6px; color: var(--violet-600); font-weight: 500; text-decoration: none; }
.link:hover { text-decoration: underline; }

/* ---------- Encabezado ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; height: var(--header-h); color: #fff;
  transition: height .35s var(--ease), background-color .35s, color .35s, box-shadow .35s;
}
.site-header::before { content: ""; position: absolute; inset: 0 0 -40px; z-index: -1; background: linear-gradient(180deg, rgba(18, 12, 30, .55), transparent); pointer-events: none; transition: opacity .35s; }
.site-header.is-scrolled { --header-h: 70px; background: rgba(248, 244, 238, .92); -webkit-backdrop-filter: saturate(1.5) blur(16px); backdrop-filter: saturate(1.5) blur(16px); color: var(--ink); box-shadow: 0 1px 0 rgba(29, 22, 41, .08); }
.site-header.is-scrolled::before { opacity: 0; }
.header-inner { display: flex; align-items: center; gap: 32px; }
.brand { position: relative; flex: none; display: block; height: 56px; transition: height .35s var(--ease); }
.brand img { width: auto; height: 100%; transition: opacity .35s; }
.brand__dark { position: absolute; top: 0; left: 0; opacity: 0; }
.is-scrolled .brand { height: 46px; }
.is-scrolled .brand__light { opacity: 0; }
.is-scrolled .brand__dark { opacity: 1; }
.nav { display: flex; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.nav a { position: relative; padding: 8px 0; font-size: 13.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; opacity: .92; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav a:hover::after, .nav a[aria-current="true"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: 8px; }
.lang-switch { display: inline-flex; align-items: center; gap: 6px; height: 42px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-decoration: none; transition: background-color .25s, border-color .25s; }
.lang-switch:hover { background: rgba(255, 255, 255, .12); }
.is-scrolled .lang-switch { border-color: var(--line); }
.is-scrolled .lang-switch:hover { background: #fff; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle .ico { width: 22px; height: 22px; }
.is-scrolled .menu-toggle { border-color: var(--line); }

/* ---------- Menú móvil ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 80; display: flex; flex-direction: column; gap: 28px;
  padding: 22px var(--gutter) 32px; overflow-y: auto; color: #fff;
  background: radial-gradient(900px 500px at 100% 0%, rgba(142, 110, 255, .25), transparent 60%), var(--ink);
  visibility: hidden; opacity: 0; transform: translateY(-12px);
  transition: opacity .35s, transform .45s var(--ease), visibility 0s .45s;
}
.menu-open .mobile-menu { visibility: visible; opacity: 1; transform: none; transition: opacity .35s, transform .45s var(--ease); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu__top img { width: auto; height: 50px; }
.menu-close { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; background: transparent; cursor: pointer; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 6px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font-family: var(--serif); font-size: clamp(30px, 8vw, 44px); line-height: 1.25; text-decoration: none; }
.mobile-menu__foot { display: flex; flex-direction: column; gap: 12px; margin-top: auto; }
.mobile-menu__lang { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; color: var(--lilac); text-decoration: none; }

/* ---------- Portada ---------- */
.hero { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100vh; min-height: 100svh; overflow: hidden; color: #fff; background: var(--ink); }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__slide picture, .hero__slide img { width: 100%; height: 100%; }
.hero__slide img { object-fit: cover; transform: scale(1.1); transition: transform 9s linear; }
.hero__slide.is-active img { transform: scale(1.001); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(18, 12, 30, .5) 0%, rgba(18, 12, 30, .1) 32%, rgba(18, 12, 30, .35) 58%, rgba(18, 12, 30, .88) 100%), linear-gradient(90deg, rgba(18, 12, 30, .45), transparent 65%); }
.hero__content { padding-top: calc(var(--header-h) + 48px); padding-bottom: clamp(36px, 5vw, 56px); }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0; font-size: 13px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--lilac); }
.hero__eyebrow .ico { width: 20px; height: 20px; }
.hero h1 { max-width: 13ch; margin: 18px 0 22px; font-family: var(--serif); font-size: clamp(44px, 7vw, 100px); line-height: 1.02; letter-spacing: -.018em; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--lilac); }
.hero__lead { max-width: 50ch; margin: 0; font-size: clamp(17px, 1.5vw, 20px); font-weight: 300; color: rgba(255, 255, 255, .88); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__dots { position: absolute; top: 50%; right: var(--gutter); z-index: 2; display: flex; flex-direction: column; gap: 12px; transform: translateY(-50%); }
.hero__dot { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255, 255, 255, .75); border-radius: 50%; background: transparent; cursor: pointer; transition: background-color .3s, transform .3s; }
.hero__dot.is-active { background: #fff; transform: scale(1.3); }

/* ---------- Barra rápida de reservas ---------- */
.quickbar { display: grid; grid-template-columns: 1fr 1fr .85fr .85fr auto; align-items: stretch; margin-top: clamp(32px, 5vw, 56px); padding: 8px; border-radius: 24px; background: rgba(255, 255, 255, .97); color: var(--text); box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .6); }
.quickbar__field { display: flex; flex-direction: column; justify-content: center; gap: 2px; min-width: 0; padding: 10px 18px; border-right: 1px solid var(--line); }
.quickbar__field:nth-last-child(2) { border-right: 0; }
.quickbar__field > span { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.quickbar__field > span .ico { width: 15px; height: 15px; color: var(--violet-600); }
.quickbar input[type="date"] { width: 100%; min-height: 34px; padding: 4px 0; border: 0; background: transparent; font: inherit; font-size: 16px; font-weight: 500; color: var(--ink); outline: none; }
.quickbar__submit { min-height: 64px; padding: 0 28px; border-radius: 18px; }

/* ---------- Selector de cantidad ---------- */
.stepper { display: flex; align-items: center; width: max-content; max-width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.stepper button { display: grid; place-items: center; flex: none; width: 46px; height: 50px; border: 0; background: var(--violet-50); color: var(--violet-700); cursor: pointer; transition: background-color .2s; }
.stepper button:hover { background: var(--violet-100); }
.stepper button .ico { width: 16px; height: 16px; }
.stepper input, .field .stepper input { width: 58px; min-height: 0; padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; font: inherit; font-size: 17px; font-weight: 600; text-align: center; color: var(--ink); outline: none; -moz-appearance: textfield; appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper--bare { border: 0; background: transparent; }
.stepper--bare button { width: 30px; height: 30px; border-radius: 50%; }
.stepper--bare input { width: 40px; height: 34px; }

/* ---------- El hotel ---------- */
.intro__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.intro__text > p:not(.kicker):not(.lead) { color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; list-style: none; }
.chips li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 14.5px; color: var(--ink); }
.chips .ico { color: var(--violet-600); }
.intro__collage { position: relative; aspect-ratio: 1 / 1.02; min-height: 420px; }
.intro__ornament { position: absolute; top: -14%; right: -12%; width: 78%; opacity: .35; pointer-events: none; }
.collage { position: absolute; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.collage picture, .collage img { width: 100%; height: 100%; }
.collage img { object-fit: cover; }
.collage--main { top: 6%; left: 0; width: 78%; height: 72%; }
.collage--a { bottom: 0; left: 8%; width: 42%; height: 34%; border: 6px solid var(--cream); }
.collage--b { top: 0; right: 0; width: 40%; height: 38%; border: 6px solid var(--cream); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(56px, 7vw, 90px); border-top: 1px solid var(--line); list-style: none; }
.stats li { display: flex; flex-direction: column; gap: 6px; padding: 28px 20px 0; border-left: 1px solid var(--line); }
.stats li:first-child { padding-left: 0; border-left: 0; }
.stats strong { font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1; color: var(--violet-600); }
.stats span { font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------- Habitaciones ---------- */
.rooms { background: linear-gradient(180deg, var(--cream), var(--sand)); }
.rail-nav { display: flex; gap: 10px; }
.rail-btn { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; transition: background-color .25s, color .25s, border-color .25s, opacity .25s; }
.rail-btn:hover:not(:disabled) { background: var(--ink); color: #fff; border-color: var(--ink); }
.rail-btn:disabled { opacity: .35; cursor: default; }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(290px, 31%, 400px); gap: 24px; margin: 0 calc(var(--gutter) * -1); padding: 8px var(--gutter) 34px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--gutter); scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.room-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); scroll-snap-align: start; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.room-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.room-card__media picture, .room-card__media img { width: 100%; height: 100%; }
.room-card__media img { object-fit: cover; transition: transform 1s var(--ease); }
.room-card:hover .room-card__media img { transform: scale(1.05); }
.room-card__photos { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border: 0; border-radius: 999px; background: rgba(29, 22, 41, .72); color: #fff; font-size: 13.5px; font-weight: 500; cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.room-card__photos:hover { background: rgba(29, 22, 41, .9); }
.room-card__body { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 24px 24px 22px; }
.room-card h3 { font-family: var(--serif); font-size: 27px; color: var(--ink); }
.room-card__body > p { margin: 0; font-size: 15.5px; color: var(--muted); }
.room-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 14px; color: var(--ink); list-style: none; }
.room-meta li { display: inline-flex; align-items: center; gap: 7px; }
.room-meta .ico { color: var(--violet-600); }
.room-amen { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.room-amen li { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--violet-50); color: var(--violet-700); }
.room-card__foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line-2); }
.price { display: flex; flex-direction: column; line-height: 1.2; }
.price small { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.price strong { margin: 2px 0; font-family: var(--serif); font-size: 24px; font-weight: 500; color: var(--ink); }
.price strong.price--ask { font-size: 20px; font-style: italic; }
/* Playfair usa números de estilo antiguo: en cifras y códigos se alinean para que se lean parejos. */
.stats strong, .price strong, .summary__total strong, .room-opt__price strong, .bform-done__code { font-variant-numeric: lining-nums; }

/* ---------- Servicios (bento) ---------- */
.services { background: radial-gradient(1000px 600px at 90% 0%, rgba(142, 110, 255, .18), transparent 60%), var(--ink); }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 18px; }
.tile { position: relative; isolation: isolate; grid-column: span 5; min-height: 0; overflow: hidden; border-radius: var(--radius); background: var(--ink-2); }
.tile--hero { grid-column: span 7; grid-row: span 2; }
.tile--third { grid-column: span 4; }
.tile--quarter { grid-column: span 3; }
.tile > picture { position: absolute; inset: 0; z-index: -2; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tile:hover img { transform: scale(1.06); }
.tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(18, 12, 30, 0) 30%, rgba(18, 12, 30, .9) 100%); }
.tile__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 24px; }
.tile__icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 12px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: #fff; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.tile h3 { margin-bottom: 4px; font-family: var(--serif); font-size: 25px; color: #fff; }
.tile--hero h3 { font-size: clamp(28px, 3vw, 38px); }
.tile p { max-width: 40ch; margin: 0; font-size: 15px; color: rgba(255, 255, 255, .8); }
.tile--text { background: linear-gradient(150deg, #3a2a5c, #241b37); }
.tile--text::after { display: none; }
.tile--text .tile__body { top: 0; display: flex; flex-direction: column; justify-content: flex-end; }
.tile--accent { background: linear-gradient(150deg, var(--violet-600), #4b3294); }
.tile__link { display: inline-flex; align-items: center; gap: 6px; width: max-content; margin-top: 12px; border-bottom: 1px solid rgba(255, 255, 255, .5); color: #fff; font-size: 14.5px; font-weight: 500; text-decoration: none; }

/* ---------- Gastronomía ---------- */
.venue { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.venue + .venue { margin-top: clamp(70px, 9vw, 120px); }
.venue--flip .venue__media { order: 2; }
.venue__media { position: relative; padding-bottom: 60px; }
.venue__main { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.venue__main picture, .venue__main img, .venue__inset picture, .venue__inset img { width: 100%; height: 100%; }
.venue__main img, .venue__inset img { object-fit: cover; }
.venue__inset { position: absolute; right: -28px; bottom: 0; width: 42%; aspect-ratio: 1; overflow: hidden; border: 8px solid var(--cream); border-radius: 24px; box-shadow: var(--shadow); }
.venue--flip .venue__inset { right: auto; left: -28px; }
.venue__logo { width: auto; height: 116px; margin-bottom: 22px; }
.venue__logo--wide { width: min(320px, 80%); height: auto; }
.venue__tag { display: inline-block; margin-bottom: 16px; font-size: 12.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--violet-600); }
.venue__body > p:last-child { max-width: 46ch; font-size: 18px; color: var(--muted); }

/* ---------- Experiencias ---------- */
.experiences { background: linear-gradient(180deg, #eef5f0, #e3eee6); }
.experiences .kicker, .experiences .kicker .ico, .experiences .sec-title em { color: var(--green); }
.exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.exp { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px -22px rgba(27, 106, 75, .7); transition: transform .45s var(--ease); }
.exp:hover { transform: translateY(-5px); }
.exp__media { aspect-ratio: 1; overflow: hidden; }
.exp__media picture, .exp__media img { width: 100%; height: 100%; }
.exp__media img { object-fit: cover; }
.exp__body { position: relative; display: flex; flex: 1; flex-direction: column; gap: 6px; padding: 22px 22px 24px; }
.exp__icon { display: grid; place-items: center; width: 50px; height: 50px; margin: -48px 0 8px; border: 4px solid #fff; border-radius: 50%; background: var(--green); color: #fff; }
.exp--plain .exp__icon, .exp--promo .exp__icon { margin-top: 0; }
.exp h3 { font-family: var(--serif); font-size: 22px; color: #123d2c; }
.exp p { margin: 0; font-size: 15px; color: #51605a; }
.exp--plain { justify-content: center; border: 1px solid #d4e5da; background: #f8fbf9; box-shadow: none; }
.exp--promo { background: var(--green); color: #fff; }
.exp--promo h3 { color: #fff; }
.exp--promo p { color: rgba(255, 255, 255, .86); }
.exp--promo .exp__icon { border-color: transparent; background: rgba(255, 255, 255, .16); }
.exp p.exp__wedding { display: flex; gap: 8px; align-items: flex-start; margin: 10px 0 18px; font-family: var(--serif); font-size: 17px; font-style: italic; color: #fff; }
.exp--promo .btn { align-self: flex-start; margin-top: auto; }

/* ---------- Galería ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(150px, 17vw, 230px); grid-auto-flow: dense; gap: 14px; }
.gal-item { position: relative; display: block; overflow: hidden; border-radius: 18px; background: var(--sand); }
.gal-item.g-wide { grid-column: span 2; }
.gal-item.g-tall { grid-row: span 2; }
.gal-item picture, .gal-item img { width: 100%; height: 100%; }
.gal-item img { object-fit: cover; transition: transform 1s var(--ease); }
.gal-item:hover img { transform: scale(1.06); }
.gal-item__cap { position: absolute; left: 12px; bottom: 12px; width: max-content; max-width: calc(100% - 24px); padding: 7px 12px; border-radius: 12px; background: rgba(29, 22, 41, .72); color: #fff; font-size: 13.5px; opacity: 0; transform: translateY(8px); transition: opacity .35s var(--ease), transform .35s var(--ease); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.gal-item:hover .gal-item__cap, .gal-item:focus-visible .gal-item__cap { opacity: 1; transform: none; }

/* ---------- Equipo ---------- */
.team { overflow: hidden; }
.marquee-wrap { overflow: hidden; padding: 10px 0 18px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-wrap + .marquee-wrap { margin-top: 8px; }
.marquee { display: flex; gap: 22px; width: max-content; list-style: none; animation: lh-marquee calc(var(--items, 12) * 4.5s) linear infinite; }
.marquee--rev { animation-direction: reverse; }
.marquee-wrap:hover .marquee { animation-play-state: paused; }
@keyframes lh-marquee { to { transform: translateX(calc(-50% - 11px)); } }
.member { display: flex; flex: none; flex-direction: column; align-items: center; gap: 4px; width: 172px; padding: 18px 12px; border-radius: 20px; background: #fff; text-align: center; box-shadow: var(--shadow-sm); }
.member picture { width: 112px; height: 112px; margin-bottom: 10px; }
.member img { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; }
.member strong { font-size: 15.5px; font-weight: 500; line-height: 1.3; color: var(--ink); }
.member span { font-size: 13px; line-height: 1.35; color: var(--muted); }

/* ---------- Reservas ---------- */
.booking { position: relative; background: radial-gradient(1100px 520px at 0% 0%, #efe8ff 0%, rgba(239, 232, 255, 0) 60%), radial-gradient(900px 500px at 100% 100%, #f3ead9 0%, rgba(243, 234, 217, 0) 60%), var(--cream); }
.booking__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .85fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.booking .sec-head { margin-bottom: 32px; }
.bform { padding: clamp(22px, 4vw, 44px); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.bform__steps { display: flex; gap: 10px; margin-bottom: 30px; list-style: none; counter-reset: step; }
.bform__steps li { display: flex; flex: 1; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); counter-increment: step; }
.bform__steps li::before { content: counter(step); display: grid; place-items: center; flex: none; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 13px; letter-spacing: 0; color: var(--muted); transition: all .3s; }
.bform__steps li::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.bform__steps li:last-child::after { display: none; }
.bform__steps li.is-active { color: var(--ink); }
.bform__steps li.is-active::before { border-color: var(--violet-600); background: var(--violet-600); color: #fff; }
.bform__steps li.is-done::before { content: "✓"; border-color: var(--violet-100); background: var(--violet-100); color: var(--violet-700); }
.bform__alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 14px; background: #fdecea; color: #8a2a22; font-size: 15px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.bform__legend { display: block; width: 100%; margin-bottom: 20px; padding: 0; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 30px); color: var(--ink); outline: none; }
.js-ready .bform__step { display: none; }
.js-ready .bform__step.is-active { display: block; animation: lh-step .45s var(--ease); }
@keyframes lh-step { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; margin-bottom: 18px; }
.grid-2 .field { margin-bottom: 0; }
.field > span { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.field > span em { font-style: normal; font-weight: 400; letter-spacing: .02em; text-transform: none; opacity: .85; }
.field input:not([type="checkbox"]):not([type="radio"]), .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px;
  background: #fff; font: inherit; font-size: 16px; color: var(--ink);
  transition: border-color .2s, box-shadow .2s; -webkit-appearance: none; appearance: none;
}
.field select { padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%236b6278' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; }
.field textarea { min-height: 96px; line-height: 1.5; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(142, 110, 255, .16); outline: none; }
.field .stepper input:focus { box-shadow: none; }
.field .is-invalid, .is-invalid { border-color: var(--danger) !important; box-shadow: 0 0 0 4px rgba(180, 56, 47, .12) !important; }
input[type="date"]::-webkit-date-and-time-value { text-align: left; }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: .6; cursor: pointer; }
.field-error { display: block; font-size: 13px; color: var(--danger); }
fieldset > .field-error { margin: -4px 0 12px; }
.check { display: flex; align-items: flex-start; gap: 12px; margin: 4px 0 8px; font-size: 15px; color: var(--ink); cursor: pointer; }
.check input { flex: none; width: 20px; height: 20px; margin-top: 3px; accent-color: var(--violet-600); }
.bform__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 26px; }
.bform__actions > :only-child { margin-left: auto; }
.bform__actions--center { justify-content: center; }
.room-options { display: grid; gap: 12px; margin-bottom: 14px; }
.room-opt { position: relative; display: grid; grid-template-columns: 104px 1fr auto; align-items: center; gap: 16px; padding: 10px 16px 10px 10px; border: 1px solid var(--line); border-radius: 18px; background: #fff; cursor: pointer; transition: border-color .2s, box-shadow .2s, background-color .2s; }
.room-opt:hover { border-color: var(--lilac); }
.room-opt input { position: absolute; opacity: 0; pointer-events: none; }
.room-opt.is-selected, .room-opt:has(input:checked) { border-color: var(--violet); background: var(--violet-50); box-shadow: 0 0 0 3px rgba(142, 110, 255, .18); }
.room-opt:has(input:focus-visible) { outline: 2px solid var(--violet); outline-offset: 2px; }
.room-opt.is-disabled { background: #faf8f6; opacity: .55; cursor: not-allowed; }
.room-opt__img { width: 104px; height: 78px; overflow: hidden; border-radius: 12px; background: var(--sand); }
.room-opt__img picture, .room-opt__img img { width: 100%; height: 100%; }
.room-opt__img img { object-fit: cover; }
.room-opt__img--icon { display: grid; place-items: center; background: var(--violet-50); color: var(--violet-600); }
.room-opt__img--icon .ico { width: 34px; height: 34px; }
.room-opt__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.room-opt__body strong { font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1.25; color: var(--ink); }
.room-opt__body small { font-size: 13.5px; color: var(--muted); }
.room-opt__status { font-size: 12.5px; font-weight: 600; letter-spacing: .03em; }
.room-opt__status:empty { display: none; }
.room-opt__status.is-ok { color: var(--green); }
.room-opt__status.is-low { color: #b46b00; }
.room-opt__status.is-no { color: var(--danger); }
.room-opt__price { font-size: 12.5px; line-height: 1.3; text-align: right; color: var(--muted); }
.room-opt__price strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--ink); }
.bform-done { text-align: center; outline: none; }
.bform-done__icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; background: var(--green-50); color: var(--green); }
.bform-done__icon .ico { width: 36px; height: 36px; stroke-width: 2; }
.bform-done h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 34px; color: var(--ink); }
.bform-done__code { display: inline-block; margin-bottom: 14px; padding: 8px 18px; border-radius: 12px; background: var(--violet-50); color: var(--violet-700); font-size: 20px; font-weight: 600; letter-spacing: .18em; }
.bform-done__email { font-size: 15px; color: var(--muted); }
.summary { position: sticky; top: 96px; overflow: hidden; border-radius: 30px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.summary__media { aspect-ratio: 16 / 10; overflow: hidden; }
.summary__media picture, .summary__media img { width: 100%; height: 100%; }
.summary__media img { object-fit: cover; }
.summary__body { padding: 26px 28px 28px; }
.summary__title { margin-bottom: 12px; font-family: var(--serif); font-size: 26px; }
.summary dl { display: grid; grid-template-columns: auto 1fr; gap: 12px 16px; margin: 0 0 18px; }
.summary dt { align-self: center; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.summary dd { margin: 0; font-weight: 500; text-align: right; color: #fff; }
.summary__total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.summary__total strong { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.summary__note { display: flex; align-items: center; gap: 8px; margin: 6px 0 0; font-size: 14px; color: var(--lilac); }
.summary__wa { margin: 14px 0 0; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 14px; color: rgba(255, 255, 255, .7); }
.summary__wa a { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; color: #8ff0b8; text-decoration: none; }

/* ---------- Ubicación ---------- */
.location__grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px; align-items: stretch; }
.map { min-height: 460px; overflow: hidden; border-radius: 28px; background: var(--sand); box-shadow: var(--shadow-sm); }
.map iframe { display: block; width: 100%; height: 100%; min-height: 460px; border: 0; }
.contact-cards { display: grid; align-content: start; gap: 14px; }
.ccard { display: flex; align-items: flex-start; gap: 16px; padding: 20px 22px; border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.ccard__ico { display: grid; place-items: center; flex: none; width: 46px; height: 46px; border-radius: 14px; background: var(--violet-50); color: var(--violet-600); }
.ccard h3 { margin: 2px 0 6px; font-size: 12.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.ccard p { margin: 0 0 6px; color: var(--ink); }
.ccard p a { text-decoration: none; }
.ccard p a:hover { color: var(--violet-600); }
.ccard p.ccard__sub { font-size: 14.5px; color: var(--muted); }
.socials { display: flex; flex-wrap: wrap; gap: 10px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); transition: background-color .25s, border-color .25s, color .25s; }
.socials a:hover { border-color: var(--violet-600); background: var(--violet-600); color: #fff; }

/* ---------- Llamado final ---------- */
.cta-band { position: relative; isolation: isolate; overflow: hidden; padding: clamp(100px, 13vw, 170px) 0; color: #fff; text-align: center; }
.cta-band > picture { position: absolute; inset: 0; z-index: -2; }
.cta-band > picture img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(29, 22, 41, .82), rgba(59, 42, 94, .55)); }
.cta-band h2 { max-width: 16ch; margin: 0 auto 18px; font-family: var(--serif); font-size: clamp(38px, 5.5vw, 72px); line-height: 1.05; text-wrap: balance; }
.cta-band h2 em { font-style: italic; color: var(--lilac); }
.cta-band p { max-width: 52ch; margin: 0 auto 30px; font-size: 18px; color: rgba(255, 255, 255, .86); }

/* ---------- Pie ---------- */
.site-footer { padding: clamp(64px, 8vw, 96px) 0 28px; background: #150f1f; color: rgba(255, 255, 255, .72); font-size: 15.5px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 40px; }
.footer-brand img { width: 170px; height: auto; margin-bottom: 18px; }
.site-footer h3 { margin-bottom: 16px; font-size: 12.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #fff; }
.site-footer ul { display: grid; gap: 9px; list-style: none; }
.site-footer a { text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.eco-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(111, 207, 151, .12); color: #9fe3bb; font-size: 14px; }
.site-footer .socials a { border-color: rgba(255, 255, 255, .2); color: #fff; }
.lang-switch--footer { margin-top: 18px; border-color: rgba(255, 255, 255, .25); color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 14px; }
.footer-bottom p { margin: 0; }

/* ---------- WhatsApp flotante ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 55; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 14px 34px -10px rgba(0, 0, 0, .45); transition: transform .3s var(--ease); }
.wa-float .ico { width: 30px; height: 30px; }
.wa-float:hover { transform: scale(1.07); }
.wa-float__tip { position: absolute; right: 72px; padding: 8px 14px; border-radius: 12px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 500; white-space: nowrap; box-shadow: var(--shadow-sm); opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .3s, transform .3s; }
.wa-float:hover .wa-float__tip { opacity: 1; transform: none; }
.menu-open .wa-float, .lb-open .wa-float { display: none; }

/* ---------- Visor de fotos ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 70px 84px; background: rgba(14, 10, 22, .95); }
.lightbox figure { display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: 100%; max-height: 100%; }
.lightbox img { width: auto; height: auto; max-width: 100%; max-height: calc(100vh - 170px); border-radius: 14px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.lightbox figcaption { max-width: 70ch; font-size: 15px; text-align: center; color: rgba(255, 255, 255, .82); }
.lb-btn { position: absolute; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; background: rgba(255, 255, 255, .06); color: #fff; cursor: pointer; transition: background-color .2s; }
.lb-btn:hover { background: rgba(255, 255, 255, .16); }
.lb-btn .ico { width: 24px; height: 24px; }
.lb-close { top: 18px; right: 18px; }
.lb-prev { top: 50%; left: 18px; transform: translateY(-50%); }
.lb-next { top: 50%; right: 18px; transform: translateY(-50%); }
.lightbox.is-single .lb-prev, .lightbox.is-single .lb-next, .lightbox.is-single .lb-count { display: none; }
.lb-count { position: absolute; top: 32px; left: 28px; margin: 0; font-size: 13px; letter-spacing: .24em; color: rgba(255, 255, 255, .7); }

/* ---------- Aparición al hacer scroll ---------- */
.reveal-ready [data-reveal]:not(.is-in) { opacity: 0; }
.reveal-ready [data-reveal].is-in { animation: lh-reveal .9s var(--ease) backwards; animation-delay: var(--d, 0ms); }
@keyframes lh-reveal { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* ---------- Página de resultado (sin JavaScript) ---------- */
.page-result { display: grid; place-items: center; min-height: 100vh; padding: 24px; background: radial-gradient(900px 500px at 0 0, #efe8ff, transparent 60%), var(--cream); }
.result-card { width: 100%; max-width: 560px; padding: 40px 36px; border-radius: 28px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.result-card img { width: 170px; margin: 0 auto 18px; }
.result-card h1 { margin-bottom: 14px; font-family: var(--serif); font-size: 32px; color: var(--ink); }
.result-card__code { font-size: 22px; font-weight: 600; letter-spacing: .18em; color: var(--violet-700); }
.result-card__errors { display: grid; gap: 6px; margin: 0 0 20px; list-style: none; color: var(--danger); }

/* ---------- Adaptación a pantallas ---------- */
@media (max-width: 1180px) {
  .nav { gap: 18px; }
  .nav a { font-size: 12.5px; letter-spacing: .1em; }
}
@media (max-width: 1080px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-actions { margin-left: auto; }
  .quickbar { grid-template-columns: 1fr 1fr; }
  .quickbar__field { border-right: 0; border-bottom: 1px solid var(--line); }
  .quickbar__field:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .quickbar__submit { grid-column: 1 / -1; margin-top: 6px; }
  .booking__grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .sec-head--split { grid-template-columns: 1fr; gap: 18px; }
  .intro__grid { grid-template-columns: 1fr; }
  .intro__collage { width: 100%; max-width: 560px; margin: 0 auto; min-height: 0; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats li { padding-bottom: 22px; }
  .stats li:nth-child(3) { padding-left: 0; border-left: 0; }
  .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 210px; }
  .tile, .tile--third, .tile--quarter { grid-column: span 3; }
  .tile--hero { grid-column: span 6; grid-row: span 2; }
  .venue { grid-template-columns: 1fr; }
  .venue--flip .venue__media { order: 0; }
  .venue__inset { right: 12px; }
  .venue--flip .venue__inset { left: 12px; }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .location__grid { grid-template-columns: 1fr; }
  .map, .map iframe { min-height: 340px; }
  .hero__dots { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .brand { height: 48px; }
  .quickbar { display: none; }
  .hero__ctas .btn { flex: 1 1 auto; }
  .grid-2 { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .tile, .tile--third, .tile--quarter, .tile--hero { grid-column: auto; grid-row: auto; }
  .exp-grid { grid-template-columns: 1fr; }
  .rail { grid-auto-columns: 84%; }
  .room-opt { grid-template-columns: 76px 1fr; padding-right: 12px; }
  .room-opt__img { width: 76px; height: 64px; }
  .room-opt__price { grid-column: 2; text-align: left; }
  .bform__steps li span { display: none; }
  .bform__steps li.is-active span { display: inline; }
  .bform__actions .btn { flex: 1 1 auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .wa-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .wa-float__tip { display: none; }
  .lightbox { padding: 60px 12px 90px; }
  .lb-prev, .lb-next { top: auto; bottom: 18px; transform: none; }
  .lb-prev { left: calc(50% - 64px); }
  .lb-next { right: calc(50% - 64px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero__slide img { transform: none !important; }
  .marquee { animation: none; }
  .marquee-wrap { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}

/* Información complementaria y consultas */
.team-area { text-align: center; font-family: var(--serif); font-size: 24px; margin: 16px 0 28px; }
.exp__link { margin-top: 16px; font-size: 14px; }
.faq { background: var(--violet-50); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 500; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .ico { flex-shrink: 0; }
.faq__item[open] summary .ico { transform: rotate(45deg); }
.faq__item p { color: var(--muted); padding: 0 32px 12px 0; }
.ccard a, .footer-grid a { overflow-wrap: anywhere; }
.inquiry-preview { white-space: pre-wrap; text-align: left; font: inherit; overflow-wrap: anywhere; background: var(--violet-50); border-radius: 16px; padding: 20px; }
@media (max-width: 900px) { .faq__grid { grid-template-columns: 1fr; gap: 12px; } }
