:root {
  --paper: #f4efe5;
  --paper-strong: #fffaf1;
  --ink: #1a1a17;
  --ink-soft: #4f4a43;
  --rust: #9b381f;
  --rust-dark: #762715;
  --rust-pale: #ead8cc;
  --line: #cfc5b6;
  --green: #245b46;
  --green-bg: #e1ede6;
  --amber: #78520b;
  --amber-bg: #f4e7bd;
  --red: #7e2e24;
  --red-bg: #efdbd6;
  --focus: #1267a5;
  --shell: min(1120px, calc(100% - 40px));
  --radius: 18px;
  --section-space: clamp(64px, 8vw, 104px);
  --shadow-soft: 0 20px 54px rgba(55, 42, 30, .12);
  --heading: "Arial Narrow", "Franklin Gothic Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-block: 90px 110px; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--heading);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: .97;
  text-wrap: balance;
  text-transform: uppercase;
}
h1 { margin-bottom: 18px; font-size: clamp(2.65rem, 11vw, 4rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 9vw, 3.65rem); }
h3 { margin-bottom: 10px; font-size: 1.12rem; line-height: 1.25; }
p { margin-bottom: 1rem; text-wrap: pretty; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 780px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header { border-bottom: 1px solid var(--line); }
.site-header__inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { text-decoration: none; font-family: var(--heading); font-size: 1.55rem; font-weight: 900; letter-spacing: -.03em; line-height: 1; text-transform: uppercase; }
.wordmark span:first-child, .wordmark__dot { color: var(--rust); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  color: white;
  background: var(--ink);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.button:hover { background: #33332e; transform: translateY(-1px); }
.button:active { background: #4a4941; transform: translateY(0); }
.button--small { min-height: 44px; padding: 9px 16px; font-size: .9rem; }
.button--primary { background: var(--rust); }
.button--primary:hover { background: var(--rust-dark); }
.button--primary:active { background: #5e1f11; }
.button--wide { width: 100%; }
.button--paper { background: var(--paper-strong); color: var(--ink); border-color: var(--paper-strong); }
.button--paper:hover { background: transparent; color: white; }

.eyebrow { margin-bottom: 12px; color: var(--rust-dark); font-size: .74rem; font-weight: 900; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow--light { color: #f0b49f; }
.hero { padding: clamp(36px, 7vw, 72px) 0 var(--section-space); overflow: clip; }
.hero__grid { display: grid; gap: 36px; align-items: center; }
.hero__copy { min-width: 0; }
.hero__desktop-label { display: none; }
.hero__mobile-offer { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.hero__mobile-offer img { width: 76px; border: 1px solid var(--line); box-shadow: 8px 8px 0 var(--rust-pale); }
.hero__price { margin: 0; font-size: 1.35rem; font-weight: 900; }
.hero__support { max-width: 670px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; }
.benefit-list { display: grid; gap: 10px; margin: 20px 0 22px; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 10px; align-items: center; font-weight: 750; }
.benefit-list svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--rust); stroke-width: 3; }
.purchase-group { max-width: 430px; }
.purchase-group p, .final-cta__action p { margin: 8px 0 0; color: var(--ink-soft); font-size: .84rem; text-align: center; }
.hero__visual { display: none; margin: 0; }
.product-label { display: inline-flex; min-height: 30px; align-items: center; margin-bottom: 10px; border-radius: 999px; padding: 4px 11px; background: var(--ink); color: white; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: var(--section-space) 0; }
.section--ink { background: var(--ink); color: var(--paper-strong); }
.section--ink .lede { color: #d9d3c8; }
.section-heading { margin-bottom: 36px; }
.section-heading > p:last-child, .lede { color: var(--ink-soft); font-size: 1.08rem; }
.section--paper-strong { background: var(--paper-strong); }
.lede { margin-bottom: 34px; }

.section--video { border-block: 1px solid var(--line); background: var(--paper-strong); }
.video-showcase { display: grid; grid-template-areas: "intro" "media" "action"; gap: 26px; align-items: center; }
.video-showcase__intro { grid-area: intro; max-width: 680px; }
.video-showcase__intro > p:last-child { margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.video-frame { grid-area: media; min-width: 0; max-width: 100%; margin: 0; border: 1px solid #2f2e29; padding: 8px; background: var(--ink); box-shadow: var(--shadow-soft); }
.video-frame video { width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; background: #111; }
.video-frame figcaption { margin: 8px 4px 0; color: #d9d3c8; font-size: .78rem; line-height: 1.45; }
.video-showcase__action { grid-area: action; width: 100%; max-width: 430px; }
.video-showcase__action p { margin: 8px 0 0; color: var(--ink-soft); font-size: .84rem; text-align: center; }

.situation-grid { display: grid; gap: 1px; background: #4b4943; border: 1px solid #4b4943; }
.situation-grid article { padding: 24px; background: var(--ink); }
.situation-grid__number { display: block; margin-bottom: 28px; color: #f0b49f; font-family: var(--heading); font-size: 1.35rem; font-weight: 900; }
.situation-grid p { margin: 0; color: #d9d3c8; }

.method-steps { display: grid; gap: 14px; margin: 0 0 26px; padding: 0; list-style: none; counter-reset: step; }
.method-steps li { padding: 24px; border: 1px solid var(--line); background: var(--paper-strong); }
.method-steps__number { display: block; margin-bottom: 22px; color: var(--rust); font-family: var(--heading); font-size: 2rem; font-weight: 900; }
.method-steps p, .content-grid p { margin: 0; color: var(--ink-soft); }
.example-card { position: relative; margin-top: 24px; border: 2px solid var(--ink); padding: 28px 20px 20px; background: var(--rust-pale); }
.example-card__label { position: absolute; top: -16px; left: 18px; padding: 5px 12px; background: var(--ink); color: white; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.example-card__flow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.example-card__flow span, .example-card__flow strong { display: inline-flex; min-height: 38px; align-items: center; border: 1px solid #a99a89; padding: 6px 10px; background: var(--paper-strong); font-size: .78rem; }
.example-card__flow strong { border-color: var(--rust); background: var(--rust); color: white; }
.example-card p { margin: 0; }
.method-note { margin-top: 24px; border-left: 4px solid var(--rust); padding: 6px 0 6px 18px; }
.method-note p { margin: 0; color: var(--ink-soft); }

.content-grid { display: grid; gap: 12px; }
.content-grid article { padding: 24px; border-top: 4px solid var(--rust); background: var(--paper); }
.content-grid article > span { display: block; margin-bottom: 20px; color: var(--rust); font-family: var(--heading); font-size: 1.5rem; font-weight: 900; }
.contents-addendum { max-width: 800px; margin: 26px 0 34px; font-weight: 700; }
.preview-grid { display: grid; gap: 18px; }
.preview-card { margin: 0; }
.preview-button { position: relative; width: 100%; min-height: 44px; border: 1px solid var(--line); padding: 0; background: var(--paper); color: var(--ink); cursor: pointer; overflow: hidden; }
.preview-button img { width: 100%; }
.preview-button span { position: absolute; right: 12px; bottom: 12px; border-radius: 999px; padding: 8px 12px; background: rgba(26, 26, 23, .92); color: white; font-size: .78rem; font-weight: 850; }
.preview-button:hover span { background: var(--rust-dark); }
.preview-button:active span { background: #5e1f11; }
.preview-card figcaption { margin-top: 10px; color: var(--ink-soft); font-size: .9rem; }
.preview-card figcaption strong { color: var(--rust-dark); text-transform: uppercase; }

.section--split { border-block: 1px solid var(--line); }
.split-grid { display: grid; gap: 24px; }
.split-grid__copy p { font-size: 1.07rem; }
.split-grid__copy p:last-child { margin-bottom: 0; }

.traffic-grid { display: grid; gap: 14px; }
.traffic-card { border-top: 6px solid currentColor; padding: 24px; }
.traffic-card--green { background: var(--green-bg); color: var(--green); }
.traffic-card--amber { background: var(--amber-bg); color: var(--amber); }
.traffic-card--red { background: var(--red-bg); color: var(--red); }
.traffic-card__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; border: 2px solid currentColor; border-radius: 50%; }
.traffic-card__icon svg { width: 23px; height: 23px; }
.traffic-card__state { margin-bottom: 8px; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.traffic-card p:last-child { margin: 0; color: var(--ink); }
.traffic-clarifier { margin: 22px 0 0; border-left: 4px solid var(--ink); padding-left: 16px; }

.section--offer { background: var(--rust-dark); color: white; }
.offer-card { display: grid; gap: 34px; align-items: center; }
.offer-card__visual { max-width: 330px; margin-inline: auto; }
.offer-card__visual img { border: 1px solid rgba(255,255,255,.35); box-shadow: 14px 14px 0 rgba(0,0,0,.2); }
.offer-card__copy > p { color: #ead8cf; }
.offer-list { display: grid; gap: 7px; margin: 22px 0; padding-left: 20px; }
.price-block { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 0 12px; margin-bottom: 18px; }
.price-block__was { color: #d9b8aa; font-size: .9rem; text-decoration: line-through; }
.price-block strong { grid-column: 1 / -1; font-family: var(--heading); font-size: 3.3rem; letter-spacing: -.03em; line-height: 1; }
.price-block span:last-child { grid-column: 1 / -1; color: #d9b8aa; font-size: .78rem; }
.offer-card__microcopy { margin: 10px 0 0; font-size: .82rem; text-align: center; }

.faq-layout { display: grid; gap: 32px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 4px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary:active { background: var(--rust-pale); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.25rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: 0; padding: 0 44px 22px 4px; color: var(--ink-soft); }

.final-cta { padding: 68px 0; background: var(--ink); color: white; }
.final-cta__inner { display: grid; gap: 30px; align-items: center; }
.final-cta h2 { max-width: 700px; }
.final-cta p { color: #d9d3c8; }
.final-cta__action { width: 100%; max-width: 430px; }
.final-cta__action p { color: #d9d3c8; }

.site-footer { padding: 48px 0 112px; border-top: 1px solid var(--line); background: var(--paper-strong); }
.site-footer__grid { display: grid; gap: 30px; }
.wordmark--footer { margin-bottom: 18px; }
.site-footer__grid > div p:last-child, .site-footer__disclaimer { max-width: 680px; color: var(--ink-soft); font-size: .86rem; }
.site-footer nav { display: grid; gap: 10px; align-content: start; }
.site-footer nav a { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; color: var(--rust-dark); font-weight: 750; }
.site-footer__disclaimer { margin-top: 30px; border-top: 1px solid var(--line); padding-top: 24px; }
.site-footer__disclaimer p:last-child { margin-bottom: 0; }

.sticky-purchase { position: fixed; z-index: 40; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #4a4740; border-radius: 18px; padding: 9px 9px 9px 16px; background: rgba(26,26,23,.97); color: white; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.sticky-purchase[hidden] { display: none; }
.sticky-purchase > div { display: grid; line-height: 1.15; }
.sticky-purchase span { color: #d9d3c8; font-size: .7rem; text-transform: uppercase; }
.sticky-purchase strong { font-size: 1.08rem; }
.sticky-purchase .button { min-width: 148px; }

.preview-dialog { width: min(94vw, 880px); max-height: 92vh; border: 0; border-radius: 14px; padding: 48px 14px 14px; background: var(--paper-strong); color: var(--ink); }
.preview-dialog::backdrop { background: rgba(16,15,13,.84); }
.preview-dialog__close { position: fixed; top: max(14px, env(safe-area-inset-top)); right: max(14px, env(safe-area-inset-right)); width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #5d5951; border-radius: 50%; background: var(--paper-strong); color: var(--ink); cursor: pointer; }
.preview-dialog__close svg { width: 24px; height: 24px; }
.preview-dialog__body { overflow: auto; }
.preview-dialog__body img { width: 100%; }
.preview-dialog__body p { margin: 10px 0 0; text-align: center; font-weight: 800; }

@media (min-width: 620px) {
  :root { --shell: min(1120px, calc(100% - 64px)); }
  .method-steps, .content-grid, .preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .situation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .traffic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .traffic-card { min-height: 290px; }
  .offer-card { grid-template-columns: minmax(240px, .8fr) minmax(0, 1.35fr); }
  .final-cta__inner { grid-template-columns: 1fr auto; }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr; }
}

@media (min-width: 820px) {
  h1 { font-size: clamp(4rem, 7vw, 5.5rem); }
  h2 { font-size: clamp(3.25rem, 5vw, 4.6rem); }
  .hero__grid { grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr); gap: 72px; }
  .hero__mobile-offer { display: none; }
  .hero__desktop-label { display: block; }
  .hero__visual { display: block; position: relative; max-width: 380px; justify-self: end; }
  .hero__visual img { border: 1px solid var(--line); box-shadow: 18px 18px 0 var(--rust-pale); }
  .hero__visual figcaption { display: flex; justify-content: space-between; margin-top: 30px; color: var(--ink-soft); font-size: .8rem; font-weight: 800; }
  .section-heading { margin-bottom: 50px; }
  .method-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .method-steps li { min-height: 210px; }
  .content-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .split-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
  .faq-layout { grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 80px; align-items: start; }
  .faq-layout__heading { position: sticky; top: 28px; }
  .offer-card { gap: 80px; }
  .sticky-purchase { display: none !important; }
  .site-footer { padding-bottom: 48px; }
}

@media (min-width: 900px) {
  .video-showcase {
    grid-template-areas: "intro media" "action media";
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    gap: 24px 64px;
  }
}

@media (max-width: 420px) {
  h1 { font-size: 2.3rem; }
  h2 { font-size: 2rem; }
}

@media (max-width: 360px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: 2.15rem; }
  h2 { font-size: 1.9rem; }
  .site-header .button { padding-inline: 13px; }
  .sticky-purchase .button { min-width: 132px; padding-inline: 14px; }
}

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