:root {
  --navy: #0a1a3a;
  --navy-deep: #061731;
  --cream: #fff7e7;
  --paper: #fffaf2;
  --gold: #ffca52;
  --orange: #f2a43d;
  --coral: #ef806b;
  --pink: #dd5787;
  --plum: #70496f;
  --ink: #13294d;
  --line: rgba(10, 26, 58, .2);
  --shadow: 0 18px 48px rgba(6, 23, 49, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::selection { color: var(--cream); background: var(--plum); }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .8rem 1rem; color: #fff; background: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.proposal-ribbon { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .65rem; padding: .6rem 4vw; color: #fff; background: linear-gradient(90deg, var(--plum), var(--coral), var(--orange)); font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.site-header-slot { position: relative; z-index: 20; min-height: 118px; }
.site-header { position: relative; z-index: 20; min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.25rem, 3.2vw, 3rem); border-bottom: 5px solid var(--gold); background: rgba(255, 249, 233, .98); }
.wordmark { width: 340px; display: grid; color: var(--navy); line-height: .78; text-decoration: none; }
.wordmark em { font: italic 2.8rem Georgia, serif; letter-spacing: -.07em; }
.wordmark strong { margin-left: 3.3rem; font-size: 2.6rem; letter-spacing: -.06em; text-transform: uppercase; }
.wordmark small { margin-top: .72rem; padding-top: .38rem; border-top: 2px solid var(--navy); font-size: .62rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.site-navigation { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.site-navigation a { min-height: 44px; display: inline-flex; align-items: center; color: var(--navy); font-weight: 800; text-decoration: none; }
.site-navigation a[aria-current="page"] { box-shadow: inset 0 -2px var(--navy); }
.site-navigation .vendor-link { min-height: 48px; padding: 0 1.25rem; border: 1px solid var(--plum); border-radius: 999px; color: #fff; background: linear-gradient(100deg, var(--plum), #e69a61); box-shadow: 0 10px 28px rgba(112, 73, 111, .2); }
.menu-button { display: none; min-width: 76px; min-height: 46px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: var(--paper); font: inherit; font-weight: 850; }
h1, h2, h3 { font-family: Iowan Old Style, Baskerville, Palatino Linotype, Georgia, serif; font-weight: 500; }
.eyebrow { margin: 0 0 1.15rem; color: var(--gold); font-size: .77rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.ink { color: #834f40; }
.home-hero { position: relative; min-height: 700px; display: flex; align-items: center; padding: 4.3rem clamp(1.2rem, 8vw, 7rem); overflow: hidden; }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 23, 49, .72), rgba(10, 26, 58, .07)); }
.hero-card { position: relative; z-index: 1; width: min(700px, 100%); padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid rgba(255, 237, 181, .64); border-radius: 1.35rem; color: var(--cream); background: linear-gradient(135deg, rgba(6, 23, 49, .98), rgba(62, 43, 79, .92)); box-shadow: var(--shadow); }
.hero-card h1 { max-width: 620px; margin: 0; font-size: clamp(4.4rem, 7.8vw, 7.4rem); line-height: .82; letter-spacing: -.065em; }
.hero-card h1 span { display: block; margin: .45em 0 0 .4em; font-size: .49em; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.tagline { margin: 2.3rem 0 .65rem; color: var(--gold); font-size: 1rem; font-style: italic; }
.hero-lede { margin: 0; font-size: 1.25rem; font-weight: 850; }
.status-pill { width: max-content; max-width: 100%; display: block; margin: 1.5rem 0; padding: .74rem 1rem; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.3rem; border-radius: 999px; font-weight: 850; text-decoration: none; }
.button.primary { color: #fff; background: var(--navy); }
.button.light { color: var(--navy); background: #fff8e9; }
.button.outline { color: var(--navy); border: 1px solid var(--line); background: transparent; }
.button.text-button { min-height: 48px; padding-inline: .35rem; border-radius: 0; color: var(--cream); text-decoration: underline; text-underline-offset: .3em; }
.hero-card .button.primary { color: var(--navy); background: var(--gold); }
.hero-card .button.light { background: rgba(255, 255, 255, .86); }
.feature-band { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin: -2rem clamp(1rem, 2vw, 2rem) 0; border: 1px solid rgba(255,255,255,.3); border-top: 5px solid var(--gold); border-radius: 1rem; color: #fff; background: rgba(6, 23, 49, .98); overflow: hidden; box-shadow: var(--shadow); }
.feature-band article { min-height: 120px; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.22); }
.feature-band article:nth-child(2) { border-top: 4px solid #f39e55; }
.feature-band article:nth-child(3) { border-top: 4px solid #df5a91; }
.feature-band article:nth-child(4) { border-top: 4px solid #a96cdb; border-right: 0; }
.feature-band h2 { margin: 0 0 .55rem; font: 800 1.1rem/1.2 ui-sans-serif, sans-serif; }
.feature-band p { margin: 0; font-size: .84rem; line-height: 1.5; }
.editorial-section { padding: clamp(4.5rem, 8vw, 8rem) max(6vw, 1.25rem); }
.proposal-overview { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(3rem, 8vw, 8rem); }
.proposal-overview h2, .location-section h2, .next-step h2 { max-width: 760px; margin: 0 0 1.4rem; font-size: clamp(3rem, 5.5vw, 5.8rem); line-height: .92; letter-spacing: -.045em; }
.proposal-overview p, .location-section p, .next-step p { max-width: 68ch; font-size: 1.08rem; line-height: 1.7; }
.text-link { color: inherit; font-weight: 850; text-underline-offset: .22em; }
.proposal-overview dl { margin: 0; }
.proposal-overview dl div { padding: 1.35rem 0; border-top: 1px solid var(--line); }
.proposal-overview dt, .facts dt { margin-bottom: .4rem; font-weight: 900; }
.proposal-overview dd, .facts dd { margin: 0; line-height: 1.55; }
.location-section { display: grid; grid-template-columns: 1.1fr .9fr; color: var(--cream); background: var(--navy); }
.location-section figure { position: relative; min-height: 600px; margin: 0; }
.location-section img { width: 100%; height: 100%; object-fit: cover; }
.location-section figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border-radius: .75rem; color: #fff; background: rgba(6, 23, 49, .9); font-size: .68rem; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.location-section figcaption strong { letter-spacing: .16em; }
.location-section figcaption span { text-align: right; }
.location-section > div { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); color: var(--navy-deep); background: linear-gradient(145deg, #ffbc45 0%, #f28b52 52%, #df5c82 100%); }
.location-section > div .eyebrow { color: #713750; }
.location-section h2 em { display: block; color: var(--navy); }
.location-section .facts div { border-color: rgba(10, 26, 58, .28); }
.location-section .button.light { align-self: flex-start; border: 1px solid rgba(10, 26, 58, .28); }
.facts { display: grid; gap: .9rem; margin: 2rem 0; }
.facts div { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.28); }
.page-opening { max-width: 1280px; display: grid; padding: clamp(4rem, 8vw, 8rem) max(6vw, 1.25rem) clamp(3rem, 6vw, 6rem); }
.page-opening > h1, .page-opening > div > h1 { max-width: 980px; margin: 0 0 1.5rem; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .9; letter-spacing: -.045em; }
.page-opening > p, .page-opening > div > p { max-width: 66ch; font-size: 1.12rem; line-height: 1.7; }
.page-opening.compact { padding-bottom: 2rem; }
.story-opening { max-width: none; grid-template-columns: 1.08fr .92fr; gap: 6vw; align-items: end; }
.story-opening figure { margin: 0; }
.story-opening img { width: 100%; max-height: 580px; object-fit: cover; border-radius: 1rem; box-shadow: var(--shadow); }
.story-opening figcaption { margin-top: .75rem; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.story-grid { padding: 0 max(6vw, 1.25rem) 7rem; }
.story-grid article { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; padding: 3rem 0; border-top: 1px solid var(--line); }
.story-grid article:nth-child(even) img { order: 2; }
.story-grid img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 1rem; }
.story-grid h2 { margin: 0 0 1rem; font-size: clamp(2.4rem, 4vw, 4.8rem); line-height: .95; letter-spacing: -.035em; }
.story-grid p { line-height: 1.7; }
.story-quote { margin: 0; padding: clamp(4rem, 8vw, 8rem) max(8vw, 1.5rem); color: var(--cream); background: var(--navy); font: 500 clamp(2.2rem, 4.6vw, 5.2rem)/1.05 Iowan Old Style, Georgia, serif; text-align: center; }
.story-quote cite { display: block; margin-top: 2rem; color: var(--gold); font: 800 .72rem/1.4 ui-sans-serif, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.next-step { padding: clamp(4rem, 8vw, 8rem) max(8vw, 1.25rem); }
.faq-list, .contact-paths, .legal-copy, .interest-status { margin: 0 max(6vw, 1.25rem) 7rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: grid; grid-template-columns: 3rem 1fr auto; align-items: center; gap: 1rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #8d5146; font: italic 1.25rem Georgia, serif; }
.faq-list summary strong { font-size: clamp(1.15rem, 2vw, 1.55rem); }
.faq-list summary i { font: normal 2rem/1 sans-serif; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 72ch; margin: 0 0 2rem 4rem; font-size: 1.05rem; line-height: 1.7; }
.contact-paths article { display: grid; grid-template-columns: 4rem minmax(0, 1fr); gap: 1.5rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }
.contact-paths article > span { color: #8d5146; font: italic 1.5rem Georgia, serif; }
.contact-paths h2 { margin: 0 0 .7rem; font-size: clamp(2rem, 3vw, 3.3rem); }
.contact-paths p { max-width: 68ch; line-height: 1.7; }
.inactive-contact { max-width: 900px; margin: -3.5rem max(6vw, 1.25rem) 7rem; padding: 2rem clamp(1.25rem, 4vw, 3rem); border-top: 5px solid var(--gold); border-radius: 1rem; color: var(--cream); background: var(--navy); box-shadow: var(--shadow); }
.inactive-contact .eyebrow { margin-bottom: .7rem; }
.inactive-contact h2 { margin: 0 0 .65rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.inactive-contact p:last-child { max-width: 66ch; margin: 0; line-height: 1.65; }
.legal-copy { max-width: 900px; }
.legal-copy section { padding: 1.7rem 0; border-top: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 .65rem; font-size: 1.8rem; }
.legal-copy p { margin: 0; font-size: 1.05rem; line-height: 1.7; }
.interest-status { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; padding: clamp(2rem, 5vw, 4.5rem); border-radius: 1rem; color: var(--cream); background: var(--navy); box-shadow: var(--shadow); }
.interest-status h2 { margin: 0 0 1rem; font-size: clamp(2.5rem, 4vw, 4.6rem); line-height: .95; }
.interest-status p { line-height: 1.7; }
.interest-steps, .interest-preview { padding: clamp(3.5rem, 7vw, 7rem) max(6vw, 1.25rem); }
.section-heading { max-width: 820px; }
.section-heading h2 { margin: 0 0 1rem; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .94; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 66ch; line-height: 1.65; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2.5rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--line); overflow: hidden; }
.step-grid article { min-height: 245px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--paper); }
.step-grid article > span { color: #8d3458; font: italic 1.45rem Georgia, serif; }
.step-grid h3 { margin: 2.4rem 0 .8rem; font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1; }
.step-grid p { margin: 0; line-height: 1.6; }
.reservation-note { display: inline-flex; margin-top: 1.25rem; padding: .7rem 1rem; border-radius: 999px; color: var(--navy); background: var(--gold); }
.interest-preview { color: var(--navy); background: linear-gradient(135deg, #fff4d9, #ffd9cf 58%, #f7cedd); }
.interest-preview fieldset { max-width: 1050px; margin: 2.5rem auto 0; padding: clamp(1.25rem, 4vw, 3rem); border: 1px solid var(--line); border-top: 5px solid var(--coral); border-radius: 1.1rem; background: rgba(255, 250, 242, .92); box-shadow: var(--shadow); opacity: 1; }
.interest-preview label { display: grid; gap: .55rem; margin-bottom: 1.2rem; font-weight: 800; }
.interest-preview label > span { line-height: 1.4; }
.interest-preview small, .field-heading > span { color: #6e5870; font: 650 .8rem/1.35 ui-sans-serif, sans-serif; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.interest-preview input, .interest-preview select, .interest-preview textarea { width: 100%; min-width: 0; min-height: 50px; padding: .78rem .9rem; border: 1px solid rgba(10, 26, 58, .28); border-radius: .7rem; color: var(--ink); background: #fffdf9; font: inherit; }
.interest-preview textarea { resize: vertical; line-height: 1.5; }
.interest-preview input:disabled, .interest-preview select:disabled, .interest-preview textarea:disabled { color: #53627b; background: rgba(255,255,255,.72); opacity: 1; -webkit-text-fill-color: #53627b; }
.social-preview { margin: 1.7rem 0; padding-block: 1.3rem; border-block: 1px solid var(--line); }
.field-heading { display: flex; align-items: baseline; gap: .75rem; margin-bottom: .8rem; }
.field-heading h3, .photo-preview h3 { margin: 0; font: 850 1.3rem/1.2 ui-sans-serif, sans-serif; }
.social-row { display: grid; grid-template-columns: minmax(130px, .32fr) 1fr auto; gap: .65rem; align-items: center; }
.social-row button, .add-social { min-height: 46px; padding: 0 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: #f8e1da; font: inherit; font-weight: 850; }
.add-social { margin-top: .8rem; background: var(--navy); color: #fff; }
.photo-preview { display: grid; grid-template-columns: 1fr minmax(220px, .45fr); gap: 1rem; align-items: center; margin: 1.5rem 0; padding: 1.2rem; border: 1px dashed rgba(10, 26, 58, .38); border-radius: .8rem; }
.photo-preview p { margin: .45rem 0 0; line-height: 1.55; }
.consent-row { grid-template-columns: auto 1fr; gap: .8rem !important; align-items: start; padding: 1rem; border-radius: .8rem; background: #fff4cc; cursor: not-allowed; }
.consent-row input { width: 22px; min-height: 22px; margin: 0; }
.opening-soon { width: 100%; min-height: 52px; border: 0; border-radius: 999px; color: #fff; background: #746c78; font: inherit; font-weight: 900; cursor: not-allowed; opacity: 1; }
.disabled-note { margin: 1rem auto 0; color: #5b3858; font-weight: 750; text-align: center; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: start; padding: 3.5rem max(5vw, 1.25rem); color: #fff; background: var(--navy-deep); }
.site-footer strong { font: 500 1.75rem Georgia, serif; }
.site-footer p { margin: .5rem 0 0; color: #d9dfeb; line-height: 1.55; }
.site-footer > p { text-align: right; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-weight: 750; text-underline-offset: .2em; }

@media (max-width: 900px) {
  .site-header-slot { min-height: 96px; }
  .site-header { min-height: 96px; }
  .site-header[data-compact] { position: fixed; inset: 0 0 auto; min-height: 66px; padding-block: .42rem; box-shadow: 0 10px 30px rgba(6, 23, 49, .2); animation: compact-header-in .18s ease-out both; }
  .site-header[data-compact] .wordmark { width: 190px; }
  .site-header[data-compact] .wordmark em { font-size: 1.55rem; }
  .site-header[data-compact] .wordmark strong { margin-left: 1.8rem; font-size: 1.35rem; }
  .site-header[data-compact] .wordmark small { display: none; }
  .site-header[data-compact] .menu-button { min-width: 66px; min-height: 44px; }
  .wordmark { width: 260px; }
  .wordmark em { font-size: 2.2rem; }
  .wordmark strong { margin-left: 2.5rem; font-size: 2rem; }
  .menu-button { display: block; }
  .site-navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; grid-template-columns: 1fr 1fr; gap: .5rem; padding: 1rem; border-bottom: 4px solid var(--gold); background: var(--paper); box-shadow: var(--shadow); }
  .site-navigation[data-open] { display: grid; }
  .site-navigation a { padding: 0 1rem; border: 1px solid var(--line); border-radius: .75rem; }
  .site-navigation .vendor-link { grid-column: 1 / -1; justify-content: center; }
  .feature-band { grid-template-columns: 1fr 1fr; }
  .feature-band article:nth-child(2) { border-right: 0; }
  .proposal-overview, .location-section, .story-opening, .interest-status { grid-template-columns: 1fr; }
  .location-section figure { min-height: 460px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: auto; }
  .step-grid h3 { margin-top: 1rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer > p { text-align: left; }
}

@media (max-width: 600px) {
  .proposal-ribbon { min-height: 34px; gap: .35rem; font-size: .52rem; letter-spacing: .09em; }
  .proposal-ribbon span { display: none; }
  .site-header-slot { min-height: 82px; }
  .site-header { min-height: 82px; padding: .75rem 1rem; }
  .wordmark { width: 205px; }
  .wordmark em { font-size: 1.75rem; }
  .wordmark strong { margin-left: 2rem; font-size: 1.55rem; }
  .wordmark small { margin-top: .55rem; font-size: .46rem; }
  .home-hero { min-height: 620px; align-items: end; padding: 1rem; }
  .hero-card { padding: 1.65rem 1.25rem; border-radius: 1rem; }
  .hero-card h1 { font-size: clamp(3.45rem, 17vw, 4.8rem); }
  .tagline { margin-top: 1.65rem; }
  .hero-card .status-pill { margin-block: 1.15rem; }
  .hero-lede { font-size: 1.05rem; }
  .status-pill { font-size: .64rem; }
  .hero-card .button-row { display: grid; }
  .feature-band { grid-template-columns: 1fr; margin: 0; border-radius: 0; }
  .feature-band article { min-height: auto; padding: 1.15rem 1.25rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .feature-band article:nth-child(n) { border-top-width: 3px; }
  .proposal-overview { gap: 2.5rem; }
  .proposal-overview h2, .location-section h2, .next-step h2 { font-size: 3rem; }
  .location-section figure { min-height: 340px; }
  .location-section figcaption { align-items: flex-start; flex-direction: column; gap: .3rem; }
  .location-section figcaption span { text-align: left; }
  .location-section > div { padding: 2.7rem 1.25rem; }
  .page-opening { padding-top: 3rem; padding-bottom: 2.5rem; }
  .page-opening > h1, .page-opening > div > h1 { font-size: clamp(3rem, 15vw, 3.5rem); }
  .story-opening { gap: 2rem; }
  .story-grid article { grid-template-columns: 1fr; gap: 1.5rem; }
  .story-grid article:nth-child(even) img { order: initial; }
  .story-grid h2 { font-size: 2.7rem; }
  .faq-list summary { min-height: 74px; grid-template-columns: 2.2rem 1fr auto; }
  .faq-list details p { margin-left: 0; }
  .faq-list, .contact-paths, .legal-copy { margin-bottom: 4rem; }
  .contact-paths article { grid-template-columns: 2.5rem 1fr; gap: .75rem; padding-block: 1.55rem; }
  .contact-paths h2 { font-size: 2rem; }
  .inactive-contact { margin: -1.5rem 1rem 4rem; padding: 1.5rem 1.25rem; }
  .interest-status { margin-inline: 1rem; padding: 2rem 1.25rem; }
  .interest-steps, .interest-preview { padding: 3.5rem 1rem; }
  .step-grid { margin-top: 1.6rem; }
  .step-grid article { padding: 1.35rem 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .interest-preview fieldset { margin-top: 1.7rem; padding: 1.35rem 1rem; }
  .interest-preview label { margin-bottom: 1rem; }
  .social-row { grid-template-columns: minmax(0, .42fr) minmax(0, 1fr) auto; gap: .4rem; }
  .social-row input, .social-row select { padding-inline: .65rem; }
  .social-row button { min-width: 46px; padding-inline: .65rem; font-size: 0; }
  .social-row button::after { content: "×"; font-size: 1.3rem; }
  .photo-preview { grid-template-columns: 1fr; }
  .site-footer { gap: 1.1rem; padding-block: 2.4rem; }
  .site-footer nav { gap: .35rem .9rem; }
  .site-footer a { min-height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-header[data-compact] { animation: none; }
}

@keyframes compact-header-in {
  from { opacity: .96; transform: translateY(-.35rem); }
  to { opacity: 1; transform: translateY(0); }
}
