/* =========================================================
   JourneyOM section styles  (rebuilt clean, brace-checked)
   ========================================================= */

/* ---------- Global layout + display helpers ---------- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

.display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.01em;
}
.display em { font-style: italic; color: var(--gold); font-weight: 500; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
  border-bottom: 1px solid var(--line-dark);
  text-align: center;
  background-color: var(--ink);
}
.hero .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(78% 62% at 50% -8%, rgba(247,179,4,.20), transparent 60%);
  pointer-events: none;
}
.hero .sym-top { width: 50px; margin: 0 auto 28px; display: block; position: relative; }
.hero h1 { font-size: clamp(40px, 7.6vw, 104px); max-width: 15ch; margin: 0 auto; position: relative; overflow-wrap: normal; word-break: normal; hyphens: none; }
.hero-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.1vw, 29px);
  color: #e4dac9;
  line-height: 1.3;
  max-width: 34ch;
  margin: 22px auto 0;
  position: relative;
}
.hero .lead { font-size: 18.5px; color: #cabfae; max-width: 58ch; margin: 30px auto 0; position: relative; }
.hero .cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; position: relative; }

/* =========================================================
   TRUST MARQUEE
   ========================================================= */
.strip { border-bottom: 1px solid var(--line-dark); overflow: hidden; background-color: var(--ink); }
.strip-in {
  display: flex;
  gap: 60px;
  padding: 20px 0;
  white-space: nowrap;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  color: var(--taupe-2);
  animation: jomSlide 22s linear infinite;
}
.strip-in span { display: inline-flex; align-items: center; gap: 60px; }
.strip-in b { color: var(--gold); font-weight: 500; }
@keyframes jomSlide { to { transform: translateX(-50%); } }

/* Hide the trust marquee on mobile (kept on desktop where it reads well). */
@media (max-width: 768px) {
  .strip { display: none; }
}

/* =========================================================
   DARK CANVAS
   ========================================================= */
body { background-color: var(--ink) !important; }
.site,
#page,
.site-content,
#content,
.content-area,
#primary,
.entry-content,
.inside-article,
.separate-container .inside-article { background-color: transparent !important; }

/* =========================================================
   SITE NAV
   ========================================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(27,22,17,.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-dark);
}
.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .nav { top: 46px; } }

.nav .nav-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav .brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.nav .brand img { width: 26px; }
.nav .brand .w {
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: var(--paper);
}
.nav .brand .w em { color: var(--gold); font-style: normal; }
.nav .links { display: flex; gap: 32px; align-items: center; }
.nav .links a {
  font-size: 13.5px;
  letter-spacing: .04em;
  color: #cabfae;
  text-decoration: none;
  transition: color .25s;
}
.nav .links a:hover { color: var(--gold); }
.nav .nav-cta { padding: 11px 22px; }
.nav .menu-btn {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  cursor: pointer;
}
.nav .menu-btn span { width: 24px; height: 2px; background: var(--paper); display: block; }

@media (max-width: 768px) {
  .nav .nav-in { padding: 16px 24px; }
  .nav .menu-btn { display: flex; }
  .nav .nav-cta { display: none; }
  .nav .links { display: none; }
  .nav .links.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--ink);
    padding: 22px 24px;
    gap: 18px;
    border-bottom: 1px solid var(--line-dark);
  }
}

/* Hide the theme's default header */
#masthead.site-header { display: none; }
.site-header { display: none; }

/* =========================================================
   SHARED: section padding + head-row + media-split + figure
   ========================================================= */
.sec { padding: 104px 0; }

.head-row {
  display: grid;
  grid-template-columns: .4fr 1fr;
  gap: 40px;
  align-items: start;
  border-top: 1px solid var(--line-dark);
  padding-top: 40px;
}
.head-row > * + *, .media-split > * + * { margin-top: 0; }

.num-eye { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; color: var(--gold); }
.head-row .num-eye { font-size: 25px; letter-spacing: .03em; line-height: 1.12; }

.big { font-size: clamp(34px, 5.2vw, 68px); }

.media-split {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 54px;
  align-items: center;
  margin-top: 50px;
}
.media-split .lead-p { margin-top: 18px; }
.media-split .lead-p:first-child { margin-top: 0; }
.media-split .naming { margin-top: 18px; }
.media-split .fig-cap { margin-top: 24px; }

.fig {
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid var(--line-dark);
}
.fig > img { width: 100%; height: 100%; object-fit: cover; }
.fig.r-portrait { aspect-ratio: 4/5; }
.fig.r-wide { aspect-ratio: 16/9; }
.fig.r-square { aspect-ratio: 1/1; }

.naming { list-style: none; padding: 0; margin: 18px 0 0; }
.naming li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 13px 0;
  border-top: 1px solid var(--line-dark);
  font-size: 17px;
  color: #efe7d8;
}
.naming li:first-child { border-top: none; padding-top: 2px; }
.naming li .mk { color: var(--gold); font-size: 13px; line-height: 1.5; }

.fig-cap {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: var(--taupe-2);
  line-height: 1.4;
}

@media (max-width: 920px) {
  .media-split { grid-template-columns: 1fr; gap: 30px; }
  .media-split .fig { order: -1; }
  .head-row { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 768px) {
  .sec { padding: 64px 0; }
}

/* =========================================================
   FIX: neutralize Gutenberg constrained-layout caps on grids
   ========================================================= */
.sec .wrap { max-width: 1240px !important; }
.sec .head-row { display: grid !important; grid-template-columns: 0.4fr 1fr !important; }
.sec .media-split { display: grid !important; grid-template-columns: 0.82fr 1fr !important; }
.sec .head-row > *,
.sec .media-split > * { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }

@media (max-width: 920px) {
  .sec .head-row { grid-template-columns: 1fr !important; }
  .sec .media-split { grid-template-columns: 1fr !important; }
}

/* =========================================================
   LIGHT SECTION
   ========================================================= */
.light-sec { background: var(--paper); color: var(--ink); }
.light-sec .head-row { border-top-color: var(--line); }
.light-sec .head-row .num-eye { color: var(--gold-deep); }
.light-sec .lead-p { color: var(--taupe); }
.light-sec .fig { background: var(--cream); border-color: var(--line); }
.light-sec .fig-cap { color: var(--taupe); }

/* =========================================================
   PROCESS STEPS
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 60px; }
.step { padding: 34px 30px 40px 0; border-top: 2px solid var(--gold); margin-right: 30px; }
.step:last-child { margin-right: 0; }
.step .n { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 64px; font-weight: 500; line-height: 1; }
.step h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; font-weight: 500; margin: 14px 0 12px; }
.step p { color: #cabfae; font-size: 16px; }
.step .step-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: gap .25s;
}
.step .step-link:hover { gap: 12px; }

@media (max-width: 920px) {
  .steps { grid-template-columns: 1fr; }
  .step { margin-right: 0; }
}

/* =========================================================
   INTERLUDE (full-bleed image band with caption)
   ========================================================= */
.interlude { position: relative; padding: 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.fig-bleed { position: relative; width: 100%; height: clamp(340px, 44vw, 580px); overflow: hidden; }
.fig-bleed > img { width: 100%; height: 100%; object-fit: cover; }
.interlude .fig-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19,16,11,.82), rgba(19,16,11,.35) 46%, rgba(19,16,11,.12) 72%),
    linear-gradient(0deg, rgba(19,16,11,.72), rgba(19,16,11,0) 44%);
}
.interlude .interlude-cap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 56px;
  z-index: 2;
}
.interlude .interlude-cap .num-eye { margin-bottom: 14px; }
.interlude .interlude-cap p.display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.02;
  color: var(--paper);
  max-width: 16ch;
  text-shadow: 0 2px 30px rgba(0,0,0,.45);
  margin: 0;
}
.interlude .interlude-cap p.display em { font-style: italic; color: var(--gold); }

/* =========================================================
   TESTIMONIAL CAROUSEL
   ========================================================= */
.quote { border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.quote-grid { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; align-items: start; }
.quote blockquote { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(30px, 4.6vw, 56px); font-weight: 500; line-height: 1.08; margin: 0; }
.quote blockquote em { font-style: italic; color: var(--gold); }
.quote cite { display: block; margin-top: 30px; font-style: normal; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--taupe-2); }
.tcarousel { position: relative; }
.tslides { position: relative; }
.tslide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .6s var(--ease); margin: 0; }
.tslide.is-active { position: relative; opacity: 1; visibility: visible; }
.tnav { display: flex; align-items: center; gap: 22px; margin-top: 36px; }
.tarrow {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  background: none;
  color: var(--paper);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; cursor: pointer;
  transition: border-color .25s, color .25s;
}
.tarrow:hover { border-color: var(--gold); color: var(--gold); }
.tdots { display: flex; gap: 9px; }
.tdot { width: 7px; height: 7px; border-radius: 50%; background: var(--line-dark); border: none; padding: 0; cursor: pointer; transition: background .25s, transform .25s; }
.tdot.is-active { background: var(--gold); transform: scale(1.25); }

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

/* =========================================================
   PILLARS
   ========================================================= */
.pillars { margin-top: 30px; }
.pillar { display: grid; grid-template-columns: 80px 1fr 1.2fr; gap: 36px; align-items: baseline; padding: 40px 0; border-top: 1px solid var(--line); }
.pillar .pn { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; color: var(--gold-deep); }
.pillar h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 32px; font-weight: 500; margin: 0; }
.pillar p { color: var(--taupe); font-size: 16.5px; margin: 0; }

@media (max-width: 920px) {
  .pillar { grid-template-columns: 50px 1fr; gap: 18px; }
  .pillar p { grid-column: 1 / -1; }
}

/* =========================================================
   FIT
   ========================================================= */
.fit-lead { max-width: 60ch; margin-bottom: 50px; }
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.who { color: var(--paper); }
.who ul { list-style: none; padding: 0; margin: 0; }
.who li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line-dark);
  font-size: 17px;
  color: #efe7d8;
  align-items: baseline;
}
.who li .i { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--gold); font-size: 20px; }

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

/* =========================================================
   PRICING
   ========================================================= */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line-dark); }
.price-grid > div { padding: 54px 48px; }
.price-grid .left { border-right: 1px solid var(--line-dark); }
.price-grid .amt { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 84px; font-weight: 500; line-height: 1; color: var(--gold); }
.price-grid .amt small { font-size: 18px; color: var(--taupe-2); font-family: 'Hanken Grotesk', sans-serif; }
.price-grid ul { list-style: none; padding: 0; margin: 8px 0 0; }
.price-grid li { padding: 13px 0; border-top: 1px solid var(--line-dark); font-size: 15.5px; color: #cabfae; display: flex; gap: 12px; }
.price-grid li::before { content: "\2713"; color: var(--gold); }

@media (max-width: 920px) {
  .price-grid { grid-template-columns: 1fr; }
  .price-grid .left { border-right: none; border-bottom: 1px solid var(--line-dark); }
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final { text-align: center; border-top: 1px solid var(--line-dark); }
.final h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(44px, 8vw, 108px); line-height: 1; max-width: 14ch; margin: 0 auto; }
.final h2 em { font-style: italic; color: var(--gold); }
.final p { font-size: 19px; color: #cabfae; max-width: 48ch; margin: 28px auto 38px; }

/* =========================================================
   PAGE HEAD (inner-page hero, reused on all sub-pages)
   ========================================================= */
.page-head { position: relative; overflow: hidden; padding: 84px 0 70px; border-bottom: 1px solid var(--line-dark); }
.page-head .glow { position: absolute; inset: 0; background: radial-gradient(72% 60% at 50% -10%, rgba(247,179,4,.16), transparent 60%); pointer-events: none; }
.page-head h1 { font-size: clamp(44px, 7vw, 92px); max-width: 16ch; position: relative; }
.page-head .sub { font-size: 19px; color: #cabfae; max-width: 56ch; margin-top: 26px; position: relative; }

/* =========================================================
   MEDIA BAND (full-bleed image with left caption)
   ========================================================= */
.media-band { position: relative; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.media-band .fig-bleed { position: relative; overflow: hidden; }
.media-band .fig-bleed > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-band .fig-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19,16,11,.82), rgba(19,16,11,.32) 48%, rgba(19,16,11,.1) 74%),
    linear-gradient(0deg, rgba(19,16,11,.7), rgba(19,16,11,0) 44%);
}
.media-band .band-cap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 72px;
  z-index: 2;
}
.media-band .band-cap .wrap { width: 100%; }
.media-band .band-cap .num-eye { margin-bottom: 14px; display: block; }
.media-band .band-cap p.display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.04;
  color: var(--paper);
  max-width: 20ch;
  text-shadow: 0 2px 30px rgba(0,0,0,.5);
  margin: 0;
}
.media-band .band-cap p.display em { font-style: italic; color: var(--gold); }

/* =========================================================
   FOOTER (global)
   ========================================================= */
footer.foot { background: #15110d; color: var(--taupe-2); padding: 80px 0 40px; border-top: 1px solid var(--line-dark); }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.foot-brand img { width: 30px; margin-bottom: 16px; }
.foot-brand p { font-size: 14px; max-width: 30ch; line-height: 1.6; margin: 0; }
footer.foot h4 { color: var(--paper); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
footer.foot a { display: block; color: var(--taupe-2); font-size: 14.5px; padding: 6px 0; text-decoration: none; transition: color .2s; }
footer.foot a:hover { color: var(--gold); }
.disc { max-width: 980px; margin-top: 20px; font-size: 11.5px; color: #6f6557; line-height: 1.6; }
.foot-bottom { border-top: 1px solid var(--line-dark); margin-top: 48px; padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12.5px; }

/* hide GeneratePress default footer, all screen sizes */
.site-footer,
.site-info,
.inside-site-info,
footer.site-footer,
#footer { display: none !important; }

/* footer mobile layout */
@media (max-width: 768px) {
  footer.foot { padding: 56px 0 32px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .foot-brand { grid-column: 1 / -1; margin-bottom: 4px; }
  .foot-brand p { max-width: 46ch; }
  footer.foot a { font-size: 15px; padding: 8px 0; }
  .foot-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 430px) {
  .foot-top { grid-template-columns: 1fr; gap: 26px; }
}

/* =========================================================
   PRICING TIERS (Choose how you'll begin)
   ========================================================= */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line-dark); margin-top: 8px; }
.tier { padding: 44px 40px 40px; border-right: 1px solid var(--line-dark); position: relative; }
.tier:last-child { border-right: none; }
.tier.feature { background: var(--ink-2); }
.tier .badge { position: absolute; top: 0; right: 0; background: var(--gold); color: var(--ink); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; padding: 6px 14px; }
.tier .tk { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.tier .amt { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 64px; font-weight: 500; line-height: 1; color: var(--gold); margin-top: 14px; }
.tier .amt small { font-size: 15px; color: var(--taupe-2); font-family: 'Hanken Grotesk', sans-serif; letter-spacing: .02em; }
.tier .split-note { font-size: 13px; color: var(--taupe-2); margin-top: 8px; }
.tier .line { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: baseline; border-top: 1px solid var(--line-dark); padding: 22px 0 18px; margin-top: 24px; }
.tier .line .dot { width: 10px; height: 10px; background: var(--gold); transform: rotate(45deg); margin-top: 8px; border-radius: 1px; }
.tier .line h4 { font-family: 'Hanken Grotesk', sans-serif; font-size: 17px; font-weight: 600; margin: 0; }
.tier .line .sub { font-size: 14px; color: #cabfae; margin-top: 6px; grid-column: 2/4; }
.tier .line .price { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; color: var(--gold); font-weight: 500; }
.tier .btn { width: 100%; justify-content: center; margin-top: 26px; }

.both { border: 1px solid var(--line-dark); border-top: none; padding: 34px 40px; background: rgba(247,179,4,.04); }
.both h4 { font-family: 'Hanken Grotesk', sans-serif; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 18px; }
.both ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 36px; }
.both li { font-size: 15px; color: #cabfae; display: flex; gap: 11px; }
.both li::before { content: "\2713"; color: var(--gold); }

@media (max-width: 920px) {
  .tiers { grid-template-columns: 1fr; }
  .tier { border-right: none; border-bottom: 1px solid var(--line-dark); }
  .both ul { grid-template-columns: 1fr; }
}

/* =========================================================
   PRICING MODEL (Two costs, kept separate and clear)
   ========================================================= */
.model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); margin-top: 8px; }
.model-grid > div { padding: 46px 42px; }
.model-grid .l { border-right: 1px solid var(--line); }
.model-grid .mk { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.model-grid h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; font-weight: 500; margin: 14px 0; }
.model-grid p { color: var(--taupe); font-size: 16px; }
.model-grid .tagline { font-size: 13px; color: var(--ink-3); margin-top: 18px; font-weight: 600; letter-spacing: .02em; }

@media (max-width: 920px) {
  .model-grid { grid-template-columns: 1fr; }
  .model-grid .l { border-right: none; border-bottom: 1px solid var(--line); }
}

/* =========================================================
   FAQ ACCORDION (native details/summary)
   ========================================================= */
.faq { max-width: 860px; margin-top: 8px; }
.faq details { border-top: 1px solid var(--line-dark); }
.faq details:last-child { border-bottom: 1px solid var(--line-dark); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm {
  flex: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: transform .3s var(--ease), border-color .3s;
  font-size: 18px;
}
.faq details[open] summary .pm { transform: rotate(45deg); border-color: var(--gold); }
.faq .a { padding: 0 0 28px; color: #cabfae; font-size: 16.5px; max-width: 64ch; }

/* =========================================================
   FAQ PAGE: intro block + category layout
   ========================================================= */
.faq-intro { max-width: 62ch; }
.faq-intro p { font-size: 18px; color: #cabfae; }
.faq-intro p + p { margin-top: 16px; }
.faq-intro .quote { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 22px; color: var(--paper); }
.faq-intro .quote cite { display: block; font-style: normal; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-top: 10px; font-family: 'Hanken Grotesk', sans-serif; }
.faq-intro .crisis { font-size: 14.5px; color: var(--taupe-2); border-top: 1px solid var(--line-dark); padding-top: 18px; margin-top: 24px; }

.cat { border-top: 1px solid var(--line-dark); padding-top: 40px; margin-top: 8px; scroll-margin-top: 120px; }
.cat-grid { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; align-items: start; }
.cat h2 { font-size: clamp(28px, 3.6vw, 42px); font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; line-height: 1.04; position: sticky; top: 128px; margin: 0; }
.faq .cat:last-of-type details:last-child { border-bottom: 1px solid var(--line-dark); }

@media (max-width: 920px) {
  .cat-grid { grid-template-columns: 1fr; gap: 18px; }
  .cat h2 { position: relative; top: 0; font-size: 38px; }
  .cat { padding-bottom: 20px; }
}

/* =========================================================
   FAQ ANSWERS: rich formatting (short lead, lists, links, rate pills)
   ========================================================= */
.faq .a { max-width: 72ch; }
.faq .a .short { color: var(--paper); font-weight: 500; display: block; margin-bottom: 10px; }
.faq .a p + p { margin-top: 12px; }
.faq .a ul { margin: 12px 0 0; padding-left: 0; list-style: none; }
.faq .a li { padding: 8px 0 8px 22px; position: relative; }
.faq .a li::before { content: "\2726"; color: var(--gold); position: absolute; left: 0; font-size: 13px; }
.faq .a a { color: var(--gold); border-bottom: 1px solid rgba(247,179,4,.32); }
.faq .a .rate { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 16px; }
.faq .a .rate .pill { border: 1px solid var(--line-dark); padding: 14px 20px; flex: 1 1 200px; }
.faq .a .rate .pill b { display: block; color: var(--gold); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; font-weight: 500; margin-bottom: 2px; }
.faq .a .rate .pill span { font-size: 14px; color: var(--taupe-2); }

/* =========================================================
   FOUNDERS VIDEO FEATURE
   ========================================================= */
.founder-feat { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.fig.r-video { aspect-ratio: 16/10; }
.founder-feat .fig { cursor: pointer; }
.play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 74px; height: 74px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; transition: transform .3s var(--ease); z-index: 2; }
.founder-feat .fig:hover .play { transform: translate(-50%,-50%) scale(1.07); }
.play span { border-left: 19px solid var(--ink); border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 5px; }
.founder-feat .fig iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 920px) {
  .founder-feat { display: flex; flex-direction: column; gap: 26px; }
  .founder-feat > div { display: contents; }
  .founder-feat > div > .num-eye { order: 1; }
  .founder-feat > div > h2 { order: 2; }
  .founder-feat > div > .lead-p { order: 3; }
  .founder-feat .fig { order: 4; }
  .founder-feat > div > .btn { order: 5; margin-top: 0; }
}

/* =========================================================
   ABOUT: mission pull
   ========================================================= */
.mission .head-row { gap: 24px; }
.mission .lead-p { font-size: clamp(22px, 2.6vw, 30px); color: var(--ink); max-width: 30ch; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; line-height: 1.2; }
.mission-body { color: var(--taupe); font-size: 17px; max-width: 54ch; }
.mission-body p + p { margin-top: 18px; }

/* =========================================================
   ABOUT: five values
   ========================================================= */
.values { margin-top: 30px; }
.value { display: grid; grid-template-columns: 80px 1fr 1.3fr; gap: 36px; align-items: baseline; padding: 38px 0; border-top: 1px solid var(--line); }
.value .vn { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; color: var(--gold-deep); }
.value h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; font-weight: 500; margin: 0; color: var(--paper); }
.value p { color: var(--taupe); font-size: 16.5px; margin: 0; }

@media (max-width: 920px) {
  .value { grid-template-columns: 44px 1fr; gap: 8px 16px; align-items: baseline; }
  .value .vn { grid-row: 1; grid-column: 1; }
  .value h3 { grid-row: 1; grid-column: 2; }
  .value p { grid-row: 2; grid-column: 2; margin-top: 4px; }
}

/* =========================================================
   ABOUT: founders bios + couple note
   ========================================================= */
.bios { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; margin-top: 60px; }
.bio h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; font-weight: 500; margin: 22px 0 4px; }
.bio .role { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 14px; }
.bio p { color: var(--taupe); font-size: 16px; }
.couple-note { display: flex; gap: 42px; align-items: center; margin-top: 46px; border-top: 1px solid var(--line); padding-top: 38px; }
.couple-note .couple-photo { flex: none; width: 208px; height: 208px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 1px var(--line), 0 0 0 8px var(--paper), 0 0 0 9px rgba(247,179,4,.6); }
.couple-note .couple-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; display: block; }
.couple-note .couple-copy .num-eye { display: block; margin-bottom: 12px; color: var(--gold-deep); }
.couple-note .couple-copy p { color: var(--taupe); font-size: 17px; max-width: 58ch; margin: 0; }

@media (max-width: 920px) {
  .bios { grid-template-columns: 1fr; gap: 40px; }
  .couple-note { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
  .couple-note .couple-photo { width: 168px; height: 168px; }
}
@media (max-width: 920px) {
  .couple-note .couple-photo { flex: none; width: 188px; height: 188px; border-radius: 50%; aspect-ratio: 1 / 1; }
}

/* =========================================================
   FOR GUIDES: lede feature, asks, guide-voices carousel
   ========================================================= */
.lede { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; align-items: start; border-top: 1px solid var(--line-dark); padding-top: 40px; }
.lede .body p { font-size: 19px; color: #cabfae; max-width: 58ch; }
.lede .body p + p { margin-top: 18px; }

.asks { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.asks ul { list-style: none; padding: 0; margin: 0; }
.asks li { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); font-size: 17px; color: var(--ink-2); align-items: baseline; }
.asks li .i { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--gold-deep); font-size: 20px; }

.guide-voices { position: relative; overflow: hidden; border-top: 1px solid var(--line-dark); }
.guide-voices .gv-bg { position: absolute; inset: 0; margin: 0; }
.guide-voices .gv-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.guide-voices .gv-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,18,.9) 0%, rgba(9,11,18,.66) 42%, rgba(9,11,18,.28) 72%, rgba(9,11,18,.12) 100%), linear-gradient(0deg, rgba(9,11,18,.55), rgba(9,11,18,0) 38%); }
.gv-inner { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: clamp(74px,10vw,128px) 40px; }
.gv-inner .tcarousel { max-width: 640px; }
.guide-voices blockquote { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(21px,2.1vw,28px); line-height: 1.3; color: #f4efe5; max-width: 42ch; }
.guide-voices blockquote em { font-style: italic; color: var(--gold); }
.guide-voices cite { display: block; margin-top: 26px; font-style: normal; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

@media (max-width: 920px) {
  .lede { grid-template-columns: 1fr !important; gap: 48px; }
  .guide-voices blockquote { max-width: none; }
  /* asks: stack and reorder to intro -> list -> button */
  .asks { display: flex; flex-direction: column; }
  .asks > div { display: contents; }
  .asks .lead-p { order: 1; margin: 0; }
  .asks ul { order: 2; margin-top: 20px; }
  .asks .btn { order: 3; margin-top: 26px !important; }
}

/* =========================================================
   STEPS: four-column variant (For Guides vetting)
   ========================================================= */
.steps.steps-4 { grid-template-columns: repeat(4, 1fr); column-gap: 30px; }
.steps.steps-4 .step { margin-right: 0; }
@media (max-width: 920px) {
  .steps.steps-4 { grid-template-columns: repeat(2, 1fr); column-gap: 30px; row-gap: 8px; }
}
@media (max-width: 560px) {
  .steps.steps-4 { grid-template-columns: 1fr; }
}


/* =========================================================
   BANDS: larger overlay eyebrow (site-wide) + mobile refinements
   ========================================================= */
.media-band .band-cap .num-eye,
.interlude .interlude-cap .num-eye,
.guide-voices .num-eye { font-size: 21px; }

@media (max-width: 768px) {
  /* tighten hero -> first image gap */
  .page-head { padding-top: 60px; padding-bottom: 44px; }

  /* media bands: keep the desktop "last line below the image" overlap on mobile.
     Let the inline shelf (section padding-bottom) and the bottom-anchored
     caption (band-cap bottom:0;top:auto;height:auto;padding-bottom:0) stand. */
  .media-band { padding-bottom: 38px !important; margin-bottom: 26px !important; }
  .media-band .fig-bleed { height: clamp(320px, 86vw, 430px) !important; }

  /* guide voices: clear left inset for heading + cite */
  .guide-voices .gv-inner { padding-left: 44px !important; padding-right: 30px !important; padding-top: 56px !important; }
}

/* =========================================================
   HOMEPAGE HERO: small-phone fit (title + lead width)
   ========================================================= */
@media (max-width: 400px) {
  .hero .wrap { padding-left: 18px; padding-right: 18px; }
  .hero h1 { font-size: 38px; }
  .hero-sub { font-size: 20px; }
  .hero .lead { font-size: 17px; max-width: none; }
}

/* =========================================================
   RESOURCES: curated library (intro, sticky jump nav,
   category blocks, link grid/items, chips, note)
   NOTE: .final is intentionally NOT redefined here; the
   master .final (above) is used site-wide for consistency.
   ========================================================= */
.res-intro { max-width: 64ch; }
.res-intro p { font-size: 18px; color: #cabfae; }
.res-intro p + p { margin-top: 16px; }

/* sticky category nav (sits just below the global sticky nav) */
.res-jump { position: sticky; top: 64px; z-index: 20; background: rgba(27,22,17,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.admin-bar .res-jump { top: 96px; }
.res-jump .wrap { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.res-jump .wrap::-webkit-scrollbar { display: none; }
.res-jump a { white-space: nowrap; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #cabfae; text-decoration: none; padding: 16px 8px; border-bottom: 2px solid transparent; transition: color .25s, border-color .25s; }
.res-jump a:hover { color: var(--gold); border-color: var(--gold); }

/* category block */
.rcat { border-top: 1px solid var(--line-dark); padding-top: 48px; margin-top: 8px; scroll-margin-top: 120px; }
.rcat-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 6px; }
.rcat-head .rn { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; color: var(--gold); }
.rcat h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(32px, 4.4vw, 52px); font-weight: 500; line-height: 1; }
.rcat .rdesc { color: var(--taupe-2); font-size: 16px; max-width: 60ch; margin-bottom: 10px; }

.sub-h { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 40px 0 4px; }

/* resource grid + items */
.res-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.res-grid.one { grid-template-columns: 1fr; max-width: 80ch; }
.res-item, .res-item:link, .res-item:visited { display: block; padding: 18px 0; border-top: 1px solid var(--line-dark); color: inherit !important; text-decoration: none !important; transition: padding-left .25s var(--ease); }
.res-item:hover { padding-left: 8px; }
.res-item .rt { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--paper) !important; line-height: 1.18; transition: color .2s; display: flex; gap: 10px; align-items: baseline; }
.res-item:hover .rt { color: var(--gold) !important; }
.res-item .rt .arr { color: var(--gold); font-size: 14px; opacity: 0; transform: translateX(-6px); transition: opacity .2s, transform .2s; flex: none; }
.res-item:hover .rt .arr { opacity: 1; transform: none; }
.res-item .rm { font-size: 14px; color: var(--taupe-2) !important; margin-top: 5px; }
.res-item .rm em { font-style: normal; color: #cabfae !important; }

/* chips (podcasts, news, art) */
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.chips a { border: 1px solid var(--line-dark); padding: 12px 20px; font-size: 15px; color: #cabfae; text-decoration: none !important; transition: border-color .25s, color .25s, transform .25s var(--ease); }
.chips a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.note { font-size: 13.5px; color: var(--taupe-2); border-left: 2px solid var(--gold); padding: 4px 0 4px 16px; margin-top: 18px; }

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

/* Resources closing CTA lost its .sec padding on port; restore it here,
   scoped so site-wide .sec.final sections are untouched. */
.final:not(.sec) { padding: 104px 0; }
@media (max-width: 768px) {
  .final:not(.sec) { padding: 64px 0; }
}

/* =========================================================
   BUTTON: light outline variant on dark backgrounds
   (safety net; should already exist in the child theme)
   ========================================================= */
.btn-line { border: 1px solid rgba(251,248,242,.35); color: var(--paper); }
.btn-line:hover { border-color: var(--gold); color: var(--gold); }

/* =========================================================
   SAFETY PRINCIPLES: intro band, numbered principles, closing
   (.final reuses the master rule; in-body links hardened
   against theme link/visited colors like the Resources page)
   ========================================================= */
.intro-band { max-width: 64ch; }
.intro-band .lead { font-size: clamp(20px, 2.3vw, 26px); font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; color: var(--paper); line-height: 1.28; }
.intro-band p.body { font-size: 17px; color: #cabfae; margin-top: 20px; }

.principles { margin-top: 8px; }
.principle { display: grid; grid-template-columns: .4fr 1fr; gap: 40px; align-items: start; padding: 46px 0; border-top: 1px solid var(--line-dark); }
.principle .pn { display: flex; align-items: baseline; gap: 16px; }
.principle .pn .idx { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(40px, 5vw, 62px); line-height: .9; color: var(--gold); font-weight: 500; }
.principle h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(26px, 3vw, 34px); font-weight: 500; line-height: 1.05; }
.principle .body { color: #cabfae; font-size: 17px; max-width: 62ch; }
.principle .body p + p { margin-top: 16px; }
.principle .body a, .principle .body a:link, .principle .body a:visited { color: var(--gold) !important; text-decoration: none; border-bottom: 1px solid rgba(247,179,4,.35); }
.principle .body a:hover { border-color: var(--gold); }
.principle .body a.btn, .principle .body a.btn:visited { color: var(--ink) !important; border-bottom: none; }
.principle .body a.btn:hover { color: var(--ink) !important; }
.principle.vetted { background: linear-gradient(180deg, rgba(247,179,4,.06), transparent); }
.principle.vetted .cta { margin-top: 24px; }

.closing { border-top: 1px solid var(--line-dark); }
.closing .wrap { max-width: 760px; }
.closing p { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: clamp(22px, 3vw, 30px); color: var(--paper); line-height: 1.3; text-align: center; }
.closing p + p { margin-top: 18px; color: var(--taupe-2); }

@media (max-width: 920px) {
  .principle { grid-template-columns: 1fr; gap: 14px; padding: 36px 0; }
}

/* =========================================================
   SAFETY PRINCIPLES spacing refinements
   ========================================================= */
/* (2) band -> closing CTA: drop the duplicate hairline and tighten
   the gap between the image and the CTA paragraph */
.media-band + .final { padding-top: 40px; }
@media (max-width: 768px) {
  .media-band + .final { padding-top: 24px; }
}

/* (3) trim the gap between the last principle and the closing block */
section.sec:has(.principles) { padding-bottom: 24px; }
.closing { padding-top: 40px; }

/* =========================================================
   PRIVACY / LEGAL DISCLAIMER: two-column legal layout
   (sticky meta + clause body) and related-cards grid.
   Shared by both legal pages. In-body + card links hardened
   against theme link/visited colors.
   ========================================================= */
.legal { display: grid; grid-template-columns: .42fr 1fr; gap: 56px; align-items: start; }
.legal .meta { position: sticky; top: 96px; }
.legal .meta .num-eye { margin-bottom: 10px; }
.legal .meta .stamp { font-size: 13.5px; color: var(--taupe-2); line-height: 1.7; border-top: 1px solid var(--line-dark); padding-top: 16px; margin-top: 16px; }
.legal .meta .stamp b { color: var(--paper); font-weight: 600; display: block; letter-spacing: .04em; font-size: 12px; text-transform: uppercase; margin-bottom: 3px; }
.legal .meta .stamp a, .legal .meta .stamp a:visited { color: var(--gold) !important; text-decoration: none; border-bottom: 1px solid rgba(247,179,4,.35); }
.legal .meta .stamp a:hover { border-color: var(--gold); }
.legal .body { max-width: 64ch; }
.legal .body .lead { font-size: clamp(19px, 2.2vw, 24px); font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; color: var(--paper); line-height: 1.32; }
.legal .body .clause { border-top: 1px solid var(--line-dark); margin-top: 40px; padding-top: 32px; }
.legal .body h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(24px, 2.6vw, 30px); font-weight: 500; margin-bottom: 14px; }
.legal .body h3 { font-family: 'Hanken Grotesk', sans-serif; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 24px 0 10px; }
.legal .body .emph { color: var(--paper); font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 22px; line-height: 1.4; }
.legal .body p { font-size: 16.5px; color: #cabfae; }
.legal .body p + p { margin-top: 14px; }
.legal .body a, .legal .body a:visited { color: var(--gold) !important; text-decoration: none; border-bottom: 1px solid rgba(247,179,4,.35); }
.legal .body a:hover { border-color: var(--gold); }

.related { border-top: 1px solid var(--line-dark); }
.related .cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.related .card, .related .card:visited { display: block; border: 1px solid var(--line-dark); padding: 30px; color: inherit !important; text-decoration: none !important; transition: border-color .3s, transform .3s var(--ease); }
.related .card:hover { border-color: var(--gold); transform: translateY(-3px); }
.related .card .num-eye { margin-bottom: 10px; }
.related .card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; font-weight: 500; margin-bottom: 8px; }
.related .card p { font-size: 15px; color: var(--taupe-2); }

@media (max-width: 920px) {
  .legal { grid-template-columns: 1fr; gap: 24px; }
  .legal .meta { position: static; }
  .related .cards { grid-template-columns: 1fr; }
}

/* =========================================================
   ASSESSMENT: the 2-minute self-evaluation quiz
   (intro / question / result panels + progress + options)
   ========================================================= */
.quizwrap { position: relative; overflow: hidden; min-height: calc(100vh - 73px); display: flex; align-items: center; padding: 64px 0; }
.quizwrap .glow { position: absolute; inset: 0; background: radial-gradient(60% 50% at 50% 0%, rgba(247,179,4,.15), transparent 62%); pointer-events: none; }
.quiz { max-width: 720px; margin: 0 auto; position: relative; width: 100%; }
.panel { animation: panelIn .5s var(--ease); }
@keyframes panelIn { from { transform: translateY(14px); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .panel { animation: none; } }

/* intro */
.intro { text-align: center; }
.intro .num-eye { margin-bottom: 20px; }
.intro h1 { font-size: clamp(42px, 6.4vw, 80px); }
.intro p { font-size: 19px; color: #cabfae; max-width: 48ch; margin: 24px auto 36px; }
.intro .meta { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--taupe-2); margin-top: 30px; }

/* question */
.qtop { display: flex; align-items: center; gap: 20px; margin-bottom: 36px; }
.step-count { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--taupe-2); white-space: nowrap; }
.bar { flex: 1; height: 2px; background: var(--line-dark); position: relative; }
.bar i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--gold); transition: width .45s var(--ease); }
.qtitle { font-size: clamp(30px, 4.4vw, 46px); max-width: 18ch; line-height: 1.06; }
.qhelp { color: var(--taupe-2); font-size: 16px; margin-top: 20px; }
.opts { display: flex; flex-direction: column; gap: 12px; margin-top: 34px; }
.opt { text-align: left; background: none; border: 1px solid var(--line-dark); color: var(--paper); padding: 20px 24px; font-size: 17px; line-height: 1.4; display: flex; align-items: center; gap: 16px; transition: border-color .25s, background .25s, transform .2s; }
.opt:hover { border-color: var(--gold); background: rgba(247,179,4,.05); }
.opt .dot { flex: none; width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--taupe-2); transition: border-color .2s, background .2s; }
.opt:hover .dot { border-color: var(--gold); }
.opt.sel { border-color: var(--gold); background: rgba(247,179,4,.1); }
.opt.sel .dot { background: var(--gold); border-color: var(--gold); }
.back { margin-top: 30px; background: none; border: none; color: var(--taupe-2); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; padding: 6px 0; cursor: pointer; }
.back:hover { color: var(--gold); }
.back[hidden] { display: none; }

/* result */
.result { text-align: center; }
.result .badge { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 22px; }
.result h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(38px, 6vw, 72px); line-height: 1.02; max-width: 16ch; margin: 0 auto; }
.result h2 em { font-style: italic; color: var(--gold); }
.result .rp { font-size: 18px; color: #cabfae; max-width: 52ch; margin: 26px auto 0; }
.result .note { font-size: 14.5px; color: var(--taupe-2); max-width: 50ch; margin: 20px auto 0; padding-top: 20px; border-top: 1px solid var(--line-dark); }
.result .cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }
.result .restart { margin-top: 26px; background: none; border: none; color: var(--taupe-2); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.result .restart:hover { color: var(--gold); }

@media (max-width: 640px) { .quizwrap { min-height: 0; padding: 48px 0; } }