:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --forest-950: #0a211b;
  --forest-900: #102b24;
  --forest-800: #173a31;
  --forest-700: #245143;
  --moss: #5c7567;
  --sage: #dce4dd;
  --sand: #eee8de;
  --cream: #f7f4ee;
  --white: #fffefb;
  --ink: #15231f;
  --muted: #66726d;
  --gold: #d9a552;
  --gold-light: #f1d7a6;
  --line: rgba(16, 43, 36, .14);
  --line-light: rgba(255,255,255,.2);
  --shadow-sm: 0 12px 30px rgba(10, 33, 27, .08);
  --shadow-md: 0 24px 70px rgba(10, 33, 27, .14);
  --shadow-lg: 0 35px 110px rgba(4, 18, 14, .25);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); color: var(--ink); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
section[id] { scroll-margin-top: calc(var(--header-height) + 20px); }
::selection { background: var(--gold-light); color: var(--forest-950); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
input:focus-visible, select:focus-visible { outline: 0; }

.icon { width: 22px; height: 22px; display: inline-block; flex: 0 0 auto; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: clamp(92px, 9vw, 142px) 0; }
.skip-link { position: fixed; z-index: 9999; top: -80px; left: 18px; padding: 12px 18px; background: white; color: var(--forest-900); border-radius: 6px; box-shadow: var(--shadow-md); }
.skip-link:focus { top: 14px; }

.topbar { position: absolute; z-index: 60; inset: 0 0 auto; height: 38px; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.15); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.topbar__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.topbar__inner > span { position: relative; }
.topbar__inner > span + span::before { content: ""; position: absolute; top: 50%; left: -13px; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.45); }
.topbar a { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: white; text-decoration: none; font-weight: 800; }
.topbar .icon { width: 14px; height: 14px; }

.site-header { position: absolute; z-index: 50; top: 38px; left: 0; right: 0; height: var(--header-height); color: white; transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease; }
.site-header.is-fixed { position: fixed; top: 0; transform: translateY(0) !important; color: var(--ink); background: rgba(247, 244, 238, .92); backdrop-filter: blur(18px); box-shadow: 0 8px 35px rgba(10,33,27,.1); }
.header__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 13px; border: 0; padding: 0; background: none; cursor: pointer; }
.brand__mark { width: 58px; height: 45px; display: block; overflow: hidden; border-radius: 5px; background: #fff; box-shadow: 0 5px 18px rgba(3,18,46,.16); }
.brand__mark img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.brand__type { display: grid; justify-items: start; line-height: 1; }
.brand__type strong { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.brand__type small { margin-top: 5px; font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.6vw, 38px); }
.desktop-nav a, .desktop-nav button, .footer__grid button { border: 0; padding: 0; background: transparent; cursor: pointer; }
.desktop-nav a, .desktop-nav button { position: relative; color: inherit; text-decoration: none; font-size: 13px; font-weight: 700; }
.desktop-nav a::after, .desktop-nav button::after { content: ""; position: absolute; right: 50%; bottom: -10px; left: 50%; height: 1px; background: currentColor; transition: left .2s ease, right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after, .desktop-nav button:hover::after, .desktop-nav button.is-active::after { left: 0; right: 0; }
.header__actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.header__phone { width: 42px; height: 42px; display: none; place-items: center; text-decoration: none; }
.header__phone .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.mobile-menu { display: none; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; text-decoration: none; font-size: 13px; font-weight: 850; letter-spacing: .01em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button .icon { width: 17px; height: 17px; }
.button--gold { background: var(--gold); color: var(--forest-950); box-shadow: 0 10px 28px rgba(217,165,82,.2); }
.button--gold:hover { background: #e4b663; box-shadow: 0 15px 34px rgba(217,165,82,.28); }
.button--light { background: var(--white); color: var(--forest-950); box-shadow: var(--shadow-sm); }
.button--light:hover { background: #fff; box-shadow: var(--shadow-md); }
.button--dark { background: var(--forest-900); color: white; }
.button--dark:hover { background: var(--forest-800); box-shadow: var(--shadow-sm); }
.button--header { min-height: 42px; padding-inline: 20px; font-size: 12px; box-shadow: 0 10px 30px rgba(217,165,82,.27); }
.text-button { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 0 0 5px; background: transparent; border-bottom: 1px solid currentColor; color: var(--forest-900); text-decoration: none; font-weight: 800; cursor: pointer; }
.text-button .icon { width: 16px; height: 16px; }
.text-button--light { color: white; }
.icon-button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(10,33,27,.2); color: white; cursor: pointer; backdrop-filter: blur(10px); }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: var(--forest-700); font-size: 11px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow .icon { width: 15px; height: 15px; }
.eyebrow--light { color: rgba(255,255,255,.72); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }

.hero { position: relative; min-height: min(900px, 100svh); height: clamp(720px, 92svh, 900px); display: flex; align-items: center; overflow: hidden; color: white; background: var(--forest-950); }
.hero__image, .hero__overlay, .hero__texture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center 52%; transform: scale(1.025); animation: heroZoom 16s ease-out both; }
.hero__overlay { background: linear-gradient(90deg, rgba(5,23,18,.92) 0%, rgba(7,29,23,.73) 43%, rgba(8,30,24,.18) 75%), linear-gradient(0deg, rgba(5,22,17,.58), transparent 45%); }
.hero__texture { opacity: .13; background-image: radial-gradient(rgba(255,255,255,.9) .55px, transparent .55px); background-size: 6px 6px; mix-blend-mode: soft-light; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 790px) 1fr; align-items: end; gap: 70px; padding-top: 92px; }
.hero__copy { align-self: center; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(62px, 7.15vw, 108px); line-height: .92; }
.hero__lede { max-width: 670px; margin: 28px 0 32px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.hero__facts { align-self: end; justify-self: end; min-width: 195px; margin-bottom: 80px; display: grid; border-top: 1px solid rgba(255,255,255,.24); }
.hero__facts div { padding: 18px 0; display: grid; grid-template-columns: 72px 1fr; align-items: baseline; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.24); }
.hero__facts strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.hero__facts span { color: rgba(255,255,255,.67); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero__scroll { position: absolute; z-index: 2; bottom: 104px; left: max(32px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.hero__scroll span { width: 42px; height: 1px; background: rgba(255,255,255,.45); }

.booking-panel { position: relative; z-index: 10; margin-top: -42px; overflow: visible; isolation: isolate; }
.booking-panel__card { position: relative; overflow: visible; padding: 22px 20px; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 18px; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.booking-panel__card::before { content: ""; position: absolute; top: 0; left: 32px; right: 32px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, rgba(217,165,82,.82), transparent); transform: translateY(-1px); }
.booking-panel__intro { min-width: 0; padding: 6px 14px 6px 6px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.booking-panel__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest-800); }
.booking-panel__icon .icon { width: 20px; height: 20px; }
.booking-panel__intro div { display: grid; gap: 4px; }
.booking-panel__intro strong { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.booking-panel__intro small { color: var(--muted); line-height: 1.35; }
.booking-form { display: grid; grid-template-columns: minmax(145px, 1fr) minmax(145px, 1fr) minmax(220px, 1.25fr) auto; align-items: end; gap: 10px; }
.booking-form label { min-width: 0; display: grid; gap: 7px; }
.booking-form label > span { position: relative; z-index: 1; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.booking-field { min-height: 54px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 10px; padding: 0 13px; background: #fbfaf7; transition: border-color .18s ease, box-shadow .18s ease; }
.booking-field:focus-within { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(36,81,67,.1); }
.booking-field .icon { width: 17px; height: 17px; color: var(--forest-700); }
.booking-field input, .booking-field select { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 750; }
.booking-submit { min-height: 54px; white-space: nowrap; }
.booking-form__error { grid-column: 1 / -1; display: none; margin: 0; color: #a23e2c; font-size: 12px; }
.booking-form.has-error .booking-form__error { display: block; }

.trust-band { padding: 78px 0 34px; background: var(--cream); }
.trust-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-band__grid > div { min-width: 0; padding: 26px 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-band__grid > div:last-child { border-right: 0; }
.trust-band__grid > div > .icon { color: var(--forest-700); }
.trust-band__grid span { min-width: 0; display: grid; gap: 3px; }
.trust-band__grid strong { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.trust-band__grid small { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }

.welcome { padding-top: 105px; background: var(--cream); }
.welcome__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: clamp(60px, 9vw, 140px); align-items: start; }
.welcome h2, .section-head h2, .property-story h2, .explore h2, .arrival h2, .final-cta h2 { margin: 0; font-size: clamp(50px, 5.2vw, 76px); line-height: 1.02; }
.welcome__copy { padding-top: 38px; }
.welcome__copy p { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.welcome__copy .lead { color: var(--ink); font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.welcome__copy .text-button { margin-top: 9px; }

.rooms { background: var(--sand); }
.section-head { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 60px; align-items: end; }
.section-head h2 { max-width: 800px; }
.section-head > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-head--center { max-width: 900px; margin-inline: auto; grid-template-columns: 1fr; gap: 22px; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center > p { max-width: 650px; margin-inline: auto; }
.room-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.room-card { grid-column: span 4; min-width: 0; overflow: hidden; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.room-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.room-card__image { position: relative; aspect-ratio: 1.45; overflow: hidden; background: var(--sage); }
.room-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.room-card:hover .room-card__image img { transform: scale(1.045); }
.room-card__tag { position: absolute; top: 16px; left: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(255,254,251,.9); color: var(--forest-900); backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.room-card__body { padding: 28px; }
.room-card__body h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: -.03em; }
.room-card__body > p { min-height: 77px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.room-card__features { margin: 24px 0; padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.room-card__features span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.room-card__features .icon { width: 14px; height: 14px; color: var(--forest-700); }
.room-card__link { width: 100%; display: flex; align-items: center; justify-content: space-between; border: 0; padding: 0; background: transparent; color: var(--forest-900); font-weight: 850; cursor: pointer; }
.room-card__link .icon { width: 17px; height: 17px; }
.rooms__foot { margin-top: 28px; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.rooms__foot p { margin: 0; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.rooms__foot p .icon { width: 16px; height: 16px; }

.property-story { padding: clamp(90px, 10vw, 150px) 0; background: var(--white); }
.property-story__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.property-story__visual { position: relative; }
.property-story__visual::before { content: ""; position: absolute; z-index: 0; top: -24px; right: 42px; width: 55%; height: calc(100% + 48px); border: 1px solid var(--gold-light); }
.property-story__visual img { position: relative; z-index: 1; width: 100%; min-height: 580px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.property-story__badge { position: absolute; z-index: 2; right: -20px; bottom: 34px; max-width: 250px; padding: 18px 22px; display: flex; align-items: center; gap: 13px; border-radius: var(--radius-sm); background: var(--gold); color: var(--forest-950); box-shadow: var(--shadow-md); }
.property-story__badge span { display: grid; gap: 3px; font-size: 12px; }
.property-story__badge strong { font-size: 13px; }
.property-story__copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.story-list { margin: 30px 0 34px; display: grid; border-top: 1px solid var(--line); }
.story-list > div { padding: 20px 0; display: grid; grid-template-columns: 45px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.story-list > div > span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.story-list p { margin: 0; display: grid; gap: 4px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.story-list strong { color: var(--ink); font-size: 14px; }

.amenities { background: var(--cream); }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.amenity-card { min-height: 235px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,254,251,.55); transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.amenity-card:hover { transform: translateY(-3px); background: var(--white); border-color: rgba(16,43,36,.25); }
.amenity-card__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest-800); }
.amenity-card__icon .icon { width: 21px; height: 21px; }
.amenity-card h3 { margin: auto 0 8px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.amenity-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.amenities__details { margin-top: 56px; padding: 38px; display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 46px; border-radius: var(--radius-md); background: var(--forest-900); color: white; }
.amenities__details .eyebrow { color: var(--gold-light); }
.amenities__details ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.amenities__details li { position: relative; padding-left: 18px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.45; }
.amenities__details li::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.planning-note { padding: 24px; display: flex; align-items: flex-start; gap: 14px; border-radius: var(--radius-sm); background: rgba(255,255,255,.07); }
.planning-note .icon { color: var(--gold); }
.planning-note p { margin: 0; display: grid; gap: 6px; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.6; }
.planning-note strong { color: white; font-size: 13px; }

.explore { position: relative; min-height: 900px; padding: clamp(100px, 10vw, 150px) 0; overflow: hidden; color: white; background: var(--forest-950); }
.explore__image, .explore__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.explore__image { object-fit: cover; object-position: center; filter: saturate(.75); }
.explore__overlay { background: linear-gradient(90deg, rgba(6,27,21,.96) 0%, rgba(8,31,24,.83) 52%, rgba(9,30,24,.45)), linear-gradient(0deg, rgba(5,21,17,.45), transparent); }
.explore__inner { position: relative; z-index: 2; }
.explore__head { max-width: 810px; }
.explore__head h2 { font-size: clamp(58px, 6.3vw, 94px); line-height: .96; }
.explore__head > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.adventure-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.adventure-card { min-height: 310px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); background: rgba(9,33,26,.3); backdrop-filter: blur(5px); transition: background .22s ease; }
.adventure-card:last-child { border-right: 0; }
.adventure-card:hover { background: rgba(255,255,255,.08); }
.adventure-card__top { display: flex; align-items: center; justify-content: space-between; }
.adventure-card__top > .icon { color: var(--gold-light); }
.adventure-card__top span { color: rgba(255,255,255,.36); font-family: var(--serif); font-size: 22px; }
.adventure-card h3 { margin: auto 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.adventure-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }
.adventure-card small { margin-top: 18px; color: var(--gold-light); font-weight: 800; letter-spacing: .05em; }
.explore__nearby { margin-top: 34px; display: flex; align-items: flex-start; gap: 32px; }
.explore__nearby > span { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.explore__nearby > div { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.explore__nearby strong { color: rgba(255,255,255,.78); font-size: 12px; }

.gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 215px; gap: 14px; }
.gallery-item { position: relative; grid-column: span 4; overflow: hidden; border: 0; border-radius: var(--radius-sm); padding: 0; background: var(--sage); cursor: zoom-in; }
.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 5; }
.gallery-item:nth-child(3) { grid-column: span 5; }
.gallery-item:nth-child(4) { grid-column: span 4; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-item:nth-child(6) { grid-column: span 4; }
.gallery-item:nth-child(7) { grid-column: span 5; }
.gallery-item:nth-child(8) { grid-column: span 7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .3s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,21,17,.7), transparent 55%); opacity: 0; transition: opacity .25s ease; }
.gallery-item span { position: absolute; z-index: 1; right: 18px; bottom: 16px; display: flex; align-items: center; gap: 8px; color: white; opacity: 0; transform: translateY(7px); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: opacity .25s ease, transform .25s ease; }
.gallery-item span .icon { width: 15px; height: 15px; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(.86); }
.gallery-item:hover::after, .gallery-item:hover span { opacity: 1; }
.gallery-item:hover span { transform: none; }

.arrival { background: var(--sand); }
.arrival__grid { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 650px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.arrival__card { padding: clamp(45px, 6vw, 78px); background: var(--white); }
.arrival__card h2 { font-size: clamp(48px, 5vw, 70px); }
.arrival__items { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.arrival__items > div { min-height: 112px; padding: 22px 18px 22px 0; display: grid; align-content: center; gap: 8px; border-bottom: 1px solid var(--line); }
.arrival__items > div:nth-child(odd) { border-right: 1px solid var(--line); }
.arrival__items > div:nth-child(even) { padding-left: 24px; }
.arrival__items span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.arrival__items strong, .arrival__items a { color: var(--ink); font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.4; text-decoration: none; }
.arrival__actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; }
.arrival__map { position: relative; min-height: 650px; background: #d9ded8; }
.arrival__map iframe { width: 100%; height: 100%; min-height: 650px; border: 0; filter: saturate(.7) contrast(.95); }
.arrival__map-label { position: absolute; left: 24px; bottom: 24px; max-width: calc(100% - 48px); padding: 15px 18px; display: flex; align-items: center; gap: 12px; border-radius: var(--radius-sm); background: var(--forest-900); color: white; box-shadow: var(--shadow-md); }
.arrival__map-label .icon { color: var(--gold); }
.arrival__map-label span { display: grid; gap: 2px; font-size: 11px; color: rgba(255,255,255,.65); }
.arrival__map-label strong { color: white; font-size: 12px; }

.final-cta { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--forest-950); }
.final-cta > img, .final-cta > .responsive-picture > img, .final-cta__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img, .final-cta > .responsive-picture > img { object-fit: cover; }
.final-cta__overlay { background: rgba(5,24,18,.8); }
.final-cta__content { position: relative; z-index: 2; max-width: 920px; text-align: center; }
.final-cta__content .eyebrow { justify-content: center; }
.final-cta h2 { font-size: clamp(58px, 7vw, 98px); line-height: .94; }
.final-cta__content > p:not(.eyebrow) { margin: 26px auto 0; color: rgba(255,255,255,.65); font-size: 17px; }
.final-cta__actions { margin-top: 34px; display: flex; justify-content: center; align-items: center; gap: 24px; }

.site-footer { padding: 78px 0 30px; background: var(--forest-950); color: white; }
.footer__grid { display: grid; grid-template-columns: 1.55fr .8fr .9fr 1fr; gap: 60px; }
.footer__logo { display: block; }
.footer__official-logo { width: 86px; height: auto; border-radius: 5px; box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.footer__brand p { max-width: 390px; margin: 20px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.footer__grid h3 { margin: 7px 0 20px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer__grid a, .footer__grid button { display: block; margin: 0 0 12px; color: rgba(255,255,255,.78); text-align: left; text-decoration: none; font-size: 13px; }
.footer__grid address { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.footer__phone { margin-top: 15px !important; color: white !important; font-family: var(--serif); font-size: 18px !important; }
.concept-notice { margin-top: 58px; padding: 15px 18px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid rgba(222,183,91,.28); border-radius: 14px; background: rgba(222,183,91,.07); color: rgba(255,255,255,.7); }
.concept-notice .icon { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; color: var(--gold); }
.concept-notice p { margin: 0; font-size: 11px; line-height: 1.55; letter-spacing: .015em; }
.concept-notice strong { color: rgba(255,255,255,.94); font-weight: 750; }
.footer__bottom { margin-top: 22px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .05em; }

.mobile-dock { display: none; }

.booking-modal[hidden], .lightbox[hidden] { display: none; }
.booking-modal { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 24px; }
.booking-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(5,20,16,.76); backdrop-filter: blur(8px); cursor: default; }
.booking-modal__sheet { position: relative; z-index: 1; width: min(980px, 100%); max-height: calc(100svh - 48px); overflow: auto; overscroll-behavior: contain; padding: 34px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); scrollbar-width: thin; scrollbar-color: var(--sage) transparent; }
.booking-modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.booking-modal__head .eyebrow { margin-bottom: 10px; }
.booking-modal__head h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 56px); font-weight: 500; letter-spacing: -.04em; }
.booking-modal__head .icon-button { flex: 0 0 auto; border-color: var(--line); background: transparent; color: var(--ink); }
.booking-modal__copy { max-width: 590px; margin: 16px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.booking-mount--modal .booking-form { grid-template-columns: 1fr 1fr; }
.booking-mount--modal .booking-submit { grid-column: 1 / -1; }
.booking-modal__help { margin-top: 22px; padding: 16px 18px; display: flex; align-items: center; gap: 11px; border-radius: var(--radius-sm); background: var(--sage); color: var(--forest-800); font-size: 12px; }
.booking-modal__help .icon { width: 17px; height: 17px; }
.booking-modal__help a { font-weight: 850; }

.booking-mount--modal { margin-top: 24px; }
.booking-mount--modal .booking-form--calendar { display: block; }
.booking-form--calendar .booking-form__error { margin-top: 14px; text-align: center; }

.date-summary { margin-bottom: 16px; display: grid; grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) auto; align-items: stretch; gap: 8px; }
.date-summary__item { min-width: 0; padding: 13px 15px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 12px; background: #fbfaf7; text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.date-summary__item:hover { border-color: rgba(36,81,67,.35); }
.date-summary__item.is-active { border-color: var(--forest-700); background: #fff; box-shadow: 0 0 0 3px rgba(36,81,67,.08); }
.date-summary__item span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.date-summary__item strong { overflow: hidden; color: var(--ink); font-family: var(--serif); font-size: 18px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.date-summary__arrow { display: grid; place-items: center; color: var(--moss); }
.date-summary__arrow .icon { width: 17px; height: 17px; }
.date-summary__nights { min-width: 78px; padding: 10px 14px; display: grid; place-items: center; align-content: center; border-radius: 12px; background: var(--forest-900); color: white; text-align: center; }
.date-summary__nights strong { font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1; }
.date-summary__nights span { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.range-calendar { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(10,33,27,.07); }
.range-calendar__toolbar { min-height: 62px; padding: 9px 12px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, #fbfaf7); }
.range-calendar__toolbar p { margin: 0; color: var(--forest-700); text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.calendar-nav { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--forest-900); cursor: pointer; transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.calendar-nav:hover:not(:disabled) { border-color: var(--forest-700); background: var(--sage); transform: translateY(-1px); }
.calendar-nav:disabled { opacity: .28; cursor: not-allowed; }
.calendar-nav .icon { width: 20px; height: 20px; }
.calendar-months { display: grid; grid-template-columns: 1fr 1fr; }
.calendar-month { min-width: 0; padding: 22px 24px 25px; }
.calendar-month + .calendar-month { border-left: 1px solid var(--line); }
.calendar-month h3 { margin: 0 0 20px; color: var(--ink); font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: .02em; text-align: center; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-weekdays { margin-bottom: 7px; }
.calendar-weekdays span { min-width: 0; padding: 5px 0; color: var(--muted); text-align: center; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.calendar-day { position: relative; min-width: 0; aspect-ratio: 1; display: grid; place-items: center; border: 0; padding: 0; background: transparent; color: var(--ink); cursor: pointer; isolation: isolate; }
.calendar-day::before { content: ""; position: absolute; z-index: -2; inset: 4px 0; background: transparent; }
.calendar-day span { position: relative; z-index: 1; width: min(38px, calc(100% - 4px)); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; font-size: 13px; font-weight: 720; transition: background .14s ease, color .14s ease, transform .14s ease; }
.calendar-day:not(:disabled):not(.is-start):not(.is-end):hover span { background: var(--sage); transform: scale(1.04); }
.calendar-day.is-in-range::before, .calendar-day.is-preview-range::before { background: #e9eee9; }
.calendar-day.is-start::before { right: 0; left: 50%; background: #e9eee9; }
.calendar-day.is-end::before, .calendar-day.is-preview-end::before { right: 50%; left: 0; background: #e9eee9; }
.calendar-day.is-start.is-end::before { display: none; }
.calendar-day.is-start span, .calendar-day.is-end span { background: var(--forest-900); color: white; box-shadow: 0 7px 18px rgba(16,43,36,.25); }
.calendar-day.is-preview-end span { border: 1px solid var(--forest-700); background: white; color: var(--forest-900); }
.calendar-day.is-today:not(.is-start):not(.is-end) span::after { content: ""; position: absolute; right: 11px; bottom: 5px; left: 11px; height: 2px; border-radius: 999px; background: var(--gold); }
.calendar-day:disabled { color: #b7beb9; cursor: not-allowed; }
.calendar-day:disabled span { text-decoration: line-through; text-decoration-thickness: 1px; }
.calendar-day--blank { pointer-events: none; }

.booking-guests { margin-top: 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 12px; }
.booking-guests .booking-submit { min-width: 220px; }



.booking-control { position: relative; min-width: 0; display: grid; gap: 7px; }
.booking-control__label { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.guest-picker { position: relative; min-width: 0; }
.guest-picker__trigger { width: 100%; justify-content: flex-start; padding-right: 12px; color: var(--ink); cursor: pointer; text-align: left; }
.guest-picker__trigger:hover { border-color: rgba(36,81,67,.35); background: #fff; }
.guest-picker.is-open .guest-picker__trigger { border-color: var(--forest-700); background: #fff; box-shadow: 0 0 0 3px rgba(36,81,67,.1); }
.guest-picker__summary { min-width: 0; flex: 1; overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.guest-picker__chevron { width: 15px !important; height: 15px !important; margin-left: auto; color: var(--muted) !important; transition: transform .18s ease; }
.guest-picker.is-open .guest-picker__chevron { transform: rotate(180deg); }
.guest-picker__popover[hidden] { display: none; }
.guest-picker__popover { position: absolute; z-index: 80; top: calc(100% + 10px); right: 0; width: min(360px, calc(100vw - 32px)); padding: 18px; border: 1px solid rgba(16,43,36,.14); border-radius: 16px; background: var(--white); box-shadow: 0 24px 70px rgba(10,33,27,.2); animation: guestPopoverIn .16s ease-out both; }
.booking-form--calendar .guest-picker__popover { top: auto; right: auto; bottom: calc(100% + 10px); left: 0; }
.guest-picker__heading { padding-bottom: 15px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.guest-picker__heading > div { display: grid; gap: 3px; }
.guest-picker__heading strong { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.guest-picker__heading span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.guest-picker__close { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest-900); cursor: pointer; }
.guest-picker__close:hover { background: var(--sage); }
.guest-picker__close .icon { width: 15px; height: 15px; }
.guest-picker__row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.guest-picker__copy { min-width: 0; display: grid; gap: 4px; }
.guest-picker__copy strong { font-size: 14px; font-weight: 800; }
.guest-picker__copy span { color: var(--muted); font-size: 11px; }
.guest-stepper { display: grid; grid-template-columns: 38px 36px 38px; align-items: center; justify-items: center; gap: 3px; }
.guest-stepper button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(16,43,36,.2); border-radius: 50%; background: #fff; color: var(--forest-900); cursor: pointer; transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.guest-stepper button:hover:not(:disabled) { border-color: var(--forest-700); background: var(--sage); transform: translateY(-1px); }
.guest-stepper button:disabled { opacity: .28; cursor: not-allowed; }
.guest-stepper button .icon { width: 15px; height: 15px; }
.guest-stepper output { min-width: 30px; color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 600; text-align: center; }
.guest-picker__done { width: 100%; min-height: 46px; margin-top: 15px; }
@keyframes guestPopoverIn { from { opacity: 0; transform: translateY(-6px) scale(.985); } to { opacity: 1; transform: none; } }

.lightbox { position: fixed; z-index: 4000; inset: 0; display: grid; place-items: center; padding: 24px; }
.lightbox__backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,14,11,.94); backdrop-filter: blur(9px); }
.lightbox__chrome { position: relative; z-index: 1; width: min(1280px, 100%); height: min(88svh, 880px); display: grid; place-items: center; }
.lightbox figure { margin: 0; max-width: calc(100% - 130px); max-height: 100%; display: grid; justify-items: center; gap: 14px; }
.lightbox figure img { max-width: 100%; max-height: calc(88svh - 70px); object-fit: contain; border-radius: var(--radius-sm); }
.lightbox figcaption { width: 100%; display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.68); font-size: 12px; }
.lightbox figcaption small { color: rgba(255,255,255,.38); }
.lightbox__close { position: absolute; top: 0; right: 0; }
.lightbox__arrow { position: absolute; top: 50%; transform: translateY(-50%); }
.lightbox__arrow--prev { left: 0; }
.lightbox__arrow--next { right: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1.025); } }

@media (max-width: 1160px) {
  .hero__scroll { bottom: 122px; }
  .booking-panel { margin-top: -34px; }
  .header__inner { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .header__phone { display: grid; }
  .mobile-menu { position: fixed; z-index: 45; top: var(--header-height); right: 0; left: 0; max-height: calc(100svh - var(--header-height)); overflow: auto; display: block; visibility: hidden; opacity: 0; transform: translateY(-10px); background: var(--cream); color: var(--ink); box-shadow: var(--shadow-md); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-header:not(.is-fixed) .mobile-menu { top: calc(var(--header-height) + 38px); }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu nav { width: min(100% - 64px, 1240px); margin: 0 auto; padding: 28px 0 10px; display: grid; }
  .mobile-menu nav button { padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-family: var(--serif); font-size: 25px; cursor: pointer; }
  .mobile-menu nav .icon { width: 18px; height: 18px; }
  .mobile-menu__footer { width: min(100% - 64px, 1240px); margin: 0 auto; padding: 24px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .mobile-menu__footer a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 800; }
  .mobile-menu__footer .icon { width: 17px; height: 17px; }
  .booking-panel__card { grid-template-columns: 1fr; }
  .booking-panel__intro { padding: 4px 6px 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .room-card { grid-column: span 6; }
  .room-card:last-child { grid-column: 4 / span 6; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1.35fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 1240px); }
  .topbar__inner > span:nth-child(n+3) { display: none; }
  .hero { min-height: 760px; height: 86svh; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__facts { display: none; }
  .hero h1 { max-width: 760px; font-size: clamp(56px, 10vw, 82px); }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-submit { grid-column: 1 / -1; }
  .trust-band__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-band__grid > div:nth-child(2) { border-right: 0; }
  .trust-band__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .welcome__grid, .property-story__grid { grid-template-columns: 1fr; }
  .welcome__copy { max-width: 720px; padding-top: 0; }
  .section-head { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .section-head > p { max-width: 650px; }
  .property-story__visual { max-width: 760px; }
  .property-story__visual img { min-height: 480px; }
  .property-story__badge { right: 20px; }
  .property-story__copy { max-width: 720px; }
  .amenities__details { grid-template-columns: 1fr 1fr; }
  .planning-note { grid-column: 1 / -1; }
  .adventure-grid { grid-template-columns: 1fr; }
  .adventure-card { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .adventure-card:last-child { border-bottom: 0; }
  .gallery-grid { grid-auto-rows: 200px; }
  .arrival__grid { grid-template-columns: 1fr; }
  .arrival__map, .arrival__map iframe { min-height: 500px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  :root { --header-height: 68px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .shell { width: min(100% - 28px, 1240px); }
  .section { padding: 82px 0; }
  .topbar { display: none; }
  .site-header { position: absolute; top: 0; }
  .brand__mark { width: 49px; height: 38px; }
  .brand__type strong { font-size: 19px; }
  .brand__type small { font-size: 8px; }
  .button--header, .header__phone { display: none; }
  .menu-toggle { margin-right: -8px; }
  .site-header:not(.is-fixed) .mobile-menu { top: var(--header-height); }
  .mobile-menu nav, .mobile-menu__footer { width: calc(100% - 28px); }
  .mobile-menu__footer { align-items: stretch; flex-direction: column; }
  .mobile-menu__footer a { min-height: 48px; justify-content: center; border: 1px solid var(--line); border-radius: 999px; }
  .hero { min-height: 700px; height: min(810px, 91svh); align-items: flex-end; }
  .hero__image { object-position: 61% center; }
  .hero__overlay { background: linear-gradient(0deg, rgba(5,22,17,.97) 0%, rgba(6,25,19,.75) 52%, rgba(8,27,21,.22) 100%); }
  .hero__inner { padding: 120px 0 92px; }
  .hero h1 { font-size: clamp(49px, 15.5vw, 70px); line-height: .94; }
  .hero__lede { margin: 22px 0 26px; font-size: 16px; line-height: 1.6; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__scroll { display: none; }
  .booking-panel { margin-top: 0; padding: 20px 0 0; background: var(--cream); }
  .booking-panel__card { padding: 18px; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
  .booking-panel__intro { padding: 0 0 15px; }
  .booking-panel .booking-form { display: none; }
  .booking-panel__intro::after { content: "Use the Check dates button below"; margin-left: auto; color: var(--forest-700); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
  .trust-band { padding: 34px 0 0; }
  .trust-band__grid { grid-template-columns: 1fr; }
  .trust-band__grid > div { padding: 20px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-band__grid > div:last-child { border-bottom: 0; }
  .welcome { padding-top: 76px; }
  .welcome__grid { gap: 30px; }
  .welcome h2, .section-head h2, .property-story h2, .arrival h2 { font-size: clamp(43px, 12vw, 56px); }
  .welcome__copy .lead { font-size: 21px; }
  .room-grid { grid-template-columns: 1fr; gap: 18px; }
  .room-card, .room-card:last-child { grid-column: auto; }
  .room-card__body > p { min-height: 0; }
  .rooms__foot { align-items: flex-start; flex-direction: column; }
  .property-story__visual::before { display: none; }
  .property-story__visual img { min-height: 360px; }
  .property-story__badge { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-card { min-height: 190px; }
  .amenities__details { padding: 26px; grid-template-columns: 1fr; gap: 30px; }
  .planning-note { grid-column: auto; }
  .explore { min-height: 0; padding: 90px 0; }
  .explore__head h2 { font-size: clamp(50px, 14vw, 70px); }
  .adventure-grid { margin-top: 42px; }
  .adventure-card { min-height: 245px; padding: 25px 20px; }
  .explore__nearby { align-items: flex-start; flex-direction: column; gap: 15px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 175px; gap: 9px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:first-child, .gallery-item:last-child { grid-column: span 2; }
  .gallery-item span { display: none; }
  .arrival__grid { min-height: 0; border-radius: var(--radius-md); }
  .arrival__card { padding: 36px 24px; }
  .arrival__items { grid-template-columns: 1fr; }
  .arrival__items > div:nth-child(odd) { border-right: 0; }
  .arrival__items > div:nth-child(even) { padding-left: 0; }
  .arrival__actions { align-items: stretch; flex-direction: column; }
  .arrival__map, .arrival__map iframe { min-height: 390px; }
  .final-cta { min-height: 650px; }
  .final-cta h2 { font-size: clamp(52px, 14vw, 72px); }
  .final-cta__actions { align-items: center; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__brand, .footer__grid > div:last-child { grid-column: auto; }
  .footer__official-logo { width: 72px; }
  .concept-notice { margin-top: 42px; padding: 14px 15px; }
  .concept-notice p { font-size: 10.5px; }
  .footer__bottom { margin-top: 20px; flex-direction: column; }
  .mobile-dock { position: fixed; z-index: 1200; right: 0; bottom: 0; left: 0; height: calc(66px + env(safe-area-inset-bottom)); padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; background: rgba(255,254,251,.96); border-top: 1px solid var(--line); backdrop-filter: blur(16px); box-shadow: 0 -10px 30px rgba(10,33,27,.09); }
  .mobile-dock a, .mobile-dock button { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--forest-900); text-decoration: none; font-size: 12px; font-weight: 850; }
  .mobile-dock button, .mobile-dock .js-open-booking { border-color: var(--forest-900); background: var(--forest-900); color: white; box-shadow: 0 8px 22px rgba(10,33,27,.18); }
  .mobile-dock .icon { width: 17px; height: 17px; }
  .booking-modal { padding: 0; align-items: end; }
  .booking-modal__sheet { width: 100%; max-height: 92svh; padding: 28px 20px calc(26px + env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; }
  .booking-mount--modal .booking-form { grid-template-columns: 1fr; }
  .booking-mount--modal .booking-submit { grid-column: auto; }
  .lightbox { padding: 14px; }
  .lightbox__chrome { height: 90svh; }
  .lightbox figure { max-width: 100%; }
  .lightbox figure img { max-height: calc(90svh - 100px); }
  .lightbox__close { top: 8px; right: 8px; }
  .lightbox__arrow { top: auto; bottom: 0; }
  .lightbox__arrow--prev { left: calc(50% - 58px); }
  .lightbox__arrow--next { right: calc(50% - 58px); }
  .lightbox figcaption { padding-bottom: 55px; }
}

@media (max-width: 420px) {
  .hero__inner { padding-bottom: 76px; }
  .hero h1 { font-size: clamp(45px, 14.8vw, 61px); }
  .booking-panel__intro::after { display: none; }
  .room-card__features { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .gallery-item, .gallery-item:nth-child(n), .gallery-item:first-child, .gallery-item:last-child { grid-column: auto; }
  .final-cta__content { padding-inline: 6px; }
}



@media (max-width: 900px) {
  .booking-modal__sheet { width: min(760px, 100%); padding: 30px; }
  .calendar-month { padding-inline: 18px; }
  .calendar-day span { font-size: 12px; }
  .booking-guests { grid-template-columns: 1fr 1fr; }
  .booking-guests .booking-submit { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 680px) {
  .booking-modal__head h2 { font-size: clamp(38px, 11vw, 48px); }
  .booking-mount--modal { margin-top: 18px; }
  .date-summary { grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr); }
  .date-summary__item { padding: 11px 12px; }
  .date-summary__item strong { font-size: 15px; }
  .date-summary__nights { grid-column: 1 / -1; min-height: 43px; padding: 7px 12px; grid-template-columns: auto auto; gap: 5px; }
  .date-summary__nights strong { font-size: 19px; }
  .date-summary__nights span { margin: 0; }
  .range-calendar { border-radius: 15px; }
  .range-calendar__toolbar { min-height: 56px; grid-template-columns: 40px 1fr 40px; padding: 7px 9px; gap: 7px; }
  .range-calendar__toolbar p { font-size: 8px; letter-spacing: .11em; }
  .calendar-nav { width: 38px; height: 38px; border-radius: 9px; }
  .calendar-months { grid-template-columns: 1fr; }
  .calendar-month { padding: 19px 12px 20px; }
  .calendar-month:nth-child(2) { display: none; }
  .calendar-month + .calendar-month { border-left: 0; }
  .calendar-month h3 { margin-bottom: 15px; font-size: 20px; }
  .calendar-weekdays span { font-size: 8px; }
  .calendar-day span { width: min(40px, calc(100% - 2px)); font-size: 13px; }
  .booking-guests { grid-template-columns: 1fr 1fr; }
  .booking-guests .booking-submit { grid-column: 1 / -1; }
  .booking-modal__help { margin-top: 16px; }
}

@media (max-width: 420px) {
  .booking-modal__sheet { padding-inline: 14px; }
  .date-summary__arrow { display: none; }
  .date-summary { grid-template-columns: 1fr 1fr; gap: 7px; }
  .date-summary__nights { grid-column: 1 / -1; }
  .date-summary__item { padding-inline: 10px; }
  .date-summary__item strong { font-size: 14px; }
  .calendar-month { padding-inline: 7px; }
  .calendar-weekdays span { letter-spacing: 0; }
  .booking-guests { grid-template-columns: 1fr; }
  .booking-guests .booking-submit { grid-column: auto; min-width: 0; }
}


@media (max-width: 900px) {
  .booking-form .booking-control { min-width: 0; }
  .booking-form > .booking-control { grid-column: 1 / -1; }
  .booking-guests { grid-template-columns: minmax(0, 1fr) auto; }
  .booking-guests .booking-control { grid-column: auto; }
  .booking-guests .booking-submit { grid-column: auto; width: auto; }
}

@media (max-width: 680px) {
  .booking-guests { grid-template-columns: 1fr; }
  .booking-guests .booking-submit { grid-column: auto; width: 100%; min-width: 0; }
  .guest-picker__popover,
  .booking-form--calendar .guest-picker__popover {
    top: auto;
    right: 0;
    bottom: calc(100% + 9px);
    left: auto;
    width: min(100%, 360px);
    padding: 16px;
  }
  .guest-picker__row { min-height: 78px; }
}

@media (max-width: 420px) {
  .guest-picker__popover,
  .booking-form--calendar .guest-picker__popover {
    right: -1px;
    width: calc(100vw - 56px);
    max-width: 340px;
  }
  .guest-stepper { grid-template-columns: 36px 32px 36px; }
  .guest-stepper button { width: 34px; height: 34px; }
}

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

/* Custom compact booking calendar — replaces the browser-native date picker. */
.booking-form--compact-calendar { position: relative; }
.booking-date-control { min-width: 0; }
.booking-date-trigger { width: 100%; justify-content: flex-start; color: var(--ink); cursor: pointer; text-align: left; font: inherit; }
.booking-date-trigger:hover { border-color: rgba(36,81,67,.35); background: #fff; }
.booking-date-trigger.is-active,
.booking-form--compact-calendar.is-calendar-open .booking-date-trigger[aria-expanded="true"] { border-color: var(--forest-700); background: #fff; box-shadow: 0 0 0 3px rgba(36,81,67,.1); }
.booking-date-trigger__value { min-width: 0; flex: 1; overflow: hidden; font-size: 13px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.booking-date-trigger__chevron { width: 15px !important; height: 15px !important; margin-left: auto; color: var(--muted) !important; transition: transform .18s ease; }
.booking-date-trigger[aria-expanded="true"] .booking-date-trigger__chevron { transform: rotate(180deg); }

.calendar-popover[hidden] { display: none; }
.calendar-popover { position: absolute; z-index: 260; top: calc(100% + 14px); left: 0; width: min(760px, calc(100vw - 40px)); overflow: hidden; border: 1px solid rgba(16,43,36,.14); border-radius: 20px; background: var(--white); box-shadow: 0 30px 90px rgba(10,33,27,.24); animation: calendarPopoverIn .18s cubic-bezier(.22,1,.36,1) both; }
.calendar-popover .range-calendar { border: 0; border-radius: 0; box-shadow: none; }
.calendar-popover__footer { min-height: 68px; padding: 11px 14px 11px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #fff, #fbfaf7); }
.calendar-popover__selection { color: var(--muted); font-size: 12px; }
.calendar-popover__selection strong { color: var(--forest-900); font-family: var(--serif); font-size: 20px; font-weight: 600; }
.calendar-popover__done { min-width: 110px; min-height: 44px; }
@keyframes calendarPopoverIn { from { opacity: 0; transform: translateY(-8px) scale(.988); } to { opacity: 1; transform: none; } }

@media (max-width: 1160px) {
  .calendar-popover { width: min(760px, 100%); }
}

@media (max-width: 900px) and (min-width: 681px) {
  .calendar-popover { top: calc(100% + 12px); width: 100%; }
  .calendar-popover .calendar-month { padding-inline: 16px; }
}

/* --------------------------------------------------------------------------
   Ultimate multi-page redesign additions
   -------------------------------------------------------------------------- */

.topbar__inner { justify-content: space-between; }
.topbar__perks { display: flex; align-items: center; gap: 25px; }
.topbar__perks span { position: relative; }
.topbar__perks span + span::before { content: ""; position: absolute; top: 50%; left: -14px; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.45); }
.topbar__inner > a { margin-left: 0; }
.brand { color: inherit; text-decoration: none; }
.desktop-nav a { position: relative; color: inherit; text-decoration: none; font-size: 13px; font-weight: 750; }
.desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: -10px; left: 50%; height: 1px; background: currentColor; transition: left .2s ease, right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { left: 0; right: 0; }
.mobile-menu nav a { width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.button--outline { border-color: var(--forest-900); background: transparent; color: var(--forest-900); }
.button--outline:hover { background: var(--forest-900); color: white; box-shadow: var(--shadow-sm); }
.section-link { margin-top: 38px; display: flex; justify-content: center; }

.page-hero { position: relative; min-height: clamp(590px, 74svh, 760px); display: flex; align-items: flex-end; overflow: hidden; background: var(--forest-950); color: white; }
.page-hero > img, .page-hero > .responsive-picture > img, .page-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img, .page-hero > .responsive-picture > img { object-fit: cover; object-position: center; animation: heroZoom 16s ease-out both; }
.page-hero__overlay { background: linear-gradient(90deg, rgba(4,22,17,.91), rgba(5,25,19,.66) 55%, rgba(5,25,19,.16)), linear-gradient(0deg, rgba(5,22,17,.7), transparent 52%); }
.page-hero__content { position: relative; z-index: 2; max-width: 1240px; padding-top: 170px; padding-bottom: clamp(92px, 10vw, 126px); }
.page-hero__content h1 { max-width: 920px; margin: 0; font-size: clamp(62px, 7.3vw, 106px); line-height: .92; }
.page-hero__content > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.68; }
.page-hero__actions { margin-top: 32px; display: flex; align-items: center; gap: 24px; }
.page-section { background: var(--cream); }

.rooms-preview { background: var(--sand); }
.room-card__image > span { position: absolute; top: 16px; left: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(255,254,251,.92); color: var(--forest-900); backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.room-card__heading { margin-bottom: 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.room-card__heading > div { min-width: 0; }
.room-card__heading p { margin: 0 0 5px; color: var(--moss); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.room-card__heading h3 { margin: 0; }
.room-card__heading > strong { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; color: var(--forest-700); font-size: 11px; }
.room-card__heading > strong .icon { width: 14px; height: 14px; }
ul.room-card__features { list-style: none; }
.room-card__features li { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.room-card__features li .icon { width: 14px; height: 14px; color: var(--forest-700); }
.room-grid--full .room-card__body > p { min-height: 92px; }
.room-card--compact .room-card__body > p { min-height: 96px; }

.reviews { background: var(--white); }
.reviews__layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.7fr); gap: clamp(45px, 7vw, 100px); align-items: stretch; }
.reviews__score { padding: clamp(34px, 4vw, 52px); display: flex; flex-direction: column; align-items: flex-start; border-radius: var(--radius-lg); background: var(--forest-900); color: white; box-shadow: var(--shadow-md); }
.reviews__score .eyebrow { color: var(--gold-light); }
.reviews__rating { margin-top: auto; display: flex; align-items: center; gap: 22px; }
.reviews__rating > strong { font-family: var(--serif); font-size: clamp(72px, 8vw, 104px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.reviews__rating > div { display: grid; gap: 5px; }
.reviews__rating span { color: white; font-size: 15px; font-weight: 800; }
.reviews__rating small { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reviews__score > p:not(.eyebrow) { margin: 24px 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.55; }
.reviews__score .button { margin-top: auto; background: white; color: var(--forest-900); }
.reviews__content { min-width: 0; }
.section-head--compact { margin-bottom: 32px; grid-template-columns: 1fr; }
.section-head--compact h2 { font-size: clamp(46px, 5vw, 68px); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-card { min-width: 0; padding: 30px 26px 30px 0; border-right: 1px solid var(--line); }
.review-card + .review-card { padding-left: 26px; }
.review-card:last-child { border-right: 0; }
.review-card > .icon { width: 25px; height: 25px; color: var(--gold); }
.review-card blockquote { margin: 28px 0 30px; color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.1vw, 30px); font-weight: 500; line-height: 1.28; letter-spacing: -.025em; }
.review-card footer { display: grid; gap: 4px; }
.review-card footer strong { color: var(--ink); font-size: 12px; font-weight: 850; }
.review-card footer small { color: var(--moss); font-size: 9px; font-weight: 800; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }

.home-amenities { background: var(--cream); }
.home-amenities__layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr); gap: clamp(56px, 9vw, 120px); align-items: center; }
.home-amenities__visual { position: relative; }
.home-amenities__visual > img, .home-amenities__visual > .responsive-picture > img { width: 100%; min-height: 610px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.image-note { position: absolute; right: -24px; bottom: 28px; max-width: 300px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; border-radius: var(--radius-sm); background: var(--white); color: var(--forest-900); box-shadow: var(--shadow-md); }
.image-note > .icon { color: var(--gold); }
.image-note span { display: grid; gap: 3px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.image-note strong { color: var(--ink); font-family: var(--serif); font-size: 17px; font-weight: 600; }
.image-note--dark { background: var(--forest-900); color: white; }
.image-note--dark strong { color: white; }
.image-note--dark span { color: rgba(255,255,255,.62); }
.home-amenities__copy h2, .arrival-home__copy h2, .accessibility-preview h2, .nearby-list h2, .local-note h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5vw, 74px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.home-amenities__copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.check-list { margin: 30px 0 34px; padding: 0; display: grid; gap: 15px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; line-height: 1.45; }
.check-list .icon { width: 17px; height: 17px; margin-top: 1px; color: var(--forest-700); }

.explore-preview { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; background: var(--forest-950); color: white; }
.explore-preview > img, .explore-preview > .responsive-picture > img, .explore-preview__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.explore-preview > img, .explore-preview > .responsive-picture > img { object-fit: cover; filter: saturate(.72); }
.explore-preview__overlay { background: linear-gradient(90deg, rgba(5,23,18,.95), rgba(5,23,18,.74) 50%, rgba(5,23,18,.3)); }
.explore-preview__content { position: relative; z-index: 2; max-width: 850px; padding-block: 100px; }
.explore-preview h2 { max-width: 830px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.5vw, 94px); font-weight: 500; line-height: .96; letter-spacing: -.05em; }
.explore-preview__content > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.explore-preview__cards { margin: 36px 0; display: flex; flex-wrap: wrap; gap: 10px; }
.explore-preview__cards span { padding: 11px 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.8); font-size: 12px; font-weight: 750; backdrop-filter: blur(8px); }
.explore-preview__cards .icon { width: 16px; height: 16px; color: var(--gold-light); }

.gallery-preview { background: var(--white); }
.gallery-preview__grid { display: grid; grid-template-columns: 1.4fr .75fr .75fr; grid-template-rows: repeat(2, 260px); gap: 12px; }
.gallery-preview__grid .gallery-item { grid-column: auto !important; grid-row: auto !important; }
.gallery-preview__grid .gallery-item--lead { grid-row: 1 / 3 !important; }
.gallery-preview__grid .gallery-item:last-child { grid-column: 3; }
.gallery-grid--full { grid-auto-rows: 260px; }
.gallery-grid--full .gallery-item:nth-child(1) { grid-column: span 8; grid-row: span 2; }
.gallery-grid--full .gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-grid--full .gallery-item:nth-child(3) { grid-column: span 4; }
.gallery-grid--full .gallery-item:nth-child(n+4) { grid-column: span 4; }

.arrival-home { background: var(--sand); }
.arrival-home__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(55px, 8vw, 105px); align-items: center; }
.arrival-home__copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.arrival-home__facts { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.arrival-home__facts > div { padding: 22px 20px 22px 0; display: grid; gap: 7px; border-right: 1px solid var(--line); }
.arrival-home__facts > div + div { padding-left: 20px; }
.arrival-home__facts > div:last-child { border-right: 0; }
.arrival-home__facts span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.arrival-home__facts strong { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.arrival-home__actions { margin-top: 34px; display: flex; align-items: center; gap: 22px; }
.arrival-home__image { position: relative; }
.arrival-home__image > img, .arrival-home__image > .responsive-picture > img { width: 100%; min-height: 610px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }

.faq { background: var(--cream); }
.faq__layout { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.faq__intro { position: sticky; top: 130px; }
.faq__intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5vw, 72px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.faq__intro > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { width: 20px; height: 20px; color: var(--forest-700); }
.faq details > p { max-width: 720px; margin: -5px 55px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.final-cta--short { min-height: 570px; }
.footer__mini-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 14px; }
.footer__mini-actions a, .footer__mini-actions button { margin: 0; padding-bottom: 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.42); background: transparent; color: rgba(255,255,255,.8); cursor: pointer; }

.comparison-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.comparison-table { width: 100%; min-width: 850px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 20px 22px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; }
.comparison-table thead th { color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.comparison-table tbody th { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.room-compare { background: var(--white); }
.room-details-band { background: var(--forest-900); color: white; }
.room-details-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.room-details-band__grid > div { min-width: 0; padding: 15px 42px 15px 0; border-right: 1px solid rgba(255,255,255,.16); }
.room-details-band__grid > div + div { padding-left: 42px; }
.room-details-band__grid > div:last-child { border-right: 0; }
.room-details-band .icon { color: var(--gold-light); }
.room-details-band h3 { margin: 26px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 600; }
.room-details-band p { margin: 0 0 20px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.room-details-band .text-button { color: white; }

.amenity-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.amenity-group { min-width: 0; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.amenity-group__title { min-height: 88px; display: flex; align-items: flex-start; gap: 16px; }
.amenity-group__title > .icon { width: 25px; height: 25px; color: var(--forest-700); }
.amenity-group h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.1; }
.amenity-line { min-height: 88px; padding: 18px 0; display: flex; align-items: flex-start; gap: 12px; border-top: 1px solid var(--line); }
.amenity-line > .icon { width: 16px; height: 16px; margin-top: 3px; color: var(--forest-700); }
.amenity-line span { display: grid; gap: 5px; }
.amenity-line strong { font-size: 13px; }
.amenity-line small { color: var(--muted); font-size: 11px; line-height: 1.55; }
.split-feature { background: var(--sand); }
.split-feature__grid, .accessibility-preview__grid, .local-note__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.split-feature__image img, .accessibility-preview__grid > img, .accessibility-preview__grid > .responsive-picture > img, .local-note__grid > img, .local-note__grid > .responsive-picture > img { width: 100%; min-height: 580px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.split-feature__copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 5.5vw, 80px); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.split-feature__copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.notice-card { margin-top: 32px; padding: 22px; display: flex; align-items: flex-start; gap: 14px; border-radius: var(--radius-sm); background: var(--forest-900); color: white; }
.notice-card > .icon { color: var(--gold); }
.notice-card p { margin: 0; display: grid; gap: 5px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.6; }
.notice-card strong { color: white; font-size: 13px; }
.accessibility-preview { background: var(--white); }
.accessibility-preview__grid > div > p:not(.eyebrow) { margin: 26px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.accessibility-preview__actions { display: flex; align-items: center; gap: 24px; }

.explore-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.explore-card { min-width: 0; min-height: 430px; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.explore-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--forest-800); }
.explore-card__icon .icon { width: 25px; height: 25px; }
.explore-card > p:first-of-type { margin: 30px 0 8px; color: var(--moss); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.explore-card h3 { margin: 0; font-family: var(--serif); font-size: 36px; font-weight: 600; letter-spacing: -.035em; }
.explore-card > p:nth-of-type(2) { margin: 16px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.explore-card ul { margin: auto 0 0; padding: 22px 0 0; display: grid; gap: 11px; border-top: 1px solid var(--line); list-style: none; }
.explore-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; font-weight: 700; line-height: 1.45; }
.explore-card li .icon { width: 14px; height: 14px; margin-top: 2px; color: var(--forest-700); }
.nearby-list { background: var(--forest-900); color: white; }
.nearby-list__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 130px); }
.nearby-list__intro p:not(.eyebrow) { color: rgba(255,255,255,.6); line-height: 1.7; }
.nearby-list .eyebrow { color: var(--gold-light); }
.nearby-list__items { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.nearby-list__items > div { min-height: 105px; padding: 22px; display: flex; align-items: baseline; gap: 16px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.nearby-list__items > div:nth-child(even) { border-right: 0; }
.nearby-list__items strong { flex: 0 0 58px; color: var(--gold-light); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.nearby-list__items span { color: rgba(255,255,255,.75); font-size: 13px; font-weight: 750; }
.local-note { background: var(--cream); }
.local-note__grid > div > p:not(.eyebrow) { margin: 26px 0 34px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.gallery-cta, .contact-strip { padding: 75px 0; background: var(--forest-900); color: white; }
.gallery-cta__inner, .contact-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.gallery-cta h2, .contact-strip h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 68px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }

.arrival-tips { background: var(--sand); }
.tip-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tip-grid article { min-width: 0; padding: 28px; border-right: 1px solid var(--line); }
.tip-grid article:last-child { border-right: 0; }
.tip-grid .icon { color: var(--forest-700); }
.tip-grid h3 { margin: 26px 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.tip-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.accessibility-page__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 9vw, 120px); }
.accessibility-page__intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5.4vw, 78px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.accessibility-page__intro > p:not(.eyebrow) { margin: 26px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.accessibility-feature-list { border-top: 1px solid var(--line); }
.accessibility-feature-list > div { min-height: 76px; padding: 18px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.5; }
.accessibility-feature-list .icon { width: 18px; height: 18px; color: var(--forest-700); }
.accessibility-process { background: var(--sand); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.step-grid article { min-width: 0; padding: 38px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-grid article:last-child { border-right: 0; }
.step-grid span { color: var(--gold); font-family: var(--serif); font-size: 24px; }
.step-grid h3 { margin: 52px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 600; }
.step-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.policy-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(55px, 8vw, 110px); align-items: start; }
.policy-nav { position: sticky; top: 130px; padding: 26px; display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.policy-nav .eyebrow { margin-bottom: 14px; }
.policy-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 750; }
.policy-nav a:last-child { border-bottom: 0; }
.policy-nav a:hover { color: var(--forest-800); }
.policy-content { border-top: 1px solid var(--line); }
.policy-content article { padding: 42px 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.policy-content article > .icon { width: 28px; height: 28px; color: var(--forest-700); }
.policy-content h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 38px; font-weight: 600; letter-spacing: -.035em; }
.policy-content p, .policy-content li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.policy-content ul { padding-left: 20px; }
.policy-actions { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.not-found { min-height: 100svh; padding: 180px 0 100px; display: grid; place-items: center; background: var(--cream); text-align: center; }
.not-found h1 { margin: 0; font-size: clamp(64px, 9vw, 120px); line-height: .9; }
.not-found p:not(.eyebrow) { max-width: 600px; margin: 28px auto; color: var(--muted); font-size: 17px; line-height: 1.7; }
.not-found > div > div { display: flex; justify-content: center; gap: 24px; }

@media (max-width: 1160px) {
  .desktop-nav { gap: 21px; }
  .reviews__layout { grid-template-columns: 1fr; }
  .reviews__score { min-height: 330px; }
  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .home-amenities__layout, .arrival-home__grid { gap: 55px; }
  .amenity-groups { grid-template-columns: 1fr 1fr; }
  .amenity-group:last-child { grid-column: 1 / -1; }
  .tip-grid { grid-template-columns: 1fr 1fr; }
  .tip-grid article:nth-child(2) { border-right: 0; }
  .tip-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .page-hero__content h1 { font-size: clamp(56px, 10vw, 82px); }
  .home-amenities__layout, .arrival-home__grid, .split-feature__grid, .accessibility-preview__grid, .local-note__grid, .nearby-list__grid, .accessibility-page__grid { grid-template-columns: 1fr; }
  .home-amenities__visual, .arrival-home__image, .split-feature__image { max-width: 760px; }
  .image-note { right: 20px; }
  .review-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .review-card, .review-card + .review-card { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .room-details-band__grid { grid-template-columns: 1fr; }
  .room-details-band__grid > div, .room-details-band__grid > div + div { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .room-details-band__grid > div:last-child { border-bottom: 0; }
  .explore-card-grid { grid-template-columns: 1fr; }
  .gallery-preview__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 220px 220px; }
  .gallery-preview__grid .gallery-item--lead { grid-column: 1 / 3 !important; grid-row: auto !important; }
  .gallery-preview__grid .gallery-item:last-child { grid-column: auto; }
  .gallery-grid--full .gallery-item:nth-child(n) { grid-column: span 6; grid-row: span 1; }
  .gallery-grid--full .gallery-item:nth-child(1) { grid-column: span 12; grid-row: span 2; }
  .faq__layout { grid-template-columns: 1fr; }
  .faq__intro { position: static; }
  .amenity-groups { grid-template-columns: 1fr; }
  .amenity-group:last-child { grid-column: auto; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { border-right: 0; border-bottom: 0; }
  .step-grid article:last-child { border-bottom: 1px solid var(--line); }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; grid-template-columns: repeat(5, auto); gap: 14px; overflow-x: auto; border: 0; border-radius: 0; padding: 0 0 15px; background: transparent; box-shadow: none; }
  .policy-nav .eyebrow { grid-column: 1 / -1; }
  .policy-nav a { min-width: max-content; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
}

@media (max-width: 680px) {
  .topbar__perks { display: none; }
  .page-hero { min-height: 660px; align-items: flex-end; }
  .page-hero > img, .page-hero > .responsive-picture > img { object-position: 60% center; }
  .page-hero__overlay { background: linear-gradient(0deg, rgba(5,22,17,.96), rgba(5,22,17,.65) 58%, rgba(5,22,17,.18)); }
  .page-hero__content { padding: 128px 0 86px; }
  .page-hero__content h1 { font-size: clamp(48px, 14vw, 68px); line-height: .94; }
  .page-hero__content > p:not(.eyebrow) { font-size: 16px; line-height: 1.62; }
  .page-hero__actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .room-card__heading { align-items: flex-start; flex-direction: column; }
  .room-card__body > p, .room-grid--full .room-card__body > p, .room-card--compact .room-card__body > p { min-height: 0; }
  .reviews__score { min-height: 360px; padding: 30px; }
  .reviews__rating > strong { font-size: 86px; }
  .home-amenities__visual > img, .home-amenities__visual > .responsive-picture > img, .arrival-home__image > img, .arrival-home__image > .responsive-picture > img, .split-feature__image img, .accessibility-preview__grid > img, .accessibility-preview__grid > .responsive-picture > img, .local-note__grid > img, .local-note__grid > .responsive-picture > img { min-height: 390px; }
  .image-note { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .explore-preview { min-height: 720px; }
  .explore-preview h2 { font-size: clamp(50px, 14vw, 70px); }
  .explore-preview__cards { display: grid; }
  .gallery-preview__grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 240px); }
  .gallery-preview__grid .gallery-item--lead { grid-column: auto !important; }
  .gallery-grid--full { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-grid--full .gallery-item:nth-child(n), .gallery-grid--full .gallery-item:nth-child(1) { grid-column: auto; grid-row: auto; }
  .arrival-home__facts { grid-template-columns: 1fr; }
  .arrival-home__facts > div, .arrival-home__facts > div + div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .arrival-home__facts > div:last-child { border-bottom: 0; }
  .arrival-home__actions, .accessibility-preview__actions, .policy-actions { align-items: stretch; flex-direction: column; }
  .faq summary { min-height: 78px; font-size: 20px; }
  .faq details > p { margin-right: 0; }
  .gallery-cta__inner, .contact-strip__inner { align-items: flex-start; flex-direction: column; }
  .nearby-list__items { grid-template-columns: 1fr; }
  .nearby-list__items > div { border-right: 0; }
  .tip-grid { grid-template-columns: 1fr; }
  .tip-grid article, .tip-grid article:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .tip-grid article:last-child { border-bottom: 0; }
  .policy-content article { grid-template-columns: 1fr; gap: 16px; }
  .policy-content h2 { font-size: 32px; }
  .not-found > div > div { align-items: center; flex-direction: column; }
}

@media (max-width: 420px) {
  .review-grid { grid-template-columns: 1fr; }
  .reviews__rating { align-items: flex-start; flex-direction: column; gap: 10px; }
  .reviews__score { min-height: 410px; }
  .amenity-group { padding: 24px; }
  .explore-card { min-height: 0; padding: 26px; }
  .policy-nav { grid-template-columns: 1fr 1fr; }
  .policy-nav .eyebrow { grid-column: 1 / -1; }
}

@media (min-width: 901px) and (max-height: 1050px) {
  .booking-modal__sheet { max-height: calc(100svh - 34px); padding: 24px 28px; }
  .booking-modal__head h2 { font-size: 46px; }
  .booking-modal__copy { margin: 10px 0 18px; }
  .booking-mount--modal { margin-top: 14px; }
  .date-summary { margin-bottom: 10px; }
  .date-summary__item { padding-block: 10px; }
  .range-calendar__toolbar { min-height: 52px; padding-block: 5px; }
  .calendar-nav { width: 38px; height: 38px; }
  .calendar-month { padding: 15px 20px 17px; }
  .calendar-month h3 { margin-bottom: 10px; font-size: 19px; }
  .calendar-weekdays { margin-bottom: 2px; }
  .calendar-weekdays span { padding: 3px 0; font-size: 8px; }
  .calendar-day span { width: min(34px, calc(100% - 4px)); font-size: 12px; }
  .booking-guests { margin-top: 11px; }
  .booking-modal__help { margin-top: 12px; padding-block: 11px; }
}

/* Performance: skip layout and paint work for sections until they approach the viewport. */
@supports (content-visibility: auto) {
  main > section:not(.hero):not(.page-hero):not(.booking-panel) {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

.arrival__map iframe[aria-busy="true"] {
  background: linear-gradient(135deg, var(--sage), var(--sand));
}


/* Launch-quality accessibility, consent, and responsive media polish. */
.responsive-picture { display: contents; }
.footer__legal { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.footer__legal a, .footer__legal button { color: inherit; font: inherit; letter-spacing: inherit; }
.footer__legal button { border: 0; padding: 0; background: transparent; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.contact-strip__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

.consent-banner[hidden] { display: none; }
.consent-banner {
  position: fixed;
  z-index: 2800;
  right: 22px;
  bottom: 22px;
  left: 22px;
  width: min(900px, calc(100% - 44px));
  margin-inline: auto;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(217,165,82,.4);
  border-radius: 20px;
  background: rgba(255,254,251,.98);
  color: var(--ink);
  box-shadow: 0 25px 80px rgba(4,18,14,.28);
  backdrop-filter: blur(18px);
}
.consent-banner .eyebrow { margin-bottom: 7px; }
.consent-banner h2 { margin: 0 0 7px; font-size: clamp(25px, 3vw, 34px); line-height: 1.05; }
.consent-banner p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.consent-banner__copy > a { display: inline-block; margin-top: 8px; color: var(--forest-700); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.consent-banner__actions { display: flex; align-items: center; gap: 10px; }
.consent-banner__actions .button { min-height: 46px; white-space: nowrap; }
.consent-announcement { position: fixed; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* Keep focus highly visible without changing element geometry. */
:where(a, button, input, select, summary, [tabindex]):focus-visible {
  outline: 3px solid #e8ad48;
  outline-offset: 4px;
}
.booking-field:focus-visible,
.date-summary__item:focus-visible,
.guest-picker__trigger:focus-visible {
  outline: 3px solid #b77a18;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(255,254,251,.9);
}

@media (max-width: 760px) {
  .consent-banner {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    left: 12px;
    width: calc(100% - 24px);
    max-height: calc(100svh - 105px - env(safe-area-inset-bottom));
    overflow: auto;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 18px;
  }
  .consent-banner__actions { display: grid; grid-template-columns: 1fr; }
  .consent-banner__actions .button { width: 100%; }
  .contact-strip__actions { width: 100%; align-items: stretch; flex-direction: column; }
}

@media (forced-colors: active) {
  :where(a, button, input, select, summary, [tabindex]):focus-visible { outline: 3px solid Highlight; }
  .button, .booking-field, .calendar-day, .guest-stepper button { border: 1px solid ButtonText; }
}

@media print {
  .topbar, .site-header, .booking-panel, .mobile-dock, .consent-banner, .booking-modal, .lightbox, .site-footer { display: none !important; }
  body { background: #fff; color: #000; }
  main > section { content-visibility: visible !important; }
}

/* Granular privacy preferences. */
.consent-preferences[hidden] { display: none; }
.consent-preferences { position: fixed; z-index: 2900; inset: 0; display: grid; place-items: center; padding: 22px; }
.consent-preferences__backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,18,14,.68); backdrop-filter: blur(8px); cursor: default; }
.consent-preferences__panel { position: relative; width: min(680px, 100%); max-height: min(760px, calc(100svh - 44px)); overflow: auto; padding: 30px; border: 1px solid rgba(217,165,82,.38); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-lg); }
.consent-preferences__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.consent-preferences__head h2 { margin: 0; font-size: clamp(32px, 5vw, 48px); line-height: 1.02; }
.consent-preferences__head .icon-button { flex: 0 0 auto; border-color: var(--line); background: var(--cream); color: var(--forest-900); }
.consent-preferences__panel > p { margin: 18px 0 24px; color: var(--muted); line-height: 1.65; }
.consent-category { min-height: 92px; margin-top: 12px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fbfaf7; cursor: pointer; }
.consent-category > div { min-width: 0; display: grid; gap: 5px; }
.consent-category strong { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.consent-category span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.consent-category__status { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; background: var(--sage); color: var(--forest-800) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.toggle { position: relative; flex: 0 0 auto; width: 52px; height: 30px; }
.toggle input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.toggle > span { position: absolute; inset: 0; border: 1px solid rgba(16,43,36,.24); border-radius: 999px; background: #d9dcd9; transition: background .18s ease, border-color .18s ease; }
.toggle > span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.18); transition: transform .18s ease; }
.toggle input:checked + span { border-color: var(--forest-700); background: var(--forest-700); }
.toggle input:checked + span::after { transform: translateX(22px); }
.toggle input:focus-visible + span { outline: 3px solid #b77a18; outline-offset: 4px; }
.consent-preferences__actions { margin-top: 24px; display: flex; justify-content: flex-end; gap: 12px; }
.privacy-table { margin: 18px 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.privacy-table [role="row"] { display: grid; grid-template-columns: minmax(90px,.7fr) minmax(220px,2fr) minmax(70px,.45fr); }
.privacy-table [role="row"] + [role="row"] { border-top: 1px solid var(--line); }
.privacy-table [role="cell"], .privacy-table [role="columnheader"] { padding: 13px 15px; }
.privacy-table [role="columnheader"] { background: var(--sage); color: var(--forest-900); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-table [role="cell"] { color: var(--muted); font-size: 13px; line-height: 1.5; }

@media (max-width: 760px) {
  .consent-banner__actions { grid-template-columns: 1fr 1fr; }
  .consent-banner__actions .js-consent-accept-all { grid-column: 1 / -1; }
  .consent-preferences { padding: 10px; }
  .consent-preferences__panel { max-height: calc(100svh - 20px); padding: 22px 18px; border-radius: 18px; }
  .consent-category { min-height: 86px; padding: 16px; gap: 14px; }
  .consent-preferences__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-preferences__actions .button { width: 100%; }
  .privacy-table [role="row"] { grid-template-columns: 1fr; }
  .privacy-table [role="columnheader"]:nth-child(n+2) { display: none; }
  .privacy-table [role="cell"] { padding-top: 5px; }
  .privacy-table [role="cell"]:first-child { padding-top: 14px; color: var(--ink); font-weight: 800; }
  .privacy-table [role="cell"]:last-child { padding-bottom: 14px; }
}

@media (forced-colors: active) {
  .toggle > span, .consent-category, .consent-preferences__panel { border: 1px solid CanvasText; }
  .toggle input:checked + span { background: Highlight; }
}

@media print {
  .consent-preferences { display: none !important; }
}
