/* =========================================================
   ARTBOT — Vedic Steampunk Design System
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@400;500;600&display=swap');

:root {
  /* Metals */
  --gold: #C9A961;
  --copper: #704C3E;
  --brass: #A0826D;
  --bronze: #6B4423;

  /* Base */
  --cream: #FDFAF3;
  --cream-2: #F7F1E4;
  --saffron: #D4841C;
  --sage: #6B7D6F;
  --charcoal: #2A2622;
  --charcoal-70: rgba(42, 38, 34, 0.7);
  --charcoal-60: rgba(42, 38, 34, 0.6);
  --cream-70: rgba(253, 250, 243, 0.75);
  --card-bg: #FFFEFB;
  --footer-bg: #2A2622;
  /* Stable warm light — for text/borders on dark surfaces; doesn't flip in dark palette */
  --ink-light: #FDFAF3;
  --ink-light-70: rgba(253, 250, 243, 0.75);

  /* Supporting */
  --amber: #F39C12;
  --teal: #4A7C7E;
  --rose: #8B4C5C;

  /* Type */
  --serif: 'EB Garamond', Georgia, 'Garamond', serif;
  --sans: 'DM Sans', system-ui, -apple-system, sans-serif;
  --display-tracking: -0.01em;
  --display-weight: 500;
  --display-transform: none;

  /* Ornament — driven by body classes */
  --deco-opacity: 1.5;
  --geo-opacity: 0.06;
  --card-corner-opacity: 1;
  --divider-opacity: 1;

  /* Spacing */
  --pad-section: clamp(48px, 8vw, 96px);
  --pad-side: clamp(20px, 5vw, 64px);
  --max-w: 1240px;
}

/* Ornament levels */
body.ornament-spare {
  --deco-opacity: 0;
  --geo-opacity: 0;
  --card-corner-opacity: 0;
  --divider-opacity: 0.35;
}
body.ornament-balanced {
  --deco-opacity: 1.5;
  --geo-opacity: 0.06;
  --card-corner-opacity: 1;
  --divider-opacity: 1;
}
body.ornament-ornate {
  --deco-opacity: 2.8;
  --geo-opacity: 0.16;
  --card-corner-opacity: 1;
  --divider-opacity: 1;
}

/* ─────────────── Palette: Stone Temple (cooler, monastic) ─────────────── */
body.palette-stone {
  --cream: #ECE9E0;
  --cream-2: #DFDBD0;
  --charcoal: #2C2D2A;
  --charcoal-70: rgba(44, 45, 42, 0.7);
  --charcoal-60: rgba(44, 45, 42, 0.6);
  --gold: #A89263;
  --copper: #5C5448;
  --brass: #8B7E6D;
  --bronze: #4E4738;
  --saffron: #B8985A;
  --sage: #7B8A7D;
  --rose: #7C5560;
  --card-bg: #F4F2EB;
  --footer-bg: #2C2D2A;
}

/* ─────────────── Palette: Twilight Temple (dark mode, brass glows) ─────────────── */
body.palette-twilight {
  --cream: #1B1924;
  --cream-2: #25232F;
  --charcoal: #E8DDC8;
  --charcoal-70: rgba(232, 221, 200, 0.78);
  --charcoal-60: rgba(232, 221, 200, 0.6);
  --cream-70: rgba(232, 221, 200, 0.75);
  --gold: #DDB87B;
  --copper: #B5856A;
  --brass: #C5A582;
  --bronze: #8A6F4D;
  --saffron: #E8A340;
  --sage: #95A599;
  --rose: #B57A85;
  --card-bg: #25232F;
  --footer-bg: #100E18;
}
body.palette-twilight .site-header {
  background: color-mix(in srgb, var(--cream) 92%, transparent);
}
body.palette-twilight .card,
body.palette-twilight .clear-step,
body.palette-twilight .fit-card,
body.palette-twilight .after-card,
body.palette-twilight .feels-row .feel,
body.palette-twilight .highlight-box,
body.palette-twilight .convo {
  border-color: color-mix(in srgb, var(--copper) 75%, transparent);
}
body.palette-twilight .site-header { border-bottom-color: color-mix(in srgb, var(--gold) 60%, transparent); }
body.palette-twilight .btn {
  background: var(--copper);
  border-color: var(--copper);
  color: var(--ink-light);
}
body.palette-twilight .btn:hover {
  background: var(--bronze);
  border-color: var(--bronze);
  color: var(--ink-light);
}

/* ─────────────── Voice variants ─────────────── */
body.voice-etched {
  --serif: 'Cinzel', 'EB Garamond', Georgia, serif;
  --display-tracking: 0.06em;
  --display-weight: 500;
  --display-transform: none;
}
body.voice-etched .h1,
body.voice-etched .h2,
body.voice-etched .h3,
body.voice-etched .tagline {
  letter-spacing: 0.04em;
}
body.voice-etched .tagline {
  font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  font-style: italic;
  letter-spacing: 0;
}
body.voice-etched .eyebrow {
  letter-spacing: 0.24em;
}

body.voice-modern {
  --serif: 'DM Sans', system-ui, sans-serif;
  --display-tracking: -0.025em;
  --display-weight: 600;
}
body.voice-modern .h1 { font-weight: 700; letter-spacing: -0.035em; }
body.voice-modern .tagline {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.015em;
}
body.voice-modern .eyebrow { letter-spacing: 0.16em; font-weight: 600; }
body.voice-modern .clear-step .num,
body.voice-modern .timeline .tnum {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
body.voice-modern .faq-item summary { font-family: 'DM Sans', sans-serif; font-weight: 600; letter-spacing: -0.015em; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--charcoal);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.4s ease, color 0.4s ease;
}

a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: var(--display-weight);
  letter-spacing: var(--display-tracking);
  text-transform: var(--display-transform);
  color: var(--charcoal);
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

/* ================ Header ================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--gold);
  padding: 16px var(--pad-side);
  transition: background-color 0.4s ease;
}
.site-header .inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--charcoal);
}
.brand-mark {
  height: 40px;
  width: auto;
  flex-shrink: 0;
}
.brand-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav a {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--charcoal);
  text-decoration: none;
  padding: 4px 0;
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav a:hover { color: var(--gold); }
.nav a.active {
  color: var(--charcoal);
}
.nav a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 2px;
  background: var(--gold);
}
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--charcoal);
}
@media (max-width: 820px) {
  .nav { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream);
    padding: 20px var(--pad-side);
    border-bottom: 1px solid var(--gold);
    align-items: flex-start;
    gap: 16px;
  }
  .hamburger { display: block; }
}

/* ================ Footer ================ */
.site-footer {
  background: var(--footer-bg);
  color: var(--ink-light);
  border-top: 2px solid var(--gold);
  padding: 56px var(--pad-side) 24px;
  margin-top: 0;
}
.footer-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
}
.footer-grid h4 {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
}
.footer-grid p, .footer-grid a {
  font-size: 14px;
  color: var(--ink-light);
  text-decoration: none;
  display: block;
  line-height: 1.9;
}
.footer-grid a:hover { color: var(--gold); }
.footer-bottom {
  max-width: var(--max-w);
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 169, 97, 0.4);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
  color: var(--ink-light-70);
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* ================ Section primitives ================ */
.section {
  padding: var(--pad-section) var(--pad-side);
  position: relative;
  overflow: hidden;
}
.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section.bg-cream { background: var(--cream); }
.section.bg-cream-2 { background: var(--cream-2); }
.section.bg-saffron-tint { background: color-mix(in srgb, var(--saffron) 5%, var(--cream)); }
.section.bg-saffron-tint-6 { background: color-mix(in srgb, var(--saffron) 7%, var(--cream)); }
.section.bg-sage-tint { background: color-mix(in srgb, var(--sage) 8%, var(--cream)); }
.section.bg-copper { background: var(--copper); color: var(--ink-light); }

.divider-gold {
  height: 1px;
  background: var(--gold);
  max-width: var(--max-w);
  margin: 0 auto;
  opacity: var(--divider-opacity);
}

/* Decorative SVG layers */
.deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: calc(var(--base-op, 1) * var(--deco-opacity));
  transition: opacity 0.4s ease;
}
.deco-tl { top: -60px; left: -60px; }
.deco-tr { top: -60px; right: -60px; }
.deco-bl { bottom: -60px; left: -60px; }
.deco-br { bottom: -60px; right: -60px; }
.deco svg { display: block; }

.geo-overlay {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='52' viewBox='0 0 60 52'><polygon points='30,2 58,17 58,37 30,52 2,37 2,17' fill='none' stroke='%236B4423' stroke-width='0.5'/></svg>");
  opacity: var(--geo-opacity);
  pointer-events: none;
}

/* ================ Type utilities ================ */
.h1 { font-family: var(--serif); font-size: clamp(36px, 5vw, 52px); font-weight: 500; line-height: 1.1; }
.h1.gold { color: var(--gold); }
.h2 { font-family: var(--serif); font-size: clamp(28px, 3.6vw, 40px); font-weight: 500; line-height: 1.15; color: var(--charcoal); }
.h3 { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 28px); font-weight: 500; line-height: 1.2; color: var(--charcoal); }
.tagline { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.2vw, 24px); color: var(--copper); line-height: 1.4; }
.eyebrow { font-family: var(--sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass); }
.lead { font-size: 18px; line-height: 1.8; color: var(--charcoal); }
.small { font-size: 13px; color: var(--charcoal-60); }
.muted { color: var(--charcoal-60); }

/* ================ Buttons ================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 17px;
  padding: 14px 28px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink-light);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.01em;
}
.btn:hover { background: var(--copper); border-color: var(--copper); color: var(--ink-light); }
.btn:active { transform: scale(0.985); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.btn-ghost {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}
.btn-ghost:hover { background: var(--gold); color: var(--charcoal); border-color: var(--gold); }

.btn-on-dark {
  background: transparent;
  color: var(--ink-light);
  border: 2px solid var(--gold);
}
.btn-on-dark:hover { background: var(--gold); color: var(--charcoal); }

/* ================ Cards ================ */
.card {
  background: var(--card-bg);
  border: 1px solid var(--copper);
  padding: 28px;
  position: relative;
}
.card .corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 0 solid var(--gold);
  opacity: var(--card-corner-opacity);
  transition: opacity 0.3s ease;
}
.card .corner.tl { top: -1px; left: -1px; border-top-width: 2px; border-left-width: 2px; }
.card .corner.tr { top: -1px; right: -1px; border-top-width: 2px; border-right-width: 2px; }
.card .corner.br { bottom: -1px; right: -1px; border-bottom-width: 2px; border-right-width: 2px; }
.card .corner.bl { bottom: -1px; left: -1px; border-bottom-width: 2px; border-left-width: 2px; }
.card h3, .card h4 {
  font-family: var(--serif);
  color: var(--brass);
  margin-bottom: 10px;
}
.card .icon {
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}
.card .why {
  margin-top: 14px;
  font-style: italic;
  color: var(--copper);
  font-size: 14px;
  font-family: var(--serif);
}

/* ================ Grids ================ */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 960px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ================ Email form ================ */
.signup {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
.signup .field {
  width: 100%;
  padding: 14px 16px;
  background: var(--cream);
  border: 1px solid var(--gold);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  margin-bottom: 14px;
}
.signup .field:focus {
  outline: none;
  border: 2px solid var(--brass);
  padding: 13px 15px;
}
.signup .checks {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
}
.signup .check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: var(--ink-light);
  font-size: 14px;
  line-height: 1.5;
}
.signup .check input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1px solid var(--gold);
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
}
.signup .check input:checked {
  background: var(--gold);
}
.signup .check input:checked::after {
  content: '';
  position: absolute;
  left: 5px; top: 1px;
  width: 5px; height: 10px;
  border: solid var(--charcoal);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.signup .small-note {
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  color: var(--ink-light-70);
}

/* On-light signup */
.signup.on-light .field { background: var(--card-bg); }
.signup.on-light .check { color: var(--charcoal); }

/* ================ CTA card (copper section) ================ */
.cta-card {
  background: var(--copper);
  color: var(--ink-light);
  padding: clamp(48px, 7vw, 80px) var(--pad-side);
  text-align: center;
  position: relative;
}
.cta-card .corner-deco {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 0 solid var(--gold);
  opacity: var(--card-corner-opacity);
  transition: opacity 0.3s ease;
}
.cta-card .corner-deco.tl { top: 24px; left: 24px; border-top-width: 2px; border-left-width: 2px; }
.cta-card .corner-deco.tr { top: 24px; right: 24px; border-top-width: 2px; border-right-width: 2px; }
.cta-card .corner-deco.bl { bottom: 24px; left: 24px; border-bottom-width: 2px; border-left-width: 2px; }
.cta-card .corner-deco.br { bottom: 24px; right: 24px; border-bottom-width: 2px; border-right-width: 2px; }
.cta-card h2 { color: var(--ink-light); }
.cta-card p.lead { color: var(--ink-light); }

/* ================ Bullets w/ ornaments ================ */
.ornament-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.ornament-list li {
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
  font-size: 15px;
}
.ornament-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 10px;
  height: 1px;
  background: var(--gold);
}
.ornament-list li strong {
  color: var(--brass);
  font-weight: 600;
  font-family: var(--serif);
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}
.ornament-list.copper-bullets li::before { background: var(--copper); }
.ornament-list.copper-bullets li strong { color: var(--copper); }
.ornament-list.rose-bullets li::before { background: var(--rose); }
.ornament-list.rose-bullets li strong { color: var(--rose); }
.ornament-list.sage-bullets li::before { background: var(--sage); }
.ornament-list.sage-bullets li strong { color: var(--sage); }

/* ================ CLEAR loop ================ */
.clear-loop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: stretch;
  position: relative;
}
.clear-step {
  background: var(--card-bg);
  border: 1px solid var(--copper);
  padding: 22px 20px;
  position: relative;
  min-height: 240px;
}
.clear-step .num {
  font-family: var(--serif);
  font-size: 38px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 500;
}
.clear-step h4 {
  font-size: 20px;
  color: var(--brass);
  margin-bottom: 4px;
}
.clear-step .sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--copper);
  margin-bottom: 12px;
}
.clear-step p {
  font-size: 14px;
  line-height: 1.6;
}
.clear-step + .clear-step::before {
  content: '→';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 22px;
  font-family: var(--serif);
}
@media (max-width: 960px) {
  .clear-loop { grid-template-columns: 1fr 1fr; }
  .clear-step + .clear-step::before { display: none; }
}
@media (max-width: 560px) {
  .clear-loop { grid-template-columns: 1fr; }
}

/* ================ Visual blocks ================ */
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* highlight box on copper */
.highlight-box {
  background: var(--cream);
  border: 1px solid var(--copper);
  padding: 22px 24px;
  position: relative;
  margin-top: 24px;
}
.highlight-box .corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 0 solid var(--gold);
  bottom: -1px; left: -1px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.highlight-box dl {
  display: grid;
  gap: 10px;
  margin: 0;
}
.highlight-box dt {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--brass);
  font-size: 15px;
  display: inline;
}
.highlight-box dd {
  display: inline;
  margin: 0;
  font-size: 14px;
  color: var(--charcoal);
}
.highlight-box .row {
  font-size: 14px;
  line-height: 1.5;
}

/* Conversation snippets */
.convo {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.6;
}
.convo .label {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--brass);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.convo .line { margin-bottom: 4px; }
.convo .line.child { color: var(--charcoal); }
.convo .line.ganu { color: var(--copper); font-style: italic; }
.convo .who {
  font-family: var(--serif);
  font-weight: 600;
  margin-right: 6px;
}

/* sidebar callout */
.callout-side {
  background: var(--copper);
  color: var(--ink-light);
  border-left: 4px solid var(--gold);
  padding: 22px;
}
.callout-side .label {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.callout-soft {
  background: color-mix(in srgb, var(--sage) 15%, var(--cream));
  border-left: 4px solid var(--gold);
  padding: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

/* Motif tiles */
.motifs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
  margin-top: 16px;
}
.motifs .motif h4 {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--brass);
  margin: 16px 0 6px;
}
.motifs .motif p { font-size: 14px; }
.motifs .motif svg { display: block; margin: 0 auto; }
@media (max-width: 700px) {
  .motifs { grid-template-columns: 1fr; }
}

/* Two-col will-see */
.split {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 48px;
  align-items: start;
}
.split .v-div {
  width: 2px;
  background: var(--gold);
  height: 100%;
  min-height: 280px;
}
@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split .v-div { width: 100%; height: 1px; min-height: 0; }
}

/* Timeline */
.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.timeline .tstep {
  padding: 0 14px;
  text-align: center;
  position: relative;
}
.timeline .tstep .tnum {
  font-family: var(--serif);
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
}
.timeline .tstep h4 {
  font-size: 17px;
  color: var(--brass);
  margin: 12px 0 6px;
}
.timeline .tstep p { font-size: 14px; line-height: 1.55; }
.timeline .tstep + .tstep::before {
  content: '';
  position: absolute;
  left: -8px; top: 22px;
  width: 16px; height: 1px;
  background: var(--gold);
}
@media (max-width: 880px) {
  .timeline { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .timeline .tstep + .tstep::before { display: none; }
}
@media (max-width: 520px) {
  .timeline { grid-template-columns: 1fr; }
}

/* FAQ */
.faq-category {
  margin-top: 56px;
}
.faq-category:first-child { margin-top: 0; }
.faq-category h3 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--brass);
  margin-bottom: 4px;
}
.faq-category .cat-rule {
  height: 1px;
  background: var(--gold);
  width: 80px;
  margin-bottom: 24px;
}
.faq-item {
  padding: 18px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--copper) 20%, transparent);
}
.faq-item summary {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--charcoal);
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 22px;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-item[open] summary::after {
  content: '–';
}
.faq-item .ans {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--charcoal);
  max-width: 720px;
}
.faq-item:hover summary { color: var(--copper); }

/* Hero variant w/ centered text + mandala */
.hero-center {
  text-align: center;
  padding: clamp(56px, 9vw, 110px) var(--pad-side);
  position: relative;
  overflow: hidden;
}
.hero-center .mandala-bg {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
  z-index: 0;
  width: min(620px, 90vw);
  height: auto;
}
.hero-center .inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }

/* Promise cards 2 col */
.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 720px) {
  .promise-grid { grid-template-columns: 1fr; }
}

/* feels-like row */
.feels-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.feels-row .feel {
  background: var(--cream);
  border: 1px solid color-mix(in srgb, var(--copper) 30%, transparent);
  padding: 18px;
}
.feels-row .feel strong {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--brass);
  display: block;
  margin-bottom: 6px;
}
.feels-row .feel p { font-size: 13px; line-height: 1.5; }
@media (max-width: 880px) { .feels-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .feels-row { grid-template-columns: 1fr; } }

/* Sage / rose fit cards */
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 720px) { .fit-grid { grid-template-columns: 1fr; } }

.fit-card { background: var(--card-bg); padding: 28px; }
.fit-card.good { border: 1px solid var(--sage); }
.fit-card.notyet { border: 1px solid var(--rose); }
.fit-card h3.good { color: var(--sage); }
.fit-card h3.notyet { color: var(--rose); }
.fit-card ul { padding-left: 18px; margin: 14px 0 0; font-size: 14px; line-height: 1.7; }
.fit-card ul li { margin-bottom: 6px; }

/* After-session 3 col */
.after-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) { .after-grid { grid-template-columns: 1fr; } }
.after-card { background: var(--card-bg); padding: 28px; }
.after-card.brass { border: 1px solid var(--brass); }
.after-card.brass h3 { color: var(--brass); }
.after-card.sage { border: 1px solid var(--sage); }
.after-card.sage h3 { color: var(--sage); }
.after-card.rose { border: 1px solid var(--rose); }
.after-card.rose h3 { color: var(--rose); }
.after-card h3 { font-size: 20px; margin-bottom: 12px; }
.after-card p { font-size: 14px; line-height: 1.7; }

/* Privacy/Safety lists */
.ps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.ps-list li {
  padding-left: 22px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}
.ps-list li::before {
  content: '◇';
  position: absolute;
  left: 0; top: 0;
  color: var(--gold);
  font-size: 12px;
}

/* Reusable two-col body */
.two-col {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 880px) { .two-col { grid-template-columns: 1fr; gap: 32px; } }

/* Anchor breakaway from sticky header */
.section[id] { scroll-margin-top: 90px; }

/* Soft prose spacing */
.prose p + p { margin-top: 14px; }
.prose p { font-size: 17px; line-height: 1.85; }
