:root {
  --paper: #f3efe6;
  --paper-light: #fbf9f4;
  --ink: #161616;
  --muted: #5d5a53;
  --red: #df3b24;
  --line: rgba(22, 22, 22, .18);
  --max: 1280px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 80px; width: min(calc(100% - 40px), var(--max)); margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .8rem; width: fit-content; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0 0 .08em .04em; background: var(--ink); color: var(--paper); font-size: 1.45rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; white-space: nowrap; }
.brand-dot { color: #ff4a1f; font: inherit; line-height: inherit; }
nav { display: flex; gap: 2rem; font-size: .82rem; font-weight: 650; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible, .text-link:hover, .text-link:focus-visible { color: var(--red); }
.header-cta { justify-self: end; padding: .75rem 1rem; border: 1px solid var(--ink); text-decoration: none; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.header-cta:hover, .header-cta:focus-visible { background: var(--ink); color: var(--paper); }

.hero { width: min(calc(100% - 40px), var(--max)); min-height: 690px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); padding: clamp(4rem, 9vw, 8rem) 0; }
.kicker { margin: 0 0 1.25rem; color: var(--red); font: 800 .72rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 13ch; margin: 0; font-size: clamp(3.2rem, 6.9vw, 7rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.hero-intro { max-width: 690px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .9rem 1.3rem; border: 0; border-radius: 0; cursor: pointer; text-decoration: none; font-weight: 850; text-transform: uppercase; letter-spacing: .02em; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover, .button-dark:focus-visible { background: var(--red); }
.text-link { display: inline-flex; gap: .6rem; align-items: center; font-weight: 800; text-underline-offset: .25rem; }
.signature { margin: 2.3rem 0 0; color: var(--muted); font-size: .85rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 520px; overflow: hidden; background: #d8d0c1; transform: rotate(1.2deg); box-shadow: 18px 18px 0 var(--ink); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.38)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); }
.visual-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: .8rem; max-width: 240px; padding: .8rem 1rem; background: var(--paper-light); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.visual-note span { color: var(--red); font-family: ui-monospace, monospace; }
.visual-note-top { top: 1.2rem; left: -1rem; }
.visual-note-bottom { right: -1rem; bottom: 1.2rem; }

.question-band { padding: clamp(3.5rem, 7vw, 7rem) max(20px, calc((100vw - var(--max)) / 2)); background: var(--red); color: white; }
.question-band p { margin: 0 0 1rem; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.question-band h2 { max-width: 1120px; margin: 0; font-size: clamp(2.2rem, 5vw, 5rem); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.question-band h2 em { color: var(--ink); }

.section { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: clamp(5rem, 9vw, 9rem) 0; border-bottom: 1px solid var(--line); }
.section-heading { max-width: 820px; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.topic-grid article { min-height: 280px; padding: 2rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(255,255,255,.2); }
.topic-grid .number { color: var(--red); font: 700 .8rem ui-monospace, monospace; }
.topic-grid h3 { max-width: 12ch; margin: 2rem 0 1rem; font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1; text-transform: uppercase; }
.topic-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.method { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 10vw, 10rem); }
.method-copy { padding-top: 2.4rem; }
.method-copy p { margin: 0 0 1.5rem; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.72; }
.method-copy .text-link { margin-top: 1rem; }
.method-copy .source-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .88rem; }
.source-note a { color: var(--ink); font-weight: 800; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 300px; align-items: end; gap: 4rem; }
.split-heading > p { margin: 0; color: var(--muted); line-height: 1.6; }
.guide-list { border-top: 2px solid var(--ink); }
.guide-list a { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 1rem; min-height: 100px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s, color .2s; }
.guide-list a:hover, .guide-list a:focus-visible { padding-left: 1rem; color: var(--red); }
.guide-list span, .guide-list small { font: 700 .72rem ui-monospace, monospace; text-transform: uppercase; letter-spacing: .08em; }
.guide-list strong { font-size: clamp(1.05rem, 2vw, 1.5rem); text-transform: uppercase; }

.offers { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.offers-intro > p:not(.kicker) { margin: 2rem 0 0; color: var(--muted); line-height: 1.7; font-size: 1.08rem; }
.offer-list { border-top: 2px solid var(--ink); }
.offer-list > div { display: grid; grid-template-columns: 1fr auto; gap: .5rem 2rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.offer-list span { font-weight: 850; text-transform: uppercase; }
.offer-list strong { color: var(--red); }
.offer-list p { grid-column: 1 / -1; margin: 0; color: var(--muted); line-height: 1.5; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.faq .section-heading { margin: 0; }
.faq-list { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.6rem 2.4rem 1.6rem 0; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .2rem; top: 1.25rem; color: var(--red); font-size: 1.6rem; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 3rem 1.8rem 0; color: var(--muted); line-height: 1.65; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); border-bottom: 0; }
.contact-intro > p:not(.kicker) { color: var(--muted); line-height: 1.7; font-size: 1.06rem; }
.contact-direct { margin-top: 2rem; font-weight: 750; }
form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper-light); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
label { display: grid; gap: .65rem; margin-bottom: 1.2rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: white; padding: .9rem 1rem; color: var(--ink); text-transform: none; }
textarea { resize: vertical; min-height: 150px; line-height: 1.5; }
input:focus, textarea:focus { outline: 3px solid rgba(223,59,36,.22); border-color: var(--red); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-footer { display: flex; gap: 1.5rem; align-items: center; }
.form-footer p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.form-status { min-height: 1.5em; margin: 1rem 0 0; font-weight: 700; }
.form-status.error { color: #a52616; }
.form-status.success { color: #23732d; }

footer { width: min(calc(100% - 40px), var(--max)); margin: auto; display: grid; grid-template-columns: 1fr 2fr auto; gap: 3rem; align-items: center; padding: 2.5rem 0 3.5rem; border-top: 1px solid var(--ink); color: var(--muted); font-size: .78rem; }
footer p { margin: 0; line-height: 1.5; }
.footer-brand { color: var(--ink); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-visual { min-height: 500px; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .method, .offers, .faq, .contact { grid-template-columns: 1fr; }
  .method-copy { padding-top: 0; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .site-header, .hero, .section, footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 70px; }
  .brand { font-size: .7rem; }
  .brand-mark { width: 34px; height: 34px; }
  .header-cta { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero { min-height: auto; gap: 3.5rem; padding: 4.5rem 0 5.5rem; }
  .hero-visual { min-height: 390px; box-shadow: 10px 10px 0 var(--ink); }
  .visual-note { font-size: .65rem; max-width: 200px; }
  .question-band { padding-left: 14px; padding-right: 14px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article { min-height: 230px; }
  .split-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .guide-list a { grid-template-columns: 38px 1fr; padding: 1.2rem 0; }
  .guide-list small { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 1.5rem; }
  footer > p:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
