/* The Cowboy Cabin, Cora WY. Page styles on top of the Organic token sheet (organic.css). */

html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: var(--color-accent-700); }
a:hover { color: var(--color-accent); }
img, video, canvas { display: block; }
img { height: auto; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
button { font: inherit; }

:root {
  --gutter: clamp(20px, 5vw, 88px);
  --wrap: 1560px;
  --ink-55: color-mix(in srgb, var(--color-text) 55%, transparent);
  --ink-45: color-mix(in srgb, var(--color-text) 45%, transparent);
  --ink-72: color-mix(in srgb, var(--color-text) 72%, transparent);
  --paper: #f8f1e4;
  --paper-76: rgba(248, 241, 228, 0.76);
  --strip-cols: 7;
  --strip-up: 0px;
  --strip-drop: clamp(26px, 4vw, 60px);
  --strip-wide: span 2;
  --season-grid: repeat(4, minmax(0, 1fr));
  --season-ar: 4 / 5;
  --place-cols: minmax(0, 1.05fr) minmax(0, 0.95fr);
  --vital-cols: 5;
  --range-cols: minmax(0, 1.02fr) minmax(0, 1fr);
  --morning-cols: minmax(0, 0.85fr) minmax(0, 1fr);
  --drive-cols: 1;
  --valley-cols: 3;
  --rate-label: 112px;
  --hero-focus: 50% 50%;
}
@media (max-width: 980px) {
  :root { --place-cols: minmax(0, 1fr); --vital-cols: 3; --range-cols: minmax(0, 1fr); --strip-cols: 4; --strip-up: 0px; --strip-drop: 0px; --morning-cols: minmax(0, 1fr); --season-grid: repeat(2, minmax(0, 1fr)); --season-ar: 3 / 2; --valley-cols: 1; }
}
@media (max-width: 760px) {
  :root { --strip-cols: 2; --strip-wide: span 2; --drive-cols: 1; --rate-label: 86px; --hero-focus: 26% 50%; --vital-cols: 2; --season-grid: minmax(0, 1fr); --season-ar: 16 / 10; }
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* Small label voices. Three distinct treatments so the page does not wear one costume. */
.mark { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; }
.caption { font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-45); }
.lede { font-family: var(--font-heading); letter-spacing: -0.03em; line-height: 1.08; text-wrap: pretty; }
.body-lg { font-size: 16.5px; line-height: 1.75; color: var(--ink-72); text-wrap: pretty; }

/* ── nav ─────────────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px var(--gutter); background: color-mix(in srgb, var(--color-bg) 86%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: inherit; }
.nav-brand svg { width: 34px; height: 34px; flex: none; }
.nav-brand span { font-family: var(--font-heading); font-size: 17px; letter-spacing: -0.01em; }
.nav-right { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 34px); }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 34px); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.nav-links a { text-decoration: none; color: inherit; transition: color 160ms ease; }
.nav-links a:hover { color: var(--color-accent-700); }
@media (max-width: 760px) { .nav-links { display: none; } }

.pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; border: 0; cursor: pointer; text-decoration: none; font-family: var(--font-heading); font-weight: 400; line-height: 1.2; background: var(--color-accent); color: var(--color-bg); transition: background 160ms ease; white-space: nowrap; }
.pill:hover { background: var(--color-accent-600); color: var(--color-bg); }
.pill:active { background: var(--color-accent-700); }
.pill-sm { padding: 11px 22px; font-size: 12px; }
.pill-md { padding: 16px 34px; font-size: 15px; }
.pill-lg { padding: 18px 40px; font-size: 17px; }

.textlink { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid color-mix(in srgb, currentColor 32%, transparent); text-decoration: none; color: inherit; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; transition: color 160ms ease, border-color 160ms ease; }
.textlink .arrow { font-size: 15px; line-height: 1; color: var(--color-accent-700); }
.textlink:hover { color: var(--color-accent-700); border-bottom-color: var(--color-accent); }
.textlink.on-dark { color: var(--paper); }
.textlink.on-dark .arrow { color: var(--color-accent-400); }
.textlink.on-dark:hover { color: var(--color-accent-300); border-bottom-color: var(--color-accent-400); }

/* ── hero stage ──────────────────────────────────────────────────── */
.stage { position: relative; height: 260vh; margin-top: -74px; }
.stage-sticky { position: sticky; top: 0; height: 100svh; min-height: 560px; overflow: hidden; background: var(--color-accent-900); }
.stage-sticky video, .stage-sticky canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--hero-focus); }
.stage-sticky canvas { opacity: 0; }
.stage-sticky .ambient { opacity: 0; }
/* The scrub ends framed on the chairs, so the loop that takes over holds that
   same focal point in a portrait crop. Desktop shows the whole frame. */
@media (max-width: 760px) { .stage-sticky .ambient { object-position: 40% 50%; } }
.stage-scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(32,30,29,0.5) 0%, rgba(32,30,29,0.08) 38%, rgba(32,30,29,0.62) 100%); pointer-events: none; }

.hero-title { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 var(--gutter); color: var(--paper); pointer-events: none; }
.hero-title > div { max-width: var(--wrap); margin: 0 auto; width: 100%; }
.hero-kicker { font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; opacity: 0.78; margin-bottom: clamp(20px, 4vh, 44px); }
.hero-title h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(34px, 10.5vw, 176px); line-height: 0.88; letter-spacing: -0.04em; text-wrap: balance; }

.hero-arrived { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(24px, 5vh, 56px) var(--gutter); color: var(--paper); opacity: 0; }
.hero-arrived > div { max-width: var(--wrap); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }
.hero-arrived .mark { opacity: 0.72; margin-bottom: 12px; letter-spacing: 0.3em; }
.hero-arrived p { font-family: var(--font-heading); font-size: clamp(22px, 2.8vw, 40px); line-height: 1.1; letter-spacing: -0.02em; max-width: 18ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }

.hero-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--paper-76); white-space: nowrap; }
.hero-cue i { width: 6px; height: 6px; border-radius: 999px; background: var(--color-accent); display: block; }

/* ── section heads ───────────────────────────────────────────────── */
.sec-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 20px; }
.sec-head .num { font-size: 10px; letter-spacing: 0.32em; color: var(--color-accent-2-700); }
.sec-head h2 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(28px, 3.4vw, 46px); letter-spacing: -0.025em; }
.sec-head .rule { flex: 1; height: 1px; background: var(--color-divider); display: block; border-radius: 999px; min-width: 40px; }
.sec-head .aside { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-45); white-space: nowrap; }
.on-dark .sec-head .num { color: var(--color-accent-400); }
.on-dark .sec-head .rule { background: color-mix(in srgb, var(--color-neutral-100) 22%, transparent); }
.on-dark .sec-head .aside { color: color-mix(in srgb, var(--color-neutral-100) 50%, transparent); }

/* ── 01 the place ────────────────────────────────────────────────── */
.place { padding-top: clamp(48px, 11vh, 120px); }
.place-bar { display: flex; align-items: baseline; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--color-divider); }
.place-bar .num { color: var(--color-accent-2-700); }
.place-bar .what { color: var(--ink-55); }
.place-bar .where { margin-left: auto; color: color-mix(in srgb, var(--color-text) 40%, transparent); white-space: nowrap; }
.place-grid { display: grid; grid-template-columns: var(--place-cols); gap: clamp(28px, 4.5vw, 72px); align-items: start; padding-top: clamp(30px, 5vh, 56px); }
.place-copy { display: flex; flex-direction: column; gap: clamp(22px, 3.5vh, 34px); }
.place-copy .lede { font-size: clamp(28px, 3.6vw, 56px); max-width: 15ch; }
.place-copy .body-lg { max-width: 42ch; }
.place-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.fav { display: flex; align-items: center; gap: 11px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: color-mix(in srgb, var(--color-text) 62%, transparent); }
.fav i { width: 7px; height: 7px; border-radius: 999px; background: var(--color-accent); display: block; flex: none; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.fig img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius-lg); }
.fig figcaption { display: flex; gap: 12px; margin-top: 14px; }
.fig figcaption b { font-weight: 400; color: var(--color-accent-700); }

.vitals { display: grid; grid-template-columns: repeat(var(--vital-cols), minmax(0, 1fr)); border-top: 1px solid var(--color-divider); margin-top: clamp(34px, 6vh, 76px); }
.vital { display: flex; flex-direction: column; gap: 9px; padding: clamp(18px, 3vh, 28px) 0 clamp(6px, 1.5vh, 14px); }
.vital .caption { letter-spacing: 0.22em; }
.vital b { font-family: var(--font-heading); font-weight: 400; font-size: clamp(26px, 2.8vw, 42px); line-height: 1; letter-spacing: -0.03em; }

/* ── the mornings island ─────────────────────────────────────────── */
.mornings-wrap { padding: clamp(48px, 9vh, 110px) var(--gutter) clamp(60px, 11vh, 140px); }
.mornings { display: grid; grid-template-columns: var(--morning-cols); overflow: hidden; background: var(--color-accent-2-800); color: var(--color-neutral-100); border-radius: var(--radius-lg); }
.mornings-img { min-height: 280px; background: var(--color-accent-2-900) center / cover no-repeat; }
.mornings-copy { position: relative; overflow: hidden; padding: clamp(32px, 4.5vw, 64px); }
.mornings-copy .blob { position: absolute; width: 320px; height: 320px; border-radius: 999px; background: color-mix(in srgb, var(--color-accent-2-500) 30%, transparent); right: -110px; top: -130px; }
.mornings-copy > div { position: relative; display: flex; flex-direction: column; gap: clamp(20px, 3vh, 30px); }
.mornings-copy .mark { color: var(--color-accent-2-300); }
.mornings-copy .lede { font-size: clamp(26px, 2.9vw, 44px); max-width: 20ch; }
.mornings-copy .body-lg { color: color-mix(in srgb, var(--color-neutral-100) 78%, transparent); max-width: 46ch; }
.mornings-copy .body-lg + .body-lg { margin-top: -6px; }
.mornings-copy .note { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-accent-2-300); padding-top: 4px; }

/* ── 02 plates ───────────────────────────────────────────────────── */
.plates { padding-bottom: clamp(80px, 16vh, 190px); }
.plates .sec-head { margin-bottom: clamp(28px, 5vh, 52px); }
.strip { display: grid; grid-template-columns: repeat(var(--strip-cols), minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 26px); align-items: start; padding-bottom: var(--strip-drop); }
.strip figure { margin: 0; }
.strip .up { transform: translateY(var(--strip-up)); }
.strip .down { transform: translateY(var(--strip-drop)); }
.strip .wide { grid-column: var(--strip-wide); }
.strip img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius-lg); background: var(--color-neutral-200); }
.strip .wide img { aspect-ratio: 4 / 3; }
.strip figcaption { display: flex; flex-direction: column; gap: 5px; margin-top: 12px; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; line-height: 1.5; }
.strip figcaption b { font-weight: 400; color: var(--color-accent-700); }
.strip figcaption span { color: var(--ink-55); }
.plates-note { font-size: 13.5px; line-height: 1.7; margin-top: clamp(18px, 2.6vh, 28px); max-width: 52ch; color: color-mix(in srgb, var(--color-text) 52%, transparent); text-wrap: pretty; }
@media (max-width: 980px) { .strip figcaption { display: none; } .strip img { aspect-ratio: 1; } .strip .wide img { aspect-ratio: 2 / 1; } }

/* ── 03 specimen ─────────────────────────────────────────────────── */
.specimen { padding-bottom: clamp(80px, 16vh, 190px); }
.specimen .sec-head { margin-bottom: clamp(32px, 6vh, 64px); }
.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(20px, 2.4vw, 34px); }
.spec { background: var(--color-neutral-200); border-radius: var(--radius-lg); padding: clamp(24px, 2.6vw, 38px); }
.spec h3 { font-family: var(--font-body); font-weight: 400; font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--color-accent-2-700); padding-bottom: 4px; }
.spec dl { margin: 0; }
.spec .row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid var(--color-divider); font-size: 14.5px; }
.spec .row dt { margin: 0; }
.spec .row dd { margin: 0; color: color-mix(in srgb, var(--color-text) 56%, transparent); text-align: right; }
.spec-foot { grid-column: 1 / -1; font-size: 14px; line-height: 1.7; max-width: 62ch; color: var(--ink-55); text-wrap: pretty; padding-top: 6px; }

/* ── 04 range ────────────────────────────────────────────────────── */
.range { background: var(--color-surface); padding: clamp(80px, 16vh, 190px) var(--gutter); }
.range .sec-head { margin-bottom: clamp(28px, 5vh, 52px); }
.range .sec-head .rule { background: color-mix(in srgb, var(--color-text) 16%, transparent); }
.range-grid { display: grid; grid-template-columns: var(--range-cols); gap: clamp(30px, 4vw, 72px); align-items: start; }
.range-left { display: flex; flex-direction: column; gap: clamp(18px, 2.6vh, 26px); min-width: 0; }
.map-fig { position: relative; border-radius: var(--radius-lg); overflow: hidden; margin: 0; max-width: 720px; box-shadow: 0 3px 10px color-mix(in srgb, #2e2b25 12%, transparent); }
.map-fig iframe { display: block; width: 100%; aspect-ratio: 4 / 3; border: 0; pointer-events: none; background: var(--color-neutral-200); filter: saturate(0.6) contrast(0.85) brightness(1.1) opacity(0.94); }
.map-fig figcaption { position: absolute; right: 14px; bottom: 12px; font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(248,241,228,0.72); text-shadow: 0 1px 3px rgba(0,0,0,0.8); }
.facts { display: flex; flex-wrap: wrap; gap: 18px clamp(24px, 3vw, 48px); border-top: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent); padding-top: clamp(16px, 2.4vh, 22px); }
.facts div { display: flex; flex-direction: column; gap: 5px; }
.facts .caption { font-size: 9px; letter-spacing: 0.26em; color: color-mix(in srgb, var(--color-text) 48%, transparent); }
.facts b { font-family: var(--font-heading); font-weight: 400; font-size: 16px; }
.range-note { font-size: 13px; line-height: 1.72; max-width: 56ch; color: var(--ink-55); }
.range-right { display: flex; flex-direction: column; gap: clamp(22px, 3.2vh, 34px); min-width: 0; }
.range-right .lede { font-size: clamp(19px, 1.9vw, 30px); line-height: 1.24; letter-spacing: -0.025em; max-width: 20ch; }
.drives { display: grid; grid-template-columns: repeat(var(--drive-cols), minmax(0, 1fr)); gap: 0 clamp(24px, 3vw, 48px); }
.drive { display: flex; align-items: baseline; gap: 14px; padding: 13px 0; border-bottom: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent); }
.drive span { font-size: 15px; flex: 1; }
.drive b { flex: 0 0 auto; font-family: var(--font-heading); font-weight: 400; font-size: 15px; color: var(--color-accent-700); }

.valley { margin-top: clamp(56px, 10vh, 110px); padding-top: clamp(32px, 5vh, 56px); border-top: 1px solid color-mix(in srgb, var(--color-text) 12%, transparent); }
.valley .lede { font-size: clamp(22px, 2.4vw, 36px); max-width: 24ch; margin-bottom: clamp(24px, 4vh, 44px); }
.valley-grid { display: grid; grid-template-columns: repeat(var(--valley-cols), minmax(0, 1fr)); gap: clamp(24px, 3vw, 56px); }
.valley h3 { font-family: var(--font-heading); font-weight: 400; font-size: 20px; letter-spacing: -0.02em; margin-bottom: 8px; }
.valley .sub { font-size: 12.5px; color: var(--ink-55); margin-bottom: 14px; line-height: 1.6; }
.valley ul { list-style: none; margin: 0; padding: 0; }
.valley li { font-size: 14.5px; padding: 9px 0; border-top: 1px solid color-mix(in srgb, var(--color-text) 10%, transparent); display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.valley li small { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-45); white-space: nowrap; }

/* ── 05 seasons ──────────────────────────────────────────────────── */
.seasons { background: var(--color-accent-2-900); color: var(--color-neutral-100); padding: clamp(72px, 14vh, 168px) var(--gutter); }
.seasons .sec-head { margin-bottom: clamp(30px, 5vh, 56px); }
/* ── Footer: a dark bookend to the dark stage the page opens on. Four columns
      over a legal rule, with the name set oversize and nearly out underneath —
      the same shape the other sites in this shop use. ───────────────────── */
.foot { background: var(--color-accent-900); color: color-mix(in srgb, var(--color-accent-100) 66%, transparent); padding: clamp(48px, 7vw, 84px) 0 0; overflow: hidden; }
.foot-grid { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(28px, 3vw, 52px); }

.foot-brand .foot-mark { display: flex; align-items: center; gap: 12px; color: var(--color-accent-100); text-decoration: none; margin-bottom: 18px; }
.foot-brand .foot-mark svg { width: 38px; height: 38px; flex: none; }
.foot-brand .foot-mark span { font-family: var(--font-heading); font-weight: var(--font-heading-weight); font-size: 22px; line-height: 1; }
.foot-tagline { font-family: var(--font-heading); font-weight: var(--font-heading-weight); font-size: 20px; line-height: 1.15; color: var(--color-accent-300); margin-bottom: 10px; }
.foot-brand p:not(.foot-tagline) { font-size: 13px; line-height: 1.6; max-width: 38ch; }

.foot-col { display: grid; gap: 9px; align-content: start; }
.foot-col h3 { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-accent-400); margin-bottom: 5px; }
.foot-col a { color: inherit; text-decoration: none; font-size: 14px; transition: color 160ms ease; }
.foot-col a:hover { color: var(--color-accent-100); }
.foot-col a.foot-more { color: var(--color-accent-400); }

.foot-legal { max-width: var(--wrap); margin: clamp(34px, 4vw, 52px) auto 0; padding: 16px var(--gutter); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 28px; border-top: 1px solid color-mix(in srgb, var(--color-accent-100) 14%, transparent); font-size: 12px; }

/* The build credit: quieter than the legal line it sits in. */
.by-lnk { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: inherit; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; text-decoration-color: color-mix(in srgb, var(--color-accent-100) 40%, transparent); transition: color 160ms ease, text-decoration-color 160ms ease; }
.by-lnk:hover { color: var(--color-accent-300); text-decoration-color: var(--color-accent-300); }

/* Set from the wrap width rather than the viewport, so it stops growing when
   the layout does and always ends flush with the columns above it. The divisor
   is the string's own width-to-font-size ratio: "The Cowboy Cabin" in Caprasimo
   measures 10.76x its font size, so 11.05 fills the line and clears sub-pixel
   rounding. It
   is specific to this name — change the name and re-measure. */
.foot-sig { width: min(100% - (2 * var(--gutter)), var(--wrap)); margin: 6px auto 0; line-height: 0.9; overflow: hidden; }
.foot-sig span { display: block; text-align: center; white-space: nowrap; font-family: var(--font-heading); font-weight: var(--font-heading-weight); text-transform: uppercase; font-size: calc(min(100vw - (2 * var(--gutter)), var(--wrap)) / 11.05); letter-spacing: -0.01em; color: color-mix(in srgb, var(--color-accent-100) 7%, transparent); transform: translateY(0.09em); }

@media (max-width: 1000px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } .foot-legal { justify-content: flex-start; } }

.season-grid { display: grid; grid-template-columns: var(--season-grid); gap: clamp(22px, 2.4vw, 40px) clamp(18px, 2vw, 34px); align-items: stretch; }
.season { display: flex; flex-direction: column; gap: 15px; min-width: 0; }
.season-img { position: relative; width: 100%; aspect-ratio: var(--season-ar); border-radius: var(--radius-lg); overflow: hidden; background: color-mix(in srgb, var(--color-neutral-100) 8%, transparent); }
.season-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.78) contrast(0.92) brightness(1.04); transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.season:hover .season-img img { transform: scale(1.035); }
.season-img i { position: absolute; top: 12px; left: 13px; font-style: normal; font-family: var(--font-heading); font-size: 13px; letter-spacing: 0.02em; color: var(--color-neutral-100); background: color-mix(in srgb, var(--color-accent-2-900) 62%, transparent); border-radius: 999px; padding: 5px 12px; line-height: 1.2; }
.season-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
.season-head h3 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(24px, 2.3vw, 34px); letter-spacing: -0.03em; }
.season-head span { font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--color-accent-400); }
.season p { font-size: 14.5px; line-height: 1.7; text-wrap: pretty; color: color-mix(in srgb, var(--color-neutral-100) 76%, transparent); }
.season-foot { display: flex; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--color-neutral-100) 18%, transparent); }
.season-foot span { font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: color-mix(in srgb, var(--color-neutral-100) 46%, transparent); }
.season-foot b { font-family: var(--font-heading); font-weight: 400; font-size: 16px; color: var(--color-accent-300); }

/* ── reviews ─────────────────────────────────────────────────────── */
.reviews { padding-bottom: clamp(80px, 16vh, 190px); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(32px, 6vw, 110px); align-items: center; border-top: 1px solid var(--color-divider); padding-top: clamp(48px, 9vh, 100px); }
.score { display: flex; align-items: baseline; gap: 16px; margin-bottom: 18px; }
.score b { font-family: var(--font-heading); font-weight: 400; font-size: clamp(56px, 8vw, 104px); line-height: 0.88; letter-spacing: -0.035em; }
.score span { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-55); }
.reviews .body-lg { font-size: 16px; max-width: 38ch; margin-bottom: 22px; }
.creds { display: flex; flex-wrap: wrap; gap: 14px 0; margin-top: 6px; }
.cred { display: flex; flex-direction: column; gap: 4px; padding: 0 22px 0 0; margin-right: 22px; position: relative; }
.cred + .cred::before { content: ""; position: absolute; left: -23px; top: 6px; bottom: 6px; width: 1px; border-radius: 999px; background: var(--color-divider); }
.cred b { font-family: var(--font-heading); font-weight: 400; font-size: 20px; letter-spacing: -0.02em; color: var(--color-accent-2-800); line-height: 1.1; }
.cred span { font-size: 11.5px; color: var(--ink-55); letter-spacing: 0.01em; }
.bars { display: grid; gap: 18px; }
.bar { display: flex; align-items: center; gap: 16px; }
.bar span { flex: 0 0 var(--rate-label); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: color-mix(in srgb, var(--color-text) 56%, transparent); }
.bar .track { flex: 1; height: 3px; border-radius: 999px; background: var(--color-neutral-300); position: relative; overflow: hidden; }
.bar .track i { position: absolute; inset: 0 auto 0 0; border-radius: 999px; background: var(--color-accent-2-600); width: var(--pct); }
.bar b { font-family: var(--font-heading); font-weight: 400; font-size: 13px; width: 30px; text-align: right; }
.quotes { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(24px, 3vw, 56px); padding-top: clamp(28px, 4vh, 44px); border-top: 1px solid var(--color-divider); }
.quote p { font-family: var(--font-heading); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.35; letter-spacing: -0.015em; max-width: 34ch; margin-bottom: 12px; text-wrap: pretty; }
.quote span { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-45); }

/* ── 06 reserve ──────────────────────────────────────────────────── */
.reserve-wrap { padding: 0 var(--gutter) clamp(64px, 11vh, 130px); }
.reserve { position: relative; overflow: hidden; background: var(--color-accent-2-800); color: var(--color-neutral-100); border-radius: var(--radius-lg); padding: clamp(40px, 7vw, 110px); }
.reserve .blob { position: absolute; width: 44vw; height: 44vw; max-width: 620px; max-height: 620px; border-radius: 999px; background: color-mix(in srgb, var(--color-accent-2-500) 42%, transparent); right: -9vw; bottom: -20vw; pointer-events: none; }
.reserve-grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(32px, 5vw, 88px); align-items: center; }
.reserve .mark { opacity: 0.58; margin-bottom: 22px; }
.reserve h2 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(34px, 5vw, 72px); line-height: 1; letter-spacing: -0.035em; margin-bottom: 22px; text-wrap: balance; }
.reserve .body-lg { color: color-mix(in srgb, var(--color-neutral-100) 84%, transparent); font-size: 17px; max-width: 40ch; margin-bottom: 34px; }
.reserve .cta-row { gap: 16px 28px; }
.host { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 22px; }
.host img { width: 82px; height: 82px; border-radius: 999px; object-fit: cover; object-position: 60% 30%; flex: none; }
.host > div { flex: 1; min-width: 220px; }
.host .name { font-family: var(--font-heading); font-size: 23px; margin-bottom: 5px; }
.host .role { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.58; margin-bottom: 16px; }
.host p { font-size: 14.5px; line-height: 1.75; opacity: 0.85; }
.host .phone { display: inline-block; margin-top: 16px; font-family: var(--font-heading); font-size: 17px; color: var(--color-accent-300); text-decoration: none; letter-spacing: 0.02em; }
.host .phone:hover { color: var(--color-accent-200); }

/* ── footer ──────────────────────────────────────────────────────── */

/* ── booking dialog ──────────────────────────────────────────────── */
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 90; background: color-mix(in srgb, #201e1d 62%, transparent); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px); }
.dialog { position: relative; width: min(640px, 100%); max-height: 92vh; overflow: auto; background: var(--color-bg); color: var(--color-text); border-radius: var(--radius-lg); box-shadow: 0 14px 40px rgba(46, 43, 37, 0.24); padding: clamp(26px, 4vw, 46px); }
.dialog .close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 999px; border: 0; cursor: pointer; background: color-mix(in srgb, var(--color-text) 8%, transparent); color: var(--color-text); font-size: 17px; line-height: 1; display: grid; place-items: center; }
.dialog .close:hover { background: color-mix(in srgb, var(--color-text) 15%, transparent); }
.dialog .mark { color: var(--color-accent-2-700); margin-bottom: 16px; }
.dialog h3 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.02; letter-spacing: -0.035em; margin-bottom: 12px; }
.dialog .intro { font-size: 15px; line-height: 1.65; margin-bottom: 28px; max-width: 44ch; color: color-mix(in srgb, var(--color-text) 70%, transparent); }
.form { display: grid; gap: 18px; }
.form .r3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; }
.form .r2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.field > label { display: block; font-size: 12px; margin-bottom: 5px; color: color-mix(in srgb, var(--color-text) 70%, transparent); }
.input { width: 100%; min-height: 40px; padding: 8px 14px; font: inherit; font-size: 14px; color: var(--color-text); caret-color: var(--color-accent); background: var(--color-surface); border: 1px solid var(--color-divider); border-radius: 999px; }
.input:hover { border-color: color-mix(in srgb, var(--color-text) 45%, transparent); }
.input:focus-visible { border-color: var(--color-accent); outline: 2px solid var(--color-accent); outline-offset: 0; }
textarea.input { min-height: 90px; resize: vertical; border-radius: 20px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 22px; margin-top: 4px; }
.form-actions .alt { font-size: 13px; color: var(--color-accent-700); }
.form-status { font-size: 13px; color: var(--color-accent-800); min-height: 1em; }
.sent { padding: clamp(18px, 4vw, 40px) 0; }
.sent .tick { width: 52px; height: 52px; border-radius: 999px; background: var(--color-accent-2-200); color: var(--color-accent-2-800); display: grid; place-items: center; font-size: 22px; margin-bottom: 22px; }
.sent h3 { margin-bottom: 14px; }
.sent p { font-size: 16px; line-height: 1.7; margin-bottom: 20px; max-width: 42ch; color: color-mix(in srgb, var(--color-text) 74%, transparent); }
.sent .summary { font-size: 14px; line-height: 1.7; background: var(--color-surface); border-radius: 20px; padding: 16px 20px; margin-bottom: 24px; white-space: pre-wrap; color: var(--ink-72); }
.sent .cta-row { gap: 14px 24px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .season-img img { transition: none; }
}

/* ── secondary pages ─────────────────────────────────────────────── */
.nav-links a[aria-current="page"] { color: var(--color-accent-700); }
.page-hero { position: relative; height: clamp(420px, 62vh, 680px); overflow: hidden; background: var(--color-accent-900); margin-top: -74px; color: var(--paper); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.72) contrast(0.9) brightness(0.96); }
.page-hero-scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(32,30,29,0.42) 0%, rgba(32,30,29,0.06) 40%, rgba(32,30,29,0.7) 100%); }
.page-hero-copy { position: absolute; left: 0; right: 0; bottom: 0; padding-top: 0; padding-bottom: clamp(30px, 6vh, 64px); display: flex; flex-direction: column; gap: 16px; }
.page-hero-copy .mark { opacity: 0.78; letter-spacing: 0.34em; }
.page-hero-copy h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(36px, 6.4vw, 104px); line-height: 0.94; letter-spacing: -0.035em; max-width: 14ch; text-wrap: balance; }
.page-hero-copy .body-lg { color: rgba(248,241,228,0.8); max-width: 52ch; font-size: 16px; }
.page-sec { padding-top: clamp(56px, 10vh, 120px); padding-bottom: clamp(24px, 4vh, 48px); }
.page-sec .sec-head { margin-bottom: clamp(28px, 5vh, 52px); }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 96px); align-items: start; }
.two-col.reverse .col-figs { order: -1; }
.col-copy { display: flex; flex-direction: column; gap: clamp(18px, 3vh, 28px); }
.col-copy .lede { font-size: clamp(26px, 3vw, 46px); max-width: 16ch; }
.col-copy .body-lg { max-width: 48ch; }
.spec-list { margin: 8px 0 0; }
.spec-list .row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid var(--color-divider); font-size: 14.5px; }
.spec-list dt { margin: 0; flex: 0 0 auto; }
.spec-list dd { margin: 0; text-align: right; color: color-mix(in srgb, var(--color-text) 58%, transparent); max-width: 30ch; }
.col-figs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 26px); align-items: start; }
.col-figs figure:nth-child(2n) { transform: translateY(clamp(26px, 4vw, 60px)); }
.col-figs img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); }
.col-figs figcaption { display: flex; gap: 10px; margin-top: 10px; }
.col-figs figcaption b { font-weight: 400; color: var(--color-accent-700); }
@media (max-width: 900px) { .two-col { grid-template-columns: minmax(0, 1fr); } .two-col.reverse .col-figs { order: 1; } .col-figs figure:nth-child(2n) { transform: none; } }

.vlist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 0 clamp(28px, 4vw, 64px); }
.vlist li { padding: 18px 0; border-top: 1px solid var(--color-divider); }
.vl-head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.vl-head span { font-family: var(--font-heading); font-size: 18px; letter-spacing: -0.015em; }
.vl-head small { font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent-700); white-space: nowrap; }
.vlist p { font-size: 14px; line-height: 1.65; color: var(--ink-72); max-width: 46ch; }
.strip-sec { padding-bottom: clamp(48px, 8vh, 96px); }
.strip-sec .strip { --strip-cols: 4; --strip-drop: clamp(20px, 3vw, 48px); }
.strip-sec .strip figure:nth-child(2n) { transform: translateY(var(--strip-drop)); }
.strip-sec .strip img { aspect-ratio: 4 / 5; }
@media (max-width: 760px) { .strip-sec .strip { --strip-cols: 2; } }
.cta-sec { padding-top: clamp(40px, 7vh, 80px); padding-bottom: clamp(72px, 12vh, 140px); display: flex; flex-direction: column; gap: clamp(22px, 3vh, 34px); align-items: flex-start; border-top: 1px solid var(--color-divider); margin-top: clamp(40px, 7vh, 80px); }
.cta-sec .lede { font-size: clamp(26px, 3.2vw, 48px); max-width: 22ch; }

.gallery-head { padding-bottom: clamp(24px, 4vh, 40px); }
.gallery-head h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(34px, 4.2vw, 64px); letter-spacing: -0.03em; }
.gallery-head .body-lg { max-width: 56ch; }
.gallery { columns: 3; column-gap: clamp(14px, 1.6vw, 26px); padding-bottom: clamp(24px, 4vh, 48px); }
.plate { break-inside: avoid; margin: 0 0 clamp(18px, 2vw, 30px); }
.plate a { display: block; border-radius: var(--radius-lg); overflow: hidden; background: var(--color-neutral-200); }
.plate a:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 3px; }
.plate img { width: 100%; height: auto; transition: filter 300ms ease; }
.plate a:hover img { filter: saturate(0.9) contrast(0.95) brightness(1.02) opacity(1); }
.plate figcaption { display: flex; gap: 10px; margin-top: 10px; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; }
.plate figcaption b { font-weight: 400; color: var(--color-accent-700); }
.plate figcaption span { color: var(--ink-55); }
@media (max-width: 980px) { .gallery { columns: 2; } }
@media (max-width: 560px) { .gallery { columns: 1; } }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 90; background: color-mix(in srgb, #201e1d 88%, transparent); display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; padding: 20px; color: var(--paper); }
.lb-fig { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; min-width: 0; }
.lb-fig img { max-width: 100%; max-height: calc(100vh - 120px); border-radius: var(--radius-md); }
.lb-fig figcaption { display: flex; gap: 12px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(248,241,228,0.72); }
.lb-fig figcaption b { font-weight: 400; color: var(--color-accent-300); }
.lb-close, .lb-arrow { appearance: none; border: 0; cursor: pointer; background: rgba(248,241,228,0.1); color: var(--paper); width: 44px; height: 44px; border-radius: 999px; font-size: 20px; display: grid; place-items: center; justify-self: center; }
.lb-close:hover, .lb-arrow:hover { background: rgba(248,241,228,0.2); }
.lb-close { position: absolute; top: 18px; right: 18px; }
@media (max-width: 600px) { .lightbox { grid-template-columns: 40px minmax(0, 1fr) 40px; padding: 12px; } .lb-close, .lb-arrow { width: 36px; height: 36px; } }

.book-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(32px, 6vw, 110px); align-items: start; padding-bottom: clamp(60px, 10vh, 120px); }
.book-form .mark { color: var(--color-accent-2-700); margin-bottom: 22px; }
.book-aside .mark { color: var(--color-accent-2-700); margin-bottom: 8px; }
.book-aside .body-lg { margin-top: 22px; }
@media (max-width: 860px) { .book-grid { grid-template-columns: minmax(0, 1fr); } }

/* ── phone refinements ───────────────────────────────────────────── */
.nav-menu { display: none; appearance: none; border: 0; background: transparent; color: var(--color-text); font-family: var(--font-heading); font-size: 15px; padding: 8px 4px; cursor: pointer; }
.nav-sheet[hidden] { display: none; }
.nav-sheet { position: absolute; left: 0; right: 0; top: 100%; display: flex; flex-direction: column; padding: 10px var(--gutter) 28px; background: color-mix(in srgb, var(--color-bg) 96%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--color-divider); }
.nav-sheet a { font-family: var(--font-heading); font-size: 30px; letter-spacing: -0.02em; line-height: 1.1; padding: 11px 0; text-decoration: none; color: var(--color-text); border-top: 1px solid var(--color-divider); }
.nav-sheet a:first-child { border-top: 0; }
.nav-sheet a:hover { color: var(--color-accent-700); }
.nav-sheet .nav-sheet-phone { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-accent-700); padding-top: 18px; margin-top: 6px; }
@media (max-width: 760px) {
  .nav { padding: 14px var(--gutter); }
  .nav-menu { display: inline-block; }
  .nav-right { gap: 10px; }
  .pill-sm { padding: 10px 18px; }
  .hero-kicker, .page-hero-copy .mark { font-size: 9px; letter-spacing: 0.22em; }
  .hero-title h1 { font-size: clamp(40px, 11.5vw, 176px); }
  .hero-arrived p { font-size: 24px; }
  .place-copy .lede { font-size: 34px; }
  :root { --vital-cols: 3; }
  .vital b { font-size: 28px; }
  .mornings-copy .lede { font-size: 28px; }
  .sec-head h2 { font-size: 30px; }
  .sec-head .aside { display: none; }
  .page-hero { height: clamp(420px, 70svh, 620px); }
  .page-hero-copy h1 { font-size: clamp(38px, 10vw, 104px); }
  .col-copy .lede { font-size: 28px; }
  .cta-sec .lede { font-size: 28px; }
  .score b { font-size: 64px; }
  .quote p { font-size: 17px; }
  .reserve h2 { font-size: 38px; }
  .dialog { max-height: 94vh; }
}
@media (max-width: 560px) {
  .gallery { columns: 2; column-gap: 10px; }
  .plate { margin-bottom: 14px; }
  .plate figcaption { font-size: 8.5px; letter-spacing: 0.12em; gap: 6px; }
  .strip { gap: 10px; }
  .season-img i { top: 10px; left: 10px; }
}
@media (max-width: 760px) {
  .nav-brand { gap: 9px; }
  .nav-brand svg { width: 28px; height: 28px; }
  .nav-brand span { font-size: 15px; white-space: nowrap; }
  .nav-menu { padding: 8px 2px; font-size: 14px; }
  .pill-sm { padding: 9px 15px; font-size: 11.5px; }
  .hero-title h1 { font-size: clamp(32px, 8.6vw, 176px); }
  .hero-title h1 br { display: none; }
}
@media (max-width: 360px) { .nav-brand span { display: none; } }
