:root {
  --red: oklch(.58 .23 25);
  --red-dark: oklch(.49 .21 25);
  --purple: oklch(.49 .17 295);
  --purple-dark: oklch(.38 .15 295);
  --ink: oklch(.18 .025 285);
  --ink-muted: oklch(.40 .025 285);
  --white: oklch(1 0 0);
  --soft: oklch(.975 .01 295);
  --line: oklch(.88 .018 295);
  --font: Archivo, "Segoe UI", Arial, sans-serif;
  --text-meta: .875rem;
  --text-lead: clamp(1.075rem, 1.15vw, 1.2rem);
  --text-h3: clamp(1.125rem, 1.25vw, 1.3rem);
  --section-space: clamp(4rem, 7vw, 7rem);
  --shell: 78rem;
  --radius: .875rem;
  --control-radius: .75rem;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.62;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-synthesis: none;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: break-word; text-wrap: balance; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 6px var(--red); }
.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 100; padding: .7rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { position: relative; min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: 112px; height: auto; }
.main-nav { display: none; }
.main-nav a:not(.button) {
  position: relative;
  color: var(--ink-muted);
  font-size: var(--text-meta);
  font-weight: 650;
  transition: color .2s var(--ease);
}
.main-nav a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}
.main-nav a:not(.button):hover {
  color: var(--ink);
}
.main-nav a:not(.button):hover::after {
  transform: scaleX(1);
}
.menu-toggle {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .68rem .82rem .68rem 1rem;
  border: 0;
  border-radius: .75rem;
  color: white;
  background: var(--purple);
  box-shadow: 0 8px 18px rgb(74 43 130 / 24%);
  font-size: var(--text-meta);
  font-weight: 720;
  transition: transform .18s var(--ease), background-color .22s var(--ease), box-shadow .22s var(--ease);
}
.menu-toggle:hover { background: var(--purple-dark); box-shadow: 0 10px 22px rgb(74 43 130 / 30%); }
.menu-toggle:active { transform: scale(.94); }
.menu-toggle[aria-expanded="true"] { background: var(--purple-dark); box-shadow: 0 5px 14px rgb(55 30 100 / 25%); transform: scale(.97); }
.menu-toggle .menu-toggle-label { display: inline-flex; align-items: center; gap: .72rem; }
.menu-toggle .menu-toggle-label::after {
  content: "";
  width: .58rem;
  height: .58rem;
  display: inline-block;
  margin: -.2rem .08rem .12rem .12rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .32s var(--ease);
}
.menu-toggle[aria-expanded="true"] .menu-toggle-label::after { transform: rotate(225deg); }

.button {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .76rem 1.45rem;
  border: 1px solid transparent;
  border-radius: var(--control-radius);
  font-weight: 720;
  line-height: 1.25;
  text-align: center;
  transition: transform .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button-primary { color: white; background: var(--red); box-shadow: 0 7px 16px rgb(174 15 42 / 22%); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 10px 20px rgb(174 15 42 / 25%); }
.button-small { min-height: 2.75rem; padding: .65rem 1.05rem; border-radius: .625rem; font-size: var(--text-meta); }
.main-nav .button.button-small { color: white; background: var(--purple); }
.button-dark { color: white; background: var(--ink); }
.button-outline { color: white; border-color: rgb(255 255 255 / 65%); background: transparent; }
.button-outline:hover { background: rgb(255 255 255 / 10%); }
.button-full { width: 100%; }
.text-link, .arrow-link, .map-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 44px;
  padding-block: .45rem;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.text-link span, .arrow-link span { transition: transform .2s var(--ease); }
.text-link:hover span, .arrow-link:hover span { transform: translateX(4px); }

h1 {
  max-width: 14ch;
  margin: 0 0 1.25rem;
  color: var(--purple);
  font-size: clamp(2.45rem, 4.7vw, 4.25rem);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -.025em;
}
h1 em, h2 em { color: var(--red); font-style: normal; }
h2 {
  margin-bottom: .9rem;
  font-size: clamp(1.85rem, 3.25vw, 3.05rem);
  font-weight: 720;
  line-height: 1.1;
  letter-spacing: -.02em;
}
h3 { margin-bottom: .45rem; font-size: var(--text-h3); font-weight: 720; line-height: 1.24; letter-spacing: -.02em; }

.hero { padding: clamp(2.75rem, 6vw, 5.75rem) 0 clamp(3.5rem, 7vw, 6rem); overflow: hidden; }
.hero-grid { display: grid; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.hero-copy { display: grid; justify-items: start; text-align: left; }
.hero-lede { max-width: 56ch; margin-bottom: 1.5rem; color: var(--ink-muted); font-size: var(--text-lead); font-weight: 500; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: .75rem 1.35rem; }
.hero-assurance { width: min(100%, 32rem); display: grid; gap: .15rem; margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); }
.hero-assurance strong { color: var(--purple-dark); font-size: .95rem; font-weight: 720; line-height: 1.35; }
.hero-assurance span { max-width: 50ch; color: var(--ink-muted); font-size: .9rem; font-weight: 500; line-height: 1.48; }
.hero-media { position: relative; width: 100%; max-height: 34rem; aspect-ratio: 4 / 3; overflow: hidden; background: var(--soft); border-radius: var(--radius); }
.hero-media::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 32%; background: linear-gradient(transparent, rgb(24 16 40 / 24%)); pointer-events: none; }
.hero-image-reveal { position: absolute; inset: 0; overflow: hidden; }
.hero-image-reveal img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-proof { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; display: grid; gap: .05rem; width: min(12.5rem, calc(100% - 2rem)); margin: 0; padding: 1rem 1.15rem; color: white; background: var(--purple-dark); border-radius: var(--radius); box-shadow: 0 12px 28px rgb(24 16 40 / 22%); }
.hero-proof strong { font-size: 1.4rem; font-weight: 780; line-height: 1; letter-spacing: -.02em; }
.hero-proof span { font-size: var(--text-meta); font-weight: 650; line-height: 1.4; }

.intro-band { padding: clamp(2.25rem, 4vw, 3.5rem) 0; color: white; background: var(--purple); }
.intro-grid { width: min(calc(100% - 2.5rem), 64rem); display: grid; gap: 1.25rem; align-items: center; text-align: center; }
.intro-grid p { max-width: 58ch; margin: 0 auto; font-size: clamp(1.1rem, 1.5vw, 1.35rem); font-weight: 650; line-height: 1.46; }
.intro-grid .arrow-link { justify-self: center; }

.section { padding: var(--section-space) 0; }
.section-heading { max-width: 56rem; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.section-heading h2 { max-width: 18ch; }
.section-heading > p:last-child { max-width: 62ch; margin-bottom: 0; color: var(--ink-muted); font-size: var(--text-lead); }

.benefits { overflow: hidden; }
.benefit-layout { display: grid; gap: clamp(2.5rem, 6vw, 5rem); }
.benefit-feature { display: grid; gap: 1.5rem; align-items: end; }
.benefit-media { position: relative; width: 100%; aspect-ratio: 1.12; }
.benefit-photo { position: absolute; margin: 0; overflow: hidden; contain: paint; isolation: isolate; background: var(--soft); border-radius: var(--radius); box-shadow: 0 16px 34px rgb(35 24 58 / 13%); backface-visibility: hidden; }
.benefit-photo img { width: 100%; height: 100%; object-fit: cover; backface-visibility: hidden; transform: translateZ(0) scale(1.002); }
.benefit-photo-main { inset: auto auto 0 0; z-index: 1; width: 80%; aspect-ratio: 4 / 3; }
.benefit-photo-main img { object-position: center; }
.benefit-photo-support { inset: 0 0 auto auto; width: 62%; aspect-ratio: 4 / 3; }
.benefit-photo-support img { object-position: center; }
.display-number { margin-bottom: .55rem; color: var(--red); font-size: var(--text-meta); font-weight: 720; text-transform: uppercase; letter-spacing: .06em; }
.benefit-feature p:last-child, .benefit-list p { max-width: 48ch; margin: 0; color: var(--ink-muted); }
.benefit-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.benefit-list li { display: grid; grid-template-columns: 3.25rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.benefit-icon { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 50%; font-weight: 720; }

.audience { position: relative; padding-top: 0; isolation: isolate; }
.audience > .shell { position: relative; z-index: 1; }
.audience-progress { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.audience-progress-base, .audience-progress-fill { fill: none; stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.audience-progress-base { stroke: oklch(.87 .025 265); opacity: .72; }
.audience-progress-fill { stroke: var(--purple); }
.audience-progress-dot { r: 8px; fill: var(--purple); stroke: white; stroke-width: 3px; vector-effect: non-scaling-stroke; }
.audience-heading { max-width: 58rem; margin: 0 auto clamp(3rem, 7vw, 5.5rem); text-align: center; }
.audience-heading h2 { max-width: 18ch; margin-inline: auto; }
.audience-heading > p { max-width: 62ch; margin: 0 auto; color: var(--ink-muted); font-size: var(--text-lead); }
.audience-list { display: grid; gap: clamp(3.5rem, 8vw, 7rem); }
.audience-item { display: grid; gap: 1.75rem; align-items: center; }
.audience-item figure { width: min(100%, 34rem); margin: 0; overflow: hidden; border-radius: var(--radius); }
.audience-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.audience-item > div { max-width: 34rem; }
.audience-item h3 { max-width: 20ch; font-size: clamp(1.5rem, 2.35vw, 2.15rem); line-height: 1.12; letter-spacing: -.02em; }
.audience-item > div > p:not(.audience-age) { max-width: 50ch; color: var(--ink-muted); }
.audience-age { margin-bottom: .65rem; color: var(--red); font-size: var(--text-meta); font-weight: 720; text-transform: uppercase; letter-spacing: .06em; }

.eldorado { padding-block: clamp(3.5rem, 6vw, 5.75rem); color: white; background: var(--purple-dark); }
.eldorado-grid { display: grid; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: stretch; }
.eldorado-photo { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); }
.eldorado-photo img { width: 100%; height: 100%; object-fit: cover; }
.eldorado-copy { align-self: center; max-width: 37rem; }
.eldorado h2 { max-width: 18ch; margin-bottom: .8rem; font-size: clamp(2rem, 3.2vw, 3.1rem); }
.eldorado-copy > p:first-of-type { max-width: 48ch; margin-bottom: 1.25rem; color: oklch(.88 .025 295); font-weight: 500; }
.eldorado-facts { display: flex; flex-wrap: wrap; gap: .35rem .8rem; margin: 0; padding: .8rem 0; color: white; border-block: 1px solid rgb(255 255 255 / 22%); font-size: var(--text-meta); line-height: 1.4; }
.eldorado-facts strong { font-weight: 690; }
.eldorado-facts span { color: oklch(.72 .12 295); }
.visit-flow { margin-top: 1.5rem; }
.visit-flow h3 { margin-bottom: .65rem; color: white; font-size: clamp(1.3rem, 2vw, 1.65rem); }
.visit-steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 18%); }
.visit-steps li { display: grid; grid-template-columns: 2rem 1fr; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.visit-steps li > span { width: 1.85rem; height: 1.85rem; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; font-size: .78rem; font-weight: 760; }
.visit-steps strong { display: block; color: white; font-size: .98rem; line-height: 1.35; }
.visit-steps p { margin: .08rem 0 0; color: oklch(.82 .025 295); font-size: .9rem; line-height: 1.45; }
.eldorado-cta { margin-top: 1.25rem; color: var(--purple-dark); background: white; box-shadow: 0 8px 18px rgb(20 11 42 / 22%); }
.eldorado-cta:hover { background: oklch(.96 .015 295); }

.reviews { position: relative; overflow: hidden; background: var(--soft); }
.review-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.reviews-heading { display: grid; gap: 1.25rem; align-items: end; margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.reviews-heading h2 { max-width: 16ch; margin: 0; }
.reviews-heading > p { max-width: 47ch; margin: 0; color: var(--ink-muted); font-size: var(--text-lead); }
.review-stars { display: inline-flex; gap: .18rem; color: oklch(.84 .18 85); }
.review-stars svg { width: 1.05rem; height: 1.05rem; fill: currentColor; }
.reviews-layout { display: grid; gap: 1rem; }
.review-featured { display: flex; flex-direction: column; justify-content: space-between; min-height: 28rem; padding: clamp(1.75rem, 5vw, 3.25rem); color: white; background: var(--purple-dark); border-radius: var(--radius); }
.review-featured blockquote, .review-item blockquote { margin: 0; }
.review-featured blockquote p { max-width: 32ch; margin: 2rem 0 2.5rem; font-size: clamp(1.45rem, 2.6vw, 2.25rem); font-weight: 620; line-height: 1.35; letter-spacing: -.02em; }
.review-item { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: clamp(1.5rem, 3vw, 2.25rem); background: white; border-radius: var(--radius); }
.review-item blockquote p { max-width: 62ch; margin: 1rem 0 1.75rem; color: var(--ink); font-size: 1rem; font-weight: 520; line-height: 1.65; letter-spacing: .002em; }
.review-author { display: flex; align-items: center; gap: .75rem; }
.review-author strong { font-size: 1rem; font-weight: 740; line-height: 1.25; }
.review-avatar { flex: 0 0 auto; width: 2.35rem; height: 2.35rem; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 50%; font-size: var(--text-meta); font-weight: 760; }
.review-featured .review-avatar { color: var(--purple-dark); background: white; }
.reviews-cta { display: grid; gap: 1.25rem; align-items: center; margin-top: clamp(3rem, 6vw, 5rem); padding-top: clamp(1.5rem, 3vw, 2.25rem); border-top: 1px solid var(--line); }
.reviews-cta p { display: grid; gap: .15rem; margin: 0; }
.reviews-cta strong { font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-weight: 720; line-height: 1.35; }
.reviews-cta p span { color: var(--ink-muted); line-height: 1.55; }
.reviews-cta .button { justify-self: start; }
.gallery-section { overflow: hidden; }
.gallery-layout { display: grid; gap: clamp(2rem, 6vw, 4.5rem); align-items: center; }
.gallery-copy { max-width: 44rem; }
.gallery-copy h2 { max-width: 15ch; }
.gallery-copy p { max-width: 54ch; color: var(--ink-muted); }
.gallery-carousel { position: relative; width: 100%; aspect-ratio: 1.24; overflow: hidden; isolation: isolate; }
.gallery-slide { position: absolute; top: 50%; left: 50%; width: 72%; aspect-ratio: 1.04; padding: 0; overflow: hidden; background: var(--line); border: 0; border-radius: var(--radius); box-shadow: 0 10px 24px rgb(35 24 58 / 13%); cursor: pointer; transform: translate(-50%, -50%); transition: transform .62s var(--ease), filter .38s var(--ease), box-shadow .38s var(--ease); }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.gallery-slide.is-left { z-index: 1; filter: saturate(.82) brightness(.88); transform: translate(-50%, -50%) translateX(-24%) scale(.88); }
.gallery-slide.is-center { z-index: 3; cursor: default; transform: translate(-50%, -50%) scale(1); box-shadow: 0 3px 26px -8px rgb(35 24 58 / 20%), 0 18px 48px -18px rgb(35 24 58 / 24%); }
.gallery-slide.is-right { z-index: 2; filter: saturate(.88) brightness(.93); transform: translate(-50%, -50%) translateX(24%) scale(.91); }
.gallery-slide.is-left:hover, .gallery-slide.is-right:hover { filter: saturate(.96) brightness(.98); }
.gallery-slide:focus-visible { outline: 3px solid white; outline-offset: -5px; box-shadow: inset 0 0 0 8px var(--red); }
.gallery-slide.is-promoting { z-index: 4; filter: none; box-shadow: 0 4px 30px -8px rgb(35 24 58 / 22%), 0 20px 54px -18px rgb(35 24 58 / 26%); will-change: transform; }

.faq { color: white; background: var(--ink); }
.faq-layout { display: grid; gap: clamp(3rem, 7vw, 7rem); }
.faq-intro { align-self: start; }
.faq-layout h2 { max-width: 11ch; margin-bottom: 1rem; }
.faq-intro > p { max-width: 38ch; margin-bottom: 1.75rem; color: oklch(.83 .018 285); font-size: var(--text-lead); line-height: 1.55; }
.accordion { border-top: 1px solid rgb(255 255 255 / 28%); }
.accordion details { border-bottom: 1px solid rgb(255 255 255 / 28%); transition: background-color .3s var(--ease); }
.accordion details[open] { background: rgb(255 255 255 / 4%); }
.accordion summary { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: clamp(1rem, 3vw, 2.5rem); padding: 1.25rem clamp(.25rem, 1.4vw, 1rem); font-size: clamp(1.05rem, 1.45vw, 1.25rem); font-weight: 680; line-height: 1.35; cursor: pointer; list-style: none; transition: color .25s var(--ease); }
.accordion summary:hover { color: oklch(.88 .09 300); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion-icon { position: relative; flex: 0 0 auto; width: 2rem; height: 2rem; border: 1px solid rgb(255 255 255 / 32%); border-radius: 50%; transition: color .3s var(--ease), border-color .3s var(--ease), background-color .3s var(--ease), transform .36s var(--ease); }
.accordion-icon::before, .accordion-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: .8rem; height: 2px; background: currentColor; border-radius: 1px; transform: translate(-50%, -50%); }
.accordion-icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .36s var(--ease); }
.accordion details[open] .accordion-icon { color: var(--ink); border-color: oklch(.84 .12 300); background: oklch(.84 .12 300); transform: rotate(180deg); }
.accordion details[open] .accordion-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.accordion-answer { overflow: hidden; }
.accordion-answer p { max-width: 62ch; margin: 0; padding: 0 clamp(3.25rem, 5vw, 4.5rem) 1.6rem clamp(.25rem, 1.4vw, 1rem); color: oklch(.83 .018 285); font-weight: 470; line-height: 1.65; letter-spacing: .003em; }

.location-section { background: var(--soft); }
.location-heading { max-width: 58rem; margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.location-heading h2 { max-width: 16ch; }
.location-heading p { max-width: 60ch; margin-bottom: 0; color: var(--ink-muted); font-size: var(--text-lead); }
.location-layout { display: grid; gap: 1.25rem; }
.location-map { min-width: 0; overflow: hidden; background: var(--line); border-radius: var(--radius); }
.location-map iframe { display: block; width: 100%; min-height: 22rem; aspect-ratio: 4 / 3; border: 0; }
.location-details { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; align-content: start; padding: clamp(1.35rem, 4vw, 2.25rem); color: white; background: var(--purple-dark); border-radius: var(--radius); }
.location-mark { width: 3rem; height: 3rem; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; }
.location-mark svg { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.location-details h3 { margin: .1rem 0 .65rem; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.location-details address { color: oklch(.86 .025 295); font-style: normal; line-height: 1.55; }
.location-actions, .location-note { grid-column: 1 / -1; }
.location-actions { display: grid; gap: .6rem; margin-top: 1rem; }
.location-actions .button { width: 100%; }
.location-actions .text-link { justify-self: center; color: white; }
.location-note { margin: .75rem 0 0; padding-top: 1.1rem; border-top: 1px solid rgb(255 255 255 / 22%); color: oklch(.80 .025 295); font-size: var(--text-meta); }
.map-link { color: var(--purple); }

.site-footer { padding: 3.75rem 0 1.5rem; color: white; background: var(--purple-dark); }
.footer-top { display: grid; gap: 1.5rem; padding-bottom: 2.5rem; }
.site-footer img { width: 84px; height: 84px; object-fit: cover; border-radius: .5rem; }
.footer-top p { max-width: 38ch; margin-bottom: .6rem; font-size: 1.12rem; font-weight: 650; line-height: 1.4; }
.footer-top a:not(.map-link), .footer-map { color: white; font-weight: 720; }
.footer-top > div > a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-map { margin: 0; }
.footer-bottom { display: flex; flex-direction: column; gap: .35rem; padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / 22%); color: oklch(.80 .025 295); font-size: var(--text-meta); }
.footer-bottom p { margin: 0; }
.footer-note { color: oklch(.72 .025 295); }
.whatsapp-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 18; width: 3.55rem; height: 3.55rem; display: grid; place-items: center; color: white; background: oklch(.56 .17 145); border: 2px solid white; border-radius: 50%; box-shadow: 0 7px 16px rgb(0 77 38 / 28%); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgb(0 77 38 / 32%); }
.whatsapp-float svg { width: 1.8rem; height: 1.8rem; color: white; animation: whatsapp-pulse 3.2s var(--ease) infinite; }
@keyframes whatsapp-pulse { 0%, 72%, 100% { transform: scale(1); } 82% { transform: scale(1.11); } }

@media (min-width: 44rem) {
  .shell { width: min(calc(100% - 4rem), var(--shell)); }
  .hero-media { aspect-ratio: 4 / 3; }
  .benefit-feature { grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr); gap: clamp(1.5rem, 4vw, 3.5rem); }
  .audience-item { grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); gap: clamp(2.5rem, 7vw, 6rem); }
  .audience-item:nth-child(even) figure { grid-column: 2; }
  .audience-item:nth-child(even) > div { grid-column: 1; grid-row: 1; justify-self: end; }
  .reviews-heading { grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .6fr); }
  .reviews-heading > p { justify-self: end; }
  .reviews-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; }
  .review-featured { grid-row: span 2; }
  .reviews-cta { grid-template-columns: 1fr auto; }
  .reviews-cta .button { justify-self: end; }
  .gallery-layout { grid-template-columns: minmax(14rem, .58fr) minmax(0, 1.42fr); }
  .gallery-copy { padding-right: 1rem; }
  .gallery-carousel { aspect-ratio: 1.72; }
  .gallery-slide { width: 54%; }
  .gallery-slide.is-left { transform: translate(-50%, -50%) translateX(-42%) scale(.88); }
  .gallery-slide.is-right { transform: translate(-50%, -50%) translateX(42%) scale(.91); }
  .location-layout { grid-template-columns: minmax(0, 1.35fr) minmax(19rem, .65fr); align-items: stretch; }
  .location-map iframe { height: 100%; min-height: 30rem; aspect-ratio: auto; }
  .footer-top { grid-template-columns: auto 1fr auto; align-items: center; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 62rem) {
  .nav-wrap { min-height: 5.5rem; }
  .brand img { width: 126px; }
  .menu-toggle { display: none; }
  .main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
  .hero-grid { grid-template-columns: minmax(24rem, .92fr) minmax(25rem, 1.08fr); }
  .hero-media { justify-self: end; max-width: 37rem; }
  .section-heading { margin-left: clamp(3rem, 8vw, 8rem); }
  .benefit-layout { grid-template-columns: minmax(0, 1.55fr) minmax(18rem, .45fr); align-items: center; }
  .benefit-feature { grid-template-columns: minmax(0, 1.4fr) minmax(14rem, .6fr); }
  .audience-item figure { justify-self: start; }
  .audience-item:nth-child(even) figure { justify-self: end; }
  .eldorado-grid { grid-template-columns: minmax(0, 1fr) minmax(25rem, .9fr); }
  .eldorado-photo { min-height: 32rem; aspect-ratio: auto; }
  .faq-layout { grid-template-columns: minmax(19rem, .68fr) minmax(0, 1.32fr); align-items: start; }
  .faq-intro { position: sticky; top: 8rem; }
  .gallery-layout { grid-template-columns: minmax(16rem, .48fr) minmax(0, 1.52fr); }
  .gallery-carousel { aspect-ratio: 1.92; }
  .gallery-slide { width: 50%; }
  .gallery-slide.is-left { transform: translate(-50%, -50%) translateX(-44%) scale(.88); }
  .gallery-slide.is-right { transform: translate(-50%, -50%) translateX(44%) scale(.91); }
}

@media (max-width: 43.99rem) {
  .hero { padding-top: 2.25rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-left: .15rem; }
  .hero-media { aspect-ratio: 4 / 3; }
  .benefit-media { aspect-ratio: 1.04; }
  .eldorado-photo { aspect-ratio: 4 / 3; }
  .faq .button { width: 100%; }
  .accordion summary { min-height: 4.75rem; }
  .main-nav .button.button-small { display: none; }
}

@media (max-width: 61.99rem) {
  .main-nav {
    position: absolute;
    top: calc(100% - .15rem);
    right: 0;
    z-index: 2;
    width: min(22rem, calc(100vw - 2.5rem));
    display: grid;
    gap: .15rem;
    padding: .9rem;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    color: var(--ink);
    background: white;
    border-radius: 1rem;
    box-shadow: 0 18px 44px rgb(35 24 58 / 20%);
    clip-path: inset(0 0 100% 0 round 1rem);
    transform: translateY(-.65rem) scale(.97);
    transform-origin: top right;
    transition: opacity .24s ease, transform .34s var(--ease), clip-path .38s var(--ease), visibility 0s linear .4s;
  }
  .main-nav.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    clip-path: inset(0 0 0 0 round 1rem);
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }
  .main-nav > a {
    opacity: 0;
    transform: translateX(-1.75rem);
    transition: opacity .16s ease, transform .22s var(--ease);
  }
  .main-nav a:not(.button) {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: .55rem .4rem;
    color: var(--ink);
    font-size: 1rem;
  }
  .main-nav.is-open > a { opacity: 1; transform: translateX(0); }
  .main-nav.is-open > a:nth-child(1) { transition-delay: .08s; }
  .main-nav.is-open > a:nth-child(2) { transition-delay: .13s; }
  .main-nav.is-open > a:nth-child(3) { transition-delay: .18s; }
  .main-nav.is-open > a:nth-child(4) { transition-delay: .23s; }
  .main-nav.is-open > a:nth-child(5) { transition-delay: .28s; }
  .main-nav:not(.is-open) > a:nth-child(1) { transition-delay: .12s; }
  .main-nav:not(.is-open) > a:nth-child(2) { transition-delay: .09s; }
  .main-nav:not(.is-open) > a:nth-child(3) { transition-delay: .06s; }
  .main-nav:not(.is-open) > a:nth-child(4) { transition-delay: .03s; }
  .audience-progress { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .main-nav a, .menu-toggle, .menu-toggle .menu-toggle-label::after, .main-nav, .main-nav > a, .button, .text-link span, .arrow-link span, .gallery-slide, .accordion details, .accordion summary, .accordion-icon, .accordion-icon::after, .whatsapp-float { transition: none !important; }
  .whatsapp-float svg { animation: none; }
}
