@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

:root {
  --bone: #f6f5f2;
  --ink: #17181a;
  --muted: #45484c;
  --soft: #6a6d71;
  --oxide: #b34a1b;
  --oxide-dark: #8e3a14;
  --oxide-light: #e08a5c;
  --blueprint: #3e607a;
  --blueprint-light: #8fb3cc;
  --steel: #1b1d20;
  --steel-panel: #26282c;
  --steel-copy: #c8c9cb;
  --rule: rgb(23 24 26 / 14%);
  --rule-dark: rgb(246 245 242 / 17%);
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --display: "Archivo", "Arial Narrow", Arial, sans-serif;
  --settle: cubic-bezier(.2, .7, .15, 1);
  --micro: 180ms;
  --reveal: 320ms;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body,
button {
  font-family: var(--body);
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--oxide);
  text-decoration: none;
}

a:hover {
  color: var(--oxide-dark);
  text-decoration: underline;
}

:focus-visible {
  outline: 2px solid var(--oxide);
  outline-offset: 2px;
}

::selection {
  background: rgb(179 74 27 / 20%);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.shell {
  width: min(1040px, 100%);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 32px);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--ink);
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-bottom: 1px solid var(--rule);
  background: rgb(246 245 242 / 96%);
  box-shadow: 0 8px 28px rgb(23 24 26 / 5%);
  content: "";
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity var(--micro) linear, transform var(--micro) var(--settle);
}

.site-header.is-scrolled::before,
html:not(.js) .site-header::before,
.claim-page .site-header::before {
  opacity: 1;
  transform: translateY(0);
}

.nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-lockup {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.brand-mark {
  width: 24px;
  flex: 0 0 24px;
  overflow: visible;
  fill: var(--ink);
}

.brand-mark-cut {
  fill: none;
  stroke: var(--oxide);
  stroke-width: 1.5;
}

.brand {
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  font-variation-settings: "wdth" 108, "wght" 800;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1;
}

a.brand:hover {
  color: var(--ink);
  text-decoration: none;
}

.tagline,
.eyebrow,
.step-num,
.compare-label,
.build-signoff,
.claim-slug {
  font-family: var(--mono);
}

.tagline {
  overflow: hidden;
  color: var(--soft);
  font-size: 11px;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 24px);
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}

.nav-links a::after {
  position: absolute;
  inset: auto 0 -5px;
  height: 1px;
  background: var(--oxide);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity var(--micro) linear, transform var(--micro) var(--settle);
}

.nav-links a:hover {
  color: var(--ink);
  text-decoration: none;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.price {
  font-family: var(--display);
  font-size-adjust: .51;
}

h1 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(42px, 7.1vw, 78px);
  font-variation-settings: "wdth" 123, "wght" 865;
  font-weight: 865;
  letter-spacing: -.045em;
  line-height: .96;
  text-wrap: balance;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(29px, 4vw, 42px);
  font-variation-settings: "wdth" 100, "wght" 750;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.05;
  text-wrap: balance;
}

h3 {
  margin: 0;
}

.hero-transform {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
  background: var(--bone);
}

.hero-stage {
  --cut: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-layer {
  min-height: max(650px, 86svh);
}

.hero-modern {
  position: relative;
  z-index: 2;
  display: grid;
  background: var(--bone);
  clip-path: inset(0 calc(100% - var(--cut)) 0 0);
}

.hero-modern::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(62 96 122 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(62 96 122 / 8%) 1px, transparent 1px),
    linear-gradient(rgb(62 96 122 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(62 96 122 / 4%) 1px, transparent 1px);
  background-position: center;
  background-size: 32px 32px, 32px 32px, 8px 8px, 8px 8px;
  content: "";
}

.hero-modern::after {
  position: absolute;
  z-index: -1;
  inset: 96px max(24px, calc((100vw - 1040px) / 2 + 32px)) 28px auto;
  width: min(26vw, 260px);
  border-top: 1px solid rgb(62 96 122 / 30%);
  border-right: 1px solid rgb(62 96 122 / 30%);
  content: "";
}

.hero-shell {
  position: relative;
  z-index: 1;
  align-self: center;
  padding-top: clamp(120px, 18vh, 164px);
  padding-bottom: clamp(64px, 12vh, 112px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--oxide);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 55ch;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
  margin-top: 32px;
}

.button,
.claim-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background: var(--oxide);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button {
  min-height: 50px;
  padding: 13px 24px;
  font-size: 15px;
}

.button::after,
.claim-button::after {
  position: absolute;
  inset: 0;
  background: var(--oxide-dark);
  content: "";
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity var(--micro) linear, transform var(--micro) var(--settle);
}

.button:hover,
.claim-button:hover {
  color: #fff;
  text-decoration: none;
}

.button:hover::after,
.claim-button:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.button {
  isolation: isolate;
}

.button::after,
.claim-button::after {
  z-index: 0;
}

.button > span,
.claim-button > span {
  position: relative;
  z-index: 1;
}

.price-note {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.45;
}

.hero-legacy {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: none;
  padding: 88px clamp(12px, 3vw, 30px) 26px;
  background-color: #c0c0c0;
  background-image:
    linear-gradient(45deg, rgb(255 255 255 / 24%) 25%, transparent 25%, transparent 75%, rgb(255 255 255 / 24%) 75%),
    linear-gradient(45deg, rgb(0 0 0 / 6%) 25%, transparent 25%, transparent 75%, rgb(0 0 0 / 6%) 75%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  font-family: "Times New Roman", Times, serif;
}

.hero-enhanced .hero-legacy {
  display: block;
}

.hero-legacy [data-copy]::before {
  content: attr(data-copy);
}

.legacy-page {
  width: min(850px, 100%);
  min-height: 100%;
  margin-inline: auto;
  border: 3px ridge #e8e8e8;
  background: #fff;
  box-shadow: 8px 8px 0 rgb(0 0 0 / 18%);
}

.legacy-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 6px 10px;
  background: #000080;
  color: #fff;
}

.legacy-wordmark {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .05em;
}

.legacy-counter {
  padding: 2px 5px;
  border: 1px inset #c0c0c0;
  background: #000;
  color: #53ff43;
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.legacy-marquee {
  overflow: hidden;
  border-block: 2px inset #fff;
  background: #ffffcc;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}

.legacy-marquee span {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  text-align: center;
}

.hero-enhanced:not(.hero-reduced):not(.hero-offscreen) .legacy-marquee span::before {
  display: block;
  animation: legacy-marquee 9s linear infinite;
}

@keyframes legacy-marquee {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.legacy-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 20px;
  padding: 7px 10px;
  border-bottom: 2px groove #fff;
  background: #c0c0c0;
}

.legacy-nav span {
  color: #000080;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.legacy-content {
  padding: clamp(22px, 5vw, 44px);
  text-align: center;
}

.legacy-eyebrow {
  display: block;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 3px 7px;
  background: #ffffcc;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.legacy-heading {
  max-width: 720px;
  margin-inline: auto;
  color: #000080;
  font-size: clamp(31px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 1px 1px #c0c0c0;
}

.legacy-copy {
  max-width: 680px;
  margin: 20px auto 0;
  color: #000;
  font-size: 17px;
  line-height: 1.35;
}

.legacy-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.legacy-button {
  padding: 9px 20px;
  border: 3px outset #efefef;
  background: #c0c0c0;
  color: #000;
  font: 700 15px Arial, sans-serif;
}

.legacy-price {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.legacy-best {
  display: block;
  margin-top: 25px;
  color: #333;
  font-size: 11px;
}

.hero-scrubber {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: none;
  pointer-events: none;
  transform: translateX(calc(var(--cut) - 100%));
  will-change: transform;
}

.hero-enhanced .hero-scrubber {
  display: block;
}

.hero-enhanced.is-interactive .hero-stage {
  cursor: ew-resize;
  touch-action: pan-y;
}

.cut-line {
  position: absolute;
  inset: 0 0 0 auto;
  width: 2px;
  background: linear-gradient(transparent 4%, var(--oxide) 14%, var(--oxide) 86%, transparent 96%);
  box-shadow: 0 0 12px rgb(179 74 27 / 46%);
}

.torch {
  position: absolute;
  top: 52%;
  right: 0;
  width: 30px;
  filter: drop-shadow(0 0 8px rgb(224 138 92 / 65%));
  transform: translateY(-50%);
}

.torch svg {
  overflow: visible;
  fill: var(--steel);
  stroke: var(--bone);
  stroke-width: 1;
}

.torch-tip {
  fill: none;
  stroke: var(--oxide-light);
  stroke-width: 3;
}

.hero-scrubber:focus-visible {
  outline: 0;
}

.hero-scrubber:focus-visible .torch {
  outline: 2px solid var(--oxide);
  outline-offset: 4px;
}

.drag-hint {
  position: absolute;
  top: calc(52% + 30px);
  right: 17px;
  padding: 5px 8px;
  border: 1px solid var(--oxide);
  background: var(--bone);
  color: var(--oxide-dark);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  opacity: 0;
  text-transform: uppercase;
}

.hero-enhanced.show-hint .drag-hint {
  animation: drag-hint 900ms var(--settle) 1 both;
}

@keyframes drag-hint {
  0% { opacity: 0; transform: translateX(8px); }
  25%, 72% { opacity: 1; transform: translateX(0); }
  100% { opacity: .9; transform: translateX(-3px); }
}

.replay-button {
  position: absolute;
  z-index: 8;
  right: max(20px, calc((100vw - 1040px) / 2 + 32px));
  bottom: 24px;
  display: none;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgb(23 24 26 / 30%);
  border-radius: 2px;
  background: rgb(246 245 242 / 88%);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .04em;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity var(--micro) linear, transform var(--micro) var(--settle);
}

.replay-button svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.6;
}

.hero-enhanced .replay-button {
  display: flex;
}

.hero-enhanced.hero-complete .replay-button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.replay-button:hover {
  border-color: var(--oxide);
  color: var(--oxide-dark);
}

.spark-canvas {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.content-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}

.content-section > .shell {
  padding-top: clamp(64px, 9vw, 104px);
  padding-bottom: clamp(64px, 9vw, 104px);
}

.blueprint-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(62 96 122 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(62 96 122 / 5%) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  opacity: 1;
}

.can-reveal .blueprint-section::before {
  opacity: 0;
  transition: opacity 200ms steps(2, end);
}

.can-reveal .blueprint-section.section-printed::before {
  opacity: 1;
}

.section-heading {
  margin-bottom: 40px;
}

.section-intro {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.dimension-line {
  width: min(600px, 100%);
  height: 18px;
  margin-top: 24px;
  overflow: visible;
  fill: var(--blueprint);
  stroke: var(--blueprint);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.dimension-line path {
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.step {
  position: relative;
  min-width: 0;
  padding: 32px 28px 34px;
  background: rgb(246 245 242 / 90%);
}

.scribe-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  pointer-events: none;
  stroke: rgb(62 96 122 / 52%);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.scribe-border rect {
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
}

.step-num {
  width: fit-content;
  margin-bottom: 22px;
  padding: 6px 8px;
  border: 1px solid rgb(179 74 27 / 40%);
  background: rgb(179 74 27 / 7%);
  color: var(--oxide-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  transform-origin: left bottom;
}

.step h3 {
  margin-bottom: 11px;
  font-family: var(--display);
  font-size: 19px;
  font-variation-settings: "wdth" 100, "wght" 720;
  font-weight: 720;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

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

.step strong {
  color: var(--ink);
}

.honesty {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(40px, 7vw, 88px);
}

.honesty-lead {
  max-width: 42ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.honesty-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.honesty-copy > p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
}

.pullquote {
  position: relative;
  display: inline-block;
  max-width: 100%;
  color: var(--ink);
  font-weight: 700;
}

.pullquote svg {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 6px;
  overflow: visible;
  fill: none;
  stroke: var(--oxide);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.pullquote path {
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
}

.truth-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.truth-list li {
  display: flex;
  gap: 11px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.dash {
  color: var(--oxide);
  font-weight: 800;
}

.rebuild {
  background: var(--steel);
  color: var(--bone);
}

.rebuild h2 {
  color: var(--bone);
}

.rebuild .section-intro,
.rebuild-credit {
  color: var(--steel-copy);
}

.comparison {
  margin: 42px 0 0;
}

.browser-window {
  overflow: hidden;
  border: 1px solid rgb(246 245 242 / 23%);
  border-radius: 4px;
  background: var(--steel-panel);
  box-shadow: 0 28px 70px rgb(0 0 0 / 28%);
}

.browser-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-bottom: 1px solid rgb(246 245 242 / 14%);
}

.browser-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: rgb(246 245 242 / 33%);
}

.browser-address {
  width: min(320px, 48%);
  height: 8px;
  margin-left: 8px;
  border-radius: 1px;
  background: rgb(246 245 242 / 10%);
}

.compare-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 16px;
  background: #303237;
}

.compare-label {
  z-index: 4;
  width: fit-content;
  padding: 5px 7px;
  border: 1px solid currentColor;
  background: rgb(27 29 32 / 91%);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.compare-label-before {
  grid-row: 3;
  color: var(--blueprint-light);
}

.compare-label-after {
  grid-row: 1;
  color: var(--oxide-light);
}

.compare-image {
  display: block;
  overflow: hidden;
  border: 1px solid rgb(246 245 242 / 18%);
  background: #fff;
}

.compare-image-after {
  grid-row: 2;
}

.compare-image-before {
  width: min(42%, 260px);
  grid-row: 4;
}

.compare-image img {
  width: 100%;
  height: auto;
}

.compare-divider,
.compare-control {
  display: none;
}

.comparison-enhanced .compare-stage {
  position: relative;
  display: block;
  height: clamp(350px, 53vw, 550px);
  overflow: hidden;
  padding: 0;
  cursor: ew-resize;
  touch-action: pan-y;
}

.comparison-enhanced .compare-label {
  position: absolute;
  top: 16px;
}

.comparison-enhanced .compare-label-before {
  left: 16px;
}

.comparison-enhanced .compare-label-after {
  right: 16px;
}

.comparison-enhanced .compare-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.comparison-enhanced .compare-image-before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--compare)) 0 0);
}

.comparison-enhanced .compare-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.comparison-enhanced .compare-divider,
.comparison-enhanced .compare-control {
  position: absolute;
  inset: 0;
  display: block;
  transform: translateX(calc(var(--compare) - 100%));
  will-change: transform;
}

.comparison-enhanced .compare-divider {
  z-index: 5;
  pointer-events: none;
}

.compare-divider::before {
  position: absolute;
  inset: 0 0 0 auto;
  width: 2px;
  background: var(--oxide-light);
  box-shadow: 0 0 18px rgb(224 138 92 / 45%);
  content: "";
}

.compare-grip {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 54px;
  display: grid;
  grid-template-columns: repeat(2, 4px);
  grid-auto-rows: 4px;
  place-content: center;
  gap: 5px;
  border: 2px solid var(--oxide-light);
  border-radius: 2px;
  background: var(--steel);
  box-shadow: 0 5px 24px rgb(0 0 0 / 30%);
  transform: translateY(-50%);
}

.compare-grip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--oxide-light);
}

.comparison-enhanced .compare-control {
  z-index: 6;
  pointer-events: none;
}

.compare-control:focus-visible {
  outline: 0;
}

.compare-control:focus-visible::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 62px;
  border: 2px solid var(--oxide-light);
  content: "";
  transform: translateY(-50%);
}

.rebuild-credit {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.founders .shell {
  max-width: 1040px;
}

.founders-copy {
  max-width: 680px;
}

.founders-copy h2 {
  margin-bottom: 18px;
}

.founders-copy p {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

.founders-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.faq-shell {
  width: min(760px, 100%);
}

.faq-shell h2 {
  margin-bottom: 34px;
}

.faq-list {
  border-top: 1px solid var(--rule);
}

details {
  border-bottom: 1px solid var(--rule);
}

details > summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 2px;
  color: var(--ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.faq-chev {
  flex: 0 0 auto;
  color: var(--oxide);
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 500;
  transform: rotate(0);
  transition: transform var(--micro) var(--settle);
}

details[open]:not(.is-closing) .faq-chev {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--reveal) var(--settle);
}

.faq-answer > div {
  min-height: 0;
  overflow: hidden;
}

details[open]:not(.is-closing) .faq-answer {
  grid-template-rows: 1fr;
}

details.is-opening .faq-answer {
  grid-template-rows: 0fr;
}

.faq-answer p {
  max-width: 60ch;
  margin: 0;
  padding: 0 2px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.site-footer {
  margin-top: auto;
}

.site-footer .shell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 34px;
  padding-bottom: 42px;
}

.site-footer p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.65;
}

.site-footer a {
  color: var(--soft);
  text-decoration: underline;
}

.build-signoff {
  padding-top: 7px;
  color: var(--blueprint) !important;
  font-size: 10px !important;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.ruler-rail {
  position: fixed;
  z-index: 90;
  inset: 68px auto 18px 0;
  width: 16px;
  display: none;
  border-right: 1px solid rgb(62 96 122 / 35%);
  background-image:
    repeating-linear-gradient(to bottom, transparent 0 7px, rgb(62 96 122 / 52%) 7px 8px),
    repeating-linear-gradient(to bottom, transparent 0 31px, rgb(62 96 122 / 76%) 31px 32px);
  background-position: right top;
  background-size: 5px 8px, 10px 32px;
  background-repeat: repeat-y;
  pointer-events: none;
}

.ruler-rail span {
  position: absolute;
  top: 0;
  right: -3px;
  width: 8px;
  height: 2px;
  background: var(--oxide);
  box-shadow: 0 0 0 2px var(--bone);
  transform: translateY(var(--ruler-y, 0));
  will-change: transform;
}

.can-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--reveal) linear, transform var(--reveal) var(--settle);
  transition-delay: var(--stagger, 0ms);
}

.can-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.can-reveal .dimension-line path,
.can-reveal .scribe-border rect,
.can-reveal .pullquote path {
  stroke-dashoffset: 1;
}

.can-reveal .is-visible .dimension-line path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms linear 80ms;
}

.can-reveal .step .scribe-border rect {
  transition: stroke-dashoffset var(--reveal) linear var(--stagger, 0ms);
}

.can-reveal .step.is-visible .scribe-border rect {
  stroke-dashoffset: 0;
}

.can-reveal .step .step-num {
  transform: rotate(-1.5deg) scale(1.05);
}

.can-reveal .step.is-visible .step-num {
  transform: rotate(0) scale(1);
  transition: transform var(--micro) var(--settle) var(--stagger, 0ms);
}

.can-reveal .truth-list li {
  opacity: 0;
  transform: translateX(-8px);
}

.can-reveal .truth-list.is-visible li {
  opacity: 1;
  transform: translateX(0);
  transition: opacity var(--micro) linear var(--stagger), transform var(--micro) var(--settle) var(--stagger);
}

.can-reveal .pullquote.is-underlined path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms linear;
}

/* Claim page */
.claim-page .shell {
  width: min(720px, 100%);
}

.claim-slug {
  min-width: 0;
  overflow: hidden;
  color: var(--soft);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.claim-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}

.claim-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(62 96 122 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(62 96 122 / 7%) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}

.claim-hero .shell {
  position: relative;
  padding-top: clamp(116px, 18vw, 152px);
  padding-bottom: clamp(52px, 9vw, 76px);
}

.claim-hero h1 {
  max-width: 13ch;
  font-size: clamp(38px, 7vw, 58px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.claim-hero .hero-copy {
  margin-top: 20px;
  font-size: 16px;
}

.claim-section {
  position: relative;
  border-bottom: 1px solid var(--rule);
}

.claim-section::after {
  position: absolute;
  inset: -1px 0 auto;
  height: 1px;
  background: var(--blueprint);
  content: "";
  transform: scaleX(1);
  transform-origin: left;
}

.claim-section .shell {
  padding-top: clamp(44px, 7vw, 62px);
  padding-bottom: clamp(44px, 7vw, 62px);
}

.prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.price-card {
  position: relative;
  min-width: 0;
  padding: 28px 24px;
  border: 1px solid var(--rule);
  background: var(--bone);
}

.price-card::after,
.contact-box::after {
  position: absolute;
  inset: -1px -1px auto;
  height: 1px;
  background: var(--blueprint);
  content: "";
  transform: scaleX(1);
  transform-origin: left;
}

.price {
  font-size: clamp(42px, 8vw, 58px);
  font-variation-settings: "wdth" 120, "wght" 850;
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: .95;
}

.price small {
  color: var(--muted);
  font-family: var(--body);
  font-size: .31em;
  font-weight: 650;
  letter-spacing: 0;
}

.price-caption {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 700;
}

.price-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.claim-section h2 {
  margin-bottom: 26px;
  font-size: clamp(25px, 4vw, 32px);
}

.next-steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-steps li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: baseline;
  gap: 14px;
}

.next-steps span {
  color: var(--oxide);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
}

.next-steps p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.65;
}

.claim-actions {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.claim-button {
  width: 100%;
  min-height: 60px;
  padding: 17px 24px;
  font-size: 18px;
}

.stripe-note {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  text-align: center;
}

.contact-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px 24px;
  padding: 19px 20px;
  border: 1px solid var(--rule);
}

.contact-box strong,
.contact-box span {
  font-size: 15px;
}

.contact-box span {
  color: var(--muted);
}

.contact-box a {
  font-weight: 700;
}

.claim-page .site-footer .shell {
  padding-top: 30px;
  padding-bottom: 38px;
}

.can-reveal .claim-section[data-reveal]::after,
.can-reveal .claim-section[data-reveal] .price-card::after,
.can-reveal .claim-section[data-reveal] .contact-box::after {
  transform: scaleX(0);
}

.can-reveal .claim-section[data-reveal].is-visible::after,
.can-reveal .claim-section[data-reveal].is-visible .price-card::after,
.can-reveal .claim-section[data-reveal].is-visible .contact-box::after {
  transform: scaleX(1);
  transition: transform var(--reveal) var(--settle);
}

.can-reveal .claim-section[data-reveal] {
  transform: none;
}

@media (min-width: 1100px) {
  .ruler-rail {
    display: block;
  }
}

@media (max-width: 800px) {
  .steps,
  .honesty {
    grid-template-columns: minmax(0, 1fr);
  }

  .steps {
    gap: 12px;
  }

  .honesty {
    gap: 34px;
  }

  .honesty-copy {
    max-width: 650px;
  }
}

@media (max-width: 620px) {
  .shell {
    padding-inline: 20px;
  }

  .tagline {
    display: none;
  }

  .hero-layer {
    min-height: max(660px, 92svh);
  }

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

  h1 {
    max-width: 12ch;
    font-size: clamp(38px, 11.5vw, 52px);
    line-height: .98;
  }

  .hero-copy {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 26px;
  }

  .button {
    width: 100%;
  }

  .legacy-titlebar {
    align-items: flex-start;
    flex-direction: column;
  }

  .legacy-content {
    padding: 22px 16px;
  }

  .legacy-heading {
    font-size: clamp(29px, 9vw, 39px);
  }

  .legacy-copy {
    font-size: 15px;
  }

  .replay-button {
    right: 20px;
    bottom: 18px;
  }

  .content-section > .shell {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section-heading,
  .comparison {
    margin-bottom: 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .step {
    padding: 28px 24px 30px;
  }

  .comparison {
    margin-top: 34px;
  }

  .comparison-enhanced .compare-stage {
    height: clamp(330px, 106vw, 440px);
  }

  .comparison-enhanced .compare-label {
    top: 12px;
  }

  .comparison-enhanced .compare-label-before {
    left: 12px;
  }

  .comparison-enhanced .compare-label-after {
    right: 12px;
  }

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

@media (max-width: 390px) {
  .nav {
    gap: 10px;
  }

  .brand-lockup {
    gap: 7px;
  }

  .brand-mark {
    width: 21px;
    flex-basis: 21px;
  }

  .brand {
    font-size: 14px;
  }

  .nav-links {
    gap: 11px;
  }

  .nav-links a {
    font-size: 12px;
  }

  .hero-layer {
    min-height: max(670px, 94svh);
  }

  .compare-image-before {
    width: 48%;
  }

  .claim-slug {
    max-width: 42vw;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-reduced .drag-hint,
  .hero-reduced .replay-button,
  .ruler-rail {
    display: none;
  }

  .hero-reduced .torch {
    filter: none;
  }
}

@media (forced-colors: active) {
  .hero-modern::before,
  .blueprint-section::before,
  .claim-hero::before {
    display: none;
  }

  .cut-line,
  .compare-divider::before {
    background: CanvasText;
  }
}

@media print {
  .site-header {
    position: absolute;
  }

  .hero-scrubber,
  .replay-button,
  .ruler-rail {
    display: none !important;
  }

  .rebuild,
  .comparison,
  details,
  .site-footer {
    break-inside: avoid;
  }

  .content-section > .shell {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .comparison {
    margin-top: 24px;
  }

  .comparison-enhanced .compare-stage {
    height: 380px;
  }

  .faq > .shell {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-shell h2 {
    margin-bottom: 20px;
  }

  details > summary {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .site-footer .shell {
    gap: 4px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
