/* ============ tokens ============
   Palette derived from real SWC brand:
   - Cream / greige background (from the course cover + site)
   - Deep forest green ink (from the real "SELLING WITH CONFIDENCE" tagline)
   - Warm nude/blush accent (from the SWC wordmark)
   - Quiet luxury, fashion-editorial feel
*/
:root {
  --bg: #f5efe5;
  --bg-2: #ece4d6;
  --bg-3: #e3dac8;
  --ink: #2b3a30;
  --ink-2: #4a4f45;
  --muted: #878173;
  --line: #d6cdbc;
  --line-2: #bfb4a0;

  --green: #2b3a30;
  --green-deep: #1c2a22;
  --nude: #d8c7b6;
  --nude-deep: #c6b196;
  --gold: #a97c50;
  --cream: #faf5eb;

  --radius: 4px;
  --radius-lg: 12px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
/* paper-grain overlay — subtle editorial texture */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.17 0 0 0 0 0.23 0 0 0 0 0.18 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* scroll progress indicator */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: var(--gold);
  z-index: 200;
  transition: width .08s linear;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }

h1, h2, h3, h4 {
  font-family: 'DM Serif Display', 'EB Garamond', Georgia, serif;
  font-variation-settings: "opsz" 120, "SOFT" 50;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.02;
  margin: 0 0 .5em;
  color: var(--ink);
}
h3, h4 { font-variation-settings: "opsz" 48, "SOFT" 30; }
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  font-variation-settings: "opsz" 144, "SOFT" 100;
}

p { margin: 0 0 1em; color: var(--ink-2); line-height: 1.75; }
strong { color: var(--ink); font-weight: 600; }

.eyebrow, .section-eyebrow {
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  margin: 0 0 18px;
  font-family: 'Inter', sans-serif;
}
.eyebrow { color: var(--gold); }

.section-title {
  font-size: clamp(34px, 5.4vw, 68px);
  font-weight: 400;
  letter-spacing: -.015em;
}
.section-lede {
  max-width: 52ch;
  color: var(--ink-2);
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 48, "SOFT" 80;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}

/* ============ buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all .25s ease;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.btn-sm { padding: 12px 20px; font-size: 11px; letter-spacing: .2em; }
.btn-lg { padding: 20px 36px; font-size: 12px; }
.btn-primary {
  background: var(--green);
  color: var(--cream);
  border-color: var(--green);
}
.btn-primary:hover { background: var(--green-deep); color: var(--nude); letter-spacing: .26em; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-block { width: 100%; }
.btn-inline { margin-top: 18px; }

/* ============ nav ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245,239,229,.88);
  backdrop-filter: saturate(120%) blur(14px);
  -webkit-backdrop-filter: saturate(120%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  gap: 24px;
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 3px;
}
.brand-wordmark {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 48, "SOFT" 30;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: .08em;
  color: var(--ink);
}
.brand-sub {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--muted);
}
.nav-links { display: flex; gap: 36px; }
.nav-links a {
  font-size: 11px;
  color: var(--ink-2);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .22em;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--gold); }

/* mobile toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 34px; height: 30px;
  position: relative;
  cursor: pointer;
  padding: 0;
  color: var(--ink);
}
.nav-toggle span {
  position: absolute;
  left: 4px; right: 4px;
  height: 1.5px;
  background: currentColor;
  transition: transform .3s ease, opacity .2s ease, top .3s ease;
}
.nav-toggle span:nth-child(1) { top: 10px; }
.nav-toggle span:nth-child(2) { top: 15px; }
.nav-toggle span:nth-child(3) { top: 20px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 15px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 15px; transform: rotate(-45deg); }

/* mobile drawer */
.nav-drawer {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--bg);
  z-index: 40;
  transform: translateY(-100%);
  transition: transform .5s cubic-bezier(.77,0,.175,1);
  padding: 120px 32px 60px;
  overflow-y: auto;
  display: none;
}
.nav-drawer.open { transform: translateY(0); }
.nav-drawer nav { display: flex; flex-direction: column; gap: 4px; max-width: 560px; margin: 0 auto; }
.nav-drawer a {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 96, "SOFT" 80;
  font-size: 38px;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  letter-spacing: -.01em;
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav-drawer { display: block; }
}

/* ============ hero ============ */
.hero {
  padding: clamp(60px, 9vw, 120px) 0 0;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.hero-title {
  font-size: clamp(54px, 9vw, 120px);
  margin-bottom: 24px;
  letter-spacing: -.035em;
  line-height: .92;
  font-weight: 420;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.hero-title em { display: inline-block; font-variation-settings: "opsz" 144, "SOFT" 100; }
.hero-sub {
  max-width: 46ch;
  color: var(--ink-2);
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 48, "SOFT" 80;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin: 32px 0 52px;
  flex-wrap: wrap;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 640px;
  border-top: 1px solid var(--line-2);
  padding-top: 28px;
}
.hero-stats div { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 48, "SOFT" 50;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1;
}
.hero-stats span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: var(--muted);
  font-weight: 500;
}

.hero-media {
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 2px;
}
.hero-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: saturate(.94);
}

.hero-wordmark {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 120, "SOFT" 100;
  font-size: clamp(24px, 3vw, 38px);
  font-style: italic;
  font-weight: 400;
  text-align: center;
  color: var(--nude-deep);
  padding: 40px 0 70px;
  letter-spacing: .04em;
  line-height: 1;
}

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-media { max-width: 480px; margin: 0 auto; }
}

/* ============ philosophy ============ */
.philosophy {
  padding: clamp(80px, 11vw, 130px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}
.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}
.philosophy-body p { font-size: 18px; max-width: 52ch; }
.philosophy-body .dropcap-p::first-letter {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-weight: 500;
  font-style: italic;
  font-size: 5.2em;
  line-height: 0.85;
  float: left;
  margin: 0.08em 0.12em 0 -0.05em;
  color: var(--gold);
}
.quiet-list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-2);
  border-left: 1px solid var(--line-2);
}
.quiet-list div {
  padding: 22px 20px;
  border-right: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 36, "SOFT" 70;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
}
.quiet-list span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .28em;
  color: var(--gold);
  font-style: normal;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .philosophy-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ============ marquee ============ */
.marquee {
  overflow: hidden;
  background: var(--green);
  color: var(--nude);
  padding: 22px 0;
}
.marquee-track {
  display: flex;
  gap: 42px;
  white-space: nowrap;
  animation: scroll 45s linear infinite;
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 36, "SOFT" 80;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .02em;
}
.marquee-track span.dot { color: var(--gold); font-style: normal; }
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============ curriculum ============ */
.curriculum { padding: clamp(80px, 11vw, 140px) 0; }
.section-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line-2);
}
.module {
  background: var(--bg);
  padding: 32px 26px;
  transition: background .3s ease;
  position: relative;
  min-height: 170px;
}
.module:hover { background: var(--bg-2); }
.module span {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 24, "SOFT" 60;
  font-size: 18px;
  color: var(--gold);
  font-weight: 500;
  font-style: italic;
  display: block;
  margin-bottom: 14px;
}
.module h4 {
  font-size: 19px;
  margin: 0 0 8px;
  letter-spacing: -.005em;
  font-weight: 500;
}
.module p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.module.bonus { background: var(--green); }
.module.bonus span { color: var(--nude); }
.module.bonus h4 { color: var(--cream); }
.module.bonus p { color: var(--nude); opacity: .85; }
.module.bonus:hover { background: var(--green-deep); }

@media (max-width: 1000px) {
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 540px) { .module-grid { grid-template-columns: 1fr; } }

/* ============ founders ============ */
.founders {
  padding: clamp(80px, 11vw, 140px) 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.founders-media {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--nude);
  border-radius: 2px;
}
.founders-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.05) contrast(1.02);
}
.overlay-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(245,239,229,.92);
  backdrop-filter: blur(8px);
  color: var(--ink);
  padding: 14px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-align: center;
}
.founders-copy p { font-size: 17px; max-width: 52ch; }
.founders-copy .signature {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 48, "SOFT" 80;
  font-weight: 400;
  font-size: 28px;
  font-style: italic;
  color: var(--gold);
  margin: 16px 0 0;
  line-height: 1;
}

@media (max-width: 920px) {
  .founders-grid { grid-template-columns: 1fr; gap: 40px; }
  .founders-media { max-width: 480px; }
}

/* ============ results ============ */
.results { padding: clamp(80px, 11vw, 140px) 0; }
.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 50px 0 60px;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.stat {
  padding: 36px 24px;
  border-right: 1px solid var(--line-2);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat:last-child { border-right: none; }
.stat strong {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 96, "SOFT" 50;
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 500;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -.025em;
}
.stat span {
  color: var(--muted);
  max-width: 36ch;
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 36, "SOFT" 70;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
}
@media (max-width: 840px) {
  .stat-strip { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line-2); }
  .stat:last-child { border-bottom: none; }
}

/* 8 ways to make money grid */
.income-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 40px 0 60px;
  border-top: 1px solid var(--line-2);
  border-left: 1px solid var(--line-2);
}
.income-stream {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  letter-spacing: -.01em;
  color: var(--ink);
  padding: 28px 22px;
  border-right: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  background: var(--bg);
  transition: background .25s ease, color .25s ease;
}
.income-stream:hover { background: var(--green); color: var(--cream); }
@media (max-width: 900px) { .income-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .income-grid { grid-template-columns: 1fr; } }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial {
  margin: 0;
  padding: 0;
}
.testimonial blockquote {
  margin: 0;
  padding: 0 0 0 20px;
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 36, "SOFT" 70;
  font-size: 22px;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.005em;
  border-left: 1px solid var(--gold);
}
.testimonial figcaption {
  margin: 20px 0 0 20px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ============ pricing ============ */
.pricing {
  padding: clamp(80px, 11vw, 140px) 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}
.price-card {
  background: var(--bg);
  border: 1px solid var(--line-2);
  padding: 44px 36px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-card header h3 {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 48, "SOFT" 50;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}
.price-card header p {
  color: var(--muted);
  margin-bottom: 30px;
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 36, "SOFT" 70;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}
.price {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-size: 82px;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 32px;
  color: var(--ink);
}
.price .currency { font-size: 32px; color: var(--muted); font-weight: 400; }
.price .period {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
  margin-left: 12px;
  text-transform: uppercase;
  letter-spacing: .24em;
}
.price-features { list-style: none; padding: 0; margin: 0 0 30px; flex: 1; }
.price-features li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 14.5px;
  color: var(--ink-2);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.price-features li::before {
  content: '—';
  color: var(--gold);
  font-weight: 500;
  flex-shrink: 0;
}
.price-note {
  font-size: 11px;
  color: var(--muted);
  margin: 14px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.price-card-featured {
  background: var(--green);
  border-color: var(--green);
  color: var(--cream);
}
.price-card-featured h3 { color: var(--cream); }
.price-card-featured header p { color: var(--nude); }
.price-card-featured .price { color: var(--cream); }
.price-card-featured .price .currency,
.price-card-featured .price .period { color: var(--nude); }
.price-card-featured .price-features li {
  color: var(--nude);
  border-top-color: rgba(216,199,182,.18);
}
.price-card-featured .price-features li::before { color: var(--nude-deep); }
.price-card-featured .price-note { color: var(--nude); }
.price-card-featured .btn-primary {
  background: var(--nude);
  color: var(--green);
  border-color: var(--nude);
}
.price-card-featured .btn-primary:hover { background: var(--cream); }

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: var(--cream);
  font-size: 10px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.guarantee {
  text-align: center;
  margin-top: 32px;
  color: var(--muted);
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-weight: 500;
}
.guarantee strong { color: var(--ink); font-weight: 600; }

@media (max-width: 820px) { .price-grid { grid-template-columns: 1fr; } }

/* ============ faq ============ */
.faq {
  padding: clamp(80px, 11vw, 140px) 0;
  border-top: 1px solid var(--line);
}
.faq-list { margin-top: 50px; max-width: 860px; }
.faq details {
  border-top: 1px solid var(--line-2);
  padding: 26px 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--line-2); }
.faq summary {
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  letter-spacing: -.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-size: 28px;
  color: var(--gold);
  font-weight: 300;
  transition: transform .3s ease;
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  margin: 16px 0 0;
  color: var(--ink-2);
  font-size: 16px;
  max-width: 68ch;
  line-height: 1.7;
}

/* ============ final ============ */
.final-cta {
  padding: clamp(100px, 14vw, 180px) 0;
  text-align: center;
  background: var(--green);
  color: var(--cream);
}
.final-cta .eyebrow { color: var(--nude); }
.final-cta h2 {
  font-size: clamp(52px, 9vw, 120px);
  margin-bottom: 22px;
  color: var(--cream);
  font-weight: 420;
  line-height: .92;
  letter-spacing: -.035em;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.final-cta h2 em { color: var(--nude); font-style: italic; }
.final-cta p {
  font-size: 21px;
  margin-bottom: 42px;
  color: var(--nude);
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 48, "SOFT" 80;
  font-style: italic;
  font-weight: 400;
}
.final-cta .btn-primary {
  background: var(--nude);
  color: var(--green);
  border-color: var(--nude);
}
.final-cta .btn-primary:hover { background: var(--cream); }

/* ============ footer ============ */
.footer {
  background: var(--bg-3);
  color: var(--ink-2);
  padding: 70px 0 30px;
  border-top: 1px solid var(--line-2);
}
.brand-footer { margin-bottom: 16px; }
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line-2);
}
.footer-tag {
  color: var(--muted);
  margin-top: 6px;
  max-width: 32ch;
  font-family: 'DM Serif Display', 'EB Garamond', serif;
  font-variation-settings: "opsz" 24, "SOFT" 70;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-cols h5 {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: var(--ink);
  margin: 0 0 18px;
  font-weight: 600;
}
.footer-cols a {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  color: var(--ink-2);
  transition: color .2s ease;
}
.footer-cols a:hover { color: var(--gold); }
.footer-bottom { padding-top: 26px; }
.footer-bottom small { color: var(--muted); font-size: 11px; letter-spacing: .02em; }

@media (max-width: 820px) {
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-cols { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (max-width: 480px) {
  .footer-cols { grid-template-columns: 1fr 1fr; }
}

/* ============ reveal ============ */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

::selection { background: var(--green); color: var(--cream); }
