/*
Theme Name: Desert Breeze
Theme URI: https://staging.desertbreezeswakopmund.com/
Author: Dynamic Internet Consultants CC
Description: Editorial luxury hospitality theme for Desert Breeze staging redesign. Built from the current live-site content and photography, with a calm magazine-style desert direction.
Version: 0.3.91
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: thestiltz-lagoon
*/

:root {
  --stiltz-bg: #FFFFFF;
  --stiltz-paper: #FCFAF6;
  --stiltz-soft: #FCFAF6;
  --stiltz-sand: #FCFAF6;
  --stiltz-white: #FFFFFF;
  --stiltz-ink: #242320;
  --stiltz-secondary-text: #4A4640;
  --stiltz-muted: #756F66;
  --stiltz-timber: #7E6650;
  --stiltz-driftwood: #B79E83;
  --stiltz-reed: #7D8672;
  --stiltz-blue: #61798C;
  --stiltz-blue-soft: #53697C;
  --stiltz-charcoal: #242320;
  --stiltz-border: rgba(36,35,32,.12);
  --stiltz-light-divider: rgba(36,35,32,.08);
  --stiltz-shadow: 0 18px 44px rgba(36, 35, 32, .08);
  --stiltz-serif: 'Marcellus', Georgia, serif;
  --stiltz-sans: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --stiltz-accent: 'Cormorant Garamond', Georgia, serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; background: var(--stiltz-bg); color: var(--stiltz-ink); font-family: var(--stiltz-sans); font-size: clamp(16px, 1vw, 18px); line-height: 1.85; overflow-x: hidden; padding-bottom: 92px; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; height: auto; }
picture { display: contents; }
a { color: inherit; text-decoration: none; }
p { max-width: 70ch; margin: 0 0 1.4rem; }

.stiltz-shell { width: min(1400px, calc(100% - 48px)); margin-inline: auto; }
.stiltz-wide { width: min(1600px, calc(100% - 32px)); margin-inline: auto; }
.eyebrow { color: #B86F43; font-family: var(--stiltz-accent); font-size: clamp(24px, 2.4vw, 32px); font-style: italic; font-weight: 400; letter-spacing: .01em; line-height: 1.05; margin-bottom: 8px; padding-bottom: 4px; text-transform: none; }
.lead { font-size: clamp(18px, 2.1vw, 22px); line-height: 1.8; max-width: 620px; }
h1, h2, h3 { font-family: var(--stiltz-serif); font-weight: 400; line-height: 1; margin: 0; color: var(--stiltz-ink); text-wrap: balance; }
h1 { font-size: clamp(48px, 8vw, 84px); max-width: 820px; }
h2 { font-size: clamp(40px, 5.8vw, 64px); }
h3 { font-size: clamp(28px, 3.5vw, 38px); }

.button, .wp-block-button__link { align-items: center; border: 1px solid var(--stiltz-charcoal); border-radius: 3px; display: inline-flex; font-size: 15px; font-weight: 600; gap: 12px; justify-content: center; letter-spacing: .08em; min-height: 48px; padding: 14px 34px; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button.primary { background: var(--stiltz-charcoal); color: #fff; }
.button.primary:hover { background: #3A3833; border-color: #3A3833; }
.button.secondary { background: transparent; color: var(--stiltz-charcoal); }
.button.secondary:hover { background: var(--stiltz-charcoal); color: #fff; }
.text-link { border-bottom: 1px solid rgba(126,102,80,.42); color: var(--stiltz-timber); display: inline-block; font-size: 15px; font-weight: 600; letter-spacing: .08em; padding-bottom: 7px; text-transform: uppercase; }
.text-link:hover { border-color: var(--stiltz-timber); color: var(--stiltz-charcoal); }

/* DESERT BREEZE HEADER LOCK BASE START: Do not edit unless Elani explicitly asks to change the locked header. */
.site-header { background: rgba(0,0,0,.20); color: #fff; left: 0; min-height: 166px; padding: 0; position: fixed; right: 0; top: 0; transition: background .28s ease, color .28s ease, min-height .28s ease, box-shadow .28s ease; z-index: 100; }
.admin-bar .site-header { top: 32px; }
.header-frame { display: grid; grid-template-columns: 190px minmax(0, 1fr) 188px; grid-template-rows: 102px 64px; min-height: 166px; transition: grid-template-rows .28s ease, min-height .28s ease; width: 100%; }
.site-logo { align-items: center; display: inline-flex; justify-self: start; }
.header-mark { align-items: center; background: transparent; border-bottom: 1px solid rgba(248,245,239,.24); border-right: 1px solid rgba(248,245,239,.28); display: flex; grid-row: 1 / span 2; justify-content: center; justify-self: stretch; transition: background .28s ease, border-color .28s ease; }
.header-mark-bug { display: block; filter: drop-shadow(0 2px 10px rgba(0,0,0,.24)); height: auto; max-height: 74px; object-fit: contain; pointer-events: none; width: 108px; }
.header-mark-logo { display: none; height: auto; max-height: 68px; object-fit: contain; width: 210px; }
.header-main { display: grid; grid-column: 2; grid-row: 1 / span 2; grid-template-rows: 102px 64px; min-width: 0; transition: grid-template-rows .28s ease; }
.header-brand { align-items: center; border-bottom: 1px solid rgba(248,245,239,.24); display: flex; flex-direction: column; gap: 6px; justify-content: center; min-width: 0; padding: 6px 20px 8px; text-align: center; transition: opacity .22s ease, visibility .22s ease, width .22s ease; }
.header-wordmark { align-items: center; display: inline-flex; font-family: var(--stiltz-serif); font-size: clamp(44px, 4.1vw, 64px); font-weight: 400; justify-content: center; letter-spacing: .16em; line-height: .9; text-transform: none; text-shadow: 0 2px 14px rgba(0,0,0,.26); transition: color .28s ease, opacity .22s ease, visibility .22s ease; }
.header-slogan { color: #E4C16F; display: block; font-family: "Courier New", Courier, monospace; font-size: clamp(13px, .9vw, 15px); font-weight: 700; letter-spacing: .1em; line-height: 1.1; text-shadow: 0 2px 8px rgba(0,0,0,.58); text-transform: none; }
.main-nav { align-items: center; border-bottom: 1px solid rgba(248,245,239,.24); display: flex; justify-content: center; min-width: 0; transition: border-color .28s ease; }
.main-nav ul { align-items: center; display: flex; gap: clamp(22px, 2.2vw, 42px); justify-content: center; list-style: none; margin: 0; min-width: 0; padding: 0; }
.main-nav a { color: currentColor; display: inline-flex; font-size: 13px; font-weight: 500; letter-spacing: .12em; line-height: 1; padding: 26px 0 23px; position: relative; text-shadow: 0 1px 10px rgba(0,0,0,.32); text-transform: uppercase; }
.main-nav a::after { background: currentColor; bottom: 14px; content: ''; height: 1px; left: 50%; opacity: 0; position: absolute; transform: translateX(-50%); transition: opacity .2s ease, width .2s ease; width: 0; }
.main-nav a:hover::after, .main-nav .current-menu-item > a::after { opacity: 1; width: 34px; }
.menu-toggle { align-items: center; background: transparent; border: 0; color: currentColor; cursor: pointer; display: none; height: 52px; justify-content: center; padding: 0; width: 52px; }
.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after { background: currentColor; content: ''; display: block; height: 2px; transition: transform .2s ease, opacity .2s ease; width: 28px; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before,
.menu-toggle-lines::after { left: 0; position: absolute; }
.menu-toggle-lines::before { top: -7px; }
.menu-toggle-lines::after { top: 7px; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { transform: translateY(-7px) rotate(-45deg); }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.header-book-panel { align-items: center; background: transparent; border-bottom: 1px solid rgba(248,245,239,.24); border-left: 1px solid rgba(248,245,239,.24); color: #F6F0E6; display: flex; font-family: var(--stiltz-serif); font-size: 28px; font-weight: 600; grid-column: 3; grid-row: 1 / span 2; justify-content: center; letter-spacing: .12em; min-width: 0; text-shadow: none; text-transform: uppercase; transition: background .28s ease, color .28s ease, border-color .28s ease; }
.header-book-panel:hover { background: rgba(36,35,32,.76); color: #fff; }
.site-header.is-condensed { background: #F6F0E6; box-shadow: 0 14px 34px rgba(36,35,32,.08); color: var(--stiltz-ink); min-height: 74px; }
.site-header.is-condensed .header-frame { grid-template-columns: 244px minmax(0, 1fr) 188px; grid-template-rows: 74px; min-height: 74px; }
.site-header.is-condensed .header-mark { background: transparent; border-bottom: 0; border-color: var(--stiltz-light-divider); box-sizing: border-box; grid-row: 1; justify-content: flex-start; padding-left: 26px; }
.site-header.is-condensed .header-mark .header-mark-bug { display: none !important; }
.site-header.is-condensed .header-mark .header-mark-logo { display: block !important; margin-left: 0; max-height: 68px; width: 210px; }
.site-header.is-condensed .header-main { align-items: center; display: flex; grid-row: 1; grid-template-rows: none; justify-content: center; }
.site-header.is-condensed .header-brand { opacity: 0; overflow: hidden; padding: 0; visibility: hidden; width: 0; }
.site-header.is-condensed .header-wordmark { opacity: 0; visibility: hidden; width: 0; }
.site-header.is-condensed .main-nav { border-bottom: 0; }
.site-header.is-condensed .main-nav a { padding: 30px 0 29px; text-shadow: none; }
.site-header.is-condensed .main-nav a::after { bottom: 20px; }
.site-header.is-condensed .header-book-panel { background: #B86F43; border-bottom: 0; border-color: #B86F43; color: var(--stiltz-charcoal); font-family: var(--stiltz-sans); font-size: 14px; font-weight: 700; grid-row: 1; letter-spacing: .16em; text-shadow: none; }
.site-header.is-condensed .header-book-panel:hover { background: #A8623B; border-color: #A8623B; color: var(--stiltz-charcoal); }
/* DESERT BREEZE HEADER LOCK BASE END */

.hero { align-items: end; background: #6d6a63; color: #fff; display: grid; min-height: 100vh; min-height: 100svh; overflow: hidden; padding: 176px 0 90px; position: relative; }
.hero-media { inset: 0; position: absolute; z-index: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero::after { background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.10) 40%, rgba(0,0,0,.58)); content: ''; inset: 0; position: absolute; z-index: 1; }
.hero .stiltz-shell, .hero-caption { position: relative; z-index: 2; }
.hero h1, .hero p { color: #fff; }
.hero .button.secondary { border-color: rgba(255,255,255,.72); color: #fff; }
.hero .button.secondary:hover { background: #fff; border-color: #fff; color: var(--stiltz-charcoal); }
.hero .lead { margin-top: 32px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 36px; }
.hero-caption { border-left: 1px solid rgba(255,255,255,.38); bottom: 90px; color: rgba(255,255,255,.82); font-size: 14px; letter-spacing: .11em; padding-left: 18px; position: absolute; right: max(24px, calc((100vw - 1400px) / 2)); text-transform: uppercase; writing-mode: vertical-rl; }

.section { padding: 140px 0; }
.intro-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: .9fr 1.1fr; }
.intro-copy { padding-left: min(7vw, 90px); }
.intro-image-stack { min-height: 650px; position: relative; }
.intro-image-stack img:first-child { height: 560px; object-fit: cover; width: 74%; box-shadow: var(--stiltz-shadow); }
.intro-image-stack img:last-child { bottom: 0; height: 360px; object-fit: cover; position: absolute; right: 0; width: 52%; border: 18px solid var(--stiltz-bg); }

.architecture { background: var(--stiltz-soft); color: var(--stiltz-secondary-text); padding: 150px 0; }
.architecture h2, .architecture h3 { color: var(--stiltz-ink); }
.arch-grid { display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; align-items: start; }
.arch-card { border-top: 1px solid rgba(255,255,255,.18); margin-top: 64px; padding-top: 36px; max-width: 520px; }
.arch-photo { margin-top: 70px; }
.arch-photo img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }

.wow-boardwalk { min-height: 92vh; overflow: hidden; position: relative; }
.wow-boardwalk > img, .wow-boardwalk > picture > img { height: 92vh; object-fit: cover; object-position: center; width: 100%; }
.wow-boardwalk::after { background: linear-gradient(90deg, rgba(30,30,30,.70), rgba(30,30,30,.18) 48%, rgba(30,30,30,.04)); content: ''; inset: 0; position: absolute; }
.wow-copy { bottom: 12vh; color: #fff; left: max(24px, calc((100vw - 1400px) / 2)); max-width: 560px; position: absolute; z-index: 1; }
.wow-copy h2, .wow-copy p { color: #fff; }
.wow-copy p { font-size: clamp(19px, 2vw, 24px); line-height: 1.75; max-width: 520px; }

.stay-grid { display: grid; gap: 42px; grid-template-columns: 1.1fr .9fr; align-items: end; }
.stay-feature img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.stay-panel { background: var(--stiltz-paper); box-shadow: var(--stiltz-shadow); margin-left: -150px; margin-bottom: -90px; padding: clamp(38px, 5vw, 78px); position: relative; z-index: 2; }
.meta-row { border-top: 1px solid var(--stiltz-border); display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); margin-top: 44px; padding-top: 28px; }
.meta-row span { color: var(--stiltz-timber); display: block; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.meta-row strong { display: block; font-family: var(--stiltz-serif); font-size: 25px; font-weight: 500; line-height: 1.2; margin-top: 8px; }

.experiences { padding-top: 190px; }
.experience-layout { display: grid; gap: 80px; grid-template-columns: .75fr 1.25fr; }
.experience-list { border-top: 1px solid var(--stiltz-border); margin-top: 44px; }
.experience-item { border-bottom: 1px solid var(--stiltz-border); padding: 28px 0; }
.experience-item h3 { font-family: var(--stiltz-sans); font-size: 22px; font-weight: 600; line-height: 1.35; }
.experience-item p { color: var(--stiltz-muted); font-size: 16px; margin: 10px 0 0; }
.experience-photo img { height: 760px; object-fit: cover; width: 100%; }

.wildlife-pause { background: var(--stiltz-sand); padding: 150px 0; }
.wildlife-inner { display: grid; gap: 42px; grid-template-columns: .48fr 1fr; }
.wildlife-inner h2 { max-width: 520px; }
.wildlife-inner p { align-self: end; font-family: var(--stiltz-serif); font-size: clamp(32px, 4.2vw, 56px); line-height: 1.15; margin: 0; max-width: 820px; }

.gallery-preview { background: var(--stiltz-soft); }
.gallery-head { align-items: end; display: flex; justify-content: space-between; gap: 32px; margin-bottom: 70px; }
.gallery-mosaic { display: grid; gap: 26px; grid-template-columns: 1.18fr .72fr .95fr; align-items: start; }
.gallery-mosaic img { object-fit: cover; width: 100%; }
.gallery-mosaic img:nth-child(1) { aspect-ratio: 4/5; margin-top: 80px; }
.gallery-mosaic img:nth-child(2) { aspect-ratio: 1/1; width: 86%; }
.gallery-mosaic img:nth-child(3) { aspect-ratio: 4/3; margin-top: 150px; }
.gallery-mosaic img:nth-child(4) { aspect-ratio: 16/9; grid-column: 2 / span 2; width: 82%; justify-self: end; }

.quote-section { padding: 190px 0; }
.quote { font-family: var(--stiltz-serif); font-size: clamp(44px, 6.2vw, 82px); line-height: 1.04; max-width: 1180px; position: relative; }
.quote span { color: var(--stiltz-timber); font-size: 1.35em; line-height: 0; margin-right: 10px; }
.quote-source { color: var(--stiltz-muted); font-size: 14px; letter-spacing: .18em; margin-top: 36px; text-transform: uppercase; }

.location-stage { display: grid; grid-template-columns: 1fr 360px; position: relative; }
.location-photo { grid-column: 1 / -1; }
.location-photo img { aspect-ratio: 16/7; object-fit: cover; width: 100%; }
.location-card { align-self: end; background: var(--stiltz-paper); box-shadow: var(--stiltz-shadow); grid-column: 1; grid-row: 1; justify-self: start; margin: 0 0 -70px 70px; max-width: 470px; padding: 58px; position: relative; z-index: 2; }
.location-map { align-self: end; background: var(--stiltz-paper); box-shadow: var(--stiltz-shadow); grid-column: 2; grid-row: 1; margin: 0 70px -45px 0; padding: 14px; position: relative; z-index: 3; }
.location-map img { width: 100%; }

.final-cta { background-image: linear-gradient(rgba(30,30,30,.38), rgba(30,30,30,.50)), var(--cta-image); background-position: center; background-size: cover; color: #fff; min-height: 78vh; padding: 220px 0; text-align: center; }
.final-cta h2, .final-cta p { color: #fff; margin-left: auto; margin-right: auto; }
.final-cta .lead { margin-top: 30px; }
.final-cta .button { margin-top: 30px; }

.site-footer { background: #fff; border-top: 1px solid var(--stiltz-light-divider); color: var(--stiltz-ink); padding: 2px 0 0; }
.footer-link-row { align-items: center; border-bottom: 1px solid rgba(36,35,32,.18); border-top: 1px solid rgba(36,35,32,.18); display: flex; flex-wrap: wrap; gap: clamp(22px, 5.2vw, 78px); justify-content: center; min-height: 122px; }
.footer-link-row a { color: #171717; font-size: 13px; font-weight: 500; letter-spacing: .12em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: color .2s ease; white-space: nowrap; }
.footer-link-row a:hover { color: var(--stiltz-timber); }
.footer-recognition { align-items: center; display: grid; gap: 64px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); padding: 48px 0 52px; }
.footer-recognition h3 { color: #171717; font-family: var(--stiltz-sans); font-size: 12px; font-weight: 600; letter-spacing: .12em; margin: 0 0 20px; text-transform: uppercase; }
.footer-awards-list { align-items: start; display: flex; flex-wrap: nowrap; gap: clamp(14px, 1.55vw, 22px); }
.footer-awards-list a, .footer-sister-lodge a { align-items: center; display: inline-flex; justify-content: center; }
.footer-awards-list a { color: #171717; flex: 0 0 clamp(102px, 7.4vw, 112px); flex-direction: column; gap: 10px; text-align: center; text-decoration: none; }
.footer-awards-list img { display: block; height: 90px; max-width: 112px; object-fit: contain; opacity: 1; width: auto; }
.footer-award-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .07em; line-height: 1.25; max-width: 112px; text-transform: uppercase; }
.footer-awards-list a:hover .footer-award-label { color: var(--stiltz-timber); }
.footer-sister-lodge { justify-self: end; text-align: right; }
.footer-sister-lodge img { display: block; height: auto; margin-left: auto; max-height: 84px; max-width: min(320px, 100%); object-fit: contain; width: 280px; }
.footer-minimal { align-items: center; display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr) auto auto; min-height: 76px; position: relative; }
.footer-minimal::before { background: #F6F0E6; border-top: 1px solid var(--stiltz-light-divider); content: ''; inset: 0 50%; margin-inline: -50vw; position: absolute; z-index: 0; }
.footer-minimal > * { position: relative; z-index: 1; }
.footer-credit, .footer-built-by { align-items: center; color: var(--stiltz-secondary-text); display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 500; gap: 8px 18px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.footer-built-by { justify-content: flex-end; }
.footer-credit a, .footer-built-by a { color: var(--stiltz-ink); text-decoration: none; transition: color .2s ease; }
.footer-credit a:hover, .footer-built-by a:hover { color: var(--stiltz-timber); }
.footer-social { align-items: center; display: flex; gap: 10px; justify-content: flex-end; }
.footer-social-top { justify-content: center; padding: 30px 0 22px; }
.footer-social a { align-items: center; background: #3A3833; border: 1px solid #3A3833; border-radius: 50%; color: #fff; display: inline-flex; height: 34px; justify-content: center; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; width: 34px; }
.footer-social a:hover { background: var(--stiltz-charcoal); border-color: var(--stiltz-charcoal); color: #fff; transform: translateY(-1px); }
.footer-social svg { display: block; fill: currentColor; height: 16px; width: 16px; }

.sticky-booking-bar { background: #F6F0E6; border-top: 1px solid var(--stiltz-light-divider); bottom: 0; box-shadow: 0 -14px 34px rgba(36,35,32,.08); color: var(--stiltz-ink); left: 0; opacity: 0; pointer-events: none; position: fixed; right: 0; transform: translateY(100%); transition: opacity .28s ease, transform .28s ease; z-index: 95; }
.sticky-booking-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sticky-booking-inner { align-items: center; display: grid; gap: clamp(22px, 3.8vw, 70px); grid-template-columns: auto minmax(260px, 330px) minmax(260px, 330px) auto; justify-content: center; min-height: 92px; padding: 16px 28px; }
.sticky-booking-title { font-size: 15px; font-weight: 600; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.sticky-booking-field { align-items: center; border-bottom: 1px solid rgba(36,35,32,.35); display: flex; font-size: 15px; font-weight: 500; gap: 14px; justify-content: space-between; letter-spacing: .08em; line-height: 1.2; min-height: 46px; padding: 0 0 12px; transition: border-color .2s ease, color .2s ease; }
.sticky-booking-field:hover { border-color: var(--stiltz-timber); color: var(--stiltz-timber); }
.sticky-booking-field svg { fill: currentColor; flex: 0 0 auto; height: 17px; width: 17px; }
.sticky-booking-submit { align-items: center; background: var(--stiltz-charcoal); color: #fff; display: inline-flex; font-size: 15px; font-weight: 600; justify-content: center; letter-spacing: .08em; min-height: 50px; min-width: 100px; padding: 14px 24px; transition: background .2s ease, color .2s ease; }
.sticky-booking-submit:hover { background: #3A3833; color: #fff; }
.scroll-to-top { align-items: center; background: #FCFAF6; border: 1px solid rgba(36,35,32,.18); border-radius: 50%; box-shadow: 0 10px 24px rgba(36,35,32,.1); color: var(--stiltz-charcoal); cursor: pointer; display: inline-flex; height: 48px; justify-content: center; justify-self: end; opacity: 1; padding: 0; pointer-events: auto; position: relative; transform: none; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; width: 48px; z-index: 1; }
.scroll-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.scroll-to-top svg { display: block; fill: currentColor; height: 22px; width: 22px; }
.scroll-to-top:hover, .scroll-to-top:focus-visible { background: var(--stiltz-charcoal); border-color: var(--stiltz-charcoal); color: #fff; outline: 0; }
.scroll-to-top:focus-visible { box-shadow: 0 0 0 3px rgba(126,102,80,.28), 0 16px 34px rgba(36,35,32,.12); }
@media (min-width: 981px) {
  .scroll-to-top, .scroll-to-top.is-visible { transform: translateX(50px); }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-booking-bar { transition: none; }
  .scroll-to-top { transition: none; }
}

.content-page { padding: 170px 0 110px; }
.content-page .entry-content { background: var(--stiltz-paper); padding: clamp(32px, 6vw, 82px); }

@media (max-width: 980px) {
  body { padding-bottom: 126px; }
  /* DESERT BREEZE HEADER LOCK TABLET START */
  .site-header { background: #F6F0E6; color: var(--stiltz-ink); min-height: 144px; }
  .header-frame { grid-template-columns: minmax(0, 1fr) 84px; grid-template-rows: 88px 56px; min-height: 144px; position: relative; }
  .header-mark { background: transparent; border-bottom: 1px solid var(--stiltz-light-divider); border-right: 1px solid var(--stiltz-light-divider); grid-column: 1; grid-row: 1; justify-content: center; padding-left: 0; }
  .header-mark-bug { display: none; }
  .header-main { align-items: center; border-bottom: 1px solid var(--stiltz-light-divider); display: flex; grid-column: 2; grid-row: 1; justify-content: center; min-width: 0; }
  .header-brand { display: none; }
  .header-wordmark { display: none; }
  .menu-toggle { display: inline-flex; }
  .main-nav { background: #F6F0E6; border: 1px solid var(--stiltz-light-divider); box-shadow: 0 18px 40px rgba(36,35,32,.1); color: var(--stiltz-ink); display: none; left: clamp(14px, 4vw, 32px); overflow: visible; position: absolute; right: clamp(14px, 4vw, 32px); top: calc(100% + 10px); z-index: 120; }
  .main-nav.is-open { display: block; }
  .main-nav ul { align-items: stretch; display: grid; gap: 0; justify-content: stretch; min-width: 0; overflow: visible; padding: 12px 18px; }
  .main-nav a { border-bottom: 1px solid rgba(36,35,32,.08); display: flex; font-size: 12px; justify-content: center; padding: 16px 0; text-shadow: none; white-space: nowrap; width: 100%; }
  .main-nav li:last-child a { border-bottom: 0; }
  .main-nav a::after { bottom: 9px; }
  .header-book-panel { background: #B86F43; border: 0; color: var(--stiltz-charcoal); font-family: var(--stiltz-sans); font-size: 13px; font-weight: 700; grid-column: 1 / -1; grid-row: 2; letter-spacing: .16em; min-height: 56px; text-shadow: none; }
  .site-header.is-condensed { background: #F6F0E6; color: var(--stiltz-ink); min-height: 144px; }
  .site-header.is-condensed .header-frame { grid-template-columns: minmax(0, 1fr) 84px; grid-template-rows: 88px 56px; min-height: 144px; }
  .site-header.is-condensed .header-mark { border-bottom: 1px solid var(--stiltz-light-divider); border-right: 1px solid var(--stiltz-light-divider); grid-row: 1; justify-content: center; padding-left: 0; }
  .site-header.is-condensed .header-mark .header-mark-logo { margin-left: 0; transform: translateX(42px); }
  .site-header.is-condensed .header-main { border-bottom: 1px solid var(--stiltz-light-divider); display: flex; grid-row: 1; justify-content: center; }
  .site-header.is-condensed .main-nav { border-bottom: 1px solid var(--stiltz-light-divider); }
  .site-header.is-condensed .main-nav a { padding: 16px 0; }
  .site-header.is-condensed .main-nav a::after { bottom: 9px; }
  .site-header.is-condensed .header-book-panel { grid-column: 1 / -1; grid-row: 2; min-height: 56px; }
  /* DESERT BREEZE HEADER LOCK TABLET END */
  .hero-caption { display: none; }
  .section, .architecture, .quote-section, .wildlife-pause { padding: 80px 0; }
  .intro-grid, .arch-grid, .stay-grid, .experience-layout, .wildlife-inner, .footer-recognition { grid-template-columns: 1fr; }
  .intro-copy { padding-left: 0; }
  .intro-image-stack { min-height: 480px; }
  .intro-image-stack img:first-child { height: 390px; width: 84%; }
  .intro-image-stack img:last-child { height: 260px; width: 58%; }
  .stay-panel { margin: 0; }
  .wow-boardwalk, .wow-boardwalk > img, .wow-boardwalk > picture > img { min-height: 100vh; min-height: 100svh; height: 100vh; height: 100svh; }
  .wow-copy { bottom: 9vh; left: 24px; right: 24px; }
  .experiences { padding-top: 80px; }
  .experience-photo img { height: auto; aspect-ratio: 4/5; }
  .gallery-head { align-items: start; flex-direction: column; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; }
  .gallery-mosaic img:nth-child(n) { grid-column: auto; margin-top: 0; width: 100%; }
  .location-stage { display: block; }
  .location-card, .location-map { margin: -60px 24px 40px; max-width: none; }
  .location-map { margin-top: 0; }
  .footer-link-row { gap: 22px 38px; min-height: auto; padding: 34px 0; }
  .footer-recognition { gap: 38px; padding: 38px 0 42px; }
  .footer-awards, .footer-sister-lodge { justify-self: stretch; text-align: center; }
  .footer-awards-list { justify-content: center; }
  .footer-sister-lodge img { margin-inline: auto; }
  .sticky-booking-inner { gap: 16px 22px; grid-template-columns: 1fr 1fr auto; justify-content: stretch; min-height: 126px; padding: 18px 24px; }
  .sticky-booking-title { grid-column: 1 / -1; text-align: center; }
  .sticky-booking-field { min-width: 0; }
}
@media (min-width: 641px) and (max-width: 1368px) {
  body { padding-bottom: 0; }
  .sticky-booking-bar {
    bottom: auto;
    box-shadow: none;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    position: static;
    right: auto;
    transform: none;
    transition: none;
    z-index: auto;
  }
  .sticky-booking-bar.is-visible {
    transform: none;
  }
  .scroll-to-top { position: relative; }
}
@media (min-width: 641px) and (max-width: 980px) {
  /* DESERT BREEZE HEADER LOCK TABLET-LANDSCAPE START */
  .header-mark,
  .site-header.is-condensed .header-mark { justify-content: flex-start; padding-left: 24px; }
  .header-mark-logo,
  .site-header.is-condensed .header-mark .header-mark-logo { display: block !important; margin-left: 0; max-height: 68px; transform: none; width: min(210px, 52vw); }
  /* DESERT BREEZE HEADER LOCK TABLET-LANDSCAPE END */
}
@media (max-width: 640px), (min-width: 641px) and (max-width: 980px) and (orientation: portrait) {
  .home-answers-heading,
  .home-answers-heading .eyebrow,
  .home-answers-heading h2,
  .stay-answers-heading,
  .stay-answers-heading .eyebrow,
  .stay-answers-heading h2,
  .experience-answers-heading,
  .experience-answers-heading .eyebrow,
  .experience-answers-heading h2,
  .about-answers-heading,
  .about-answers-heading .eyebrow,
  .about-answers-heading h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body { padding-bottom: 206px; }
  body { font-size: 16px; }
  .stiltz-shell { width: min(100% - 40px, 1400px); }
  .eyebrow { font-size: 28px; font-weight: 500; letter-spacing: .02em; margin-bottom: 6px; text-transform: capitalize; }
  /* DESERT BREEZE HEADER LOCK MOBILE START */
  .site-header,
  .site-header.is-condensed { min-height: 126px; }
  .header-frame,
  .site-header.is-condensed .header-frame { grid-template-columns: minmax(0, 1fr) 68px; grid-template-rows: 74px 52px; min-height: 126px; }
  .header-mark,
  .site-header.is-condensed .header-mark { justify-content: flex-start; padding-left: 22px; }
  .header-mark-logo,
  .site-header.is-condensed .header-mark .header-mark-logo { display: block !important; margin-left: 0; width: 165px; }
  .site-header.is-condensed .header-mark .header-mark-logo { transform: none; }
  .menu-toggle { height: 50px; width: 50px; }
  .main-nav { left: 12px; right: 12px; top: calc(100% + 8px); }
  .main-nav ul { padding: 8px 14px; }
  .main-nav a,
  .site-header.is-condensed .main-nav a { font-size: 11px; padding: 14px 0; }
  .header-book-panel,
  .site-header.is-condensed .header-book-panel { font-size: 13px; min-height: 52px; }
  /* DESERT BREEZE HEADER LOCK MOBILE END */
  .hero { min-height: 100vh; min-height: 100svh; padding: 150px 0 70px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .home-answer-grid,
  .stay-answer-grid,
  .experience-answer-grid,
  .contact-answer-grid { gap: 5px; }
  .meta-row { grid-template-columns: 1fr; }
  .site-footer { padding-top: 14px; }
  .footer-link-row { display: grid; gap: 18px 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-items: center; padding: 28px 0; }
  .footer-link-row a { font-size: 11px; white-space: normal; }
  .footer-social-top { padding: 24px 0 20px; }
  .footer-awards-list { display: grid; gap: 24px 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-items: center; }
  .footer-awards-list a { max-width: 128px; width: 100%; }
  .footer-awards-list img { height: 76px; max-width: 112px; }
  .footer-award-label { font-size: 10px; letter-spacing: .07em; max-width: 112px; }
  .footer-sister-lodge img { width: min(270px, 100%); }
  .footer-minimal { gap: 18px; grid-template-columns: 1fr; min-height: auto; padding: 22px 0; text-align: center; }
  .footer-credit, .footer-built-by, .footer-social { justify-content: center; }
  .footer-credit { font-size: 11px; }
  .footer-built-by { font-size: 11px; }
  .sticky-booking-inner { gap: 12px; grid-template-columns: 1fr; min-height: 206px; padding: 16px 18px; }
  .sticky-booking-title { font-size: 12px; }
  .sticky-booking-field { font-size: 13px; min-height: 38px; padding-bottom: 9px; }
  .sticky-booking-submit { min-height: 44px; width: 100%; }
  .scroll-to-top { height: 44px; width: 44px; }
  .scroll-to-top svg { height: 20px; width: 20px; }
  .gallery-mosaic { grid-template-columns: 1fr; }
  .location-card { padding: 34px 26px; }
}

/* Contact page */
.contact-page { background: var(--stiltz-bg); }
.contact-hero { min-height: 100vh; min-height: 100svh; overflow: hidden; position: relative; }
.contact-hero img { height: 100vh; height: 100svh; object-fit: cover; object-position: center; width: 100%; }
.contact-hero::after { background: linear-gradient(90deg, rgba(20,20,20,.62), rgba(20,20,20,.20) 54%, rgba(20,20,20,.05)); content: ''; inset: 0; position: absolute; }
.contact-hero-copy { bottom: 7vh; color: #fff; left: max(48px, 6vw); position: absolute; transform: none; width: min(780px, calc(100% - 96px)); z-index: 1; }
.contact-hero-copy h1 { color: #fff; font-size: clamp(58px, 7vw, 92px); line-height: .98; }
.contact-hero-copy p { color: rgba(255,255,255,.94); font-size: clamp(18px, 1.75vw, 22px); font-weight: 500; line-height: 1.35; margin-top: 12px; max-width: 780px; }
.contact-hero-copy span { display: none; }
.contact-grid { align-items: start; display: grid; gap: clamp(60px, 10vw, 140px); grid-template-columns: .8fr 1.2fr; }
.contact-details h2 { margin-bottom: 20px; max-width: 520px; }
.contact-details > p { max-width: 500px; }
.contact-rule { background: #B86F43; height: 1px; margin: 34px 0; opacity: .68; width: 170px; }
.contact-list { display: grid; gap: 30px; margin-top: 10px; }
.contact-item { display: grid; gap: 24px; grid-template-columns: 24px 1fr; }
.contact-item span { color: var(--stiltz-charcoal); font-size: 22px; line-height: 1.2; }
.contact-item p { font-size: 16px; line-height: 1.65; margin: 0; }
.contact-item strong { font-weight: 500; }
.contact-check-times { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-intro { background: #FFFFFF; }
.contact-form { background: #FFFFFF; display: grid; gap: 24px; margin-top: clamp(26px, 3.2vw, 48px); padding: clamp(34px, 5vw, 58px); }
.contact-form label { color: var(--stiltz-charcoal); display: grid; font-size: 12px; font-weight: 600; gap: 10px; letter-spacing: .18em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { background: #FCFAF6; border: 1px solid var(--stiltz-border); border-radius: 0; color: var(--stiltz-charcoal); font: 16px/1.6 var(--stiltz-sans); padding: 14px 16px; width: 100%; }
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--stiltz-timber); outline: 2px solid rgba(126,102,80,.16); }
.contact-form .button { justify-self: start; }
.contact-camels-banner { background: #D7BD94; height: clamp(347px, 41vw, 520px); overflow: hidden; }
.contact-camels-banner picture { display: block; height: 100%; }
.contact-camels-banner img { display: block; height: 100%; object-fit: cover; object-position: center 62%; width: 100%; }
.contact-booking { display: grid; grid-template-columns: 1.15fr .95fr; }
.contact-booking-image img { height: 100%; min-height: 560px; object-fit: cover; width: 100%; }
.contact-booking-copy { align-self: center; padding: clamp(60px, 9vw, 130px); }
.contact-booking-copy h2 { max-width: 560px; }
.contact-booking-copy p { max-width: 440px; }
.contact-location { background: #FCFAF6; padding: 96px 0; }
.contact-location-grid { align-items: center; display: grid; gap: clamp(44px, 7vw, 96px); grid-template-columns: 1.08fr .92fr; }
.contact-map-panel { overflow: visible; }
.contact-map-frame { position: relative; }
.contact-map-panel picture { display: block; }
.contact-map-panel img { margin-inline: -5%; max-width: none; mix-blend-mode: multiply; opacity: .88; width: 110%; }
.contact-map-actions { margin-top: 26px; }
.contact-map-link { background: transparent; }
.contact-location-copy h2 { color: var(--stiltz-ink); max-width: 520px; }
.contact-location-copy p { max-width: 470px; }
.contact-location-copy .button.secondary { background: transparent; }
.contact-location-copy .button.secondary:hover { background: var(--stiltz-charcoal); color: #fff; }
.contact-answers { background: #FFFFFF; padding: clamp(72px, 9vw, 112px) 0; }
.contact-answers-inner { display: grid; gap: clamp(38px, 6vw, 78px); grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr); }
.contact-answers-heading h2 { font-size: clamp(38px, 4.6vw, 58px); max-width: 460px; }
#contact-answers-title { scroll-margin-top: 190px; }
.contact-answer-grid { display: grid; gap: 5px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-answer-card { background: #FCFAF6; min-height: 210px; padding: clamp(28px, 4vw, 42px); }
.contact-answer-card h3 { color: var(--stiltz-ink); font-family: var(--stiltz-serif); font-size: clamp(21px, 1.9vw, 27px); line-height: 1.12; margin: 0 0 18px; }
.contact-answer-card p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.7; margin: 0; }
.contact-affiliates { background: #FFFFFF; overflow: hidden; padding: 82px 0 64px; text-align: center; }
.contact-affiliates-title { font-size: clamp(40px, 5vw, 58px); margin: 0 0 42px; }
.affiliate-slider { margin-inline: auto; max-width: 1120px; overflow: hidden; padding: 18px 0 10px; }
.affiliate-track { align-items: center; display: flex; gap: clamp(42px, 7vw, 112px); transition: transform 2.8s linear; will-change: transform; }
.affiliate-item { color: rgba(126,102,80,.28); flex: 0 0 auto; font-family: var(--stiltz-serif); font-size: clamp(21px, 3vw, 36px); font-weight: 500; line-height: 1.08; max-width: min(48vw, 380px); opacity: .58; text-align: center; text-wrap: balance; transform: scale(.95); transition: color .45s ease, opacity .45s ease, transform .45s ease; }
.affiliate-item.is-active { color: var(--stiltz-timber); opacity: 1; transform: scale(1); }
.affiliate-item:hover { color: var(--stiltz-timber); opacity: 1; }
.affiliate-url { color: var(--stiltz-charcoal); display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: .08em; line-height: 1.4; margin-top: 8px; text-transform: uppercase; transition: color .2s ease; }
.affiliate-url:hover { color: var(--stiltz-timber); }
body:has(.contact-page) .site-footer { border-top: 0; }

@media (max-width: 980px) {
  .contact-hero, .contact-hero img { min-height: 100vh; min-height: 100svh; height: 100vh; height: 100svh; }
  .contact-camels-banner { height: min(380px, 56.25vw); }
  .contact-camels-banner img { object-position: center; }
  .contact-grid, .contact-booking, .contact-location-grid, .contact-answers-inner { grid-template-columns: 1fr; }
  .contact-booking-image img { min-height: 360px; }
  .contact-booking-copy { padding: 70px 24px; }
  .contact-location { padding: 80px 0; }
  .contact-answer-grid { grid-template-columns: 1fr; }
  .contact-affiliates { padding: 70px 0 39px; }
}

@media (min-width: 641px) and (max-width: 980px) and (orientation: portrait) {
  .contact-grid {
    gap: 54px;
    justify-items: center;
  }
  .contact-details {
    max-width: 640px;
    text-align: center;
    width: 100%;
  }
  .contact-details .eyebrow,
  .contact-details h2,
  .contact-details > p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .contact-rule {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    text-align: left;
  }
  .contact-form {
    margin-top: 0;
    max-width: 640px;
    width: 100%;
  }
  .contact-location-grid {
    justify-items: center;
    text-align: center;
  }
  .contact-location-copy,
  .contact-location-copy .eyebrow,
  .contact-location-copy h2,
  .contact-location-copy p,
  .contact-answers-heading,
  .contact-answers-heading .eyebrow,
  .contact-answers-heading h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .contact-location-copy .button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .contact-hero-copy { bottom: 7vh; left: 24px; width: calc(100% - 48px); }
  .contact-intro { padding-bottom: 36px; }
  .contact-form { margin-top: 0; padding: 28px 20px; }
  .contact-item { gap: 16px; }
  .contact-check-times { gap: 10px; grid-template-columns: 1fr; }
  .contact-answers { padding: 64px 0; }
  .contact-answer-card { min-height: 0; padding: 26px 22px; }
  .contact-affiliates-title { font-size: clamp(36px, 11vw, 46px); }
  .affiliate-track { gap: 46px; }
  .affiliate-item { font-size: clamp(22px, 7vw, 30px); max-width: 74vw; }
  .affiliate-url { font-size: 11px; max-width: 84vw; overflow-wrap: anywhere; }
}

/* About page */
.about-page { background: var(--stiltz-bg); }
.about-hero { min-height: 100vh; min-height: 100svh; overflow: hidden; position: relative; }
.about-hero img { height: 100vh; height: 100svh; object-fit: cover; object-position: center; width: 100%; }
.about-hero::after { background: linear-gradient(90deg, rgba(12,12,12,.64), rgba(12,12,12,.28) 45%, rgba(12,12,12,.04)); content: ''; inset: 0; position: absolute; }
.about-hero-copy { bottom: 13vh; color: #fff; left: 50%; position: absolute; transform: translateX(-50%); z-index: 1; }
.about-hero-copy h1 { color: #fff; font-size: clamp(56px, 7.2vw, 92px); }
.about-hero-copy span, .about-rule { background: currentColor; display: block; height: 1px; margin: 18px 0 14px; opacity: .68; width: 100px; }
.about-rule { background: #B86F43; }
.about-hero-copy p { color: #fff; font-family: var(--stiltz-serif); font-size: clamp(22px, 2.5vw, 32px); line-height: 1.2; max-width: 560px; }
.about-story { padding: 35px 0; }
.about-story-grid { align-items: center; display: grid; justify-items: center; }
.about-story-image img { aspect-ratio: 1.28 / 1; object-fit: cover; transform: scale(1.15); transform-origin: center; width: 100%; }
.about-story-copy { margin-inline: auto; max-width: 860px; text-align: center; }
.about-story-copy h2, .about-architecture-copy h2, .about-commitment-copy h2, .about-hosts-copy h2, .about-reviews h2 { font-size: clamp(42px, 5.2vw, 64px); }
.about-story-copy p, .about-architecture-copy p, .about-commitment-copy p, .about-hosts-copy p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.65; max-width: 520px; }
.about-story-copy .about-rule, .about-story-copy p { margin-left: auto; margin-right: auto; }
.about-story-copy p { max-width: 760px; }
.about-story-copy .about-story-lead { font-weight: 600; }
.about-full-width-image { overflow: hidden; width: 100%; }
.about-full-width-image img { display: block; height: clamp(320px, 42vw, 560px); object-fit: cover; object-position: center 48%; width: 100%; }
.about-values { background: #FCFAF6; padding: 76px 0 34px; text-align: center; }
.about-values-title { margin-bottom: 36px; }
.about-values-quote { align-items: center; display: grid; justify-items: center; }
.about-values-main { color: var(--stiltz-ink); display: block; font-family: var(--stiltz-serif); font-size: clamp(42px, 5.4vw, 74px); font-weight: 500; line-height: .95; text-transform: uppercase; }
.about-values-script { color: var(--stiltz-timber); display: block; font-family: var(--stiltz-accent); font-size: clamp(38px, 5vw, 68px); font-style: italic; line-height: 1; margin-top: 8px; }
.about-aerial { background: #FCFAF6; overflow: hidden; }
.about-aerial img { display: block; height: clamp(420px, 56vw, 820px); object-fit: cover; width: 100%; }
.home-space-intro { padding-bottom: clamp(44px, 5vw, 68px); padding-top: clamp(58px, 5vw, 82px); }
.home-space-intro .about-values-main { font-size: clamp(22px, 2vw, 28px); }
.home-space-copy { display: grid; gap: 16px; margin: 30px auto 0; max-width: 960px; width: 100%; }
.home-space-copy p { color: var(--stiltz-secondary-text); font-size: clamp(16px, 1.1vw, 18px); hyphens: auto; line-height: 1.65; margin: 0; max-width: none; text-align: justify; text-justify: inter-word; }
.home-space-copy .home-space-signoff { font-weight: 700; margin-top: 4px; text-align: center; }
.home-space-copy + .about-landscape-line { margin-top: 30px; }
.home-space-intro .about-landscape-line { color: #A8623B; font-size: 13px; font-weight: 700; }
.home-space-aerial img { height: clamp(320px, 38vw, 560px); }
@media (max-width: 640px) {
  .home-space-copy p { hyphens: none; text-align: left; }
}
.about-landscape-line { align-items: center; color: var(--stiltz-driftwood); display: inline-flex; flex-wrap: wrap; font-size: 12px; font-weight: 600; gap: 14px; justify-content: center; letter-spacing: .24em; line-height: 1.2; margin-top: 22px; text-align: center; text-transform: uppercase; }
.about-landscape-line span { color: inherit; }
.about-landscape-line i { background: currentColor; border-radius: 50%; display: inline-block; flex: 0 0 auto; height: 4px; opacity: .72; width: 4px; }
.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-values-grid article { padding: 0 42px; position: relative; }
.about-values-grid article + article::before { background: var(--stiltz-border); content: ''; height: 92px; left: 0; position: absolute; top: 72px; width: 1px; }
.about-icon { color: #1d1d1d; font-size: 46px; line-height: 1; margin-bottom: 24px; }
.about-values-grid h3 { font-family: var(--stiltz-serif); font-size: 24px; font-weight: 500; margin-bottom: 18px; }
.about-values-grid p { color: var(--stiltz-secondary-text); font-size: 15px; line-height: 1.45; margin: 0 auto; max-width: 250px; }
.about-architecture { align-items: stretch; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: 800px; min-height: 0; }
.about-architecture-image { align-self: stretch; overflow: hidden; }
.about-architecture-image img { display: block; height: 100%; object-fit: cover; object-position: center 72%; width: 100%; }
.about-architecture-copy { align-self: center; justify-self: center; max-width: 640px; padding: clamp(44px, 5vw, 76px) 0; width: min(100% - clamp(72px, 10vw, 170px), 640px); }
.about-architecture-copy, .about-architecture-copy p { text-align: center; }
.about-architecture-copy p { margin-left: auto; margin-right: auto; }
.about-architecture-copy .about-rule { margin-left: auto; margin-right: auto; }
.about-commitment { background: #FFFFFF; padding: 0; }
.about-commitment-grid { align-items: stretch; display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); height: 800px; min-height: 0; }
.about-commitment-grid.stiltz-shell { margin-inline: 0; width: 100%; }
.about-commitment-copy { align-self: center; justify-self: center; max-width: 640px; padding: clamp(44px, 5vw, 76px) 0; width: min(100% - clamp(72px, 10vw, 170px), 640px); }
.about-commitment-copy, .about-commitment-copy p { text-align: center; }
.about-commitment-copy p { margin-left: auto; margin-right: auto; }
.about-commitment-copy .about-rule { margin-left: auto; margin-right: auto; }
.about-left-copy .about-architecture-copy,
.about-left-copy .about-architecture-copy p,
.about-left-copy .about-commitment-copy,
.about-left-copy .about-commitment-copy p { text-align: left; }
.about-left-copy .about-architecture-copy p,
.about-left-copy .about-commitment-copy p,
.about-left-copy .about-architecture-copy .about-rule,
.about-left-copy .about-commitment-copy .about-rule { margin-left: 0; margin-right: 0; }
.about-left-copy .about-architecture-copy,
.about-left-copy .about-commitment-copy { max-width: 700px; width: min(100% - clamp(48px, 6vw, 96px), 700px); }
.about-left-copy .about-architecture-copy p,
.about-left-copy .about-commitment-copy p { max-width: 600px; }
.about-staff .about-commitment-copy { padding-bottom: 28px; padding-top: 28px; }
.about-staff .about-commitment-copy p { margin-bottom: 14px; }
.about-staff .about-commitment-copy p:last-child { margin-bottom: 0; }
.about-commitment-copy ul { color: var(--stiltz-secondary-text); list-style: none; margin: 0 0 34px; padding: 0; }
.about-commitment-copy li { font-size: 15px; line-height: 1.7; padding-left: 24px; position: relative; }
.about-commitment-copy li::before { border: 1px solid var(--stiltz-timber); border-radius: 50%; color: var(--stiltz-timber); content: '✓'; font-size: 10px; height: 14px; left: 0; line-height: 13px; position: absolute; text-align: center; top: 6px; width: 14px; }
.about-commitment-image { align-self: stretch; overflow: hidden; }
.about-commitment-image img { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.about-love { background: #fff; border-bottom: 1px solid var(--stiltz-light-divider); border-top: 1px solid var(--stiltz-light-divider); padding: clamp(38px, 4.8vw, 62px) 0; }
.about-love-grid { align-items: center; display: grid; gap: 0; grid-template-columns: minmax(240px, .9fr) repeat(3, minmax(0, 1fr)); text-align: center; }
.about-love-heading { display: grid; gap: 6px; line-height: 1; padding: 0 clamp(22px, 3vw, 42px); text-align: left; }
.about-love-kicker { color: var(--stiltz-ink); display: block; font-family: var(--stiltz-serif); font-size: clamp(13px, .9vw, 15px); font-weight: 500; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.about-love-brand { color: #B86F43; display: block; font-family: var(--stiltz-accent); font-size: clamp(38.19px, 4.02vw, 58.29px); font-style: italic; font-weight: 400; line-height: .95; transform: translateX(-3px); }
.about-love article { min-height: 96px; padding: 0 clamp(22px, 3vw, 44px); position: relative; }
.about-love article::before { background: var(--stiltz-border); content: ''; height: 72px; left: 0; position: absolute; top: 12px; width: 1px; }
.about-love h3 { font-family: var(--stiltz-serif); font-size: clamp(19px, 1.45vw, 24px); font-weight: 700; line-height: 1.2; margin: 0 auto 20px; max-width: 320px; }
.about-love p { color: var(--stiltz-secondary-text); font-family: var(--stiltz-serif); font-size: clamp(15px, 1vw, 18px); line-height: 1.35; margin: 0 auto; max-width: 300px; }
.about-hosts { display: grid; grid-template-columns: .9fr 1.1fr; }
.about-hosts-copy { align-self: center; background: var(--stiltz-bg); padding: clamp(56px, 8vw, 110px) clamp(38px, 7vw, 120px); }
.about-hosts-image img { height: 100%; min-height: 440px; object-fit: cover; width: 100%; }
.about-reviews { background: #FCFAF6; padding: clamp(74px, 9vw, 128px) 0; text-align: center; }
.about-reviews-inner { align-items: center; display: grid; justify-items: center; }
.about-reviews .about-rule { margin-left: auto; margin-right: auto; }
.about-reviews-widget { margin: 22px auto 0; max-width: 1120px; width: 100%; }
.tripadvisor-review-fallback { align-items: center; display: flex; flex-direction: column; gap: 18px; margin: 0 auto; max-width: 560px; }
.tripadvisor-review-fallback p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.6; margin: 0; }
.about-book-cta { align-items: center; color: #fff; display: grid; grid-template-areas: 'stack'; justify-items: center; min-height: clamp(347px, 41vw, 520px); overflow: hidden; place-items: center; position: relative; text-align: center; }
.about-book-cta::after { background: rgba(18,18,16,.18); content: ''; inset: 0; position: absolute; z-index: 1; }
.about-book-cta > picture { grid-area: stack; height: 100%; width: 100%; }
.about-book-cta img { height: 100%; inset: 0; object-fit: cover; object-position: center 54%; position: absolute; width: 100%; z-index: 0; }
.about-book-cta-copy { align-items: center; display: grid; grid-area: stack; justify-items: center; left: 50%; margin-inline: auto; place-self: center; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); width: min(100% - 48px, 1400px); z-index: 2; }
.about-book-cta h2 { color: #fff; font-size: clamp(34px, 4.6vw, 62px); line-height: 1.04; max-width: 760px; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.about-book-cta p { color: #fff; font-family: var(--stiltz-serif); font-size: clamp(18px, 2.2vw, 28px); line-height: 1.3; margin: 18px auto 0; max-width: 620px; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.stay-book-cta img { object-position: center; }
.stay-book-cta p { max-width: 980px; white-space: nowrap; }
.about-book-cta .button { background: #fff; border-color: #fff; color: var(--stiltz-charcoal); margin-top: 24px; }
.about-book-cta .button:hover { background: transparent; color: #fff; }

@media (min-width: 981px) {
  #experiences-booking p { max-width: 900px; white-space: nowrap; }
}

@media (max-width: 640px) {
  .stay-book-cta p { white-space: normal; }
}

@media (max-width: 980px) {
  .about-hero, .about-hero img { min-height: 100vh; min-height: 100svh; height: 100vh; height: 100svh; }
  .about-story-grid, .about-architecture, .about-commitment-grid, .about-hosts { grid-template-columns: 1fr; }
  .about-architecture, .about-commitment-grid { height: auto; min-height: 0; }
  .about-story-copy { order: 1; }
  .about-story-image { order: 2; }
  .about-architecture-copy { order: 1; }
  .about-architecture-image { order: 2; }
  .about-architecture-copy, .about-commitment-copy { width: auto; }
  .about-architecture-image { padding: 0 24px 54px; }
  .about-architecture-image img { height: auto; margin-inline: auto; min-height: 0; width: min(100%, 460px); }
  .about-commitment-image { padding: 54px 24px 0; }
  .about-commitment-image img { height: auto; margin-inline: auto; min-height: 0; width: min(100%, 460px); }
  .about-love-grid { grid-template-columns: 1fr; row-gap: 28px; }
  .about-love-heading { padding: 0; text-align: center; }
  .about-love-brand { transform: none; }
  .about-love article { min-height: 0; padding: 0; }
  .about-love article::before { display: none; }
  .about-values-grid { grid-template-columns: 1fr 1fr; row-gap: 52px; }
  .about-values-grid article:nth-child(3)::before { display: none; }
  .about-hosts-copy { order: 2; }
}

@media (min-width: 641px) and (max-width: 980px) {
  .about-architecture-image { margin-top: 40px; order: -1; padding-bottom: 14px; }
  .about-love-brand { font-size: 56px; }
  .experiences-page-full .activity-mobile-card .experience-number { font-size: 18px; line-height: 1; }
  .home-stay-types-ref span br { display: none; }
  .home-space-aerial img { height: clamp(360px, 56vw, 480px); }
  .home-story-copy-ref,
  .home-story-copy-ref .eyebrow,
  .home-story-copy-ref h2,
  .home-story-copy-ref p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home-story-copy-ref .home-rule { margin-left: auto; margin-right: auto; }
  .home-story-copy-ref .button { margin-left: auto; margin-right: auto; }
  .stay-award-content { grid-template-columns: minmax(0, 40%) minmax(0, 60%); }
  .stay-award-content h2 { padding-left: 20px; }
  .stay-award-copy { transform: translateX(20px); }
}

@media (min-width: 641px) and (max-width: 980px) and (orientation: portrait) {
  .about-story-copy,
  .about-architecture-copy,
  .about-commitment-copy,
  .about-hosts-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .about-story-copy .eyebrow,
  .about-story-copy h2,
  .about-story-copy p,
  .about-architecture-copy .eyebrow,
  .about-architecture-copy h2,
  .about-architecture-copy p,
  .about-commitment-copy .eyebrow,
  .about-commitment-copy h2,
  .about-commitment-copy p,
  .about-hosts-copy .eyebrow,
  .about-hosts-copy h2,
  .about-hosts-copy p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .about-story-copy .about-rule,
  .about-architecture-copy .about-rule,
  .about-commitment-copy .about-rule,
  .about-hosts-copy .about-rule {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .about-hero-copy { bottom: 9vh; }
  .about-story { padding: 35px 0; }
  .about-love { margin-top: 40px; }
  .about-love-kicker { font-weight: 800; }
  .about-love-brand { font-size: 50px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-values-grid article { padding: 0 20px; }
  .about-values-grid article::before { display: none; }
  .about-architecture-image { margin-top: 40px; order: -1; padding: 0 24px; }
  .about-architecture-image picture { display: block; margin-inline: auto; width: min(100%, 460px); }
  .about-architecture-image img { height: auto; margin-inline: auto; min-height: 0; object-fit: cover; width: min(100%, 460px); }
  .about-architecture-copy, .about-commitment-copy, .about-hosts-copy { padding: 54px 24px; }
}

/* Gallery page */
.gallery-page-full { background: var(--stiltz-bg); }
.gallery-hero-full { min-height: 100vh; min-height: 100svh; overflow: hidden; position: relative; }
.gallery-hero-full img { height: 100vh; height: 100svh; object-fit: cover; object-position: center; width: 100%; }
.gallery-hero-full::after { background: linear-gradient(90deg, rgba(12,12,12,.62), rgba(12,12,12,.22) 48%, rgba(12,12,12,.02)); content: ''; inset: 0; position: absolute; }
.gallery-hero-copy { bottom: 10vh; color: #fff; left: 50%; position: absolute; transform: translateX(-50%); z-index: 1; }
.gallery-hero-copy h1 { color: #fff; font-size: clamp(56px, 7vw, 90px); }
.gallery-hero-copy span { background: #fff; display: block; height: 1px; margin: 24px 0 22px; opacity: .72; width: 100px; }
.gallery-hero-copy p { color: #fff; font-family: var(--stiltz-serif); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.22; max-width: 460px; }
.gallery-index { padding: 116px 0 80px; scroll-margin-top: 120px; }
.gallery-tabs { align-items: center; display: flex; gap: clamp(28px, 5vw, 76px); justify-content: center; margin-bottom: 34px; overflow-x: auto; padding: 0 0 14px; }
.gallery-tabs button { appearance: none; background: transparent; border: 0; color: #171717; cursor: pointer; flex: 0 0 auto; font: 600 12px/1 var(--stiltz-sans); letter-spacing: .18em; padding: 0 0 12px; position: relative; text-transform: uppercase; }
.gallery-tabs button::after { background: var(--stiltz-timber); bottom: 0; content: ''; height: 1px; left: 0; opacity: 0; position: absolute; transition: opacity .2s ease; width: 28px; }
.gallery-tabs button:hover::after, .gallery-tabs button.active::after { opacity: 1; }
.gallery-tabs button:focus-visible { outline: 2px solid var(--stiltz-timber); outline-offset: 8px; }
.gallery-page-mosaic { column-count: 3; column-gap: 16px; margin-inline: auto; max-width: 1360px; }
.gallery-page-mosaic figure { break-inside: avoid; margin: 0 0 16px; overflow: hidden; position: relative; }
.gallery-page-mosaic figure[hidden] { display: none; }
.gallery-masonry-button { appearance: none; background: transparent; border: 0; cursor: zoom-in; display: block; overflow: hidden; padding: 0; position: relative; width: 100%; }
.gallery-masonry-button::after { background: linear-gradient(180deg, rgba(20,20,18,0), rgba(20,20,18,.18)); content: ''; inset: 0; opacity: 0; position: absolute; transition: opacity .35s ease; }
.gallery-page-mosaic img { height: auto; transition: transform .55s ease; width: 100%; }
.gallery-page-mosaic figure:hover img, .gallery-masonry-button:focus-visible img { transform: scale(1.035); }
.gallery-page-mosaic figure:hover .gallery-masonry-button::after, .gallery-masonry-button:focus-visible::after { opacity: 1; }
.gallery-masonry-button:focus-visible { outline: 2px solid var(--stiltz-timber); outline-offset: 5px; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { align-items: center; background: rgba(16,15,13,.88); display: grid; inset: 0; justify-items: center; padding: clamp(24px, 4vw, 64px); position: fixed; z-index: 200; }
.gallery-lightbox-frame { display: grid; gap: 18px; justify-items: center; margin: 0; max-height: calc(100vh - 90px); max-width: min(1120px, 86vw); }
.gallery-lightbox-frame img { box-shadow: 0 30px 90px rgba(0,0,0,.38); max-height: calc(100vh - 160px); object-fit: contain; width: auto; }
.gallery-lightbox-frame figcaption { align-items: center; color: rgba(255,255,255,.92); display: flex; font-size: 14px; gap: 24px; justify-content: space-between; line-height: 1.5; text-align: left; width: 100%; }
.gallery-lightbox-frame figcaption span:first-child { max-width: 760px; }
.gallery-lightbox-frame figcaption span:last-child { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 600; letter-spacing: .12em; white-space: nowrap; }
.gallery-lightbox-close, .gallery-lightbox-arrow { appearance: none; background: #FCFAF6; border: 0; color: var(--stiltz-ink); cursor: pointer; display: inline-flex; font-family: var(--stiltz-serif); justify-content: center; position: absolute; transition: background .2s ease, color .2s ease, transform .2s ease; }
.gallery-lightbox-close { align-items: center; border-radius: 50%; font-size: 32px; height: 48px; line-height: 1; right: 28px; top: 24px; width: 48px; }
.gallery-lightbox-arrow { align-items: center; border-radius: 50%; font-size: 42px; height: 58px; line-height: .8; top: 50%; transform: translateY(-50%); width: 58px; }
.gallery-lightbox-prev { left: 28px; }
.gallery-lightbox-next { right: 28px; }
.gallery-lightbox-close:hover, .gallery-lightbox-close:focus-visible, .gallery-lightbox-arrow:hover, .gallery-lightbox-arrow:focus-visible { background: #fff; color: var(--stiltz-timber); outline: 0; }
.gallery-lightbox-arrow:hover, .gallery-lightbox-arrow:focus-visible { transform: translateY(-50%) scale(1.04); }
body.gallery-lightbox-open { overflow: hidden; }
.gallery-share { padding: 62px 0 16px; text-align: center; }
.gallery-camera { color: var(--stiltz-charcoal); height: 36px; line-height: 1; margin: 0 auto 18px; width: 36px; }
.gallery-camera svg { display: block; fill: currentColor; height: 36px !important; max-height: 36px; max-width: 36px; width: 36px !important; }
.gallery-share h2 { font-size: clamp(28px, 3.2vw, 42px); }
.gallery-share p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.55; margin: 14px auto 22px; max-width: 470px; }
.gallery-socials { display: flex; gap: 18px; justify-content: center; }
.gallery-socials a { align-items: center; border: 1px solid rgba(30,30,30,.28); border-radius: 50%; display: inline-flex; font-size: 18px; height: 34px; justify-content: center; width: 34px; }
.gallery-socials a:hover { background: var(--stiltz-charcoal); color: #fff; }

@media (max-width: 980px) {
  .gallery-hero-full, .gallery-hero-full img { min-height: 100vh; min-height: 100svh; height: 100vh; height: 100svh; }
  .gallery-tabs { justify-content: center; }
  .gallery-page-mosaic { column-count: 2; }
  .gallery-lightbox-frame { max-width: min(980px, 82vw); }
}

@media (max-width: 640px) {
  .gallery-hero-copy { bottom: 8vh; }
  .gallery-index { padding: 58px 0 64px; }
  .gallery-tabs { flex-wrap: wrap; gap: 18px 26px; justify-content: center; margin-bottom: 28px; overflow: visible; padding-bottom: 0; text-align: center; }
  .gallery-tabs button { flex: 0 1 auto; font-size: 11px; letter-spacing: .14em; line-height: 1.25; padding-bottom: 10px; text-align: center; white-space: normal; }
  .gallery-page-mosaic { column-count: 1; }
  .gallery-page-mosaic figure { margin-bottom: 18px; }
  .gallery-masonry-button { aspect-ratio: 4 / 3; }
  .gallery-page-mosaic img { height: 100%; object-fit: cover; width: 100%; }
  .gallery-lightbox { padding: 18px; }
  .gallery-lightbox-frame { max-width: calc(100vw - 36px); }
  .gallery-lightbox-frame img { max-height: calc(100vh - 180px); }
  .gallery-lightbox-frame figcaption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .gallery-lightbox-close { right: 16px; top: 14px; }
  .gallery-lightbox-arrow { bottom: 24px; top: auto; transform: none; }
  .gallery-lightbox-arrow:hover, .gallery-lightbox-arrow:focus-visible { transform: scale(1.04); }
  .gallery-lightbox-prev { left: 24px; }
  .gallery-lightbox-next { right: 24px; }
}

/* Experiences page */
.experiences-page-full { background: var(--stiltz-bg); }
.experiences-hero-full { min-height: 100vh; min-height: 100svh; overflow: hidden; position: relative; }
.experiences-hero-full img { height: 100vh; height: 100svh; object-fit: cover; object-position: center; width: 100%; }
.experiences-hero-full::after { background: linear-gradient(90deg, rgba(12,12,12,.66), rgba(12,12,12,.30) 48%, rgba(12,12,12,.05)); content: ''; inset: 0; position: absolute; }
.experiences-hero-copy { color: #fff; left: 50%; position: absolute; top: 16vh; transform: translateX(-50%); z-index: 1; }
.experiences-hero-copy .eyebrow { margin-bottom: 20px; }
.experiences-hero-copy h1 { color: #fff; font-size: clamp(56px, 6.6vw, 86px); max-width: 760px; }
.experiences-hero-copy span, .experience-rule { background: currentColor; display: block; height: 1px; margin: 26px 0 24px; opacity: .66; width: 100px; }
.experience-rule { background: #B86F43; }
.experiences-hero-copy p { color: #fff; font-family: var(--stiltz-serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.25; max-width: 590px; }
.experiences-intro { padding: 70px 0 70px; }
.experiences-intro-grid { align-items: center; display: grid; gap: clamp(70px, 10vw, 150px); grid-template-columns: .72fr 1.28fr; }
.experiences-intro-copy h2 { font-size: clamp(40px, 5vw, 58px); }
.experiences-intro-copy p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.65; max-width: 420px; }
.experience-icons { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.experience-icons article { padding: 0 34px; position: relative; }
.experience-icons article + article::before { background: var(--stiltz-border); content: ''; height: 90px; left: 0; position: absolute; top: 20px; width: 1px; }
.experience-icons span { color: #1d1d1d; display: block; font-size: 42px; line-height: 1; margin-bottom: 18px; }
.experience-icons p { font-family: var(--stiltz-serif); font-size: 18px; line-height: 1.25; margin: 0 auto; max-width: 140px; }
.experience-listing { padding-bottom: 0; }
.experience-feature { align-items: stretch; display: grid; grid-template-columns: 1.1fr .95fr; }
.experience-feature.image-right { grid-template-columns: .9fr 1.15fr; }
.experience-feature-image img { height: 100%; min-height: 320px; object-fit: cover; width: 100%; }
.experience-feature-copy { align-self: center; background: var(--stiltz-paper); min-height: 320px; padding: clamp(46px, 6vw, 78px); }
.experience-number { color: #1e1e1e; display: block; font-size: 12px; font-weight: 600; letter-spacing: .16em; margin-bottom: 24px; }
.experience-feature-copy h2 { font-size: clamp(34px, 4vw, 48px); }
.experience-feature-copy p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.65; max-width: 450px; }
.experience-feature-copy a:not(.button) { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .18em; margin-top: 12px; text-transform: uppercase; }
.experience-feature-copy a:not(.button):hover { color: var(--stiltz-timber); }
.experience-cta { background: var(--stiltz-sand); margin-top: 0; padding: 34px 0; }
.experience-cta-grid { align-items: center; display: grid; gap: 48px; grid-template-columns: .55fr 1fr; max-width: 1040px; }
.experience-cta img { aspect-ratio: 16 / 7; object-fit: cover; width: 100%; }
.experience-cta h2 { font-size: clamp(34px, 4.2vw, 52px); }
.experience-cta p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.6; max-width: 520px; }
.experience-cta .button { margin-top: 4px; }
.experience-answers { background: #FFFFFF; padding: clamp(72px, 9vw, 112px) 0; }
#experience-questions { scroll-margin-top: 190px; }
.experience-answers-inner { align-items: start; display: grid; gap: clamp(38px, 6vw, 78px); grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr); }
.experience-answers-heading h2 { font-size: clamp(38px, 4.6vw, 58px); max-width: 460px; }
.experience-answer-grid { display: grid; gap: 5px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.experience-answer-card { background: #FCFAF6; min-height: 210px; padding: clamp(28px, 4vw, 42px); }
.experience-answer-card h3 { color: var(--stiltz-ink); font-family: var(--stiltz-serif); font-size: clamp(24px, 2.4vw, 32px); font-weight: 500; line-height: 1.08; margin: 0 0 18px; }
.experience-answer-card p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.7; margin: 0; }

@media (max-width: 980px) {
  .experiences-hero-full, .experiences-hero-full img { min-height: 100vh; min-height: 100svh; height: 100vh; height: 100svh; }
  .experiences-intro-grid, .experience-feature, .experience-feature.image-right, .experience-cta-grid, .experience-answers-inner { grid-template-columns: 1fr; }
  .experience-icons { grid-template-columns: 1fr 1fr; row-gap: 46px; }
  .experience-icons article:nth-child(3)::before { display: none; }
  .experience-feature.image-right .experience-feature-image { order: -1; }
  .experience-answer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .experiences-hero-copy { top: 16vh; }
  .experience-icons { grid-template-columns: 1fr; }
  .experience-icons article::before { display: none; }
  .experience-feature-copy { padding: 42px 24px; }
  .experience-answers { padding: 64px 0; }
  .experience-answer-card { min-height: 0; padding: 26px 22px; }
}

/* Stay page */
.stay-page-full { background: var(--stiltz-bg); }
.stay-hero-full { min-height: 100vh; min-height: 100svh; overflow: hidden; position: relative; }
.stay-hero-full img { height: 100vh; height: 100svh; object-fit: cover; object-position: center; width: 100%; }
.stay-hero-full::after { background: linear-gradient(90deg, rgba(12,12,12,.64), rgba(12,12,12,.22) 48%, rgba(12,12,12,.04)); content: ''; inset: 0; position: absolute; }
.stay-hero-copy { color: #fff; left: 50%; position: absolute; top: 15vh; transform: translateX(-50%); z-index: 1; }
.stay-hero-copy h1 { color: #fff; font-size: clamp(56px, 6.5vw, 86px); max-width: 620px; }
.stay-hero-copy span, .stay-rule { background: currentColor; display: block; height: 1px; margin: 26px 0 24px; opacity: .68; width: 100px; }
.stay-rule { background: #B86F43; }
.stay-hero-copy p { color: #fff; font-family: var(--stiltz-serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.25; max-width: 470px; }
.stay-paths-intro { padding: clamp(72px, 9vw, 118px) 0 clamp(44px, 5vw, 72px); text-align: center; }
.stay-paths-heading { display: block; max-width: 920px; }
.stay-paths-heading h2 { font-size: clamp(42px, 5.4vw, 72px); margin-left: auto; margin-right: auto; max-width: 760px; }
.stay-paths-heading p { color: var(--stiltz-secondary-text); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.7; margin: 24px auto 0; max-width: 760px; }
.stay-aerial-story { color: #fff; display: block; height: auto; min-height: 0; overflow: visible; position: relative; }
.stay-aerial-story::after { background: rgba(23, 16, 10, .24); content: ''; inset: 0; position: absolute; z-index: 1; }
.stay-aerial-story > img, .stay-aerial-story > picture { grid-area: stack; height: 100%; inset: 0; min-height: 0; position: absolute; width: 100%; }
.stay-aerial-story > img, .stay-aerial-story > picture > img { display: block; height: 100%; inset: 0; object-fit: cover; object-position: center 48%; position: absolute; width: 100%; }
.stay-award-content { align-items: center; display: grid; gap: clamp(28px, 4vw, 68px); grid-area: stack; grid-template-columns: minmax(250px, .7fr) minmax(460px, 1fr); padding-block: calc(clamp(24px, 2.6vw, 38px) + 70px); padding-right: clamp(160px, 15vw, 250px); position: relative; z-index: 2; }
.stay-award-content h2 { align-self: center; color: #fff; font-size: clamp(30px, 3.2vw, 50px); line-height: 1; margin: 0; max-width: 520px; text-shadow: 0 3px 18px rgba(0,0,0,.28); }
.stay-award-copy { align-self: center; max-width: 700px; }
.stay-award-copy p { color: #fff; font-size: clamp(16px, 1.28vw, 19px); line-height: 1.46; margin: 0; max-width: 700px; text-shadow: 0 3px 18px rgba(0,0,0,.28); }
.stay-award-button { border-bottom: 1px solid currentColor; color: #fff; display: inline-block; font-size: 13px; letter-spacing: .08em; margin-top: 16px; padding-bottom: 4px; text-transform: uppercase; }
.stay-award-button:hover, .stay-award-button:focus-visible { color: #F6F0E6; outline: 0; }
.stay-aerial-award-link { position: absolute; right: 40px; top: clamp(-118px, -7vw, -89px); transform: translateX(max(0px, calc((100vw - 1400px) / 2 - 60px))); z-index: 3; }
.stay-aerial-story .stay-aerial-award { filter: drop-shadow(0 12px 28px rgba(0,0,0,.28)); height: auto; object-fit: contain; width: clamp(178px, 14vw, 235px); }
.stay-paths { background: var(--stiltz-paper); padding: clamp(12px, 2.4vw, 30px) 0 clamp(24px, 4vw, 58px); }
.stay-path.stiltz-shell { max-width: 1480px; width: min(1480px, calc(100% - 48px)); }
.stay-path { align-items: center; display: grid; gap: clamp(34px, 5.5vw, 82px); grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); padding: clamp(52px, 7vw, 96px) 0; }
.stay-path-white { position: relative; }
.stay-path-white::before { background: #FFFFFF; content: ''; inset: 0 50%; margin-inline: -50vw; position: absolute; z-index: 0; }
.stay-path-white > * { position: relative; z-index: 1; }
.stay-paths .stay-path:last-child { padding-bottom: clamp(28px, 4vw, 52px); }
.stay-path-reverse { grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); }
.stay-path-reverse .stay-path-copy { order: 2; }
.stay-path-copy { align-self: center; }
.stay-path-number { color: var(--stiltz-ink); font-family: var(--stiltz-serif); font-size: clamp(34px, 4.7vw, 64px); line-height: 1; margin-bottom: clamp(14px, 2.4vw, 26px); opacity: .82; }
.stay-path-copy h2 { font-size: clamp(42px, 4.7vw, 68px); max-width: 620px; }
.stay-path-lead { color: var(--stiltz-ink); font-family: var(--stiltz-serif); font-size: clamp(23px, 2.15vw, 34px); line-height: 1.14; margin-top: 22px; max-width: 660px; }
.stay-path-copy p:not(.stay-path-lead):not(.stay-path-note) { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.72; max-width: 700px; }
.stay-path-note { color: var(--stiltz-timber); font-size: 14px; line-height: 1.55; margin-top: 18px; max-width: 660px; }
.stay-path-copy .button { border-color: #C48763; margin-top: 14px; }
.stay-path-included { border-top: 1px solid var(--stiltz-border); margin-top: 24px; padding-top: 22px; }
.stay-path-included h3 { color: var(--stiltz-ink); font-size: clamp(24px, 2vw, 32px); margin-bottom: 16px; }
.stay-path-included ul { color: var(--stiltz-secondary-text); display: grid; gap: 10px 22px; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; }
.stay-path-included li { font-size: 14px; line-height: 1.4; padding-left: 18px; position: relative; }
.stay-path-included li::before { background: var(--stiltz-timber); border-radius: 50%; content: ''; height: 5px; left: 0; position: absolute; top: .62em; width: 5px; }
.stay-path-media { margin: 0; overflow: hidden; position: relative; }
.stay-path-media::after { border: 1px solid rgba(255,255,255,.52); content: ''; inset: 18px; pointer-events: none; position: absolute; z-index: 2; }
.stay-path-media img { aspect-ratio: 1.02 / 1; height: 100%; object-fit: cover; width: 100%; }
.stay-path-slider { aspect-ratio: 1.02 / 1; background: var(--stiltz-soft); }
.stay-path-slider-track { height: 100%; position: relative; width: 100%; }
.stay-path-slider img { inset: 0; opacity: 0; position: absolute; transition: opacity .45s ease, transform .8s ease; transform: scale(1.025); }
.stay-path-slider img.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.stay-path-slider-arrow { align-items: center; appearance: none; background: #FCFAF6; border: 1px solid rgba(36,35,32,.16); border-radius: 50%; color: var(--stiltz-ink); cursor: pointer; display: inline-flex; font-family: var(--stiltz-serif); font-size: 32px; height: 44px; justify-content: center; line-height: 1; padding: 0 0 4px; position: absolute; top: 50%; transform: translateY(-50%); transition: background .2s ease, color .2s ease, transform .2s ease; width: 44px; z-index: 3; }
.stay-path-slider-arrow:hover, .stay-path-slider-arrow:focus-visible { background: #fff; color: var(--stiltz-timber); outline: 0; transform: translateY(-50%) scale(1.04); }
.stay-path-slider-prev { left: 28px; }
.stay-path-slider-next { right: 28px; }
.stay-included { background: #FFFFFF; padding: 34px 0 42px; }
.stay-included-grid { align-items: center; display: grid; gap: 16px; grid-template-columns: 1.16fr .96fr .96fr .96fr 1.16fr; text-align: center; }
.stay-included-heading { display: grid; gap: 6px; line-height: 1; margin: 0; min-height: 74px; padding: 0; text-align: left; }
.stay-included-kicker { color: var(--stiltz-ink); display: block; font-family: var(--stiltz-serif); font-size: clamp(13px, .9vw, 15px); font-weight: 500; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.stay-included-script { color: #B86F43; display: block; font-family: var(--stiltz-accent); font-size: clamp(31px, 3.06vw, 45px); font-style: italic; font-weight: 400; line-height: .95; transform: translateX(-6px); }
.stay-included-grid article { padding: 0 16px; position: relative; }
.stay-included-grid article::before { background: var(--stiltz-border); content: ''; height: 74px; left: 0; position: absolute; top: 10px; width: 1px; }
.stay-included-grid article > span { color: var(--stiltz-timber); display: block; font-size: 34px; line-height: 1; margin-bottom: 12px; }
.stay-included-icon svg { display: block; height: 34px; margin: 0 auto; width: 34px; }
.stay-included-icon path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.35; }
.stay-included-grid p { font-family: var(--stiltz-serif); font-size: 18px; line-height: 1.2; margin: 0 auto; white-space: nowrap; }
.stay-included-notes { border-top: 1px solid var(--stiltz-border); margin-top: 32px; padding-top: 28px; text-align: center; }
.stay-included-notes p { color: var(--stiltz-secondary-text); font-family: var(--stiltz-serif); font-size: 16px; font-style: italic; line-height: 1.55; margin: 0 auto; max-width: none; text-align: center; white-space: nowrap; width: 100%; }
.stay-breakfast { background: #FCFAF6; padding: clamp(72px, 8.5vw, 112px) 0 clamp(40px, 5vw, 64px); }
.stay-breakfast-inner { align-items: start; display: grid; gap: clamp(44px, 7vw, 96px); grid-template-columns: minmax(220px, .36fr) minmax(0, .64fr); }
.stay-breakfast-heading { max-width: 330px; text-align: left; }
.stay-breakfast h2 { font-family: var(--stiltz-serif); font-size: clamp(36px, 3.2vw, 48px); margin: 0; max-width: 330px; }
.stay-breakfast-heading .stay-rule { margin: 26px 0 4px; }
.stay-breakfast-copy p { color: var(--stiltz-secondary-text); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.75; margin: 0; max-width: 760px; }
.stay-breakfast-copy .stay-breakfast-note { border-top: 1px solid var(--stiltz-border); font-size: 16px; margin-top: 28px; padding-top: 24px; }
.stay-breakfast-banner { background: #5E4B3A; min-height: clamp(347px, 41vw, 520px); overflow: hidden; position: relative; }
.stay-breakfast-banner picture { display: block; height: 100%; inset: 0; position: absolute; width: 100%; }
.stay-breakfast-banner img { display: block; height: 100%; object-fit: cover; object-position: center 58%; width: 100%; }
.stay-reviews { background: #FCFAF6; border-top: 1px solid var(--stiltz-border); padding: clamp(74px, 8.5vw, 112px) 0; text-align: left; }
.stay-reviews-grid { align-items: start; display: grid; gap: clamp(44px, 6vw, 78px); grid-template-columns: minmax(220px, .36fr) minmax(0, .64fr); }
.stay-reviews-intro { max-width: 330px; text-align: left; }
.stay-reviews h2 { font-size: clamp(36px, 3.2vw, 48px); max-width: 330px; }
.stay-reviews-intro .stay-rule { margin: 26px 0 4px; }
.stay-review-widget { margin-inline: auto; max-width: 1120px; min-width: 0; width: 100%; }
.stay-review-slider { border-left: 1px solid var(--stiltz-border); min-width: 0; padding-left: clamp(38px, 5vw, 64px); width: 100%; }
.stay-review-viewport { border-left: 0; overflow: hidden; }
.stay-review-track { display: flex; transition: transform .65s ease; width: 100%; }
.stay-reviews blockquote { flex: 0 0 100%; min-width: 0; overflow-wrap: break-word; font-family: var(--stiltz-serif); font-size: clamp(20px, 1.55vw, 27px); font-style: italic; line-height: 1.48; margin: 0; padding: 6px 0 0; }
.stay-reviews blockquote > span:first-child { color: var(--stiltz-timber); display: block; font-size: 42px; line-height: .7; margin-bottom: 10px; }
.stay-review-copy { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.stay-review-slide.is-expanded .stay-review-copy { display: block; overflow: visible; }
.stay-reviews cite { color: var(--stiltz-secondary-text); display: block; font-family: var(--stiltz-sans); font-size: 13px; font-style: normal; margin-top: 20px; }
.stay-review-more { appearance: none; background: transparent; border: 0; border-bottom: 1px solid currentColor; color: var(--stiltz-ink); cursor: pointer; display: inline-block; font-family: var(--stiltz-sans); font-size: 12px; font-style: normal; letter-spacing: .08em; margin-top: 18px; padding: 0 0 4px; text-transform: uppercase; }
.stay-review-more:hover, .stay-review-more:focus-visible { color: var(--stiltz-timber); outline: 0; }
.stay-review-controls { align-items: center; display: flex; gap: 18px; justify-content: center; margin-top: 28px; }
.stay-review-arrow, .stay-review-dot { appearance: none; background: transparent; border: 0; cursor: pointer; padding: 0; }
.stay-review-arrow { align-items: center; border: 1px solid var(--stiltz-border); color: var(--stiltz-ink); display: inline-flex; font-family: var(--stiltz-serif); font-size: 34px; height: 42px; justify-content: center; line-height: 1; transition: background .2s ease, border-color .2s ease; width: 42px; }
.stay-review-arrow:hover, .stay-review-arrow:focus-visible { background: var(--stiltz-sand); border-color: var(--stiltz-timber); outline: 0; }
.stay-review-dots { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.stay-review-dot { border: 1px solid var(--stiltz-timber); border-radius: 999px; height: 10px; opacity: .45; transition: background .2s ease, opacity .2s ease, transform .2s ease; width: 10px; }
.stay-review-dot.is-active { background: var(--stiltz-timber); opacity: 1; transform: scale(1.2); }
.stay-review-dot:focus-visible { outline: 2px solid var(--stiltz-timber); outline-offset: 3px; }
.stay-answers { background: #FFFFFF; padding: clamp(72px, 9vw, 112px) 0; }
#stay-questions { scroll-margin-top: 190px; }
.stay-answers-inner { align-items: start; display: grid; gap: clamp(38px, 6vw, 78px); grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr); }
.stay-answers-heading { grid-column: 2; grid-row: 1; }
.stay-answers-heading h2 { font-size: clamp(38px, 4.6vw, 58px); max-width: 460px; }
.stay-answer-grid { display: grid; gap: 5px; grid-column: 1; grid-row: 1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stay-answer-card { background: #FCFAF6; min-height: 210px; padding: clamp(28px, 4vw, 42px); }
.stay-answer-card h3 { color: var(--stiltz-ink); font-family: var(--stiltz-serif); font-size: clamp(24px, 2.4vw, 32px); font-weight: 500; line-height: 1.08; margin: 0 0 18px; }
.stay-answer-card p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.7; margin: 0; }

@media (max-width: 980px) {
  .stay-hero-full, .stay-hero-full img { min-height: 100vh; min-height: 100svh; height: 100vh; height: 100svh; }
  .stay-path, .stay-path-reverse { grid-template-columns: 1fr; }
  .stay-path-reverse .stay-path-copy { order: 0; }
  .stay-aerial-story { height: auto; min-height: 0; }
  .stay-aerial-story > img, .stay-aerial-story > picture { min-height: 0; }
  .stay-award-content { gap: 28px; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); padding-right: clamp(128px, 18vw, 190px); }
  .stay-aerial-award-link { bottom: calc(clamp(178px, 14vw, 235px) / -2); right: 40px; top: auto; transform: none; }
  .stay-path { gap: 34px; padding: 56px 0; }
  .stay-path-media img, .stay-path-slider { aspect-ratio: 4 / 3; }
  .stay-included-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .stay-included-grid .stay-included-heading { grid-column: 1 / -1; text-align: center; }
  .stay-included-grid article:nth-child(2)::before { display: none; }
  .stay-breakfast-inner { grid-template-columns: 1fr; }
  .stay-included-notes p { white-space: normal; }
  .stay-reviews-grid { gap: 28px; grid-template-columns: 1fr; }
  .stay-reviews-intro { max-width: none; }
  .stay-review-slider { border-left: 0; border-top: 1px solid var(--stiltz-border); padding-left: 0; }
  .stay-review-viewport { border-left: 0; border-top: 0; }
  .stay-reviews blockquote { padding: 28px 0 0; }
  .stay-answers-inner { grid-template-columns: 1fr; }
  .stay-answers-heading, .stay-answer-grid { grid-column: auto; grid-row: auto; }
  .stay-answer-grid { grid-template-columns: 1fr; }
}

@media (min-width: 641px) and (max-width: 980px) and (orientation: portrait) {
  .stay-reviews-intro,
  .stay-reviews-intro .eyebrow,
  .stay-reviews-intro h2 {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .stay-reviews-intro .stay-rule {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .stay-path-copy,
  .stay-path-copy .eyebrow,
  .stay-path-copy h2,
  .stay-path-copy p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .stay-path-copy .button { margin-left: auto; margin-right: auto; }
  .stay-included-script { font-size: 50px; transform: none; }
  .stay-reviews-intro,
  .stay-reviews-intro .eyebrow,
  .stay-reviews-intro h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .stay-reviews-intro .stay-rule { margin-left: auto; margin-right: auto; }
}

@media (max-width: 640px) {
  .stay-breakfast-banner { min-height: 380px; }
  .stay-breakfast-heading, .stay-breakfast-heading .eyebrow, .stay-breakfast-heading h2 { margin-left: auto; margin-right: auto; text-align: center; }
  .stay-breakfast-heading .stay-rule { margin-left: auto; margin-right: auto; }
  .stay-hero-copy { top: 14vh; }
  .stay-aerial-story { height: auto; min-height: 0; overflow: hidden; padding: 44px 0; }
  .stay-aerial-story > img, .stay-aerial-story > picture { inset: 0; min-height: 100%; position: absolute; }
  .stay-award-content { gap: 22px; grid-template-columns: 1fr; justify-items: center; padding-block: 0; padding-right: 0; text-align: center; }
  .stay-award-content h2 { font-size: clamp(14px, 4vw, 19px); max-width: 420px; }
  .stay-award-copy { max-width: 420px; }
  .stay-aerial-award-link { bottom: auto; justify-self: center; margin-bottom: 4px; position: relative; right: auto; top: auto; transform: none; }
  .stay-aerial-story .stay-aerial-award { width: clamp(120px, 34vw, 150px); }
  .stay-path-media { order: -1; }
  .stay-path-media img, .stay-path-slider { aspect-ratio: 1 / 1; }
  .stay-path-copy h2 { font-size: clamp(38px, 12vw, 54px); }
  .stay-path-lead { font-size: clamp(18px, 5.4vw, 22px); line-height: 1.22; }
  .stay-path-included ul { grid-template-columns: 1fr; }
  .stay-included-grid { grid-template-columns: 1fr; }
  .stay-included-grid article::before { display: none; }
  .stay-reviews-intro,
  .stay-reviews-intro .eyebrow,
  .stay-reviews-intro h2 {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .stay-reviews-intro .stay-rule {
    margin-left: 0;
    margin-right: 0;
  }
  .stay-review-controls { gap: 12px; }
  .stay-review-arrow { height: 38px; width: 38px; }
  .stay-answers { padding: 64px 0; }
  .stay-answer-card { min-height: 0; padding: 26px 22px; }
}

/* Home page reference refinement */
.home-page-refined { background: var(--stiltz-bg); }
.home-ref-hero { background: #7A7165; min-height: 100vh; min-height: 100svh; overflow: hidden; position: relative; }
.home-hero-slide { inset: 0; opacity: 0; position: absolute; transition: opacity .85s ease; }
.home-hero-slide.is-active { opacity: 1; }
.home-hero-slide > img, .home-hero-slide > picture, .home-hero-slide > picture > img { height: 100%; width: 100%; }
.home-hero-slide > img, .home-hero-slide > picture > img { height: 100vh; height: 100svh; object-fit: cover; object-position: center; width: 100%; }
.home-ref-hero::after { background: linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,.22) 54%, rgba(0,0,0,.08)); content: ''; inset: 0; position: absolute; z-index: 1; }
.home-ref-hero-copy { color: #fff; left: 50%; position: absolute; top: 18vh; transform: translateX(-50%); z-index: 2; }
.home-ref-hero-copy h1 { color: #fff; font-size: clamp(58px, 6.8vw, 90px); max-width: 670px; }
.home-ref-hero-copy span, .home-rule { background: currentColor; display: block; height: 1px; margin: 24px 0 22px; opacity: .68; width: 100px; }
.home-rule { background: #B86F43; }
.home-ref-hero-copy p { color: #fff; font-family: var(--stiltz-serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.25; max-width: 560px; }
.home-hero-dots { bottom: clamp(28px, 4vw, 44px); display: inline-flex; gap: 12px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 2; }
.home-hero-dot { background: rgba(255,255,255,.34); border: 0; border-radius: 999px; cursor: pointer; height: 10px; padding: 0; transition: background .2s ease, transform .2s ease, width .2s ease; width: 10px; }
.home-hero-dot.is-active { background: #fff; transform: scale(1.02); width: 34px; }
.home-hero-dot:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.home-ref-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; }
.home-ref-hero .button.secondary { border-color: rgba(255,255,255,.75); color: #fff; }
.home-ref-hero .button.secondary:hover { background: #fff; border-color: #fff; color: var(--stiltz-charcoal); }
.home-signals { background: var(--stiltz-soft); padding: 54px 0; }
.home-signals-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.home-signals article { padding: 0 44px; position: relative; }
.home-signals article + article::before { background: var(--stiltz-border); content: ''; height: 96px; left: 0; position: absolute; top: 12px; width: 1px; }
.home-signals span { display: block; font-size: 40px; line-height: 1; margin-bottom: 16px; }
.home-signals h3 { font-size: 25px; margin-bottom: 12px; }
.home-signals p { color: var(--stiltz-secondary-text); font-size: 14px; line-height: 1.45; margin: 0 auto; max-width: 230px; }
.home-story-ref { background: #FCFAF6; padding: 100px 0 70px; }
.home-story-grid-ref { align-items: center; display: grid; gap: clamp(44px, 6vw, 84px); grid-template-columns: 1.44fr .66fr; }
.home-story-copy-ref h2, .home-stay-copy-ref h2, .home-experience-copy-ref h2, .home-location-card-ref h2 { font-size: clamp(40px, 4.8vw, 58px); }
.home-story-copy-ref p, .home-stay-copy-ref p, .home-experience-copy-ref p, .home-location-card-ref p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.65; max-width: 470px; }
.home-stay-copy-ref p { max-width: 540px; }
.home-story-mosaic-ref { display: grid; gap: 10px; grid-template-columns: 1.6fr .95fr; }
.home-story-mosaic-ref img { height: 100%; object-fit: cover; width: 100%; }
.home-story-mosaic-ref .story-main { grid-row: span 2; min-height: 430px; }
.home-story-map-ref { position: relative; }
.home-story-map-ref img { border: 1px solid var(--stiltz-light-divider); height: auto; width: 100%; }
.map-expand-button { align-items: center; background: #FCFAF6; border: 1px solid rgba(36,35,32,.18); bottom: 16px; color: var(--stiltz-charcoal); cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 700; gap: 8px; letter-spacing: .14em; min-height: 40px; padding: 12px 16px; position: absolute; right: 16px; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; z-index: 4; }
.map-expand-button::after { content: '+'; font-size: 17px; line-height: 1; margin-top: -1px; }
.map-expand-button:hover, .map-expand-button:focus-visible { background: var(--stiltz-charcoal); border-color: var(--stiltz-charcoal); color: #fff; outline: 0; }
.map-lightbox { align-items: center; background: rgba(16,15,13,.88); display: grid; inset: 0; justify-items: center; opacity: 0; padding: clamp(20px, 4vw, 58px); pointer-events: none; position: fixed; transition: opacity .22s ease; z-index: 250; }
.map-lightbox.is-open { opacity: 1; pointer-events: auto; }
.map-lightbox-frame { background: var(--stiltz-paper); box-shadow: 0 24px 70px rgba(0,0,0,.34); margin: 0; max-height: min(84vh, 900px); max-width: min(1180px, 94vw); padding: clamp(10px, 1.4vw, 18px); position: relative; width: 100%; }
.map-lightbox-frame img { display: block; height: auto; max-height: calc(84vh - 72px); object-fit: contain; width: 100%; }
.map-lightbox-close { align-items: center; background: var(--stiltz-charcoal); border: 0; color: #fff; cursor: pointer; display: inline-flex; font-size: 28px; height: 44px; justify-content: center; line-height: 1; position: absolute; right: 10px; top: 10px; width: 44px; z-index: 2; }
.map-lightbox-close:hover, .map-lightbox-close:focus-visible { background: #3A3833; outline: 0; }
body.map-lightbox-open { overflow: hidden; }
.home-stay-ref { background: #FFFFFF; padding: clamp(28px, 3.2vw, 48px) 0; }
.home-stay-grid-ref { align-items: stretch; display: grid; gap: 0; grid-template-columns: 1.05fr .95fr; margin-inline: auto; width: min(1400px, calc(100% - 48px)); }
.home-stay-photo-ref { align-items: center; display: grid; overflow: visible; padding: clamp(28px, 4vw, 58px) clamp(22px, 3.5vw, 48px) clamp(54px, 5vw, 76px) 0; }
.home-stay-photo-stack { min-height: clamp(680px, 50vw, 760px); position: relative; width: 100%; }
.home-stay-photo-main { height: 100%; overflow: hidden; position: absolute; right: clamp(48px, 5vw, 84px); top: 0; width: min(78%, 600px); }
.home-stay-photo-main picture, .home-stay-photo-main img { display: block; height: 100%; width: 100%; }
.home-stay-photo-main img { object-fit: cover; object-position: center; }
.home-stay-photo-overlap { bottom: -30px; box-shadow: 0 24px 56px rgba(31,27,22,.16); overflow: hidden; position: absolute; right: -34px; width: min(54%, 390px); z-index: 2; }
.home-stay-photo-overlap picture, .home-stay-photo-overlap img { display: block; width: 100%; }
.home-stay-photo-overlap img { aspect-ratio: 4 / 5; height: auto; object-fit: cover; object-position: center; }
.home-stay-copy-ref { align-self: center; max-width: 680px; padding: clamp(54px, 6vw, 94px) clamp(52px, 5.4vw, 88px); }
.home-stay-types-ref { border-bottom: 1px solid rgba(36,35,32,.12); display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 30px 0 22px; position: relative; }
.home-stay-types-ref::before { background: rgba(36,35,32,.12); content: ''; height: 1px; left: 0; position: absolute; right: -28px; top: 0; }
.home-stay-types-ref a { color: var(--stiltz-ink); display: grid; gap: 6px; min-height: 108px; padding: 22px 18px 18px 0; text-decoration: none; transition: color .2s ease; }
.home-stay-types-ref a:nth-child(even) { border-left: 1px solid rgba(36,35,32,.12); padding-left: 18px; }
.home-stay-types-ref a:nth-child(n+3) { border-top: 1px solid rgba(36,35,32,.12); }
.home-stay-types-ref a:hover, .home-stay-types-ref a:focus-visible { color: var(--stiltz-timber); outline: 0; }
.home-stay-types-ref span { display: block; font-family: var(--stiltz-serif); font-size: clamp(17px, 1.2vw, 20px); line-height: 1.15; min-height: 0; }
.home-stay-types-ref small { color: var(--stiltz-muted); font-size: 13px; line-height: 1.35; }
.home-stay-proofs-ref { color: var(--stiltz-secondary-text); display: flex; flex-wrap: wrap; gap: 10px 18px; list-style: none; margin: 0 0 28px; padding: 0; }
.home-stay-proofs-ref li { align-items: center; display: inline-flex; font-size: 14px; line-height: 1.35; }
.home-stay-proofs-ref li::before { background: var(--stiltz-timber); border-radius: 50%; content: ''; height: 5px; margin-right: 9px; width: 5px; }
.home-experiences-ref { background: #FFFFFF; margin: 50px 0; padding: 0; position: relative; }
.home-experience-stories-ref { align-items: stretch; display: flex; gap: clamp(54px, 6vw, 96px); overflow: visible; }
.home-experience-stories-panel { align-self: stretch; display: grid; flex: 1 1 0; gap: 0; min-height: 0; min-width: 0; position: relative; }
.home-experience-copy-ref { align-content: center; display: grid; justify-items: center; margin: 0 auto; min-height: calc(84vh - 92px); max-width: 760px; position: relative; text-align: center; z-index: 3; }
.home-experience-copy-ref h2 { color: #2f2b26; font-size: clamp(44px, 5vw, 70px); line-height: 1.02; max-width: 590px; }
.home-experience-copy-ref p { color: var(--stiltz-secondary-text); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.58; margin: 26px auto 0; max-width: 650px; }
.home-experience-view-all { align-items: center; color: var(--stiltz-timber); display: inline-flex; font-size: 14px; font-weight: 600; gap: 10px; letter-spacing: .08em; margin-top: 30px; text-transform: uppercase; }
.home-experience-view-all:hover { color: var(--stiltz-blue-soft); }
.home-experience-story-card { color: var(--stiltz-ink); display: grid; gap: 28px; justify-items: center; min-width: 0; text-align: center; }
.home-experience-stories-panel > .home-experience-story-card { align-content: center; min-height: calc(84vh - 92px); position: relative; z-index: 1; }
.home-experience-sticky-column { align-self: stretch; display: block; flex: 1 1 0; min-height: calc(100vh - 92px); min-width: 0; position: relative; }
.home-experience-story-card-sticky { align-content: center; min-height: calc(84vh - 92px); position: relative; }
.home-experience-story-media { background: #EDE6DA; overflow: hidden; width: 100%; }
.home-experience-story-media img { aspect-ratio: 4 / 3; display: block; object-fit: cover; width: 100%; }
.home-experience-stories-panel > .home-experience-story-card .home-experience-story-media img,
.home-experience-story-card-sticky .home-experience-story-media img { aspect-ratio: auto; height: clamp(520px, 58vh, 620px); object-position: center 58%; }
.home-experience-story-copy { display: grid; justify-items: center; max-width: 560px; padding: 0 clamp(18px, 2.5vw, 36px); }
.home-experience-story-copy span { color: var(--stiltz-timber); display: block; font-size: 12px; font-weight: 700; letter-spacing: .2em; line-height: 1; margin-bottom: 16px; text-transform: uppercase; }
.home-experience-story-copy h3 { color: var(--stiltz-ink); font-family: var(--stiltz-sans); font-size: clamp(18px, 1.55vw, 25px); font-weight: 700; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.home-experience-story-copy p { color: var(--stiltz-secondary-text); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.45; margin: 18px auto 0; max-width: 440px; }

@media (min-width: 981px) {
  html { scroll-snap-type: y proximity; }
  .home-experience-copy-ref,
  .home-experience-stories-panel > .home-experience-story-card { scroll-margin-top: 92px; scroll-snap-align: start; }
}
.home-memory-line-ref { align-items: center; color: #fff; display: grid; min-height: clamp(460px, 48vw, 640px); overflow: hidden; place-items: center; position: relative; text-align: center; }
.home-memory-line-ref img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; z-index: 0; }
.home-memory-line-ref::after { background: rgba(18,18,16,.56); content: ''; inset: 0; position: absolute; z-index: 1; }
.home-memory-line-copy { display: grid; justify-items: center; left: 50%; max-width: 820px; padding: 0 24px; position: absolute; text-shadow: 0 3px 18px rgba(0,0,0,.45); top: 50%; transform: translate(-50%, -50%); width: min(100% - 40px, 820px); z-index: 2; }
.home-memory-line-kicker { color: #F6DFAE; font-family: var(--stiltz-accent); font-size: clamp(26px, 2.8vw, 40px); font-style: italic; line-height: 1.05; margin-bottom: 10px; }
.home-memory-line-copy h2 { color: #fff; font-size: clamp(40px, 5.6vw, 72px); line-height: .98; }
.home-memory-line-copy p { color: rgba(255,255,255,.94); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; margin: 24px auto 0; max-width: 700px; }
.home-memory-line-copy .home-memory-line-note { color: #F2CA88; font-size: clamp(14px, 1vw, 16px); font-weight: 700; letter-spacing: .08em; line-height: 1.45; margin-top: 16px; text-transform: uppercase; }
.home-memory-line-copy .button { border-color: #fff; margin-top: 28px; text-shadow: none; }
.home-memory-line-copy .button.primary { background: #fff; color: var(--stiltz-charcoal); }
.home-memory-line-copy .button.primary:hover { background: #D7BD8A; border-color: #D7BD8A; color: var(--stiltz-charcoal); }
.home-quote-ref { background: #FFFFFF; padding: clamp(70px, 6vw, 94px) 0 clamp(42px, 4vw, 62px); scroll-margin-top: 150px; text-align: center; }
.home-quote-inner-ref { align-items: center; display: grid; justify-items: center; max-width: 1160px; }
.home-quote-ref h2 { font-size: clamp(40px, 4.8vw, 58px); max-width: 760px; }
.home-quote-intro { color: var(--stiltz-secondary-text); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; margin: 22px auto 0; max-width: 760px; white-space: nowrap; }
.home-quote-feature-ref { margin: clamp(22px, 2.7vw, 34px) auto 0; max-width: 1120px; width: 100%; }
.home-quote-ref blockquote { font-family: var(--stiltz-serif); font-size: clamp(27px, 3vw, 42px); line-height: 1.2; margin: 0; }
.home-quote-ref blockquote > span { color: rgba(122,87,60,.32); display: inline-block; font-size: 72px; line-height: .2; margin-right: 14px; vertical-align: middle; }
.home-quote-ref cite { color: var(--stiltz-secondary-text); display: block; font-family: var(--stiltz-sans); font-size: 13px; font-style: normal; margin-top: 22px; }
.home-quote-more-ref { display: none; }
.home-location-ref { display: grid; grid-template-columns: .52fr 1fr; position: relative; }
.home-location-map-ref, .home-location-photo-ref { min-height: 330px; }
.home-location-map-ref img, .home-location-photo-ref img { height: 100%; object-fit: cover; width: 100%; }
.home-location-card-ref { background: var(--stiltz-paper); box-shadow: var(--stiltz-shadow); max-width: 430px; padding: 52px; position: absolute; right: 7vw; top: 50%; transform: translateY(-50%); }
.home-answers { background: #FFFFFF; padding: clamp(72px, 9vw, 112px) 0; }
#home-questions { scroll-margin-top: 190px; }
.home-answers-inner { align-items: start; display: grid; gap: clamp(38px, 6vw, 78px); grid-template-columns: minmax(260px, .48fr) minmax(0, 1fr); }
.home-answers-heading h2 { font-size: clamp(38px, 4.6vw, 58px); max-width: 460px; }
.home-answer-grid { display: grid; gap: 5px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-answer-card { background: #FCFAF6; min-height: 210px; padding: clamp(28px, 4vw, 42px); }
.home-answer-card h3 { color: var(--stiltz-ink); font-family: var(--stiltz-serif); font-size: clamp(24px, 2.4vw, 32px); font-weight: 500; line-height: 1.08; margin: 0 0 18px; }
.home-answer-card p { color: var(--stiltz-secondary-text); font-size: 16px; line-height: 1.7; margin: 0; }
.home-final-ref { align-items: center; color: #fff; display: grid; grid-template-areas: 'stack'; justify-items: center; min-height: clamp(347px, 41vw, 520px); overflow: hidden; place-items: center; position: relative; text-align: center; }
.home-final-ref > picture { grid-area: stack; height: 100%; width: 100%; }
.home-final-ref > img, .home-final-ref > picture > img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; z-index: 0; }
.home-final-ref::after { background: rgba(18,18,16,.42); content: ''; inset: 0; position: absolute; z-index: 1; }
.home-final-copy-ref { align-items: center; color: #fff; display: grid; grid-area: stack; justify-items: center; left: 50%; margin-inline: auto; place-self: center; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); width: min(100% - 48px, 1400px); z-index: 2; }
.home-final-copy-ref h2, .home-final-copy-ref p { color: #fff; margin: 0; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.home-final-copy-ref h2 { font-size: clamp(34px, 4.6vw, 62px); line-height: 1.04; max-width: 760px; }
.home-final-copy-ref p { font-family: var(--stiltz-serif); font-size: clamp(18px, 2.2vw, 28px); line-height: 1.3; margin-top: 18px; max-width: 900px; white-space: nowrap; }
.home-final-copy-ref .button { background: #fff; border-color: #fff; color: var(--stiltz-charcoal); margin-top: 24px; text-shadow: none; }
.home-final-copy-ref .button:hover { background: transparent; color: #fff; }

@media (max-width: 980px) {
  .home-ref-hero, .home-hero-slide > img, .home-hero-slide > picture > img { min-height: 100vh; min-height: 100svh; height: 100vh; height: 100svh; }
  .home-signals-grid, .home-story-grid-ref, .home-stay-grid-ref, .home-location-ref, .home-answers-inner { grid-template-columns: 1fr; }
  .home-signals-grid { row-gap: 44px; }
  .home-signals article { padding: 0 24px; }
  .home-signals article::before { display: none; }
  .home-story-mosaic-ref { grid-template-columns: 1fr 1fr; }
  .home-stay-photo-ref { padding: 0 0 42px; }
  .home-stay-photo-stack { min-height: clamp(520px, 82vw, 700px); }
  .home-stay-photo-main { right: min(10vw, 72px); width: min(82%, 560px); }
  .home-stay-photo-overlap { bottom: -26px; right: -22px; width: min(50%, 340px); }
  .home-stay-grid-ref { width: min(100% - 28px, 1400px); }
  .home-stay-copy-ref { max-width: 680px; padding: 54px 24px 42px; }
  .home-stay-types-ref { grid-template-columns: 1fr; }
  .home-stay-types-ref a { min-height: auto; padding: 18px 0; }
  .home-stay-types-ref a:nth-child(even) { border-left: 0; padding-left: 0; }
  .home-stay-types-ref a:nth-child(n+2) { border-top: 1px solid rgba(36,35,32,.12); }
  .home-experiences-ref { min-height: 0; padding: 72px 0 92px; }
  .home-experience-stories-ref { display: grid; gap: 58px; grid-template-columns: 1fr; height: auto; overflow: visible; padding: 0; position: static; top: auto; }
  .home-experience-stories-panel { display: grid; gap: clamp(46px, 5vw, 72px); min-height: 0; padding-bottom: 0; padding-top: 0; position: static; transform: none; will-change: auto; }
  .home-experience-sticky-column { display: block; min-height: 0; position: static; top: auto; }
  .home-experience-copy-ref,
  .home-experience-stories-panel > .home-experience-story-card { min-height: 0; opacity: 1 !important; pointer-events: auto; position: static; transform: none !important; will-change: auto; }
  .home-experience-story-card-sticky { min-height: 0; position: relative; top: auto; }
  .home-experience-stories-panel > .home-experience-story-card .home-experience-story-media img,
  .home-experience-story-card-sticky .home-experience-story-media img { height: auto; }
  .home-experience-copy-ref { max-width: 680px; }
  .home-quote-intro { white-space: normal; }
  .home-quote-inner-ref { max-width: 100%; min-width: 0; overflow: visible; }
  .home-location-card-ref { margin: -70px 24px 60px; max-width: none; position: relative; right: auto; top: auto; transform: none; }
  .home-answer-grid { grid-template-columns: 1fr; }
}

@media (min-width: 641px) and (max-width: 980px) and (orientation: portrait) {
  .home-stay-grid-ref {
    width: min(100% - 88px, 680px);
  }
}

@media (max-width: 640px), (min-width: 641px) and (max-width: 980px) and (orientation: portrait) {
  .home-experience-stories-panel { display: contents; }
  .home-experience-copy-ref { order: 1; }
  .home-experience-sticky-column { order: 2; }
  .home-experience-stories-panel > .home-experience-story-card:nth-of-type(1) { order: 3; }
  .home-experience-stories-panel > .home-experience-story-card:nth-of-type(2) { order: 4; }
  .home-experience-stories-ref { row-gap: clamp(44px, 7vw, 58px); }
}

@media (max-width: 640px) {
  .home-ref-hero-copy { top: 22vh; }
  .home-ref-hero-copy h1 { font-size: clamp(48px, 14vw, 64px); max-width: 340px; }
  .home-ref-hero-copy p { font-size: clamp(18px, 5vw, 22px); max-width: 340px; }
  .home-hero-dots { bottom: 24px; }
  .home-ref-actions { flex-direction: column; }
  .home-stay-grid-ref { width: min(100% - 40px, 1400px); }
  .home-stay-photo-ref { padding-bottom: 56px; }
  .home-stay-photo-stack { min-height: clamp(470px, 136vw, 660px); }
  .home-stay-photo-main { right: 0; width: 100%; }
  .home-stay-photo-overlap { bottom: -56px; right: 0; width: min(60%, 250px); }
  .home-signals-grid { grid-template-columns: 1fr; }
  .home-stay-copy-ref .eyebrow { margin-bottom: 12px; }
  .home-stay-copy-ref h2 { font-size: clamp(36px, 10vw, 42px); }
  .home-stay-copy-ref p { line-height: 1.5; margin-bottom: 1rem; }
  .home-stay-copy-ref .button { min-height: 44px; padding: 11px 24px; }
  .home-stay-types-ref { margin: 24px 0 20px; }
  .home-stay-types-ref span { font-size: 19px; }
  .home-stay-types-ref span br { display: none; }
  .home-stay-proofs-ref { display: grid; gap: 9px; margin-bottom: 8px; }
  .home-experiences-ref { margin-top: 0; padding-top: 36px; }
  .home-quote-ref { padding: 62px 0 44px; }
  .home-quote-inner-ref { width: min(100% - 28px, 1160px); }
  .home-quote-ref h2 { font-size: clamp(32px, 9.5vw, 42px); line-height: 1.04; max-width: 100%; }
  .home-quote-intro { font-size: 16px; line-height: 1.45; margin-top: 16px; max-width: 28ch; }
  .home-experience-stories-ref { width: min(100% - 40px, 1400px); }
  .home-experience-stories-panel { gap: 44px; }
  .home-experience-copy-ref h2 { font-size: clamp(38px, 11vw, 52px); }
  .home-experience-copy-ref p { font-size: 16px; line-height: 1.45; margin-top: 18px; }
  .home-experience-story-card { gap: 22px; }
  .home-experience-story-media img,
  .home-experience-story-card-sticky .home-experience-story-media img { aspect-ratio: 4 / 3; }
  .home-answers { padding: 64px 0; }
  .home-answer-card { min-height: 0; padding: 26px 22px; }
  .home-signals article::before { display: none; }
  .home-story-mosaic-ref { grid-template-columns: 1fr; }
  .home-memory-line-ref {
    min-height: 560px;
  }
  .home-memory-line-copy {
    left: 50%;
    padding: 0 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(100% - 20px, 460px);
  }
  .home-memory-line-kicker {
    font-size: clamp(25px, 8vw, 34px);
  }
  .home-memory-line-copy h2 {
    font-size: clamp(36px, 11vw, 48px);
  }
  .home-memory-line-copy p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
  }
  .home-memory-line-copy .home-memory-line-note {
    font-size: 12px;
    line-height: 1.45;
    margin-top: 14px;
  }
  .home-memory-line-copy .button {
    margin-top: 24px;
    min-height: 46px;
    padding: 12px 26px;
  }
  .home-location-card-ref,
  .home-location-card-ref .eyebrow,
  .home-location-card-ref h2,
  .home-location-card-ref p {
    text-align: center;
  }
  .home-location-card-ref p {
    margin-left: auto;
    margin-right: auto;
  }
  .home-final-ref,
  .about-book-cta {
    min-height: 380px;
    place-items: center;
  }
  .home-final-copy-ref,
  .about-book-cta-copy {
    align-self: center;
    justify-self: center;
    left: 50%;
    margin-inline: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(100% - 40px, 360px);
  }
  .home-final-copy-ref h2,
  .about-book-cta h2 {
    font-size: clamp(31px, 8.5vw, 40px);
    max-width: 340px;
  }
  .home-final-copy-ref p {
    font-size: clamp(16px, 4.4vw, 18px);
    line-height: 1.35;
    margin-top: 12px;
    max-width: 320px;
    white-space: normal;
  }
  .home-final-copy-ref .button,
  .about-book-cta .button {
    margin-top: 18px;
    max-width: 280px;
    min-height: 46px;
    padding: 12px 24px;
    width: auto;
  }
}

/* Shared hero copy rhythm, matched to the Contact page hero. */
.home-ref-hero-copy,
.stay-hero-copy,
.about-hero-copy,
.experiences-hero-copy,
.gallery-hero-copy,
.contact-hero-copy {
  bottom: 7vh;
  color: #fff;
  left: max(48px, 6vw);
  position: absolute;
  top: auto;
  transform: none;
  width: min(780px, calc(100% - 96px));
  z-index: 1;
}

.home-ref-hero-copy h1,
.stay-hero-copy h1,
.about-hero-copy h1,
.experiences-hero-copy h1,
.gallery-hero-copy h1,
.contact-hero-copy h1 {
  color: #fff;
  font-size: clamp(58px, 7vw, 92px);
  line-height: .98;
  max-width: 780px;
}

.home-ref-hero-copy > span,
.stay-hero-copy > span,
.about-hero-copy > span,
.experiences-hero-copy > span,
.gallery-hero-copy > span,
.contact-hero-copy > span {
  display: none;
}

.home-ref-hero-copy p,
.stay-hero-copy p,
.about-hero-copy p,
.experiences-hero-copy p,
.gallery-hero-copy p,
.contact-hero-copy p {
  color: rgba(255,255,255,.94);
  font-family: var(--stiltz-sans);
  font-size: clamp(18px, 1.75vw, 22px);
  font-weight: 400;
  line-height: 1.35;
  margin: 12px 0 0;
  max-width: 780px;
}

.experiences-hero-copy .eyebrow {
  margin-bottom: 16px;
}

.home-ref-actions,
.stay-hero-copy .button.secondary {
  margin-top: 28px;
}

.hero::after,
.home-ref-hero::after,
.stay-hero-full::after,
.about-hero::after,
.experiences-hero-full::after,
.gallery-hero-full::after,
.contact-hero::after {
  background: rgba(0, 0, 0, .48);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.experiences-hero-full::after {
  background: rgba(0, 0, 0, .10);
}

.gallery-hero-full::after {
  background: rgba(0, 0, 0, .10);
}

.home-ref-hero::after,
.stay-hero-full::after,
.about-hero::after,
.contact-hero::after {
  background: rgba(0, 0, 0, .10);
}

@media (min-width: 641px) and (max-width: 1368px) and (orientation: landscape) {
  .home-ref-hero-copy h1,
  .stay-hero-copy h1,
  .about-hero-copy h1,
  .experiences-hero-copy h1,
  .gallery-hero-copy h1,
  .contact-hero-copy h1 {
    font-size: clamp(52px, 6.2vw, 82px);
  }

  .home-final-copy-ref h2,
  .about-book-cta h2 {
    font-size: clamp(38px, 4vw, 50px);
  }
}

@media (max-width: 640px) {
  .home-ref-hero-copy,
  .stay-hero-copy,
  .about-hero-copy,
  .experiences-hero-copy,
  .gallery-hero-copy,
  .contact-hero-copy {
    bottom: 7vh;
    left: 24px;
    top: auto;
    width: calc(100% - 48px);
  }

  .home-ref-hero-copy h1,
  .stay-hero-copy h1,
  .about-hero-copy h1,
  .experiences-hero-copy h1,
  .gallery-hero-copy h1,
  .contact-hero-copy h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.02;
    max-width: 520px;
  }

  .home-ref-hero-copy p,
  .stay-hero-copy p,
  .about-hero-copy p,
  .experiences-hero-copy p,
  .gallery-hero-copy p,
  .contact-hero-copy p {
    font-size: clamp(16px, 4.4vw, 19px);
    font-weight: 400;
    line-height: 1.38;
    max-width: 520px;
  }
}

/* Desert Breeze hero headings: keep only the page title, positioned lower left. */
.home-ref-hero-copy,
.stay-hero-copy,
.about-hero-copy,
.experiences-hero-copy,
.gallery-hero-copy,
.contact-hero-copy {
  bottom: 7vh;
  left: max(48px, 6vw);
  position: absolute;
  text-align: left;
  top: auto;
  transform: none;
  width: min(1000px, calc(100% - 96px));
  z-index: 1;
}

.home-ref-hero-copy h1,
.stay-hero-copy h1,
.about-hero-copy h1,
.experiences-hero-copy h1,
.gallery-hero-copy h1,
.contact-hero-copy h1 {
  margin: 0;
  max-width: 920px;
}

.home-ref-hero-copy > span,
.stay-hero-copy > span,
.about-hero-copy > span,
.experiences-hero-copy > span,
.gallery-hero-copy > span,
.contact-hero-copy > span,
.home-ref-hero-copy > p,
.stay-hero-copy > p,
.about-hero-copy > p,
.experiences-hero-copy > p,
.gallery-hero-copy > p,
.contact-hero-copy > p {
  display: none;
}

@media (max-width: 640px) {
  .home-ref-hero-copy,
  .stay-hero-copy,
  .about-hero-copy,
  .experiences-hero-copy,
  .gallery-hero-copy,
  .contact-hero-copy {
    bottom: 7vh;
    left: 24px;
    top: auto;
    transform: none;
    width: calc(100% - 48px);
  }
}

@media (max-width: 640px) {
  .stay-page-full h2,
  .about-page h2,
  .experiences-page-full h2,
  .gallery-page-full h2,
  .contact-page h2 {
    font-size: 40px;
  }
  .stay-reviews-intro,
  .stay-reviews-intro .eyebrow,
  .stay-reviews-intro h2,
  .about-reviews .eyebrow,
  .about-reviews h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .stay-reviews-intro .eyebrow,
  .about-reviews .eyebrow {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 6px;
    text-transform: capitalize;
  }
  .stay-reviews-intro h2,
  .about-reviews h2 {
    font-size: 40px;
    max-width: 340px;
  }
  .stay-reviews-intro .stay-rule {
    margin-left: auto;
    margin-right: auto;
  }
  .stay-page-full .stay-aerial-story .stay-award-content #stay-award-title {
    font-size: clamp(23px, 6.6vw, 31px);
    font-weight: 600;
  }
}

/* Home-page typography parity with The Stiltz /stay/ reference. */
.home-ref-hero-copy h1 {
  font-size: clamp(34px, 6vw, 50px);
}

.home-experience-copy-ref h2,
.home-memory-line-copy h2 {
  font-size: clamp(35px, 5vw, 58px);
}

/* Consistent hero title sizes across Desert Breeze pages. */
.hero h1,
.home-ref-hero-copy h1,
.stay-hero-copy h1,
.about-hero-copy h1,
.experiences-hero-copy h1,
.gallery-hero-copy h1,
.contact-hero-copy h1 {
  font-size: 50px;
}

@media (min-width: 981px) {
  .hero h1,
  .home-ref-hero-copy h1,
  .stay-hero-copy h1,
  .about-hero-copy h1,
  .experiences-hero-copy h1,
  .gallery-hero-copy h1,
  .contact-hero-copy h1 {
    max-width: none;
    white-space: nowrap;
    width: max-content;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .hero h1,
  .home-ref-hero-copy h1,
  .stay-hero-copy h1,
  .about-hero-copy h1,
  .experiences-hero-copy h1,
  .gallery-hero-copy h1,
  .contact-hero-copy h1 {
    font-size: 44px;
  }
}

@media (max-width: 640px) {
  .hero h1,
  .home-ref-hero-copy h1,
  .stay-hero-copy h1,
  .about-hero-copy h1,
  .experiences-hero-copy h1,
  .gallery-hero-copy h1,
  .contact-hero-copy h1 {
    font-size: 36px;
  }
}
