:root {
  --ink: #153835;
  --ink-deep: #0c2b29;
  --cream: #f7f3eb;
  --sand: #eee7db;
  --paper: #fffdf8;
  --coral: #ed7355;
  --coral-dark: #d65d42;
  --sun: #f2c35c;
  --teal: #65aaa3;
  --muted: #667773;
  --line: rgba(21, 56, 53, .16);
  --shadow: 0 28px 80px rgba(7, 32, 29, .18);
  --radius: 22px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.5; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-140%); padding: 10px 14px; background: white; color: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { background: var(--ink-deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.topbar__inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar__inner span { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #81c886; box-shadow: 0 0 0 4px rgba(129,200,134,.12); }

.site-header { position: absolute; top: 34px; left: 0; width: 100%; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: border-color .3s ease; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,29,27,.65) 0%, rgba(6,29,27,.15) 100%); transition: background .3s ease, backdrop-filter .3s ease; pointer-events: none; }
.site-header.is-sticky { position: fixed; top: 0; border-bottom-color: transparent; box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.site-header.is-sticky::before { background: rgba(12,43,41,.96); backdrop-filter: blur(16px); }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 86px; height: 48px; object-fit: contain; flex-shrink: 0; }
.brand__meta { display: flex; flex-direction: column; font-size: 9px; line-height: 1.25; letter-spacing: .14em; opacity: .9; min-width: 0; }
.brand__meta strong { font-size: 11px; letter-spacing: .1em; color: white; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand__meta em { margin-top: 2px; color: rgba(255,255,255,.74); font-family: "Fraunces", Georgia, serif; font-size: 12px; font-style: italic; letter-spacing: .02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: white; transition: right .25s; }
.nav-links > a:hover::after { right: 0; }
.menu-button { display: none; }

.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 16px; padding: 0 24px; border: 0; border-radius: 100px; background: var(--ink); color: white; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(9, 42, 39, .18); }
.button--small { min-height: 42px; padding-inline: 20px; color: var(--ink) !important; background: var(--paper); }
.button--coral { background: var(--coral); color: white; }
.button--coral:hover { background: var(--coral-dark); }
.button--dark { background: var(--ink-deep); }
.button--block { width: 100%; }
.button--outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--light { color: white; border-color: rgba(255,255,255,.5); }

.hero { min-height: 810px; position: relative; display: grid; align-items: center; color: white; overflow: hidden; }
.hero__image, .hero__veil { position: absolute; inset: 0; }
.hero__image { background: url('/public/images/hero-las-grutas-desktop.webp') center 54% / cover no-repeat; transform: scale(1.02); animation: hero-in 1.5s cubic-bezier(.2,.7,.2,1) both; }
.hero__veil { background: linear-gradient(90deg, rgba(6,29,27,.78) 0%, rgba(6,29,27,.53) 46%, rgba(6,29,27,.12) 73%), linear-gradient(0deg, rgba(6,29,27,.55), transparent 42%); }
.hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) 440px; align-items: center; gap: 80px; padding-top: 100px; }
.hero__copy { padding-top: 26px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--coral-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow--light { color: #f6c36a; }
.hero h1, .section h2, .final-cta h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: .94; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(64px, 7vw, 104px); max-width: 700px; text-wrap: balance; }
.hero h1 em, .section h2 em, .final-cta h2 em { font-weight: 600; color: var(--coral); }
.hero h1 em { color: #f7dfb3; }
.hero__lead { max-width: 570px; margin: 30px 0 0; font-size: 18px; color: rgba(255,255,255,.82); }
.hero__lead strong { color: white; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.hero__trust { margin-top: 44px; display: flex; align-items: center; gap: 14px; font-size: 13px; color: rgba(255,255,255,.8); }
.stars { color: var(--sun); letter-spacing: 2px; }
.owner-trust { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.34); color: rgba(255,255,255,.9); font-size: 11px; }
.hero__scroll { position: absolute; z-index: 4; left: 28px; bottom: 42px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero__scroll span { display: block; width: 1px; height: 46px; background: rgba(255,255,255,.5); }

.lead-card { position: relative; color: var(--ink); padding: 36px; background: rgba(255,253,248,.95); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.lead-card__tag { position: absolute; top: 19px; right: 22px; padding: 6px 9px; border-radius: 100px; background: rgba(237,115,85,.1); color: var(--coral-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.kicker { margin: 0 0 3px; color: var(--coral-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.lead-card h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 35px; letter-spacing: -.025em; }
.lead-card__intro { margin: 8px 0 24px; color: var(--muted); font-size: 14px; }
.lead-form { display: grid; gap: 14px; }
.lead-form label, .quick-form label { display: grid; gap: 6px; }
.lead-form label > span, .quick-form label > span { font-size: 11px; font-weight: 700; color: var(--ink); }
.form-row, .quick-form__row { display: grid; grid-template-columns: 1fr 1.15fr; gap: 10px; }
input, select { width: 100%; min-width: 0; height: 48px; padding: 0 13px; border: 1px solid rgba(21,56,53,.18); border-radius: 10px; color: var(--ink); background: white; outline: none; transition: border .2s, box-shadow .2s; }
input:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(101,170,163,.15); }
.form-note { margin: -4px 0 0; text-align: center; color: var(--muted); font-size: 10px; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.field-guard { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.channel-toggle { display: inline-flex; gap: 4px; margin: 0 0 16px; padding: 4px; border: 0; background: var(--sand); border-radius: 100px; }
.channel-toggle__option { position: relative; display: flex; }
.channel-toggle__option input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.channel-toggle__option span { padding: 8px 18px; border-radius: 100px; font-size: 12px; font-weight: 700; color: var(--muted); transition: background .2s, color .2s; }
.channel-toggle__option input:checked + span { background: var(--ink-deep); color: white; }
.channel-toggle__option input:focus-visible + span { box-shadow: 0 0 0 3px rgba(101,170,163,.35); }

.button.is-loading { opacity: .7; cursor: progress; }
.button:disabled { transform: none; box-shadow: none; }

.form-feedback { margin: -4px 0 0; padding: 10px 12px; border-radius: 10px; font-size: 12px; font-weight: 600; text-align: center; }
.form-feedback--success { background: rgba(101,170,163,.14); color: var(--ink-deep); }
.form-feedback--error { background: rgba(237,115,85,.14); color: var(--coral-dark); }

.stay-note { background: var(--sand); border-bottom: 1px solid var(--line); }
.stay-note__inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.stay-note p { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 23px; letter-spacing: -.02em; }
.stay-note ul { margin: 0; padding: 0; display: flex; align-items: center; gap: 28px; list-style: none; color: var(--muted); font-size: 12px; }
.stay-note li { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.stay-note li span { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }

.section { padding: 124px 0; }
.section--sand { background: var(--sand); }
.split-intro { display: grid; grid-template-columns: 1.5fr .8fr; gap: 100px; align-items: end; }
.section h2 { font-size: clamp(48px, 5.2vw, 76px); }
.split-intro__body { padding-bottom: 6px; }
.split-intro__body p { margin: 0 0 24px; font-size: 17px; line-height: 1.75; color: var(--muted); }
.feature-layout { margin-top: 76px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 76px; align-items: center; }
.feature-photo { position: relative; margin: 0; }
.feature-photo::before { content: ""; position: absolute; left: -22px; bottom: -22px; width: 58%; height: 62%; background: var(--coral); border-radius: var(--radius); }
.feature-photo img { position: relative; z-index: 1; width: 100%; height: 610px; object-fit: cover; border-radius: var(--radius); }
.feature-photo figcaption { position: absolute; z-index: 2; bottom: 22px; left: 22px; padding: 10px 14px; border-radius: 8px; color: white; background: rgba(10,43,40,.8); font-size: 12px; backdrop-filter: blur(6px); }
.feature-list { border-top: 1px solid var(--line); }
.feature-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.feature-item__num { padding-top: 4px; color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.feature-item h3 { margin: 0 0 7px; font-family: "Fraunces", Georgia, serif; font-size: 25px; }
.feature-item p { margin: 0; color: var(--muted); font-size: 14px; }

.amenities__intro { max-width: 620px; margin-bottom: 40px; }
.amenities__intro p { margin: 16px 0 0; font-size: 16px; line-height: 1.6; color: var(--muted); }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 28px; }
.amenity-card { display: flex; align-items: center; gap: 12px; }
.amenity-card__icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--sand); color: var(--coral-dark); flex-shrink: 0; }
.amenity-card__icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.amenity-card p { margin: 0; font-size: 13.5px; line-height: 1.35; }
.amenities-protocol { display: flex; align-items: center; gap: 18px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.amenities-protocol svg { width: 28px; flex-shrink: 0; fill: none; stroke: var(--coral-dark); stroke-width: 1.5; }
.amenities-protocol strong { display: block; margin-bottom: 3px; font-size: 14px; }
.amenities-protocol p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.5; max-width: 640px; }
.amenities { padding-top: 88px; padding-bottom: 88px; }

.gallery-section { background: var(--ink-deep); color: white; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.section-heading > p { width: 320px; margin: 0 0 4px; color: rgba(255,255,255,.58); line-height: 1.7; }
.section-heading h2 em { color: #f7dfb3; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 250px 250px; gap: 14px; }
.gallery-card { position: relative; padding: 0; border: 0; border-radius: 14px; overflow: hidden; background: #193b38; cursor: zoom-in; }
.gallery-card::after { content: "+"; position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; color: white; border-radius: 50%; background: rgba(5,29,27,.65); backdrop-filter: blur(4px); transition: transform .3s; }
.gallery-card:hover::after { transform: rotate(90deg); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card > span { position: absolute; left: 16px; bottom: 14px; color: white; font-size: 12px; font-weight: 700; text-shadow: 0 2px 8px #000; }
.gallery-card--wide { grid-column: span 2; }
.gallery-card--tall { grid-row: span 2; }
.gallery-caption { margin-top: 18px; text-align: right; color: rgba(255,255,255,.42); font-size: 11px; }

.seasons { position: relative; background: #f8edd9; overflow: hidden; }
.seasons::after { content: "MPM"; position: absolute; right: -30px; bottom: -100px; font-family: "Arial Black", sans-serif; font-size: 260px; color: rgba(232,111,81,.055); letter-spacing: -.11em; }
.seasons__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.seasons__copy > p:not(.eyebrow) { max-width: 530px; margin: 26px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.season-cards { border-top: 1px solid var(--line); }
.season-card { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.season-card > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral-dark); font-size: 10px; font-weight: 700; }
.season-card h3 { margin: 0 0 8px; font-family: "Fraunces", Georgia, serif; font-size: 26px; }
.season-card p { margin: 0; color: var(--muted); font-size: 14px; }

.location { background: var(--cream); }
.location__layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.location__photo { position: relative; }
.location__photo img { width: 100%; height: 580px; object-fit: cover; border-radius: var(--radius); }
.location__pin { position: absolute; top: 42%; left: 49%; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); background: var(--coral); color: white; font-weight: 800; box-shadow: 0 8px 24px rgba(8,34,31,.35); }
.location__pin::before { content: ""; position: absolute; inset: -10px; border: 1px solid rgba(237,115,85,.55); border-radius: inherit; animation: pulse 2.2s infinite; }
.location__pin { font-size: 0; }
.location__pin::after { content: "MPM"; font-size: 10px; transform: rotate(45deg); }
.location__copy h2 { font-size: clamp(44px, 4.4vw, 64px); }
.address-card { display: flex; gap: 17px; margin: 34px 0 25px; padding: 22px 0; border-block: 1px solid var(--line); }
.address-card svg { width: 28px; fill: none; stroke: var(--coral-dark); stroke-width: 1.6; }
.address-card div { display: flex; flex-direction: column; }
.address-card small { margin-bottom: 4px; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.address-card strong { font-size: 18px; }
.address-card span { color: var(--muted); font-size: 14px; }

.reviews { padding: 76px 0; background: var(--sand); }
.reviews__layout { display: grid; grid-template-columns: 320px 1fr; gap: 86px; align-items: center; }
.review-score { padding-right: 65px; border-right: 1px solid var(--line); }
.review-score__number { display: block; font-family: "Fraunces", Georgia, serif; font-size: 82px; line-height: 1; }
.review-score .stars { display: block; margin-top: 8px; font-size: 18px; }
.review-score p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.review-story { max-width: 760px; }
.review-story .eyebrow { margin-bottom: 16px; }
.review-story h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.02; }
.review-story__copy { max-width: 660px; margin: 22px 0 20px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.review-story small { display: block; margin-top: 12px; color: rgba(21,56,53,.48); font-size: 10px; }

.faq { background: var(--cream); }
.faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq__intro > p:last-child { max-width: 340px; margin-top: 24px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; list-style: none; cursor: pointer; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 24px; font-weight: 300; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 46px 26px 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.final-cta { position: relative; padding: 110px 0; color: white; background: var(--ink-deep); overflow: hidden; }
.final-cta__backdrop { position: absolute; inset: 0; opacity: .12; background: url('/public/images/exterior-noche.webp') center 65% / cover no-repeat; filter: saturate(.5); }
.final-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink-deep) 25%, rgba(12,43,41,.5)); }
.final-cta__layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 430px; gap: 120px; align-items: center; }
.final-cta__copy > img { width: 110px; margin-bottom: 28px; }
.final-cta h2 { font-size: clamp(52px, 5.4vw, 76px); }
.final-cta h2 em { color: #f7dfb3; }
.final-cta__copy > p:last-child { max-width: 570px; color: rgba(255,255,255,.68); font-size: 17px; }
.quick-form { display: grid; gap: 14px; padding: 34px; color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.quick-form small { color: var(--muted); text-align: center; font-size: 10px; }

.footer { padding: 58px 0 22px; background: #081f1e; color: white; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; align-items: start; }
.brand--footer img { width: 92px; }
.footer__grid > div { display: grid; gap: 8px; }
.footer small { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .17em; }
.footer p, .footer a { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 18px 0 14px; border-radius: 100px; color: #062a1d; background: #70da8b; font-weight: 700; font-size: 13px; box-shadow: 0 12px 32px rgba(0,0,0,.25); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 25px; fill: currentColor; }

.lightbox { width: min(900px, calc(100vw - 40px)); max-height: 90vh; padding: 0; border: 0; border-radius: 18px; background: #061d1c; color: white; overflow: hidden; box-shadow: 0 30px 100px #000; }
.lightbox::backdrop { background: rgba(2,18,17,.86); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #061d1c; }
.lightbox p { margin: 0; padding: 14px 20px; font-size: 13px; color: rgba(255,255,255,.7); }
.lightbox__close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(0,0,0,.66); color: white; font-size: 24px; cursor: pointer; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 140%); padding: 12px 18px; border-radius: 100px; background: white; color: var(--ink); box-shadow: var(--shadow); font-size: 13px; font-weight: 700; transition: transform .3s; }
.toast.show { transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--late { transition-delay: .15s; }
.hero .reveal { opacity: 1; transform: none; animation: rise-in .75s .18s both; }
.hero .reveal--late { animation-delay: .35s; }
@keyframes hero-in { from { transform: scale(1.1); filter: saturate(.65); } to { transform: scale(1.02); filter: none; } }
@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0%,100% { transform: scale(.9); opacity: 0; } 45% { opacity: .8; } 80% { transform: scale(1.25); opacity: 0; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 34px, 760px); }
  .site-header { top: 34px; }
  .nav { height: 76px; }
  .nav-links { position: fixed; inset: 0; z-index: 1; display: none; flex-direction: column; justify-content: center; gap: 28px; background: var(--ink-deep); font-family: "Fraunces", Georgia, serif; font-size: 30px; }
  .menu-open .nav-links { display: flex; }
  .menu-button { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; }
  .menu-button span { width: 18px; height: 2px; border-radius: 1px; display: block; background: white; transition: transform .25s; }
  .menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; padding: 170px 0 80px; }
  .hero__image { background-position: 62% center; }
  .hero__layout { grid-template-columns: 1fr; gap: 55px; padding-top: 0; }
  .hero__copy { max-width: 650px; padding-top: 0; }
  .lead-card { max-width: 600px; }
  .hero__scroll { display: none; }
  .stay-note__inner { align-items: flex-start; flex-direction: column; padding-block: 30px; gap: 18px; }
  .stay-note ul { flex-wrap: wrap; row-gap: 12px; }
  .section { padding: 90px 0; }
  .split-intro { grid-template-columns: 1fr; gap: 32px; }
  .feature-layout { grid-template-columns: 1fr; gap: 65px; }
  .feature-photo img { height: 520px; }
  .amenities-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 260px); }
  .gallery-card--tall { grid-row: span 2; }
  .seasons__grid, .location__layout, .faq__layout { grid-template-columns: 1fr; gap: 64px; }
  .location__photo { order: 2; }
  .reviews__layout { grid-template-columns: 240px 1fr; gap: 45px; }
  .final-cta__layout { grid-template-columns: 1fr; gap: 54px; }
  .quick-form { max-width: 560px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  .topbar { display: none; }
  .site-header, .site-header.is-sticky { top: 0; }
  .site-header::before { background: linear-gradient(180deg, rgba(8,31,30,.82), rgba(8,31,30,.3)); backdrop-filter: blur(7px); }
  .nav { height: 88px; }
  .brand { gap: 13px; }
  .brand img { width: 116px; height: 64px; }
  .brand__meta { font-size: 8px; letter-spacing: .12em; }
  .brand__meta strong { font-size: 10px; }
  .brand__meta em { font-size: 13px; }
  .hero { padding-top: 146px; }
  .hero__image { background-image: url('/public/images/hero-las-grutas-mobile.webp'); background-position: 50% 52%; }
  .hero__veil { background: linear-gradient(0deg, rgba(6,29,27,.9) 8%, rgba(6,29,27,.48) 65%, rgba(6,29,27,.36)); }
  .hero h1 { font-size: clamp(56px, 18vw, 78px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__trust { align-items: flex-start; flex-direction: column; gap: 6px; }
  .owner-trust { padding-left: 0; border-left: 0; }
  .lead-card { margin-inline: -2px; padding: 28px 20px; }
  .lead-card__tag { display: none; }
  .form-row, .quick-form__row { grid-template-columns: 1fr; }
  .stay-note__inner { width: var(--shell); }
  .stay-note p { max-width: 300px; font-size: 21px; }
  .stay-note ul { display: grid; gap: 10px; }
  .section { padding: 74px 0; }
  .section h2, .final-cta h2 { font-size: 47px; }
  .feature-layout { margin-top: 52px; }
  .feature-photo::before { left: -8px; bottom: -12px; }
  .feature-photo img { height: 420px; }
  .feature-item { grid-template-columns: 38px 1fr; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { width: auto; margin-top: 24px; }
  .amenities { padding-top: 64px; padding-bottom: 64px; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .amenity-card { align-items: flex-start; }
  .amenity-card__icon { width: 26px; height: 26px; }
  .amenity-card__icon svg { width: 13px; height: 13px; }
  .amenity-card p { padding-top: 5px; }
  .amenities-protocol { flex-direction: column; align-items: flex-start; gap: 14px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 190px); gap: 8px; }
  .gallery-card--wide { grid-column: span 2; }
  .gallery-card--tall { grid-row: span 2; }
  .seasons__grid { gap: 50px; }
  .location__photo img { height: 380px; }
  .location__copy h2 { font-size: 44px; }
  .reviews__layout { grid-template-columns: 1fr; }
  .review-score { padding: 0 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-score__number { font-size: 66px; }
  .faq__layout { gap: 48px; }
  .accordion summary { font-size: 14px; }
  .final-cta { padding: 78px 0; }
  .quick-form { padding: 24px 18px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
