:root {
  --paper: #fff;
  --cool: #f3f1f6;
  --ink: #17131d;
  --body: #5d5763;
  --muted: #817a85;
  --line: #c9c5d0;
  --pink: #d81e84;
  --pink-dark: #b51269;
  --pink-soft: #fff1f8;
  --lime: #d7ef35;
  --blue: #176bff;
  --amber: #f2b84b;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--paper);
  font-family: Nunito, ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border-radius: 0;
}

a {
  text-underline-offset: 4px;
}

img {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.concept-note {
  min-height: 34px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  background: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.concept-note span {
  color: var(--body);
}

.site-head {
  width: min(1440px, calc(100% - 56px));
  min-height: 66px;
  margin: 0 auto;
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  width: max-content;
  color: var(--ink);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.wordmark::after {
  content: ".";
  color: var(--pink);
}

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

.site-nav a {
  color: var(--body);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--pink-dark);
}

.button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button-primary {
  color: var(--paper);
  background: var(--pink);
  border-color: var(--pink);
}

.button-primary:hover {
  background: var(--pink-dark);
  border-color: var(--pink-dark);
  transform: translateY(-2px);
}

.button-primary:active {
  transform: translateY(0);
}

.head-cta {
  justify-self: end;
}

.section-shell {
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
}

.hero {
  padding: clamp(42px, 6vw, 86px) 0 clamp(92px, 10vw, 144px);
}

.hero-thesis {
  margin-bottom: clamp(30px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.45fr);
  gap: clamp(40px, 6vw, 94px);
  align-items: end;
}

.hero h1 {
  max-width: 1020px;
  margin: 0;
  font-size: clamp(46px, 5.4vw, 76px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.99;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--pink-dark);
}

.hero-intro {
  max-width: 390px;
  padding: 6px 0 4px 24px;
  border-left: 3px solid var(--lime);
}

.hero-intro .hero-intro-label {
  margin: 0 0 10px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-intro .hero-intro-outcome {
  max-width: 360px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.hero-intro-cta {
  width: 100%;
  max-width: 360px;
  min-height: 58px;
  padding-inline: 18px;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}

.hero-intro-cta b {
  font-size: 20px;
  line-height: 1;
}

.hero-intro small {
  margin-top: 13px;
  display: block;
  color: var(--body);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.hero-board {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(360px, 0.72fr);
  background: var(--paper);
  border: 1px solid var(--ink);
}

.hero-evidence {
  min-width: 0;
  padding: 20px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
  border-right: 1px solid var(--ink);
}

.board-label {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
}

.board-label span:first-child {
  color: var(--pink-dark);
}

.board-label button {
  min-height: 44px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.board-label-copy {
  display: grid;
  gap: 4px;
}

.board-label-copy small {
  color: var(--body);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.creative-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.creative-controls > span {
  min-width: 56px;
  color: var(--body);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.board-label .creative-arrow {
  width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.board-label .creative-arrow:disabled {
  color: var(--line);
  border-color: var(--line);
  cursor: default;
}

.board-label .creative-replay {
  margin-left: 5px;
}

.creative-rail {
  min-height: 0;
  padding: 8px 3px 16px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 3px;
}

.creative-rail::-webkit-scrollbar {
  display: none;
}

.creative-card {
  --share: 2%;
  min-width: 0;
  flex: 0 0 clamp(184px, 16vw, 214px);
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  scroll-snap-align: start;
  transform: translateY(4px);
  transition:
    border-color 360ms ease,
    box-shadow 360ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.creative-thumb {
  aspect-ratio: 9 / 16;
  position: relative;
  overflow: hidden;
  background: var(--cool);
  border-bottom: 1px solid var(--line);
}

.creative-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgb(216 30 132 / 18%);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
}

.creative-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.creative-thumb > span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 9px;
  color: var(--paper);
  background: var(--pink);
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.creative-card-copy {
  min-height: 170px;
  padding: 12px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  background: var(--paper);
}

.creative-type {
  min-height: 38px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.creative-type > span {
  padding-top: 3px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
}

.creative-type h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.creative-card-copy > p {
  min-height: 30px;
  margin: 5px 0 8px;
  color: var(--body);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.creative-card-copy > p b {
  margin-left: 5px;
  color: var(--pink-dark);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.creative-spend {
  display: flex;
  gap: 6px;
  align-items: end;
}

.creative-spend strong {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.88;
}

.creative-spend span {
  padding-bottom: 2px;
  color: var(--body);
  font-size: 12px;
  font-weight: 900;
}

.creative-card-copy > i {
  height: 5px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  background: var(--cool-strong);
}

.creative-card-copy > i b {
  width: max(10px, var(--share));
  height: 100%;
  display: block;
  background: var(--body);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-board.is-scanned .creative-card {
  transform: translateY(0);
}

.creative-card.is-seen .creative-card-copy > i b,
.hero-board.is-scanned .creative-card-copy > i b {
  transform: scaleX(1);
}

.hero-board.is-analyzing .creative-card.is-active {
  border-color: var(--pink);
  box-shadow: 6px 6px 0 var(--ink);
  transform: translate(-2px, -5px);
  will-change: transform;
}

.hero-board.is-analyzing .creative-card.is-active .creative-thumb::after {
  animation: creative-scan 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-board.is-analyzing .creative-card.is-active .creative-card-copy > i b {
  background: var(--pink);
}

.hero-board.is-scanned .creative-card.is-funded {
  border-color: var(--pink);
  border-width: 2px;
}

.hero-board.is-scanned .creative-card.is-funded .creative-card-copy > i b {
  background: var(--pink);
}

.hero-board.is-scanned .creative-card:nth-child(2),
.hero-board.is-scanned .creative-card:nth-child(2) .creative-card-copy > i b {
  transition-delay: 90ms;
}

.hero-board.is-scanned .creative-card:nth-child(3),
.hero-board.is-scanned .creative-card:nth-child(3) .creative-card-copy > i b {
  transition-delay: 180ms;
}

@keyframes creative-scan {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0.9;
  }

  72% {
    clip-path: inset(0);
    opacity: 0.28;
  }

  100% {
    clip-path: inset(0);
    opacity: 0;
  }
}

.evidence-path {
  min-height: 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.evidence-path b {
  color: var(--pink);
}

.hero-finding {
  min-width: 0;
  padding: 20px clamp(28px, 3.2vw, 48px) 24px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--pink-soft);
}

.finding-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
}

.finding-meta span:first-child {
  color: var(--pink-dark);
}

.finding-answer {
  align-self: center;
}

.finding-answer > p:first-child {
  margin: 0 0 8px;
  color: var(--body);
  font-size: 16px;
  font-weight: 900;
}

.finding-answer > strong {
  display: block;
  color: var(--pink);
  font-size: clamp(90px, 10vw, 158px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.74;
  transform-origin: left center;
  transition: transform 640ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-board.is-scanned .finding-answer > strong {
  transform: scale(1.04);
}

.finding-answer h2 {
  max-width: 470px;
  margin: 22px 0 0;
  font-size: clamp(31px, 3.1vw, 49px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.finding-answer h2 span {
  color: var(--pink-dark);
}

.finding-answer > p:last-child {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.5;
}

.finding-action {
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--ink);
}

.finding-action span {
  font-size: 12px;
  font-weight: 950;
}

.finding-action strong {
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
}

.hero-foot {
  min-height: 68px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--ink);
  border-top: 0;
  font-size: 12px;
}

.hero-foot span {
  color: var(--pink-dark);
  font-weight: 950;
}

.hero-foot strong {
  text-align: center;
}

.hero-foot b {
  font-weight: 950;
}

.algorithm-section {
  scroll-margin-top: 82px;
  padding: clamp(88px, 10vw, 148px) 0;
  color: var(--ink);
  background-color: var(--cool);
  background-image:
    linear-gradient(rgba(23, 19, 29, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 19, 29, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.algorithm-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: end;
}

.algorithm-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
  color: var(--pink-dark);
}

.algorithm-heading h2 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(40px, 4.55vw, 68px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.algorithm-heading h2 span {
  color: var(--pink-dark);
}

.algorithm-heading > p {
  max-width: 450px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.6;
}

.algorithm-deck {
  margin-top: clamp(46px, 6vw, 78px);
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 rgba(23, 19, 29, 0.08);
}

.algorithm-nav {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
}

.algorithm-nav button {
  min-height: 102px;
  padding: 18px;
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-content: center;
  gap: 2px 10px;
  color: var(--body);
  background: var(--paper);
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  cursor: pointer;
  transition:
    color 160ms ease,
    background-color 160ms ease;
}

.algorithm-nav button:last-child {
  border-bottom: 0;
}

.algorithm-nav button::after {
  content: "";
  width: 4px;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  background: transparent;
}

.algorithm-nav button:hover {
  color: var(--ink);
  background: var(--pink-soft);
}

.algorithm-nav button:focus-visible,
.algorithm-controls button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}

.algorithm-nav button.is-active {
  color: var(--ink);
  background: var(--lime);
}

.algorithm-nav button.is-active::after {
  background: var(--pink);
}

.algorithm-nav button > span {
  grid-row: 1 / span 2;
  align-self: start;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
}

.algorithm-nav button strong {
  color: currentColor;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.15;
}

.algorithm-nav button small {
  color: currentColor;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

.algorithm-stage {
  min-width: 0;
}

.algorithm-stage-top {
  min-height: 54px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.algorithm-stage-top strong {
  color: var(--ink);
  font-size: 12px;
}

.algorithm-slide {
  min-height: 590px;
  padding: clamp(24px, 3vw, 44px);
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(480px, 1.3fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}

.algorithm-slide.is-active .algorithm-copy,
.algorithm-slide.is-active .algorithm-visual {
  animation: algorithm-reveal 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.algorithm-slide.is-active .algorithm-visual {
  animation-delay: 70ms;
}

@keyframes algorithm-reveal {
  from {
    opacity: 0.55;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.algorithm-copy > p:first-child {
  margin: 0 0 18px;
  color: var(--pink-dark);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.algorithm-copy h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

.algorithm-copy > p:not(:first-child) {
  max-width: 56ch;
  margin: 24px 0 0;
  color: var(--body);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.58;
}

.algorithm-copy > strong {
  max-width: 54ch;
  margin-top: 30px;
  padding-top: 18px;
  display: block;
  border-top: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.45;
}

.algorithm-visual {
  min-width: 0;
  position: relative;
}

.algorithm-visual svg {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--ink);
}

.algorithm-visual > small {
  margin-top: 9px;
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
}

.algorithm-visual text {
  fill: var(--ink);
  font-family: Nunito, ui-rounded, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 950;
}

.algorithm-visual text.svg-sub {
  fill: var(--body);
  font-size: 13px;
  font-weight: 750;
}

.algorithm-visual text.model-year {
  fill: var(--pink-dark);
  font-size: 11px;
}

.algorithm-visual text.model-name {
  font-size: 30px;
  letter-spacing: -0.04em;
}

.algorithm-visual text.svg-label-small {
  font-size: 11px;
}

.algorithm-visual text.is-light,
.algorithm-visual text.svg-sub.is-light,
.algorithm-visual text.model-year.is-light,
.algorithm-visual text.model-name.is-light {
  fill: var(--paper);
}

.candidate-cloud > rect {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 2;
}

.candidate-cloud > circle,
.candidate-cloud > path {
  fill: var(--line);
  stroke: var(--line);
}

.algorithm-slide.is-active .vector-route,
.algorithm-slide.is-active .funnel-route,
.algorithm-slide.is-active .auction-route,
.algorithm-slide.is-active .audit-route {
  stroke-dasharray: 8 8;
  animation: algorithm-route 2.4s linear infinite;
}

@keyframes algorithm-route {
  to {
    stroke-dashoffset: -32;
  }
}

.algorithm-controls {
  min-height: 66px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.algorithm-controls button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}

.algorithm-controls button:last-child {
  min-width: 142px;
  color: var(--paper);
  background: var(--pink);
  border-color: var(--pink);
}

.algorithm-controls button:disabled {
  color: var(--muted);
  background: var(--cool);
  border-color: var(--line);
  cursor: not-allowed;
}

.algorithm-controls > div {
  height: 4px;
  overflow: hidden;
  background: var(--line);
}

.algorithm-controls > div span {
  width: 20%;
  height: 100%;
  display: block;
  background: var(--pink);
  transition: width 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.algorithm-sources {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--body);
  font-size: 10px;
  font-weight: 850;
}

.algorithm-sources span {
  color: var(--pink-dark);
  font-weight: 950;
  text-transform: uppercase;
}

.algorithm-sources a:hover {
  color: var(--pink-dark);
}

.audit-section {
  padding: clamp(94px, 10vw, 150px) 0 0;
  background: var(--cool);
  border-top: 1px solid var(--ink);
}

.section-intro {
  margin-bottom: clamp(48px, 6vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: end;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.section-intro h2,
.evidence-heading h2 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(40px, 4.55vw, 68px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.section-intro h2 span,
.evidence-heading h2 span {
  color: var(--pink);
}

.section-intro > p,
.section-intro > div:last-child > p {
  max-width: 480px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.audit-runway {
  min-height: 360svh;
  position: relative;
}

.audit-sticky {
  min-height: 100svh;
  padding: 18px 0 66px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}

.audit-board {
  min-height: min(760px, calc(100svh - 90px));
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(360px, 0.72fr);
  grid-template-rows: minmax(0, 1fr) auto;
  background: var(--paper);
  border: 1px solid var(--ink);
}

.audit-proof {
  min-width: 0;
  padding: 20px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  border-right: 1px solid var(--ink);
}

.audit-canvas {
  min-height: 0;
  position: relative;
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(201, 197, 208, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 197, 208, 0.35) 1px, transparent 1px);
  background-size: 48px 48px;
  border: 1px solid var(--line);
}

.audit-visual {
  min-height: 100%;
  padding: clamp(24px, 3.5vw, 54px);
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 24px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 280ms ease,
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.audit-visual.is-active {
  opacity: 1;
  transform: translateY(0);
}

.visual-label {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
}

.visual-label span {
  color: var(--pink-dark);
}

.supply-map {
  align-self: center;
  display: grid;
  gap: 14px;
}

.supply-map > div {
  min-height: 76px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
}

.supply-map > div > strong {
  font-size: 16px;
  font-weight: 950;
}

.supply-map > div > span {
  display: flex;
  gap: 6px;
}

.supply-map i {
  width: 44px;
  min-height: 48px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.supply-map > div > b {
  color: var(--body);
  font-size: 12px;
}

.visual-receipt,
.allocation-total {
  min-height: 80px;
  padding: 14px 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--ink);
}

.visual-receipt strong,
.allocation-total strong {
  font-size: clamp(42px, 5.4vw, 78px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.visual-receipt span,
.allocation-total span {
  font-size: 12px;
  font-weight: 950;
}

.allocation-chart {
  align-self: center;
  display: grid;
  gap: 12px;
}

.allocation-chart > div {
  min-height: 60px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 64px;
  gap: 14px;
  align-items: center;
}

.allocation-chart span,
.allocation-chart strong {
  font-size: 12px;
  font-weight: 950;
}

.allocation-chart strong {
  font-size: 16px;
  text-align: right;
}

.allocation-chart i {
  height: 24px;
  display: block;
  position: relative;
  background: var(--cool);
  border: 1px solid var(--line);
}

.allocation-chart i::after {
  content: "";
  width: var(--share);
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--pink);
}

.allocation-chart .is-rest i::after {
  background: var(--line);
}

.coverage-map {
  align-self: center;
  display: grid;
  border: 1px solid var(--ink);
}

.coverage-map > div {
  display: grid;
  grid-template-columns: 120px repeat(5, minmax(60px, 1fr));
}

.coverage-map > div > * {
  min-height: 68px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.coverage-map > div > *:last-child {
  border-right: 0;
}

.coverage-map > div:last-child > * {
  border-bottom: 0;
}

.coverage-head {
  color: var(--body);
  background: var(--cool);
  font-size: 12px;
}

.coverage-map strong {
  justify-content: start;
  padding-left: 16px;
  font-size: 12px;
}

.coverage-map i {
  position: relative;
}

.coverage-map i::after {
  content: "+";
  color: var(--line);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}

.coverage-map i.is-funded {
  background: var(--pink);
}

.coverage-map i.is-funded::after {
  content: "FUNDED";
  color: var(--paper);
  font-size: 12px;
}

.coverage-key {
  display: flex;
  gap: 22px;
  font-size: 12px;
  font-weight: 900;
}

.coverage-key span {
  display: flex;
  gap: 8px;
  align-items: center;
}

.coverage-key i {
  width: 12px;
  height: 12px;
  display: block;
  background: var(--pink);
  border: 1px solid var(--ink);
}

.coverage-key span:last-child i {
  background: var(--paper);
  border-color: var(--line);
}

.decision-path {
  align-self: center;
  display: grid;
  gap: 14px;
}

.decision-path > div {
  min-height: 78px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 56px 170px;
  gap: 14px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
}

.decision-path span {
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
}

.decision-path strong {
  font-size: 16px;
}

.decision-path b {
  color: var(--body);
  font-size: 12px;
  text-transform: uppercase;
}

.decision-path em {
  padding: 12px 10px;
  color: var(--ink);
  background: var(--lime);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  text-align: center;
}

.decision-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.decision-rule b {
  color: var(--pink);
}

.decision-rule strong {
  color: var(--pink-dark);
}

.audit-answer {
  min-width: 0;
  position: relative;
  overflow: hidden;
  background: var(--pink-soft);
}

.audit-insight {
  min-height: 100%;
  padding: clamp(30px, 4vw, 60px);
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 30px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 280ms ease,
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.audit-insight.is-active {
  opacity: 1;
  transform: translateY(0);
}

.insight-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
}

.insight-meta span {
  color: var(--pink-dark);
}

.audit-insight > div:nth-child(2) {
  align-self: center;
}

.audit-insight > div:nth-child(2) > p:first-child {
  max-width: 400px;
  margin: 0 0 18px;
  color: var(--body);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.audit-insight h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(40px, 4.55vw, 68px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.audit-insight h3 em {
  color: var(--pink-dark);
  font-style: normal;
}

.audit-insight > div:nth-child(2) > p:last-child {
  max-width: 480px;
  margin: 22px 0 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.audit-insight footer {
  padding-top: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  border-top: 1px solid var(--ink);
}

.audit-insight footer span {
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
}

.audit-insight footer strong {
  font-size: 12px;
  line-height: 1.4;
}

.audit-controls {
  grid-column: 1 / -1;
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--paper);
  border-top: 1px solid var(--ink);
}

.audit-controls button {
  min-width: 0;
  min-height: 58px;
  padding: 0 16px;
  color: var(--body);
  background: var(--paper);
  border: 0;
  border-right: 1px solid var(--line);
  font-size: 12px;
  font-weight: 950;
  text-align: left;
  cursor: pointer;
}

.audit-controls button:last-child {
  border-right: 0;
}

.audit-controls button.is-active {
  color: var(--ink);
  background: var(--lime);
}

.audit-controls button span {
  margin-right: 8px;
  color: var(--pink-dark);
}

.library-section {
  padding: clamp(108px, 11vw, 168px) 0;
  background: var(--paper);
  border-top: 1px solid var(--ink);
}

.library-intro {
  margin-bottom: clamp(48px, 6vw, 80px);
}

.library-intro h2 {
  font-size: clamp(46px, 6vw, 88px);
  line-height: 1;
}

.library-counts {
  margin-top: 24px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  border-top: 1px solid var(--line);
  color: var(--body);
  font-size: 12px;
  font-weight: 900;
}

.library-counts span {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.library-counts strong {
  color: var(--ink);
  font-size: 16px;
}

.library-workbench {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(230px, 0.52fr) minmax(360px, 0.86fr) minmax(390px, 1fr);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
}

.recipe-tabs {
  display: grid;
  grid-template-rows: auto repeat(4, 1fr) auto;
  background: var(--cool);
  border-right: 1px solid var(--ink);
}

.recipe-tabs header,
.recipe-tabs footer {
  min-height: 72px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--body);
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.recipe-tabs header span {
  color: var(--pink-dark);
}

.recipe-tabs footer {
  border-top: 1px solid var(--ink);
  border-bottom: 0;
  line-height: 1.4;
}

.recipe-tabs button {
  min-width: 0;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  cursor: pointer;
}

.recipe-tabs button:hover {
  background: var(--paper);
}

.recipe-tabs button.is-active {
  background: var(--lime);
}

.recipe-tabs button span {
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
}

.recipe-tabs button strong {
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.recipe-media {
  min-width: 0;
  margin: 0;
  padding: 18px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  background: var(--cool);
  border-right: 1px solid var(--ink);
}

.recipe-media-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
}

.recipe-media-meta span {
  padding: 6px 8px;
  color: var(--ink);
  background: var(--lime);
}

.recipe-image-frame {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: var(--pink-soft);
  border: 1px solid var(--ink);
}

.recipe-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.recipe-image-frame > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 10px 12px;
  color: var(--paper);
  background: rgba(23, 19, 29, 0.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.recipe-image-frame.is-missing {
  display: grid;
  place-items: end start;
  padding: 28px;
}

.recipe-image-frame.is-missing::before {
  content: "Creative preview unavailable";
  max-width: 10ch;
  font-size: clamp(31px, 3.2vw, 49px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.recipe-copy {
  min-width: 0;
  padding: clamp(30px, 4vw, 60px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 30px;
}

.recipe-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--body);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.recipe-meta span {
  color: var(--pink-dark);
}

.recipe-copy > div:nth-child(2) {
  align-self: center;
}

.recipe-copy h3 {
  margin: 0;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.recipe-rule {
  margin: 18px 0 0;
  color: var(--pink-dark);
  font-size: clamp(31px, 3.2vw, 49px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.recipe-why {
  max-width: 600px;
  margin: 20px 0 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.recipe-formula {
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.recipe-formula > span {
  display: block;
  margin-bottom: 10px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.recipe-formula > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 950;
}

.recipe-formula > div b {
  color: var(--pink);
}

.library-footer {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.library-footer p {
  max-width: 700px;
  margin: 0;
  color: var(--body);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.library-link {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.library-link:hover {
  color: var(--pink-dark);
}

.evidence-section {
  padding: clamp(100px, 10vw, 152px) 0;
  background: var(--cool);
  border-top: 1px solid var(--ink);
}

.evidence-heading {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
  gap: 20px 80px;
  align-items: end;
}

.evidence-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.evidence-heading > p:last-child {
  max-width: 480px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.evidence-join {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  background: var(--paper);
  border: 1px solid var(--ink);
}

.evidence-join article {
  min-height: 280px;
  padding: clamp(28px, 3.5vw, 54px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 24px;
}

.evidence-join article.is-output {
  background: var(--lime);
}

.evidence-join article > span {
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.evidence-join article > strong {
  align-self: center;
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.evidence-join article > small {
  color: var(--body);
  font-size: 12px;
  font-weight: 850;
}

.evidence-join > b {
  width: 64px;
  display: grid;
  place-items: center;
  color: var(--pink);
  background: var(--paper);
  border-right: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  font-size: 32px;
}

.evidence-note {
  margin: 22px 0 0;
  color: var(--body);
  font-size: 12px;
  font-weight: 900;
}

.founder-section {
  min-height: 820px;
  margin-top: clamp(108px, 11vw, 164px);
  margin-bottom: clamp(108px, 11vw, 164px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  border: 1px solid var(--ink);
}

.founder-photo {
  min-width: 0;
  min-height: 820px;
  position: relative;
  overflow: hidden;
  background: var(--cool);
  border-right: 1px solid var(--ink);
}

.founder-photo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 62%;
}

.founder-receipt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.founder-receipt > div {
  min-width: 0;
  padding: 18px;
}

.founder-receipt > div + div {
  border-left: 1px solid var(--ink);
}

.founder-receipt strong,
.founder-receipt span {
  display: block;
}

.founder-receipt strong {
  font-size: clamp(31px, 3.2vw, 49px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.founder-receipt span {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 950;
}

.founder-copy {
  min-width: 0;
  padding: clamp(42px, 5vw, 76px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 34px;
  background: var(--pink-soft);
}

.founder-copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(40px, 4.55vw, 68px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.founder-body {
  align-self: center;
}

.founder-body p {
  max-width: 68ch;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.founder-body p + p {
  margin-top: 16px;
}

.founder-body p:first-child {
  color: var(--ink);
  font-weight: 900;
}

.founder-copy blockquote {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.founder-copy blockquote span,
.founder-copy blockquote strong {
  display: block;
}

.founder-copy blockquote span {
  margin-bottom: 10px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.founder-copy blockquote strong {
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.founder-copy footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 24px;
  color: var(--body);
  font-size: 12px;
  font-weight: 900;
}

.founder-copy footer strong {
  color: var(--ink);
}

.start-section {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--ink);
}

.start-grid {
  padding: clamp(100px, 10vw, 152px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, 0.85fr);
  gap: 0;
}

.start-outcome,
.start-action {
  min-width: 0;
  padding: clamp(38px, 5vw, 78px);
  border: 1px solid var(--ink);
}

.start-outcome {
  background: var(--cool);
}

.start-outcome h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 4.55vw, 68px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.start-outcome fieldset {
  margin: 46px 0 0;
  padding: 0;
  border: 0;
}

.start-outcome legend {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 950;
}

.business-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-options button {
  min-height: 56px;
  padding: 0 14px;
  color: var(--body);
  background: var(--paper);
  border: 1px solid var(--line);
  border-right: 0;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.business-options button:last-child {
  border-right: 1px solid var(--line);
}

.business-options button.is-active {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--ink);
}

.business-options button.is-active + button {
  border-left-color: var(--ink);
}

.mini-result {
  min-height: 240px;
  margin-top: 24px;
  padding: clamp(28px, 3.5vw, 50px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 22px;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.mini-result span {
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.mini-result strong {
  align-self: center;
  font-size: clamp(31px, 3.2vw, 49px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.mini-result p {
  max-width: 68ch;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.start-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--pink-soft);
  border-left: 0;
}

.start-action > p:first-child {
  margin: 0 0 18px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.start-action h3 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(40px, 4.55vw, 68px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.start-action > p:nth-of-type(2) {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.start-action .button {
  width: 100%;
  min-height: 56px;
  margin-top: 30px;
}

.start-action small {
  max-width: 620px;
  margin-top: 14px;
  color: var(--body);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.fit-rail {
  min-height: 66px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--ink);
  background: var(--lime);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.fit-rail span {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.fit-rail span:last-child {
  border-right: 0;
}

.site-footer {
  width: min(1440px, calc(100% - 56px));
  min-height: 104px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: var(--body);
  font-size: 12px;
  font-weight: 850;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.site-footer > span {
  justify-self: end;
}

.site-head a:focus-visible,
.button:focus-visible,
.board-label button:focus-visible,
.audit-controls button:focus-visible,
.recipe-tabs button:focus-visible,
.business-options button:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .site-head {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero-thesis,
  .section-intro,
  .evidence-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-intro {
    max-width: 430px;
  }

  .hero-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-evidence {
    min-height: 560px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .hero-finding {
    min-height: 560px;
  }

  .audit-board {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  }

  .supply-map > div {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .supply-map > div > b {
    display: none;
  }

  .coverage-map > div {
    grid-template-columns: 96px repeat(5, minmax(46px, 1fr));
  }

  .decision-path > div {
    grid-template-columns: 30px minmax(0, 1fr) 48px 132px;
  }

  .library-workbench {
    grid-template-columns: 210px minmax(300px, 0.86fr) minmax(340px, 1fr);
  }

  .recipe-copy {
    padding: 30px;
  }

  .founder-section {
    min-height: 720px;
  }

  .founder-photo {
    min-height: 720px;
  }

  .start-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 880px) {
  .section-shell,
  .site-head,
  .site-footer {
    width: calc(100% - 36px);
  }

  .audit-runway {
    min-height: 0;
    padding-bottom: 96px;
  }

  .audit-sticky {
    min-height: 0;
    padding: 0;
    position: relative;
  }

  .audit-board {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .algorithm-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .algorithm-heading .section-kicker {
    margin-bottom: -6px;
  }

  .algorithm-deck {
    grid-template-columns: 1fr;
  }

  .algorithm-nav {
    overflow-x: auto;
    flex-direction: row;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
    scrollbar-width: thin;
  }

  .algorithm-nav button {
    min-width: 188px;
    min-height: 88px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .algorithm-nav button:last-child {
    border-right: 0;
  }

  .algorithm-nav button::after {
    width: auto;
    height: 4px;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
  }

  .algorithm-slide {
    min-height: 0;
    grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
    gap: 28px;
  }

  .audit-proof {
    min-height: 620px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .audit-answer {
    min-height: 620px;
  }

  .audit-controls {
    overflow-x: auto;
    display: flex;
    scrollbar-width: thin;
  }

  .audit-controls button {
    min-width: 190px;
    flex: 0 0 190px;
  }

  .library-workbench {
    min-height: 0;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  }

  .recipe-tabs {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .recipe-tabs header {
    grid-column: 1 / -1;
  }

  .recipe-tabs footer {
    display: none;
  }

  .recipe-tabs button {
    min-height: 90px;
    grid-template-columns: 1fr;
    gap: 5px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .recipe-tabs button:last-of-type {
    border-right: 0;
  }

  .recipe-media {
    min-height: 560px;
  }

  .library-footer {
    grid-template-columns: 1fr auto;
  }

  .evidence-join {
    grid-template-columns: 1fr;
  }

  .evidence-join > b {
    width: auto;
    min-height: 56px;
    border: 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }

  .evidence-join article {
    min-height: 260px;
  }

  .founder-section {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    min-height: 720px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .start-grid {
    grid-template-columns: 1fr;
  }

  .start-action {
    border-top: 0;
    border-left: 1px solid var(--ink);
  }
}

@media (max-width: 620px) {
  .concept-note {
    min-height: 32px;
    padding-inline: 12px;
  }

  .site-head {
    width: calc(100% - 28px);
    min-height: 58px;
  }

  .wordmark {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 19px;
  }

  .head-cta {
    min-height: 42px;
    padding: 0 12px;
  }

  .section-shell,
  .site-footer {
    width: calc(100% - 28px);
  }

  .hero {
    padding: 54px 0 84px;
  }

  .algorithm-section {
    scroll-margin-top: 70px;
    padding: 78px 0;
  }

  .algorithm-heading h2 {
    font-size: 42px;
  }

  .algorithm-slide {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .algorithm-copy h3 {
    max-width: 620px;
    font-size: 38px;
  }

  .algorithm-copy > p:not(:first-child) {
    margin-top: 18px;
  }

  .algorithm-copy > strong {
    margin-top: 22px;
    padding-top: 15px;
  }

  .algorithm-controls {
    padding: 12px;
    grid-template-columns: auto minmax(54px, 1fr) auto;
    gap: 10px;
  }

  .algorithm-controls button:last-child {
    min-width: 128px;
  }

  .algorithm-stage-top {
    padding: 0 16px;
  }

  .hero-thesis {
    margin-bottom: 34px;
    gap: 22px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 54px);
    line-height: 0.96;
  }

  .hero-intro {
    max-width: none;
    padding: 18px 0 0;
    border-top: 3px solid var(--lime);
    border-left: 0;
  }

  .hero-intro .hero-intro-outcome {
    max-width: 330px;
    font-size: 25px;
  }

  .hero-intro-cta {
    width: 100%;
    max-width: none;
  }

  .hero-board {
    min-height: 0;
  }

  .hero-evidence {
    min-height: 0;
    padding: 12px;
    gap: 12px;
  }

  .hero-evidence .board-label {
    min-height: 96px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 10px;
  }

  .creative-controls {
    width: 100%;
  }

  .creative-controls > span {
    margin-right: auto;
    text-align: left;
  }

  .board-label .creative-arrow {
    width: 44px;
    min-height: 44px;
  }

  .board-label .creative-replay {
    min-height: 44px;
    margin-left: 2px;
    font-size: 12px;
  }

  .creative-rail {
    margin-right: -12px;
    padding: 4px 28px 14px 3px;
    gap: 10px;
  }

  .creative-card {
    flex-basis: min(258px, 78vw);
  }

  .creative-card-copy {
    min-height: 170px;
  }

  .creative-type h3 {
    font-size: 16px;
  }

  .creative-spend strong {
    font-size: 38px;
  }

  .evidence-path {
    min-height: 44px;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    font-size: 12px;
  }

  .hero-finding {
    min-height: 520px;
    padding: 18px;
  }

  .finding-answer > strong {
    font-size: 104px;
  }

  .finding-answer h2 {
    font-size: 36px;
  }

  .finding-action {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-foot {
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-foot strong {
    text-align: left;
  }

  .audit-section {
    padding-top: 84px;
  }

  .section-intro {
    margin-bottom: 42px;
  }

  .section-intro h2,
  .evidence-heading h2 {
    font-size: 42px;
  }

  .audit-proof {
    min-height: 470px;
    padding: 10px;
    gap: 10px;
  }

  .audit-canvas {
    background-size: 32px 32px;
  }

  .audit-visual {
    padding: 16px;
    gap: 14px;
  }

  .visual-label {
    font-size: 12px;
  }

  .supply-map {
    gap: 8px;
  }

  .supply-map > div {
    min-height: 64px;
    padding: 8px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px;
  }

  .supply-map > div > strong {
    font-size: 12px;
  }

  .supply-map > div > span {
    gap: 3px;
  }

  .supply-map i {
    width: 30px;
    min-height: 40px;
    font-size: 12px;
  }

  .visual-receipt,
  .allocation-total {
    min-height: 64px;
    padding: 10px;
  }

  .visual-receipt strong,
  .allocation-total strong {
    font-size: 42px;
  }

  .allocation-chart {
    gap: 6px;
  }

  .allocation-chart > div {
    min-height: 44px;
    grid-template-columns: 72px minmax(0, 1fr) 44px;
    gap: 7px;
  }

  .allocation-chart i {
    height: 20px;
  }

  .coverage-map > div {
    grid-template-columns: 76px repeat(5, minmax(36px, 1fr));
  }

  .coverage-map > div > * {
    min-height: 52px;
  }

  .coverage-head b {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .coverage-map strong {
    padding-left: 8px;
    font-size: 12px;
  }

  .coverage-map i.is-funded::after {
    content: "YES";
    font-size: 12px;
  }

  .decision-path {
    gap: 8px;
  }

  .decision-path > div {
    min-height: 64px;
    padding: 8px;
    grid-template-columns: 22px minmax(0, 1fr) 34px 92px;
    gap: 7px;
  }

  .decision-path strong {
    font-size: 12px;
  }

  .decision-path em {
    padding: 8px 4px;
    font-size: 12px;
  }

  .decision-rule {
    font-size: 12px;
  }

  .audit-answer {
    min-height: 570px;
  }

  .audit-insight {
    padding: 24px 18px;
    gap: 22px;
  }

  .audit-insight h3 {
    font-size: 42px;
  }

  .audit-insight footer {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .audit-controls button {
    min-width: 158px;
    flex-basis: 158px;
  }

  .library-section {
    padding: 92px 0 108px;
  }

  .library-intro h2 {
    font-size: 48px;
  }

  .library-workbench {
    display: block;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .recipe-tabs {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid var(--ink);
    scrollbar-width: thin;
  }

  .recipe-tabs header,
  .recipe-tabs footer {
    display: none;
  }

  .recipe-tabs button {
    min-width: 132px;
    min-height: 74px;
    padding: 10px 12px;
    flex: 0 0 132px;
  }

  .recipe-tabs button strong {
    font-size: 16px;
  }

  .recipe-media {
    min-height: 430px;
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .recipe-media-meta {
    font-size: 12px;
  }

  .recipe-copy {
    min-height: 500px;
    padding: 28px 18px;
  }

  .recipe-meta {
    font-size: 12px;
  }

  .recipe-copy h3 {
    font-size: 48px;
  }

  .recipe-rule {
    font-size: 31px;
  }

  .library-footer {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .library-footer .button {
    width: 100%;
  }

  .evidence-section {
    padding: 92px 0;
  }

  .evidence-heading {
    margin-bottom: 36px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .evidence-heading .section-kicker {
    grid-column: auto;
  }

  .evidence-join article {
    min-height: 240px;
    padding: 28px 20px;
  }

  .evidence-join article > strong {
    font-size: 31px;
  }

  .founder-section {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-right: 0;
    border-left: 0;
  }

  .founder-photo {
    min-height: 620px;
  }

  .founder-receipt {
    right: 14px;
    bottom: 14px;
    left: 14px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .founder-receipt {
    grid-template-columns: 1fr;
  }

  .founder-receipt > div + div {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .founder-receipt strong {
    font-size: 34px;
  }

  .founder-copy {
    padding: 54px 18px;
  }

  .founder-copy h2 {
    font-size: 44px;
  }

  .founder-copy blockquote strong {
    font-size: 24px;
  }

  .start-grid {
    width: 100%;
    padding: 0;
  }

  .start-outcome,
  .start-action {
    padding: 78px 18px;
    border-right: 0;
    border-left: 0;
  }

  .start-outcome h2,
  .start-action h3 {
    font-size: 44px;
  }

  .business-options {
    grid-template-columns: 1fr;
  }

  .business-options button {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .business-options button:last-child {
    border-bottom: 1px solid var(--line);
  }

  .mini-result {
    box-shadow: 6px 6px 0 var(--ink);
  }

  .mini-result strong {
    font-size: 34px;
  }

  .fit-rail {
    grid-template-columns: 1fr;
  }

  .fit-rail span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .fit-rail span:last-child {
    border-bottom: 0;
  }

  .site-footer {
    width: calc(100% - 28px);
    min-height: 140px;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: start;
  }

  .site-footer p {
    text-align: left;
  }

  .site-footer > span {
    justify-self: start;
  }
}

/* Mobile is a guided reading sequence, not the desktop page in one column. */
@media (max-width: 620px) {
  main > section {
    scroll-margin-top: 72px;
  }

  .landing-motion-ready main > section {
    opacity: 0.82;
    clip-path: inset(0 0 22px 0);
    transform: translateY(26px);
    transition:
      opacity 520ms ease,
      clip-path 720ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .landing-motion-ready main > section.is-mobile-visible {
    opacity: 1;
    clip-path: inset(0);
    transform: translateY(0);
  }

  .site-head {
    grid-template-columns: 1fr;
  }

  .head-cta {
    display: none;
  }

  .hero {
    padding-top: 46px;
    padding-bottom: 112px;
  }

  .hero-thesis {
    margin-bottom: 52px;
    gap: 28px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(40px, 11vw, 48px);
  }

  .hero-intro {
    padding-top: 22px;
  }

  .hero-intro .hero-intro-outcome {
    max-width: none;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.1;
  }

  .hero-intro-cta {
    min-height: 56px;
  }

  .hero-evidence {
    padding: 14px;
    gap: 14px;
  }

  .hero-evidence .board-label {
    min-height: 52px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  .board-label-copy {
    display: block;
  }

  .board-label-copy small {
    display: none;
  }

  .creative-controls {
    width: auto;
    justify-self: end;
    gap: 5px;
  }

  .creative-controls > span {
    min-width: 40px;
    margin: 0;
    font-size: 10px;
    text-align: center;
  }

  .board-label .creative-arrow {
    width: 40px;
    min-height: 40px;
  }

  .board-label .creative-replay {
    min-height: 40px;
    margin-left: 0;
    padding-inline: 3px;
    font-size: 10px;
  }

  .creative-rail {
    margin-right: -14px;
    padding: 4px 42px 18px 1px;
    gap: 12px;
  }

  .creative-card {
    flex-basis: min(250px, 72vw);
  }

  .creative-card-copy {
    min-height: 148px;
  }

  .creative-card:not(.is-active) {
    opacity: 0.82;
    transform: scale(0.975);
  }

  .creative-card.is-browsing-active,
  .hero-board.is-scanned .creative-card.is-funded,
  .hero-board.is-analyzing .creative-card.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .evidence-path {
    min-height: 48px;
    padding-inline: 4px;
    font-size: 10px;
  }

  .hero-finding {
    min-height: 0;
    padding: 34px 20px 24px;
    gap: 42px;
  }

  .finding-answer > strong {
    font-size: 92px;
  }

  .finding-answer h2 {
    max-width: none;
    font-size: 35px;
  }

  .finding-answer > p:last-child {
    margin-top: 22px;
  }

  .finding-action {
    padding: 16px;
  }

  .hero-foot {
    min-height: 0;
    padding: 22px 18px;
    gap: 6px;
  }

  .hero-foot b {
    display: none;
  }

  .algorithm-section {
    padding: 112px 0 124px;
    background-size: 44px 44px;
  }

  .algorithm-heading {
    gap: 26px;
  }

  .algorithm-heading .section-kicker {
    margin-bottom: 0;
  }

  .algorithm-heading h2 {
    max-width: none;
    font-size: 38px;
    line-height: 0.98;
  }

  .algorithm-heading > p {
    max-width: 34ch;
    line-height: 1.55;
  }

  .algorithm-deck {
    margin-top: 48px;
    box-shadow: none;
  }

  .algorithm-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }

  .algorithm-nav button {
    min-width: 0;
    min-height: 52px;
    padding: 0;
    display: grid;
    place-items: center;
    border-right: 1px solid var(--line);
  }

  .algorithm-nav button > span {
    grid-row: auto;
    padding: 0;
    color: currentColor;
    font-size: 11px;
  }

  .algorithm-nav button strong,
  .algorithm-nav button small {
    display: none;
  }

  .algorithm-stage-top {
    min-height: 48px;
  }

  .algorithm-slide {
    padding: 34px 20px 26px;
    gap: 38px;
  }

  .algorithm-copy h3 {
    max-width: none;
    font-size: 37px;
    line-height: 0.98;
  }

  .algorithm-copy > p:not(:first-child) {
    max-width: 35ch;
    margin-top: 22px;
    line-height: 1.52;
  }

  .algorithm-copy > strong {
    max-width: 35ch;
    margin-top: 26px;
    padding-top: 18px;
  }

  .algorithm-slide.is-active .vector-route,
  .algorithm-slide.is-active .funnel-route,
  .algorithm-slide.is-active .auction-route,
  .algorithm-slide.is-active .audit-route {
    animation-duration: 1.4s;
    animation-iteration-count: 1;
  }

  .algorithm-controls {
    min-height: 64px;
    padding: 10px 12px;
  }

  .algorithm-controls button {
    min-height: 44px;
    min-width: 44px;
  }

  .algorithm-sources {
    display: none;
  }

  .audit-section {
    padding-top: 116px;
  }

  .section-intro {
    margin-bottom: 50px;
    gap: 26px;
  }

  .section-intro h2,
  .evidence-heading h2 {
    max-width: none;
    font-size: 38px;
    line-height: 0.99;
  }

  .section-intro > p,
  .section-intro > div:last-child > p {
    max-width: 34ch;
  }

  .audit-section .section-intro > p {
    display: none;
  }

  .audit-runway {
    padding-bottom: 116px;
  }

  .audit-board {
    display: flex;
    flex-direction: column;
  }

  .audit-controls {
    order: -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    border-bottom: 1px solid var(--ink);
  }

  .audit-controls button {
    min-width: 0;
    min-height: 52px;
    padding: 0;
    flex-basis: auto;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    border-right: 1px solid var(--line);
    font-size: 0;
    white-space: nowrap;
  }

  .audit-controls button:last-child {
    border-right: 0;
  }

  .audit-controls button span {
    margin: 0;
    color: currentColor;
    font-size: 11px;
  }

  .audit-proof {
    min-height: 430px;
    padding: 14px;
    gap: 12px;
  }

  .audit-proof .board-label {
    min-height: 34px;
  }

  .audit-proof .board-label span:last-child {
    display: none;
  }

  .audit-visual {
    padding: 18px 14px;
  }

  .audit-answer {
    min-height: 0;
  }

  .audit-insight {
    min-height: 0;
    padding: 42px 20px 32px;
    position: relative;
    gap: 34px;
  }

  .audit-insight h3 {
    max-width: none;
    font-size: 38px;
    line-height: 1;
  }

  .audit-insight > div:nth-child(2) > p:last-child {
    max-width: 34ch;
  }

  .audit-insight footer {
    padding-top: 22px;
  }

  .library-section {
    padding: 124px 0;
  }

  .library-intro h2 {
    max-width: none;
    font-size: 40px;
  }

  .library-intro > div:last-child > p {
    max-width: 34ch;
  }

  .library-workbench {
    margin-top: 6px;
    box-shadow: none;
  }

  .recipe-tabs {
    scroll-snap-type: x mandatory;
  }

  .recipe-tabs button {
    min-width: 112px;
    min-height: 62px;
    padding: 8px 10px;
    flex-basis: 112px;
    scroll-snap-align: start;
  }

  .recipe-tabs button strong {
    font-size: 14px;
  }

  .recipe-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
    padding: 12px;
    gap: 12px;
  }

  .recipe-copy {
    min-height: 0;
    padding: 38px 20px;
    gap: 34px;
  }

  .recipe-copy h3 {
    font-size: 42px;
  }

  .recipe-rule {
    font-size: 28px;
  }

  .recipe-why {
    max-width: 34ch;
  }

  .library-workbench.recipe-changed .recipe-media,
  .library-workbench.recipe-changed .recipe-copy {
    animation: mobile-recipe-swap 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .library-workbench.recipe-changed .recipe-copy {
    animation-delay: 70ms;
  }

  @keyframes mobile-recipe-swap {
    from {
      opacity: 0.62;
      clip-path: inset(0 0 18px 0);
      transform: translateY(14px);
    }

    to {
      opacity: 1;
      clip-path: inset(0);
      transform: translateY(0);
    }
  }

  .library-footer {
    margin-top: 34px;
    gap: 0;
  }

  .library-footer p {
    display: none;
  }

  .library-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
  }

  .evidence-section {
    padding: 124px 0;
  }

  .evidence-heading {
    margin-bottom: 52px;
    gap: 26px;
  }

  .evidence-heading > p:last-child {
    max-width: 34ch;
  }

  .evidence-join article {
    min-height: 0;
    padding: 34px 20px;
    gap: 18px;
  }

  .evidence-join article > strong {
    max-width: 15ch;
    font-size: 28px;
    line-height: 1.08;
  }

  .evidence-join > b {
    min-height: 44px;
  }

  .evidence-note {
    max-width: 34ch;
    margin-top: 24px;
    line-height: 1.45;
  }

  .founder-section {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .founder-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .founder-receipt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-receipt > div {
    padding: 14px;
  }

  .founder-receipt > div + div {
    border-top: 0;
    border-left: 1px solid var(--ink);
  }

  .founder-receipt strong {
    font-size: 28px;
  }

  .founder-copy {
    padding: 64px 20px;
    gap: 38px;
  }

  .founder-copy h2 {
    max-width: none;
    font-size: 40px;
  }

  .founder-body p {
    max-width: 36ch;
  }

  .founder-copy blockquote {
    padding: 26px 0;
  }

  .founder-copy blockquote strong {
    font-size: 23px;
    line-height: 1.24;
  }

  .founder-copy footer span {
    display: none;
  }

  .start-grid {
    padding: 0;
  }

  .start-outcome,
  .start-action {
    padding: 112px 20px;
  }

  .start-outcome h2,
  .start-action h3 {
    max-width: none;
    font-size: 40px;
  }

  .start-outcome fieldset {
    margin-top: 40px;
  }

  .business-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-options button {
    min-height: 58px;
    padding: 8px 5px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    line-height: 1.15;
  }

  .business-options button:last-child {
    border-right: 1px solid var(--line);
  }

  .mini-result {
    min-height: 0;
    padding: 32px 20px;
    gap: 24px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .mini-result strong {
    font-size: 30px;
  }

  .mini-result.model-changed {
    animation: mobile-model-swap 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  @keyframes mobile-model-swap {
    from {
      opacity: 0.58;
      transform: translateX(14px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .start-action > p:nth-of-type(2) {
    max-width: 35ch;
  }

  .fit-rail {
    display: none;
  }

  .site-footer {
    min-height: 180px;
    padding: 38px 0 max(38px, env(safe-area-inset-bottom));
    align-content: center;
    gap: 14px;
  }
}

@media (max-width: 360px) {
  .hero-evidence .board-label {
    min-height: 102px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .creative-controls {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(38px, 1fr) 44px 44px auto;
  }

  .creative-controls > span {
    text-align: left;
  }

  .board-label .creative-arrow {
    width: 44px;
    min-height: 44px;
  }

  .board-label .creative-replay {
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .hero h1,
  .library-intro h2 {
    font-size: 40px;
  }

  .finding-answer h2,
  .section-intro h2,
  .evidence-heading h2,
  .audit-insight h3,
  .founder-copy h2,
  .start-outcome h2,
  .start-action h3 {
    font-size: 38px;
  }

  .creative-card {
    flex-basis: min(246px, 78vw);
  }

  .audit-proof {
    min-height: 440px;
  }

  .audit-answer {
    min-height: 600px;
  }

  .coverage-map > div {
    grid-template-columns: 68px repeat(5, minmax(32px, 1fr));
  }

  .recipe-copy h3 {
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
