/* ============================================================
   Good Husk Co. — "Premium means measured"
   Heritage pantry warmth × spec-sheet precision
   ============================================================ */

:root {
  --cream: #FFF9ED;
  --cream-raised: #FFFDF6;
  --charcoal: #2B2620;
  --ink-soft: rgba(43, 38, 32, 0.74);
  --hairline: rgba(43, 38, 32, 0.14);
  --dotted: rgba(43, 38, 32, 0.38);
  --clay: #A94E2F;
  --clay-deep: #8C3E22;
  --green: #3F5A42;
  --green-deep: #334935;
  --silk: #F4E2A3;
  --silk-soft: #FBF1D6;
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Source Sans 3", "Gill Sans", "Segoe UI", sans-serif;
  --shadow-soft: 0 18px 44px -18px rgba(94, 62, 34, 0.35);
  --radius: 14px;
  --pad-x: clamp(20px, 4.5vw, 52px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--charcoal);
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(244, 226, 163, 0.32), transparent 62%),
    var(--cream);
  -webkit-font-smoothing: antialiased;
}

/* film-grain overlay */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

::selection { background: var(--silk); color: var(--charcoal); }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--clay-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--clay); }

:focus-visible {
  outline: 2.5px solid var(--clay);
  outline-offset: 3px;
  border-radius: 3px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 540;
  line-height: 1.08;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
h1 em, h2 em {
  font-style: italic;
  font-weight: 480;
  color: var(--clay);
}

section { scroll-margin-top: 96px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* ---------- reveal-on-scroll (JS-gated so no-JS still renders) ---------- */
html.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
              transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
html.js .reveal.in { opacity: 1; transform: none; }
html.js .d1 { transition-delay: 0.1s; }
html.js .d2 { transition-delay: 0.2s; }
html.js .d3 { transition-delay: 0.3s; }
html.js .d4 { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- announcement ---------- */
.announce {
  background: var(--green);
  color: var(--cream);
  text-align: center;
  font-size: 13.5px;
  letter-spacing: 0.06em;
  padding: 9px var(--pad-x);
}
.announce a { color: var(--silk); }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px var(--pad-x);
  background: rgba(255, 249, 237, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 640;
  color: var(--charcoal);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark em { font-style: italic; font-weight: 420; color: var(--clay); }
.wordmark .mark { width: 26px; height: 26px; fill: var(--clay); }
.wordmark.light { color: var(--cream); }

.site-nav {
  display: flex;
  gap: clamp(14px, 2vw, 26px);
  margin-left: auto;
}
.site-nav a {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--charcoal);
  text-decoration: none;
  padding: 6px 2px;
  background: linear-gradient(var(--clay), var(--clay)) no-repeat left bottom / 0 2px;
  transition: background-size 0.25s ease;
}
.site-nav a:hover { background-size: 100% 2px; color: var(--charcoal); }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 46px; height: 44px;
  background: none;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 20px; height: 2px;
  background: var(--charcoal);
  margin: 4px auto;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-clay {
  background: var(--clay);
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(169, 78, 47, 0.8);
}
.btn-clay:hover { background: var(--clay-deep); color: #fff; }
.btn-ghost {
  background: transparent;
  color: var(--charcoal);
  border-color: rgba(43, 38, 32, 0.4);
}
.btn-ghost:hover { border-color: var(--charcoal); color: var(--charcoal); }
.btn-silk {
  background: var(--silk);
  color: var(--charcoal);
}
.btn-silk:hover { background: #EFD88D; color: var(--charcoal); }
.btn-small { min-height: 42px; padding: 8px 20px; font-size: 14.5px; }

/* ---------- eyebrow ---------- */
.eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.eyebrow em { font-style: normal; text-transform: none; letter-spacing: 0.08em; }
.eyebrow .num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--clay);
  margin-right: 10px;
}
.eyebrow.light { color: rgba(255, 249, 237, 0.8); }
.eyebrow.light .num { color: var(--silk); }

.fineprint {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 62ch;
}
.fineprint.light { color: rgba(255, 249, 237, 0.66); }

/* ---------- ruler-tick divider ---------- */
.ticks {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
  height: 16px;
  background-image:
    repeating-linear-gradient(90deg, var(--dotted) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(90deg, rgba(43, 38, 32, 0.2) 0 1px, transparent 1px 16px);
  background-size: 100% 16px, 100% 9px;
  background-position: left bottom, left bottom;
  background-repeat: no-repeat;
  background-origin: content-box;
}

/* ---------- hero ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(48px, 7vh, 96px) var(--pad-x) clamp(56px, 8vh, 104px);
}

.hero h1 {
  font-size: clamp(2.7rem, 5.6vw, 4.5rem);
  margin: 14px 0 22px;
}

.lede {
  font-size: clamp(1.1rem, 1.5vw, 1.24rem);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 30px;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }

.hero-note { font-size: 14px; color: var(--ink-soft); }

.hero-figure { position: relative; }

.photo-stack { position: relative; }
.photo-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(20px, 20px);
  background: var(--silk);
  border-radius: var(--radius);
  z-index: -1;
}
.photo-stack.silk::before { background: var(--clay); opacity: 0.16; }
.photo-stack img {
  border-radius: var(--radius);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-soft);
}

figcaption {
  margin-top: 14px;
  font-size: 12.5px;
  font-style: italic;
  color: var(--ink-soft);
}

/* rotating stamp */
.stamp {
  position: absolute;
  width: clamp(96px, 11vw, 136px);
  height: auto;
  left: -28px;
  bottom: 18px;
  filter: drop-shadow(0 6px 16px rgba(94, 62, 34, 0.25));
}
.stamp-ring { fill: var(--cream); stroke: var(--clay); stroke-width: 2; }
.stamp-ring.thin { fill: none; stroke-width: 1; opacity: 0.7; }
.stamp-text {
  font-family: var(--font-body);
  font-size: 9.1px;
  font-weight: 700;
  letter-spacing: 0.18em;
  fill: var(--clay);
  animation: none;
}
.stamp-year {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  fill: var(--charcoal);
}
.stamp text:first-of-type {
  transform-origin: 60px 60px;
  animation: spin 26s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .stamp text:first-of-type { animation: none; }
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 01 standard ---------- */
.standard {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 7vh, 84px) var(--pad-x);
}
.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(22px, 3vw, 40px);
  margin: 8px 0 26px;
}
.spec {
  border-top: 1px dotted var(--dotted);
  padding-top: 20px;
}
.spec-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--clay);
}
.spec h3 { font-size: 1.22rem; margin: 8px 0 10px; }
.spec p { font-size: 15px; color: var(--ink-soft); }

/* ---------- 02 calculator ---------- */
.calc-band {
  background: var(--silk-soft);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: clamp(52px, 8vh, 92px) var(--pad-x);
}
.calc-card {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  background: var(--cream-raised);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 52px);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.calc-card::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 14px;
  background-image:
    repeating-linear-gradient(180deg, var(--dotted) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(180deg, rgba(43, 38, 32, 0.18) 0 1px, transparent 1px 10px);
  background-size: 14px 100%, 8px 100%;
  background-repeat: no-repeat;
}
.calc-intro h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 14px; }
.calc-sub { color: var(--ink-soft); max-width: 40ch; }

.calc-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.calc-row { display: flex; gap: 12px; flex-wrap: wrap; }
.calc-row input {
  flex: 1 1 150px;
  min-height: 52px;
  padding: 10px 18px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--charcoal);
  background: #fff;
  border: 1.5px solid rgba(43, 38, 32, 0.3);
  border-radius: 12px;
}
.calc-row input:focus-visible { outline-offset: 1px; }

.calc-result {
  margin-top: 22px;
  padding: 18px 20px;
  background: var(--silk);
  border-radius: 12px;
}
.calc-pack {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
}
.calc-detail { font-size: 14.5px; margin-top: 6px; color: rgba(43, 38, 32, 0.8); }
.calc-form .fineprint { margin-top: 18px; }

/* ---------- 03 lineup ---------- */
.lineup {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 8vh, 96px) var(--pad-x) clamp(44px, 6vh, 72px);
}
.lineup h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 36px; }
.lineup-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}
.pack {
  position: relative;
  background: var(--cream-raised);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.pack:hover {
  transform: translateY(-5px);
  border-color: rgba(169, 78, 47, 0.55);
  box-shadow: var(--shadow-soft);
}
.pack-kicker {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 10px;
}
.pack h3 { font-size: 1.55rem; }
.pack-size {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-soft);
  margin: 2px 0 12px;
}
.pack-desc { font-size: 14.5px; color: var(--ink-soft); flex: 1; }
.pack-yield {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dotted var(--dotted);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.pack.featured {
  background: var(--green);
  border-color: var(--green-deep);
}
.pack.featured h3, .pack.featured .pack-size { color: var(--cream); }
.pack.featured .pack-kicker { color: var(--silk); }
.pack.featured .pack-desc { color: rgba(255, 249, 237, 0.82); }
.pack.featured .pack-yield {
  color: var(--silk);
  border-top-color: rgba(255, 249, 237, 0.35);
}
.pack-flag {
  position: absolute;
  top: -12px;
  right: 16px;
  background: var(--silk);
  color: var(--charcoal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 10px -4px rgba(94, 62, 34, 0.4);
}

/* ---------- 04 measured ---------- */
.measured {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 8vh, 100px) var(--pad-x);
}
.measured h2 { font-size: clamp(2.1rem, 4vw, 3.1rem); margin-bottom: 18px; }
.measured-copy > p { color: var(--ink-soft); max-width: 56ch; }
.measured-table { margin-top: 30px; }
.measured-table > div {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 8px 24px;
  padding: 14px 0;
  border-top: 1px dotted var(--dotted);
}
.measured-table > div:last-child { border-bottom: 1px dotted var(--dotted); }
.measured-table dt {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.35;
}
.measured-table dd { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- 05 prep ---------- */
.prep {
  background: var(--green);
  color: var(--cream);
  padding: clamp(56px, 8vh, 100px) var(--pad-x);
}
.prep {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.prep h2 { font-size: clamp(2.1rem, 4vw, 3.1rem); margin-bottom: 30px; }
.prep h2 em { color: var(--silk); }
.prep-copy { max-width: 620px; margin-left: auto; }
.prep-steps { list-style: none; }
.prep-steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  column-gap: 18px;
  padding: 18px 0;
  border-top: 1px dotted rgba(255, 249, 237, 0.35);
}
.step-n {
  grid-row: 1 / span 2;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--silk);
}
.prep-steps h3 { font-size: 1.25rem; color: var(--cream); margin-bottom: 6px; }
.prep-steps p { font-size: 15px; color: rgba(255, 249, 237, 0.82); }
.prep-figure { max-width: 520px; }
.prep-figure img {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 249, 237, 0.25);
  box-shadow: 0 22px 48px -20px rgba(0, 0, 0, 0.5);
}
.prep-figure figcaption { color: rgba(255, 249, 237, 0.75); }
.prep-figure figcaption span { opacity: 0.7; }

/* ---------- 06 calendar ---------- */
.calendar {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 8vh, 92px) var(--pad-x);
}
.calendar h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin-bottom: 34px; }
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 36px);
}
.season { border-top: 1px dotted var(--dotted); padding-top: 18px; }
.season-month {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.7rem;
  color: var(--clay);
  margin-bottom: 6px;
}
.season h3 { font-size: 1.12rem; margin-bottom: 8px; }
.season p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- 07 wholesale ---------- */
.wholesale {
  background: var(--charcoal);
  color: var(--cream);
  padding: clamp(60px, 9vh, 108px) var(--pad-x);
}
.wholesale-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.wholesale h2 { font-size: clamp(2rem, 3.8vw, 2.9rem); margin-bottom: 18px; color: var(--cream); }
.wholesale h2 em { color: var(--silk); }
.wholesale-copy > p { color: rgba(255, 249, 237, 0.8); max-width: 52ch; }
.wholesale-list {
  list-style: none;
  margin-top: 22px;
}
.wholesale-list li {
  position: relative;
  padding: 9px 0 9px 30px;
  font-size: 15.5px;
  color: rgba(255, 249, 237, 0.88);
  border-top: 1px dotted rgba(255, 249, 237, 0.25);
}
.wholesale-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--silk);
}
.wholesale-card {
  background: var(--green);
  border: 1px solid rgba(255, 249, 237, 0.16);
  border-radius: 18px;
  padding: clamp(26px, 3vw, 38px);
}
.wholesale-card h3 {
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 12px;
}
.wholesale-card p { font-size: 15px; color: rgba(255, 249, 237, 0.85); margin-bottom: 22px; }
.wholesale-card .fineprint { margin: 14px 0 0; }

/* ---------- 08 faq ---------- */
.faq {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(56px, 8vh, 96px) var(--pad-x);
}
.faq h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin-bottom: 28px; }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq details:first-of-type { border-top: 1px solid var(--hairline); }
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 4px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--clay);
  transition: transform 0.25s ease;
  flex: none;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  padding: 0 4px 22px;
  font-size: 15.5px;
  color: var(--ink-soft);
  max-width: 64ch;
}

/* ---------- launch list ---------- */
.launch {
  background: var(--silk-soft);
  border-top: 1px solid var(--hairline);
  padding: clamp(60px, 9vh, 104px) var(--pad-x);
}
.launch-card {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.launch-card .eyebrow { color: var(--clay); }
.launch-card h2 { font-size: clamp(2.1rem, 4vw, 3rem); margin-bottom: 16px; }
.launch-card > p { color: var(--ink-soft); max-width: 52ch; margin: 0 auto 28px; }
.launch-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}
.launch-form input {
  flex: 1 1 240px;
  max-width: 340px;
  min-height: 52px;
  padding: 10px 20px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--charcoal);
  background: #fff;
  border: 1.5px solid rgba(43, 38, 32, 0.3);
  border-radius: 999px;
}
.launch .fineprint { margin: 0 auto; text-align: center; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--charcoal);
  color: var(--cream);
  padding: clamp(48px, 7vh, 72px) var(--pad-x) 28px;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.4fr;
  gap: clamp(28px, 4vw, 60px);
}
.footer-brand .wordmark { font-size: 24px; }
.footer-brand .tagline {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--silk);
  margin-top: 8px;
}
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a {
  color: rgba(255, 249, 237, 0.75);
  text-decoration: none;
  font-size: 14.5px;
  width: fit-content;
}
.footer-nav a:hover { color: var(--silk); }
.footer-legal p {
  font-size: 13px;
  color: rgba(255, 249, 237, 0.62);
  margin-bottom: 10px;
  max-width: 48ch;
}
.footer-legal p:first-child { color: rgba(255, 249, 237, 0.85); }
.footer-fine {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 249, 237, 0.14);
  font-size: 12.5px;
  color: rgba(255, 249, 237, 0.45);
}

/* ============================================================
   responsive
   ============================================================ */
@media (max-width: 1020px) {
  .lineup-grid { grid-template-columns: repeat(2, 1fr); }
  .standard-grid { grid-template-columns: repeat(2, 1fr); }
  .calendar-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--hairline);
    padding: 8px var(--pad-x) 16px;
    display: none;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 2px; font-size: 16px; border-bottom: 1px dotted var(--hairline); }
  .site-nav a:last-child { border-bottom: none; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }

  .hero { grid-template-columns: 1fr; padding-top: 36px; }
  .hero-figure { max-width: 640px; }
  .stamp { left: auto; right: -10px; bottom: -26px; }

  .calc-card { grid-template-columns: 1fr; }
  .measured { grid-template-columns: 1fr; }
  .measured-figure { order: 2; max-width: 560px; }
  .measured-copy { order: 1; }
  .prep { grid-template-columns: 1fr; }
  .prep-copy { margin-left: 0; }
  .wholesale-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .lineup-grid { grid-template-columns: 1fr; }
  .standard-grid { grid-template-columns: 1fr; }
  .calendar-grid { grid-template-columns: 1fr; }
  .measured-table > div { grid-template-columns: 1fr; }
  .announce { font-size: 12.5px; }
  .photo-stack::before { transform: translate(12px, 12px); }
}
