@font-face {
  font-family: "Silhouette";
  src: url('uploads/Silhouette.otf') format('opentype'),
       url('uploads/Silhouette.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   Snooze Clues Companion — sales page
   Design system, extends the live app aesthetic:
   cloud-sky canvas · cream rounded cards · sage brand · sand accents
   ============================================================ */

:root {
  /* sky / canvas — dusty-blue botanical wash (matches snoozeclues.co) */
  --sky-top:  #bccfd8;
  --sky-mid:  #cfdde0;
  --sky-warm: #e9e2d5;

  /* surfaces */
  --cream:   #fcf9f4;
  --cream-2: #f6f0e7;
  --card:    #fdfbf6;
  --line:    rgba(74,65,50,0.10);
  --line-2:  rgba(74,65,50,0.16);

  /* ink — near-black charcoal for high-contrast serif headlines (brand #323433) */
  --ink:      #323433;
  --ink-soft: #6a706a;
  --muted:    #97a0a3;

  /* brand — dusty blue / Low Tide (dominant on the marketing site) */
  --blue:        #82a0b2;
  --blue-strong: #5d7d8e;
  --blue-deep:   #4e6c7a;
  --blue-soft:   #dde8ed;
  --blue-soft-bd:#bcd2db;
  --blue-logo:   #9eb6c3; /* Low Tide — exact brand primary */
  --blue-band:   #c5d4db; /* Sky — exact brand */

  /* sage — secondary pop (one block, like the group-program panel) */
  --sage:        #93a47e;
  --sage-strong: #61724f;
  --sage-deep:   #97a682;
  --sage-tint:   #dde6d2;
  --sage-tint-bd:#c2cfae;

  /* warm accents */
  --sand:      #e4dac8;
  --sand-deep: #c8b5a5;
  --sand-band: #e1d6c4;
  --bronzer:   #846e54; /* Bronzer — exact brand */
  --bronzer-2: #6f5c44;
  --plum:      #4a4156; /* Plum Dream — exact brand */
  --fairy:     #dacfd9; /* Fairy — exact brand */

  /* accent (tweakable) — drives CTAs, eyebrows, links. Blue by default. */
  --accent:        var(--blue);
  --accent-strong: var(--blue-strong);
  --accent-tint:   var(--blue-soft);
  --accent-tint-bd:var(--blue-soft-bd);
  --on-accent:     #fbfcfb;

  /* type — high-contrast display serif (Marlide stand-in) + Montserrat */
  --serif: "Playfair Display", "Marlide Display", Georgia, serif;
  --sans:  "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --script:"Silhouette", "Pinyon Script", cursive;

  --radius:    22px;
  --radius-sm: 14px;
  --radius-lg: 30px;
  --shadow:    0 18px 50px -28px rgba(60,64,58,0.45), 0 2px 10px -6px rgba(60,64,58,0.25);
  --shadow-sm: 0 8px 26px -18px rgba(60,64,58,0.40);
  --maxw: 1120px;
  --readw: 660px;
}

/* accent themes (set on <html data-accent>) — blue is the :root default */
html[data-accent="lowtide"] {
  --accent:var(--blue); --accent-strong:var(--blue-strong); --accent-tint:var(--blue-soft); --accent-tint-bd:var(--blue-soft-bd);
}
html[data-accent="sage"] {
  --accent:#7e9069; --accent-strong:#61724f; --accent-tint:var(--sage-tint); --accent-tint-bd:var(--sage-tint-bd);
}
html[data-accent="bronzer"] {
  --accent:#947a5b; --accent-strong:#76624a; --accent-tint:#ece2d2; --accent-tint-bd:#d3c2a8;
}

/* headline font swap (set on <html data-font>) */
html[data-font="cormorant"] { --serif:"Cormorant Garamond", "Marlide Display", Georgia, serif; }
html[data-font="marcellus"] { --serif:"Marcellus", "Marlide Display", Georgia, serif; }

/* ---------------------------------------------------------- */
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  background: linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 34%, var(--sky-warm) 100%) fixed;
  overflow-x: hidden;
}
/* soft drifting cloud layer */
body::before {
  content: "";
  position: fixed; inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 38% at 18% 12%, rgba(255,255,255,0.85), rgba(255,255,255,0) 60%),
    radial-gradient(48% 30% at 78% 8%,  rgba(255,255,255,0.70), rgba(255,255,255,0) 62%),
    radial-gradient(52% 34% at 62% 30%, rgba(255,255,255,0.55), rgba(255,255,255,0) 64%),
    radial-gradient(46% 30% at 30% 46%, rgba(255,255,255,0.45), rgba(255,255,255,0) 66%),
    radial-gradient(60% 40% at 85% 60%, rgba(255,255,255,0.42), rgba(255,255,255,0) 66%),
    radial-gradient(50% 34% at 12% 74%, rgba(255,255,255,0.40), rgba(255,255,255,0) 66%);
}
.app { position: relative; z-index: 1; }

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

/* ---- typography helpers ---- */
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent-strong);
}
.eyebrow--muted { color: var(--muted); }
.serif { font-family: var(--serif); }
.script { font-family: var(--script); }

h1,h2,h3,h4 { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0; line-height: 1.08; letter-spacing: -0.01em; }
h1 { font-size: clamp(40px, 7vw, 76px); }
h2 { font-size: clamp(32px, 4.6vw, 52px); }
h3 { font-size: clamp(23px, 2.6vw, 30px); }
p  { margin: 0; }
.lead { font-size: clamp(17px, 1.7vw, 20px); color: var(--ink-soft); line-height: 1.62; }

/* ---- layout ---- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.center { text-align: center; }
.measure { max-width: var(--readw); margin-left: auto; margin-right: auto; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 17px 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s, background .25s;
  white-space: nowrap;
}
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary {
  background: var(--accent); color: var(--on-accent);
  box-shadow: 0 14px 30px -16px color-mix(in oklab, var(--accent), black 30%);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--accent-strong); }
.btn-ghost {
  background: rgba(253,251,246,0.7); color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover { transform: translateY(-2px); background: var(--cream); }
.btn-lg { padding: 20px 38px; font-size: 14px; }

.subtext { font-size: 13.5px; color: var(--muted); letter-spacing: 0.01em; }

/* ---- cards ---- */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 14px; z-index: 60;
  padding: 0 16px;
  margin-top: 14px;
}
.site-header .bar {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  background: rgba(253,251,246,0.82);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 14px 12px 26px;
  box-shadow: var(--shadow-sm);
}
.wordmark {
  display: inline-flex; align-items: center; line-height: 0;
}
.wordmark img {
  height: 30px; width: auto; display: block;
}
.wordmark .zzz {
  font-family: var(--script);
  font-size: 17px;
  margin-left: 1px; margin-top: -4px;
  color: var(--blue);
}

/* brand tagline lockup — spaced Montserrat caps + script "for" (mirrors logo) */
.tagline-lockup {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  color: var(--blue-logo); margin-bottom: 20px;
}
.tagline-lockup .l1,
.tagline-lockup .l2 {
  font-family: var(--sans); font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  font-size: clamp(12px, 1.4vw, 15px); line-height: 1;
}
.tagline-lockup .l2 { display: inline-flex; align-items: baseline; gap: 0.42em; }
.tagline-lockup .l2 .for {
  font-family: var(--script); font-style: normal; font-weight: 400;
  text-transform: none; letter-spacing: 0; font-size: 1.9em;
  line-height: 0; transform: translateY(0.08em);
}
.nav { display: flex; align-items: center; gap: 26px; }
.nav a {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-soft);
  transition: color .2s;
}
.nav a:hover { color: var(--blue-strong); }
.nav a.btn-primary { color: var(--on-accent); }
.nav a.btn-primary:hover { color: var(--on-accent); }
.nav a.btn-ghost { color: var(--ink); }
.nav .btn { padding: 13px 22px; }
.nav-links { display: flex; align-items: center; gap: 26px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(48px, 7vw, 96px); }
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { margin-bottom: 24px; text-wrap: balance; }
.hero h1 .accentword { font-style: italic; color: var(--bronzer); }
.hero-sub { max-width: 540px; }
.hero-cta { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.hero-cta .row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* Free-trial microcopy: tasteful, brand-toned, reusable under CTAs and in pricing. */
.trial-flag {
  margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--ink-soft);
  display: inline-flex; align-items: baseline; gap: 8px;
}
.trial-flag::before { content: "\2726"; color: var(--accent); font-size: 12px; }
.trial-flag.center { justify-content: center; }

/* default: hide both, JS/CSS reveals chosen */
.hero-variant { display: none; }
html[data-hero="sky"]       .hero-variant.hero--sky { display: block; }
html[data-hero="editorial"] .hero-variant.hero--editorial { display: block; }

/* --- Hero A : Sky (centered) --- */
.hero--sky { text-align: center; }
.hero--sky .hero-sub { margin: 0 auto; }
.hero--sky .hero-cta { align-items: center; }
.hero--sky .script-line {
  font-family: var(--script);
  font-size: clamp(30px, 4vw, 46px);
  color: var(--sage);
  margin-bottom: 6px;
  line-height: 1;
}
.hero-preview {
  margin: clamp(40px,6vw,72px) auto 0;
  max-width: 880px;
  position: relative;
}

/* --- Hero B : Editorial split --- */
.hero--editorial .split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero--editorial .copy { text-align: left; }
.hero--editorial .hero-cta { align-items: flex-start; }
.hero--editorial .trust {
  margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 14px;
  font-size: 13.5px; color: var(--ink-soft); max-width: 460px;
}
.hero--editorial .art { position: relative; }

/* app preview frame (used in heroes) */
.appframe {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 14px;
  position: relative;
}
.appframe .topbar {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 6px 12px;
}
.appframe .topbar .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sand-deep); opacity: .5; }
.app-card { border-radius: var(--radius); overflow: hidden; }

/* mini journey card (matches in-app deep sage hero card) */
.mini-journey {
  background: var(--sage-deep);
  color: #f4f1e9;
  border-radius: var(--radius);
  padding: 22px 24px;
}
.mini-journey .mlabel { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; opacity: .78; font-weight: 600; }
.mini-journey .mtitle { font-family: var(--serif); font-size: 28px; margin: 8px 0 16px; line-height: 1.05; }
.mini-journey .dashes { display: flex; gap: 6px; }
.mini-journey .dashes i { height: 5px; width: 16px; border-radius: 3px; background: rgba(255,255,255,0.35); }
.mini-journey .dashes i.on { background: rgba(255,255,255,0.92); }
.mini-row {
  display: flex; align-items: flex-start; gap: 13px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 14px 16px; margin-top: 12px;
}
.mini-row .emoji { font-size: 19px; line-height: 1.4; }
.mini-row .t { font-weight: 700; font-size: 14px; color: var(--ink); }
.mini-row .d { font-size: 13px; color: var(--ink-soft); margin-top: 2px; }

/* ============================================================
   THE HONEST TRUTH — quiet statement band
   ============================================================ */
.truth { text-align: center; }
.truth .statement {
  font-family: var(--serif);
  font-size: clamp(27px, 3.6vw, 44px);
  line-height: 1.22;
  color: var(--ink);
  max-width: 880px; margin: 0 auto;
  text-wrap: balance;
}
.truth .statement b { color: var(--bronzer); font-weight: 500; font-style: italic; }
.truth .tiny { margin-top: 26px; }

/* ============================================================
   HOW IT WORKS — 3 steps
   ============================================================ */
.section-head { max-width: 640px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head.center { margin-left: auto; margin-right: auto; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { margin-bottom: 16px; text-wrap: balance; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { padding: 30px 28px 32px; position: relative; }
.step .num {
  font-family: var(--serif); font-size: 19px; color: var(--on-accent);
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.step h3 { font-size: 23px; margin-bottom: 10px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }
.step .free-pill {
  display: inline-block; margin-top: 16px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
  color: var(--accent-strong); background: var(--accent-tint);
  border: 1px solid var(--accent-tint-bd);
  padding: 5px 11px; border-radius: 999px;
}

/* ============================================================
   SCOUT / ASK DEMO
   ============================================================ */
.demo-grid {
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px,5vw,64px);
  align-items: center;
}
.demo-copy .eyebrow { margin-bottom: 16px; }
.demo-copy h2 { margin-bottom: 18px; }
.demo-copy .lead { margin-bottom: 26px; }
.demo-feature { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; }
.demo-feature .ic {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: var(--accent-tint); border: 1px solid var(--accent-tint-bd);
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.demo-feature .ic::after { content:""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.demo-feature p { font-size: 15px; color: var(--ink-soft); }
.demo-feature p b { color: var(--ink); font-weight: 600; }

/* chat shell — mirrors the live "Ask" screen */
.chat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 540px;
}
.chat-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(252,249,244,0.6);
}
.chat-top .who { display: flex; align-items: center; gap: 10px; }
.chat-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--sage); color: #f4f1e9;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
}
.chat-top .name { font-family: var(--serif); font-size: 19px; color: var(--blue-strong); line-height: 1; }
.chat-top .name small { display:block; font-family: var(--sans); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.chat-status { display: flex; align-items: center; gap: 7px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.chat-status .live { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 0 color-mix(in oklab, var(--sage), white 30%); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(110,128,100,.5);} 70%{box-shadow:0 0 0 8px rgba(110,128,100,0);} 100%{box-shadow:0 0 0 0 rgba(110,128,100,0);} }

.chat-body {
  flex: 1; padding: 24px 22px;
  display: flex; flex-direction: column; gap: 14px;
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(201,214,218,0.35), rgba(236,230,219,0.25));
}
.msg { display: flex; gap: 10px; max-width: 86%; opacity: 0; transform: translateY(8px); animation: msgin .45s forwards; }
@keyframes msgin { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .msg { opacity: 1; transform: none; animation: none; } }
.msg .ava {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
  background: var(--sage); color: #f4f1e9;
  display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600;
}
.msg .bubble {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: 13px 16px;
  font-size: 14.5px; line-height: 1.5; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.msg .bubble b { color: var(--blue-strong); font-weight: 600; }
.msg.user { align-self: flex-end; flex-direction: row-reverse; }
.msg.user .bubble { background: var(--accent); color: var(--on-accent); border-color: transparent; }
.msg.user .ava { background: var(--sand-deep); color: #fff; }

.typing .bubble { display: flex; gap: 4px; align-items: center; padding: 15px 16px; }
.typing .bubble span { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); opacity: .5; animation: blink 1.2s infinite; }
.typing .bubble span:nth-child(2){ animation-delay: .2s; }
.typing .bubble span:nth-child(3){ animation-delay: .4s; }
@keyframes blink { 0%,60%,100%{opacity:.3; transform: translateY(0);} 30%{opacity:.9; transform: translateY(-3px);} }

.chat-suggest { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 22px 0; }
.chip {
  font-size: 13px; color: var(--blue-strong);
  background: var(--cream); border: 1px solid var(--line-2);
  padding: 9px 14px; border-radius: 999px; cursor: pointer;
  transition: transform .2s, background .2s, border-color .2s;
}
.chip:hover { transform: translateY(-2px); background: var(--sage-tint); border-color: var(--sage-tint-bd); }
.chip:disabled { opacity: .4; cursor: default; transform: none; }

.chat-input {
  display: flex; gap: 10px; align-items: center;
  padding: 16px 18px; border-top: 1px solid var(--line);
  background: rgba(252,249,244,0.7);
}
.chat-input input {
  flex: 1; border: 1px solid var(--line-2); background: var(--cream);
  border-radius: 999px; padding: 14px 18px; font-family: var(--sans); font-size: 14.5px; color: var(--ink);
  outline: none; transition: border-color .2s;
}
.chat-input input:focus { border-color: var(--accent); }
.chat-input input::placeholder { color: var(--muted); }
.chat-send {
  border: none; cursor: pointer;
  background: var(--accent); color: var(--on-accent);
  font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 14px 22px; border-radius: 999px; transition: background .2s, transform .2s;
}
.chat-send:hover { background: var(--accent-strong); transform: translateY(-1px); }
.chat-disc { text-align: center; font-size: 11.5px; color: var(--muted); padding: 12px 24px 0; line-height: 1.5; }

/* paywall nudge inside chat */
.paywall {
  margin: 6px 0 2px; align-self: stretch; max-width: 100%;
  background: var(--accent-tint); border: 1px solid var(--accent-tint-bd);
  border-radius: 18px; padding: 18px 20px; text-align: center;
}
.paywall .pw-t { font-family: var(--serif); font-size: 20px; color: var(--accent-strong); margin-bottom: 6px; }
.paywall .pw-d { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 14px; }

/* ============================================================
   WHAT YOU'RE GETTING
   ============================================================ */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature { padding: 30px 30px 32px; display: flex; flex-direction: column; }
.feature .emoji {
  font-size: 24px; width: 54px; height: 54px; border-radius: 16px;
  background: var(--sage-tint); border: 1px solid var(--sage-tint-bd);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.feature h3 { font-size: 25px; margin-bottom: 10px; }
.feature p { color: var(--ink-soft); font-size: 15.5px; }
.feature .imgslot { margin-top: 22px; border-radius: var(--radius-sm); overflow: hidden; }
.feat-screen-img { display: block; width: 100%; margin-top: 22px; border-radius: 14px; box-shadow: 0 4px 24px rgba(50,52,51,0.13); }

/* ============================================================
   WHO IT'S FOR
   ============================================================ */
.who { background: rgba(252,249,244,0.55); }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.who-card { padding: 32px 28px 34px; }
.who-card .tag {
  font-family: var(--script); font-size: 30px; color: var(--sage); line-height: 1; margin-bottom: 14px;
}
.who-card h3 { font-size: 22px; margin-bottom: 12px; }
.who-card p { color: var(--ink-soft); font-size: 15px; }

/* ============================================================
   MEET KRISTEN  /  WHY TRUST ME
   ============================================================ */
.kristen { }
.kristen .grid {
  display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.kristen .portrait { position: relative; }
.kristen .portrait .photo {
  width: 100%; border-radius: var(--radius-lg);
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.kristen .portrait .stamp {
  position: absolute; right: -14px; bottom: -14px;
  width: 130px; height: 130px; border-radius: 50%;
  background: transparent; border: none; padding: 0;
  line-height: 0; font-size: 0;
  box-shadow: var(--shadow);
}
.kristen .copy .eyebrow { margin-bottom: 16px; }
.kristen .copy h2 { margin-bottom: 18px; }
.kristen .copy .lead { margin-bottom: 16px; }
.kristen .copy .lead + .lead { margin-bottom: 26px; }
.cred-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; }
.cred-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.cred-list li .ck {
  flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; margin-top: 1px;
  background: var(--sage-tint); border: 1px solid var(--sage-tint-bd); position: relative;
}
.cred-list li .ck::after {
  content:""; position: absolute; left: 7px; top: 5px; width: 5px; height: 9px;
  border: solid var(--sage-strong); border-width: 0 2px 2px 0; transform: rotate(42deg);
}
.kristen .sig { font-family: var(--script); font-size: 38px; color: var(--bronzer); line-height: 1; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { background: var(--sand-band); }
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { padding: 32px 30px 30px; display: flex; flex-direction: column; }
.tcard .quote-mark { font-family: var(--serif); font-size: 56px; line-height: 0.6; color: var(--blue); height: 28px; }
.tcard blockquote { margin: 0 0 22px; font-family: var(--serif); font-size: 21px; line-height: 1.4; color: var(--ink); }
.tcard blockquote b { color: var(--bronzer); font-weight: 500; }
.tcard .who-row { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.tcard .who-row .name { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue-strong); }
.tcard .who-row .role { font-size: 12.5px; color: var(--muted); margin-top: 3px; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { text-align: center; }
.price-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,340px)); gap: 22px;
  justify-content: center; margin: 0 auto; max-width: 720px; text-align: left;
}
.price-card { padding: 34px 32px 36px; position: relative; display: flex; flex-direction: column; }
.price-card.best { border-color: var(--accent-tint-bd); box-shadow: var(--shadow); }
.price-card .ribbon {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--on-accent);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 6px 16px; border-radius: 999px; white-space: nowrap;
}
.price-card .plan { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.price-card .amt { font-family: var(--serif); font-size: 54px; color: var(--ink); line-height: 1; margin: 16px 0 4px; }
.price-card .amt span { font-family: var(--sans); font-size: 16px; color: var(--ink-soft); font-weight: 500; letter-spacing: 0; }
.price-card .note { font-size: 13.5px; color: var(--ink-soft); min-height: 20px; }
.price-card .tagline { font-family: var(--serif); font-size: 20px; color: var(--blue-strong); margin: 20px 0 18px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 11px; }
.price-card li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--ink-soft); }
.price-card li .ck {
  flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; margin-top: 1px;
  background: var(--accent-tint); border: 1px solid var(--accent-tint-bd);
  position: relative;
}
.price-card li .ck::after {
  content:""; position: absolute; left: 5px; top: 4px; width: 5px; height: 8px;
  border: solid var(--accent-strong); border-width: 0 2px 2px 0; transform: rotate(42deg);
}
.price-card .btn { width: 100%; justify-content: center; margin-top: auto; }
.pricing .cta-under { margin-top: 32px; display: flex; flex-direction: column; gap: 10px; align-items: center; }

/* ============================================================
   THE ONE THING
   ============================================================ */
.onething { }
.onething .panel {
  background: var(--sage-deep);
  border-radius: var(--radius-lg);
  padding: clamp(44px, 6vw, 84px) clamp(32px,6vw,80px);
  text-align: center; color: #f3f0e8;
  box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.onething .panel .eyebrow { color: rgba(243,240,232,0.75); margin-bottom: 22px; }
.onething .panel .statement {
  font-family: var(--serif); font-size: clamp(26px, 3.4vw, 42px); line-height: 1.25;
  max-width: 820px; margin: 0 auto; text-wrap: balance;
}
.onething .panel .statement b { font-style: italic; color: #fff; font-weight: 500; }
.onething .panel .sig { margin-top: 28px; font-family: var(--script); font-size: 34px; color: #eef0e6; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
details.faq {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 4px 24px; box-shadow: var(--shadow-sm); overflow: hidden;
}
details.faq summary {
  list-style: none; cursor: pointer; padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--serif); font-size: 21px; color: var(--ink);
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary .pm {
  flex: 0 0 auto; width: 26px; height: 26px; position: relative; transition: transform .3s;
}
details.faq summary .pm::before, details.faq summary .pm::after {
  content:""; position: absolute; background: var(--accent); border-radius: 2px;
  left: 50%; top: 50%;
}
details.faq summary .pm::before { width: 14px; height: 2px; transform: translate(-50%,-50%); }
details.faq summary .pm::after  { width: 2px; height: 14px; transform: translate(-50%,-50%); transition: transform .3s; }
details.faq[open] summary .pm::after { transform: translate(-50%,-50%) scaleY(0); }
details.faq .ans { padding: 0 0 22px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.62; max-width: 640px; }

/* ============================================================
   FOOTER CTA + FOOTER
   ============================================================ */
.footer-cta { text-align: center; }
.footer-cta .script-line { font-family: var(--script); font-size: clamp(34px, 5vw, 56px); color: var(--sage); line-height: 1; margin-bottom: 10px; }
.footer-cta h2 { margin-bottom: 22px; }
.footer-cta .cta-under { margin-top: 30px; display: flex; flex-direction: column; gap: 10px; align-items: center; }

.site-footer { padding: 56px 0 48px; border-top: 1px solid var(--line); margin-top: 30px; }
.site-footer .row { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.site-footer .wordmark img { height: 27px; }
.site-footer .links { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer .links a { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.site-footer .links a:hover { color: var(--blue-strong); }
.site-footer .fine { margin-top: 26px; font-size: 12.5px; color: var(--muted); max-width: 640px; line-height: 1.6; }

/* ============================================================
   SCROLL REVEAL  (safe-by-default: visible unless JS opts in)
   ============================================================ */
.reveal { opacity: 1; transform: none; transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
html.reveal-on .reveal { opacity: 0; transform: translateY(22px); }
html.reveal-on .reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
html[data-motion="off"] .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .hero--editorial .split { grid-template-columns: 1fr; }
  .hero--editorial .copy { text-align: center; }
  .hero--editorial .hero-cta { align-items: center; }
  .hero--editorial .trust { margin-left: auto; margin-right: auto; justify-content: center; }
  .hero--editorial .art { width: 100%; max-width: 560px; margin: 0 auto; }
  .demo-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .features { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .who-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .kristen .grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; text-align: center; }
  .kristen .copy { text-align: center; }
  .cred-list { max-width: 420px; margin-left: auto; margin-right: auto; text-align: left; }
  .tgrid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .price-grid { grid-template-columns: minmax(0, 360px); }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header { top: 8px; }
  .site-header .bar { padding: 10px 10px 10px 18px; }
  .wordmark img { height: 25px; }
  .section { padding: 58px 0; }
  .hero-cta .row { flex-direction: column; align-items: stretch; width: 100%; }
  .hero--sky .hero-cta { align-items: stretch; }
  .btn { justify-content: center; }
  .chat { min-height: 520px; }
}

/* ============================================================
   SITE-MIRROR ADDITIONS  (white photo mats · scallop band · stats)
   ============================================================ */

/* white print-style photo mat */
.mat { background: #fff; padding: 12px; border-radius: 6px; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,0.05); }
.mat > image-slot, .mat > img { display: block; border-radius: 3px; }
.hero--editorial .art { position: relative; }
.hero--editorial .hero-photo-2 { position: absolute; right: -16px; bottom: -30px; width: 150px; }
@media (max-width: 560px) { .hero--editorial .hero-photo-2 { width: 110px; right: -6px; bottom: -18px; } }

/* full-bleed dusty-blue band with scalloped top + bottom (mirrors the homepage) */
.band-blue { background: transparent; position: relative; }
.band-blue .blue-fill { background: var(--blue-band); }
.band-blue .truth { padding-top: clamp(48px,7vw,84px); padding-bottom: clamp(48px,7vw,84px); }
.scallop { height: 15px; width: 100%; display: block;
  background-image: radial-gradient(circle at 16px 15px, var(--blue-band) 13px, transparent 14px);
  background-size: 32px 15px; background-repeat: repeat-x; background-position: center bottom; }
.scallop.bottom { transform: scaleY(-1); }

/* By the numbers — stats strip */
.stats .panel {
  background: rgba(252,250,246,0.7); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
  padding: 12px clamp(16px,4vw,40px);
}
.stat-row { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; }
.stat { flex: 1 1 0; min-width: 200px; text-align: center; padding: 28px 24px; }
.stat + .stat { border-left: 1px solid var(--line-2); }
.stat .big { font-family: var(--serif); font-size: clamp(40px, 5vw, 58px); color: var(--ink); line-height: 1; display: flex; align-items: center; justify-content: center; gap: 10px; }
.stat .big .star { color: var(--blue); font-size: 0.74em; transform: translateY(-2px); }
.stat .lbl { margin-top: 14px; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-strong); font-weight: 600; line-height: 1.55; }
@media (max-width: 680px) {
  .stat { flex: 1 1 100%; padding: 22px; }
  .stat + .stat { border-left: none; border-top: 1px solid var(--line-2); }
}

/* ============================================================
   PHOTO WASHES  — faint floral/lifestyle photography behind
   sections, exactly as on snoozeclues.co (~18–22% opacity).
   A .sec-photo layer sits at z0; all real content is lifted to z1.
   ============================================================ */
.has-photo { position: relative; isolation: isolate; }
.has-photo > *:not(.sec-photo) { position: relative; z-index: 1; }
.sec-photo {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-position: center; background-size: cover; background-repeat: no-repeat;
  opacity: var(--wash, 0.2);
}
/* a soft veil keeps charcoal text crisp over busier photos */
.sec-photo::after {
  content: ""; position: absolute; inset: 0;
  background: var(--veil, linear-gradient(180deg, rgba(252,249,244,0.30), rgba(252,249,244,0.30)));
}
.sec-photo.fade-b::after { background: linear-gradient(180deg, rgba(252,249,244,0) 40%, var(--sky-warm) 100%); }

/* per-image positioning niceties */
.sec-photo.right { background-position: right center; }
.sec-photo.bottom { background-position: center bottom; }

/* hero wash breaks out of the content column to span the full viewport width */
.hero.has-photo .sec-photo {
  left: 50%; right: auto; width: 100vw; transform: translateX(-50%);
  background-position: center;
}
/* full-bleed wash for the companion section (keeps its right-anchored crop) */
#ask.has-photo .sec-photo {
  left: 50%; right: auto; width: 100vw; transform: translateX(-50%);
}
/* full-bleed wash for the footer CTA section */
.footer-cta.has-photo .sec-photo {
  left: 50%; right: auto; width: 100vw; transform: translateX(-50%);
}
/* full-bleed wash for the pricing section */
#pricing.has-photo .sec-photo {
  left: 50%; right: auto; width: 100vw; transform: translateX(-50%);
}

/* washes that live INSIDE a colored band (blue/sage) use a blend so
   the photo reads as texture on the color, not a pale rectangle */
.band-blue .blue-fill { position: relative; isolation: isolate; overflow: hidden; }
.band-blue .blue-fill > .truth { position: relative; z-index: 1; }
.band-blue .sec-photo { mix-blend-mode: multiply; opacity: 0.16; }
.band-blue .sec-photo::after { display: none; }

.onething .panel { isolation: isolate; }
.onething .panel > * { position: relative; z-index: 1; }
.onething .panel .sec-photo { mix-blend-mode: screen; opacity: 0.14; }
.onething .panel .sec-photo::after { display: none; }

/* ============================================================
   BRAND TOP STRIP — fine vertical hairlines (mirrors site header)
   ============================================================ */
.brand-strip {
  height: 11px; width: 100%;
  background-image: repeating-linear-gradient(90deg,
    var(--blue-logo) 0, var(--blue-logo) 1px,
    transparent 1px, transparent 5.5px);
  opacity: 0.55;
}

/* finer, double-lined scallop edge (closer to the real site) */
.band-blue .blue-fill { border-top: 2px solid rgba(255,255,255,0.55); border-bottom: 2px solid rgba(255,255,255,0.55); }
.scallop {
  height: 11px;
  background-image: radial-gradient(circle at 11px 11px, var(--blue-band) 9.5px, transparent 10.5px);
  background-size: 22px 11px;
}
