  /* Tweakable root */
  :root {
    --accent: var(--teal);
    --accent-ink: var(--teal-ink);
    --accent-soft: var(--teal-soft);
    --accent-tint: var(--teal-tint);
    --warm: var(--terracotta);
    --warm-soft: var(--terracotta-soft);
    --warm-tint: var(--terracotta-tint);
    --bg: var(--cream);
  }
  body { background: var(--bg); }

  /* ---------- Announcement strip ---------- */
  .announce {
    background: var(--ink);
    color: #EFEAE0;
    font-size: 13px;
    letter-spacing: 0.01em;
    display: flex; justify-content: center; gap: 28px; align-items: center;
    padding: 10px 24px;
  }
  .announce .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--terracotta); }
  .announce a { color: var(--terracotta); display: inline-flex; gap: 6px; align-items: center; }
  .announce a::after { content: "→"; }

  /* ---------- Sticky header (announcement + nav travel together) ---------- */
  .site-header { position: sticky; top: 0; z-index: 30; }

  /* ---------- Nav ---------- */
  nav.top {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center;
    padding: 18px 56px;
    background: color-mix(in oklab, var(--bg) 88%, transparent);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid color-mix(in oklab, var(--ink) 6%, transparent);
  }
  .logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 500; font-size: 26px; letter-spacing: -0.02em; }
  .logo .mark { width: 28px; height: 28px; position: relative; }
  .logo .mark::before {
    content: ""; position: absolute; inset: 0;
    background: conic-gradient(from 220deg, var(--accent), var(--warm), var(--accent));
    border-radius: 50%;
    mask: radial-gradient(circle at 50% 50%, transparent 40%, black 41%);
    -webkit-mask: radial-gradient(circle at 50% 50%, transparent 40%, black 41%);
  }
  .logo .mark::after {
    content: ""; position: absolute; inset: 8px;
    background: var(--warm); border-radius: 50%;
  }
  .logo em { font-style: italic; font-weight: 400; color: var(--accent); }

  nav.top ul { list-style: none; display: flex; gap: 36px; margin: 0; padding: 0; justify-content: center; font-size: 14px; font-weight: 500; color: var(--ink-2); }
  nav.top ul a { position: relative; padding: 6px 0; }
  nav.top ul a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--accent); }
  .nav-actions { display: flex; align-items: center; gap: 14px; }
  .nav-phone { font-size: 14px; color: var(--muted); }
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 20px; border-radius: var(--r-full);
    font-weight: 600; font-size: 14px; border: 0; cursor: pointer;
    transition: transform .12s ease, background .2s ease, color .2s ease;
  }
  .btn-primary { background: var(--accent); color: #fff; }
  .btn-primary:hover { background: var(--accent-ink); transform: translateY(-1px); }
  .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--hairline-strong); }
  .btn-ghost:hover { background: var(--paper); }
  .btn-warm { background: var(--ink); color: #fff; }
  .btn-warm:hover { background: #000; }
  .btn .arr { font-weight: 400; }

  /* ---------- Hero ---------- */
  .hero {
    padding: 40px 56px 0;
    max-width: 1440px; margin: 0 auto;
  }
  .hero-grid {
    display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
    align-items: end;
  }
  .hero-copy { min-width: 0; }
  .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 500; }
  .eyebrow .pill { background: var(--accent-tint); color: var(--accent-ink); padding: 4px 10px; border-radius: 999px; font-size: 11px; letter-spacing: 0.08em; }
  h1.display {
    font-family: var(--serif); font-weight: 400;
    font-size: 88px; line-height: 0.96; letter-spacing: -0.035em;
    margin: 22px 0 24px; color: var(--ink);
    text-wrap: pretty;
  }
  h1.display em { font-style: italic; color: var(--accent); font-weight: 400; }
  h1.display.hero-headline { font-size: clamp(20px, 2.3vw, 34px); white-space: nowrap; }
  h1.display .u { position: relative; white-space: nowrap; }
  h1.display .u::after {
    content: ""; position: absolute; left: 2%; right: 2%; bottom: 0.06em;
    height: 0.12em; background: var(--warm-soft);
    border-radius: 99px; z-index: -1;
  }
  .lede { font-size: 18px; line-height: 1.55; color: var(--muted); max-width: 46ch; margin: 0 0 32px; }
  .hero-cta { display: flex; gap: 12px; align-items: center; margin-bottom: 44px; }
  .hero-cta .how { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; color: var(--ink-2); margin-left: 10px; }
  .hero-cta .how .play { width: 36px; height: 36px; border-radius: 999px; background: var(--paper); border: 1px solid var(--hairline-strong); display: grid; place-items: center; color: var(--accent); }

  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; border-top: 1px solid var(--hairline); padding-top: 24px; }
  .hero-stats .stat { }
  .hero-stats .n { font-family: var(--serif); font-size: 40px; line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
  .hero-stats .n em { color: var(--warm); font-style: normal; }
  .hero-stats .l { font-size: 13px; color: var(--muted); margin-top: 6px; max-width: 22ch; }

  /* Hero collage */
  .collage {
    position: relative; aspect-ratio: 5 / 6; min-height: 620px;
  }
  .photo {
    position: absolute; border-radius: var(--r-lg); overflow: hidden;
    background: var(--sand);
    box-shadow: var(--shadow-md);
  }
  .photo .ph-label {
    position: absolute; inset: auto 0 0 0; padding: 8px 10px;
    font-size: 11px; color: rgba(255,255,255,0.9); background: linear-gradient(transparent, rgba(0,0,0,0.4));
    letter-spacing: 0.06em; text-transform: uppercase;
  }
  /* Make photo placeholders feel intentional — soft tonal fills */
  .ph-a { background:
    radial-gradient(120% 80% at 20% 10%, #D6CBB8 0%, transparent 60%),
    radial-gradient(100% 80% at 90% 80%, #8BA19A 0%, transparent 60%),
    linear-gradient(135deg, #BCAE97 0%, #7F9089 100%); }
  .ph-b { background:
    radial-gradient(100% 80% at 70% 30%, #F2D7B9 0%, transparent 60%),
    linear-gradient(160deg, #E6C7A6 0%, #C89A78 100%); }
  .ph-c { background:
    radial-gradient(100% 100% at 30% 100%, #8AA8A2 0%, transparent 60%),
    linear-gradient(180deg, #AEC0BA 0%, #5E7874 100%); }
  .ph-d { background:
    radial-gradient(120% 80% at 20% 10%, #F4E2C9 0%, transparent 60%),
    linear-gradient(135deg, #D9C3A4 0%, #A78D6D 100%); }

  .p1 { left: 0; top: 0; width: 72%; height: 62%; }
  .p2 { right: 0; top: 18%; width: 40%; height: 36%; }
  .p3 { left: 8%; bottom: 0; width: 48%; height: 34%; }
  .p4 { right: 4%; bottom: 4%; width: 44%; height: 38%; }

  .collage .badge {
    position: absolute; right: -10px; top: -10px;
    width: 128px; height: 128px; border-radius: 50%;
    background: var(--paper); box-shadow: var(--shadow-md);
    display: grid; place-items: center; text-align: center;
    font-family: var(--serif); font-size: 14px; line-height: 1.2;
    color: var(--ink-2);
    animation: spin 28s linear infinite;
    z-index: 3;
  }
  .collage .badge strong { font-size: 28px; color: var(--warm); display: block; font-weight: 500; }
  @keyframes spin { to { transform: rotate(360deg); } }

  .collage .floating {
    position: absolute; left: -24px; top: 52%;
    background: var(--paper); border-radius: 14px; padding: 12px 14px;
    box-shadow: var(--shadow-md); display: flex; gap: 10px; align-items: center;
    min-width: 220px; z-index: 4;
  }
  .floating .av { display: flex; }
  .floating .av span { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--paper); margin-left: -8px; background: var(--sand); }
  .floating .av span:nth-child(1) { background: #C9A97A; margin-left: 0; }
  .floating .av span:nth-child(2) { background: #7F9089; }
  .floating .av span:nth-child(3) { background: #D89A6B; }
  .floating .meta { font-size: 12px; color: var(--muted); }
  .floating .meta strong { display: block; color: var(--ink); font-size: 13px; font-weight: 600; margin-bottom: 2px; }

  /* ---------- Booking strip ---------- */
  .booking-strip {
    max-width: 1440px; margin: 56px auto 0; padding: 0 56px;
  }
  .booking-card {
    background: var(--paper); border-radius: var(--r-lg); padding: 22px;
    box-shadow: var(--shadow-md);
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr auto; gap: 12px; align-items: end;
    border: 1px solid var(--hairline);
  }
  .bk-title { padding: 6px 10px 6px 4px; }
  .bk-title .t { font-family: var(--serif); font-size: 20px; letter-spacing: -0.01em; }
  .bk-title .s { font-size: 13px; color: var(--muted); margin-top: 4px; }
  .field { display: flex; flex-direction: column; gap: 6px; padding: 8px 12px; border-left: 1px solid var(--hairline); }
  .field label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 600; }
  .field .value { font-size: 15px; color: var(--ink); font-weight: 500; display: flex; align-items: center; gap: 8px; }
  .field .value svg { color: var(--muted); }
  .field .value .caret { margin-left: auto; color: var(--muted); }
  .bk-cta { padding: 0 0 0 8px; }

  /* ---------- Section wrapper ---------- */
  section { max-width: 1440px; margin: 0 auto; padding: 120px 56px; }
  .section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 48px; gap: 24px; }
  .section-head h2 { font-family: var(--serif); font-size: 60px; line-height: 1; letter-spacing: -0.03em; margin: 12px 0 0; font-weight: 400; max-width: 18ch; text-wrap: balance; }
  .section-head h2 em { font-style: italic; color: var(--accent); }
  .section-head p { max-width: 48ch; color: var(--muted); font-size: 16px; line-height: 1.6; }

  /* ---------- Services ---------- */
  .services {
    background: var(--paper); border-radius: var(--r-xl);
    margin: 120px 56px; padding: 80px 56px;
    max-width: calc(1440px - 112px); box-sizing: border-box;
  }
  .service-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
  .svc {
    flex: 0 1 calc((100% - 40px) / 3);
    min-width: 280px;
    border: 1px solid var(--hairline); border-radius: var(--r-lg);
    padding: 28px; background: var(--paper); position: relative;
    display: flex; flex-direction: column; gap: 18px;
    transition: transform .2s, border-color .2s, box-shadow .2s;
  }
  .svc:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-md); }
  .svc.featured { background: var(--accent); color: #EFEAE0; border-color: var(--accent); }
  .svc.featured h3, .svc.featured .price { color: #fff; }
  .svc.featured .desc { color: rgba(255,255,255,0.72); }
  .svc.featured li { color: rgba(255,255,255,0.82); }
  .svc.featured li::before { background: var(--warm); }
  .svc-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: var(--warm-tint); color: var(--warm);
    display: grid; place-items: center;
  }
  .svc.featured .svc-icon { background: rgba(255,255,255,0.12); color: #fff; }
  .svc h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -0.01em; margin: 0; }
  .svc .desc { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }
  .svc ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: var(--ink-2); }
  .svc li { padding-left: 18px; position: relative; }
  .svc li::before { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 2px; background: var(--accent); }
  .svc .row { display: flex; align-items: end; justify-content: space-between; margin-top: 4px; padding-top: 18px; border-top: 1px solid var(--hairline); }
  .svc.featured .row { border-top-color: rgba(255,255,255,0.18); }
  .svc .price { font-family: var(--serif); font-size: 26px; color: var(--ink); }
  .svc .price small { font-size: 13px; color: var(--muted); font-family: var(--sans); }
  .svc.featured .price small { color: rgba(255,255,255,0.64); }
  .svc .go { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; }
  .svc.featured .go { background: #fff; color: var(--accent); }

  /* ---------- About ---------- */
  .about { background: var(--bg); }
  .about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
  .about-art { position: relative; aspect-ratio: 4/5; }
  .about-art .p-main { position: absolute; inset: 0; border-radius: var(--r-lg); overflow: hidden; background:
    radial-gradient(100% 80% at 30% 20%, #E8CFAE 0%, transparent 60%),
    linear-gradient(160deg, #C9A97A 0%, #7A8575 100%);
    box-shadow: var(--shadow-md);
  }
  .about-art .chip {
    position: absolute; right: -20px; top: 40px;
    background: var(--paper); border-radius: 14px; padding: 14px 18px;
    box-shadow: var(--shadow-md);
    font-size: 13px; color: var(--muted); display: flex; gap: 14px; align-items: center;
  }
  .about-art .chip strong { font-family: var(--serif); font-size: 34px; color: var(--warm); line-height: 1; font-weight: 500; }
  .about-art .chip em { font-style: normal; color: var(--ink); font-weight: 600; display: block; font-size: 13px; font-family: var(--sans); }
  .about-art .quote {
    position: absolute; left: -30px; bottom: 40px; max-width: 260px;
    background: var(--ink); color: #fff; padding: 18px 20px; border-radius: 14px;
    font-family: var(--serif); font-size: 16px; line-height: 1.4; font-style: italic;
  }
  .about-art .quote::before { content: "“"; font-size: 60px; position: absolute; top: -14px; left: 8px; color: var(--warm); line-height: 1; }

  .about-copy h2 { font-family: var(--serif); font-weight: 400; font-size: 56px; line-height: 1.05; letter-spacing: -0.03em; margin: 14px 0 22px; }
  .about-copy h2 em { font-style: italic; color: var(--accent); }
  .about-copy p { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 58ch; }
  .about-copy .signature { margin-top: 28px; display: flex; gap: 14px; align-items: center; }
  .about-copy .sig-name { font-family: var(--serif); font-size: 20px; }
  .about-copy .sig-title { font-size: 13px; color: var(--muted); }
  .about-copy .sig-mark { font-family: "Fraunces", serif; font-style: italic; font-size: 32px; color: var(--accent); }

  /* ---------- How it works ---------- */
  .how {
    background: var(--paper); border-radius: var(--r-xl);
    margin: 120px 56px; padding: 80px 56px;
    max-width: calc(1440px - 112px); box-sizing: border-box;
  }
  .how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 8px; position: relative; }
  .how-steps::before {
    content: ""; position: absolute; top: 34px; left: 6%; right: 6%;
    border-top: 1.5px dashed var(--hairline-strong);
    z-index: 0;
  }
  .step { position: relative; z-index: 1; }
  .step .num {
    width: 68px; height: 68px; border-radius: 50%; background: var(--bg);
    display: grid; place-items: center; font-family: var(--serif); font-size: 28px;
    color: var(--accent); border: 1.5px solid var(--hairline);
    margin-bottom: 20px;
  }
  .step.active .num { background: var(--accent); color: #fff; border-color: var(--accent); }
  .step h4 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 0 0 8px; letter-spacing: -0.01em; }
  .step p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; max-width: 28ch; }

  /* ---------- Counsellors ---------- */
  .team { background: var(--bg); }
  .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .mem {
    background: var(--paper); border-radius: var(--r-lg); overflow: hidden;
    border: 1px solid var(--hairline); display: flex; flex-direction: column;
    transition: transform .2s;
  }
  .mem:hover { transform: translateY(-3px); }
  .mem .portrait { aspect-ratio: 4/5; position: relative; }
  .mem .portrait .ph { position: absolute; inset: 0; }
  .mem .portrait .tags { position: absolute; left: 12px; top: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
  .mem .tag { font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(255,255,255,0.88); color: var(--ink-2); padding: 5px 10px; border-radius: 999px; font-weight: 600; }
  .mem .avail {
    position: absolute; right: 12px; bottom: 12px;
    background: var(--paper); padding: 6px 12px; border-radius: 999px;
    font-size: 12px; color: var(--ink-2); display: flex; align-items: center; gap: 8px;
  }
  .mem .avail::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ok); }
  .mem .body { padding: 16px 18px 20px; }
  .mem .body .name { font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: -0.01em; }
  .mem .body .role { font-size: 13px; color: var(--muted); margin-top: 4px; }
  .mem .body .meta { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--hairline); font-size: 12px; color: var(--muted); }
  .mem .body .meta strong { color: var(--ink); font-family: var(--serif); font-size: 16px; font-weight: 500; }

  /* Portrait placeholders */
  .p-av1 { background: radial-gradient(100% 100% at 35% 40%, #F0D7B5 0%, transparent 60%), linear-gradient(180deg, #D4B587 0%, #806D51 100%); }
  .p-av2 { background: radial-gradient(100% 100% at 60% 40%, #E4C9A3 0%, transparent 60%), linear-gradient(180deg, #A58A66 0%, #4E5F5B 100%); }
  .p-av3 { background: radial-gradient(100% 100% at 40% 40%, #F5DEB8 0%, transparent 60%), linear-gradient(180deg, #C69A72 0%, #8B6A4F 100%); }
  .p-av4 { background: radial-gradient(100% 100% at 50% 40%, #EAD1B0 0%, transparent 60%), linear-gradient(180deg, #B99A77 0%, #64574A 100%); }

  /* ---------- Specialties ---------- */
  .spec { background: var(--ink); color: #EFEAE0; border-radius: var(--r-xl); margin: 120px 56px; padding: 80px 56px; max-width: calc(1440px - 112px); box-sizing: border-box; }
  .spec .section-head h2 { color: #fff; }
  .spec .section-head p { color: rgba(255,255,255,0.6); }
  .spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .sp {
    padding: 22px; border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex; flex-direction: column; gap: 10px;
    transition: background .2s;
  }
  .sp:hover { background: rgba(255,255,255,0.08); }
  .sp .ic { width: 38px; height: 38px; border-radius: 10px; background: rgba(233,138,59,0.16); color: var(--warm); display: grid; place-items: center; }
  .sp .name { font-family: var(--serif); font-size: 18px; }
  .sp .count { font-size: 12px; color: rgba(255,255,255,0.5); }
  .sp.hot .ic { background: var(--warm); color: var(--ink); }

  /* ---------- Testimonials ---------- */
  .testi { background: var(--bg); }
  .testi-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
  .t-card {
    background: var(--paper); border-radius: var(--r-lg); padding: 28px;
    border: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 16px;
  }
  .t-card.feat {
    background: var(--accent-tint); border-color: var(--accent-soft);
  }
  .t-card .stars { color: var(--warm); letter-spacing: 2px; font-size: 14px; }
  .t-card blockquote {
    margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.35; color: var(--ink); letter-spacing: -0.01em; text-wrap: pretty;
  }
  .t-card.feat blockquote { font-size: 28px; }
  .t-card .by { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--hairline); }
  .t-card.feat .by { border-top-color: var(--accent-soft); }
  .t-card .av { width: 40px; height: 40px; border-radius: 50%; background: var(--sand); flex-shrink: 0; }
  .t-card .av.a1 { background: linear-gradient(135deg, #D4B587, #806D51); }
  .t-card .av.a2 { background: linear-gradient(135deg, #A58A66, #4E5F5B); }
  .t-card .av.a3 { background: linear-gradient(135deg, #C69A72, #8B6A4F); }
  .t-card .who { font-size: 13px; }
  .t-card .who strong { display: block; font-weight: 600; }
  .t-card .who span { color: var(--muted); font-size: 12px; }

  /* ---------- Pricing / insurance banner ---------- */
  .pricing {
    background: var(--paper); border-radius: var(--r-xl);
    margin: 120px 56px; padding: 80px 56px;
    max-width: calc(1440px - 112px); box-sizing: border-box;
  }
  .price-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; align-items: start; }
  .price-grid h3 { font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -0.02em; margin: 8px 0 20px; line-height: 1.1; }
  .price-grid h3 em { font-style: italic; color: var(--accent); }
  .price-grid p { color: var(--muted); font-size: 15px; line-height: 1.6; }
  .ins-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
  .ins-list li { padding: 10px 14px; background: var(--bg); border-radius: 8px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-2); }
  .sliding { background: var(--accent-tint); border-radius: var(--r-lg); padding: 24px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--accent-soft); }
  .sliding h4 { font-family: var(--serif); font-size: 22px; margin: 0; font-weight: 500; }
  .sliding p { font-size: 14px; margin: 0; color: var(--teal-ink); line-height: 1.6; }

  /* ---------- FAQ ---------- */
  .faq {
    background: var(--paper); border-radius: var(--r-xl);
    margin: 120px 56px; padding: 80px 56px;
    max-width: calc(1440px - 112px); box-sizing: border-box;
  }
  .faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
  .faq-list { display: flex; flex-direction: column; }
  .faq-item { border-top: 1px solid var(--hairline); padding: 22px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; cursor: pointer; }
  .faq-item:last-child { border-bottom: 1px solid var(--hairline); }
  .faq-item .q { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -0.01em; }
  .faq-item .a { grid-column: 1 / -1; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 60ch; margin-top: 10px; display: none; }
  .faq-item.open .a { display: block; }
  .faq-item .icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--hairline-strong); display: grid; place-items: center; color: var(--ink); transition: transform .2s, background .2s, color .2s; }
  .faq-item.open .icon { background: var(--ink); color: #fff; transform: rotate(45deg); }

  /* ---------- CTA / Crisis ---------- */
  .cta {
    background: var(--accent); color: #fff; border-radius: var(--r-xl);
    margin: 0 56px; padding: 80px 64px; max-width: calc(1440px - 112px); box-sizing: border-box; position: relative; overflow: hidden;
  }
  .cta::before { content: ""; position: absolute; right: -120px; top: -120px; width: 520px; height: 520px; border-radius: 50%; background: var(--warm); opacity: 0.22; }
  .cta::after { content: ""; position: absolute; right: -220px; top: -220px; width: 520px; height: 520px; border-radius: 50%; border: 1.5px dashed rgba(255,255,255,0.2); }
  .cta h2 { font-family: var(--serif); font-weight: 400; font-size: 64px; line-height: 1; letter-spacing: -0.03em; margin: 0 0 20px; max-width: 18ch; text-wrap: balance; }
  .cta h2 em { font-style: italic; color: var(--warm-soft); }
  .cta p { max-width: 48ch; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.8); margin: 0 0 32px; }
  .cta .btn-primary { background: #fff; color: var(--accent); }
  .cta .btn-primary:hover { background: var(--cream); }
  .cta .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
  .cta .crisis {
    margin-top: 40px; padding: 16px 20px; background: rgba(0,0,0,0.16);
    border-radius: 12px; display: flex; align-items: center; gap: 14px;
    font-size: 14px; color: #fff; max-width: fit-content;
  }
  .cta .crisis .lbl { background: var(--warm); color: var(--ink); padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

  /* ---------- Footer ---------- */
  footer { background: var(--ink); color: rgba(255,255,255,0.72); padding: 80px 56px 28px; margin-top: 120px; }
  .foot-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .foot-grid h5 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); margin: 0 0 18px; font-weight: 600; }
  .foot-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
  .foot-brand .logo { color: #fff; margin-bottom: 16px; }
  .foot-brand p { font-size: 14px; line-height: 1.6; max-width: 32ch; margin: 0 0 20px; }
  .foot-brand .socials { display: flex; gap: 8px; }
  .foot-brand .socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: grid; place-items: center; }
  .foot-brand .socials a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
  .foot-bottom { max-width: 1440px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 13px; color: rgba(255,255,255,0.4); }

  /* ---------- Tweaks panel ---------- */
  .tweaks-panel {
    position: fixed; right: 20px; bottom: 20px; z-index: 100;
    width: 280px; background: var(--paper); color: var(--ink);
    border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid var(--hairline);
    padding: 18px; font-size: 13px;
    display: none;
  }
  .tweaks-panel.show { display: block; }
  .tweaks-panel h4 { margin: 0 0 14px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
  .tweaks-panel .row { display: flex; gap: 8px; margin-bottom: 10px; align-items: center; }
  .tweaks-panel .label { flex: 0 0 80px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
  .tweaks-panel .swatches { display: flex; gap: 6px; }
  .swatch { width: 26px; height: 26px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; }
  .swatch.active { border-color: var(--ink); }
