@font-face {
  font-family: "Bricolage";
  src: url("./fonts/BricolageGrotesque-variable.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f7f0df;
  --paper: #fffdf7;
  --ink: #161616;
  --muted: #6f6a60;
  --cobalt: #1647c9;
  --vermilion: #f04419;
  --pink: #f27ba8;
  --yellow: #f8be18;
  --green: #0e5a3c;
  --rule: #cfc5b2;
  --content: min(1180px, calc(100vw - 48px));
  --display: "Bricolage", "Arial Black", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  position: relative;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  background: url("./assets/ink-texture.svg") repeat;
  background-size: 120px 120px;
  opacity: .11;
  mix-blend-mode: multiply;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
}
.skip-link:focus { top: 12px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: var(--content);
  margin: 0 auto;
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.brand-lockup > img { width: 47px; height: 42px; object-fit: contain; }
.brand-lockup > .brand-lockup-image { width: 174px; height: auto; }
.wordmark {
  display: flex;
  flex-direction: column;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 850;
  line-height: .72;
  letter-spacing: -.055em;
  text-decoration: none;
  transform: rotate(-1deg);
  color: var(--ink);
}
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { font-size: 14px; font-weight: 750; text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.nav-cta {
  padding: 12px 18px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 4px 4px 0 var(--pink);
}
.nav-cta:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--pink); }

.hero {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
  min-height: 720px;
  padding: 76px 0 88px;
}
.eyebrow, .tiny-label {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
  letter-spacing: .09em;
}
.eyebrow { font-size: 13px; }
.hero h1 {
  max-width: 620px;
  margin: 0 0 30px;
  font-family: var(--display);
  font-size: clamp(66px, 6.4vw, 104px);
  font-weight: 850;
  line-height: .88;
  letter-spacing: -.065em;
}
.hero h1 span { display: block; color: var(--cobalt); }
.hero-lede {
  max-width: 650px;
  margin: 0;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.42;
}
.hero-lede strong { display: block; margin-bottom: 7px; font-size: 1.08em; }
.waitlist-form {
  max-width: 650px;
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto;
}
.waitlist-form input {
  min-width: 0;
  padding: 17px 18px;
  border: 3px solid var(--ink);
  border-right: 0;
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
}
.waitlist-form input:focus { outline: 4px solid var(--pink); outline-offset: 0; }
.waitlist-form button {
  border: 3px solid var(--ink);
  padding: 16px 20px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}
.waitlist-form button:hover { background: var(--vermilion); color: var(--paper); }
.waitlist-form button:focus-visible, .scenario-button:focus-visible { outline: 4px solid var(--cobalt); outline-offset: 4px; }
.waitlist-form button:disabled { cursor: default; background: var(--green); color: var(--paper); }
.form-state {
  grid-column: 1 / -1;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.form-state.success { color: var(--green); font-weight: 800; }
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.trust-list li::before { content: "■"; margin-right: 9px; color: var(--green); }

.forecast-stage {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  background: transparent;
  overflow: visible;
}
.forecast-stage::before,
.forecast-stage::after {
  display: none;
}
.tiny-label { font-size: 10px; color: var(--muted); }
.status { padding: 5px 7px; background: var(--yellow); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 900; }
.iphone {
  position: relative;
  z-index: 2;
  width: 314px;
  padding: 9px;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 54px;
  box-shadow: 10px 12px 0 rgba(22,22,22,.28);
  transform: rotate(-2deg);
}
.phone-bezel { padding: 5px; background: #050505; border: 1px solid #4c4c4c; border-radius: 47px; }
.ios-screen {
  position: relative;
  height: 612px;
  overflow: hidden;
  padding: 15px 17px 74px;
  background: var(--cream);
  border-radius: 41px;
  color: var(--ink);
}
.ios-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("./assets/ink-texture.svg") repeat;
  background-size: 100px;
  opacity: .14;
  mix-blend-mode: multiply;
}
.ios-status { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 2px 5px 12px; font-size: 9px; font-weight: 800; }
.dynamic-island { position: absolute; z-index: 3; top: 11px; left: 50%; width: 92px; height: 24px; background: #050505; border-radius: 20px; transform: translateX(-50%); }
.app-header { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.app-brand { display: flex; align-items: center; gap: 6px; font-family: var(--display); font-size: 12px; font-weight: 850; letter-spacing: -.04em; }
.app-brand img { width: 24px; height: 22px; }
.avatar { display: grid; place-items: center; width: 27px; height: 27px; background: var(--pink); border: 1.5px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 12px; font-weight: 850; }
.app-welcome { position: relative; z-index: 2; margin-top: 22px; }
.app-welcome h2 { margin: 5px 0 0; font-family: var(--display); font-size: 27px; font-weight: 820; line-height: .92; letter-spacing: -.045em; }
.month-card { position: relative; z-index: 2; margin-top: 17px; padding: 15px; background: var(--paper); border: 1.5px solid var(--ink); box-shadow: 4px 4px 0 var(--pink); }
.month-card-top { display: flex; justify-content: space-between; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 850; }
.month-card-top strong { padding: 2px 5px; background: var(--green); color: var(--paper); }
.spend-summary { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-top: 10px; }
.spend-summary > strong { font-family: var(--display); font-size: 28px; line-height: 1; }
.spend-summary > em { padding-bottom: 2px; color: var(--green); font-size: 8px; font-style: normal; font-weight: 850; }
.spend-chart { display: block; width: 100%; height: 82px; margin-top: 6px; overflow: visible; }
.spend-chart path, .spend-chart polyline { fill: none; vector-effect: non-scaling-stroke; }
.chart-grid { stroke: #d7d0c2; stroke-width: .8; stroke-dasharray: 2 3; }
.chart-plan { stroke: var(--muted); stroke-width: 2; stroke-dasharray: 5 4; }
.chart-actual { stroke: var(--cobalt); stroke-width: 3.2; }
.chart-plan-dot { fill: var(--muted); }
.chart-actual-dot { fill: var(--cobalt); stroke: var(--paper); stroke-width: 1.5; }
.chart-legend { display: flex; justify-content: flex-end; gap: 11px; margin-top: -3px; color: var(--muted); font-size: 7px; font-weight: 750; }
.chart-legend span { display: inline-flex; align-items: center; gap: 4px; }
.chart-legend i { width: 12px; height: 0; border-top: 2px solid; }
.planned-line { border-color: var(--muted) !important; border-top-style: dashed !important; }
.actual-line { border-color: var(--cobalt) !important; }
.app-section-title { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.app-section-title h3 { margin: 0; font-family: var(--display); font-size: 18px; }
.app-section-title span { color: var(--cobalt); font-size: 9px; font-weight: 800; }
.coming-list { position: relative; z-index: 2; display: grid; gap: 6px; margin-top: 7px; }
.app-oneoff, .app-bill { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; padding: 7px 9px; border: 1.5px solid var(--ink); }
.app-oneoff { background: var(--yellow); }
.app-bill { background: var(--paper); }
.app-oneoff img, .app-bill img { width: 34px; height: 34px; object-fit: contain; }
.app-oneoff strong, .app-oneoff small, .app-bill strong, .app-bill small { display: block; }
.app-oneoff strong, .app-bill strong { font-size: 10px; }
.app-oneoff small, .app-bill small { color: var(--muted); font-size: 7px; }
.app-arrow { font-size: 18px; font-weight: 900; }
.bill-amount { font-family: var(--display); font-size: 14px !important; }
.app-nav { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 63px; padding: 6px 9px 9px; background: var(--paper); border-top: 1px solid var(--rule); }
.app-nav span { position: relative; display: grid; justify-items: center; align-content: center; gap: 1px; color: var(--muted); font-size: 5.8px; font-weight: 800; line-height: 1; text-align: center; }
.app-nav span.active { color: var(--cobalt); }
.app-nav span.active::before { content: ""; position: absolute; top: -6px; width: 24px; height: 3px; background: var(--cobalt); }
.app-nav img { width: 22px; height: 22px; object-fit: contain; }

.manifesto {
  position: relative;
  overflow: hidden;
  padding: 116px max(24px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--paper);
  border-top: 12px solid var(--yellow);
  border-bottom: 12px solid var(--pink);
}
.manifesto h2 { position: relative; z-index: 2; max-width: 1000px; margin: 0; font-family: var(--display); font-size: clamp(52px, 7vw, 104px); line-height: .9; letter-spacing: -.06em; }
.manifesto h2 span { color: var(--yellow); }
.manifesto > p { position: relative; z-index: 2; max-width: 690px; margin: 35px 0 0; font-size: 21px; }
.manifesto-stamps { position: absolute; right: 2%; top: 5%; display: flex; opacity: .27; transform: rotate(8deg); }
.manifesto-stamps img { width: clamp(90px, 12vw, 160px); margin-left: -20px; }

.why { width: var(--content); margin: 0 auto; padding: 118px 0; }
.why-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin: 0 0 64px; }
.why-heading h2, .first-look-head h2, .simulation h2, .privacy h2, .final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 6vw, 82px); line-height: .92; letter-spacing: -.06em; }
.why-heading p, .first-look-head p { margin: 0; font-size: 19px; }
.comparison-head { display: grid; grid-template-columns: 118px 1fr 1fr; gap: 0; border-bottom: 3px solid var(--ink); }
.comparison-head span { padding: 13px 22px; font-family: ui-monospace, monospace; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.comparison-head span:first-child { grid-column: 2; background: #6f6a60; color: var(--paper); }
.comparison-head span:last-child { background: var(--yellow); }
.comparison-grid { border-bottom: 3px solid var(--ink); }
.compare-row { display: grid; grid-template-columns: 118px 1fr 1fr; border-top: 1.5px solid var(--ink); }
.compare-row:first-child { border-top: 0; }
.compare-topic { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 22px 14px; border-right: 1.5px solid var(--ink); }
.compare-topic img { width: 65px; height: 65px; object-fit: contain; }
.compare-topic span { font-family: ui-monospace, monospace; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.compare-other, .compare-us { min-height: 255px; padding: 28px clamp(22px, 3vw, 40px); }
.compare-other { background: #e8e3d9; color: #625e57; border-right: 1.5px solid var(--ink); }
.compare-other h3 { color: #47443f; }
.compare-other p { color: #706b63; }
.compare-us { background: var(--yellow); }
.compare-row:nth-child(2) .compare-us { background: var(--pink); }
.compare-row:nth-child(3) .compare-us { background: var(--cobalt); color: var(--paper); }
.compare-row:nth-child(4) .compare-us { background: var(--green); color: var(--paper); }
.compare-row:nth-child(5) .compare-us { background: var(--vermilion); color: var(--paper); }
.compare-row small { display: none; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.compare-row h3 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(28px, 3vw, 39px); line-height: .94; letter-spacing: -.045em; }
.compare-row p { margin: 0; max-width: 440px; font-size: 16px; line-height: 1.5; }

.first-look { padding: 112px max(24px, calc((100vw - 1180px) / 2)); background: var(--cobalt); color: var(--paper); }
.light-kicker span { background: var(--paper); color: var(--ink); }
.first-look-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin: 0 0 56px; }
.scenario-shell { display: grid; grid-template-columns: 290px 1fr; gap: 28px; align-items: stretch; }
.scenario-picker { display: grid; gap: 12px; }
.scenario-button { display: flex; align-items: center; gap: 14px; width: 100%; padding: 16px 18px; border: 2px solid var(--paper); background: transparent; color: var(--paper); text-align: left; font-weight: 800; cursor: pointer; }
.scenario-button img { width: 47px; height: 47px; object-fit: contain; }
.scenario-button:hover, .scenario-button.active { background: var(--paper); color: var(--ink); box-shadow: 6px 6px 0 var(--vermilion); transform: translate(-2px, -2px); }
.scenario-card { padding: clamp(24px, 3.4vw, 42px); background: var(--paper); color: var(--ink); border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--vermilion); }
.scenario-meta, .calendar-summary { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.scenario-month { font-family: var(--display); font-size: 18px; font-weight: 800; }
.calendar-summary { margin: 22px 0 20px; align-items: end; }
.calendar-summary h3 { margin: 5px 0 0; font-family: var(--display); font-size: clamp(31px, 3.4vw, 49px); line-height: .9; }
.calendar-summary > strong { font-family: var(--display); font-size: clamp(34px, 4.2vw, 54px); line-height: .82; color: var(--cobalt); }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 10px 0; border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 6px; }
.calendar-legend i { display: inline-block; width: 11px; height: 11px; border: 1px solid var(--ink); }
.legend-setaside { background: var(--yellow); }
.legend-oneoff { background: var(--vermilion); }
.calendar-months { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 16px 0 22px; }
.calendar-month { position: relative; min-width: 0; padding: 10px; background: var(--cream); border: 1.5px solid var(--ink); }
.calendar-month:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -10px; top: 50%; width: 12px; height: 18px; margin-top: -9px; display: grid; place-items: center; background: var(--paper); font-family: var(--display); font-size: 13px; font-weight: 900; }
.calendar-month.is-target-month { background: var(--pink); box-shadow: 3px 3px 0 var(--ink); }
.calendar-month h4 { margin: 0 0 8px; font-family: var(--display); font-size: 14px; line-height: 1; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 2px; }
.calendar-weekdays span { text-align: center; color: var(--muted); font-family: ui-monospace, monospace; font-size: 6px; font-weight: 800; }
.calendar-days { margin-top: 4px; }
.calendar-day { position: relative; display: grid; place-items: center; min-width: 0; aspect-ratio: 1; border: 1px solid transparent; font-family: ui-monospace, monospace; font-size: 7px; }
.calendar-day.empty { visibility: hidden; }
.calendar-day.is-setaside { background: var(--yellow); border-color: var(--ink); font-weight: 900; }
.calendar-day.is-target { background: var(--vermilion); color: var(--paper); border-color: var(--ink); font-weight: 900; }
.calendar-day.is-target::after { content: ""; position: absolute; right: -2px; top: -2px; width: 5px; height: 5px; background: var(--cobalt); border: 1px solid var(--paper); border-radius: 50%; }
.calendar-caption { min-height: 31px; margin: 8px 0 0; padding-top: 7px; border-top: 1px solid var(--rule); font-size: 7px; line-height: 1.25; }
.calendar-caption strong { display: block; font-family: ui-monospace, monospace; font-size: 7px; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.impact-grid div { padding: 16px; background: var(--cream); border-left: 6px solid var(--pink); }
.impact-grid span { display: block; color: var(--muted); font-size: 12px; }
.impact-grid strong { display: block; margin-top: 5px; font-size: 16px; }
.scenario-note { margin: 26px 0 0; color: var(--green); font-weight: 800; }

.simulation { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: minmax(270px, .62fr) minmax(0, 1.38fr); gap: clamp(42px, 6vw, 82px); align-items: start; padding: 118px 0; }
.simulation-copy { position: sticky; top: 42px; }
.simulation-copy > p { max-width: 430px; font-size: 20px; }
.simulation-note { width: min(100%, 360px); margin-top: 38px; display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; }
.simulation-note img { width: 72px; transform: rotate(-5deg); }
.simulation-note p { margin: 0; font-size: 15px; line-height: 1.35; }
.simulation-note strong { display: block; font-family: var(--display); font-size: 20px; }
.simulation-card { overflow: hidden; background: var(--paper); border: 3px solid var(--ink); box-shadow: 11px 11px 0 var(--pink); }
.sim-question { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 32px; background: var(--yellow); border-bottom: 3px solid var(--ink); }
.sim-question p { max-width: 560px; margin: 0; font-family: var(--display); font-size: clamp(25px, 3vw, 38px); font-weight: 760; line-height: .98; letter-spacing: -.035em; }
.sim-question strong { color: var(--cobalt); }
.sim-choice-stamp { flex: 0 0 auto; width: 76px; height: 76px; display: grid; place-items: center; background: var(--vermilion); color: var(--paper); border: 2px solid var(--ink); border-radius: 50%; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 900; line-height: 1; transform: rotate(8deg); box-shadow: 4px 4px 0 var(--ink); }
.sim-control { padding: 24px 32px 20px; background: var(--cream); border-bottom: 2px solid var(--ink); }
.simulation-card label { display: flex; justify-content: space-between; font-family: ui-monospace, monospace; font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.simulation-card label::after { content: "DRAG IT"; color: var(--cobalt); }
.simulation-card input[type="range"] { --range-pct: 20%; width: 100%; height: 20px; margin: 16px 0 2px; appearance: none; background: transparent; cursor: grab; }
.simulation-card input[type="range"]:active { cursor: grabbing; }
.simulation-card input[type="range"]::-webkit-slider-runnable-track { height: 10px; background: linear-gradient(90deg, var(--cobalt) 0 var(--range-pct), var(--paper) var(--range-pct) 100%); border: 2px solid var(--ink); }
.simulation-card input[type="range"]::-webkit-slider-thumb { width: 27px; height: 27px; margin-top: -10px; appearance: none; background: var(--vermilion); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 2px 2px 0 var(--ink); }
.simulation-card input[type="range"]::-moz-range-track { height: 8px; background: var(--paper); border: 2px solid var(--ink); }
.simulation-card input[type="range"]::-moz-range-progress { height: 8px; background: var(--cobalt); border: 2px solid var(--ink); }
.simulation-card input[type="range"]::-moz-range-thumb { width: 24px; height: 24px; background: var(--vermilion); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 2px 2px 0 var(--ink); }
.range-labels { display: flex; justify-content: space-between; font-family: ui-monospace, monospace; font-size: 11px; font-weight: 800; }
.sim-outcomes { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-bottom: 2px solid var(--ink); }
.sim-result { min-width: 0; padding: 24px 20px; border-right: 1.5px solid var(--ink); }
.sim-result:last-child { border-right: 0; }
.sim-result span, .sim-result small { display: block; }
.sim-result span { color: var(--muted); font-size: 12px; font-weight: 700; }
.sim-result strong { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 8px 0 6px; font-family: var(--display); font-size: clamp(24px, 3.2vw, 38px); line-height: .95; color: var(--cobalt); }
.sim-result strong s { color: #3d3438; font-size: .48em; font-weight: 700; text-decoration-color: var(--vermilion); text-decoration-thickness: 2px; }
.sim-result strong b { font-weight: 850; }
.sim-result small { min-height: 32px; color: var(--green); font-size: 11px; font-weight: 800; line-height: 1.3; }
.sim-result-primary { background: var(--pink); }
.sim-result-primary span { color: var(--ink); }
.sim-result-primary strong { color: var(--ink); }
.sim-result-primary small { color: var(--ink); }
.sim-chart { margin: 0; padding: 26px 30px 20px; }
.sim-chart-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 12px; }
.sim-chart figcaption { font-family: var(--display); font-size: 20px; font-weight: 800; }
.sim-legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 850; }
.sim-legend span { display: inline-flex; align-items: center; gap: 6px; }
.sim-legend span::before { content: ""; width: 20px; height: 0; border-top: 3px solid; }
.sim-legend .legend-current::before { border-color: #9e998f; border-top-style: dashed; }
.sim-legend .legend-choice::before { border-color: var(--cobalt); }
.sim-chart-plot { position: relative; padding-left: 45px; }
.sim-chart svg { width: 100%; height: auto; overflow: visible; }
.chart-grid line { stroke: var(--rule); stroke-width: 1.5; stroke-dasharray: 5 7; }
.chart-current, .chart-choice { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.chart-current { stroke: #9e998f; stroke-width: 4; stroke-dasharray: 10 9; }
.chart-choice { stroke: var(--cobalt); stroke-width: 7; }
.chart-choice-area { fill: color-mix(in srgb, var(--cobalt) 12%, transparent); }
.chart-choice-dots circle { fill: var(--paper); stroke: var(--cobalt); stroke-width: 4; }
.sim-axis { position: absolute; left: 0; color: var(--muted); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; }
.sim-axis-top { top: 10%; }
.sim-axis-middle { top: 47%; }
.sim-axis-bottom { bottom: 11%; }
.sim-years { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0 1px 0 2px; color: var(--muted); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; }
.sim-years span { text-align: center; }
.sim-years span:first-child { text-align: left; }
.sim-years span:last-child { text-align: right; }
.sim-assumption { margin: 0; padding: 0 30px 24px; color: var(--muted); font-size: 11px; }

.privacy { display: grid; grid-template-columns: 150px 1fr 190px; gap: 52px; align-items: center; padding: 92px max(24px, calc((100vw - 1180px) / 2)); background: var(--green); color: var(--paper); border-top: 10px solid var(--pink); border-bottom: 10px solid var(--yellow); }
.privacy > img { width: 145px; }
.privacy h2 { margin: 12px 0 20px; }
.privacy > div > p { max-width: 710px; margin: 20px 0 0; font-size: 18px; }
.privacy-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.privacy-facts span { padding: 7px 9px; border: 1.5px solid var(--paper); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.privacy-stamp { width: 180px; height: 180px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); border-radius: 50%; text-align: center; font-family: var(--display); font-size: 25px; font-weight: 900; line-height: .84; transform: rotate(8deg); box-shadow: 7px 7px 0 var(--ink); }

.final-cta { position: relative; overflow: hidden; padding: 130px 24px 140px; text-align: center; }
.final-cta h2 { font-size: clamp(68px, 9vw, 130px); }
.final-cta > p:not(.eyebrow) { margin: 24px auto 0; font-size: 21px; }
.final-form { max-width: 650px; margin: 42px auto 0; text-align: left; }
.stamp-confetti img { position: absolute; width: clamp(74px, 9vw, 130px); }
.stamp-confetti img:nth-child(1) { left: 3%; top: 15%; transform: rotate(-12deg); }
.stamp-confetti img:nth-child(2) { right: 7%; top: 12%; transform: rotate(9deg); }
.stamp-confetti img:nth-child(3) { right: 12%; bottom: 6%; transform: rotate(-5deg); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding: 48px max(24px, calc((100vw - 1180px) / 2)); background: var(--ink); color: var(--paper); }
footer p { margin: 0; font-size: 13px; }
footer p:last-child { text-align: right; }
.footer-brand { width: max-content; }
.footer-brand > img { width: 42px; }
.footer-wordmark {
  width: max-content;
  font-size: 24px;
  color: var(--paper);
}

@media (max-width: 980px) {
  :root { --content: min(100% - 34px, 760px); }
  .site-header { min-height: 88px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero h1 { font-size: clamp(68px, 13vw, 100px); }
  .forecast-stage { min-height: 720px; }
  .why-heading, .first-look-head, .simulation { grid-template-columns: 1fr; gap: 35px; }
  .simulation-copy { position: static; display: grid; grid-template-columns: 1fr .75fr; gap: 30px; align-items: end; }
  .simulation-copy h2 { grid-column: 1 / -1; max-width: 760px; }
  .simulation-note { margin-top: 0; }
  .comparison-head, .compare-row { grid-template-columns: 100px 1fr 1fr; }
  .scenario-shell { grid-template-columns: 1fr; }
  .scenario-picker { grid-template-columns: repeat(3, 1fr); }
  .scenario-button { flex-direction: column; text-align: center; }
  .privacy { grid-template-columns: 110px 1fr; }
  .privacy > img { width: 100px; }
  .privacy-stamp { display: none; }
}

@media (max-width: 650px) {
  .site-header { align-items: center; }
  .nav-cta { padding: 10px 12px; }
  .hero { min-height: 0; padding: 54px 0 72px; }
  .hero h1 { font-size: clamp(58px, 18vw, 78px); line-height: .91; }
  .hero-lede { font-size: 18px; }
  .waitlist-form { grid-template-columns: 1fr; }
  .waitlist-form input { border-right: 3px solid var(--ink); border-bottom: 0; }
  .trust-list { display: grid; }
  .forecast-stage { min-height: 660px; }
  .iphone { width: min(294px, calc(100% - 42px)); }
  .ios-screen { height: 580px; }
  .manifesto { padding-top: 86px; padding-bottom: 86px; }
  .manifesto > p { font-size: 18px; }
  .why, .simulation { padding: 86px 0; }
  .why-heading { margin: 34px 0 48px; }
  .comparison-head { display: none; }
  .comparison-grid { border-top: 3px solid var(--ink); }
  .compare-row { grid-template-columns: 1fr; border-top: 8px solid var(--ink); }
  .compare-row:first-child { border-top: 0; }
  .compare-topic { flex-direction: row; justify-content: flex-start; padding: 16px 20px; border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .compare-topic img { width: 48px; height: 48px; }
  .compare-other, .compare-us { min-height: 0; padding: 25px 22px 28px; }
  .compare-other { border-right: 0; border-bottom: 1.5px solid var(--ink); }
  .compare-row small { display: block; margin-bottom: 13px; }
  .first-look { padding-top: 84px; padding-bottom: 90px; }
  .scenario-picker { grid-template-columns: 1fr; }
  .scenario-button { flex-direction: row; }
  .calendar-summary { display: grid; gap: 18px; }
  .calendar-months { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calendar-month::after { display: none !important; }
  .calendar-day { font-size: 8px; }
  .impact-grid { grid-template-columns: 1fr; }
  .simulation-card { box-shadow: 7px 7px 0 var(--pink); }
  .simulation-copy { display: block; }
  .simulation-note { margin-top: 28px; }
  .sim-question { align-items: flex-start; padding: 24px 22px; }
  .sim-choice-stamp { width: 62px; height: 62px; }
  .sim-control { padding: 22px 20px 18px; }
  .sim-outcomes { grid-template-columns: 1fr 1fr; }
  .sim-result { border-bottom: 1.5px solid var(--ink); }
  .sim-result-primary { grid-column: 1 / -1; border-right: 0; }
  .sim-result:nth-child(2) { border-bottom: 0; }
  .sim-result:last-child { border-bottom: 0; }
  .sim-chart { padding: 24px 18px 18px; }
  .sim-chart-head { display: block; }
  .sim-legend { justify-content: flex-start; margin-top: 8px; }
  .sim-chart-plot { padding-left: 35px; }
  .sim-assumption { padding: 0 20px 22px; }
  .privacy { grid-template-columns: 1fr; gap: 24px; text-align: left; padding-top: 74px; padding-bottom: 74px; }
  .privacy > img { width: 90px; }
  .final-cta { padding-top: 100px; padding-bottom: 110px; }
  .stamp-confetti { display: none; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
