:root {
  --paper: #fcfaf7;
  --paper-deep: #f4efeb;
  --ink: #29231f;
  --muted: #756d67;
  --line: #e3dcd5;
  --accent: #c75f3b;
  --accent-deep: #974127;
  --accent-soft: #f8e8df;
  --dark: #29231f;
  --white: #ffffff;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: 10px; left: 16px; z-index: 10; padding: 10px 14px; background: var(--dark); color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus-visible { transform: translateY(0); }

.sales-header { background: rgba(252, 250, 247, .96); border-bottom: 1px solid var(--line); position: relative; z-index: 2; }
.header-inner, .footer-top { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 30px; height: 30px; display: inline-flex; align-items: flex-end; gap: 3px; padding: 6px; background: var(--accent); }
.brand-mark span { display: block; width: 4px; background: var(--white); }
.brand-mark span:nth-child(1) { height: 9px; opacity: .72; }
.brand-mark span:nth-child(2) { height: 14px; opacity: .86; }
.brand-mark span:nth-child(3) { height: 18px; }
.brand-copy { display: grid; gap: 1px; line-height: 1; }
.brand-copy strong { font-size: 14px; letter-spacing: .12em; }
.brand-copy small { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.button { align-items: center; display: inline-flex; gap: 10px; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .01em; text-decoration: none; touch-action: manipulation; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:focus-visible, .brand:focus-visible, .footer-links a:focus-visible, summary:focus-visible, .legal-back:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.button-arrow { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.5; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 12px; }
.button-primary { background: var(--accent); color: var(--white); }
.button-primary:hover { background: var(--accent-deep); }
.button-outline { border-color: var(--line); color: var(--ink); }
.button-outline:hover { border-color: var(--accent); color: var(--accent-deep); }
.button-light { background: var(--white); color: var(--dark); }
.button-light:hover { background: var(--accent-soft); color: var(--accent-deep); }

.hero { min-height: 655px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .85fr); align-items: center; gap: clamp(56px, 9vw, 132px); padding-block: 76px 94px; }
.hero-copy { max-width: 610px; }
.eyebrow { margin: 0 0 20px; color: var(--accent-deep); font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 580px; margin-bottom: 25px; font-size: clamp(48px, 6.2vw, 86px); line-height: .94; }
h2 { margin-bottom: 22px; font-size: clamp(39px, 4.3vw, 62px); line-height: .98; }
h3 { margin-bottom: 9px; font-size: 17px; line-height: 1.2; }
.hero-lede { max-width: 510px; margin-bottom: 30px; color: #675f59; font-size: 18px; line-height: 1.62; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.hero-visual { margin: 0; }
.hero-visual img { width: 100%; aspect-ratio: 1.01 / 1.16; object-fit: cover; object-position: center; }
.hero-visual figcaption { display: flex; align-items: center; gap: 10px; margin-top: 13px; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.caption-rule { width: 30px; height: 1px; background: var(--accent); }

.letter-section { padding-block: 132px; }
.reading-column { width: min(100% - 48px, 720px); margin-inline: auto; }
.wide-reading { width: min(100% - 48px, 820px); }
.reading-column > p:not(.eyebrow), .support-copy > p:not(.eyebrow), .checkout-card > p:not(.eyebrow), .offer-intro > p:not(.eyebrow) { color: #675f59; font-size: 17px; line-height: 1.72; }
.intro-section { padding-top: 118px; }
.intro-section h2 { max-width: 680px; }
.intro-section p { max-width: 700px; }
.feature-band { background: var(--accent-soft); padding-block: 65px; }
.band-grid { display: grid; grid-template-columns: 1fr 2.3fr; gap: 50px; align-items: start; }
.band-label { padding-top: 8px; color: var(--accent-deep); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pull-quote { max-width: 800px; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(32px, 4vw, 54px); letter-spacing: -.035em; line-height: 1.04; }

.method-section { padding-bottom: 148px; }
.section-intro { max-width: 680px; margin-bottom: 70px; }
.method-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 72px; border-top: 1px solid var(--line); }
.method-item { display: grid; grid-template-columns: 46px 1fr; gap: 17px; padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
.method-number { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; padding-top: 3px; }
.method-item p { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.image-letter-section { background: #f1ece8; padding-block: 100px; }
.image-letter-grid { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(0, 1fr); gap: clamp(56px, 9vw, 130px); align-items: center; }
.support-visual { margin: 0; }
.support-visual img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.support-copy { max-width: 540px; }
.check-list, .offer-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { display: flex; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); color: #675f59; font-size: 14px; line-height: 1.45; }
.check-list li::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-top: 6px; background: var(--accent); }
.audience-section { padding-block: 144px 150px; }
.audience-section h2 { max-width: 680px; }
.audience-section p { max-width: 700px; }

.offer-section { background: var(--dark); color: var(--white); padding-block: 102px; }
.offer-wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(56px, 9vw, 130px); align-items: center; }
.eyebrow-light { color: #f0b19b; }
.offer-intro h2 { max-width: 650px; }
.offer-intro > p:not(.eyebrow) { color: #d2c3bc; max-width: 590px; }
.offer-details { padding: 32px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); }
.offer-kicker { margin: 0 0 19px; color: #f0b19b; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.offer-list { margin: 0 0 30px; }
.offer-list li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.15); color: #f9f4f0; font-size: 14px; line-height: 1.45; }
.offer-list li span { color: #f0b19b; font-size: 11px; font-weight: 700; padding-top: 2px; }
.offer-details .button { width: 100%; }

.checkout-section { padding-block: 110px; background: var(--paper-deep); }
.checkout-card { padding: clamp(32px, 6vw, 64px); border: 1px solid var(--line); background: var(--paper); text-align: center; }
.checkout-card h2 { max-width: 580px; margin-inline: auto; }
.checkout-card > p:not(.eyebrow) { max-width: 620px; margin-inline: auto; }
.checkout-card .button { margin-top: 13px; }
.checkout-card .microcopy { margin-inline: auto; }

.faq-section { padding-block: 130px 150px; }
section[id] { scroll-margin-top: 24px; }
.faq-section h2 { max-width: 570px; }
.faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; padding: 22px 0; font-size: 16px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--accent); font-size: 23px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 620px; margin: -3px 0 23px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.site-footer { border-top: 1px solid var(--line); background: #f3eeea; }
.footer-top { min-height: 104px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--accent-deep); }
.legal-copy { padding: 0 0 44px; color: #827872; font-size: 10px; line-height: 1.65; }
.legal-copy p { max-width: 920px; margin: 0 0 10px; }
.legal-copy strong { color: #685f59; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease; }
.js-enabled .reveal.is-visible { opacity: 1; transform: none; }

.legal-doc { background: var(--paper); }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-main { padding-block: 80px 120px; }
.legal-page { max-width: 760px; }
.legal-page h1 { font-size: clamp(48px, 7vw, 78px); }
.legal-page h2 { margin-top: 47px; font-size: 32px; }
.legal-page p { color: #675f59; font-size: 16px; line-height: 1.75; }
.legal-back { display: inline-flex; gap: 8px; align-items: center; margin-top: 30px; color: var(--accent-deep); font-size: 13px; font-weight: 700; text-decoration: none; }

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

@media (max-width: 800px) {
  .container { width: min(100% - 36px, 620px); }
  .header-inner { min-height: 70px; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 48px; padding-block: 68px 82px; }
  h1 { font-size: clamp(50px, 14vw, 76px); }
  .hero-visual { width: min(100%, 520px); }
  .letter-section, .audience-section { padding-block: 96px; }
  .intro-section { padding-top: 88px; }
  .band-grid, .image-letter-grid, .offer-wrap { grid-template-columns: 1fr; gap: 42px; }
  .band-grid { width: min(100% - 36px, 620px); }
  .method-list { grid-template-columns: 1fr; }
  .method-section { padding-bottom: 104px; }
  .image-letter-section { padding-block: 78px; }
  .support-visual { width: min(100%, 520px); }
  .offer-section { padding-block: 78px; }
  .offer-details { padding: 25px; }
  .checkout-section { padding-block: 78px; }
  .faq-section { padding-block: 96px 106px; }
  .footer-top { align-items: flex-start; flex-direction: column; justify-content: center; gap: 16px; padding-block: 27px; }
}

@media (max-width: 480px) {
  .container, .reading-column, .wide-reading { width: min(100% - 32px, 620px); }
  .button-small { padding-inline: 12px; font-size: 11px; }
  .brand-copy small { display: none; }
  .hero { padding-top: 54px; }
  .hero-lede { font-size: 16px; }
  h2 { font-size: 42px; }
  .pull-quote { font-size: 35px; }
  .method-item { grid-template-columns: 36px 1fr; gap: 10px; }
  .checkout-card { padding: 28px 20px; }
}
