@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Newsreader:opsz,wght@6..72,500;6..72,600;6..72,700&display=swap');

:root {
  color: #0d1f1a;
  background: #ede7da;
  font-family: 'Manrope', sans-serif;
  font-synthesis: none;
  --ink: #0d1f1a;
  --paper: #ede7da;
  --paper-light: #fffaf0;
  --line: #bcb5a7;
  --orange: #e65733;
  --acid: #e7ef78;
  --muted: #4b524d;
  --display: 'Newsreader', Georgia, serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
a { color: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--paper-light); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding: 12px clamp(22px, 5vw, 80px); background: rgba(255,253,246,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: grid; }
.brand strong { font-family: var(--display); font-size: 19px; letter-spacing: -.03em; }
.brand small { font-family: var(--mono); font-size: 7px; letter-spacing: .13em; }
.mark { width: 29px; height: 29px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; transform: rotate(-3deg); }
.mark i { display: block; background: var(--ink); }
.mark i:nth-child(2) { background: var(--orange); }
.mark i:nth-child(3) { background: var(--acid); border: 1px solid var(--ink); }
.site-header nav { justify-self: center; display: flex; gap: 28px; }
.site-header nav a { font-size: 12px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-cta { padding: 13px 16px; color: var(--paper-light); background: var(--ink); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--orange); font-size: 11px; font-weight: 800; text-decoration: none; }

.product-hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); border-bottom: 2px solid var(--ink); }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 145px) clamp(28px, 7vw, 110px); background-image: linear-gradient(rgba(17,18,15,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,18,15,.055) 1px, transparent 1px); background-size: 60px 60px; border-right: 2px solid var(--ink); }
.eyebrow, .fit-heading > span, .delivery-section > div:first-child span { margin: 0 0 22px; color: #bc3511; font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 820px; margin: 0; font-size: clamp(58px, 8.7vw, 132px); line-height: .84; letter-spacing: -.065em; }
.hero-promise { max-width: 760px; margin: 32px 0 16px; font-size: clamp(20px, 2vw, 28px); font-weight: 800; line-height: 1.25; }
.hero-intro { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; transition: transform 130ms ease, box-shadow 130ms ease; }
.button:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.button.primary { background: var(--orange); }
.button.accent { background: var(--acid); }
.text-link { padding: 10px 0; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 36px 0 0; padding: 0; list-style: none; }
.trust-row li { font-family: var(--mono); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.trust-row li::before { content: '✓'; margin-right: 7px; color: #478b20; }

.product-file { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 105px); color: var(--paper-light); background: var(--orange); }
.product-file > span, .product-file > em, .product-file > p { font-family: var(--mono); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-file > strong { margin: 25px 0 12px; font-family: var(--display); font-size: clamp(42px, 5vw, 74px); line-height: .9; text-transform: uppercase; }
.price { display: flex; align-items: end; gap: 12px; margin: 40px 0 25px; padding: 24px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.price b { color: var(--ink); font-family: var(--display); font-size: 76px; line-height: .8; }
.price small { color: var(--ink); font-family: var(--mono); font-size: 8px; font-weight: 800; }
.product-file ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(17,18,15,.55); }
.product-file li { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 14px 0; border-bottom: 1px solid rgba(17,18,15,.55); font-size: 12px; font-weight: 700; }
.product-file li span { font-family: var(--mono); font-size: 8px; }
.product-file > p { margin: 28px 0 0; color: var(--ink); line-height: 1.5; }

.outcome-strip { display: grid; grid-template-columns: 160px 160px 1fr; align-items: stretch; color: var(--paper-light); background: var(--ink); }
.outcome-strip > div { display: flex; align-items: center; gap: 12px; padding: 22px; border-right: 1px solid #44453c; }
.outcome-strip strong { color: var(--acid); font-family: var(--display); font-size: 38px; }
.outcome-strip span { font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.outcome-strip p { align-self: center; justify-self: end; max-width: 680px; margin: 0; padding: 22px clamp(24px, 6vw, 90px); color: #c7c6bb; line-height: 1.55; text-align: right; }

.detail-section, .delivery-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.detail-section:nth-of-type(even) { background: var(--paper-light); }
.detail-section > div:first-child span { font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.detail-section h2, .fit-section h2, .delivery-section h2, .final-cta h2 { margin: 20px 0 0; font-size: clamp(38px, 5.2vw, 76px); line-height: .94; letter-spacing: -.055em; }
.detail-section p, .delivery-section p { max-width: 780px; margin: 0 0 20px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.fit-section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); color: var(--paper-light); background: var(--ink); }
.fit-heading { max-width: 1100px; margin-bottom: 60px; }
.fit-heading h2 { margin-top: 18px; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit-grid article { padding: clamp(28px, 4vw, 50px); background: #23241e; border: 1px solid #494a41; }
.fit-grid article:first-child { color: var(--ink); background: var(--acid); border-color: var(--paper-light); }
.fit-grid h3 { margin: 0 0 24px; font-size: 24px; }
.fit-grid ul { display: grid; gap: 16px; margin: 0; padding-left: 20px; }
.fit-grid p { color: #c4c3b8; font-size: 16px; line-height: 1.7; }
.fit-grid a { color: var(--acid); font-weight: 800; text-underline-offset: 5px; }

.delivery-section { background: var(--paper-light); }
.delivery-section a { font-weight: 800; }
.final-cta { display: flex; flex-direction: column; align-items: center; padding: clamp(90px, 11vw, 170px) 24px; background: var(--orange); text-align: center; }
.final-cta > p { font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.final-cta h2 { max-width: 1000px; }
.final-cta .button { margin: 35px 0 25px; }
.final-cta small { max-width: 700px; line-height: 1.6; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 40px clamp(24px, 6vw, 90px); color: var(--paper-light); background: var(--ink); }
footer > a { font-family: var(--display); font-size: 20px; text-decoration: none; }
footer > span { color: #9a9b90; font-size: 11px; }
footer nav { display: flex; gap: 20px; }
footer nav a { color: #cbcabe; font-size: 10px; }

a:focus-visible { outline: 3px solid #2757d7; outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .product-hero { grid-template-columns: 1fr; }
  .hero-copy { border-right: 0; border-bottom: 2px solid var(--ink); }
  .product-file { min-height: 650px; }
  .detail-section, .delivery-section { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; padding: 10px 15px; }
  .brand small { display: none; }
  .header-cta { padding: 10px; font-size: 9px; box-shadow: 3px 3px 0 var(--orange); }
  .hero-copy { padding: 75px 20px; }
  h1 { font-size: clamp(55px, 17vw, 82px); }
  .hero-promise { font-size: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .trust-row { display: grid; }
  .product-file { min-height: 0; padding: 65px 20px; }
  .product-file > strong { font-size: 48px; }
  .outcome-strip { grid-template-columns: 1fr 1fr; }
  .outcome-strip p { grid-column: 1 / -1; text-align: left; }
  .detail-section, .delivery-section, .fit-section { padding: 75px 20px; }
  .detail-section p, .delivery-section p { font-size: 15px; }
  .fit-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
}

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

/* Product file edition: a sales page that behaves like an inspectable dossier. */
.site-header { border-left: 12px solid var(--orange); background: rgba(255,250,240,.96); backdrop-filter: none; }
.brand strong { font-family: var(--body, 'Manrope'), sans-serif; font-weight: 800; }
.header-cta { box-shadow: none; font-family: var(--mono); font-weight: 500; text-transform: uppercase; }
.product-hero { min-height: 820px; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .65fr); }
.hero-copy { justify-content: flex-end; background-image: linear-gradient(90deg, transparent calc(100% - 1px), rgba(13,31,26,.15) 1px); background-size: 9.09% 100%; }
h1,
h2 { font-weight: 600; text-transform: none; }
h1 { max-width: 900px; font-size: clamp(72px, 9vw, 142px); line-height: .78; letter-spacing: -.07em; }
.hero-promise { font-family: var(--display); font-size: clamp(25px, 2.5vw, 38px); font-weight: 600; line-height: 1.08; }
.hero-actions .button,
.final-cta .button { font-family: var(--mono); font-size: 10px; font-weight: 500; text-transform: uppercase; }
.button { box-shadow: none; }
.button:hover { box-shadow: none; transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--orange); }
.text-link { font-family: var(--mono); font-size: 9px; font-weight: 500; text-transform: uppercase; }
.trust-row { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-file { position: relative; justify-content: flex-end; background: var(--ink); border-left: 1px solid #466056; }
.product-file::before { position: absolute; top: 0; right: 0; left: 0; height: 12px; content: ''; background: var(--orange); }
.product-file > strong { color: var(--paper-light); font-weight: 600; text-transform: none; }
.price { border-color: #466056; }
.price b { color: var(--acid); font-weight: 600; }
.price small,
.product-file > p { color: #b8c3bf; }
.product-file ol { border-color: #466056; }
.product-file li { border-color: #466056; }
.outcome-strip { color: var(--ink); background: var(--acid); border-bottom: 2px solid var(--ink); }
.outcome-strip > div { border-color: var(--ink); }
.outcome-strip strong { color: var(--orange); font-weight: 600; }
.outcome-strip p { color: var(--ink); }
.detail-section:nth-of-type(even) { background: var(--paper-light); }
.detail-section h2,
.fit-section h2,
.delivery-section h2,
.final-cta h2 { font-weight: 600; }
.fit-section { background: var(--ink); }
.fit-grid { gap: 1px; background: #466056; border: 1px solid #466056; }
.fit-grid article { background: var(--ink); border: 0; }
.fit-grid article:first-child { background: var(--acid); }
.final-cta { align-items: flex-start; color: var(--ink); background: var(--orange); padding-left: clamp(24px, 8vw, 130px); text-align: left; }
.final-cta .button { color: var(--ink); background: var(--acid); }

@media (max-width: 980px) {
  .product-hero { grid-template-columns: 1fr; }
  .product-file { min-height: 620px; }
}

@media (max-width: 680px) {
  .site-header { border-left-width: 7px; }
  .hero-copy { padding: 80px 20px; }
  h1 { font-size: clamp(64px, 19vw, 90px); }
  .product-file { min-height: 520px; }
  .final-cta { padding-inline: 20px; }
}
