:root {
  color-scheme: light;
  --ink: #12201c;
  --forest: #0b201b;
  --forest-soft: #17382f;
  --cream: #f2eee5;
  --paper: #faf8f2;
  --gold: #cfa960;
  --gold-light: #e7ce98;
  --rust: #8e3f2c;
  --sage: #91a89d;
  --text-muted: #4d5b55;
  --text-on-dark: #eef2ef;
  --text-muted-on-dark: #d1d8d4;
  --line: rgba(18, 32, 28, 0.16);
  --shell: min(1180px, calc(100vw - 64px));
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 118px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 92px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--text-on-dark); background: rgba(5,22,17,.94); border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); font-family: var(--serif); font-size: 17px; }
.brand-mark { line-height: 1; }
.brand-mark { text-indent: 0; }
.brand-mark::before { content: ""; }
.brand-mark { --rotation: -45deg; }
.brand-mark { }
.brand-copy { display: grid; gap: 2px; }
.brand-copy b { font-size: 14px; letter-spacing: .03em; }
.brand-copy em { font: 13px/1.3 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted-on-dark); font-style: normal; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { font-size: 14px; text-decoration: none; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold-light); }
.source-button { color: var(--text-on-dark); text-decoration: none; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.55); padding: 12px 14px; }
.source-button span { color: var(--gold-light); margin-left: 16px; }
.mobile-menu { display: none; border: 0; background: transparent; color: white; padding: 8px; }
.mobile-nav-panel { display: none; }

.hero { position: relative; min-height: 880px; background: var(--forest); color: white; overflow: hidden; padding-top: 92px; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.06); transform: scale(1.02); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,17,.97) 0%, rgba(5,22,17,.87) 38%, rgba(5,22,17,.32) 74%, rgba(5,22,17,.52) 100%), linear-gradient(0deg, rgba(5,22,17,.85), transparent 45%); }
.hero-rail { position: absolute; top: 138px; right: 26px; bottom: 150px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; font: 13px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--text-on-dark); writing-mode: vertical-rl; }
.hero-content { position: relative; z-index: 2; padding-top: 116px; }
.eyebrow, .kicker { margin: 0 0 26px; font: 13px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { color: var(--gold-light); display: flex; align-items: center; gap: 13px; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(66px, 7vw, 104px); line-height: .9; max-width: 850px; }
.hero h1 em, .section-heading h2 em { color: var(--gold-light); font-weight: 600; }
.hero-intro { margin: 38px 0 0; max-width: 560px; font-size: 17px; line-height: 1.7; color: var(--text-on-dark); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 20px; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.button--primary { background: var(--gold-light); color: var(--forest); }
.text-link { text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding-block: 13px; border-bottom: 1px solid rgba(255,255,255,.55); }
.text-link span { margin-left: 28px; color: var(--gold-light); font-family: var(--mono); }
.hero-stats { position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.hero-stats div { min-height: 126px; display: flex; align-items: end; gap: 15px; padding: 32px 22px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stats div:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.hero-stats strong { font: 42px/.85 var(--serif); color: var(--gold-light); }
.hero-stats span { max-width: 135px; font-size: 14px; line-height: 1.45; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted-on-dark); }

.section-heading .kicker, .sources-section .kicker, .systems-section .kicker { color: var(--rust); }
.section-heading h2 { font-size: clamp(48px, 5vw, 72px); line-height: .98; }
.section-heading h2 em { color: var(--rust); }
.section-heading--row { display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.section-deck { max-width: 440px; margin: 0 0 3px; font-size: 16px; line-height: 1.7; color: var(--text-muted); }
.brief-grid { display: grid; grid-template-columns: 1.05fr 1.35fr; gap: 90px; margin-top: 72px; }
.lead-note { position: relative; padding: 42px 45px 42px 58px; background: #e8e0d0; align-self: start; }
.quote-mark { position: absolute; top: 18px; left: 22px; font: 68px/1 var(--serif); color: var(--rust); opacity: .55; }
.lead-note blockquote { margin: 0; font: 25px/1.45 var(--serif); }
.lead-note p { margin: 28px 0 0; font: 13px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); }
.brief-points { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.brief-points article { padding: 32px 26px 0 0; border-right: 1px solid var(--line); }
.brief-points article + article { padding-left: 26px; }
.brief-points span, .drawer-label, .source-card > span { font: 13px/1.4 var(--mono); color: var(--rust); text-transform: uppercase; letter-spacing: .08em; }
.brief-points h3 { margin: 18px 0 12px; font: 21px/1.2 var(--serif); }
.brief-points p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-muted); }

.outlets-section { background: var(--cream); }
.outlet-tools { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.concept-count { margin: 0; display: flex; align-items: baseline; gap: 9px; font: 13px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); }
.concept-count strong { font: 28px/1 var(--serif); color: var(--rust); }
.search-field { width: 220px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--ink); padding: 8px 0; }
.search-field input { min-width: 0; width: 100%; background: transparent; border: 0; outline: 0; font-size: 16px; }
.venue-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px 22px; margin-top: 30px; }
.venue-card { background: var(--paper); min-width: 0; animation: rise-in .45s both; animation-delay: var(--delay); }
.venue-card > button { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.venue-image { position: relative; aspect-ratio: 1.62; overflow: hidden; background: #d8d2c4; }
.venue-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.venue-image > span { position: absolute; right: 14px; bottom: 12px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--paper); font: 13px/1 var(--mono); }
.venue-card button:hover .venue-image img, .venue-card button:focus-visible .venue-image img { transform: scale(1.035); }
.venue-copy { padding: 23px 23px 25px; }
.operator-badge { display: inline-flex; align-items: center; gap: 7px; font: 13px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); }
.operator-badge i { width: 6px; height: 6px; border-radius: 50%; background: #658d76; }
.venue-category { margin: 26px 0 8px; font: 13px/1.4 var(--mono); color: var(--rust); text-transform: uppercase; letter-spacing: .07em; }
.venue-copy h3 { margin: 0; font: 30px/1.1 var(--serif); }
.venue-copy > p:not(.venue-category) { min-height: 82px; margin: 14px 0 22px; font-size: 16px; line-height: 1.65; color: var(--text-muted); }
.card-action { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.empty-state { margin: 55px 0 0; color: var(--text-muted); }
@keyframes rise-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.proof-section { overflow: hidden; background: #e7dece; }
.proof-metrics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 66px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-metrics article { min-width: 0; min-height: 205px; display: flex; align-items: start; gap: 18px; padding: 34px 25px 30px; border-right: 1px solid var(--line); }
.proof-metrics article:first-child { border-left: 1px solid var(--line); }
.proof-metrics strong { flex: 0 0 auto; font: 43px/.9 var(--serif); color: var(--rust); }
.proof-metrics span { display: block; margin-top: 2px; font: 13px/1.45 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.proof-metrics p { margin: 16px 0 0; font-size: 16px; line-height: 1.65; color: var(--text-muted); }
.proof-feature { display: grid; grid-template-columns: .72fr 1.5fr; margin-top: 34px; background: var(--forest); color: white; }
.proof-story { min-width: 0; padding: 46px 42px; border-right: 1px solid rgba(255,255,255,.15); }
.proof-story .kicker { margin-bottom: 24px; color: var(--gold-light); }
.proof-logo { width: min(265px,100%); padding: 17px 20px; background: #f7f4ee; }
.proof-story h3 { margin: 36px 0 18px; font: 34px/1.08 var(--serif); }
.proof-story > p:not(.kicker) { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-on-dark); }
.proof-story-stat { display: flex; align-items: end; gap: 16px; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.proof-story-stat strong { font: 48px/.82 var(--serif); color: var(--gold-light); }
.proof-story-stat span { max-width: 220px; font: 13px/1.5 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--text-muted-on-dark); }
.build-book-gallery { min-width: 0; display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,minmax(245px,1fr)); gap: 1px; background: rgba(255,255,255,.15); }
.proof-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #ede9df; }
.proof-photo--featured { grid-column: span 2; }
.proof-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.proof-photo:hover img { transform: scale(1.035); }
.proof-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: grid; gap: 6px; padding: 45px 18px 17px; color: white; background: linear-gradient(transparent,rgba(4,16,12,.88)); }
.proof-photo figcaption span { font: 13px/1.35 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--gold-light); }
.proof-photo figcaption strong { font: 18px/1.15 var(--serif); }
.alto-proof { min-width: 0; display: grid; grid-template-columns: .82fr 1.7fr; margin-top: 1px; background: #e8e0d0; color: var(--ink); }
.alto-proof-media { position: relative; min-width: 0; min-height: 520px; overflow: hidden; background: #071813; }
.alto-proof-media > img { width: 100%; height: 100%; padding: 28px 18px 120px; object-fit: contain; filter: saturate(.85) contrast(1.05); }
.alto-proof-media::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(4,16,12,.96)); pointer-events: none; }
.alto-proof-media > div { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 34px; display: grid; gap: 11px; color: white; }
.alto-proof-media span { font: 13px/1.4 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--gold-light); }
.alto-proof-media strong { max-width: 330px; font: 30px/1.08 var(--serif); }
.alto-proof-content { min-width: 0; padding: 44px; }
.alto-proof-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: end; padding-bottom: 32px; border-bottom: 1px solid rgba(18,32,28,.16); }
.alto-proof-heading .kicker { margin-bottom: 14px; color: var(--rust); }
.alto-proof-heading h3 { margin: 0; font: 32px/1.08 var(--serif); }
.alto-proof-heading h3 em { color: var(--rust); }
.alto-proof-heading > p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-muted); }
.alto-event-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.alto-event-card { min-width: 0; padding: 24px; background: #f7f3ea; border: 1px solid rgba(18,32,28,.14); }
.alto-event-card header { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(18,32,28,.12); }
.alto-event-card header span { font: 13px/1.35 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--rust); }
.alto-event-card h4 { margin: 8px 0 0; font: 22px/1.12 var(--serif); }
.alto-event-card header > strong { display: grid; justify-items: end; align-content: start; font: 34px/.85 var(--serif); color: var(--rust); }
.alto-event-card header small { margin-top: 8px; font: 13px/1.35 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); }
.alto-event-card dl { display: grid; gap: 14px; margin: 19px 0 0; }
.alto-event-card dl > div { display: grid; grid-template-columns: 82px 1fr; gap: 14px; }
.alto-event-card dt { padding-top: 3px; font: 13px/1.4 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--rust); }
.alto-event-card dd { margin: 0; font-size: 15px; line-height: 1.6; color: var(--text-muted); }
.alto-signatures { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.alto-signatures span { padding: 8px 9px; border: 1px solid rgba(18,32,28,.3); font: 13px/1.35 var(--mono); letter-spacing: .03em; text-transform: uppercase; }
.alto-event-card footer { display: grid; gap: 7px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(18,32,28,.12); }
.alto-event-card footer span { font: 13px/1.35 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--rust); }
.alto-event-card footer strong { font-size: 14px; line-height: 1.5; font-weight: 600; }

.systems-section { background: var(--forest); color: white; }
.section-heading--light h2 em { color: var(--gold-light); }
.section-heading--light .kicker { color: var(--gold-light); }
.section-heading--light .section-deck { color: var(--text-muted-on-dark); }
.systems-list { margin-top: 72px; border-top: 1px solid rgba(255,255,255,.18); }
.system-row { display: grid; grid-template-columns: 55px 1.2fr repeat(3,1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.system-index { font: 14px/1.4 var(--mono); color: var(--gold-light); padding-top: 4px; }
.system-title h3 { margin: 0 0 9px; font: 24px/1.1 var(--serif); }
.system-title span { font: 13px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--gold-light); }
.system-cell { border-left: 1px solid rgba(255,255,255,.13); padding-left: 20px; }
.system-cell small { font: 13px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted-on-dark); }
.system-cell p { margin: 10px 0 0; font-size: 16px; line-height: 1.65; color: var(--text-on-dark); }
.system-cell--move p { color: var(--text-on-dark); }
.production-callout { margin-top: 66px; display: grid; grid-template-columns: .9fr 1.2fr .9fr; align-items: center; gap: 55px; padding: 42px 46px; background: #17362e; border: 1px solid rgba(231,206,152,.24); }
.production-callout .kicker { margin-bottom: 14px; color: var(--gold-light); }
.production-callout h3 { margin: 0; font: 28px/1.12 var(--serif); }
.production-callout > p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-on-dark); }
.production-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.production-tags span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.45); font: 13px/1.35 var(--mono); text-transform: uppercase; letter-spacing: .04em; }

.progress-block { display: flex; align-items: end; gap: 13px; padding-bottom: 5px; }
.progress-block strong { font: 38px/1 var(--serif); color: var(--rust); }
.progress-block > span { max-width: 150px; font: 13px/1.45 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); }
.planning-note { max-width: 700px; margin: 34px 0 0; padding-left: 14px; border-left: 2px solid var(--gold); font-size: 16px; line-height: 1.65; color: var(--text-muted); }
.runway-list { margin-top: 46px; border-top: 1px solid var(--line); }
.runway-item { display: grid; grid-template-columns: 64px 1fr 1.45fr; gap: 28px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); transition: opacity .2s; }
.step-check { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--forest); color: var(--text-on-dark); font: 13px/1 var(--mono); }
.step-title > span { font: 13px/1.4 var(--mono); color: var(--rust); text-transform: uppercase; letter-spacing: .06em; }
.step-title h3 { margin: 8px 0 0; font: 22px/1.2 var(--serif); }
.runway-item > p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-muted); }
.accomplishments { margin-top: 80px; padding: 48px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; background: #e8e0d0; }
.accomplishments .kicker { color: var(--rust); margin-bottom: 15px; }
.accomplishments h3 { margin: 0; font: 30px/1.15 var(--serif); }
.accomplishment-tags { display: flex; flex-wrap: wrap; align-content: center; gap: 9px; }
.accomplishment-tags span { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(18,32,28,.3); font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }

.sources-section { background: #071813; color: white; }
.sources-grid { display: grid; grid-template-columns: 1.1fr repeat(2,1fr); gap: 20px; }
.sources-grid > .section-heading { grid-row: span 2; padding-right: 48px; }
.source-card { min-height: 260px; padding: 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); }
.source-card--primary { background: var(--gold-light); color: var(--forest); border-color: transparent; }
.source-card > span { color: var(--gold-light); }
.source-card--primary > span { color: var(--rust); }
.source-card h3 { margin: 18px 0 16px; font: 26px/1.2 var(--serif); }
.source-card p { margin: 0 0 20px; font-size: 16px; line-height: 1.7; color: var(--text-on-dark); }
.source-card--primary p { color: #34433d; }
.source-card dl { margin: 22px 0; }
.source-card dl div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(11,32,27,.25); font-size: 14px; }
.source-card dt { color: var(--text-muted-on-dark); }
.source-card--primary dt { color: #3c4b45; }
.source-card dd { margin: 0; }
.source-card a { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.site-footer { background: #050e0b; color: white; padding-block: 34px; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer > div { display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand b { font: 14px/1.2 var(--serif); }
.footer-brand p { margin: 5px 0 0; font: 13px/1.4 var(--mono); color: var(--text-muted-on-dark); text-transform: uppercase; letter-spacing: .06em; }
.site-footer > div > a { font: 14px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--gold-light); text-decoration: none; }

.drawer-layer { position: fixed; z-index: 100; inset: 0; visibility: hidden; pointer-events: none; }
.drawer-layer.is-open { visibility: visible; pointer-events: auto; }
.drawer-scrim { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(3,12,9,.72); opacity: 0; transition: opacity .3s; }
.is-open .drawer-scrim { opacity: 1; }
.venue-drawer { position: absolute; top: 0; right: 0; width: min(590px, 100vw); height: 100%; overflow-y: auto; background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.75,.25,1); }
.is-open .venue-drawer { transform: translateX(0); }
.drawer-media { position: relative; height: 305px; background: #ddd; }
.drawer-media img { width: 100%; height: 100%; object-fit: cover; }
.drawer-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; display: grid; place-items: center; border: 0; background: var(--paper); cursor: pointer; }
.drawer-content { padding: 42px 48px 60px; }
.drawer-content .venue-category { margin-top: 28px; }
.drawer-content h2 { margin: 0; font: 52px/.98 var(--serif); }
.drawer-hook { margin: 20px 0 0; font: 19px/1.5 var(--serif); color: #48534e; }
.source-name-note { padding: 12px 14px; background: #eee8dc; font-size: 14px; line-height: 1.55; color: var(--text-muted); }
.drawer-content section { margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.drawer-content section > p { margin: 12px 0 0; font-size: 16px; line-height: 1.7; color: var(--text-muted); }
.drawer-content ul, .drawer-content ol { margin: 15px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.drawer-content li { position: relative; padding: 13px 15px 13px 39px; background: #eee9df; font-size: 15px; line-height: 1.55; }
.drawer-content li::before { position: absolute; left: 13px; top: 12px; color: var(--rust); font-family: var(--mono); }
.drawer-content ul li::before { content: "+"; }
.drawer-content ol { counter-reset: priority; }
.drawer-content ol li { counter-increment: priority; }
.drawer-content ol li::before { content: counter(priority, decimal-leading-zero); font-size: 13px; top: 15px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .desktop-nav, .source-button { display: none; }
  .mobile-menu { display: block; }
  .mobile-nav-panel { position: fixed; z-index: 30; top: 76px; right: 20px; width: 230px; padding: 12px; background: var(--paper); box-shadow: 0 18px 60px rgba(0,0,0,.25); }
  .mobile-nav-panel.is-open { display: grid; }
  .mobile-nav-panel a { padding: 14px; text-decoration: none; border-bottom: 1px solid var(--line); font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
  .hero { min-height: 980px; }
  .hero-rail { display: none; }
  .hero h1 { font-size: clamp(58px, 10vw, 82px); }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .hero-stats div { min-height: 82px; padding: 18px; align-items: center; }
  .hero-stats strong { font-size: 32px; }
  .section { padding-block: 86px; }
  .section-heading--row { align-items: start; flex-direction: column; }
  .section-deck { max-width: 600px; }
  .brief-grid { grid-template-columns: 1fr; gap: 45px; }
  .venue-grid { grid-template-columns: repeat(2,1fr); }
  .proof-metrics { grid-template-columns: repeat(2,1fr); }
  .proof-metrics article:nth-child(2) { border-right: 0; }
  .proof-metrics article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .proof-feature { grid-template-columns: 1fr; }
  .proof-story { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .alto-proof { grid-template-columns: 1fr; }
  .alto-proof-media { min-height: 430px; }
  .alto-proof-media > img { padding-inline: 40px; }
  .system-row { grid-template-columns: 45px 1fr 1fr; }
  .system-cell { margin-top: 18px; }
  .system-cell--move { grid-column: 2 / -1; }
  .production-callout { grid-template-columns: 1fr; }
  .sources-grid { grid-template-columns: repeat(2,1fr); }
  .sources-grid > .section-heading { grid-column: 1 / -1; grid-row: auto; padding-right: 0; margin-bottom: 28px; }
  .accomplishments { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 76px; padding-inline: 18px; }
  .brand-copy { display: none; }
  .hero { min-height: 980px; padding-top: 76px; }
  .hero-content { padding-top: 88px; }
  .hero h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero-intro { font-size: 17px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; max-width: 300px; }
  .text-link { text-align: center; }
  .hero-stats { width: 100%; }
  .hero-stats div { gap: 10px; padding: 12px 15px; }
  .hero-stats span { font-size: 13px; }
  .section { padding-block: 70px; }
  .section-heading h2 { font-size: 44px; }
  .brief-points { grid-template-columns: 1fr; }
  .brief-points article, .brief-points article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .lead-note { padding: 38px 28px 34px 42px; }
  .lead-note blockquote { font-size: 22px; }
  .outlet-tools { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .venue-grid { grid-template-columns: 1fr; }
  .venue-copy > p:not(.venue-category) { min-height: 0; }
  .proof-metrics { grid-template-columns: 1fr; }
  .proof-metrics article { min-height: 0; border-right: 0; border-top: 1px solid var(--line); }
  .proof-metrics article:first-child { border-top: 0; }
  .proof-story { padding: 34px 25px; }
  .build-book-gallery { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; }
  .proof-photo { min-height: 235px; }
  .proof-photo--featured { min-height: 260px; grid-column: span 2; }
  .proof-photo figcaption strong { font-size: 16px; }
  .alto-proof-media { min-height: 350px; }
  .alto-proof-media > img { padding: 20px 12px 105px; }
  .alto-proof-media > div { left: 24px; right: 24px; bottom: 25px; }
  .alto-proof-media strong { font-size: 26px; }
  .alto-proof-content { padding: 30px 22px; }
  .alto-proof-heading { grid-template-columns: 1fr; gap: 18px; }
  .alto-proof-heading h3 { font-size: 28px; }
  .alto-event-grid { grid-template-columns: 1fr; }
  .system-row { grid-template-columns: 34px 1fr; gap: 14px; }
  .system-cell, .system-cell--move { grid-column: 2; }
  .production-callout { padding: 30px 24px; gap: 26px; }
  .runway-item { grid-template-columns: 52px 1fr; gap: 14px; }
  .runway-item > p { grid-column: 2; }
  .accomplishments { margin-top: 55px; padding: 30px 24px; gap: 32px; }
  .sources-grid { grid-template-columns: 1fr; }
  .sources-grid > .section-heading { grid-column: auto; }
  .source-card { min-height: 0; }
  .site-footer > div { align-items: start; gap: 28px; flex-direction: column; }
  .venue-drawer { width: 100vw; }
  .drawer-media { height: 230px; }
  .drawer-content { padding: 32px 24px 50px; }
  .drawer-content h2 { font-size: 44px; }
}

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

/* Touch ergonomics for phones and small tablets.

   iOS Safari zooms the page whenever a focused form control renders below 16px
   and never zooms back out, so every control an operator types into has to
   clear that bar. 44px is the Apple HIG minimum tap target. Scoped to coarse
   pointers so mouse-driven desktop density is left alone. */
@media (max-width: 980px) and (pointer: coarse) {
  input,
  select,
  textarea {
    min-height: 44px;
    font-size: 16px;
  }
  .search-field input { min-height: 44px; }

  .source-card a,
  .text-link,
  .button {
    min-height: 44px;
  }
  .brand,
  .mobile-menu {
    min-width: 44px;
    min-height: 44px;
  }
  /* Footer "Back to top" is a bare anchor with no class of its own. */
  .site-footer .shell > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

/* `.hero-media img` is scaled to 1.02 for the crop, which pushed it ~4px past
   the viewport on narrow screens. The container is already `inset: 0`, so
   clipping there costs nothing and stops the bleed. */
.hero-media { overflow: hidden; }
