:root {
  --ink: oklch(14% 0.015 66);
  --ink-raised: oklch(18% 0.017 66);
  --ink-soft: oklch(25% 0.02 66);
  --paper: oklch(94% 0.024 78);
  --paper-deep: oklch(88% 0.035 78);
  --paper-ink: oklch(22% 0.018 66);
  --amber: oklch(68% 0.14 72);
  --amber-light: oklch(82% 0.105 76);
  --amber-dark: oklch(43% 0.09 67);
  --bone: oklch(86% 0.025 76);
  --muted: oklch(68% 0.022 74);
  --line: oklch(31% 0.022 68);
  --line-light: oklch(75% 0.035 76);
  --measure: 64ch;
  --page: 76rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --display: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 20rem;
  margin: 0;
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a { color: inherit; }

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

:focus-visible {
  outline: 0.18rem solid var(--amber-light);
  outline-offset: 0.25rem;
}

.shell {
  width: min(100% - 2rem, var(--page));
  margin-inline: auto;
}

.narrow {
  width: min(100%, 48rem);
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  gap: var(--space-4);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wordmark::before {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.18rem solid var(--amber);
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  transform: rotate(-35deg);
}

.mast-note {
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.paid-hero {
  padding: clamp(3rem, 8vw, 7rem) 0 clamp(4rem, 9vw, 8rem);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  gap: var(--space-12);
}

.eyebrow {
  margin: 0 0 var(--space-6);
  color: var(--amber-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 14ch;
  margin-bottom: var(--space-6);
  font-size: clamp(3rem, 12vw, 6.8rem);
  line-height: 0.92;
}

h1 em {
  display: block;
  margin-top: 0.1em;
  color: var(--amber-light);
  font-style: italic;
}

h2 {
  max-width: 18ch;
  margin-bottom: var(--space-6);
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: var(--space-3);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.15;
}

.lead {
  max-width: var(--measure);
  margin-bottom: var(--space-8);
  color: var(--bone);
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  line-height: 1.55;
}

.purchase-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid var(--paper);
  border-radius: 0;
  background: var(--paper);
  color: var(--paper-ink);
  font-size: 0.97rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.purchase-cta::after {
  margin-left: 0.7rem;
  content: "↗";
  font-size: 1.05em;
}

.purchase-cta:hover {
  background: var(--amber-light);
  color: var(--ink);
  transform: translateY(-0.12rem);
}

.cta-meta {
  margin: var(--space-3) 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.evidence-plate {
  position: relative;
  container-type: inline-size;
  min-height: 31rem;
  padding: var(--space-4) var(--space-4) 3.2rem;
  background: var(--paper);
  color: var(--paper-ink);
}

.evidence-primary {
  width: 83%;
  margin-left: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.evidence-secondary {
  position: absolute;
  right: 46%;
  bottom: 5.4rem;
  width: 50%;
  aspect-ratio: 3 / 2;
  border: 0.65rem solid var(--paper);
  object-fit: cover;
}

.evidence-caption {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  width: 45%;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.evidence-stamp {
  position: absolute;
  top: 1.25rem;
  left: 0;
  padding: 0.55rem 0.8rem;
  background: var(--amber);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-0.65rem) rotate(-2deg);
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: var(--ink-raised);
}

.proof-strip .shell {
  display: grid;
  gap: 0;
}

.proof-fact {
  padding: var(--space-6) 0;
  border-bottom: 1px solid var(--line);
}

.proof-fact:last-child { border-bottom: 0; }

.proof-fact strong {
  display: block;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
}

.proof-fact span {
  color: var(--muted);
  font-size: 0.78rem;
}

.section {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  border-bottom: 1px solid var(--line);
}

.section-paper {
  border-color: var(--line-light);
  background: var(--paper);
  color: var(--paper-ink);
}

.section-paper .eyebrow { color: var(--amber-dark); }
.section-paper .lead { color: oklch(39% 0.022 68); }

.section-intro {
  display: grid;
  gap: var(--space-6);
  margin-bottom: clamp(2.5rem, 7vw, 5rem);
}

.section-intro > p:last-child { margin-bottom: 0; }

.comparison {
  display: grid;
  gap: var(--space-4);
}

.comparison-before {
  display: flex;
  min-height: 28rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  flex-direction: column;
  justify-content: space-between;
  background: var(--ink);
  color: var(--paper);
}

.comparison-label {
  margin: 0;
  color: var(--amber-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cold-prompt {
  max-width: 24rem;
  margin: var(--space-12) 0;
  padding: var(--space-6);
  border: 1px solid var(--line);
  color: var(--bone);
  font-family: var(--display);
  font-size: clamp(1.65rem, 5vw, 2.5rem);
  font-style: italic;
  line-height: 1.15;
}

.drift-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: var(--space-2);
  color: var(--muted);
  font-size: 0.86rem;
  list-style: none;
}

.drift-list li::before {
  margin-right: var(--space-2);
  color: var(--amber);
  content: "—";
}

.comparison-after {
  display: grid;
  min-height: 28rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: var(--space-2);
}

.comparison-after img {
  height: 100%;
  object-fit: cover;
}

.comparison-after img:first-child {
  grid-row: 1 / 3;
}

.after-caption {
  display: flex;
  padding: var(--space-4);
  background: var(--amber);
  color: var(--ink);
  flex-direction: column;
  justify-content: flex-end;
}

.after-caption .comparison-label { color: var(--ink); }

.after-caption strong {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.comparison-note {
  max-width: 72ch;
  margin: var(--space-6) 0 0;
  color: oklch(43% 0.022 68);
  font-size: 0.82rem;
}

.center-cta {
  margin-top: var(--space-12);
}

.jobs { display: grid; }

.job {
  display: grid;
  padding: var(--space-8) 0;
  gap: var(--space-6);
  border-top: 1px solid var(--line);
}

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

.job-number {
  color: var(--amber-light);
  font-family: var(--display);
  font-size: 2.5rem;
  line-height: 1;
}

.job-copy p {
  max-width: 44ch;
  margin-bottom: 0;
  color: var(--muted);
}

.job-visual {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--ink-raised);
}

.job-visual img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.job-visual.poster { aspect-ratio: 4 / 5; }

.how-panel {
  background: var(--amber);
  color: var(--ink);
}

.how-panel .eyebrow { color: var(--ink); }

.how-panel .lead { color: var(--paper-ink); }

.steps {
  display: grid;
  margin-top: var(--space-12);
  border-top: 1px solid var(--amber-dark);
}

.step {
  padding: var(--space-8) 0;
  border-bottom: 1px solid var(--amber-dark);
}

.step-no {
  display: block;
  margin-bottom: var(--space-6);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.step p {
  max-width: 35ch;
  margin: 0;
  color: oklch(29% 0.025 66);
}

.honesty-grid {
  display: grid;
  margin-top: var(--space-12);
  border-top: 1px solid var(--line);
}

.honesty-item {
  padding: var(--space-8) 0;
  border-bottom: 1px solid var(--line);
}

.honesty-item b {
  display: block;
  margin-bottom: var(--space-3);
  color: var(--amber-light);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.honesty-item p {
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
}

.bundle-layout {
  display: grid;
  gap: var(--space-12);
}

.bundle-price {
  padding: var(--space-8);
  border: 1px solid var(--paper-ink);
  background: var(--paper-ink);
  color: var(--paper);
}

.bundle-price .eyebrow { color: var(--amber-light); }

.bundle-price .price {
  display: block;
  margin: var(--space-6) 0 var(--space-2);
  font-family: var(--display);
  font-size: clamp(4.5rem, 15vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.bundle-price .price sup {
  font-family: var(--body);
  font-size: 0.16em;
  letter-spacing: 0;
  vertical-align: top;
}

.bundle-price p { color: var(--bone); }

.bundle-price .purchase-cta {
  width: 100%;
  margin-top: var(--space-4);
}

.files {
  margin: 0;
  padding: 0;
  counter-reset: file;
  list-style: none;
}

.files li {
  display: grid;
  padding: var(--space-4) 0;
  grid-template-columns: 2.25rem 1fr;
  gap: var(--space-3);
  border-bottom: 1px solid var(--line-light);
  counter-increment: file;
}

.files li::before {
  color: var(--amber-dark);
  content: "0" counter(file);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.files strong {
  display: block;
  color: var(--paper-ink);
  line-height: 1.25;
}

.files span {
  display: block;
  margin-top: var(--space-1);
  color: oklch(43% 0.022 68);
  font-size: 0.86rem;
}

.faq-list {
  margin-top: var(--space-12);
  border-top: 1px solid var(--line);
}

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

summary {
  display: grid;
  min-height: 4.5rem;
  padding: var(--space-6) 0;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--space-4);
  color: var(--paper);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 650;
  list-style: none;
}

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

summary::after {
  color: var(--amber-light);
  content: "+";
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
}

details[open] summary::after { content: "−"; }

details p {
  max-width: 65ch;
  margin: 0;
  padding: 0 0 var(--space-6);
  color: var(--muted);
}

.final-cta {
  padding: clamp(5rem, 13vw, 10rem) 0;
  background: var(--paper);
  color: var(--paper-ink);
  text-align: center;
}

.final-cta h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.final-cta p {
  max-width: 50ch;
  margin: 0 auto var(--space-8);
  color: oklch(39% 0.022 68);
}

.final-cta .purchase-cta {
  border-color: var(--paper-ink);
  background: var(--paper-ink);
  color: var(--paper);
}

.final-cta .purchase-cta:hover {
  border-color: var(--amber-dark);
  background: var(--amber-dark);
}

.final-cta .cta-meta { color: oklch(45% 0.022 68); }

.site-footer {
  padding: var(--space-8) 0 max(var(--space-8), env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.site-footer a {
  min-height: 2.75rem;
  padding: 0.7rem 0;
  color: var(--bone);
}

@media (hover: hover) and (pointer: fine) {
  .job:hover .job-visual img { transform: scale(1.025); }
}

@media (min-width: 42rem) {
  .shell { width: min(100% - 3rem, var(--page)); }

  .mast-note { font-size: 0.74rem; }

  .proof-strip .shell { grid-template-columns: repeat(3, 1fr); }

  .proof-fact {
    padding: var(--space-6);
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .proof-fact:first-child { padding-left: 0; }
  .proof-fact:last-child { border-right: 0; }

  .section-intro {
    grid-template-columns: minmax(0, 1.05fr) minmax(16rem, 0.75fr);
    align-items: end;
  }

  .section-intro .lead { margin-bottom: 0; }

  .comparison { grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); }

  .job {
    grid-template-columns: 4rem minmax(0, 0.8fr) minmax(16rem, 1.2fr);
    align-items: center;
  }

  .job-visual.poster {
    max-width: 21rem;
    justify-self: end;
  }

  .steps { grid-template-columns: repeat(3, 1fr); }

  .step {
    padding: var(--space-8);
    border-right: 1px solid var(--amber-dark);
    border-bottom: 0;
  }

  .step:first-child { padding-left: 0; }
  .step:last-child { border-right: 0; }

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

  .honesty-item:nth-child(odd) {
    padding-right: var(--space-8);
    border-right: 1px solid var(--line);
  }

  .honesty-item:nth-child(even) { padding-left: var(--space-8); }

  .bundle-layout {
    grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
  }

  .bundle-price { position: sticky; top: var(--space-6); }
}

@media (min-width: 64rem) {
  .paid-hero { padding-top: 4.5rem; }

  .hero-grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(28rem, 0.97fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
  }

  h1 {
    max-width: 16ch;
    font-size: clamp(4.35rem, 6vw, 5.35rem);
  }

  .evidence-plate { min-height: 35rem; }

  .evidence-primary { margin-top: var(--space-6); }
}

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