:root {
  --ink: #10232b;
  --ink-soft: #3e555d;
  --night: #0a2029;
  --night-2: #12323c;
  --ice: #dcedeb;
  --ice-soft: #eef5f2;
  --paper: #f5f1e8;
  --paper-deep: #e8dfcf;
  --sun: #db9d4b;
  --sun-soft: #f2d39d;
  --line: rgba(16, 35, 43, .17);
  --line-light: rgba(239, 247, 244, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
}

button, input { font: inherit; }
.screen.hidden { visibility: hidden; }
.screen:not(.hidden) { visibility: visible; }
#callScreen { overflow: hidden; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid rgba(219, 157, 75, .65);
  outline-offset: 4px;
}

.landing,
.product-screen,
#setupScreen,
#resultsScreen {
  font-family: var(--sans);
  color: var(--ink);
}

.landing {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--paper);
  scroll-behavior: smooth;
}

.site-nav,
.site-footer,
.landing-main {
  width: min(1360px, calc(100% - 96px));
  margin-inline: auto;
}

.site-nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2em;
}

.wordmark.small {
  font-size: 12px;
  gap: 8px;
}

.wordmark-sign,
.bear-mark {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 27px;
  border: 1.8px solid currentColor;
  border-radius: 48% 48% 52% 52%;
}

.wordmark.small .wordmark-sign {
  width: 25px;
  height: 22px;
}

.wordmark-sign i,
.bear-mark i {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
  background: inherit;
}

.wordmark-sign i:first-child,
.bear-mark i:first-child { left: 1px; }
.wordmark-sign i:last-child,
.bear-mark i:last-child { right: 1px; }

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav-links a,
.text-button {
  color: var(--ink-soft);
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}

.text-button {
  color: var(--ink);
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.hero-section {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr);
  align-items: center;
  gap: clamp(48px, 8vw, 132px);
  padding: 72px 0 86px;
}

.hero-copy {
  max-width: 740px;
  animation: contentRise .8s cubic-bezier(.2,.7,.2,1) both;
}

.eyebrow {
  color: #6a7e83;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-copy h1,
.daily-copy h1,
.dashboard-main h1,
.week-report-main h1,
.subscribe-main h1 {
  margin: 19px 0 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(52px, 6.6vw, 100px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.05em;
}

.hero-copy h1 em,
.daily-copy h1 em,
.week-report-main h1 em {
  color: #5b7d84;
  font-weight: 400;
}

.hero-lead {
  max-width: 670px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.primary-action {
  min-height: 58px;
  padding: 0 11px 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #f7f4ec;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(16,35,43,.12);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.primary-action:hover {
  background: #17343e;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16,35,43,.18);
}

.primary-action:disabled {
  opacity: .38;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.primary-action.centered { margin-inline: auto; }
.primary-action.full { width: 100%; }

.action-arrow {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--ink);
  font-size: 20px;
  font-weight: 400;
}

.quiet-link,
.quiet-action {
  color: var(--ink-soft);
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid rgba(16,35,43,.35);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  padding: 7px 0;
}

.quiet-action.full { width: 100%; }

.trust-line {
  margin-top: 32px;
  display: flex;
  gap: 0;
  color: #728286;
  font-size: 12px;
}

.trust-line span {
  padding: 0 15px;
  border-left: 1px solid var(--line);
}

.trust-line span:first-child { padding-left: 0; border-left: 0; }

.hero-call {
  position: relative;
  aspect-ratio: .82;
  max-height: 700px;
  min-height: 570px;
  overflow: hidden;
  border-radius: 42px 42px 128px 42px;
  background: var(--night);
  color: #eff7f4;
  box-shadow: 0 45px 80px rgba(16,35,43,.22);
  animation: previewFloat .85s .12s cubic-bezier(.2,.7,.2,1) both;
}

.hero-call::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("bg-cave.png") center / cover no-repeat;
  opacity: .86;
}

.hero-call::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,24,34,.5), transparent 30%, transparent 66%, rgba(5,24,34,.68));
}

.hero-call-bar {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 25px 27px;
  color: rgba(242,249,247,.78);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.live-mark { display: inline-flex; align-items: center; gap: 8px; }
.live-mark i,
.daily-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #79d0a1;
  box-shadow: 0 0 0 5px rgba(121,208,161,.14);
  animation: livePulse 2.4s ease-in-out infinite;
}

.hero-call-scene {
  position: absolute;
  z-index: 2;
  inset: 10% 0 13%;
}

#landingBearCanvas,
#homeBearCanvas {
  position: absolute;
  width: 68%;
  height: 68%;
  left: 16%;
  bottom: 5%;
  border: 2px solid rgba(255,255,255,.36);
  border-radius: 30px;
  box-shadow: 0 18px 44px rgba(3,20,29,.26);
}

.hero-caption {
  position: absolute;
  z-index: 3;
  left: 7%;
  right: 7%;
  bottom: 0;
  padding: 16px 19px;
  border: 1px solid rgba(255,255,255,.21);
  border-radius: 18px;
  background: rgba(6,28,37,.78);
  color: #f3f7f5;
  backdrop-filter: blur(14px);
  font-size: 14px;
  line-height: 1.4;
}

.hero-call-controls {
  position: absolute;
  z-index: 4;
  bottom: 25px;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.mini-control {
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,29,38,.72);
}

.mini-control::before,
.mini-control::after { content: ""; position: absolute; }
.sound-icon::before { left: 12px; top: 14px; width: 7px; height: 12px; background: #edf5f2; clip-path: polygon(0 30%,40% 30%,100% 0,100% 100%,40% 70%,0 70%); }
.sound-icon::after { left: 20px; top: 13px; width: 8px; height: 14px; border-right: 1.5px solid #edf5f2; border-radius: 50%; }
.mic-icon::before { left: 16px; top: 9px; width: 8px; height: 15px; border: 1.5px solid #edf5f2; border-radius: 6px; }
.mic-icon::after { left: 12px; top: 18px; width: 16px; height: 10px; border: 1.5px solid #edf5f2; border-top: 0; border-radius: 0 0 10px 10px; }
.end-icon { background: #b9594b; }
.end-icon::before { width: 17px; height: 8px; left: 11px; top: 17px; border-top: 3px solid white; border-radius: 50%; transform: rotate(0deg); }

.story-section,
.parent-section,
.safety-section {
  border-top: 1px solid var(--line);
}

.story-section {
  min-height: 760px;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: clamp(36px, 6vw, 100px);
  align-items: start;
}

.section-number,
.panel-index {
  font-family: var(--serif);
  color: #8d9a98;
  font-style: italic;
}

.story-copy h2,
.parent-proof blockquote,
.safety-section h2,
.final-cta h2,
.outcome-hero h2,
.parent-result-main h2,
.account-copy h2 {
  margin: 18px 0 24px;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.035em;
}

.story-copy > p:last-child {
  max-width: 590px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.story-steps {
  list-style: none;
  border-top: 1px solid var(--line);
}

.story-steps li {
  min-height: 135px;
  padding: 25px 0;
  display: grid;
  grid-template-columns: 115px 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.story-steps span { color: #77878a; font-size: 12px; }
.story-steps strong { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.25; }

.parent-section {
  min-height: 720px;
  padding: 110px 0;
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: center;
  gap: clamp(60px, 10vw, 160px);
}

.parent-proof blockquote { max-width: 690px; }

.parent-snapshot {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 5px 5px 70px 5px;
  background: var(--ice-soft);
  box-shadow: 18px 22px 0 var(--paper-deep);
}

.snapshot-head,
.signal-row,
.snapshot-next {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.snapshot-head {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: #76878a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.parent-snapshot h3 { padding: 28px 0; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.signal-row { padding: 17px 0; border-top: 1px solid var(--line); font-size: 13px; }
.signal-row span { max-width: 70%; color: var(--ink-soft); }
.signal-row b { font-weight: 600; color: #4f7569; }
.snapshot-next { margin-top: 26px; padding: 23px; flex-direction: column; background: var(--night); color: white; }
.snapshot-next span { color: #a8bdc0; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.snapshot-next strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }

.safety-section {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 90px;
}

.safety-notes p {
  padding: 25px 0 25px 40px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  line-height: 1.5;
  position: relative;
}

.safety-notes p::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 30px;
  width: 14px;
  height: 7px;
  border-left: 1.5px solid #648477;
  border-bottom: 1.5px solid #648477;
  transform: rotate(-45deg);
}

.final-cta {
  margin: 0 calc(50% - 50vw);
  min-height: 650px;
  padding: 110px max(48px, calc((100vw - 1360px) / 2));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--night);
  color: #eff6f3;
}

.final-cta .eyebrow { color: #99afb1; }
.final-cta h2 { color: #eff6f3; font-size: clamp(54px, 7vw, 96px); }
.final-cta .primary-action { margin-top: 18px; background: #eff6f3; color: var(--ink); }

.site-footer {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #708184;
  font-size: 11px;
}

#devEntry { cursor: default; }

/* Onboarding */
#setupScreen {
  overflow-y: auto;
  display: block;
  background: var(--paper);
}

.flow-shell {
  width: min(980px, calc(100% - 56px));
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.flow-head,
.dash-head,
.outcome-top,
.home-head {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.flow-back {
  justify-self: start;
  width: 43px;
  height: 43px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 19px;
}

.flow-time,
.parent-mode {
  justify-self: end;
  color: #718286;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flow-progress {
  height: 2px;
  background: rgba(16,35,43,.09);
}

.flow-progress i {
  display: block;
  width: 33.33%;
  height: 100%;
  background: var(--sun);
  transition: width .35s ease;
}

.setup-stage {
  width: min(780px, 100%);
  margin: auto;
  padding: 75px 0 90px;
  display: none;
  animation: contentRise .4s ease both;
}

.setup-stage.active { display: block; }
.setup-stage h2 {
  margin: 16px 0 12px;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.04em;
}

.flow-sub {
  max-width: 590px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.age-chips,
.choice-grid {
  margin: 42px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.age-chips button,
.choice-grid button {
  min-height: 96px;
  padding: 20px 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 3px 3px 26px 3px;
  background: rgba(255,255,255,.22);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.age-chips button:hover,
.choice-grid button:hover { transform: translateY(-2px); border-color: rgba(16,35,43,.4); }
.age-chips button.sel,
.choice-grid button.selected { background: var(--ice); border-color: #6f918d; }
.age-chips button b { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.age-chips button span { color: #6e7e81; font-size: 12px; }
.choice-grid button { font-family: var(--serif); font-size: 20px; }
.choice-grid.interests { grid-template-columns: repeat(3, 1fr); }
.choice-grid.interests button { min-height: 76px; }

.flow-next { float: right; }
.flow-actions { display: flex; align-items: center; justify-content: space-between; }
.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
}
.consent input {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--ink);
}
.headphone-note {
  margin: 18px 0 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #718286;
  font-size: 12px;
}

.line-icon.headphone-icon {
  position: relative;
  width: 22px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}
.line-icon.headphone-icon::before,
.line-icon.headphone-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 5px;
  height: 9px;
  border: 1.5px solid currentColor;
}
.line-icon.headphone-icon::before { left: -3px; }
.line-icon.headphone-icon::after { right: -3px; }

/* Results */
#resultsScreen {
  overflow-y: auto;
  display: block;
  background: var(--ice-soft);
}

.outcome-shell {
  width: min(1050px, calc(100% - 56px));
  min-height: 100%;
  margin: auto;
  padding-bottom: 72px;
}

.outcome-top { grid-template-columns: 1fr 1fr; }
.outcome-top > :last-child { justify-self: end; color: #718286; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.outcome-hero {
  max-width: 730px;
  margin: 72px auto 46px;
  text-align: center;
}
.success-orbit {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  border: 1px solid #86a49f;
  border-radius: 50%;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 34px;
}
.success-orbit::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(16,35,43,.26);
  border-radius: 50%;
  animation: slowSpin 12s linear infinite;
}
.success-orbit i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--sun); }
.success-orbit i:nth-of-type(1) { top: -2px; }
.success-orbit i:nth-of-type(2) { right: 6px; bottom: 12px; }
.success-orbit i:nth-of-type(3) { left: -3px; bottom: 25px; }
.outcome-hero h2 { margin-bottom: 16px; }
.outcome-hero > p:last-child { max-width: 600px; margin: auto; color: var(--ink-soft); line-height: 1.6; }

.outcome-grid {
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.outcome-panel {
  min-height: 220px;
  padding: 30px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  border-right: 1px solid var(--line);
}
.outcome-panel:last-child { border-right: 0; }
.outcome-panel.warm { background: rgba(242,211,157,.25); }
.res-label { margin-bottom: 15px; color: #708184; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.res-known { display: flex; gap: 6px; flex-wrap: wrap; }
.res-known .chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.res-topics { display: flex; flex-direction: column; gap: 12px; }
.res-topic { display: grid; grid-template-columns: 1fr 80px 35px; align-items: center; gap: 9px; font-size: 12px; }
.res-topic .bar { height: 4px; overflow: hidden; background: rgba(16,35,43,.1); }
.res-topic .bar i { display: block; height: 100%; background: #648b80; }
.res-topic .pct { color: #758689; text-align: right; }
.res-next { font-family: var(--serif); font-size: 21px; line-height: 1.35; }

/* Shared product screens */
.product-screen {
  overflow-y: auto;
  display: block;
  background: var(--paper);
}
.dashboard-shell,
.report-shell {
  width: min(1320px, calc(100% - 72px));
  min-height: 100%;
  margin: auto;
}
.dashboard-shell.narrow { width: min(1000px, calc(100% - 56px)); }
.dash-head { grid-template-columns: 1fr auto 1fr; }
.dash-nav { display: flex; gap: 27px; }
.dash-nav button,
.linklike {
  border: 0;
  background: transparent;
  color: #748488;
  cursor: pointer;
  font-size: 12px;
}
.dash-nav button.active { color: var(--ink); }
.child-switch,
.parent-switch {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 7px 13px 7px 8px;
  font-size: 12px;
}
.child-switch > span:first-child {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ice);
  font-family: var(--serif);
}

.parent-result-main {
  max-width: 880px;
  margin: auto;
  padding: 75px 0 90px;
}
.parent-result-main h2 { max-width: 740px; }
.report-caveat { max-width: 610px; color: var(--ink-soft); line-height: 1.6; }
.observation-list {
  margin: 50px 0 36px;
  border-top: 1px solid var(--line);
}
.observation-list article {
  padding: 27px 0;
  display: grid;
  grid-template-columns: 150px 1fr 1fr;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.observation-list article > span { color: #728286; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.observation-list h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.25; }
.observation-list p { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.parent-result-actions { display: flex; align-items: center; gap: 28px; }

/* Account */
#profileScreen { background: var(--night); color: #eef5f2; }
.account-shell {
  width: min(1120px, calc(100% - 72px));
  min-height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 120px;
  padding: 70px 0;
}
.account-copy .eyebrow { margin-top: 70px; color: #9cb2b4; }
.account-copy h2 { color: #eef5f2; }
.account-copy > p { max-width: 560px; color: #adc0c2; line-height: 1.65; }
.account-copy ul { margin: 30px 0 0; padding: 0; list-style: none; color: #c6d5d4; }
.account-copy li { padding: 13px 0 13px 28px; border-top: 1px solid var(--line-light); position: relative; }
.account-copy li::before { content: ""; position: absolute; left: 4px; top: 20px; width: 8px; height: 4px; border-left: 1px solid var(--sun); border-bottom: 1px solid var(--sun); transform: rotate(-45deg); }
.account-form {
  padding: 40px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 4px 4px 50px 4px;
}
.account-form > label:not(.consent) { display: block; margin-bottom: 24px; }
.account-form label > span:first-child { display: block; margin-bottom: 8px; color: #65777b; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.account-form input[type="text"],
.account-form input[type="email"],
.account-form input:not([type]) {
  width: 100%;
  height: 52px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
}
.account-consent { margin: 30px 0; }
.account-form .quiet-action { margin-top: 13px; }

/* Child home */
.home-shell { min-height: 100%; background: var(--night); color: #edf5f2; }
.home-head,
.home-main { width: min(1320px, calc(100% - 72px)); margin-inline: auto; }
.home-head { border-color: var(--line-light); grid-template-columns: 1fr 1fr; }
.home-head .parent-switch { color: #edf5f2; border-color: var(--line-light); }
.home-main { padding: 55px 0 70px; }
.daily-call {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(420px, .85fr) 1.15fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
}
.daily-scene {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 110px 6px 6px 6px;
  background: url("bg-cave.png") center / cover no-repeat;
}
.daily-scene::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(6,25,34,.65)); }
.daily-scene #homeBearCanvas {
  width: 62%;
  height: 72%;
  left: 19%;
  bottom: 0;
  border-bottom: 0;
  border-radius: 52px 52px 0 0;
}
.daily-status { position: absolute; z-index: 3; left: 25px; bottom: 22px; display: flex; align-items:center; gap:9px; font-size:12px; }
.daily-copy .eyebrow { color: #91a9aa; }
.daily-copy h1 { color: #edf5f2; font-size: clamp(52px, 6vw, 84px); }
.daily-copy h1 em { color: #9fbcbd; }
.daily-copy > p { max-width: 570px; color: #abc0c0; line-height: 1.65; }
.daily-copy .primary-action { margin-top: 30px; background: #edf5f2; color: var(--ink); }
.week-path {
  padding: 35px 0 0;
  display: grid;
  grid-template-columns: 1.6fr repeat(7, 1fr);
  align-items: end;
  border-top: 1px solid var(--line-light);
}
.week-intro strong { display: block; margin-top: 9px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.week-path .day { position:relative; min-height:84px; display:flex; flex-direction:column; align-items:center; color:#728e91; font-size:10px; }
.week-path .day::before { content:""; position:absolute; top:33px; left:0; width:100%; height:1px; background:rgba(255,255,255,.16); }
.week-path .day i { z-index:1; width:9px; height:9px; margin-top:15px; border:1px solid #748f91; border-radius:50%; background:var(--night); }
.week-path .day small { margin-top:12px; font-size:9px; }
.week-path .day.done i { background:var(--sun); border-color:var(--sun); }
.week-path .day.today { color:#edf5f2; }
.week-path .day.today i { width:15px; height:15px; margin-top:12px; background:#edf5f2; border:4px solid #648084; box-shadow:0 0 0 4px rgba(255,255,255,.08); }

/* Parent dashboard */
.dashboard-main { padding: 60px 0 80px; }
.dash-title { display:grid; grid-template-columns:1fr auto; align-items:end; gap:50px; padding-bottom:55px; }
.dashboard-main h1 { max-width:850px; font-size:clamp(50px,5.5vw,78px); }
.next-session { min-width:230px; padding:22px 0; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:8px; }
.next-session span { color:#748488; font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.next-session strong { font-family:var(--serif); font-size:21px; font-weight:400; }
.next-session button,.feature-head button,.trial-card button { align-self:flex-start; border:0; background:transparent; color:#52716f; cursor:pointer; padding:6px 0; font-size:11px; }
.dashboard-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:16px; }
.dashboard-grid article { border:1px solid var(--line); background:rgba(255,255,255,.18); }
.dash-feature { padding:32px; grid-row:span 2; }
.feature-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:25px; border-bottom:1px solid var(--line); }
.feature-head > span { font-family:var(--serif); font-size:25px; }
.topic-map { padding-top:15px; }
.map-row { display:grid; grid-template-columns:135px 1fr 70px; gap:20px; align-items:center; min-height:75px; border-bottom:1px solid var(--line); font-size:12px; }
.map-row > div { height:4px; background:rgba(16,35,43,.09); }
.map-row i { display:block; height:100%; background:#668b80; }
.map-row b { color:#6e8183; font-size:10px; font-weight:500; text-align:right; }
.dash-brief { padding:32px; background:var(--ice-soft)!important; border-radius:3px 3px 45px 3px; }
.dash-brief h3 { margin:17px 0; font-family:var(--serif); font-size:27px; font-weight:400; line-height:1.2; }
.dash-brief > p:not(.eyebrow) { color:var(--ink-soft); font-size:13px; line-height:1.55; }
.session-meta { display:block; margin-top:28px; color:#728286; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.dash-history { grid-column:1 / 2; padding:32px; }
.history-row { display:grid; grid-template-columns:100px 1fr 50px; gap:20px; padding:21px 0; border-bottom:1px solid var(--line); align-items:center; font-size:12px; }
.history-row time,.history-row span { color:#758689; }
.history-row span { text-align:right; }
.trial-card { padding:32px; display:flex; flex-direction:column; }
.trial-card > span { color:#738487; font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.trial-card > strong { margin:15px 0; font-family:var(--serif); font-size:29px; font-weight:400; }
.trial-card p { color:var(--ink-soft); font-size:12px; line-height:1.55; }
.trial-card button { margin-top:auto; padding-top:24px; }

/* Weekly report */
.week-report-main { max-width:1060px; margin:auto; padding:65px 0 90px; }
.week-report-main h1 { font-size:clamp(56px,7vw,92px); }
.week-summary { margin:55px 0; padding:25px 0; display:grid; grid-template-columns:auto 1fr auto 1fr auto 1fr; gap:14px; align-items:baseline; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.week-summary strong { font-family:var(--serif); font-size:38px; font-weight:400; }
.week-summary span { color:#708184; font-size:11px; }
.report-story { display:grid; grid-template-columns:1fr 1fr; gap:80px; padding:40px 0 70px; }
.report-quote > span,.next-week > span { color:#708184; font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.report-quote blockquote { margin-top:19px; font-family:var(--serif); font-size:29px; line-height:1.3; }
.report-bars > div { display:grid; grid-template-columns:150px 1fr 45px; gap:16px; align-items:center; padding:16px 0; border-bottom:1px solid var(--line); font-size:11px; }
.report-bars i { height:4px; background:rgba(16,35,43,.09); }
.report-bars b { display:block; height:100%; background:#62877e; }
.report-bars em { color:#52806c; text-align:right; font-style:normal; }
.next-week { padding:42px; background:var(--night); color:#edf5f2; border-radius:4px 4px 60px 4px; }
.next-week h2 { margin:17px 0; font-family:var(--serif); font-size:34px; font-weight:400; }
.next-week p { max-width:750px; color:#abc0c0; line-height:1.65; }
.week-report-main > .primary-action { margin-top:35px; }

/* Subscription */
#subscribeScreen { background:var(--ice-soft); }
.subscribe-shell { width:min(980px,calc(100% - 56px)); min-height:100%; margin:auto; }
.subscribe-main { max-width:760px; margin:auto; padding:65px 0 90px; text-align:center; }
.subscribe-main h1 { font-size:clamp(48px,6.5vw,78px); }
.subscribe-lead { max-width:650px; margin:0 auto; color:var(--ink-soft); line-height:1.6; }
.plans { margin:45px 0 22px; display:grid; grid-template-columns:1fr 1fr; gap:14px; text-align:left; }
.plan { position:relative; min-height:220px; padding:28px; display:flex; flex-direction:column; align-items:flex-start; gap:14px; border:1px solid var(--line); border-radius:3px 3px 38px 3px; background:var(--paper); color:var(--ink); cursor:pointer; }
.plan.selected { border:2px solid #63837c; background:white; }
.plan > span { color:#6f8183; font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.plan strong { font-family:var(--serif); font-size:33px; font-weight:400; }
.plan strong small { font-family:var(--sans); font-size:11px; }
.plan em { color:#6e7e81; font-size:11px; font-style:normal; }
.plan i { position:absolute; right:18px; top:18px; padding:6px 9px; background:var(--sun-soft); border-radius:999px; font-size:9px; font-style:normal; }
.prototype-note { margin-top:14px; color:#718286; font-size:10px; }

/* Keep call screen's identity mark consistent */
.call-avatar.bear-mark {
  width: 34px;
  height: 30px;
  color: #eff7f4;
  background: rgba(8,31,42,.45);
}

@keyframes contentRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes previewFloat {
  from { opacity: 0; transform: translateY(28px) rotate(1deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}
@keyframes livePulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(.8); }
}
@keyframes slowSpin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-nav,.site-footer,.landing-main { width:min(100% - 48px, 860px); }
  .hero-section { grid-template-columns:1fr; min-height:auto; padding:70px 0 90px; }
  .hero-copy { max-width:760px; }
  .hero-call { width:min(560px,100%); min-height:620px; margin:auto; }
  .story-section { grid-template-columns:45px 1fr; }
  .story-steps { grid-column:2; }
  .parent-section,.safety-section { grid-template-columns:1fr; gap:55px; }
  .parent-section { padding:90px 0; }
  .safety-section { padding:90px 0; }
  .outcome-grid { grid-template-columns:1fr; }
  .outcome-panel { min-height:145px; border-right:0; border-bottom:1px solid var(--line); }
  .outcome-panel:last-child { border-bottom:0; }
  .account-shell { grid-template-columns:1fr; gap:50px; max-width:700px; }
  .daily-call { grid-template-columns:1fr; }
  .daily-scene { width:min(520px,100%); margin:auto; }
  .dashboard-grid { grid-template-columns:1fr; }
  .dash-feature,.dash-history { grid-column:auto; grid-row:auto; }
  .trial-card button { margin-top:25px; }
}

@media (max-width: 700px) {
  .site-nav,.site-footer,.landing-main,.home-head,.home-main { width:calc(100% - 34px); }
  .site-nav { min-height:72px; }
  .site-nav-links a { display:none; }
  .site-nav-links { gap:10px; }
  .hero-section { padding:48px 0 65px; gap:55px; }
  .hero-copy h1 { font-size:clamp(48px,14vw,70px); }
  .hero-lead { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; }
  .trust-line { flex-wrap:wrap; gap:9px 0; }
  .hero-call { min-height:520px; border-radius:28px 28px 85px 28px; }
  .story-section { min-height:0; padding:75px 0; display:block; }
  .section-number { display:none; }
  .story-copy h2,.parent-proof blockquote,.safety-section h2,.final-cta h2 { font-size:43px; }
  .story-steps { margin-top:45px; }
  .story-steps li { grid-template-columns:82px 1fr; }
  .parent-section,.safety-section { padding:75px 0; }
  .parent-snapshot { padding:28px; box-shadow:10px 12px 0 var(--paper-deep); }
  .signal-row { flex-direction:column; gap:8px; }
  .signal-row span { max-width:100%; }
  .final-cta { min-height:550px; padding-inline:22px; }
  .site-footer { min-height:130px; flex-wrap:wrap; gap:18px; }

  .flow-shell,.outcome-shell,.dashboard-shell,.dashboard-shell.narrow,.report-shell,.subscribe-shell { width:calc(100% - 32px); }
  .flow-head,.dash-head,.outcome-top,.home-head { min-height:70px; }
  .flow-time { display:none; }
  .setup-stage { padding:55px 0 70px; }
  .setup-stage h2 { font-size:48px; }
  .age-chips,.choice-grid,.choice-grid.interests { grid-template-columns:1fr; margin:32px 0; }
  .age-chips button,.choice-grid button { min-height:76px; }
  .flow-actions { gap:22px; }
  .flow-actions .primary-action { flex:1; }

  .outcome-hero { margin-top:50px; }
  .outcome-hero h2,.parent-result-main h2,.account-copy h2 { font-size:44px; }
  .outcome-panel { padding:25px 12px; }
  .res-topic { grid-template-columns:1fr 60px 32px; }
  .observation-list article { grid-template-columns:1fr; gap:12px; }
  .parent-result-actions { flex-direction:column; align-items:stretch; }
  .parent-result-actions .primary-action { width:100%; }

  .account-shell { width:calc(100% - 32px); padding:45px 0; }
  .account-copy .eyebrow { margin-top:50px; }
  .account-form { padding:26px 20px; }
  .daily-call { min-height:0; padding-bottom:55px; gap:40px; }
  .daily-scene { height:390px; border-radius:75px 5px 5px 5px; }
  .daily-copy h1 { font-size:50px; }
  .week-path { grid-template-columns:repeat(7,1fr); }
  .week-intro { grid-column:1/-1; margin-bottom:30px; }
  .week-path .day small { display:none; }

  .dash-nav { display:none; }
  #parentScreen .dash-head { grid-template-columns:1fr auto; }
  #parentScreen .child-switch { grid-column:2; }
  .dash-title { grid-template-columns:1fr; }
  .dashboard-main h1 { font-size:48px; }
  .next-session { min-width:0; }
  .dash-feature,.dash-brief,.dash-history,.trial-card { padding:22px; }
  .map-row { grid-template-columns:105px 1fr; gap:12px; }
  .map-row b { display:none; }
  .history-row { grid-template-columns:70px 1fr; }
  .history-row span { display:none; }

  .week-report-main h1,.subscribe-main h1 { font-size:49px; }
  .week-summary { grid-template-columns:auto 1fr; }
  .report-story { grid-template-columns:1fr; gap:50px; }
  .report-bars > div { grid-template-columns:125px 1fr 40px; }
  .next-week { padding:28px 23px; }
  .plans { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy,.hero-call,.setup-stage,.live-mark i,.daily-status i,.success-orbit::before {
    animation: none !important;
  }
  html { scroll-behavior: auto; }
}
