:root {
  --cream: #f5f0e8;
  --paper: #fffcf6;
  --ink: #203b2f;
  --forest: #193b30;
  --forest-light: #315746;
  --pink: #f0bfbb;
  --pink-light: #f8e3dc;
  --mint: #dfeadb;
  --muted: #52675a;
  --line: #d7d6c9;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--pink); color: var(--ink); }
:focus-visible { outline: 3px solid #b05167; outline-offset: 4px; }
[hidden] { display: none !important; }
.layout-wrap { width: min(100% - 9vw, 1380px); margin-inline: auto; }
.skip-link { position: absolute; top: -70px; left: 12px; z-index: 500; padding: 12px 18px; background: var(--forest); color: white; }
.skip-link:focus { top: 12px; }
.eyebrow, .section-number { display: inline-flex; align-items: center; gap: 12px; color: var(--forest-light); font-size: 10px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow-line { width: 30px; height: 1px; background: currentColor; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
p { line-height: 1.7; }
.link-arrow { width: 17px; height: 17px; display: inline-block; position: relative; flex: 0 0 17px; }
.link-arrow::before { content: ''; position: absolute; top: 7px; left: 1px; width: 14px; height: 1.5px; background: currentColor; }
.link-arrow::after { content: ''; position: absolute; top: 3px; right: 1px; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
.button, .header-order, .text-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .025em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button { min-height: 55px; padding: 16px 22px; border: 1px solid var(--forest); }
.button:hover, .header-order:hover, .text-action:hover { transform: translateY(-3px); }
.button-dark { background: var(--forest); color: var(--paper); }
.button-dark:hover { background: #315b49; }
.button-light { background: var(--paper); color: var(--forest); }
.button-cream { background: var(--cream); color: var(--forest); border-color: var(--cream); }
.button-text { border-color: transparent; padding-inline: 0; }
.text-action { padding-bottom: 8px; border-bottom: 1px solid currentColor; }
.button-row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

/* Shared navigation */
.topline { height: 28px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; background: var(--pink); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-header { height: 86px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: sticky; top: 0; z-index: 100; background: rgba(245,240,232,.97); border-bottom: 1px solid rgba(32,59,47,.12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 13px; white-space: nowrap; text-decoration: none; }
.brand-sun { width: 36px; height: 36px; position: relative; flex: 0 0 36px; background: repeating-conic-gradient(from 0deg, transparent 0deg 42deg, #b3657b 43deg 45deg, transparent 46deg 90deg); border-radius: 50%; }
.brand-sun::before { content: ''; position: absolute; inset: 9px; border: 1.5px solid #b3657b; border-radius: 50%; background: var(--cream); }
.brand-sun::after { content: ''; position: absolute; inset: 16px; background: #b3657b; border-radius: 50%; }
.brand-type { display: block; white-space: nowrap; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: .92; letter-spacing: -.08em; }
.brand-type i, .footer-wordmark i { font-weight: 400; }
.brand-type small { display: block; margin-top: 7px; font: 700 8px var(--sans); letter-spacing: .35em; }
.primary-nav { display: flex; align-items: center; gap: clamp(14px,2vw,32px); margin-left: auto; }
.primary-nav a { font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; position: relative; }
.primary-nav a::after { content: ''; position: absolute; bottom: -7px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.primary-nav a:hover::after, .primary-nav a[aria-current='page']::after { transform: scaleX(1); }
.primary-nav .mobile-order-link { display: none; }
.header-order { min-height: 42px; padding: 10px 15px; border: 1px solid var(--forest); white-space: nowrap; }
.menu-toggle { display: none; }
.reading-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 3px; background: #b3657b; transform: scaleX(0); transform-origin: left; pointer-events: none; }

/* Home */
.home-hero { display: grid; grid-template-columns: 49% 51%; min-height: min(790px, calc(100svh - 114px)); background: var(--cream); }
.hero-copy { min-width: 0; padding: clamp(60px,7vw,112px) clamp(30px,4vw,80px) 40px max(4.5vw,30px); display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 2; }
.hero-copy h1 { margin: 30px 0 25px; max-width: 760px; font-size: clamp(72px,7.6vw,128px); line-height: .9; }
.hero-copy h1 em { margin-right: .11em; }
.hero-copy h1 em, .inner-hero h1 em, .story-hero h1 em, .book-hero h1 em, .home-intro h2 em, .home-booking-band h2 em, .menu-intro h2 em, .simple-cta h2 em, .story-statement h2 em, .visit-photo-feature h2 em, .book-intro h2 em, .book-extra h2 em { color: #a95d77; font-weight: 400; }
.underline-word { position: relative; white-space: nowrap; }
.underline-word::after { content: ''; position: absolute; height: 12px; left: 4px; right: 0; bottom: -7px; border-bottom: 4px solid var(--pink); border-radius: 50%; transform: rotate(-2deg); }
.hero-copy > p { max-width: 410px; margin-bottom: 28px; font-size: 16px; color: var(--muted); }
.hero-bottom-note { display: flex; justify-content: space-between; gap: 20px; width: 100%; margin-top: auto; padding-top: 35px; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-visual { position: relative; min-height: 620px; background: var(--pink); overflow: visible; }
.hero-image-stage { position: absolute; inset: 0 0 0 35px; overflow: hidden; border-radius: 220px 0 0 0; transform: translate(var(--move-x,0),var(--move-y,0)); transition: transform .5s ease; }
.hero-shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; animation: heroDrift 16s ease-in-out infinite alternate; }
.hero-shot-second { opacity: 0; object-position: center; animation: heroCrossfade 13s ease-in-out infinite, heroDrift 16s ease-in-out infinite alternate; }
.hero-orbit { position: absolute; z-index: 3; width: 160px; height: 160px; top: 56px; left: -50px; display: grid; place-items: center; background: var(--cream); border-radius: 50%; box-shadow: 0 15px 50px #203b2f25; }
.hero-orbit svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: orbit 24s linear infinite; }
.hero-orbit text { fill: var(--forest); font: 700 10px var(--sans); letter-spacing: 2.7px; }
.orbit-core { width: 53px; height: 53px; border: 2px solid #a95d77; border-radius: 50%; position: relative; }
.orbit-core::after { content: ''; position: absolute; inset: 15px; background: #a95d77; border-radius: 50%; }
.photo-corner { position: absolute; right: 20px; bottom: 20px; z-index: 3; padding: 11px 14px; background: var(--cream); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.ticker { overflow: hidden; background: var(--forest); color: var(--cream); padding: 17px 0; }
.ticker-track { display: flex; width: max-content; white-space: nowrap; animation: ticker 32s linear infinite; }
.ticker-track span { padding-right: 50px; font-size: 11px; font-weight: 700; letter-spacing: .23em; }
.home-intro { display: grid; grid-template-columns: 25% 1fr; gap: 40px; padding-top: 120px; padding-bottom: 92px; }
.home-intro h2, .story-statement h2 { font-size: clamp(52px,6vw,92px); line-height: 1.02; margin-bottom: 24px; }
.home-intro p, .story-statement p { max-width: 620px; color: var(--muted); font-size: 17px; }
.editorial-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 20px; align-items: start; padding-bottom: 135px; }
.editorial-card { display: block; text-decoration: none; min-width: 0; }
.card-offset { margin-top: 110px; }
.card-small { margin-top: 215px; }
.image-clip { height: 460px; overflow: hidden; background: var(--mint); }
.card-offset .image-clip { height: 390px; }
.card-small .image-clip { height: 310px; }
.image-clip img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.editorial-card:hover img { transform: scale(1.06); filter: saturate(1.1); }
.editorial-meta { padding-top: 19px; }
.editorial-meta > span:first-child { font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.editorial-meta h3 { margin: 13px 0 20px; font-size: clamp(28px,2.9vw,43px); line-height: 1.05; }
.card-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--forest); font-size: 11px; font-weight: 700; }
.home-booking-band { padding: 115px 0; background: var(--forest); color: var(--cream); }
.home-booking-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.home-booking-band .eyebrow, .simple-cta .eyebrow { color: var(--pink); }
.home-booking-band h2, .simple-cta h2 { margin: 20px 0 0; font-size: clamp(56px,6vw,95px); line-height: .98; }
.home-booking-inner p { max-width: 390px; color: #dae5dc; }
.home-booking-inner .button { margin-top: 17px; }

/* Shared inner page heroes */
.inner-hero { display: grid; grid-template-columns: 48% 52%; min-height: 625px; }
.menu-hero { background: #e6eddf; }
.visit-hero { background: var(--pink-light); }
.inner-hero-copy { padding: clamp(75px,8vw,125px) 8vw 70px max(4.5vw,30px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.inner-hero h1 { margin: 24px 0; font-size: clamp(70px,7.4vw,118px); line-height: .93; }
.inner-hero-copy p { max-width: 410px; color: var(--muted); font-size: 16px; }
.inner-hero-copy .button { margin-top: 18px; }
.inner-hero-media { min-height: 625px; position: relative; overflow: hidden; }
.inner-hero-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; animation: imageFloat 14s ease-in-out infinite alternate; }
.inner-hero-media .media-index { position: absolute; left: 22px; bottom: 24px; padding: 11px 14px; background: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .16em; }

/* Menu */
.menu-intro { padding-top: 115px; padding-bottom: 70px; display: grid; grid-template-columns: .65fr 1fr .65fr; gap: 45px; align-items: end; }
.menu-intro .section-number { align-self: start; margin-top: 12px; }
.menu-intro h2 { margin-bottom: 0; font-size: clamp(52px,5vw,78px); line-height: 1; }
.menu-intro p { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.menu-explorer { background: var(--paper); border: 1px solid var(--line); }
.menu-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.menu-tabs button { min-height: 76px; padding: 18px 25px; background: transparent; border: 0; border-right: 1px solid var(--line); color: var(--muted); text-align: left; font-size: 14px; font-weight: 700; transition: background .25s, color .25s; }
.menu-tabs button:last-child { border-right: 0; }
.menu-tabs button span { display: inline-block; margin-right: 14px; font-size: 10px; letter-spacing: .15em; }
.menu-tabs button[aria-selected='true'] { background: var(--forest); color: white; }
.menu-tabs button:hover:not([aria-selected='true']) { background: var(--mint); color: var(--forest); }
.menu-panel { min-height: 520px; display: grid; grid-template-columns: 37% 63%; }
.menu-panel-copy { padding: clamp(35px,4vw,64px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.menu-panel h3 { margin: 25px 0 18px; font-size: clamp(42px,4vw,66px); line-height: 1; }
.menu-panel p { max-width: 390px; color: var(--muted); font-size: 14px; }
.menu-panel .text-action { margin-top: 15px; }
.menu-panel-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px; min-width: 0; }
.menu-panel-photos img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; min-width: 0; }
.menu-panel-photos img:first-child { object-position: center; }
.menu-photo-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding-top: 100px; padding-bottom: 115px; }
.menu-photo-strip figure { margin: 0; }
.menu-photo-strip img { width: 100%; height: 350px; object-fit: cover; }
.menu-photo-strip figcaption { padding-top: 13px; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.simple-cta { background: var(--forest); color: var(--cream); padding: 105px 0; text-align: center; }
.simple-cta h2 { margin-bottom: 24px; }
.simple-cta p { color: #dae5dc; }
.simple-cta .button { margin-top: 12px; }

/* Story */
.story-hero { background: var(--pink-light); }
.story-hero-copy { position: relative; z-index: 1; padding-top: 95px; padding-bottom: 80px; }
.story-hero h1 { max-width: 1000px; margin: 26px 0 20px; font-size: clamp(80px,10vw,160px); line-height: .88; }
.story-hero p { max-width: 440px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.story-hero-photo { height: clamp(400px,48vw,650px); overflow: hidden; }
.story-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; animation: imageFloat 16s ease-in-out infinite alternate; }
.story-statement { display: grid; grid-template-columns: 26% 1fr; gap: 45px; padding-top: 125px; padding-bottom: 100px; }
.story-collage { display: grid; grid-template-columns: 1fr .83fr .75fr; gap: 20px; align-items: start; padding-bottom: 130px; }
.story-photo-one img, .story-photo-two img { width: 100%; height: 560px; object-fit: cover; }
.story-photo-two { margin-top: 110px; }
.story-photo-two img { height: 420px; }
.story-photo-one span, .story-photo-two span { display: block; padding-top: 13px; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.story-note { margin-top: 215px; padding: 30px; background: var(--mint); }
.story-note h3 { margin: 28px 0 30px; font-size: clamp(32px,3vw,48px); line-height: 1.04; }
.story-close { padding: 90px 0; background: var(--pink); }
.story-close-inner { display: grid; grid-template-columns: .5fr 1fr 1fr; gap: 30px; align-items: center; }
.story-close h2 { margin: 0; font-size: clamp(48px,5vw,80px); }
.story-close-inner > div { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }

/* Visit */
.visit-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; padding-top: 110px; padding-bottom: 120px; }
.visit-detail-card { min-width: 0; padding: 35px 0; border-top: 1px solid var(--forest); }
.visit-detail-card h2 { margin: 35px 0 22px; font-size: clamp(39px,3.5vw,57px); }
.visit-detail-card p { color: var(--muted); font-size: 14px; }
.visit-detail-card dl { margin: 0 0 24px; }
.visit-detail-card dl div { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.visit-detail-card dt { font-weight: 600; }
.visit-detail-card dd { margin: 0; text-align: right; }
.visit-detail-card .text-action { margin-top: 10px; }
.visit-photo-feature { position: relative; min-height: 650px; overflow: hidden; display: flex; align-items: center; }
.visit-photo-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.66); }
.visit-photo-feature > div { position: relative; z-index: 1; width: min(100% - 9vw,1380px); margin-inline: auto; color: white; }
.visit-photo-feature .eyebrow { color: white; }
.visit-photo-feature h2 { max-width: 800px; margin: 26px 0 35px; font-size: clamp(70px,8vw,120px); line-height: .95; }
.visit-photo-feature h2 em { color: var(--pink); }

/* Book */
.book-hero { background: #e7ecdf; display: grid; grid-template-columns: 58% 42%; min-height: 650px; }
.book-hero-copy { margin-left: max(4.5vw,calc((100vw - 1380px)/2)); margin-right: 0; width: auto; padding: clamp(80px,8vw,130px) 6vw 80px 0; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.book-hero h1 { margin: 27px 0; font-size: clamp(72px,7.7vw,122px); line-height: .94; }
.book-hero p { max-width: 430px; color: var(--muted); font-size: 16px; }
.book-hero .button { margin-top: 14px; }
.book-hero-photo { overflow: hidden; position: relative; }
.book-hero-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; animation: imageFloat 15s ease-in-out infinite alternate; }
.book-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,125px); padding-top: 125px; padding-bottom: 125px; align-items: start; scroll-margin-top: 110px; }
.book-intro { position: sticky; top: 130px; }
.book-intro h2 { margin: 25px 0; font-size: clamp(55px,5.5vw,86px); line-height: 1; }
.book-intro > p { max-width: 390px; color: var(--muted); }
.booking-aside { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.booking-aside span { font-size: 9px; font-weight: 700; letter-spacing: .19em; }
.booking-aside p { color: var(--muted); font-size: 13px; }
.booking-panel { background: var(--paper); border: 1px solid #dbdccf; padding: clamp(27px,4vw,60px); box-shadow: 0 35px 75px #1d3c3014; }
.booking-panel-head { padding-bottom: 25px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.booking-panel-head h3 { margin: 15px 0 8px; font-size: clamp(38px,4vw,56px); }
.booking-panel-head p { margin: 0; color: var(--muted); font-size: 13px; }
.booking-status, .booking-error { font-size: 14px; margin: 0 0 17px; }
.booking-error { color: #a6344e; }
.booking-fallback { background: #edf1e8; border-left: 3px solid var(--forest); padding: 25px; }
.booking-fallback p { margin: 0 0 16px; font-size: 14px; }
.booking-fallback a { font-weight: 700; }
.booking-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.form-field span, .form-title { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #b9c6b9; border-radius: 0; background: white; color: var(--ink); }
.form-field textarea { min-height: 80px; resize: vertical; }
.form-field input:disabled, .form-field select:disabled { background: #f1f1ed; }
.form-help { margin: 0; color: var(--muted); font-size: 12px; }
.times { display: flex; flex-wrap: wrap; gap: 8px; }
.time-button { min-width: 75px; padding: 11px 14px; border: 1px solid #b9c6b9; background: white; color: var(--ink); }
.time-button:hover:not(:disabled), .time-button[aria-pressed='true'] { background: var(--forest); color: white; }
.time-button:disabled { color: #89998e; background: #f2f3ee; cursor: not-allowed; }
.booking-divider { border: 0; border-top: 1px solid var(--line); }
.booking-submit { padding: 16px 20px; border: 0; background: var(--forest); color: white; font-weight: 700; }
.booking-submit:disabled { opacity: .55; cursor: not-allowed; }
.booking-policy { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; }
.booking-policy input { margin-top: 3px; accent-color: var(--forest); }
.booking-success { padding: 26px; background: var(--mint); }
.booking-success h4 { margin: 10px 0; font-size: 34px; }
.booking-success p { font-size: 14px; }
.booking-success dl { display: grid; gap: 12px; margin: 20px 0; }
.booking-success dl div { display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid #b4c3b4; padding-bottom: 9px; }
.booking-success dt { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-success dd { margin: 0; text-align: right; font-size: 13px; }
.booking-success a { font-weight: 700; }
.book-extra { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,7vw,110px); align-items: center; padding-bottom: 135px; }
.book-extra-image { height: 510px; overflow: hidden; }
.book-extra-image img { width: 100%; height: 100%; object-fit: cover; }
.book-extra h2 { margin: 25px 0; font-size: clamp(50px,5.2vw,82px); line-height: 1; }
.book-extra p { max-width: 400px; color: var(--muted); }
.book-extra .button { margin-top: 13px; }

/* Footer and mobile actions */
.site-footer { background: #16372c; color: var(--cream); }
.footer-main { display: grid; grid-template-columns: 1.8fr .7fr .95fr; gap: 7vw; padding-top: 95px; padding-bottom: 95px; }
.footer-lead .eyebrow { color: var(--pink); }
.footer-wordmark { display: block; margin: 19px 0; text-decoration: none; font-family: var(--serif); font-size: clamp(45px,4.4vw,70px); line-height: 1; letter-spacing: -.08em; }
.footer-lead p { max-width: 350px; color: #d4e1d8; font-size: 14px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h2 { margin: 3px 0 13px; font: 700 10px var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--pink); }
.footer-column a, .footer-column p { margin: 0; color: #f1f3ec; text-decoration: none; font-size: 13px; line-height: 1.8; }
.footer-column a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { padding-top: 22px; padding-bottom: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #ffffff38; color: #d0ddd1; font-size: 10px; }
.mobile-dock { display: none; }

/* Motion */
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes heroCrossfade { 0%,38%,100% { opacity: 0; } 47%,85% { opacity: 1; } }
@keyframes heroDrift { to { transform: scale(1.075) translate(-1.2%,1%); } }
@keyframes imageFloat { to { transform: scale(1.06); } }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.motion-ready :is(.hero-copy,.inner-hero-copy,.story-hero-copy,.book-hero-copy)[data-reveal]:not(.is-revealed) { opacity: .82; transform: translateY(14px); }
.motion-ready [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .primary-nav { gap: 17px; }
  .header-order { display: none; }
  .hero-copy h1 { font-size: clamp(62px,7vw,95px); }
  .hero-orbit { width: 130px; height: 130px; left: -40px; }
  .menu-panel { grid-template-columns: 42% 58%; }
  .story-close-inner { grid-template-columns: 1fr 1.4fr; }
  .story-close-inner > div { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .layout-wrap { width: calc(100% - 40px); }
  .topline { height: 24px; padding: 0 20px; font-size: 7px; }
  .topline span:last-child { display: none; }
  .site-header { height: 70px; padding: 0 20px; }
  .brand-sun { width: 29px; height: 29px; flex-basis: 29px; }
  .brand-sun::before { inset: 7px; }
  .brand-sun::after { inset: 13px; }
  .brand-type { font-size: 21px; }
  .brand-type small { font-size: 7px; margin-top: 5px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; margin-left: auto; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
  .menu-toggle span { width: 23px; height: 2px; background: var(--forest); transition: transform .25s; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 28px 20px 35px; background: var(--cream); box-shadow: 0 25px 40px #203b2f22; flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
  .primary-nav a::after { display: none; }
  .primary-nav .mobile-order-link { display: block; margin-top: 12px; padding: 14px 18px; border: 1px solid var(--forest); font: 700 12px var(--sans); text-align: center; }
  .eyebrow, .section-number { font-size: 9px; }
  .button { min-height: 49px; padding: 13px 16px; gap: 16px; font-size: 11px; }
  .home-hero { display: block; min-height: 0; }
  .hero-copy { padding: 55px 20px 32px; }
  .hero-copy h1 { margin: 24px 0 22px; font-size: clamp(61px,12.5vw,94px); line-height: .92; }
  .hero-copy > p { max-width: 360px; font-size: 14px; }
  .hero-bottom-note { margin-top: 30px; padding-top: 18px; font-size: 7px; }
  .hero-visual { min-height: 490px; }
  .hero-image-stage { inset: 0 0 0 0; border-radius: 120px 0 0 0; }
  .hero-orbit { width: 116px; height: 116px; top: -42px; left: auto; right: 17px; }
  .hero-orbit text { font-size: 10px; }
  .orbit-core { width: 42px; height: 42px; }
  .orbit-core::after { inset: 12px; }
  .photo-corner { right: 12px; bottom: 14px; font-size: 7px; }
  .ticker { padding: 14px 0; }
  .ticker-track span { font-size: 9px; }
  .home-intro, .story-statement { display: block; padding-top: 75px; padding-bottom: 50px; }
  .home-intro h2, .story-statement h2 { margin: 25px 0 20px; font-size: clamp(48px,10vw,72px); }
  .home-intro p, .story-statement p { font-size: 14px; }
  .editorial-grid { display: flex; gap: 15px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; padding-bottom: 70px; margin-right: 0; scrollbar-width: thin; }
  .editorial-card, .card-offset, .card-small { flex: 0 0 82%; margin-top: 0; scroll-snap-align: start; }
  .image-clip, .card-offset .image-clip, .card-small .image-clip { height: 370px; }
  .editorial-meta h3 { font-size: 35px; }
  .home-booking-band { padding: 75px 0; }
  .home-booking-inner { display: block; }
  .home-booking-band h2, .simple-cta h2 { font-size: clamp(50px,10vw,72px); }
  .home-booking-inner p { margin-top: 32px; font-size: 14px; }
  .inner-hero { display: block; }
  .inner-hero-copy { padding: 70px 20px 65px; }
  .inner-hero h1 { font-size: clamp(62px,12vw,92px); }
  .inner-hero-copy p { font-size: 14px; }
  .inner-hero-media { min-height: 440px; }
  .menu-intro { display: block; padding-top: 75px; padding-bottom: 45px; }
  .menu-intro h2 { margin: 24px 0 18px; font-size: clamp(49px,10vw,68px); }
  .menu-intro p { max-width: 450px; }
  .menu-tabs button { min-height: 63px; padding: 11px; font-size: 11px; }
  .menu-tabs button span { display: block; margin: 0 0 4px; font-size: 8px; }
  .menu-panel { display: block; min-height: 0; }
  .menu-panel-copy { padding: 35px 22px; }
  .menu-panel h3 { font-size: 46px; }
  .menu-panel-photos { height: 290px; gap: 6px; padding: 6px; }
  .menu-photo-strip { gap: 9px; padding-top: 70px; padding-bottom: 75px; }
  .menu-photo-strip img { height: 170px; }
  .menu-photo-strip figcaption { font-size: 7px; }
  .simple-cta { padding: 76px 0; }
  .story-hero-copy { padding-top: 80px; padding-bottom: 55px; }
  .story-hero h1 { font-size: clamp(72px,13vw,108px); }
  .story-hero p { font-size: 14px; }
  .story-hero-photo { height: 420px; }
  .story-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 75px; }
  .story-photo-one img { height: 380px; }
  .story-photo-two { margin-top: 60px; }
  .story-photo-two img { height: 270px; }
  .story-note { grid-column: 1 / -1; margin-top: 15px; }
  .story-close { padding: 65px 0; }
  .story-close-inner { display: block; }
  .story-close h2 { margin: 20px 0 28px; font-size: 58px; }
  .story-close-inner > div { justify-content: flex-start; }
  .visit-details { grid-template-columns: 1fr; gap: 0; padding-top: 70px; padding-bottom: 70px; }
  .visit-detail-card { padding: 24px 0 36px; }
  .visit-detail-card h2 { margin: 23px 0 15px; font-size: 48px; }
  .visit-photo-feature { min-height: 490px; }
  .visit-photo-feature h2 { font-size: clamp(65px,12vw,90px); }
  .book-hero { display: block; }
  .book-hero-copy { margin: 0; padding: 70px 20px 60px; }
  .book-hero h1 { font-size: clamp(67px,12vw,94px); }
  .book-hero p { font-size: 14px; }
  .book-hero-photo { height: 440px; }
  .book-section { display: block; padding-top: 75px; padding-bottom: 75px; }
  .book-intro { position: static; margin-bottom: 35px; }
  .book-intro h2 { font-size: 60px; }
  .booking-aside { margin-top: 25px; }
  .booking-panel { padding: 27px 21px; }
  .book-extra { display: block; padding-bottom: 75px; }
  .book-extra-image { height: 330px; margin-bottom: 35px; }
  .book-extra h2 { font-size: 56px; }
  .footer-main { display: block; padding-top: 70px; padding-bottom: 55px; }
  .footer-wordmark { font-size: 52px; }
  .footer-lead p { margin-bottom: 42px; }
  .footer-column { margin-top: 32px; }
  .footer-bottom { display: block; font-size: 9px; padding-bottom: 26px; }
  .footer-bottom span { display: block; margin-bottom: 7px; }
  .mobile-dock { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid #d5dacd; background: rgba(255,252,246,.97); box-shadow: 0 -9px 24px #193b3020; opacity: 0; visibility: hidden; transform: translateY(100%); transition: opacity .25s, transform .25s, visibility .25s; }
  .mobile-dock.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-dock a { min-height: 47px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--forest); text-align: center; text-decoration: none; font-size: 11px; font-weight: 700; }
  .mobile-dock a:first-child { background: var(--forest); color: white; }
  .mobile-dock a:last-child { color: var(--forest); }
}

@media (max-width: 370px) {
  .hero-copy h1 { font-size: 56px; }
  .hero-visual { min-height: 410px; }
  .hero-bottom-note { font-size: 6px; }
  .menu-panel h3 { font-size: 41px; }
  .form-row { grid-template-columns: 1fr; }
  .book-hero h1 { font-size: 62px; }
}

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