:root {
  --oat: oklch(95% 0.025 85);
  --paper: oklch(98% 0.012 85);
  --ink: oklch(27% 0.035 172);
  --muted: oklch(48% 0.025 172);
  --sea: oklch(48% 0.09 172);
  --sea-dark: oklch(37% 0.075 172);
  --mint: oklch(82% 0.075 172);
  --apricot: oklch(72% 0.15 48);
  --line: oklch(83% 0.025 85);
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--oat);
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
a { color: inherit; }
a:focus-visible, .primary-button:focus-visible {
  outline: 3px solid var(--apricot);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  left: var(--space-md);
  top: var(--space-md);
  z-index: 20;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px clamp(20px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 1.2rem/1 "Bricolage Grotesque", sans-serif;
  text-decoration: none;
}
.site-header nav, footer nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 32px); }
.site-header nav a, footer a { font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-header nav a:hover, footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta {
  padding: 10px 17px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}
.mini-pip {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 25px;
  background: var(--mint);
  border-radius: 46% 46% 42% 42%;
  transform: rotate(-3deg);
}
.mini-pip::before, .mini-pip::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 8px;
  height: 9px;
  border-radius: 50%;
  background: var(--paper);
}
.mini-pip::before { left: 6px; }
.mini-pip::after { right: 6px; }
.mini-pip i {
  position: absolute;
  z-index: 1;
  top: 10px;
  width: 3px;
  height: 4px;
  border-radius: 50%;
  background: var(--ink);
}
.mini-pip i:first-child { left: 9px; }
.mini-pip i:last-child { right: 9px; }

.hero {
  max-width: 1240px;
  min-height: min(760px, calc(100vh - 86px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 112px) clamp(20px, 5vw, 64px) var(--space-4xl);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}
.eyebrow {
  margin: 0 0 var(--space-md);
  color: var(--sea-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Bricolage Grotesque", sans-serif; }
h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: .92;
  letter-spacing: -.06em;
}
h1 em, .legal h1 em { color: var(--sea); font-style: normal; }
.lede {
  max-width: 58ch;
  margin: var(--space-xl) 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}
.hero-actions {
  margin-top: var(--space-xl);
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}
.primary-button {
  display: inline-grid;
  padding: 12px 25px 13px;
  color: var(--paper);
  background: var(--sea-dark);
  border-radius: 16px;
  font: 700 1.05rem/1.05 "Bricolage Grotesque", sans-serif;
  text-decoration: none;
  box-shadow: 0 5px 0 color-mix(in oklch, var(--sea-dark), var(--ink) 35%);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
.primary-button:hover {
  background: color-mix(in oklch, var(--sea-dark), var(--ink) 12%);
}
.primary-button:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 color-mix(in oklch, var(--sea-dark), var(--ink) 35%);
}
.primary-button small {
  margin-bottom: 3px;
  font: 400 .62rem/1 "Atkinson Hyperlegible", sans-serif;
}
.price { font-size: .9rem; font-weight: 700; }
.fine-print { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }

.companion-scene {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.companion-scene::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(38vw, 470px);
  aspect-ratio: 1;
  border-radius: 46% 54% 61% 39% / 50% 38% 62% 50%;
  background: var(--mint);
  transform: rotate(9deg);
  animation: breathe 6s ease-in-out infinite alternate;
}
.widget {
  width: min(350px, 82vw);
  padding: 42px 32px 30px;
  text-align: center;
  background: color-mix(in oklch, var(--paper), transparent 5%);
  border: 1px solid color-mix(in oklch, var(--sea), transparent 70%);
  border-radius: 42px;
  box-shadow: 0 28px 60px color-mix(in oklch, var(--ink), transparent 82%);
  transform: rotate(-2deg);
}
.pip {
  position: relative;
  width: 172px;
  height: 165px;
  margin: 0 auto 20px;
  background: linear-gradient(145deg, var(--paper), oklch(90% 0.04 85));
  border: 2px solid color-mix(in oklch, var(--ink), transparent 78%);
  border-radius: 47% 53% 42% 44% / 40% 44% 56% 60%;
  box-shadow: 0 14px 22px color-mix(in oklch, var(--ink), transparent 86%);
}
.sprout { position: absolute; left: 65px; top: -34px; }
.sprout i {
  position: absolute;
  width: 38px;
  height: 20px;
  background: var(--sea);
  border-radius: 100% 10% 100% 10%;
  transform-origin: right center;
}
.sprout i:first-child { left: -26px; top: 9px; transform: rotate(26deg); }
.sprout i:last-child { left: 3px; top: -6px; transform: rotate(74deg); }
.eye {
  position: absolute;
  top: 52px;
  width: 44px;
  height: 52px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid color-mix(in oklch, var(--ink), transparent 88%);
}
.eye-left { left: 38px; }
.eye-right { right: 36px; }
.eye i {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 19px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  animation: look 5s ease-in-out infinite;
}
.eye i::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 6px;
  border-radius: 50%;
  background: var(--paper);
}
.smile {
  position: absolute;
  left: 76px;
  top: 118px;
  width: 24px;
  height: 12px;
  border-bottom: 3px solid var(--ink);
  border-radius: 0 0 20px 20px;
}
.widget-label { margin: 0; color: var(--muted); font-size: .85rem; font-weight: 700; }
.widget strong {
  display: block;
  margin: 3px 0 16px;
  font: 700 1.8rem/1.2 "Bricolage Grotesque", sans-serif;
}
.widget-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 19px;
  color: var(--paper);
  background: var(--sea-dark);
  border-radius: 999px;
  font-weight: 700;
}
.widget-button b { font-size: 1.3rem; }
.sun {
  position: absolute;
  z-index: -1;
  top: 52px;
  right: 4%;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--apricot);
  box-shadow: 0 0 0 13px color-mix(in oklch, var(--apricot), transparent 70%);
}
.scene-note {
  position: absolute;
  right: -8px;
  bottom: 18px;
  margin: 0;
  color: var(--sea-dark);
  font: 700 .83rem/1.35 "Bricolage Grotesque", sans-serif;
  transform: rotate(3deg);
}

.how {
  padding: clamp(72px, 10vw, 144px) max(20px, calc((100vw - 1112px) / 2));
  color: var(--paper);
  background: var(--sea-dark);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(48px, 10vw, 120px);
}
.how .eyebrow { color: var(--mint); }
.section-intro h2 {
  margin: 0;
  color: var(--apricot);
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .92;
  letter-spacing: -.05em;
}
.section-intro > p:last-child { max-width: 43ch; color: color-mix(in oklch, var(--paper), var(--sea-dark) 25%); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li {
  padding: var(--space-lg) 0;
  border-top: 1px solid color-mix(in oklch, var(--paper), transparent 78%);
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: var(--space-md);
}
.steps li:last-child { border-bottom: 1px solid color-mix(in oklch, var(--paper), transparent 78%); }
.steps span { color: var(--mint); font-size: .78rem; font-weight: 700; }
.steps h3 { margin: 0; font-size: 1.35rem; }
.steps p { max-width: 46ch; margin: 6px 0 0; color: color-mix(in oklch, var(--paper), var(--sea-dark) 22%); }

.quiet-features {
  max-width: 1112px;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 144px) 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 6vw, 72px);
}
.feature-mark { margin: 0 0 var(--space-md); color: var(--apricot); font-size: 2.5rem; line-height: 1; }
.quiet-features h3 { margin: 0; font-size: 1.3rem; }
.quiet-features div > p:last-child { color: var(--muted); }
.closing {
  max-width: 1112px;
  margin: 0 auto var(--space-4xl);
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 48px 18px 48px 18px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: var(--space-xl);
}
.closing h2 { max-width: 18ch; margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.04em; }
.closing-pip { width: 70px; height: 76px; border-radius: 48% 52% 42% 45%; background: var(--mint); position: relative; }
.closing-pip::before, .closing-pip::after { content:""; position:absolute; top:25px; width:15px; height:18px; border-radius:50%; background:var(--paper); }
.closing-pip::before { left:17px; } .closing-pip::after { right:16px; }
.closing-pip i { position:absolute; z-index:1; top:30px; width:6px; height:8px; border-radius:50%; background:var(--ink); }
.closing-pip i:first-child { left:22px; } .closing-pip i:last-child { right:21px; }
.secondary-button {
  display: inline-block;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.secondary-button:hover { color: var(--paper); background: var(--ink); }
footer {
  max-width: 1112px;
  margin: 0 auto;
  padding: 30px 20px 48px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: start;
  gap: var(--space-xl);
  color: var(--muted);
  font-size: .8rem;
}
footer p { margin: 0; }
.disclaimer { max-width: 54ch; justify-self: end; text-align: right; }

.legal {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 130px) 0 var(--space-4xl);
}
.legal h1 { max-width: 10ch; }
.legal-lede {
  max-width: 55ch;
  margin: var(--space-xl) 0 var(--space-3xl);
  color: var(--muted);
  font-size: 1.25rem;
}
.legal section { padding: var(--space-lg) 0; border-top: 1px solid var(--line); }
.legal section h2 { margin: 0; font-size: 1.35rem; }
.legal section p { margin: 8px 0 0; color: var(--muted); }
.legal section a { color: var(--sea-dark); font-weight: 700; }
.updated { margin-top: var(--space-2xl); font-size: .85rem; color: var(--muted); }
.support-button { margin-top: var(--space-xl); }

@keyframes look {
  0%, 18%, 100% { transform: translate(0, 0); }
  28%, 48% { transform: translate(5px, -2px); }
  58%, 78% { transform: translate(-3px, 3px); }
}
@keyframes breathe {
  from { transform: rotate(9deg) scale(.98); }
  to { transform: rotate(5deg) scale(1.025); }
}
@media (max-width: 820px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: var(--space-3xl); }
  .hero-copy { z-index: 2; }
  .companion-scene { min-height: 520px; }
  .companion-scene::before { width: min(86vw, 470px); }
  .how { grid-template-columns: 1fr; }
  .quiet-features { grid-template-columns: 1fr; }
  .quiet-features div { max-width: 52ch; }
  .closing { grid-template-columns: 62px 1fr; border-radius: 34px 14px; }
  .closing .secondary-button { grid-column: 2; justify-self: start; }
  footer { grid-template-columns: 1fr auto; }
  .disclaimer { grid-column: 1 / -1; justify-self: start; text-align: left; }
}
@media (max-width: 480px) {
  body { font-size: 17px; }
  .site-header { padding: 18px 20px; }
  .nav-cta { padding: 8px 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .companion-scene { min-height: 470px; }
  .widget { padding-inline: 24px; }
  .sun { right: -2px; }
  .scene-note { right: 4px; }
  .closing { grid-template-columns: 1fr; }
  .closing .secondary-button { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
