/* ===================== Kindred marketing site — brand deck palette ===================== */
:root {
  --cream: #FFF8EF;          /* brand Cream */
  --cream-2: #F6EDDF;
  --paper: #FFFDF8;
  --ink: #35263B;
  --ink-soft: #6E6172;
  --aubergine: #422448;      /* brand Aubergine — primary dark */
  --aubergine-deep: #301A35;
  --clay: #BE765F;           /* brand Clay */
  --clay-deep: #A05F4B;
  --lilac: #B8A3C4;          /* brand Lilac */
  --lilac-deep: #8E77A0;
  --moss: #687A65;           /* brand Moss */
  --gold: #E8C687;
  --line: #EADFCC;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(66, 36, 72, .08);
  font-size: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .brand-name, .match-name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  color: var(--aubergine);
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.6rem; border-radius: 999px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: .95rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-dark { background: var(--aubergine); color: var(--cream); box-shadow: 0 6px 18px rgba(66,36,72,.3); }
.btn-dark:hover { background: #56305E; }
.btn-outline { border: 1.5px solid var(--aubergine); color: var(--aubergine); background: transparent; }
.btn-outline:hover { background: rgba(66,36,72,.06); }
.btn-clay { background: var(--clay); color: #FFF6EF; box-shadow: 0 6px 18px rgba(190,118,95,.4); }
.btn-clay:hover { background: var(--clay-deep); }
.btn-sm { padding: .55rem 1.1rem; font-size: .85rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.5rem;
  padding: .8rem clamp(1rem, 4vw, 3rem);
  background: rgba(255, 248, 239, .93); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .6rem; }
.brand-mark { width: 36px; height: 36px; flex: none; }
.brand-name { font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 500; color: var(--aubergine); line-height: 1; }
.brand-tag {
  display: block; font-size: .58rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--clay); margin-top: .2rem; white-space: nowrap;
}

.main-nav { display: flex; gap: clamp(.8rem, 1.6vw, 1.5rem); margin-left: auto; }
.main-nav a { font-size: .88rem; font-weight: 500; color: var(--ink); padding: .35rem 0; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: var(--clay-deep); border-bottom-color: var(--clay); }
.main-nav .nav-cta { display: none; } /* drawer-only CTAs — shown on phones inside the open menu */
html { overflow-x: clip; } /* safety net: nothing may side-scroll the page */

.header-actions { display: flex; align-items: center; gap: .6rem; }
.icon-btn { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--aubergine); }
.icon-btn svg { width: 19px; height: 19px; }
.icon-btn:hover { background: rgba(66,36,72,.07); }

.nav-toggle { display: none; flex-direction: column; gap: 4px; padding: .5rem; }
.nav-toggle span { width: 22px; height: 2px; background: var(--aubergine); border-radius: 2px; }

/* ---------- hero ---------- */
.hero { padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem); }
.hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); max-width: 1200px; margin: 0 auto; align-items: center; }

.hero h1 { font-size: clamp(1.9rem, 4vw, 3.2rem); letter-spacing: -.01em; }
.hero h1 em { font-style: normal; font-weight: 500; }
.hl-moss { color: var(--moss); }
.hl-clay { color: var(--clay); }
.hl-lilac { color: var(--lilac-deep); }

.hero-sub { margin-top: 1.2rem; max-width: 40ch; color: var(--ink-soft); font-size: 1.05rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero-trust { display: flex; align-items: center; gap: .5rem; margin-top: 1.4rem; font-size: .85rem; color: var(--ink-soft); }
.hero-trust svg { width: 16px; height: 16px; }

.hero-visual { position: relative; }
.hero-photo {
  position: relative; border-radius: 30px 30px 30px 120px; overflow: hidden;
  box-shadow: var(--shadow); aspect-ratio: 480/520; background: #EDDFD2;
}
.hero-illust { width: 100%; height: 100%; object-fit: cover; object-position: 32% center; }
.blob { position: absolute; border-radius: 50% 60% 55% 45% / 55% 45% 60% 50%; opacity: .8; pointer-events: none; }
.blob-clay { width: 130px; height: 160px; background: #D9A18C; right: -30px; top: -30px; }
.blob-lilac { width: 110px; height: 130px; background: var(--lilac); left: -35px; bottom: 60px; }

.hero-card {
  position: absolute; right: clamp(-.5rem, -1vw, -1.5rem); bottom: 8%;
  width: min(250px, 60%); background: var(--aubergine); color: #F5EDF2;
  border-radius: 100px 24px 24px 24px; padding: 2.2rem 1.6rem 1.8rem;
  box-shadow: 0 18px 40px rgba(48,26,53,.4);
}
.hero-card-heart { width: 26px; height: 26px; color: var(--lilac); margin-bottom: .8rem; }
.hero-card-lead { font-weight: 600; font-size: 1rem; margin-bottom: .6rem; }
.hero-card-body { font-size: .92rem; opacity: .9; }
.hero-card-underline { width: 90px; margin-top: .9rem; }

/* ---------- check-in ---------- */
.checkin { background: var(--paper); padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem); text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.section-sub { color: var(--ink-soft); margin-top: .5rem; font-size: .95rem; }

.mood-grid {
  display: grid; grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: .9rem; max-width: 1100px; margin: 2rem auto 0;
}
.mood {
  background: var(--chip, var(--cream-2)); border: 2px solid transparent; border-radius: 16px;
  padding: 1.1rem .5rem 1rem; display: flex; flex-direction: column; align-items: center; gap: .6rem;
  color: var(--ink); transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.mood svg { width: 42px; height: 42px; }
.mood span { font-size: .82rem; font-weight: 600; }
.mood:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mood.selected { border-color: var(--aubergine); box-shadow: 0 8px 20px rgba(66,36,72,.2); transform: translateY(-3px); }

.checkin-cta { margin-top: 2rem; }

/* ---------- pillars ---------- */
.pillars {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem;
  max-width: 1200px; margin: 0 auto; padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem);
}
.pillar {
  background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .2s ease;
}
.pillar:hover { transform: translateY(-4px); }
.pillar-photo { aspect-ratio: 400/220; }
.pillar-photo svg { width: 100%; height: 100%; }
.pillar-icon {
  width: 52px; height: 52px; border-radius: 50%; background: var(--pic, var(--aubergine));
  display: grid; place-items: center; margin: -26px 0 0 1.3rem; position: relative;
  box-shadow: 0 4px 12px rgba(66,36,72,.22);
}
.pillar-icon svg { width: 26px; height: 26px; }
.pillar-title { font-size: 1.35rem; margin: .9rem 1.3rem 0; }
.t-moss { color: var(--moss); }
.t-lilac { color: var(--lilac-deep); }
.t-clay { color: var(--clay); }
.t-aubergine { color: var(--aubergine); }
.pillar-desc { margin: .5rem 1.3rem 0; font-size: .88rem; color: var(--ink-soft); }
.pillar-list { margin: .9rem 1.3rem 0; font-size: .85rem; color: var(--ink); display: grid; gap: .3rem; }
.pillar-list li { padding-left: 1rem; position: relative; }
.pillar-list li::before { content: "•"; position: absolute; left: 0; color: var(--clay); }
.pillar-link {
  margin: 1.1rem 1.3rem 1.3rem; margin-top: auto; padding-top: 1.1rem;
  font-weight: 600; font-size: .9rem; color: var(--aubergine);
  display: inline-flex; gap: .4rem; align-items: center;
}
.pillar-link:hover { color: var(--clay-deep); }

/* ---------- match band ---------- */
.match-band { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.match-inner {
  max-width: 1200px; margin: 0 auto; background: #FBF1E3;
  border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(1.5rem, 3vw, 3rem);
  padding: clamp(1.5rem, 3.5vw, 3rem);
}
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); }
.match-copy h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-top: .7rem; }
.match-copy p:not(.eyebrow) { margin-top: 1rem; color: var(--ink-soft); font-size: .95rem; max-width: 38ch; }
.match-trustline {
  font-family: 'Fraunces', serif; font-style: italic;
  color: var(--aubergine) !important; font-size: 1rem !important;
}
.match-copy .btn { margin-top: 1.6rem; }

.match-card {
  background: var(--paper); border-radius: 20px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: minmax(170px, 215px) 1.3fr .9fr; gap: 1.3rem;
  padding: 1.4rem 1.4rem 2.2rem; position: relative;
}
.match-photo { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1; align-self: start; }
.match-photo svg { width: 100%; height: 100%; }
.match-portrait { width: 100%; height: 100%; }
.match-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.match-badge {
  position: absolute; top: .7rem; left: .7rem; z-index: 2;
  background: var(--aubergine); color: var(--cream); font-size: .66rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: .35rem .7rem; border-radius: 999px;
}
.match-fav {
  position: absolute; right: .7rem; top: .7rem; z-index: 2;
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,253,248,.9);
  display: grid; place-items: center; color: var(--aubergine); transition: color .15s, transform .15s;
}
.match-fav svg { width: 19px; height: 19px; }
.match-fav.faved { color: var(--clay); transform: scale(1.08); }
.match-fav.faved svg { fill: currentColor; }

.match-name { font-size: 1.35rem; }
.match-meta { font-size: .82rem; color: var(--ink-soft); margin-top: .25rem; }
.match-pills { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .8rem; }
.match-pills span { background: #F1E8F3; border: 1px solid #E0D3E5; color: var(--aubergine); font-size: .74rem; font-weight: 600; padding: .3rem .75rem; border-radius: 999px; }
.match-prompt-label {
  margin-top: 1.1rem; font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--clay);
}
.match-quote { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.02rem; margin-top: .4rem; color: var(--ink); border-left: 3px solid var(--gold); padding-left: .8rem; }
.match-side { border-left: 1px solid var(--line); padding-left: 1.3rem; align-self: start; }
.match-spec-label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.match-side ul { margin-top: .5rem; display: grid; gap: .3rem; font-size: .85rem; }
.match-side .pillar-link { margin: .9rem 0 0; padding: 0; }

.match-dots { position: absolute; bottom: .9rem; left: 50%; transform: translateX(-50%); display: flex; gap: .45rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #DCCFE0; padding: 0; transition: background .15s, transform .15s; }
.dot.active { background: var(--aubergine); transform: scale(1.25); }

/* ---------- moments ---------- */
.moments {
  max-width: 1240px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem);
  display: grid; grid-template-columns: 240px 1fr auto; gap: 1.4rem; align-items: center;
}
.moments-head h2 { font-size: 1.55rem; }
.moments-head p { font-size: .85rem; color: var(--ink-soft); margin-top: .7rem; }
.moments-head .pillar-link { margin: 1rem 0 0; padding: 0; }

.moments-row { display: flex; gap: 1rem; overflow-x: auto; scroll-behavior: smooth; padding: .5rem .2rem; scrollbar-width: none; }
.moments-row::-webkit-scrollbar { display: none; }
.moment {
  flex: 0 0 168px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 1rem; position: relative; text-align: center; transition: transform .15s ease, box-shadow .15s ease;
}
.moment:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.moment-time { position: absolute; top: .7rem; right: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.moment-icon { width: 58px; height: 58px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; margin: .6rem auto 0; color: var(--aubergine); }
.moment-icon svg { width: 32px; height: 32px; }
.moment h3 { font-family: 'Inter', sans-serif; font-size: .88rem; font-weight: 700; color: var(--ink); margin-top: .8rem; }
.moment p { font-size: .76rem; color: var(--ink-soft); margin-top: .35rem; }

.moments-arrow {
  width: 44px; height: 44px; border-radius: 50%; background: var(--paper);
  border: 1px solid var(--line); display: grid; place-items: center; color: var(--aubergine);
  box-shadow: var(--shadow); transition: transform .15s;
}
.moments-arrow svg { width: 20px; height: 20px; }
.moments-arrow:hover { transform: translateX(2px); }

/* ---------- app band ---------- */
.app-band { background: var(--cream-2); border-top: 1px solid var(--line); padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem) 0; overflow: hidden; }
.app-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 300px 1fr 1.2fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: center; }

.phone {
  width: 250px; margin: 0 auto -40px; background: var(--aubergine-deep); border-radius: 36px; padding: 12px;
  box-shadow: 0 24px 60px rgba(48,26,53,.4); transform: rotate(-4deg);
}
.phone-notch { width: 90px; height: 20px; background: var(--aubergine-deep); border-radius: 0 0 14px 14px; margin: 0 auto; position: relative; z-index: 2; }
.phone-screen { background: var(--cream); border-radius: 26px; padding: 1.6rem 1rem 2.2rem; margin-top: -18px; }
.phone-greet { font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 600; color: var(--aubergine); }
.phone-card { background: #fff; border-radius: 14px; padding: .9rem; margin-top: .9rem; box-shadow: 0 4px 14px rgba(66,36,72,.08); }
.phone-card-dark { background: var(--aubergine); color: #F5EDF2; }
.phone-label { font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .75; display: flex; justify-content: space-between; gap: .5rem; }
.phone-label span { font-weight: 500; text-transform: none; letter-spacing: 0; }
.phone-msg { font-size: .85rem; font-weight: 600; margin-top: .5rem; }
.phone-msg-sm { font-size: .8rem; margin-top: .45rem; }
.phone-link { font-size: .72rem; margin-top: .55rem; text-decoration: underline; opacity: .85; }

.app-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.app-copy > p { margin-top: .9rem; color: var(--ink-soft); font-size: .95rem; }
.store-badges { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }
.store-badge {
  display: flex; align-items: center; gap: .6rem; background: #1C1220; color: #fff;
  border-radius: 10px; padding: .5rem .9rem; transition: transform .15s;
}
.store-badge:hover { transform: translateY(-1px); }
.store-badge svg { width: 22px; height: 22px; }
.store-badge span { display: flex; flex-direction: column; line-height: 1.15; font-weight: 600; font-size: .88rem; }
.store-badge small { font-size: .58rem; font-weight: 400; opacity: .8; }

.app-values { display: grid; gap: 1.4rem; padding-bottom: 2.5rem; }
.app-value { display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: .9rem; align-items: center; border-left: 1px solid var(--line); padding-left: 1.4rem; }
.app-value svg { width: 34px; height: 34px; color: var(--aubergine); grid-row: span 2; }
.app-value h3 { font-family: 'Inter', sans-serif; font-size: .95rem; font-weight: 700; color: var(--ink); }
.app-value p { font-size: .82rem; color: var(--ink-soft); }

/* ---------- footer ---------- */
.site-footer { background: var(--aubergine); color: #EBE2E6; padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem) 1.2rem; }
.footer-inner {
  max-width: 1200px; margin: 0 auto; display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.6fr; gap: clamp(1.2rem, 3vw, 2.5rem);
}
.footer-brand { display: flex; gap: .7rem; align-items: flex-start; }
.footer-brand .brand-name { color: var(--cream); font-size: 1.4rem; }
.footer-brand .brand-tag { color: var(--lilac); }
.footer-col { display: grid; gap: .45rem; align-content: start; }
.footer-col h4, .footer-crisis h4 { font-family: 'Inter', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--lilac); margin-bottom: .4rem; }
.footer-col a { font-size: .85rem; color: #E3D8E0; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-crisis { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 1.2rem; }
.footer-crisis p { font-size: .82rem; color: #DCCEDA; margin-bottom: .9rem; }
.footer-fine { max-width: 1200px; margin: 2rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; color: #B79DBE; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .mood-grid { grid-template-columns: repeat(4, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .moments { grid-template-columns: 1fr auto; }
  .moments-head { grid-column: 1 / -1; }
  .app-inner { grid-template-columns: 260px 1fr; }
  .app-values { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .app-value { border-left: none; padding-left: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .match-card { grid-template-columns: minmax(160px, 200px) 1fr; }
  .match-side { grid-column: 1 / -1; border-left: none; border-top: 1px solid var(--line); padding: 1rem 0 0; }
}

/* the full desktop header needs ~1400px; below that, the hamburger takes over */
@media (max-width: 1300px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-actions { margin-left: auto; } /* with the nav gone, keep CTAs pinned right by the hamburger */
  .main-nav.open {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 1rem clamp(1rem, 4vw, 3rem); gap: .8rem;
    box-shadow: 0 18px 30px rgba(66, 36, 72, .12);
  }
}

@media (max-width: 760px) {
  /* header must fit a phone: CTAs move into the drawer, tagline goes */
  .header-actions .btn-outline, .header-actions .btn-dark { display: none; }
  .brand-tag { display: none; }
  .main-nav.open .nav-cta {
    display: block; margin-top: .4rem; padding-top: 1rem;
    border-top: 1px solid var(--line); font-weight: 700; color: var(--aubergine);
  }
  .main-nav.open .nav-cta + .nav-cta { border-top: none; padding-top: 0; margin-top: .2rem; }
  .main-nav.open .nav-cta-dark {
    background: var(--aubergine); color: var(--cream); padding: .8rem 1rem;
    border-radius: 12px; text-align: center; border-top: none;
  }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { position: static; width: 100%; margin-top: 1rem; border-radius: 24px; }
  .match-inner { grid-template-columns: 1fr; }
  .match-card { grid-template-columns: 1fr; padding-bottom: 2.4rem; }
  .match-photo { max-width: 280px; }
  .pillars { grid-template-columns: 1fr; }
  .mood-grid { grid-template-columns: repeat(2, 1fr); }
  .app-inner { grid-template-columns: 1fr; }
  .phone { transform: rotate(0); margin-bottom: 0; }
  .app-values { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}

/* ===================== Start Here page ===================== */
.sh-hero { text-align: center; padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem) 1rem; }
.sh-hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.9rem); max-width: 36ch; margin: .8rem auto 0; }
.sh-sub { max-width: 52ch; margin: 1.2rem auto 0; color: var(--ink-soft); font-size: 1.02rem; }

.sh-paths { max-width: 1200px; margin: 0 auto; padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.sh-question { text-align: center; font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }

.paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.path-card {
  position: relative; text-align: left; border-radius: 22px; padding: 1.7rem 1.6rem 1.5rem;
  background: var(--card-bg, var(--paper)); color: var(--card-ink, var(--ink));
  border: 1px solid var(--line); box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: .6rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.path-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(66,36,72,.14); }
.path-card h3 { font-size: 1.25rem; color: var(--card-title, var(--aubergine)); }
.path-card p { font-size: .89rem; color: var(--card-body, var(--ink-soft)); line-height: 1.5; }
.path-visual { width: 74px; height: 74px; border-radius: 50%; background: var(--card-vis, #fff); display: grid; place-items: center; margin-bottom: .4rem; }
.path-visual svg { width: 54px; height: 54px; }
.path-cta { margin-top: auto; padding-top: .9rem; font-weight: 700; font-size: .9rem; color: var(--card-cta, var(--aubergine)); display: inline-flex; gap: .4rem; align-items: center; }
.path-card:hover .path-cta { color: var(--card-cta-hover, var(--clay-deep)); }
.path-fine { font-size: .7rem; letter-spacing: .04em; opacity: .85; margin-top: .3rem; }
.path-flag {
  position: absolute; top: 1.1rem; right: 1.1rem; font-size: .6rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: .3rem .6rem;
  border-radius: 999px; background: rgba(255,248,239,.25); color: var(--cream);
  border: 1px solid rgba(255,248,239,.4);
}

.path-unsure { --card-bg: #F4E3DB; --card-vis: #FBF2EC; }
.path-off { --card-bg: #ECE5F1; --card-vis: #F7F3FA; }
.path-therapy { --card-bg: #E6EAE2; --card-vis: #F4F6F1; }
.path-loved { --card-bg: #E3E8EF; --card-vis: #F3F6FA; }
.path-now {
  --card-bg: #33534D; --card-ink: #F2EFE6; --card-title: #FFF8EF; --card-body: #D8DFD3;
  --card-vis: rgba(255,248,239,.12); --card-cta: #E8C687; --card-cta-hover: #F3DCA9;
  border-color: #2A453F;
}
.path-checkin {
  --card-bg: linear-gradient(135deg, #BE765F 0%, #A9829F 55%, #B8A3C4 100%);
  --card-ink: #FFF6EC; --card-title: #FFF8EF; --card-body: #FBEBDD;
  --card-vis: rgba(255,248,239,.16); --card-cta: #FFF8EF; --card-cta-hover: #F3DCA9;
  background: var(--card-bg); border-color: transparent;
}

.is-hidden { display: none !important; }

/* ---------- guided flow ---------- */
.sh-flow { padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.flow-shell {
  max-width: 760px; margin: 0 auto; background: var(--paper);
  border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow);
  padding: clamp(1.4rem, 3vw, 2.5rem);
}
.flow-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.flow-back { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .88rem; color: var(--ink-soft); }
.flow-back svg { width: 16px; height: 16px; }
.flow-back:hover, .flow-exit:hover { color: var(--aubergine); }
.flow-progress { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); }
.flow-exit { font-size: .82rem; font-weight: 600; color: var(--ink-soft); text-decoration: underline; }

.flow-screen.flow-in { animation: flowIn .35s ease both; }
@keyframes flowIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.flow-kicker { font-family: 'Fraunces', serif; font-style: italic; color: var(--clay); font-size: 1.05rem; }
.flow-title { font-size: clamp(1.3rem, 2.6vw, 1.8rem); margin-top: .5rem; }
.flow-hint { color: var(--ink-soft); font-size: .92rem; margin-top: .7rem; }

.flow-options { display: grid; gap: .7rem; margin-top: 1.4rem; }
.flow-option {
  text-align: left; padding: 1rem 1.2rem; border-radius: 14px; font-weight: 600; font-size: .98rem;
  background: var(--cream); border: 1.5px solid var(--line); color: var(--ink);
  transition: border-color .15s, background .15s, transform .15s;
}
.flow-option:hover { border-color: var(--aubergine); background: #FBF3EA; transform: translateX(3px); }

.flow-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.flow-chip { position: relative; }
.flow-chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.flow-chip span {
  display: inline-block; padding: .55rem 1rem; border-radius: 999px; font-size: .88rem; font-weight: 500;
  background: var(--cream); border: 1.5px solid var(--line); color: var(--ink);
  transition: all .15s; cursor: pointer;
}
.flow-chip input:checked + span { background: var(--aubergine); border-color: var(--aubergine); color: var(--cream); }
.flow-chip input:focus-visible + span { outline: 2px solid var(--clay); outline-offset: 2px; }
.flow-continue { margin-top: 1.6rem; }

.flow-impacts { display: grid; gap: .8rem; margin-top: 1.4rem; }
.flow-impact {
  text-align: left; padding: 1.1rem 1.3rem; border-radius: 16px;
  background: var(--cream); border: 1.5px solid var(--line);
  display: grid; gap: .25rem; transition: border-color .15s, background .15s, transform .15s;
}
.flow-impact:hover { border-color: var(--aubergine); background: #FBF3EA; transform: translateX(3px); }
.flow-impact strong { font-size: 1rem; color: var(--aubergine); }
.flow-impact span { font-size: .85rem; color: var(--ink-soft); }

.flow-recap { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.flow-recap span { font-size: .78rem; font-weight: 600; padding: .35rem .8rem; border-radius: 999px; background: #F1E8F3; border: 1px solid #E0D3E5; color: var(--aubergine); }

.flow-nextsteps { display: grid; gap: .9rem; margin-top: 1.3rem; }
.next-step {
  display: block; text-align: left; padding: 1.1rem 1.3rem; border-radius: 16px;
  background: var(--cream); border: 1.5px solid var(--line);
  transition: border-color .15s, transform .15s;
}
.next-step:hover { border-color: var(--clay); transform: translateX(3px); }
.next-step h3 { font-family: 'Inter', sans-serif; font-size: .98rem; font-weight: 700; color: var(--aubergine); }
.next-step p { font-size: .85rem; color: var(--ink-soft); margin-top: .25rem; }
.next-step .path-cta { padding-top: .5rem; font-size: .85rem; }

.flow-safety-note { margin-top: 1.3rem; font-size: .85rem; color: var(--ink); background: #F6EBD8; border: 1px solid #EBD9B8; border-radius: 12px; padding: .8rem 1rem; }
.flow-safety-note a { color: var(--clay-deep); }
.flow-fine { margin-top: 1.2rem; font-size: .78rem; color: var(--ink-soft); }
.flow-restart { margin-top: 1rem; font-size: .85rem; font-weight: 600; color: var(--ink-soft); text-decoration: underline; }
.flow-restart:hover { color: var(--aubergine); }
.linklike { text-decoration: underline; font-weight: 600; color: var(--aubergine); }

.therapy-truths { margin-top: 1.1rem; display: grid; gap: .8rem; }
.therapy-truths li { font-size: .92rem; color: var(--ink); padding-left: 1.4rem; position: relative; line-height: 1.55; }
.therapy-truths li::before { content: ""; position: absolute; left: 0; top: .45em; width: 8px; height: 8px; border-radius: 50%; background: var(--clay); }

/* safety screen */
.safety-panel { }
.safety-panel .flow-kicker { color: var(--moss); }
.safety-lead { margin-top: .9rem; font-size: .95rem; color: var(--ink); line-height: 1.6; }
.safety-actions { display: grid; gap: .8rem; margin-top: 1.4rem; }
.safety-action {
  display: flex; align-items: center; gap: 1rem; padding: 1.05rem 1.2rem; border-radius: 16px;
  background: #33534D; color: #F2EFE6; transition: transform .15s, background .15s;
}
.safety-action:hover { transform: translateX(3px); background: #3D615A; }
.safety-action svg { width: 26px; height: 26px; flex: none; color: #E8C687; }
.safety-action strong { display: block; font-size: 1rem; }
.safety-action small { font-size: .78rem; opacity: .85; }
.safety-danger { margin-top: 1.1rem; font-size: .88rem; color: var(--ink); }
.safety-danger a { color: var(--clay-deep); }
.safety-soft { margin-top: 1.5rem; border-top: 1px solid var(--line); padding-top: 1.1rem; }
.safety-soft p { font-size: .9rem; color: var(--ink-soft); }

/* ---------- what happens next ---------- */
.sh-next { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.sh-next h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.next-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2rem; }
.next-item { display: grid; justify-items: center; gap: .5rem; padding: 0 .5rem; }
.next-item + .next-item { border-left: 1px solid var(--line); }
.next-icon { width: 58px; height: 58px; border-radius: 50%; background: var(--nic); display: grid; place-items: center; }
.next-icon svg { width: 28px; height: 28px; stroke: var(--nstroke); }
.next-item h3 { font-family: 'Inter', sans-serif; font-size: .95rem; font-weight: 700; color: var(--ink); }
.next-item p { font-size: .82rem; color: var(--ink-soft); }

/* ---------- closing banner ---------- */
.sh-close { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.sh-close-inner {
  max-width: 1100px; margin: 0 auto; background: #FBF1E3; border: 1px solid var(--line);
  border-radius: 26px; box-shadow: var(--shadow); padding: clamp(1.6rem, 3.5vw, 2.8rem);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
}
.sh-close-inner h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.sh-close-inner p { color: var(--ink-soft); font-size: .95rem; margin-top: .6rem; max-width: 46ch; }
.sh-close-ctas { display: flex; gap: .8rem; flex-wrap: wrap; }

/* nav active state */
.main-nav a.active { border-bottom-color: var(--clay); color: var(--aubergine); font-weight: 600; }

/* start-here responsive */
@media (max-width: 1080px) {
  .paths-grid { grid-template-columns: repeat(2, 1fr); }
  .next-grid { grid-template-columns: repeat(2, 1fr); }
  .next-item + .next-item { border-left: none; }
}
@media (max-width: 760px) {
  .paths-grid { grid-template-columns: 1fr; }
  .next-grid { grid-template-columns: 1fr; }
  .sh-br { display: none; }
}

/* ===================== Understand Yourself page ===================== */
.uy-hero { padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.uy-hero-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(1.5rem, 4vw, 4rem); max-width: 1200px; margin: 0 auto; align-items: center; }
.uy-hero h1 { font-size: clamp(2rem, 4.2vw, 3.3rem); margin-top: .7rem; }
.uy-hero-sub { margin-top: 1rem; max-width: 42ch; color: var(--ink-soft); font-size: 1rem; }
.uy-hero-fine { margin-top: 1.3rem; font-family: 'Fraunces', serif; font-style: italic; color: var(--clay); font-size: 1rem; }
.uy-hero .hero-trust { margin-top: .8rem; }

.uy-hero-visual { position: relative; }
.uy-hero-art { position: relative; border-radius: 120px 30px 30px 30px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 520/420; }
.uy-hero-art svg { width: 100%; height: 100%; }
.uy-hero-art .blob-lilac { left: -35px; top: 40px; }
.uy-hero-card {
  position: absolute; right: -.6rem; bottom: -1.2rem; width: min(230px, 62%);
  background: var(--cream); border: 1px solid var(--line); border-radius: 90px 20px 20px 20px;
  padding: 1.8rem 1.4rem 1.4rem; box-shadow: 0 14px 34px rgba(66,36,72,.16);
}
.uy-hero-card .hero-card-heart { color: var(--clay); }
.uy-hero-card .hero-card-lead { color: var(--aubergine); font-weight: 700; font-size: .95rem; }
.uy-hero-card .hero-card-body { color: var(--ink-soft); font-size: .85rem; }

/* explorer */
.uy-explorer { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.uy-explorer-shell { max-width: 1100px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; }
.uy-tabs { display: grid; grid-template-columns: 1fr 1fr; }
.uy-tab {
  padding: 1.05rem 1rem; font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase;
  background: var(--cream-2); color: var(--ink-soft); border-bottom: 1px solid var(--line); transition: background .15s, color .15s;
}
.uy-tab.active { background: var(--lilac-deep); color: #FFF8EF; }
.uy-tab:not(.active):hover { background: #F0E6D6; }
.uy-tabpanel { padding: clamp(1.4rem, 3vw, 2.4rem); }
.uy-panel-title { font-size: clamp(1.3rem, 2.4vw, 1.7rem); text-align: center; }
.uy-tabpanel .section-sub { text-align: center; }

.uy-feelings { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; margin-top: 1.6rem; }
.uy-feeling {
  background: var(--chip); border: 2px solid transparent; border-radius: 16px; padding: 1.1rem 1rem;
  display: grid; justify-items: center; text-align: center; gap: .35rem; color: var(--ink);
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.uy-feeling:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--aubergine); }
.uy-feeling[hidden] { display: none; }
.uy-feeling-icon { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,253,248,.7); display: grid; place-items: center; color: var(--aubergine); }
.uy-feeling-icon svg { width: 30px; height: 30px; }
.uy-feeling strong { font-size: .92rem; }
.uy-feeling-blurb { font-size: .74rem; color: var(--ink-soft); line-height: 1.35; }
.uy-showall { display: flex; align-items: center; gap: .4rem; margin: 1.4rem auto 0; font-weight: 600; font-size: .88rem; color: var(--ink-soft); }
.uy-showall:hover { color: var(--aubergine); }
.uy-showall svg { width: 16px; height: 16px; }

.uy-topiccats { display: grid; gap: 1.6rem; margin-top: 1.6rem; }
.uy-cat h3 { font-family: 'Inter', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); }
.uy-cat-topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: .7rem; }
.uy-topicchip {
  text-align: left; padding: .8rem 1rem; border-radius: 12px; background: var(--cream);
  border: 1.5px solid var(--line); display: grid; gap: .15rem; transition: border-color .15s, transform .15s;
}
.uy-topicchip:hover { border-color: var(--aubergine); transform: translateX(2px); }
.uy-topicchip strong { font-size: .92rem; color: var(--aubergine); }
.uy-topicchip span { font-size: .76rem; color: var(--ink-soft); }

/* detail panel */
.uy-detailwrap { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.uy-detail { max-width: 820px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); padding: clamp(1.4rem, 3vw, 2.4rem); }
.uy-facet { display: grid; gap: .2rem; }
.uy-facet strong { font-size: .98rem; }
.uy-facet-desc { font-size: .8rem; font-weight: 400; color: var(--ink-soft); }
.uy-editorial { font-family: 'Fraunces', serif; font-size: 1.1rem; font-style: italic; color: var(--aubergine); margin-top: .8rem; line-height: 1.5; }
.uy-showsup { margin-top: 1.4rem; }
.uy-showsup h3 { font-size: 1.05rem; }
.uy-showsup .flow-nextsteps { grid-template-columns: 1fr 1fr; }
.uy-notsure {
  margin-top: 1.4rem; background: #F1E8F3; border: 1px solid #E0D3E5; border-radius: 14px;
  padding: 1rem 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.uy-notsure p { font-size: .87rem; color: var(--ink); max-width: 46ch; }
.uy-comparecols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 1.3rem; }
.uy-comparecol { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem 1.2rem; }
.uy-comparecol h3 { font-size: 1.1rem; margin-bottom: .6rem; }

/* questions row */
.uy-questions { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.uy-questions h2 { grid-column: 1 / -1; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.uy-qrow { display: flex; gap: 1rem; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scroll-behavior: smooth; padding: .5rem .2rem; scrollbar-width: none; }
.uy-qrow::-webkit-scrollbar { display: none; }
.uy-qcard {
  flex: 0 0 205px; background: var(--chip); border-radius: 16px; padding: 1.1rem 1rem 1.2rem;
  display: grid; justify-items: center; gap: .6rem; text-align: center; font-family: 'Fraunces', serif;
  font-size: .98rem; color: var(--aubergine); line-height: 1.35;
  transition: transform .15s, box-shadow .15s;
}
.uy-qcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.uy-qmark { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,253,248,.75); display: grid; place-items: center; font-family: 'Inter', sans-serif; font-weight: 700; color: var(--clay); }

/* pattern finder */
.uy-patterns { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.uy-patterns-inner {
  max-width: 1100px; margin: 0 auto; background: #EDEAE0; border: 1px solid var(--line);
  border-radius: 26px; padding: clamp(1.6rem, 3.5vw, 2.6rem); text-align: center;
}
.uy-patterns-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.uy-patterns-head p { color: var(--ink-soft); font-size: .92rem; margin-top: .5rem; }
.uy-pchips { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin: 1.4rem 0 1.6rem; }
.uy-pchips .flow-chip span { background: var(--paper); }
.uy-shake { animation: uyShake .4s ease; }
@keyframes uyShake { 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }

/* comparisons */
.uy-compare { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.uy-compare h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.uy-comparegrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 1.8rem; }
.uy-comparecard {
  background: var(--chip); border-radius: 16px; padding: 1.2rem 1rem; display: grid; gap: .8rem;
  justify-items: center; transition: transform .15s, box-shadow .15s;
}
.uy-comparecard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.uy-vs { display: grid; gap: .15rem; justify-items: center; }
.uy-vs strong { font-size: .92rem; color: var(--aubergine); }
.uy-vs em { font-size: .7rem; font-style: italic; color: var(--ink-soft); }
.uy-comparecard .path-cta { padding-top: 0; font-size: .82rem; }

/* go deeper */
.uy-deeper { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.uy-deeper h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.uy-deepergrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin-top: 1.8rem; }
.uy-deepercard {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  text-align: left; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s;
}
.uy-deepercard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.uy-deeperart { display: block; background: var(--chip); }
.uy-deeperart svg { width: 100%; height: auto; }
.uy-deepercard h3 { font-family: 'Inter', sans-serif; font-size: .92rem; font-weight: 700; color: var(--ink); margin: .8rem .9rem 0; }
.uy-deepercard p { font-size: .76rem; color: var(--ink-soft); margin: .3rem .9rem 0; }
.uy-deepercard .path-cta { margin: .7rem .9rem .9rem; padding-top: 0; font-size: .82rem; }

/* reviewed banner */
.uy-reviewed { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.uy-reviewed-inner {
  max-width: 1100px; margin: 0 auto; background: #E4E9F0; border: 1px solid #D4DCE7; border-radius: 22px;
  padding: clamp(1.4rem, 3vw, 2.2rem); display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap;
}
.uy-reviewed-inner > svg { width: 44px; height: 44px; color: var(--aubergine); flex: none; }
.uy-reviewed-inner h2 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
.uy-reviewed-inner p { font-size: .88rem; color: var(--ink-soft); margin-top: .3rem; max-width: 52ch; }
.uy-reviewed-inner .pillar-link { margin: 0 0 0 auto; padding: 0; }

/* threshold */
.uy-threshold { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.uy-threshold h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.uy-signals { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.2rem; margin-top: 1.8rem; }
.uy-signal { display: grid; justify-items: center; gap: .6rem; }
.uy-signal-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; color: var(--aubergine); }
.uy-signal-icon svg { width: 26px; height: 26px; }
.uy-signal p { font-size: .8rem; color: var(--ink); line-height: 1.35; }
.uy-threshold-ctas { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }

/* closing */
.uy-begin { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.uy-begin-inner { max-width: 1100px; margin: 0 auto; background: #FBF1E3; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); padding: clamp(1.6rem, 3.5vw, 2.8rem); text-align: center; }
.uy-begin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.6rem; }
.uy-begin-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 1.4rem 1.2rem;
  display: grid; justify-items: center; gap: .5rem; text-align: center; transition: transform .15s, box-shadow .15s;
}
.uy-begin-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.uy-begin-card > svg { width: 46px; height: 46px; padding: 10px; border-radius: 50%; background: var(--bic); stroke: var(--bstroke); box-sizing: border-box; }
.uy-begin-card h3 { font-family: 'Inter', sans-serif; font-size: .95rem; font-weight: 700; color: var(--ink); }
.uy-begin-card p { font-size: .82rem; color: var(--ink-soft); }
.uy-begin-card .path-cta { padding-top: .3rem; font-size: .85rem; }

/* responsive */
@media (max-width: 1080px) {
  .uy-hero-inner { grid-template-columns: 1fr; }
  .uy-feelings { grid-template-columns: repeat(3, 1fr); }
  .uy-cat-topics { grid-template-columns: repeat(2, 1fr); }
  .uy-comparegrid, .uy-deepergrid { grid-template-columns: repeat(3, 1fr); }
  .uy-signals { grid-template-columns: repeat(3, 1fr); }
  .uy-begin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .uy-feelings { grid-template-columns: repeat(2, 1fr); }
  .uy-cat-topics { grid-template-columns: 1fr; }
  .uy-comparegrid, .uy-deepergrid { grid-template-columns: repeat(2, 1fr); }
  .uy-signals { grid-template-columns: repeat(2, 1fr); }
  .uy-showsup .flow-nextsteps, .uy-comparecols { grid-template-columns: 1fr; }
  .uy-hero-card { position: static; width: 100%; margin-top: 1rem; border-radius: 20px; }
  .uy-reviewed-inner .pillar-link { margin-left: 0; }
}

/* ===================== My Kindred dashboard ===================== */
.mk-body { background: #FBF4EA; }
.mk-bell { position: relative; }
.mk-badge {
  position: absolute; top: 2px; right: 0; min-width: 16px; height: 16px; border-radius: 999px;
  background: var(--clay); color: #FFF6EF; font-size: .62rem; font-weight: 700;
  display: grid; place-items: center; padding: 0 4px;
}
.mk-avatar {
  width: 38px; height: 38px; border-radius: 50%; background: var(--lilac);
  color: var(--aubergine); font-weight: 700; font-size: .95rem;
  display: grid; place-items: center; border: 2px solid #FFF8EF; box-shadow: 0 2px 8px rgba(66,36,72,.18);
}

.mk-layout {
  display: grid; grid-template-columns: 225px minmax(0, 1fr) 300px;
  gap: 1.6rem; max-width: 1400px; margin: 0 auto;
  padding: 1.6rem clamp(1rem, 3vw, 2.5rem) 3rem;
  align-items: start;
}

/* sidebar */
.mk-sidebar { position: sticky; top: 84px; display: grid; gap: 1.2rem; }
.mk-nav { display: grid; gap: .15rem; }
.mk-nav a {
  display: flex; align-items: center; gap: .7rem; padding: .6rem .8rem; border-radius: 10px;
  font-size: .88rem; font-weight: 500; color: var(--ink);
}
.mk-nav a svg { width: 18px; height: 18px; color: var(--ink-soft); flex: none; }
.mk-nav a:hover { background: rgba(66,36,72,.06); }
.mk-nav a.active { background: #EFE6DA; font-weight: 600; color: var(--aubergine); }
.mk-nav a.active svg { color: var(--aubergine); }
.mk-need {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 1.3rem 1.1rem; text-align: center; display: grid; justify-items: center; gap: .5rem;
}
.mk-need svg { width: 30px; height: 30px; color: var(--clay); }
.mk-need h3 { font-size: 1.05rem; }
.mk-need p { font-size: .78rem; color: var(--ink-soft); }
.mk-privacy { display: flex; align-items: center; gap: .45rem; font-size: .72rem; color: var(--ink-soft); padding-left: .4rem; }
.mk-privacy svg { width: 13px; height: 13px; }

/* main */
.mk-main { display: grid; gap: 1.8rem; min-width: 0; }
.mk-greeting { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.mk-greeting h1 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); display: flex; align-items: center; gap: .6rem; }
.mk-greeting h1 svg { width: 26px; height: 26px; }
.mk-greeting p { color: var(--ink-soft); font-size: .92rem; margin-top: .3rem; }

.mk-section h2 { font-size: 1.3rem; }
.mk-sechead { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.mk-sechead .pillar-link { margin: 0; padding: 0; }

.mk-snapshot { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 1rem; margin-top: 1rem; }
.mk-snapcard {
  position: relative; overflow: hidden; background: var(--chip); border-radius: 18px;
  padding: 1.2rem 1.2rem 1.3rem; min-height: 150px;
}
.mk-snapcard h3 { font-family: 'Inter', sans-serif; font-size: .85rem; font-weight: 700; color: var(--ink); }
.mk-snapcard > p { font-size: .82rem; color: var(--ink); margin-top: .6rem; max-width: 34ch; position: relative; z-index: 1; }
.mk-snapstep .btn { margin-top: .8rem; position: relative; z-index: 1; }
.mk-chiprow { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .8rem; }
.mk-chiprow span { background: rgba(255,253,248,.85); border: 1px solid rgba(66,36,72,.1); font-size: .76rem; font-weight: 600; padding: .3rem .75rem; border-radius: 999px; }
.mk-chiprow-sm span { font-size: .68rem; padding: .22rem .6rem; background: var(--cream-2); }
.mk-snapleaf { position: absolute; right: .6rem; bottom: .4rem; width: 54px; height: 54px; }

.mk-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.mk-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: .9rem .95rem 1rem; display: flex; flex-direction: column; gap: .45rem;
  transition: transform .15s, box-shadow .15s;
}
.mk-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.mk-kind { font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); display: flex; justify-content: space-between; align-items: center; }
.mk-kind-moment { color: var(--clay); }
.mk-savedflag { width: 13px; height: 13px; color: var(--aubergine); }
.mk-card h3 { font-family: 'Inter', sans-serif; font-size: .88rem; font-weight: 700; color: var(--ink); line-height: 1.35; }
.mk-meta { font-size: .72rem; color: var(--ink-soft); }
.mk-center { text-align: center; }
.mk-desc { font-size: .78rem; color: var(--ink-soft); line-height: 1.45; }
.mk-because { font-size: .7rem; font-style: italic; color: var(--clay-deep); }
.mk-art { position: relative; border-radius: 10px; overflow: hidden; margin-top: auto; }
.mk-art svg { width: 100%; height: auto; display: block; }
.mk-play {
  position: absolute; right: .5rem; bottom: .5rem; width: 30px; height: 30px; border-radius: 50%;
  background: var(--aubergine); color: var(--cream); display: grid; place-items: center;
}
.mk-play svg { width: 14px; height: 14px; }
.mk-progress { height: 5px; border-radius: 999px; background: var(--cream-2); overflow: hidden; margin-top: .2rem; }
.mk-progress span { display: block; height: 100%; border-radius: 999px; background: var(--moss); }
.mk-cardctas { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: auto; padding-top: .4rem; }
.mk-cardctas .pillar-link { margin: 0; padding: 0; font-size: .8rem; }
.mk-remove { font-size: .74rem; font-weight: 600; color: var(--ink-soft); text-decoration: underline; }
.mk-remove:hover { color: var(--clay-deep); }
.mk-card-therapist { text-align: center; align-items: center; }
.mk-card-therapist .mk-kind { align-self: stretch; }
.mk-tphoto { width: 74px; height: 74px; }
.mk-tphoto img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 22%; display: block; }
.mk-card-therapist .mk-chiprow { justify-content: center; margin-top: .2rem; }
.mk-card-therapist .mk-cardctas { align-self: stretch; }

.mk-tabs { display: flex; gap: .3rem; margin-top: .9rem; border-bottom: 1px solid var(--line); }
.mk-tab { padding: .5rem .9rem; font-size: .82rem; font-weight: 600; color: var(--ink-soft); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.mk-tab.active { color: var(--aubergine); border-bottom-color: var(--aubergine); }
.mk-tab:hover { color: var(--aubergine); }
#mk-saved-row { grid-template-columns: repeat(4, 1fr); }
#mk-saved-row [hidden] { display: none; }

/* plan */
.mk-plan { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: clamp(1.2rem, 2.5vw, 1.8rem); }
.mk-planhead p { font-size: .85rem; color: var(--ink-soft); margin-top: .2rem; }
.mk-plangrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 1.2rem; }
.mk-planstep { padding: 0 1.1rem; display: grid; justify-items: center; text-align: center; gap: .35rem; align-content: start; }
.mk-planstep + .mk-planstep { border-left: 1px solid var(--line); }
.mk-planicon { width: 52px; height: 52px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; }
.mk-planicon svg { width: 24px; height: 24px; stroke: var(--pstroke); }
.mk-planstep h3 { font-family: 'Inter', sans-serif; font-size: .9rem; font-weight: 700; color: var(--ink); }
.mk-planmode { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); }
.mk-planstep p:not(.mk-planmode) { font-size: .78rem; color: var(--ink-soft); }
.mk-planstep .pillar-link { margin: 0; padding-top: .2rem; font-size: .78rem; }

/* topics */
.mk-topicspanel { background: #FBF0DC; border: 1px solid #EFDDB9; border-radius: 20px; padding: clamp(1.2rem, 2.5vw, 1.6rem); }
.mk-topiclist { display: grid; gap: .3rem; margin: 1rem 0 1.1rem; }
.mk-topiclist li { display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: rgba(255,253,248,.75); border-radius: 10px; padding: .6rem .9rem; }
.mk-topicname { font-size: .88rem; font-weight: 600; color: var(--ink); }

.mk-reason { font-size: .82rem; color: var(--ink-soft); font-style: italic; margin-top: .2rem; }

/* app bridge */
.mk-appbridge {
  background: var(--cream-2); border: 1px solid var(--line); border-radius: 22px;
  display: grid; grid-template-columns: 1.2fr auto 1fr; gap: 1.6rem; align-items: center;
  padding: clamp(1.4rem, 3vw, 2.2rem); overflow: hidden;
}
.mk-appleft { position: relative; }
.mk-appleaf { position: absolute; left: -1.2rem; top: -1.4rem; width: 44px; height: 74px; }
.mk-appleft h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.mk-appleft > p { font-size: .88rem; color: var(--ink-soft); margin-top: .6rem; max-width: 40ch; }
.mk-appleft .store-badges { margin-top: 1.1rem; }
.mk-appfine { font-size: .76rem; color: var(--ink-soft); margin-top: .8rem; font-style: italic; }
.mk-appphone .phone { width: 200px; margin: 0; transform: rotate(3deg); }
.mk-appphone .phone-screen { padding: 1.2rem .8rem 1.6rem; }
.mk-applist { display: grid; gap: .9rem; }
.mk-applist li { display: flex; align-items: center; gap: .8rem; font-size: .85rem; color: var(--ink); }
.mk-applist svg { width: 22px; height: 22px; color: var(--moss); flex: none; }

/* right rail */
.mk-rail { position: sticky; top: 84px; display: grid; gap: 1.2rem; }
.mk-railcard { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 1.3rem 1.2rem; }
.mk-railcard h2 { font-size: 1.05rem; }
.mk-minilink { font-size: .74rem; font-weight: 600; color: var(--ink-soft); text-decoration: underline; }
.mk-minilink:hover { color: var(--aubergine); }
.mk-face { width: 72px; margin: 1rem auto .5rem; }
.mk-checkin-word { text-align: center; font-size: 1.25rem; }
.mk-meters { display: grid; gap: .5rem; margin-top: 1rem; }
.mk-meters li { display: flex; align-items: center; gap: .6rem; font-size: .84rem; color: var(--ink); }
.mk-mdot { width: 28px; height: 28px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; font-size: .8rem; flex: none; }
.mk-meters em { margin-left: auto; font-style: normal; font-weight: 600; color: var(--ink-soft); font-size: .8rem; }
.mk-observe { font-size: .78rem; color: var(--ink-soft); margin-top: .9rem; line-height: 1.5; }
.mk-wide { width: 100%; margin-top: 1rem; }
.mk-noticing { background: #F3EDF6; border-color: #E4D8EA; }
.mk-noticing .hero-card-heart { margin-bottom: .5rem; }
.mk-noticelist { display: grid; gap: .55rem; margin-top: .9rem; }
.mk-noticelist li { font-size: .82rem; color: var(--ink); padding-left: 1.4rem; position: relative; }
.mk-noticelist li::before {
  content: "✓"; position: absolute; left: 0; top: 0; width: 15px; height: 15px; border-radius: 4px;
  background: rgba(255,253,248,.9); border: 1px solid #D8C9DF; color: var(--lilac-deep);
  font-size: .6rem; display: grid; place-items: center;
}
.mk-explore-connection { background: rgba(255,253,248,.75); border-radius: 12px; padding: .8rem .9rem; margin-top: 1rem; }
.mk-explore-connection p { font-size: .78rem; color: var(--ink); }
.mk-explore-connection .pillar-link { margin: .3rem 0 0; padding: 0; font-size: .78rem; }

/* overlays */
.mk-overlay {
  position: fixed; inset: 0; z-index: 100; background: rgba(48,26,53,.5);
  display: grid; place-items: center; padding: 1.2rem; backdrop-filter: blur(3px);
}
.mk-overlay[hidden] { display: none; }
.mk-modal {
  position: relative; width: min(560px, 100%); max-height: 86vh; overflow-y: auto;
  background: var(--paper); border-radius: 22px; padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: 0 30px 80px rgba(20,10,24,.4);
}
.mk-modal-close { position: absolute; top: 1rem; right: 1.1rem; font-size: 1rem; color: var(--ink-soft); }
.mk-modal-close:hover { color: var(--aubergine); }

/* homepage teaser + save drawer (shared) */
.mkt-band { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.mkt-inner {
  max-width: 1200px; margin: 0 auto; background: #F3EDF6; border: 1px solid #E4D8EA;
  border-radius: 26px; padding: clamp(1.6rem, 3.5vw, 2.6rem);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: center;
}
.mkt-inner h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); }
.mkt-inner > div > p { color: var(--ink-soft); font-size: .95rem; margin-top: .7rem; max-width: 44ch; }
.mkt-inner .btn { margin-top: 1.3rem; }
.mkt-fine { font-size: .78rem !important; font-style: italic; color: var(--clay-deep) !important; margin-top: .8rem !important; }
.mkt-list { display: grid; gap: .7rem; }
.mkt-list li { display: flex; align-items: center; gap: .8rem; background: rgba(255,253,248,.8); border-radius: 12px; padding: .8rem 1rem; font-size: .88rem; color: var(--ink); }
.mkt-list svg { width: 20px; height: 20px; color: var(--lilac-deep); flex: none; }

.save-drawer {
  position: fixed; left: 50%; bottom: 1.2rem; transform: translate(-50%, 130%);
  width: min(480px, calc(100vw - 2rem)); z-index: 90;
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 24px 60px rgba(20,10,24,.35); padding: 1.5rem 1.6rem;
  transition: transform .4s cubic-bezier(.2,.9,.3,1.1);
}
.save-drawer.open { transform: translate(-50%, 0); }
.save-drawer h3 { font-size: 1.25rem; }
.save-drawer p { font-size: .87rem; color: var(--ink-soft); margin-top: .5rem; }
.save-drawer .btn { margin-top: 1rem; }
.save-drawer .mkt-fine { margin-top: .6rem !important; }
.save-drawer-close { position: absolute; top: .9rem; right: 1rem; color: var(--ink-soft); font-size: .95rem; }

/* responsive */
@media (max-width: 1200px) {
  .mk-layout { grid-template-columns: 205px minmax(0, 1fr); }
  .mk-rail { grid-column: 2; grid-row: 2; position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1080px) {
  .mk-row, #mk-saved-row { grid-template-columns: repeat(2, 1fr); }
  .mk-snapshot { grid-template-columns: 1fr; }
  .mk-plangrid { grid-template-columns: repeat(2, 1fr); }
  .mk-planstep { padding: 1rem; }
  .mk-planstep + .mk-planstep { border-left: none; }
  .mk-appbridge { grid-template-columns: 1fr; }
  .mkt-inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .mk-layout { grid-template-columns: 1fr; padding-top: 1rem; }
  .mk-sidebar { position: static; }
  .mk-nav { display: flex; overflow-x: auto; gap: .3rem; padding-bottom: .3rem; }
  .mk-nav a { white-space: nowrap; }
  .mk-rail { grid-column: 1; grid-template-columns: 1fr; }
  .mk-row, #mk-saved-row { grid-template-columns: 1fr; }
  .mk-plangrid { grid-template-columns: 1fr; }
  .mk-tabs { overflow-x: auto; }
}

/* ===================== "When your mind won't stop" exploration result ===================== */
.mws-hero { padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.mws-hero-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(1.5rem, 4vw, 4rem); max-width: 1200px; margin: 0 auto; align-items: center; }
.mws-crumbs { font-size: .76rem; color: var(--ink-soft); margin-bottom: 1.2rem; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.mws-crumbs a:hover { color: var(--clay-deep); text-decoration: underline; }
.mws-crumbs span:last-child { color: var(--aubergine); font-weight: 600; }
.mws-hero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); margin-top: .6rem; }
.mws-refrain { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.15rem; color: var(--clay); margin-top: 1rem; }
.mws-sub { margin-top: .8rem; max-width: 44ch; color: var(--ink-soft); font-size: .98rem; }
.mws-notme { display: inline-flex; gap: .4rem; margin-top: 1.2rem; font-size: .85rem; font-weight: 600; color: var(--ink-soft); text-decoration: underline; }
.mws-notme:hover { color: var(--aubergine); }
.mws-hero-visual { position: relative; }
.mws-hero-art { position: relative; border-radius: 30px 120px 30px 30px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 520/400; }
.mws-hero-art svg { width: 100%; height: 100%; }
.mws-hero-art .blob-lilac { left: -35px; bottom: -30px; }

/* familiar */
.mws-familiar { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.mws-familiar h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.mws-famgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; margin: 1.8rem 0; }
.mws-famcard {
  position: relative; background: var(--chip); border: 2px solid transparent; border-radius: 16px;
  padding: 1.2rem 1rem 2.4rem; display: grid; justify-items: center; gap: .4rem; text-align: center;
  cursor: pointer; transition: transform .15s, box-shadow .15s, border-color .15s;
}
.mws-famcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mws-famcard input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.mws-famcard:has(input:checked) { border-color: var(--aubergine); box-shadow: 0 8px 20px rgba(66,36,72,.18); }
.mws-famicon { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,253,248,.75); display: grid; place-items: center; color: var(--aubergine); }
.mws-famicon svg { width: 30px; height: 30px; }
.mws-famcard strong { font-size: .92rem; color: var(--ink); }
.mws-famdesc { font-size: .76rem; color: var(--ink-soft); line-height: 1.4; }
.mws-famcheck {
  position: absolute; bottom: .8rem; left: 50%; transform: translateX(-50%);
  width: 17px; height: 17px; border-radius: 5px; border: 1.5px solid rgba(66,36,72,.35); background: rgba(255,253,248,.8);
}
.mws-famcard input:checked ~ .mws-famcheck { background: var(--aubergine); border-color: var(--aubergine); }
.mws-famcard input:checked ~ .mws-famcheck::after { content: "✓"; color: var(--cream); font-size: .7rem; display: grid; place-items: center; height: 100%; }

/* lenses */
.mws-lenses { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.mws-lenses h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.mws-lenses .section-sub { max-width: 62ch; margin-left: auto; margin-right: auto; }
.mws-personal-note {
  max-width: 56ch; margin: 1rem auto 0; font-size: .85rem; color: var(--aubergine);
  background: #F1E8F3; border: 1px solid #E0D3E5; border-radius: 999px; padding: .5rem 1.2rem; display: inline-block;
}
.mws-personal-note[hidden] { display: none; }
.mws-lensgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .9rem; margin-top: 1.8rem; }
.mws-lens {
  background: var(--chip); border-radius: 16px; padding: 1.3rem 1rem 1.1rem;
  display: flex; flex-direction: column; align-items: center; gap: .45rem; text-align: center;
}
.mws-lensicon { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,253,248,.75); display: grid; place-items: center; color: var(--aubergine); }
.mws-lensicon svg { width: 30px; height: 30px; }
.mws-lens h3 { font-size: 1.1rem; }
.mws-lenssub { font-size: .78rem; font-weight: 600; color: var(--ink); }
.mws-lensbody { font-size: .74rem; color: var(--ink-soft); line-height: 1.45; }
.mws-lens .pillar-link { margin: auto 0 0; padding-top: .7rem; font-size: .8rem; }
.mws-lenscompare { font-size: .72rem; font-weight: 600; color: var(--ink-soft); text-decoration: underline; margin-top: .2rem; }
.mws-lenscompare:hover { color: var(--aubergine); }

/* closest */
.mws-closest { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.mws-closest h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.mws-radio-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin: 1.6rem 0 1.8rem; }
.mws-radio { position: relative; }
.mws-radio input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.mws-radio span {
  display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.1rem; border-radius: 14px;
  background: var(--paper); border: 1.5px solid var(--line); font-size: .85rem; font-weight: 500; color: var(--ink);
  cursor: pointer; transition: border-color .15s, background .15s;
}
.mws-radio span::before {
  content: ""; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid rgba(66,36,72,.4); background: #fff; flex: none;
}
.mws-radio input:checked + span { border-color: var(--aubergine); background: #F7F0F9; }
.mws-radio input:checked + span::before { background: var(--aubergine); box-shadow: inset 0 0 0 3px #fff; border-color: var(--aubergine); }
.mws-closest .btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }

/* differences */
.mws-diff { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.mws-diff-inner { max-width: 860px; margin: 0 auto; background: #F3EDF6; border: 1px solid #E4D8EA; border-radius: 26px; padding: clamp(1.5rem, 3vw, 2.4rem); }
.mws-diff-inner h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.mws-difflist { display: grid; gap: .7rem; margin: 1.4rem 0 1.2rem; }
.mws-diffrow { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.mws-diffrow summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.2rem; cursor: pointer; list-style: none; font-size: .95rem; color: var(--aubergine);
}
.mws-diffrow summary::-webkit-details-marker { display: none; }
.mws-diffrow summary svg { width: 16px; height: 16px; color: var(--ink-soft); transition: transform .2s; flex: none; }
.mws-diffrow[open] summary svg { transform: rotate(90deg); }
.mws-diffbody { padding: 0 1.2rem 1.2rem; }
.mws-diffbody .uy-comparecols { margin-top: .2rem; gap: 1rem; }
.mws-diffbody .uy-comparecol { background: var(--cream); padding: .9rem 1rem; }
.mws-diffbody .uy-comparecol h3 { font-family: 'Inter', sans-serif; font-size: .8rem; font-weight: 700; }
.mws-diffbody .therapy-truths { gap: .45rem; }
.mws-diffbody .therapy-truths li { font-size: .82rem; }
.mws-diff-inner > .pillar-link { margin: 0; padding: 0; }

/* moments */
.mws-moments { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.mws-moments-inner { max-width: 1200px; margin: 0 auto; background: #FBF0DC; border: 1px solid #EFDDB9; border-radius: 26px; padding: clamp(1.5rem, 3vw, 2.4rem); text-align: center; }
.mws-moments-inner h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.mws-momentrow { display: grid; grid-template-columns: repeat(5, 1fr); gap: .9rem; margin: 1.6rem 0 1.4rem; }
.mws-momentcard {
  position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 1rem; display: flex; flex-direction: column; gap: .4rem; text-align: center; align-items: center;
  transition: transform .15s, box-shadow .15s;
}
.mws-momentcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mws-momenticon { width: 46px; height: 46px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; color: var(--aubergine); margin-top: .5rem; }
.mws-momenticon svg { width: 24px; height: 24px; }
.mws-momentcard h3 { font-family: 'Inter', sans-serif; font-size: .85rem; font-weight: 700; color: var(--ink); }
.mws-momentcard p { font-size: .73rem; color: var(--ink-soft); line-height: 1.4; }
.mws-momentctas { display: flex; align-items: center; justify-content: space-between; gap: .6rem; width: 100%; margin-top: auto; padding-top: .5rem; }
.mws-momentctas .pillar-link { margin: 0; padding: 0; font-size: .8rem; }
.mws-savemoment { color: var(--ink-soft); }
.mws-savemoment svg { width: 17px; height: 17px; }
.mws-savemoment:hover { color: var(--aubergine); }
.mws-savemoment.saved { color: var(--aubergine); }
.mws-savemoment.saved svg { fill: currentColor; }
.mws-centerlink { justify-content: center; margin: 0; padding: 0; }

/* asking + support */
.mws-asking {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: start;
}
.mws-asking h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.mws-askgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin: 1.2rem 0; }
.mws-askgrid a {
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: .85rem 1rem;
  font-family: 'Fraunces', serif; font-size: .92rem; color: var(--aubergine); line-height: 1.35;
  transition: border-color .15s, transform .15s;
}
.mws-askgrid a:hover { border-color: var(--clay); transform: translateX(2px); }
.mws-asking-col .pillar-link { margin: 0; padding: 0; }
.mws-support { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: clamp(1.3rem, 2.5vw, 1.8rem); }
.mws-support .section-sub { margin-top: .4rem; }
.mws-supportlist { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1.2rem; margin: 1.1rem 0 1.4rem; }
.mws-supportlist li { font-size: .85rem; color: var(--ink); padding-left: 1.5rem; position: relative; line-height: 1.4; }
.mws-supportlist li::before {
  content: "✓"; position: absolute; left: 0; top: .1rem; width: 16px; height: 16px; border-radius: 5px;
  background: #E6EAE2; color: var(--moss); font-size: .62rem; display: grid; place-items: center; font-weight: 700;
}
.mws-support .hero-ctas { margin-top: 0; }

/* funnel */
.mws-funnel { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.mws-funnel-inner { max-width: 1200px; margin: 0 auto; background: var(--cream-2); border: 1px solid var(--line); border-radius: 26px; padding: clamp(1.5rem, 3vw, 2.4rem); }
.mws-funnel-head { text-align: center; max-width: 60ch; margin: 0 auto; }
.mws-funnel-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.mws-funnel-head p { color: var(--ink-soft); font-size: .92rem; margin-top: .5rem; }
.mws-funnelgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 1.6rem; }
.mws-funnelcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 1.4rem 1.2rem;
  display: grid; justify-items: center; gap: .5rem; text-align: center; transition: transform .15s, box-shadow .15s;
}
.mws-funnelcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mws-funnelicon { width: 50px; height: 50px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; color: var(--aubergine); }
.mws-funnelicon svg { width: 25px; height: 25px; }
.mws-funnelcard h3 { font-family: 'Inter', sans-serif; font-size: .95rem; font-weight: 700; color: var(--ink); }
.mws-funnelcard p { font-size: .8rem; color: var(--ink-soft); }
.mws-funnelcard .path-cta { padding-top: .3rem; font-size: .85rem; }

/* save band */
.mws-save { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.mws-save-inner {
  max-width: 1200px; margin: 0 auto; background: #F3EDF6; border: 1px solid #E4D8EA; border-radius: 22px;
  padding: clamp(1.3rem, 2.5vw, 2rem); display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}
.mws-save-inner > svg { width: 40px; height: 40px; color: var(--lilac-deep); flex: none; }
.mws-save-inner h2 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
.mws-save-inner p { font-size: .86rem; color: var(--ink-soft); margin-top: .3rem; max-width: 52ch; }
.mws-save-cta { margin-left: auto; text-align: center; }
.mws-save-cta .mkt-fine { margin-top: .5rem !important; }
#mws-save-btn.saved { background: var(--moss); }

/* responsive */
@media (max-width: 1080px) {
  .mws-hero-inner { grid-template-columns: 1fr; }
  .mws-famgrid { grid-template-columns: repeat(2, 1fr); }
  .mws-lensgrid { grid-template-columns: repeat(3, 1fr); }
  .mws-momentrow { grid-template-columns: repeat(3, 1fr); }
  .mws-asking { grid-template-columns: 1fr; }
  .mws-funnelgrid { grid-template-columns: 1fr; }
  .mws-save-cta { margin-left: 0; }
}
@media (max-width: 760px) {
  .mws-famgrid, .mws-lensgrid { grid-template-columns: 1fr; }
  .mws-momentrow { grid-template-columns: 1fr; }
  .mws-askgrid { grid-template-columns: 1fr; }
  .mws-supportlist { grid-template-columns: 1fr; }
  .mws-diffbody .uy-comparecols { grid-template-columns: 1fr; }
}

/* ===================== Feel Better / Kindred Moments library ===================== */
.fb-hero { padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.fb-hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); max-width: 1200px; margin: 0 auto; align-items: center; }
.fb-hero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); margin-top: .6rem; }
.fb-sub { margin-top: 1rem; max-width: 44ch; color: var(--ink-soft); font-size: 1.02rem; }
.fb-sub-em { font-family: 'Fraunces', serif; font-style: italic; color: var(--clay); font-size: 1.05rem; }

.fb-breathe-card {
  background: var(--aubergine); color: #F5EDF2; border-radius: 26px;
  padding: clamp(1.5rem, 3vw, 2.2rem); text-align: center;
  box-shadow: 0 24px 60px rgba(48,26,53,.35);
}
.fb-breathe-flag { font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.fb-breathe-card h2 { color: var(--cream); font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-top: .5rem; }
.fb-breathe-sub { font-size: .85rem; color: #DCC9E0; margin: .7rem auto 0; max-width: 40ch; line-height: 1.55; }
.fb-breathe-stage { display: grid; place-items: center; margin: 1.4rem 0 .8rem; }
.fb-breathe-ring {
  position: relative; width: 190px; height: 190px; border-radius: 50%;
  border: 1.5px solid rgba(184,163,196,.4); display: grid; place-items: center;
}
.fb-breathe-circle {
  position: absolute; inset: 12px; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #CBBAD4, var(--lilac) 55%, #8E77A0);
  opacity: .9; transform: scale(.7);
}
.fb-breathe-phase { position: relative; font-family: 'Fraunces', serif; font-size: 1.05rem; color: var(--cream); text-shadow: 0 1px 8px rgba(48,26,53,.5); padding: 0 1rem; }
.fb-breathe-dots { display: flex; justify-content: center; gap: .5rem; margin-bottom: 1.1rem; }
.fb-breathe-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(244,239,227,.25); transition: background .3s; }
.fb-breathe-dots span.done { background: var(--gold); }
.fb-breathe-fine { font-size: .72rem; color: #C9B3CE; margin-top: .8rem; font-style: italic; }

/* picker */
.fb-picker { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); text-align: center; }
.fb-picker h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.fb-picker-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 1.5rem; }
.fb-pick {
  padding: .75rem 1.2rem; border-radius: 999px; background: var(--chip); color: var(--ink);
  border: 2px solid transparent; font-size: .9rem; font-weight: 600;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.fb-pick:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.fb-pick.selected { border-color: var(--aubergine); box-shadow: 0 8px 20px rgba(66,36,72,.16); }

/* library */
.fb-library { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.fb-library-head { text-align: center; }
.fb-library-head h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.fb-library-head .section-sub { max-width: 64ch; margin-left: auto; margin-right: auto; }
.fb-bridgelink { font-weight: 700; color: var(--clay-deep); text-decoration: underline; }
.fb-cats { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: 1.4rem 0 1.6rem; }
.fb-cat {
  padding: .5rem 1rem; border-radius: 999px; font-size: .82rem; font-weight: 600;
  background: var(--paper); border: 1.5px solid var(--line); color: var(--ink-soft);
  transition: all .15s;
}
.fb-cat:hover { color: var(--aubergine); border-color: var(--aubergine); }
.fb-cat.active { background: var(--aubergine); border-color: var(--aubergine); color: var(--cream); }
.fb-toolgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.fb-tool {
  position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 1rem; display: flex; flex-direction: column; gap: .4rem; text-align: center; align-items: center;
  transition: transform .15s, box-shadow .15s;
}
.fb-tool:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.fb-tool[hidden] { display: none; }
.fb-toolicon { width: 46px; height: 46px; border-radius: 50%; background: var(--chip); display: grid; place-items: center; color: var(--aubergine); margin-top: .5rem; }
.fb-toolicon svg { width: 26px; height: 26px; }
.fb-tool h3 { font-family: 'Inter', sans-serif; font-size: .88rem; font-weight: 700; color: var(--ink); line-height: 1.3; }
.fb-tool p { font-size: .75rem; color: var(--ink-soft); line-height: 1.45; }
.fb-count { text-align: center; font-size: .78rem; color: var(--ink-soft); margin-top: 1.4rem; font-style: italic; }

/* how */
.fb-how { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem); }
.fb-how-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2.5rem); }
.fb-how-item { display: grid; justify-items: center; text-align: center; gap: .5rem; }
.fb-how-item h3 { font-family: 'Inter', sans-serif; font-size: .98rem; font-weight: 700; color: var(--ink); }
.fb-how-item p { font-size: .84rem; color: var(--ink-soft); max-width: 34ch; }

/* collections */
.fb-collections { max-width: 1100px; margin: 0 auto; padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem); text-align: center; }
.fb-collections h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.fb-collgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 1.8rem; }
.fb-coll {
  background: var(--chip); border-radius: 18px; padding: 1.6rem 1.4rem;
  display: grid; justify-items: center; gap: .5rem; text-align: center;
  transition: transform .15s, box-shadow .15s;
}
.fb-coll:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.fb-coll svg { width: 44px; height: 44px; color: var(--aubergine); }
.fb-coll h3 { font-size: 1.15rem; }
.fb-coll p { font-size: .82rem; color: var(--ink-soft); max-width: 30ch; }
.fb-coll .path-cta { padding-top: .3rem; font-size: .85rem; }

/* therapy bridge */
.fb-bridge { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.fb-bridge-inner {
  max-width: 1100px; margin: 0 auto; background: #FBF1E3; border: 1px solid var(--line);
  border-radius: 26px; box-shadow: var(--shadow); padding: clamp(1.6rem, 3.5vw, 2.8rem);
}
.fb-bridge-inner h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.fb-bridge-inner p:not(.flow-safety-note) { color: var(--ink-soft); font-size: .95rem; margin-top: .7rem; max-width: 62ch; }
.fb-bridge-inner .hero-ctas { margin-top: 1.4rem; }

/* responsive */
@media (max-width: 1080px) {
  .fb-hero-inner { grid-template-columns: 1fr; }
  .fb-toolgrid { grid-template-columns: repeat(2, 1fr); }
  .fb-how-inner { grid-template-columns: 1fr; }
  .fb-collgrid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .fb-toolgrid { grid-template-columns: 1fr; }
}

/* breathe card button — inverted on the dark card */
.fb-breathe-card .btn-dark { background: var(--cream); color: var(--aubergine); box-shadow: 0 6px 18px rgba(20,10,24,.35); }
.fb-breathe-card .btn-dark:hover { background: #fff; }

/* ===================== Feel Better — tool players ===================== */
.fb-playtag {
  position: absolute; top: .65rem; left: .7rem; font-size: .58rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--moss);
  background: #E6EAE2; border-radius: 999px; padding: .2rem .55rem;
}
.fb-tool-playable { border-color: #D9E0D6; }
.fb-start { margin: 0; padding: 0; }
.fb-soon { margin: 1.1rem 1.3rem 1.3rem; margin-top: auto; padding-top: 1.1rem; font-weight: 600; font-size: .82rem; color: var(--ink-soft); opacity: .7; cursor: default; align-self: flex-start; }

.fb-player-modal { width: min(620px, 100%); text-align: center; }
.fb-player-kicker { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); }
.fb-player-title { font-size: clamp(1.4rem, 2.6vw, 1.8rem); margin-top: .4rem; }
.fb-player-intro { color: var(--ink-soft); font-size: .92rem; margin: .9rem auto 0; max-width: 46ch; line-height: 1.55; }
.fb-player-ctas { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 1.6rem; flex-wrap: wrap; }
.fb-player-progresslabel { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-top: .8rem; }

/* steps */
.fb-step { margin-top: 1.2rem; min-height: 130px; display: grid; align-content: center; gap: .6rem; animation: flowIn .35s ease both; }
.fb-step h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
.fb-step p { color: var(--ink-soft); font-size: 1rem; max-width: 42ch; margin: 0 auto; line-height: 1.6; }
.fb-stepbar { height: 5px; border-radius: 999px; background: var(--cream-2); overflow: hidden; margin-top: 1.4rem; }
.fb-stepbar span { display: block; height: 100%; width: 0; border-radius: 999px; background: var(--lilac-deep); }

/* breath player */
.fb-player-breathe { display: grid; place-items: center; margin-top: 1.4rem; }
.fb-player-breathe .fb-breathe-ring { border-color: rgba(142,119,160,.35); }
.fb-player-breathe .fb-breathe-phase { color: var(--aubergine); text-shadow: none; }
.fb-player-modal .fb-breathe-dots { margin: 1rem 0 0; }
.fb-player-modal .fb-breathe-dots span { background: #E3D8E8; }
.fb-player-modal .fb-breathe-dots span.done { background: var(--lilac-deep); }

/* senses */
.fb-sense { margin-top: 1.2rem; background: var(--chip); border-radius: 20px; padding: 1.6rem 1.4rem; display: grid; gap: .4rem; animation: flowIn .35s ease both; }
.fb-sense-count { font-family: 'Fraunces', serif; font-size: 3.2rem; line-height: 1; color: var(--aubergine); }
.fb-sense h3 { font-size: 1.25rem; }
.fb-sense-hint { font-size: .85rem; color: var(--ink-soft); max-width: 40ch; margin: 0 auto; }
.fb-pop { animation: fbPop .25s ease; display: inline-block; }
@keyframes fbPop { 40% { transform: scale(1.25); } }

/* dump */
.fb-dump-area {
  width: 100%; margin-top: 1.2rem; border: 1.5px solid var(--line); border-radius: 14px;
  background: var(--cream); padding: 1rem 1.1rem; font: inherit; font-size: .92rem; color: var(--ink);
  resize: vertical; line-height: 1.7;
}
.fb-dump-area:focus { outline: 2px solid var(--lilac); border-color: var(--lilac-deep); }
.fb-dump-list { display: grid; gap: .5rem; margin-top: 1.2rem; max-height: 42vh; overflow-y: auto; overscroll-behavior: contain; text-align: left; }
.fb-dump-item {
  display: flex; align-items: center; justify-content: space-between; gap: .8rem;
  background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: .6rem .5rem .6rem .9rem;
}
.fb-dump-item.binned { opacity: .75; }
.fb-dump-text { font-size: .88rem; color: var(--ink); overflow-wrap: anywhere; }
.fb-dump-bins { display: flex; gap: .3rem; flex: none; }
.fb-dump-bins button {
  font-size: .7rem; font-weight: 700; padding: .35rem .6rem; border-radius: 999px;
  border: 1.5px solid var(--line); color: var(--ink-soft); background: var(--paper);
}
.fb-dump-bins button:hover { border-color: var(--aubergine); color: var(--aubergine); }
.fb-dump-bins button.picked { background: var(--aubergine); border-color: var(--aubergine); color: var(--cream); }
.fb-dump-result { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: .9rem; margin-top: 1.2rem; text-align: left; }
.fb-dump-col { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem; }
.fb-dump-col h3 { font-family: 'Inter', sans-serif; font-size: .82rem; font-weight: 700; color: var(--aubergine); }
.fb-dump-col ul { margin-top: .5rem; display: grid; gap: .3rem; }
.fb-dump-col li { font-size: .84rem; color: var(--ink); padding-left: 1rem; position: relative; }
.fb-dump-col li::before { content: "•"; position: absolute; left: 0; color: var(--clay); }
.fb-dump-col-muted p { font-size: .78rem; color: var(--ink-soft); margin-top: .4rem; }
.fb-dump-nudge { font-size: .8rem; font-style: italic; color: var(--clay-deep); margin-top: .7rem; }

/* done */
.fb-player-donebox { margin-top: 1.4rem; display: grid; justify-items: center; gap: .5rem; animation: flowIn .35s ease both; }
.fb-player-donebox svg { width: 44px; height: 44px; color: var(--moss); }
.fb-player-donebox h3 { font-size: 1.4rem; }
.fb-player-donebox p { color: var(--ink-soft); font-size: .92rem; max-width: 44ch; }

@media (max-width: 760px) {
  .fb-dump-result { grid-template-columns: 1fr; }
  .fb-dump-item { flex-direction: column; align-items: flex-start; }
}

/* ===================== Therapy page ===================== */
.tp-hero { padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.tp-hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); max-width: 1200px; margin: 0 auto; align-items: center; }
.tp-hero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); margin-top: .6rem; }
.tp-sub { margin-top: 1rem; max-width: 46ch; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.tp-sub-em { font-family: 'Fraunces', serif; font-style: italic; color: var(--clay); font-size: 1.05rem; }
.tp-hero-visual { position: relative; }
.tp-hero-art { position: relative; border-radius: 30px 30px 120px 30px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 520/400; }
.tp-hero-art svg { width: 100%; height: 100%; }
.tp-hero-art .blob-clay { right: -30px; top: -30px; }
.tp-hero-visual .uy-hero-card { right: auto; left: -.6rem; border-radius: 20px 90px 20px 20px; }

/* readiness */
.tp-ready { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.tp-ready-inner {
  max-width: 860px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line);
  border-radius: 26px; box-shadow: var(--shadow); padding: clamp(1.6rem, 3.5vw, 2.6rem); text-align: center;
}
.tp-ready-inner h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.tp-ready-inner .section-sub { max-width: 56ch; margin-left: auto; margin-right: auto; }
.tp-ready-chips { justify-content: center; margin-bottom: 1.4rem; }
.tp-ready-result { margin-top: 1.8rem; padding-top: 1.6rem; border-top: 1px solid var(--line); text-align: left; }
.tp-ready-result h3 { font-size: 1.4rem; }
.tp-ready-result > p { color: var(--ink-soft); font-size: .95rem; margin-top: .6rem; line-height: 1.6; }
.tp-ready-ctas { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.3rem; }
.tp-ready-result.flow-in { animation: flowIn .35s ease both; }

/* how it works */
.tp-how { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.tp-how h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.tp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 1.8rem; text-align: left; }
.tp-step { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 1.3rem 1.2rem; }
.tp-stepnum {
  display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  background: var(--aubergine); color: var(--cream); font-weight: 700; font-size: .85rem; margin-bottom: .7rem;
}
.tp-step h3 { font-size: 1.05rem; }
.tp-step p { font-size: .84rem; color: var(--ink-soft); margin-top: .4rem; line-height: 1.55; }

/* types */
.tp-types { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.tp-types h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.tp-typegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.8rem; text-align: left; }
.tp-type { background: var(--chip); border-radius: 16px; padding: 1.3rem 1.2rem; }
.tp-type h3 { font-size: 1.2rem; }
.tp-type-tag { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-top: .15rem; }
.tp-type > p:not(.tp-type-tag):not(.tp-type-for) { font-size: .88rem; color: var(--ink); margin-top: .6rem; line-height: 1.5; }
.tp-type-for { font-size: .74rem; color: var(--ink-soft); font-style: italic; margin-top: .6rem; }
.tp-types-note {
  max-width: 62ch; margin: 1.8rem auto 0; font-size: .92rem; color: var(--ink);
  background: #F1E8F3; border: 1px solid #E0D3E5; border-radius: 14px; padding: 1rem 1.4rem;
}

/* questions */
.tp-questions {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem);
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: start;
}
.tp-questions h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.tp-faq { display: grid; gap: .7rem; margin-top: 1.2rem; }
.tp-faq-body { padding: 0 1.2rem 1.1rem; text-align: left; }
.tp-faq-body p { font-size: .88rem; color: var(--ink-soft); line-height: 1.6; }
.tp-worries { display: grid; gap: .8rem; margin-top: 1.2rem; }
.tp-worry { background: #FBF1E3; border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.2rem; }
.tp-worry h3 { font-size: 1.05rem; font-style: italic; }
.tp-worry p { font-size: .85rem; color: var(--ink-soft); margin-top: .35rem; line-height: 1.55; }

/* match bridge */
.tp-match { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.tp-match-inner {
  max-width: 1200px; margin: 0 auto; background: var(--aubergine); color: #EBE2E6;
  border-radius: 26px; padding: clamp(1.8rem, 4vw, 3rem); text-align: center;
  box-shadow: 0 24px 60px rgba(48,26,53,.35);
}
.tp-match-head .eyebrow { color: var(--gold); }
.tp-match-head h2 { color: var(--cream); font-size: clamp(1.6rem, 3vw, 2.3rem); margin-top: .6rem; }
.tp-match-head p { color: #DCC9E0; font-size: .95rem; max-width: 58ch; margin: .9rem auto 0; line-height: 1.6; }
.tp-match-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; text-align: left; }
.tp-mstep { background: rgba(255,248,239,.07); border: 1px solid rgba(255,248,239,.14); border-radius: 16px; padding: 1.3rem 1.2rem; }
.tp-mstepnum {
  display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold); color: var(--aubergine-deep); font-weight: 700; font-size: .82rem; margin-bottom: .6rem;
}
.tp-mstep h3 { color: var(--cream); font-size: 1.02rem; }
.tp-mstep p { font-size: .82rem; color: #D2BFD7; margin-top: .4rem; line-height: 1.5; }
.tp-mstep-tags { font-size: .68rem !important; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold) !important; margin-top: .7rem !important; }
.tp-minimatches { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.8rem; }
.tp-mini {
  background: rgba(255,248,239,.08); border: 1px solid rgba(255,248,239,.16); border-radius: 999px;
  padding: .55rem 1.1rem; display: flex; align-items: center; gap: .7rem; font-size: .8rem; color: var(--cream);
}
.tp-mini-badge { background: var(--gold); color: var(--aubergine-deep); font-weight: 700; font-size: .66rem; padding: .18rem .55rem; border-radius: 999px; }
.tp-mini-pills { color: #C9B3CE; font-size: .72rem; }
.tp-mini-ava { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; object-position: center 22%; flex: none; }
.tp-match-ctas { display: flex; justify-content: center; gap: .9rem; flex-wrap: wrap; margin-top: 1.8rem; }
.tp-match-ctas .btn-dark { background: var(--cream); color: var(--aubergine); box-shadow: 0 6px 18px rgba(20,10,24,.35); }
.tp-match-ctas .btn-dark:hover { background: #fff; }
.tp-match-ctas .btn-outline { border-color: rgba(255,248,239,.5); color: var(--cream); }
.tp-match-ctas .btn-outline:hover { background: rgba(255,248,239,.08); }
.tp-match-fine { font-size: .74rem; color: #C9B3CE; margin-top: .9rem; font-style: italic; }

/* not ready */
.tp-notready { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.tp-notready-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.tp-notready h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.tp-notready .uy-begin-grid { margin-top: 1.8rem; }

/* responsive */
@media (max-width: 1080px) {
  .tp-hero-inner { grid-template-columns: 1fr; }
  .tp-steps { grid-template-columns: repeat(2, 1fr); }
  .tp-typegrid { grid-template-columns: repeat(2, 1fr); }
  .tp-questions { grid-template-columns: 1fr; }
  .tp-match-steps { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .tp-steps, .tp-typegrid { grid-template-columns: 1fr; }
  .tp-hero-visual .uy-hero-card { position: static; width: 100%; margin-top: 1rem; border-radius: 20px; }
}

/* ===================== Life & Relationships page ===================== */
.lr-hero { padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.lr-hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); max-width: 1200px; margin: 0 auto; align-items: center; }
.lr-hero h1 { font-size: clamp(1.9rem, 3.9vw, 3rem); margin-top: .6rem; }
.lr-sub { margin-top: 1rem; max-width: 46ch; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.lr-sub-em { font-family: 'Fraunces', serif; font-style: italic; color: var(--clay); font-size: 1.05rem; }
.lr-hero-visual { position: relative; }
.lr-hero-art { position: relative; border-radius: 120px 30px 30px 30px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 520/400; }
.lr-hero-art svg { width: 100%; height: 100%; }
.lr-hero-art .blob-lilac { right: -35px; bottom: -30px; left: auto; }
.lr-hero-visual .uy-hero-card { left: -.6rem; right: auto; border-radius: 20px 90px 20px 20px; }

.lr-contexts { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem); }
.lr-centersub { text-align: center; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.lr-grid .path-card h3 { font-size: 1.15rem; }

.lr-patterns { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.lr-patterns-inner {
  max-width: 1100px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line);
  border-radius: 26px; box-shadow: var(--shadow); padding: clamp(1.6rem, 3.5vw, 2.6rem); text-align: center;
}
.lr-patterns-inner h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.lr-patternchips { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 1.5rem; text-align: left; }

.lr-guides { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.lr-guides-inner { max-width: 860px; margin: 0 auto; }
.lr-guides-head { text-align: center; }
.lr-guides-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.lr-guidelist { display: grid; gap: .8rem; margin-top: 1.6rem; }
.lr-guidelist .tp-faq-body .pillar-link { margin: 1rem 0 0; padding: 0; }

.lr-closer { padding: 0 clamp(1rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem); }
.lr-closer-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.lr-closer h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.lr-closer .uy-begin-grid { margin-top: 1.8rem; }

@media (max-width: 1080px) {
  .lr-hero-inner { grid-template-columns: 1fr; }
  .lr-patternchips { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .lr-patternchips { grid-template-columns: 1fr; }
  .lr-hero-visual .uy-hero-card { position: static; width: 100%; margin-top: 1rem; border-radius: 20px; }
}

/* ---------- check-in ending: the match door (every result branch ends here) ---------- */
.flow-match-cta {
  background: var(--aubergine); border-radius: 18px;
  padding: 1.6rem 1.8rem; margin: 1.4rem 0;
}
.flow-match-cta > p:first-child { color: #DCC9E0; font-size: .97rem; line-height: 1.6; margin: 0 0 1.1rem; }
.flow-match-cta .btn { background: var(--cream); color: var(--aubergine); border: none; }
.flow-match-cta .btn:hover { background: #F3E7D8; }
.flow-match-fine { color: #B8A3C4; font-size: .78rem; margin: .9rem 0 0; }

/* ---------- content-page on-ramp: every content page ends at the match door ---------- */
.match-onramp { padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 3rem); }
.match-onramp-inner {
  max-width: 780px; margin: 0 auto; text-align: center;
  background: var(--aubergine); border-radius: 24px;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.4rem, 4vw, 3rem);
}
.match-onramp-inner .eyebrow { color: var(--gold); }
.match-onramp-inner h2 {
  font-family: 'Fraunces', serif; font-weight: 500; color: var(--cream);
  font-size: clamp(1.5rem, 3vw, 2.1rem); margin: .3rem 0 .8rem;
}
.match-onramp-inner > p { color: #DCC9E0; font-size: .97rem; line-height: 1.65; max-width: 560px; margin: 0 auto 1.4rem; }
.match-onramp-inner .btn { background: var(--cream); color: var(--aubergine); border: none; }
.match-onramp-inner .btn:hover { background: #F3E7D8; }
.match-onramp-fine { color: #B8A3C4 !important; font-size: .78rem !important; margin-top: 1rem !important; }

/* personalized handoff tag on the check-in result match block */
.flow-match-tag {
  color: var(--gold); font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin: 0 0 .5rem;
}

/* ---------- mid-page soft conversion nudge (understand-yourself) ---------- */
.uy-nudge { padding: 1.6rem clamp(1rem, 4vw, 3rem); max-width: 1000px; margin: 0 auto; }
.uy-nudge-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem 1.6rem; flex-wrap: wrap;
  background: #F1E8F3; border: 1px solid #E0D3E5; border-radius: 18px;
  padding: 1.2rem 1.6rem;
}
.uy-nudge-inner p { color: var(--ink); font-size: .95rem; line-height: 1.55; margin: 0; flex: 1 1 340px; }
.uy-nudge-link {
  color: var(--aubergine); font-weight: 700; white-space: nowrap; text-decoration: none;
  border-bottom: 2px solid var(--lilac); padding-bottom: 2px;
}
.uy-nudge-link:hover { border-bottom-color: var(--aubergine); }

/* match-band dual CTAs (client match + therapist build-profile) */
.match-ctas { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; }
