:root {
  --ink: #14110e;
  --ink-soft: #3a342c;
  --muted: #6a6156;
  --paper: #f3ece2;
  --paper-2: #e6d9c6;
  --cream: #faf6ef;
  --white: #fffdf8;
  --gold: #b08948;
  --gold-2: #c9a45c;
  --gold-dim: rgba(176, 137, 72, 0.16);
  --oxblood: #6e2c28;
  --rule: rgba(20, 17, 14, 0.1);
  --rule-strong: rgba(20, 17, 14, 0.18);
  --shadow: 0 20px 48px rgba(20, 17, 14, 0.1);
  --serif: "Source Serif 4", "Iowan Old Style", Palatino, serif;
  --display: "Fraunces", Georgia, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --wrap: 1080px;
  --narrow: 680px;
  --radius: 12px;
  --header: 64px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 2.6rem); }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  min-height: 100vh;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--oxblood); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
/* Never let the paper hover (ink) paint over dark chrome. */
.site-header a:not(.btn):hover,
.announce a:hover,
.desk-nav a:not(.btn):hover {
  color: var(--cream);
}
p { margin: 0 0 1em; }
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 560;
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin: 0 0 0.45em;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
h3 { font-size: 1.22rem; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip {
  position: absolute; left: 1rem; top: -40px; background: var(--ink); color: var(--cream);
  padding: 0.5rem 0.8rem; z-index: 100; text-decoration: none;
}
.skip:hover, .skip:focus { top: 0.6rem; color: var(--cream); }
.wrap { width: min(var(--wrap), calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(var(--narrow), calc(100% - 2rem)); margin-inline: auto; }
.kicker {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin: 0 0 0.7rem;
}
.lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 36em; }
.muted { color: var(--muted); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  font-family: var(--sans); font-weight: 500; font-size: 0.9rem;
  text-decoration: none; border: 1px solid transparent;
  padding: 0.72rem 1.15rem; border-radius: 999px; cursor: pointer;
  min-height: 44px;
  transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
  background: var(--ink); color: var(--cream);
}
.btn:hover, a.btn:hover {
  color: var(--cream);
  background: #4a4034;
}
.btn-gold, a.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover, a.btn-gold:hover { background: var(--gold-2); color: var(--ink); }
.btn-ghost, a.btn-ghost {
  background: transparent; color: var(--ink); border-color: var(--rule-strong);
}
.btn-ghost:hover, a.btn-ghost:hover { background: rgba(20,17,14,0.07); color: var(--ink); }
.btn-line, a.btn-line { background: transparent; color: var(--cream); border-color: rgba(251,247,240,.45); }
.btn-line:hover, a.btn-line:hover { background: rgba(251,247,240,.14); color: var(--cream); }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.65rem; align-items: center; }

.site-top { position: sticky; top: 0; z-index: 50; }
.announce {
  background: #0e0c0a; color: rgba(251,247,240,.78);
  font-family: var(--sans); font-size: 0.8rem;
  padding: 0.42rem 0; text-align: center;
}
.announce a { color: var(--gold-2); text-decoration: none; }
.announce a:hover { color: var(--cream); }
.site-header {
  background: var(--ink);
  border-bottom: 1px solid rgba(251,247,240,.08);
  position: relative;
  z-index: 2;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header); gap: 1rem; position: relative;
}
.wordmark {
  display: inline-flex; align-items: center; gap: 0.55rem;
  text-decoration: none; color: var(--cream);
  font-family: var(--display); font-size: 1.15rem; font-weight: 560;
}
a.wordmark,
a.wordmark:hover,
a.wordmark:focus,
.wordmark:hover {
  color: var(--cream);
  text-decoration: none;
}
.wordmark em { font-style: italic; font-weight: 400; }
.wordmark .mark { color: var(--gold); display: grid; place-items: center; }
a.wordmark:hover .mark { color: var(--gold-2); }
.site-nav { display: flex; align-items: center; gap: 0.15rem 1.05rem; }
.nav-link {
  font-family: var(--sans); font-size: 0.88rem; color: rgba(251,247,240,.72);
  text-decoration: none; padding: 0.25rem 0;
}
.nav-link:hover, .nav-link.is-active { color: var(--cream); }
.nav-cta { margin-left: 0.15rem; padding: 0.48rem 0.95rem; font-size: 0.84rem; }
.nav-scrim {
  display: none;
  position: fixed; inset: 0;
  background: rgba(20, 17, 14, 0.5);
  z-index: 1;
  border: 0;
  padding: 0;
  cursor: pointer;
}
body.nav-open .nav-scrim { display: block; }
@media (min-width: 1081px) {
  .nav-scrim, body.nav-open .nav-scrim { display: none !important; }
}
.nav-toggle {
  display: none; background: none; border: 0; width: 44px; height: 44px;
  position: relative; cursor: pointer;
}
.nav-toggle span {
  position: absolute; left: 10px; right: 10px; height: 1.5px; background: var(--cream);
}
.nav-toggle span:first-of-type { top: 16px; }
.nav-toggle span:last-of-type { bottom: 16px; }
.license-chip {
  font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.1em;
  text-transform: uppercase; border: 1px solid var(--gold); color: var(--gold);
  border-radius: 999px; padding: 0.18rem 0.5rem;
}

.hero {
  position: relative; min-height: min(78vh, 720px);
  display: grid; place-items: end start; color: var(--cream);
  isolation: isolate; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 68%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(20,17,14,0.25) 0%, rgba(20,17,14,0.2) 38%, rgba(20,17,14,0.82) 100%),
    linear-gradient(90deg, rgba(20,17,14,0.5), transparent 58%);
}
.hero-copy { padding: 3.2rem 0 2.8rem; max-width: 22em; }
.hero h1 { color: var(--cream); text-wrap: balance; }
.hero .lede { color: rgba(251,247,240,0.84); font-size: 1.08rem; }

.section { padding: 4rem 0; }
.section-tight { padding: 2.6rem 0; }
.section-dark { background: var(--ink); color: var(--cream); }
.section-dark h2, .section-dark h3 { color: var(--cream); }
.section-dark .muted { color: rgba(251,247,240,.68); }
.section-dark a:not(.btn):not(.card) { color: var(--gold-2); }
.section-dark a:not(.btn):not(.card):hover { color: var(--cream); }
.section-dark .btn-ghost,
.section-dark a.btn-ghost,
.site-footer .btn-ghost,
.site-header .btn-ghost,
.hero .btn-ghost,
.price-card.featured .btn-ghost {
  color: var(--cream);
  border-color: rgba(251,247,240,.42);
  background: transparent;
}
.section-dark .btn-ghost:hover,
.section-dark a.btn-ghost:hover,
.site-footer .btn-ghost:hover,
.site-header .btn-ghost:hover,
.hero .btn-ghost:hover,
.price-card.featured .btn-ghost:hover {
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream);
}
.section-dark .btn:not(.btn-gold):not(.btn-line):not(.btn-ghost),
.price-card.featured .btn:not(.btn-gold):not(.btn-line):not(.btn-ghost) {
  background: var(--cream);
  color: var(--ink);
}
.section-dark .btn:not(.btn-gold):not(.btn-line):not(.btn-ghost):hover,
.price-card.featured .btn:not(.btn-gold):not(.btn-line):not(.btn-ghost):hover {
  background: #fff;
  color: var(--ink);
}
.section-cream { background: var(--cream); }
.section-head { max-width: 36em; margin-bottom: 1.8rem; }

.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem;
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 1.5rem 0;
}
.stat b {
  display: block; font-family: var(--display); font-size: 1.55rem; font-weight: 560;
}
.stat span { font-family: var(--sans); font-size: 0.86rem; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.step {
  padding: 1.25rem 1.2rem 1.3rem;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}
.step .num {
  font-family: var(--display); font-style: italic; color: var(--gold); font-size: 1.45rem;
}
.step h3 { margin-top: 0.35rem; }
.step p:last-child { margin-bottom: 0; }

.tool-grid, .card-grid, .price-grid, .guide-grid { display: grid; gap: 1rem; }
.tool-grid { grid-template-columns: repeat(3, 1fr); }
.card-grid { grid-template-columns: repeat(3, 1fr); }
.price-grid { grid-template-columns: 1fr 1.12fr 1fr; align-items: stretch; }
.guide-grid { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 1.2rem 1.15rem 1.25rem;
  display: flex; flex-direction: column; gap: 0.4rem;
  text-decoration: none; color: inherit;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
a.card:hover, a.card:focus-visible {
  border-color: var(--gold);
  color: inherit;
  box-shadow: var(--shadow);
}
@media (hover: hover) {
  a.card:hover { transform: translateY(-2px); }
}
.card h3 { margin: 0; font-size: 1.18rem; }
.card p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }
.card .meta {
  font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold);
}
.card .btn, .card button.btn { margin-top: 0.85rem; align-self: flex-start; }

.split {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.2rem; align-items: center;
}
.split img {
  border-radius: 14px; width: 100%; height: min(460px, 56vw);
  object-fit: cover; box-shadow: var(--shadow);
}

.price-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 1.45rem 1.3rem 1.35rem;
  display: flex; flex-direction: column;
  gap: 0.35rem;
}
.price-card.featured {
  background: var(--ink); color: var(--cream);
  box-shadow: var(--shadow);
}
.price-card.featured h3, .price-card.featured p { color: inherit; }
.price-card .amount {
  font-family: var(--display); font-size: 2.3rem; margin: 0.1rem 0 0.45rem;
}
.price-card ul { margin: 0.3rem 0 1.1rem; padding: 0 0 0 1.05rem; flex: 1; }
.price-card li { margin: 0.3rem 0; }
.price-card .btn { margin-top: auto; align-self: flex-start; }
.price-card .note { font-size: 0.86rem; color: var(--muted); margin-top: 0.7rem; }
.price-card.featured .note { color: rgba(251,247,240,.65); }
.price-card.featured .bump { color: rgba(251,247,240,.82); }
.section-dark .price-card {
  background: rgba(251,247,240,.06);
  color: var(--cream);
  border-color: rgba(251,247,240,.12);
}
.section-dark .price-card .kicker { color: var(--gold-2); }
.section-dark .price-card.featured {
  background: var(--cream);
  color: var(--ink);
}
.section-dark .price-card.featured .kicker { color: var(--gold); }
.section-dark .price-card .btn-ghost {
  color: var(--cream); border-color: rgba(251,247,240,.42);
}
.section-dark .price-card .btn-ghost:hover {
  color: var(--ink); background: var(--cream); border-color: var(--cream);
}
.section-dark .price-card.featured .btn-ghost {
  color: var(--ink); border-color: var(--rule-strong);
}
.section-dark .price-card.featured .btn-ghost:hover {
  background: rgba(20,17,14,0.07); color: var(--ink);
}
.price-card { scroll-margin-top: calc(var(--header) + 2.6rem); }

.faq details { border-bottom: 1px solid var(--rule); padding: 0.85rem 0; }
.faq summary {
  cursor: pointer; font-family: var(--display); font-size: 1.12rem; font-weight: 560;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin: 0.55rem 0 0.3rem; color: var(--ink-soft); }

.site-footer {
  background: var(--ink); color: rgba(251,247,240,.74);
  padding: 2.8rem 0 1.4rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1.8rem;
  padding-bottom: 1.7rem; border-bottom: 1px solid rgba(251,247,240,.1);
}
.footer-wordmark { color: var(--cream); font-size: 1.3rem; margin: 0 0 0.6rem; }
.footer-lede { color: rgba(251,247,240,.65); font-size: 0.95rem; }
.footer-label {
  font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 0.7rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0.3rem 0; }
.site-footer a { color: rgba(251,247,240,.82); text-decoration: none; font-size: 0.92rem; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--gold-2); }
.footer-base { padding-top: 1rem; font-size: 0.84rem; color: rgba(251,247,240,.55); }
.footer-disc { margin: 0.35rem 0 0; }
.footer-disc a { color: var(--gold-2); }
.footer-disc a:hover { color: var(--cream); }
.site-footer a.wordmark:hover { color: var(--cream); }

.page-hero { padding: 2.6rem 0 1.2rem; }
.page-hero h1 { max-width: 16em; }
.crumb {
  font-family: var(--sans); font-size: 0.8rem; color: var(--muted); margin-bottom: 0.7rem;
}
.crumb a { color: var(--ink-soft); text-decoration: none; }
.crumb a:hover { color: var(--oxblood); }

.panel {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 1.15rem;
}
.form-grid { display: grid; gap: 0.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
label.field {
  display: flex; flex-direction: column; gap: 0.32rem;
  font-family: var(--sans); font-size: 0.8rem; color: var(--ink-soft);
}
input, select, textarea {
  font: inherit; font-size: 1rem; color: var(--ink);
  background: var(--white); border: 1px solid var(--rule-strong);
  border-radius: 9px; padding: 0.65rem 0.75rem; width: 100%;
}
textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 2px solid var(--gold); outline-offset: 1px;
}

.tool-layout {
  display: grid; grid-template-columns: minmax(260px, 320px) 1fr; gap: 1.2rem; align-items: start;
  padding-bottom: 2rem;
}
.results { display: grid; gap: 0.75rem; }
.result {
  background: var(--cream); border: 1px solid var(--rule); border-radius: 12px;
  padding: 0.95rem 1rem;
}
.result h3 { font-size: 1.25rem; margin-bottom: 0.2rem; }
.result .why { color: var(--ink-soft); font-size: 0.96rem; margin: 0; }
.result-actions { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.65rem; }
.chip {
  font-family: var(--sans); font-size: 0.72rem; border: 1px solid var(--rule);
  border-radius: 999px; padding: 0.18rem 0.5rem; background: var(--gold-dim); color: var(--ink);
}
.lock-note {
  margin-top: 0.9rem; padding: 0.95rem 1rem; border: 1px solid var(--gold-dim);
  border-radius: 12px; background: rgba(176,137,72,0.08);
}

.royalty-out {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 0.9rem;
}
.metric {
  background: var(--cream); border: 1px solid var(--rule); border-radius: 12px; padding: 0.95rem;
}
.metric b { display: block; font-family: var(--display); font-size: 1.55rem; }
.metric span { font-family: var(--sans); font-size: 0.78rem; color: var(--muted); }
.chart {
  margin-top: 1rem; background: var(--cream); border: 1px solid var(--rule);
  border-radius: 12px; padding: 0.9rem 0.4rem 0.5rem;
}
.chart svg { width: 100%; height: 200px; }

.studio-page .site-footer { display: none; }
.studio-shell {
  display: grid; grid-template-columns: 210px minmax(0, 1fr) 260px;
  min-height: calc(100dvh - 104px);
  background: var(--cream);
}
.studio-rail, .studio-aside {
  padding: 1rem 0.85rem; background: var(--paper);
}
.studio-rail { border-right: 1px solid var(--rule); overflow: auto; }
.studio-aside { border-left: 1px solid var(--rule); }
.studio-main { padding: 1.35rem 1.3rem 1.2rem; overflow: auto; min-height: 280px; }
#studio-main { min-height: 220px; }
.rail-step {
  display: block; width: 100%; text-align: left; background: none; border: 0;
  color: var(--ink-soft); padding: 0.38rem 0.45rem; border-radius: 8px;
  cursor: pointer; font-family: var(--sans); font-size: 0.84rem;
}
.rail-step:hover { background: rgba(20,17,14,.07); color: var(--ink); }
.rail-step.is-on { background: var(--ink); color: var(--cream); }
.rail-step.is-on:hover { background: #2c2620; color: var(--cream); }
.rail-step small { display: block; font-size: 0.68rem; opacity: 0.68; }
.preview-block { font-size: 0.92rem; }
.preview-block h4 {
  font-size: 0.72rem; font-family: var(--sans); letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
}
.chapter-list { list-style: none; padding: 0; margin: 0; }
.chapter-list li { border-bottom: 1px solid var(--rule); padding: 0.65rem 0; }

.quiz { max-width: 640px; }
.quiz-options { display: grid; gap: 0.55rem; }
.quiz-options button {
  text-align: left; background: var(--cream); border: 1px solid var(--rule);
  border-radius: 10px; padding: 0.8rem 0.95rem; font: inherit; cursor: pointer;
  color: var(--ink);
}
.quiz-options button:hover, .quiz-options button.is-on { border-color: var(--gold); background: #fff; color: var(--ink); }
.quiz-progress {
  font-family: var(--sans); font-size: 0.78rem; color: var(--muted); margin: 0 0 0.8rem;
}

.article { padding-bottom: 3.4rem; }
.article .wrap-article { width: min(700px, calc(100% - 2rem)); margin-inline: auto; }
.article h2 { margin-top: 1.9rem; }
.article h3 { margin-top: 1.3rem; }
.article ul, .article ol { padding-left: 1.15rem; }
.article li { margin: 0.32rem 0; }
.article .callout {
  background: var(--cream); border-left: 3px solid var(--gold);
  padding: 0.95rem 1.05rem; margin: 1.25rem 0;
}

.lead-box {
  display: grid; grid-template-columns: 1fr auto; gap: 0.55rem; align-items: end;
}
.notice {
  padding: 0.75rem 0.95rem; border-radius: 10px; background: rgba(46, 110, 64, 0.1);
  border: 1px solid rgba(46, 110, 64, 0.22); margin: 1rem 0;
}
.notice.err { background: rgba(110, 44, 40, 0.08); border-color: rgba(110, 44, 40, 0.25); }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }

.toast {
  position: fixed; bottom: 1.1rem; left: 50%; transform: translate(-50%, 16px);
  background: var(--ink); color: var(--cream); padding: 0.7rem 1.05rem;
  border-radius: 999px; font-family: var(--sans); font-size: 0.86rem;
  opacity: 0; pointer-events: none; z-index: 90; transition: opacity .2s, transform .2s;
  max-width: min(92vw, 500px); text-align: center;
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.toast.is-err { background: var(--oxblood); }

.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.letter {
  background: var(--cream); border: 1px solid var(--rule); border-radius: 12px;
  padding: 1.1rem 1.05rem;
}
.letter p { font-style: italic; margin-bottom: 0.55rem; }
.letter cite { font-family: var(--sans); font-size: 0.78rem; font-style: normal; color: var(--muted); }
.photo-banner { width: 100%; height: min(380px, 48vw); object-fit: cover; border-radius: 14px; }
.amazon-mock {
  background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 1.05rem 1.1rem;
  font-size: 0.94rem; max-width: 520px;
}
.amazon-mock .amz-title { font-size: 1.28rem; font-family: var(--sans); font-weight: 600; margin: 0 0 .15rem; }
.amazon-mock .amz-by { color: #c45500; font-size: 0.88rem; }
.amazon-mock .amz-price { font-size: 1.3rem; color: #b12704; margin: 0.35rem 0; }
.amazon-mock .amz-blurb { color: #222; white-space: pre-wrap; }

.desk-shell { display: grid; grid-template-columns: 210px 1fr; min-height: 100vh; background: var(--cream); }
.desk-nav { background: var(--ink); color: var(--cream); padding: 1.3rem 1rem; }
.desk-nav .wordmark { color: var(--cream); }
.desk-link { display: block; color: rgba(251,247,240,.8); text-decoration: none; padding: 0.38rem 0; font-family: var(--sans); }
.desk-link.is-on, .desk-link:hover { color: var(--gold-2); }
.desk-main { padding: 1.4rem 1.6rem 2.6rem; overflow: auto; }
table.desk { width: 100%; border-collapse: collapse; font-size: 0.9rem; background: #fff; }
table.desk th, table.desk td {
  text-align: left; padding: 0.5rem 0.45rem; border-bottom: 1px solid var(--rule);
  vertical-align: top; word-break: break-word;
}
table.desk th {
  font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
}
.share-card {
  max-width: 640px; margin: 2rem auto; background: var(--cream);
  border: 1px solid var(--rule); border-radius: 16px; padding: 1.8rem 1.5rem;
}

.compare {
  width: 100%; border-collapse: collapse; font-size: 0.92rem; background: var(--cream);
  border: 1px solid var(--rule); border-radius: 12px; overflow: hidden;
}
.compare th, .compare td {
  text-align: left; padding: 0.7rem 0.8rem; border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.compare th { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); background: rgba(20,17,14,.03); }
.compare tr:last-child td { border-bottom: 0; }
.check-list { list-style: none; padding: 0; margin: 0 0 1.4rem; }
.check-list li { margin: 0; padding: 0.45rem 0; border-bottom: 1px solid var(--rule); }
.check-list label { display: flex; gap: 0.7rem; align-items: flex-start; cursor: pointer; }
.check-list input { width: auto; margin-top: 0.35rem; accent-color: var(--gold); }
.check-list label.is-done span { text-decoration: line-through; color: var(--muted); }
.bump {
  display: flex; gap: 0.55rem; align-items: flex-start; font-family: var(--sans);
  font-size: 0.86rem; margin: 0.7rem 0 0; color: var(--ink-soft);
}
.bump input { width: auto; margin-top: 0.2rem; }
.progress {
  height: 4px; background: var(--rule); border-radius: 99px; overflow: hidden; margin: 0 0 1rem;
}
.progress > span { display: block; height: 100%; background: var(--gold); }
.save-dot { font-family: var(--sans); font-size: 0.75rem; color: var(--muted); }
.empty {
  padding: 1.2rem; border: 1px dashed var(--rule-strong); border-radius: 12px;
  color: var(--muted); text-align: center;
}
.btn.is-busy { opacity: 0.65; pointer-events: none; }
.amazon-mock .amz-stars { color: #e47911; letter-spacing: 0.05em; font-size: 0.9rem; }
.amazon-mock .amz-buy {
  display: inline-block; background: #ffd814; color: #111; font-family: var(--sans);
  font-size: 0.85rem; padding: 0.45rem 1.1rem; border-radius: 20px; margin-top: 0.6rem;
}
.studio-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  margin-bottom: 0.6rem;
}
.nav-toggle[aria-expanded="true"] span:first-of-type { transform: rotate(28deg); top: 21px; }
.nav-toggle[aria-expanded="true"] span:last-of-type { transform: rotate(-28deg); bottom: 21px; }
.nav-toggle span { transition: transform .15s ease, top .15s ease, bottom .15s ease; }

@media print {
  .article .wrap-article, .product-doc { max-width: 100%; }
  a[href]::after { content: none; }
}

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--ink); border-bottom: 1px solid rgba(251,247,240,.08);
    padding: 0.7rem 1.1rem 1.1rem; flex-direction: column; align-items: stretch;
  }
  .site-nav.is-open { display: flex; }
  .nav-cta { margin: 0.35rem 0 0; }
  .site-nav a.btn:hover { color: var(--ink); }
}

@media (max-width: 980px) {
  .tool-grid, .card-grid, .steps, .stats, .price-grid, .split, .footer-grid,
  .tool-layout, .royalty-out, .guide-grid, .duo, .proof, .desk-shell {
    grid-template-columns: 1fr;
  }
  .studio-shell { display: block; min-height: 0; }
  .studio-rail {
    display: flex; gap: 0.3rem; overflow: auto; border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .rail-step { white-space: nowrap; }
  .studio-aside { border-left: 0; border-top: 1px solid var(--rule); }
  .hero-copy { max-width: 100%; padding: 2.4rem 0 2rem; }
  .form-row, .lead-box { grid-template-columns: 1fr; }
  .split img, .photo-banner { height: 240px; }
}

@media print {
  .site-top, .site-footer, .btn, .nav-toggle, .announce, .nav-scrim { display: none !important; }
  body { background: #fff; }
}

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