@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-500-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

:root {
  --ink: #071014;
  --ink-deep: #04090c;
  --ink-raised: #0b171c;
  --ink-soft: #0e1c21;
  --paper: #f2ede2;
  --paper-soft: #d1cdc3;
  --paper-muted: #a9afa9;
  --amber: #e9a13b;
  --amber-light: #f4b85b;
  --green: #78ad9b;
  --line: #26373e;
  --line-soft: #18272d;
  --serif: "Cormorant Garamond", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --container: 1120px;
}

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

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }

::selection {
  background: var(--amber);
  color: var(--ink-deep);
}

:focus-visible {
  outline: 2px solid var(--amber-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--amber);
  color: var(--ink-deep);
  font: 600 14px/1.4 var(--mono);
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
  background: rgba(4, 9, 12, 0.91);
  border-bottom: 1px solid rgba(38, 55, 62, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--paper);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.brand-eyes,
.signal-eyes {
  display: inline-flex;
  gap: 5px;
}

.brand-eyes i,
.signal-eyes i {
  display: block;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(233, 161, 59, 0.62);
}

.brand-eyes i { width: 5px; height: 5px; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font: 400 13px/1 var(--mono);
  letter-spacing: 0.06em;
}

.desktop-nav a,
.back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--paper-soft);
  text-decoration: none;
}

.desktop-nav a:hover,
.back-link:hover { color: var(--amber-light); }

.desktop-nav .nav-cta {
  min-height: 40px;
  padding-inline: 18px;
  border: 1px solid rgba(233, 161, 59, 0.52);
  color: var(--amber-light);
}

.mobile-nav {
  display: none;
  position: relative;
  font-family: var(--mono);
}

.mobile-nav summary {
  min-width: 72px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--paper-soft);
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.mobile-nav summary::-webkit-details-marker { display: none; }

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 242px;
  padding: 8px;
  background: var(--ink-deep);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
}

.mobile-nav nav a {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding-inline: 14px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--paper-soft);
  font-size: 14px;
  text-decoration: none;
}

.mobile-nav nav a:last-child { border-bottom: 0; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 82px;
  background:
    linear-gradient(90deg, rgba(7, 16, 20, 0.98) 0%, rgba(7, 16, 20, 0.94) 52%, rgba(4, 9, 12, 0.72) 100%),
    radial-gradient(circle at 82% 43%, rgba(233, 161, 59, 0.1), transparent 31%),
    var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 680px;
  height: 680px;
  right: -215px;
  top: 54px;
  border: 1px solid rgba(233, 161, 59, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 105px rgba(233, 161, 59, 0.018),
    0 0 0 210px rgba(233, 161, 59, 0.012);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.hero-orbit { display: none; }

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.eyebrow,
.mono-label {
  margin: 0;
  color: var(--amber-light);
  font: 500 13px/1.55 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 12px;
  color: var(--paper-muted);
}

.hero h1 {
  max-width: 760px;
  margin: 23px 0 24px;
  font-size: clamp(58px, 5.6vw, 82px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.hero h1 em,
.contact h2 em,
.signal-signature em {
  color: var(--amber-light);
  font-weight: 500;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--paper-soft);
  font-size: 22px;
  line-height: 1.46;
}

.hero-actions,
.contact-actions,
.sample-actions-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.hero-actions { margin-top: 32px; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 1px solid transparent;
  font: 600 13px/1.35 var(--mono);
  letter-spacing: 0.035em;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary {
  background: var(--amber);
  border-color: var(--amber);
  color: #11100d;
}

.button-primary:hover {
  background: var(--amber-light);
  border-color: var(--amber-light);
}

.button-ghost {
  border-color: var(--line);
  color: var(--paper-soft);
}

.button-ghost:hover {
  border-color: rgba(233, 161, 59, 0.65);
  color: var(--amber-light);
}

.button-large { min-height: 58px; padding-inline: 27px; }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 21px 0 0;
  padding: 0;
  color: var(--paper-soft);
  font: 400 13px/1.55 var(--mono);
  list-style: none;
}

.hero-proof li {
  position: relative;
  padding-left: 16px;
}

.hero-proof li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--green);
}

.hero-note {
  margin: 11px 0 0;
  color: var(--paper-muted);
  font: 400 13px/1.55 var(--mono);
}

.hero-signal {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(4, 9, 12, 0.72);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
}

.signal-eyes { gap: 10px; margin-bottom: 24px; }
.signal-eyes i { width: 7px; height: 7px; }

.signal-label {
  margin: 0 0 16px;
  color: var(--paper-muted);
  font: 500 12px/1.5 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-signal ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
  list-style: none;
}

.hero-signal li {
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-soft);
}

.hero-signal li > span {
  padding-top: 4px;
  color: var(--amber-light);
  font: 500 11px/1.4 var(--mono);
}

.hero-signal strong {
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-signal small {
  grid-column: 2;
  display: block;
  margin-top: 1px;
  color: var(--paper-muted);
  font: 400 12px/1.45 var(--mono);
}

.signal-signature {
  margin: 22px 0 0;
  font-size: 22px;
  font-style: italic;
  line-height: 1.2;
}

.section {
  position: relative;
  padding: 96px 0;
}

.section-heading h2 {
  max-width: 820px;
  margin: 16px 0 18px;
  font-size: clamp(43px, 4.4vw, 60px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.section-heading > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--paper-soft);
  font-size: 20px;
  line-height: 1.5;
}

.compact-heading { max-width: 780px; }
.wide-heading { max-width: 880px; }

.audience { background: var(--ink-raised); }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border: 1px solid var(--line);
}

.audience-grid article {
  min-height: 230px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.audience-grid article:last-child { border-right: 0; }

.audience-grid article > span,
.card-index,
.method-grid article > span {
  color: var(--amber-light);
  font: 500 12px/1.4 var(--mono);
  letter-spacing: 0.1em;
}

.audience-grid h3,
.feature-card h3,
.method-grid h3,
.process-list h3 {
  margin: 34px 0 9px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
}

.audience-grid p,
.feature-card > p:last-child,
.method-grid p,
.process-list p {
  margin: 0;
  color: var(--paper-soft);
  font-size: 18px;
  line-height: 1.5;
}

.exposure { background: var(--ink-deep); }

.split-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}

.sticky-heading { position: sticky; top: 112px; }

.risk-panel {
  border: 1px solid var(--line);
  background: var(--ink);
}

.risk-intro {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 26px 28px;
  border-bottom: 1px solid var(--line);
}

.risk-intro .mono-label { grid-column: 1 / -1; }
.risk-intro p { margin: 0; font-size: 22px; line-height: 1.15; }
.risk-intro > span { color: var(--amber); font-family: var(--mono); }

.risk-list { margin: 0; padding: 0; list-style: none; }

.risk-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 21px 28px;
  border-bottom: 1px solid var(--line-soft);
}

.risk-list li > span {
  padding-top: 4px;
  color: var(--amber-light);
  font: 500 12px/1.4 var(--mono);
}

.risk-list strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.risk-list p { margin: 3px 0 0; color: var(--paper-soft); font-size: 17px; }

.deliverables {
  padding: 26px 28px;
  background: rgba(120, 173, 155, 0.08);
}

.deliverables ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 24px;
  margin: 17px 0 0;
  padding: 0;
  color: var(--paper-soft);
  font-size: 17px;
  list-style: none;
}

.deliverables li { position: relative; padding-left: 18px; }
.deliverables li::before { content: "—"; position: absolute; left: 0; color: var(--green); }

.protection { background: var(--ink-raised); }

.protection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.feature-card {
  min-width: 0;
  min-height: 350px;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.008);
}

.featured-card {
  background: linear-gradient(145deg, rgba(233, 161, 59, 0.09), rgba(255, 255, 255, 0.005));
}

.feature-card .mono-label { margin-top: 46px; }
.feature-card h3 { margin-top: 14px; font-size: 31px; }
.feature-card > p:last-child { margin-top: 14px; }

.process { background: var(--ink-deep); }

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 52px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  min-height: 240px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.process-list li:last-child { border-right: 0; }
.process-list li > span { color: var(--amber-light); font: 500 12px/1.4 var(--mono); }
.process-list h3 { margin-top: 42px; }

.sample {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(233, 161, 59, 0.055), transparent 28%),
    var(--ink);
}

.sample-header {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  align-items: start;
}

.fiction-badge {
  flex: none;
  margin-top: 28px;
  padding: 9px 12px;
  background: var(--amber);
  color: var(--ink-deep);
  font: 600 12px/1.4 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sample-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.sample-page { min-width: 0; margin: 0; }

.sample-page picture {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.sample-page img { width: 100%; height: auto; }

.sample-page figcaption {
  margin-top: 12px;
  color: var(--paper-muted);
  font: 400 12px/1.5 var(--mono);
}

.sample-actions-row { margin-top: 38px; }

.text-link,
.contact-email,
.inline-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--paper-soft);
  font: 400 13px/1.4 var(--mono);
  text-decoration-color: rgba(233, 161, 59, 0.7);
  text-underline-offset: 6px;
}

.text-link:hover,
.contact-email:hover,
.inline-link:hover { color: var(--amber-light); }

.method { background: var(--ink-deep); }

.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 52px;
  border: 1px solid var(--line);
}

.method-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-grid article:nth-child(2n) { border-right: 0; }
.method-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
.method-grid h3 { margin-top: 34px; }

.faq { background: var(--ink-raised); }
.faq-layout { grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 16px 54px 16px 0;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 9px;
  color: var(--amber-light);
  font: 400 21px/1 var(--mono);
}

.faq-list details[open] summary::after { content: "−"; }

.faq-list details p {
  max-width: 680px;
  margin: -2px 0 25px;
  padding-right: 38px;
  color: var(--paper-soft);
  font-size: 18px;
}

.contact {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(233, 161, 59, 0.08), transparent 31%),
    var(--ink-deep);
}

.contact-orbit {
  position: absolute;
  width: 700px;
  height: 700px;
  left: 50%;
  top: -430px;
  transform: translateX(-50%);
  border: 1px solid rgba(233, 161, 59, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 105px rgba(233, 161, 59, 0.014), 0 0 0 210px rgba(233, 161, 59, 0.009);
  pointer-events: none;
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 840px;
  text-align: center;
}

.contact h2 {
  margin: 20px auto 19px;
  font-size: clamp(50px, 6vw, 75px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.contact-inner > p:not(.eyebrow, .contact-warning) {
  max-width: 630px;
  margin: 0 auto;
  color: var(--paper-soft);
  font-size: 20px;
}

.contact-warning {
  max-width: 710px;
  margin: 28px auto 0;
  padding: 13px 17px;
  border: 1px solid rgba(233, 161, 59, 0.32);
  color: var(--paper-soft);
  font: 400 13px/1.55 var(--mono);
}

.contact-warning strong { font-weight: 500; }
.contact-actions { justify-content: center; margin-top: 28px; }

.site-footer {
  background: #020506;
  border-top: 1px solid var(--line-soft);
}

.footer-inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 28px;
  align-items: center;
  color: var(--paper-muted);
  font: 400 12px/1.5 var(--mono);
}

.footer-inner p { margin: 0; }
.footer-inner a { min-height: 44px; display: inline-flex; align-items: center; color: var(--paper-soft); text-underline-offset: 5px; }

.simple-header { position: relative; }

.legal-page {
  min-height: calc(100vh - 166px);
  padding: 92px 0 110px;
  background: radial-gradient(circle at 78% 10%, rgba(233, 161, 59, 0.05), transparent 24%), var(--ink-raised);
}

.legal-container { max-width: 820px; }

.legal-page h1 {
  margin: 22px 0 25px;
  font-size: clamp(48px, 6vw, 70px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.legal-lead { margin: 0 0 58px; color: var(--paper-soft); font-size: 22px; }
.legal-page section { padding: 29px 0; border-top: 1px solid var(--line); }
.legal-page h2 { margin: 0 0 10px; font-size: 30px; font-weight: 600; }
.legal-page section p { margin: 0 0 10px; color: var(--paper-soft); }
.legal-page section p:last-child { margin-bottom: 0; }
.legal-date { margin-top: 36px; color: var(--paper-muted); font: 400 13px/1.5 var(--mono); }

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 24px;
  background: radial-gradient(circle at 50% 40%, rgba(233, 161, 59, 0.06), transparent 26%), var(--ink-deep);
}

.not-found-inner { max-width: 660px; text-align: center; }
.not-found .signal-eyes { margin-bottom: 38px; }
.not-found .eyebrow { margin-bottom: 18px; }
.not-found h1 { margin: 0 0 18px; font-size: clamp(52px, 8vw, 82px); font-weight: 500; letter-spacing: -0.035em; line-height: 0.96; }
.not-found p:not(.eyebrow) { margin: 0 0 30px; color: var(--paper-soft); font-size: 20px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }

  .hero { min-height: auto; }
  .hero-grid, .split-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-signal { max-width: 560px; }
  .sticky-heading { position: static; }

  .audience-grid, .process-list { grid-template-columns: 1fr 1fr; }
  .audience-grid article:nth-child(2), .process-list li:nth-child(2) { border-right: 0; }
  .audience-grid article:nth-child(-n + 2), .process-list li:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }

  .protection-grid { grid-template-columns: 1fr 1fr; }
  .due-card { grid-column: 1 / -1; min-height: 270px; }

  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner p:nth-child(2) { grid-column: 1; grid-row: 2; }
  .footer-inner a { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 680px) {
  body { font-size: 18px; }
  .container { width: min(calc(100% - 32px), var(--container)); }

  .site-header { height: 66px; padding-inline: 16px; }
  .brand { font-size: 19px; }

  .hero { padding: 104px 0 62px; }
  .hero::before { width: 420px; height: 420px; right: -290px; top: 78px; }
  .hero-grid { gap: 34px; }

  .eyebrow, .mono-label { font-size: 12px; letter-spacing: 0.1em; }
  .hero h1 { margin-top: 16px; font-size: clamp(45px, 13.3vw, 58px); line-height: 0.98; }
  .hero-lead { font-size: 19px; }

  .hero-actions, .contact-actions, .sample-actions-row { align-items: stretch; flex-direction: column; }
  .button, .contact-email, .text-link { width: 100%; }
  .hero-actions { margin-top: 26px; }

  .hero-proof { display: grid; gap: 5px; margin-top: 18px; }
  .hero-note { margin-top: 10px; }

  .hero-signal { padding: 24px; }
  .signal-signature { font-size: 21px; }

  .section { padding: 72px 0; }
  .section-heading h2 { font-size: clamp(39px, 11.5vw, 51px); }
  .section-heading > p:last-child { font-size: 18px; }

  .audience-grid, .protection-grid, .process-list, .method-grid, .sample-gallery { grid-template-columns: 1fr; margin-top: 38px; }

  .audience-grid article,
  .audience-grid article:nth-child(2),
  .process-list li,
  .process-list li:nth-child(2),
  .method-grid article,
  .method-grid article:nth-child(2n),
  .method-grid article:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience-grid article:last-child, .process-list li:last-child, .method-grid article:last-child { border-bottom: 0; }
  .audience-grid article { padding: 25px; }
  .audience-grid h3, .method-grid h3, .process-list h3 { margin-top: 25px; }

  .split-layout { gap: 38px; }
  .risk-intro { grid-template-columns: 1fr; padding: 23px; }
  .risk-intro .mono-label { grid-column: auto; }
  .risk-intro > span { transform: rotate(90deg); transform-origin: left center; }
  .risk-list li { grid-template-columns: 32px 1fr; padding: 20px 22px; }
  .deliverables { padding: 23px; }
  .deliverables ul { grid-template-columns: 1fr; }

  .protection-grid { gap: 12px; }
  .feature-card, .due-card { min-height: auto; grid-column: auto; padding: 25px; }
  .feature-card .mono-label { margin-top: 32px; }
  .feature-card h3 { font-size: 29px; }

  .process-list li { min-height: auto; padding: 25px; }
  .process-list h3 { margin-top: 28px; }

  .sample-header { display: block; }
  .fiction-badge { display: inline-block; margin-top: 24px; }
  .sample-gallery { gap: 30px; }
  .sample-page figcaption { font-size: 12px; }
  .sample-actions-row { margin-top: 34px; }

  .method-grid article { padding: 25px; }
  .method-grid h3 { font-size: 27px; }

  .faq-layout { gap: 32px; }
  .faq-list summary { min-height: 70px; font-size: 21px; }

  .contact h2 { font-size: clamp(45px, 13vw, 58px); }
  .contact-inner > p:not(.eyebrow, .contact-warning) { font-size: 18px; }

  .footer-inner {
    min-height: 146px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
  }

  .footer-inner a { min-height: 36px; }
  .legal-page { padding: 72px 0 86px; }
  .legal-page h1 { font-size: clamp(44px, 13vw, 60px); }
}

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