:root {
  --forest: #1f3528;
  --deep: #14241b;
  --brand-green: #076b43;
  --moss: #6d7b55;
  --sun: #f3a12f;
  --ivory: #f2ede3;
  --paper: #faf7f0;
  --stone: #b7ad9b;
  --tobacco: #76523b;
  --ink: #252a25;
  --white: #fffdf8;
  --line: rgba(31, 53, 40, 0.22);
  --display: "Newsreader", Georgia, serif;
  --sans: "Hanken Grotesk", Arial, sans-serif;
  --container: min(100% - 48px, 1440px);
  --header-h: 92px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* Socorro — destination editorial, within the established hotel system. */
.destination { border-top: 1px solid var(--line); }
.destination-heading { display:grid; grid-template-columns: 1.5fr 1fr; gap:24px 8%; align-items:end; margin-bottom:64px; }
.destination-heading .eyebrow { grid-column:1/-1; margin:0; }
.destination-heading h2 { margin:0; color:var(--forest); font:300 clamp(3rem,5.4vw,5.5rem)/1.02 var(--display); letter-spacing:-.04em; }
.destination-heading h2 em { font-weight:300; }
.destination-heading>p:last-child { max-width:360px; margin:0 0 8px; font-size:1.08rem; }
.destination-city { display:grid; grid-template-columns: 1.8fr 1fr; align-items:center; gap:7%; }
.destination figure { margin:0; min-width:0; }
.destination-photo { overflow:hidden; background:var(--stone); }
.destination-photo img { width:100%; height:100%; object-fit:cover; }
.destination-panorama { aspect-ratio:3/2; }
.destination figcaption { display:flex; justify-content:space-between; gap:16px; padding-top:14px; color:var(--forest); font-size:.78rem; }
.destination figcaption span { color:var(--tobacco); }
.destination-number { color:var(--tobacco); font-size:.7rem; font-weight:600; letter-spacing:.14em; }
.destination-city h3,.destination-adventure-heading h3 { margin:24px 0; color:var(--forest); font:300 clamp(2.4rem,3.4vw,3.5rem)/1.07 var(--display); letter-spacing:-.025em; }
.destination-city-copy p { max-width:340px; }
.destination-link { display:inline-flex; align-items:center; gap:24px; min-height:48px; border-bottom:1px solid var(--forest); text-decoration:none; color:var(--forest); font-size:.78rem; font-weight:600; letter-spacing:.07em; text-transform:uppercase; transition:color .2s; }
.destination-link:hover { color:var(--brand-green); }
.destination-link:focus-visible,.destination-notes a:focus-visible,.destination-notes summary:focus-visible { outline-color:var(--forest); }
.destination-link:active { opacity:.7; }
.destination-adventure-heading { margin:120px 0 48px; }
.destination-parks { display:grid; grid-template-columns: 1.35fr 1fr; gap:10%; align-items:start; }
.destination-park-river .destination-photo { aspect-ratio:3/2; }
.destination-park-trees { padding-top:100px; }
.destination-park-trees .destination-photo { aspect-ratio:1; }
.destination-park-copy { padding-top:28px; max-width:470px; }
.destination-park h4 { margin:12px 0 16px; font:300 clamp(2rem,3vw,3rem)/1.1 var(--display); color:var(--forest); letter-spacing:-.025em; }
.destination-park p { margin:0 0 18px; }
.destination-notes { display:grid; grid-template-columns: 1.5fr 1fr; gap:8%; margin-top:72px; padding-top:24px; border-top:1px solid var(--line); font-size:.78rem; color:var(--tobacco); }
.destination-notes p { margin:0; max-width:650px; }
.destination-notes summary { cursor:pointer; min-height:44px; }
@media(max-width:980px) { .destination-city { grid-template-columns:1.5fr 1fr; gap:5%; } .destination-parks { gap:6%; } }
@media(max-width:680px) {
 .destination-heading,.destination-city,.destination-parks,.destination-notes { grid-template-columns:1fr; }
 .destination-heading { gap:24px; margin-bottom:40px; }
 .destination-heading>p:last-child { max-width:none; }
 .destination-city { gap:32px; }
 .destination-city h3 { margin:16px 0; }
 .destination-city-copy p { max-width:none; }
 .destination-adventure-heading { margin:72px 0 32px; }
 .destination-parks { gap:48px; }
 .destination-park-trees { padding-top:0; }
 .destination-park-trees .destination-photo { aspect-ratio:4/5; }
 .destination-park-copy { padding-top:20px; }
 .destination-notes { gap:24px; margin-top:48px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--sun); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); color: var(--forest); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: var(--header-h); display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 32px; padding: 0 max(24px, calc((100vw - 1440px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { width: 196px; padding: 7px 11px; background: rgba(255,253,248,.94); }
.brand img { width: 100%; height: 50px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); }
.main-nav a, .header-cta { font-size: .83rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; }
.main-nav a { position: relative; padding: 12px 0; white-space: nowrap; flex-shrink: 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: currentColor; transition: right .25s var(--ease); }
.main-nav a:hover::after { right: 0; }
.header-cta { min-height: 48px; display: inline-flex; align-items: center; padding: 0 22px; border: 1px solid rgba(255,255,255,.72); transition: background .22s, color .22s; }
.header-cta:hover { background: var(--white); color: var(--forest); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 880px; height: 96svh; color: var(--white); isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 50% 52%; z-index: -2; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(10,22,14,.7) 0%, rgba(10,22,14,.3) 50%, rgba(10,22,14,.08) 78%), linear-gradient(0deg, rgba(9,18,12,.58) 0%, transparent 45%); }
.hero-content { width: var(--container); margin: 0 auto; padding-top: clamp(210px, 25vh, 290px); }
.eyebrow { margin: 0 0 18px; color: var(--brand-green); font-size: .75rem; font-weight: 600; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f7d18f; }
.hero h1 { max-width: 790px; margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 6.4vw, 6.5rem); font-weight: 300; line-height: .94; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy { max-width: 450px; margin: 30px 0 0; font-size: 1.13rem; line-height: 1.55; }

.booking-bar { position: absolute; z-index: 3; left: 50%; bottom: 32px; width: var(--container); min-height: 112px; transform: translateX(-50%); display: grid; grid-template-columns: 1.2fr repeat(3, minmax(150px, .8fr)) 1.15fr; align-items: stretch; background: var(--paper); color: var(--ink); }
.booking-heading, .booking-bar label { display: flex; flex-direction: column; justify-content: center; padding: 18px 24px; border-right: 1px solid var(--line); }
.booking-heading .eyebrow { margin-bottom: 8px; font-size: .65rem; }
.booking-heading strong { font-family: var(--display); font-size: 1.25rem; font-weight: 400; line-height: 1.2; }
.booking-bar label span { margin-bottom: 7px; color: var(--forest); font-size: .69rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.booking-bar input, .booking-bar select { width: 100%; min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid var(--stone); border-radius: 0; background: transparent; color: var(--ink); }
.booking-bar input:focus, .booking-bar select:focus { outline: 0; border-color: var(--brand-green); box-shadow: 0 2px 0 var(--brand-green); }
.booking-bar button { border: 0; border-radius: 0; background: var(--forest); color: var(--white); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.booking-bar button:hover { background: var(--brand-green); }
.form-status { position: absolute; left: 0; bottom: -28px; margin: 0; color: var(--white); font-size: .85rem; }

.section { width: var(--container); margin: 0 auto; padding: clamp(104px, 12vw, 180px) 0; }
.intro { position: relative; display: grid; grid-template-columns: 1fr 6fr 4fr 1fr; gap: 28px; }
.section-number { padding-top: 8px; color: var(--moss); font-family: var(--display); font-size: 1.05rem; }
.intro h2 { max-width: 780px; margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 300; line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.intro-text { margin: 47px 0 0; max-width: 410px; font-size: 1.04rem; }
.horizon { grid-column: 2 / -1; height: 48px; padding-top: 42px; margin-top: 56px; overflow: hidden; }
.horizon span { display: block; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--moss) 10%, var(--brand-green) 44%, var(--moss) 78%, transparent); }
.mobile-booking { display: none; }

.site-header.is-scrolled { position: fixed; height: 74px; background: rgba(20,36,27,.96); border-bottom-color: rgba(255,255,255,.14); animation: header-in .3s var(--ease); }
.site-header.is-scrolled .brand { width: 170px; }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.place-frame { width: min(100% - 48px, 1600px); margin: 0 auto clamp(120px, 13vw, 190px); }
.place-image-wrap { aspect-ratio: 2 / 1; overflow: hidden; }
.place-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 56%; }
.place-frame figcaption { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; padding-top: 16px; border-top: 1px solid var(--forest); color: var(--forest); }
.place-frame figcaption span { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.place-frame figcaption p { margin: 0; font-family: var(--display); font-size: 1.15rem; }

.stay { background: var(--forest); color: var(--white); }
.stay-inner { width: var(--container); margin: 0 auto; padding: clamp(110px, 12vw, 180px) 0; }
.section-heading { display: grid; grid-template-columns: 7fr 4fr 1fr; gap: 28px; align-items: end; margin-bottom: clamp(64px, 8vw, 112px); }
.section-heading > p { grid-column: 2; margin: 0 0 8px; max-width: 420px; }
.section-heading h2 { max-width: 900px; margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 300; line-height: 1; letter-spacing: -.035em; text-wrap: balance; }
.section-heading.inverse h2 { color: var(--white); }
.section-heading.inverse > p { color: rgba(255,255,255,.73); }
.stay-row { display: grid; align-items: center; gap: clamp(36px, 6vw, 92px); }
.stay-row-main { grid-template-columns: 7fr 4fr; }
.stay-row-alt { grid-template-columns: 4fr 7fr; margin-top: clamp(110px, 14vw, 210px); }
.image-panel { position: relative; overflow: hidden; background: var(--deep); }
.image-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.image-panel:hover img { transform: scale(1.018); }
.image-panel-room { aspect-ratio: 4 / 3; }
.image-panel-room img { object-position: 50% 55%; }
.image-index { position: absolute; right: 18px; bottom: 14px; color: var(--white); font-family: var(--display); font-size: 1rem; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.stay-copy h3 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(2.25rem, 3.4vw, 4rem); font-weight: 300; line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; }
.stay-copy > p:not(.eyebrow) { max-width: 420px; margin: 0 0 30px; color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; color: var(--forest); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.text-link span { font-size: 1rem; transition: transform .2s var(--ease); }
.text-link:hover span { transform: translate(3px,-3px); }
.light-link { color: var(--white); }
.image-composition { position: relative; min-height: 660px; }
.image-panel-landscape { position: absolute; inset: 0 0 80px 10%; }
.image-panel-landscape img { object-position: 50% 54%; }
.image-panel-portrait { position: absolute; width: 34%; aspect-ratio: 4 / 5; left: 0; bottom: 0; border: 10px solid var(--forest); }
.image-panel-portrait img { object-position: 50% 42%; }

.sunset-break { position: relative; min-height: 82svh; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.sunset-break > img, .sunset-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.sunset-break > img { object-fit: cover; object-position: 50% 48%; }
.sunset-overlay { background: linear-gradient(0deg, rgba(15,25,18,.72) 0%, rgba(15,25,18,.08) 64%); }
.sunset-copy { position: relative; width: var(--container); margin: 0 auto; padding-bottom: clamp(64px, 9vw, 130px); }
.sunset-copy h2 { max-width: 980px; margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.6vw, 6rem); font-weight: 300; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }

.experiences { padding-bottom: clamp(120px, 14vw, 200px); }
.water-story { display: grid; grid-template-columns: 8fr 4fr; gap: clamp(24px, 4vw, 60px); align-items: end; }
.water-story figure { margin: 0; }
.water-main .image-panel { aspect-ratio: 4 / 3; }
.water-side { padding-bottom: 11%; }
.water-side .image-panel { aspect-ratio: 4 / 5; }
.water-main img { object-position: 50% 63%; }
.water-side img { object-position: 50% 50%; }
.water-story figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.water-story figcaption span { color: var(--moss); font-size: .69rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.water-story figcaption strong { color: var(--forest); font-family: var(--display); font-size: 1.2rem; font-weight: 400; }
.moments-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 36px); margin-top: clamp(64px, 7vw, 104px); align-items: start; }
.moment { margin: 0; }
.moment .image-panel { aspect-ratio: 4 / 3; }
.moment > div:last-child { display: flex; gap: 18px; align-items: baseline; padding-top: 14px; }
.moment span { color: var(--moss); font-family: var(--display); }
.moment h3 { margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 400; }
.moment-lake, .moment-games { margin-top: 0; }
.moments-grid .image-panel { aspect-ratio: 4 / 3; }
.moment-fire { grid-column: 2 / 4; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; margin-top: 34px; }
.moment-fire .image-panel { aspect-ratio: 3 / 2; }
.moment-fire > div:last-child { padding-bottom: 14px; }
.amenities { display: grid; grid-template-columns: 3fr 9fr; gap: 28px; align-items: start; margin-top: clamp(100px, 12vw, 170px); padding-top: 28px; border-top: 1px solid var(--forest); }
.amenities .eyebrow { margin-top: 6px; }
.amenities ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; margin: 0; padding: 0; list-style: none; }
.amenities li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--forest); font-family: var(--display); font-size: 1.35rem; }

.location { min-height: 780px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--deep); color: var(--white); }
.location-image { position: relative; min-height: 720px; overflow: hidden; }
.location-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.video-toggle { position: absolute; z-index: 2; left: 20px; bottom: 20px; min-height: 44px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 0; background: var(--deep); color: var(--white); font-size: .85rem; }
.video-toggle:hover { background: var(--forest); }
.location-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 8vw, 130px); }
.location-copy h2 { max-width: 650px; margin: 0 0 44px; font-family: var(--display); font-size: clamp(2.8rem, 4.5vw, 5rem); font-weight: 300; line-height: 1; letter-spacing: -.035em; text-wrap: balance; }
.location-copy address { margin-bottom: 32px; color: rgba(255,255,255,.74); font-style: normal; }
.location-copy dl { display: grid; grid-template-columns: 1fr 1fr; max-width: 420px; margin: 0 0 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.location-copy dt { color: #f7d18f; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.location-copy dd { margin: 5px 0 0; }
.location-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.button-sun { background: var(--sun); color: var(--deep); }
.button-sun:hover { background: #ffc15d; }
.button-forest { background: var(--forest); color: var(--white); }
.button-forest:hover { background: var(--brand-green); }

.final-cta { width: var(--container); margin: 0 auto; padding: clamp(110px, 14vw, 210px) 0; text-align: center; }
.sun-mark { width: 58px; height: 58px; margin: 0 auto 42px; border: 4px solid var(--sun); border-radius: 50%; box-shadow: inset 7px -4px 0 rgba(243,161,47,.18); }
.final-cta h2 { max-width: 900px; margin: 0 auto 40px; color: var(--forest); font-family: var(--display); font-size: clamp(3.2rem, 6.4vw, 6.7rem); font-weight: 300; line-height: .93; letter-spacing: -.04em; text-wrap: balance; }

.footer { display: grid; grid-template-columns: 6fr 2.5fr 3.5fr; gap: 40px; padding: 74px max(24px, calc((100vw - 1440px) / 2)) 34px; background: var(--forest); color: rgba(255,255,255,.75); }
.footer a { min-height: 44px; display: block; color: var(--white); text-decoration: none; }
.footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-brand img { width: 220px; padding: 8px 12px; background: var(--paper); }
.footer-brand p { max-width: 290px; margin-top: 22px; }
.footer-label { margin: 0 0 18px; color: #f7d18f; font-size: .69rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact > p:last-child { line-height: 1.5; }
.footer-bottom { grid-column: 1 / -1; margin: 48px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); font-size: .75rem; }

@media (max-width: 1200px) {
  :root { --header-h: 80px; --container: min(100% - 36px, 900px); }
  .site-header { height: var(--header-h); grid-template-columns: 180px 1fr auto; padding-inline: 18px; }
  .brand { width: 168px; }
  .main-nav { display: none; }
  .menu-toggle { grid-column: 3; display: grid; gap: 7px; width: 48px; height: 48px; place-content: center; border: 1px solid rgba(255,255,255,.6); border-radius: 0; background: transparent; color: inherit; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav.is-open { position: fixed; inset: var(--header-h) 0 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 8px; padding: 48px 24px; background: var(--forest); color: var(--white); }
  .main-nav.is-open a { width: 100%; padding: 14px 0; font-family: var(--display); font-size: 2rem; font-weight: 300; letter-spacing: 0; text-transform: none; border-bottom: 1px solid rgba(255,255,255,.18); }
  .header-cta { display: none; }
  .hero { min-height: 920px; height: 100svh; }
  .booking-bar { bottom: 20px; grid-template-columns: repeat(3, 1fr); min-height: auto; }
  .booking-heading { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .booking-bar button { grid-column: 1 / -1; min-height: 54px; }
  .intro { grid-template-columns: .5fr 4fr 3fr; }
  .intro-text { margin-top: 46px; }
  .horizon { grid-column: 2 / -1; }
  .place-frame { width: calc(100% - 36px); }
  .section-heading { grid-template-columns: 5fr 3fr; }
  .section-heading > p { grid-column: 2; }
  .stay-row-main, .stay-row-alt { grid-template-columns: 1fr 1fr; }
  .image-composition { min-height: 520px; }
  .water-story { grid-template-columns: 5fr 3fr; }
  .moments-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .moment-lake, .moment-games { margin-top: 0; }
  .moment-fire { grid-column: 1 / -1; }
  .amenities { grid-template-columns: 1fr 3fr; }
  .amenities ul { grid-template-columns: 1fr 1fr; }
  .location { grid-template-columns: 1fr; }
  .location-image { min-height: 520px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 32px, 600px); }
  .site-header { grid-template-columns: 160px 1fr 48px; }
  .brand { width: 156px; padding: 6px 9px; }
  .brand img { height: 44px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-image { object-position: 56% 50%; }
  .hero-shade { background: linear-gradient(180deg, rgba(10,22,14,.54) 0%, rgba(10,22,14,.2) 35%, rgba(10,22,14,.74) 100%); }
  .hero-content { padding-top: 174px; }
  .hero h1 { font-size: clamp(3.1rem, 14vw, 4.3rem); line-height: .96; }
  .hero-copy { max-width: 320px; margin-top: 22px; font-size: 1rem; }
  .booking-bar { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: 110px auto 0; transform: none; grid-template-columns: 1fr 1fr; }
  .booking-heading { padding-block: 16px; }
  .booking-bar label { padding: 12px 16px; }
  .booking-bar label:nth-of-type(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .form-status { bottom: -32px; }
  .section { padding-block: 94px; }
  .intro { grid-template-columns: 1fr; gap: 20px; }
  .section-number { display: none; }
  .intro h2 { font-size: 2.85rem; }
  .intro-text { margin-top: 10px; }
  .horizon { grid-column: 1; margin-top: 30px; }
  .mobile-booking { position: fixed; z-index: 15; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; background: var(--sun); color: var(--deep); font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; box-shadow: 0 8px 22px rgba(20,36,27,.24); }
  .mobile-booking.is-hidden { pointer-events: none; opacity: 0; transform: translateY(14px); }
  .place-frame { width: calc(100% - 32px); margin-bottom: 96px; }
  .place-image-wrap { aspect-ratio: 4 / 5; }
  .place-image-wrap img { object-position: 54% 50%; }
  .place-frame figcaption { grid-template-columns: 1fr; gap: 8px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 58px; }
  .section-heading > p { grid-column: 1; }
  .section-heading h2 { font-size: 2.85rem; }
  .stay-inner { padding-block: 94px; }
  .stay-row-main, .stay-row-alt { grid-template-columns: 1fr; }
  .stay-row-main .stay-copy { padding-top: 6px; }
  .stay-row-alt { margin-top: 104px; }
  .stay-row-alt .stay-copy { order: 2; }
  .stay-copy h3 { font-size: 2.5rem; }
  .image-composition { min-height: 430px; }
  .image-panel-landscape { inset: 0 0 62px 8%; }
  .image-panel-portrait { width: 40%; }
  .sunset-break { min-height: 72svh; }
  .sunset-break > img { object-position: 54% 48%; }
  .sunset-copy h2 { font-size: 3rem; }
  .water-story { grid-template-columns: 1fr; gap: 54px; }
  .water-side { width: 72%; margin-left: auto !important; padding: 0; }
  .moments-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 64px; }
  .moment-lounge, .moment-games { width: 100%; margin-left: 0; }
  .moment-fire { grid-column: 1; grid-template-columns: 1fr; gap: 0; }
  .amenities { grid-template-columns: 1fr; }
  .amenities ul { grid-template-columns: 1fr; }
  .location-image { min-height: 380px; }
  .location-copy { padding: 74px 24px 94px; }
  .location-copy h2 { font-size: 3rem; }
  .location-copy dl { gap: 24px; }
  .final-cta { padding-block: 110px 140px; }
  .final-cta h2 { font-size: 3.6rem; }
  .footer { grid-template-columns: 1fr; padding: 68px 24px 108px; }
  .footer-brand { grid-column: 1; }
  .footer-bottom { grid-column: 1; }
}

.photo-carousel { isolation: isolate; }
.place-image-wrap.photo-carousel { position: relative; }
.photo-carousel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 700ms ease; }
.photo-carousel > img.is-current { opacity: 1; }
.photo-carousel:hover > img { transform: none; }
.photo-carousel .image-index { display: none; }
.carousel-controls { position: absolute; z-index: 3; right: 12px; bottom: 12px; display: flex; align-items: center; padding: 0 3px; background: rgba(20,36,27,.76); color: var(--white); border: 1px solid rgba(255,253,248,.18); }
.carousel-controls button { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; background: transparent; color: inherit; font-size: 18px; font-weight: 300; transition: background .2s; }
.carousel-controls button:hover { background: rgba(255,255,255,.12); }
.carousel-controls button:focus-visible { outline: 1px solid var(--white); outline-offset: -3px; }
.carousel-controls button:active { background: rgba(255,255,255,.22); }
.carousel-controls button:last-child { font-size: 12px; }
.carousel-count { min-width: 30px; text-align: center; font-size: 11px; font-weight: 400; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.image-panel-portrait .carousel-controls { right: 0; bottom: 0; width: 100%; justify-content: center; }
.image-panel-portrait .carousel-count { min-width: 25px; }
.image-panel-portrait .carousel-controls button { width: 32px; }
@media (pointer: coarse) {
  .carousel-controls button, .image-panel-portrait .carousel-controls button { width: 44px; height: 44px; }
}

/* Integrate the original full-color mark into the site's ivory masthead. */
.site-header,
.site-header.is-scrolled {
  background: var(--ivory);
  color: var(--forest);
  border-bottom-color: var(--line);
}
.brand,
.site-header.is-scrolled .brand {
  width: 132px;
  padding: 0;
  background: transparent;
}
.brand img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}
.site-header.is-scrolled .brand img { height: 58px; }
.header-cta { border-color: var(--forest); }
.header-cta:hover { background: var(--forest); color: var(--white); }
.menu-toggle { border-color: var(--line); }
@media (max-width: 680px) {
  .brand, .site-header.is-scrolled .brand { width: 116px; }
  .brand img, .site-header.is-scrolled .brand img { height: 60px; }
}

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