/* ShadeSet landing — tokens lifted verbatim from ShadeSet Design System/tokens */

@font-face {
  font-family: 'Playfair Display';
  src: url('/assets/fonts/PlayfairDisplay.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/assets/fonts/PlayfairDisplay-Italic.woff2') format('woff2');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('/assets/fonts/HankenGrotesk.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* neutrals */
  --paper-50: #FBF8F2;
  --paper-100: #F7F3EC;
  --paper-200: #F1EBE0;
  --paper-300: #E7E0D5;
  --paper-400: #D9CFC0;
  --white: #FFFFFF;
  --ink-900: #211C17;
  --ink-800: #2E2820;
  --ink-700: #4A423A;
  --ink-500: #736A60;
  --ink-400: #948A7C;
  /* clay accent */
  --clay-700: #8F4631;
  --clay-600: #A9543A;
  --clay-500: #C0674A;
  --clay-100: #F4E7DF;
  /* brass premium */
  --brass-500: #B08D57;
  --brass-300: #D3BE93;
  --brass-100: #F0E6D2;
  --brass-700: #75592C;
  /* status */
  --sage: #5F7A5C;
  --sage-tint: #E6ECE2;
  --honey: #C08A2E;
  --honey-tint: #F6EAD2;
  --brick: #B0473B;
  --brick-tint: #F4E1DC;
  /* dark (espresso) */
  --esp-canvas: #19140F;
  --esp-surface: #241E18;
  --esp-raised: #2E2720;
  --esp-text-strong: #F4EEE3;
  --esp-text: #E6DDCE;
  --esp-clay: #D17E60;
  --esp-brass: #C9A66C;
  --esp-cream-btn: #F1E9DC;

  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;

  --shadow-md: 0 10px 24px -16px rgba(33, 28, 23, 0.18);
  --shadow-xl: 0 30px 60px -32px rgba(33, 28, 23, 0.25);
  --ring: inset 0 0 0 1px rgba(33, 28, 23, 0.07);
  --hairline: 1px solid var(--paper-300);
  --shell-pad: 24px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--paper-100);
  color: var(--ink-800);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 { font-family: var(--serif); color: var(--ink-900); margin: 0 0 16px; text-wrap: balance; }
h1 { font-size: clamp(38px, 6vw, 64px); line-height: 1.06; font-weight: 600; letter-spacing: -0.015em; }
h2 { font-size: clamp(29px, 4.2vw, 40px); line-height: 1.12; font-weight: 600; letter-spacing: -0.015em; }
h1 em, h2 em { font-style: italic; color: var(--clay-600); }
p { margin: 0 0 16px; }

.shell { max-width: 1120px; margin: 0 auto; padding: 0 var(--shell-pad); }
.shell-narrow { max-width: 760px; }
.section { padding: 96px 0; }
.center { text-align: center; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; left: 16px; top: -48px; z-index: 100;
  background: var(--ink-900); color: var(--paper-50);
  padding: 10px 18px; border-radius: 999px; text-decoration: none;
  transition: top 140ms var(--ease-out);
}
.skip-link:focus { top: 12px; }

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

/* ---------- eyebrows & ornaments ---------- */
.eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--clay-700); margin: 0 0 20px;
  display: flex; align-items: center; gap: 12px;
}
.eyebrow-center { justify-content: center; }
.eyebrow-brass { color: var(--esp-brass); }
.laurel {
  width: 44px; height: 17px; flex: none; opacity: 0.75;
  background: currentColor;
  -webkit-mask: url('/assets/orn/laurel.svg') no-repeat center / contain;
  mask: url('/assets/orn/laurel.svg') no-repeat center / contain;
}
.laurel-flip { transform: scaleX(-1); }
.leaf {
  display: inline-block; width: 16px; height: 16px; margin-right: 10px; vertical-align: -2px;
  background: var(--clay-500);
  -webkit-mask: url('/assets/orn/leaf-bullet.svg') no-repeat center / contain;
  mask: url('/assets/orn/leaf-bullet.svg') no-repeat center / contain;
}

/* ---------- buttons & forms ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 600; font-size: 16px;
  border-radius: 999px; border: 0; cursor: pointer; text-decoration: none;
  min-height: 52px; padding: 0 28px;
  transition: background 140ms var(--ease-out), transform 140ms var(--ease-out);
}
.btn-sm { min-height: 44px; padding: 0 22px; font-size: 15px; }
.btn-primary { background: var(--ink-900); color: var(--paper-50); }
.btn-primary:hover { background: var(--ink-700); }
.btn-primary:active { transform: scale(0.98); }

.waitlist-form { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; position: relative; }
.waitlist-form input[type="email"] {
  flex: 1 1 240px; min-height: 52px; padding: 0 20px;
  font: inherit; color: var(--ink-900);
  background: var(--white); border: 1px solid var(--paper-400); border-radius: 999px;
}
.waitlist-form input[type="email"]::placeholder { color: var(--ink-400); }
.waitlist-form input[type="email"]:focus { border-color: var(--clay-500); outline: 3px solid var(--clay-600); outline-offset: 0; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-status { flex-basis: 100%; margin: 4px 4px 0; font-size: 14px; font-weight: 600; min-height: 21px; }
.form-status.is-ok { color: var(--sage); }
.form-status.is-error { color: var(--brick); }
.waitlist-form-center { justify-content: center; }
.micro-trust { font-size: 13px; color: var(--ink-500); margin-top: 14px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 236, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 220ms var(--ease-out);
}
.site-header.is-scrolled { border-bottom-color: var(--paper-300); }
.header-row { display: flex; align-items: center; gap: 28px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-word { font-family: var(--serif); font-weight: 600; font-size: 24px; color: var(--ink-900); }
.brand-word em { font-style: normal; color: var(--clay-500); }
.brand-word-sm { font-size: 20px; }
.site-nav { display: flex; gap: 24px; margin-left: auto; }
.site-nav a {
  color: var(--ink-700); text-decoration: none; font-size: 15px; font-weight: 500;
  transition: color 140ms var(--ease-out);
}
.site-nav a:hover { color: var(--clay-600); }

/* ---------- hero ---------- */
.hero { padding: 72px 0 40px; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
  gap: 56px; align-items: center;
}
.hero-copy .lede { font-size: 18px; line-height: 1.66; color: var(--ink-700); max-width: 52ch; }
.hero-art { position: relative; min-height: 620px; }
.hero-drapes {
  position: absolute; top: 0; right: 0; width: min(400px, 86%);
  border-radius: 28px; background: #EDE3D5;
  box-shadow: var(--shadow-xl), var(--ring);
}
.hero-phone {
  position: absolute; bottom: 0; left: 4%; width: min(224px, 46%);
  border-radius: 28px; background: var(--paper-100);
  box-shadow: var(--shadow-xl), inset 0 0 0 1px rgba(33, 28, 23, 0.10);
}

/* hero load sequence */
.hero-copy > * { animation: rise 640ms var(--ease-out) both; }
.hero-copy > *:nth-child(2) { animation-delay: 70ms; }
.hero-copy > *:nth-child(3) { animation-delay: 140ms; }
.hero-copy > *:nth-child(4) { animation-delay: 210ms; }
.hero-copy > *:nth-child(5) { animation-delay: 280ms; }
.hero-art img { animation: settle 800ms var(--ease-out) both 240ms; }
.hero-art .hero-phone { animation-delay: 380ms; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes settle {
  from { opacity: 0; transform: translateY(22px); }
}

/* ---------- pledges (quiet ruled band) ---------- */
.pledges { padding: 56px 0 32px; }
.pledge-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  border-top: var(--hairline); padding-top: 36px;
}
.pledge h3 { font-family: var(--sans); font-size: 16px; font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; }
.pledge p { font-size: 15px; line-height: 1.6; color: var(--ink-700); margin: 0; }

/* ---------- how it works ---------- */
.how-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: 64px; align-items: center; }
.how-figure { margin: 0; max-width: 400px; justify-self: center; }
.how-figure img {
  border-radius: 24px; box-shadow: var(--shadow-xl), var(--ring);
}
.how-figure figcaption {
  color: var(--ink-500); text-align: center; margin-top: 14px;
  font-style: italic; font-family: var(--serif); font-size: 15px;
}
.steps { list-style: none; margin: 32px 0 0; padding: 0; counter-reset: step; }
.steps > li { counter-increment: step; position: relative; padding: 0 0 32px 64px; }
.steps > li::before {
  content: counter(step);
  position: absolute; left: 0; top: -2px;
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 20px; font-weight: 600;
  color: var(--clay-700); background: var(--clay-100);
}
.steps > li:not(:last-child)::after {
  content: ''; position: absolute; left: 21px; top: 46px; bottom: 8px;
  width: 1px; background: var(--paper-300);
}
.steps h3 { font-size: 22px; margin-bottom: 8px; }
.steps p { color: var(--ink-700); margin-bottom: 0; }
/* verdicts as scanner moments: a real swatch + the verdict in the app's voice */
.verdicts { list-style: none; display: grid; gap: 14px; margin: 20px 0 0; padding: 0; }
.verdict { display: flex; align-items: center; gap: 14px; }
.verdict-swatch { width: 28px; height: 28px; border-radius: 9px; flex: none; box-shadow: var(--ring); }
/* garment colors read against the Soft Summer persona used across the page */
.verdict-swatch-navy { background: #2E3B52; }
.verdict-swatch-rose { background: #C28E97; }
.verdict-swatch-gold { background: #EBB238; }
.verdict p { margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 8px; }
.verdict-word {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  white-space: nowrap;
}
.verdict-yes { color: #4C6849; }
.verdict-maybe { color: #7E5A0D; }
.verdict-no { color: var(--brick); }
.verdict em { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--ink-500); }
/* confidence sample: the honesty pledge, shown instead of said */
.confidence-sample { margin: 20px 0 0; padding: 16px 18px; background: var(--paper-50); border: var(--hairline); border-radius: 16px; }
.confidence-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 0; }
.confidence-season { font-family: var(--serif); font-size: 18px; color: var(--ink-900); }
.confidence-season em { font-style: italic; color: var(--ink-500); }
.confidence-meter { flex: 0 0 92px; height: 6px; border-radius: 999px; background: var(--paper-300); overflow: hidden; }
.confidence-fill { display: block; width: 82%; height: 100%; border-radius: 999px; background: var(--sage); }
.confidence-level { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); white-space: nowrap; }
.confidence-retake { margin: 12px 0 0; font-size: 15px; color: var(--ink-500); }
.confidence-retake em { font-family: var(--serif); font-style: italic; color: var(--ink-700); }

/* ---------- seasons (signature) ---------- */
.seasons { background: var(--paper-50); border-block: 1px solid var(--paper-200); }
.section-lede { font-size: 18px; color: var(--ink-700); max-width: 56ch; }
.center.section-lede { margin-left: auto; margin-right: auto; }
.season-picker {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 36px;
  margin: 44px 0 32px;
}
.season-family { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.family-name {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-500); margin: 0;
}
.family-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.season-pill {
  font: inherit; font-size: 14px; font-weight: 600; color: var(--ink-700);
  background: var(--white); border: 1px solid var(--paper-300); border-radius: 999px;
  padding: 9px 16px 9px 12px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color 140ms var(--ease-out), background 140ms var(--ease-out);
  min-height: 40px;
}
.season-pill .dot { width: 14px; height: 14px; border-radius: 50%; box-shadow: var(--ring); flex: none; }
.season-pill:hover { border-color: var(--clay-500); }
.season-pill[aria-checked="true"] {
  background: var(--ink-900); color: var(--paper-50); border-color: var(--ink-900);
}
.drape-track {
  position: relative;
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  margin: 0 calc(-1 * var(--shell-pad));
  padding: 4px var(--shell-pad) 12px;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.drape-track::-webkit-scrollbar { display: none; }
.drape-card {
  flex: 0 0 100%; scroll-snap-align: center;
  background: var(--white); border-radius: 28px; padding: 40px;
  border: var(--hairline);
  box-shadow: var(--shadow-md);
}
.drape-head { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; flex-wrap: wrap; }
.drape-name {
  font-size: clamp(30px, 4vw, 44px); margin-bottom: 6px;
  display: inline-block; border-bottom: 5px solid var(--season-accent, var(--clay-500));
  padding-bottom: 4px;
}
.drape-summary { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink-700); max-width: 58ch; }
.drape-metal {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brass-700); white-space: nowrap;
}
.swatch-grid {
  list-style: none; margin: 28px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 14px;
}
.swatch-grid .chip { height: 64px; border-radius: 12px; box-shadow: var(--ring); }
.swatch-grid .swatch-name { font-size: 13px; font-weight: 600; color: var(--ink-700); margin: 8px 2px 0; }
.drape-accents { margin-top: 28px; }
.drape-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-500); margin-bottom: 12px;
}
.swatch-row { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.swatch-row li {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ink-700);
  background: var(--paper-50); border-radius: 999px; padding: 6px 14px 6px 8px;
  box-shadow: var(--ring);
}
.swatch-row .dot { width: 18px; height: 18px; border-radius: 50%; box-shadow: var(--ring); }

/* ---------- seasons mid-page CTA ---------- */
.seasons-cta { margin-top: 56px; }
.seasons-cta h3 { font-size: 28px; margin-bottom: 6px; }
.seasons-cta p { color: var(--ink-700); margin-bottom: 0; }
.price-cta a {
  color: var(--clay-700); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid var(--clay-500); padding-bottom: 2px;
}
.price-cta a:hover { color: var(--clay-600); }
.seasons-cta .waitlist-form { max-width: 460px; margin-left: auto; margin-right: auto; }

/* ---------- reference card ---------- */
.card-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 4fr); gap: 64px; align-items: center; }
.leaf-list { list-style: none; margin: 24px 0; padding: 0; }
.leaf-list li { position: relative; padding: 0 0 12px 30px; color: var(--ink-700); }
.leaf-list li::before {
  content: ''; position: absolute; left: 0; top: 3px; width: 17px; height: 17px;
  background: var(--clay-500);
  -webkit-mask: url('/assets/orn/leaf-bullet.svg') no-repeat center / contain;
  mask: url('/assets/orn/leaf-bullet.svg') no-repeat center / contain;
}
.anchor-line {
  font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink-900);
  border-left: 3px solid var(--clay-500); padding-left: 18px;
}
/* blurred teaser mock of the reference card — structure visible, content locked */
.card-teaser {
  background: var(--white); border-radius: 28px; padding: 36px 32px;
  box-shadow: var(--shadow-xl), var(--ring);
  max-width: 420px; justify-self: center; width: 100%;
}
.teaser-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--clay-700); margin-bottom: 10px;
}
.teaser-name { font-size: 36px; margin-bottom: 2px; }
.teaser-lean { font-family: var(--serif); font-style: italic; color: var(--ink-500); margin-bottom: 26px; }
.teaser-section { border-top: 1px solid var(--paper-200); padding: 16px 0; }
.teaser-label { font-size: 13px; font-weight: 700; color: var(--ink-700); margin-bottom: 12px; }
.teaser-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; margin-right: 8px;
  font-family: var(--serif); font-size: 13px; color: var(--clay-700); background: var(--clay-100);
}
.teaser-blur { filter: blur(7px); pointer-events: none; user-select: none; }
.teaser-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.teaser-chips span {
  font-size: 13px; font-weight: 600; color: var(--clay-700);
  background: var(--clay-100); border-radius: 999px; padding: 6px 12px;
}
.teaser-swatches { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.teaser-swatches li { height: 44px; border-radius: 10px; box-shadow: var(--ring); }
/* Deep Autumn core sample (matches the season data in script.js) */
.teaser-swatches li:nth-child(1) { background: #3A2A20; }
.teaser-swatches li:nth-child(2) { background: #244232; }
.teaser-swatches li:nth-child(3) { background: #1E4A52; }
.teaser-swatches li:nth-child(4) { background: #C09257; }
.teaser-swatches li:nth-child(5) { background: #A85C2E; }
.teaser-swatches li:nth-child(6) { background: #EFE6D2; }
.teaser-lines { display: grid; gap: 10px; }
.teaser-lines span { height: 12px; border-radius: 6px; background: var(--paper-200); }
.teaser-lines span:nth-child(2) { width: 82%; }
.teaser-lines span:nth-child(3) { width: 64%; }
.teaser-unlock {
  margin: 18px 0 0; text-align: center;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brass-700);
}

/* ---------- pro (espresso) ---------- */
.pro { background: var(--esp-canvas); }
.pro h2 { color: var(--esp-text-strong); }
.pro h2 em { color: var(--esp-clay); }
.pro p { color: var(--esp-text); }
.pro-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 4fr); gap: 64px; align-items: center; }
.leaf-list-dark li { color: var(--esp-text); }
.leaf-list-dark li::before { background: var(--esp-brass); }
.anchor-line-dark { color: var(--esp-text-strong); border-left-color: var(--esp-brass); }
.pro-art { margin: 0; }
.pro-art img {
  border-radius: 20px; background: #EDE4D6; aspect-ratio: 600 / 900; width: 100%;
  box-shadow: 0 44px 88px -36px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(244, 238, 227, 0.08);
}
.pro-art figcaption {
  font-family: var(--serif); font-style: italic; font-size: 15px;
  color: var(--esp-text); opacity: 0.8; text-align: center; margin-top: 14px;
}

/* ---------- pricing ---------- */
.price-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 48px; align-items: start;
}
.price-card {
  background: var(--white); border-radius: 20px; padding: 32px 28px;
  border: var(--hairline);
  box-shadow: 0 1px 2px rgba(33, 28, 23, 0.05);
}
.price-card h3 { font-size: 24px; margin-bottom: 12px; }
.price { font-family: var(--serif); color: var(--ink-900); margin: 0; }
.price-num { font-size: 44px; font-weight: 600; letter-spacing: -0.015em; }
.price-per { font-family: var(--sans); font-size: 15px; color: var(--ink-500); margin-left: 6px; }
.price-sub { font-size: 14px; font-weight: 600; color: var(--clay-700); margin: 6px 0 18px; }
.price-card ul { list-style: none; margin: 0; padding: 0; }
.price-card li { padding: 7px 0 7px 26px; position: relative; font-size: 15px; color: var(--ink-700); border-top: 1px solid var(--paper-200); }
.price-card li::before {
  content: ''; position: absolute; left: 2px; top: 12px; width: 14px; height: 14px;
  background: var(--ink-400);
  -webkit-mask: url('/assets/orn/leaf-bullet.svg') no-repeat center / contain;
  mask: url('/assets/orn/leaf-bullet.svg') no-repeat center / contain;
}
.price-card-featured {
  border-color: var(--brass-300);
  box-shadow: var(--shadow-md), inset 0 0 0 1px var(--brass-300);
  position: relative;
}
.price-card-featured .price-sub { color: var(--brass-700); }
.price-card-featured li::before { background: var(--brass-500); }
.feature-flag {
  position: absolute; top: -13px; left: 28px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--brass-100); color: var(--brass-700);
  border: 1px solid var(--brass-300); border-radius: 999px; padding: 4px 14px; margin: 0;
}
.price-anchor { font-size: 15px; color: var(--ink-500); max-width: 62ch; margin: 36px auto 0; }
.price-cta { margin-top: 18px; }

/* post-signup confirmation (replaces a waitlist form) */
.joined-card {
  background: var(--white); border-radius: 20px; padding: 24px 28px; margin-top: 28px;
  box-shadow: var(--shadow-md), var(--ring); max-width: 460px;
}
.waitlist-form-center + .joined-card, .center .joined-card { margin-left: auto; margin-right: auto; }
.joined-title { font-family: var(--serif); font-size: 22px; color: var(--ink-900); margin-bottom: 6px; }
.joined-card p { color: var(--ink-700); font-size: 15px; }
.btn-ghost {
  background: transparent; color: var(--ink-900);
  box-shadow: inset 0 0 0 1.5px var(--ink-900);
}
.btn-ghost:hover { background: var(--paper-200); }

/* ---------- FAQ (ruled list) ---------- */
.faq details { border-top: var(--hairline); }
.faq details:first-of-type { margin-top: 40px; }
.faq details:last-of-type { border-bottom: var(--hairline); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 2px; font-weight: 600; font-size: 16px; color: var(--ink-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; content: '+' / ''; font-family: var(--serif); font-size: 24px; color: var(--clay-500); flex: none;
  transition: transform 220ms var(--ease-out);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 2px 22px; margin: 0; color: var(--ink-700); max-width: 62ch; line-height: 1.6; }

/* ---------- final CTA ---------- */
.final-cta {
  padding: 96px 0 104px;
  background: linear-gradient(to bottom, var(--paper-100), var(--clay-100));
}
.final-grid {
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 5fr);
  gap: 64px; align-items: center;
}
.final-figure { margin: 0; max-width: 400px; justify-self: center; width: 100%; grid-column: 1; }
.final-figure img { border-radius: 24px; box-shadow: var(--shadow-xl), var(--ring); }
.final-copy { grid-column: 2; grid-row: 1; }

/* ---------- footer ---------- */
.site-footer { background: var(--esp-canvas); padding: 36px 0; }
.footer-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.site-footer .brand-word { color: var(--esp-text-strong); }
.site-footer .brand-word em { color: var(--esp-clay); }
.footer-nav { display: flex; gap: 22px; margin-left: auto; }
.footer-nav a { color: var(--esp-text); text-decoration: none; font-size: 14px; }
.footer-nav a:hover { color: var(--esp-clay); }
.footer-note { color: var(--esp-text); opacity: 0.6; font-size: 13px; margin: 0; }

/* ---------- reveals (only hidden once JS confirms it will reveal them) ---------- */
html.js-reveal .reveal { opacity: 0; transform: translateY(18px); transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out); }
html.js-reveal .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-copy > *, .hero-art img { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .faq summary::after, .btn { transition: none; }
  .drape-track { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .section { padding: 72px 0; }
  .hero-grid, .how-grid, .card-grid, .pro-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding-top: 48px; }
  .hero-art { min-height: 520px; max-width: 520px; margin: 0 auto; width: 100%; }
  .price-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .pledge-grid { grid-template-columns: 1fr; gap: 0; padding-top: 4px; }
  .pledge { padding: 22px 0; }
  .pledge + .pledge { border-top: var(--hairline); }
  .site-nav { display: none; }
  .pro-art { max-width: 480px; margin: 0 auto; }
  .final-grid { grid-template-columns: 1fr; gap: 44px; }
  .final-copy { grid-column: 1; grid-row: 1; }
  .final-figure { grid-column: 1; grid-row: 2; max-width: 480px; }
  .final-figure img { aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 24%; }
}
/* season families become swipeable rows */
@media (max-width: 640px) {
  .season-picker { flex-direction: column; align-items: stretch; gap: 16px; margin: 36px 0 28px; }
  .season-family { align-items: flex-start; gap: 8px; }
  .family-row {
    flex-wrap: nowrap; justify-content: flex-start;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    margin: 0 calc(-1 * var(--shell-pad));
    padding: 2px var(--shell-pad) 8px;
    scrollbar-width: none;
  }
  .family-row::-webkit-scrollbar { display: none; }
  .season-pill { white-space: nowrap; min-height: 44px; }
  .drape-card { flex-basis: 88%; }
}
@media (max-width: 520px) {
  :root { --shell-pad: 20px; }
  .section { padding: 64px 0; }
  .pledges { padding: 44px 0 12px; }
  .hero-art { min-height: 0; padding-bottom: 24px; }
  .hero-drapes { position: relative; width: 100%; display: block; }
  .hero-phone { width: 44%; left: 0; bottom: -12px; }
  .eyebrow .laurel { display: none; }
  .drape-card { padding: 26px 20px; }
  .swatch-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .swatch-grid .chip { height: 52px; }
  .waitlist-form .btn { flex: 1 1 100%; }
  .header-row { gap: 14px; }
  .final-cta { padding: 72px 0 80px; }
}
