:root { --ink: #080808; --paper: #f6f1e8; --red: #c60e1b; --red-dark: #79050b; --muted: #b9b3aa; --line: rgba(246, 241, 232, .18); --display: "Playfair Display", Georgia, serif; --sans: "DM Sans", Arial, sans-serif; --mono: "DM Mono", monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); font-family: var(--sans); background: var(--ink); }
a { color: inherit; text-decoration: none; }
.top-alert { display: flex; justify-content: center; align-items: center; gap: 9px; padding: 9px 20px; font: 11px/1.3 var(--mono); letter-spacing: .02em; color: #dfd6cc; background: #150709; text-align: center; }
.top-alert span { display: inline-grid; place-items: center; width: 20px; height: 20px; font: 10px var(--mono); color: var(--paper); border: 1px solid rgba(255,255,255,.4); border-radius: 100%; }
.site-header { position: absolute; z-index: 10; top: 47px; left: 0; right: 0; max-width: 1320px; margin: auto; display: flex; justify-content: space-between; align-items: center; padding: 28px 36px; }
.brand { color: var(--paper); font: 700 18px/1 var(--display); letter-spacing: -.04em; } .brand em { color: var(--red); font-style: normal; }
.header-cta { font: 600 13px var(--sans); border-bottom: 1px solid var(--red); padding-bottom: 4px; }
.hero { min-height: 780px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr); align-items: center; padding: 148px max(36px, calc((100vw - 1248px) / 2)) 90px; isolation: isolate; background: radial-gradient(circle at 25% 18%, #2b090e 0, #080808 40%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 250px; background: linear-gradient(transparent, #080808); }
.hero-glow { position: absolute; z-index: -1; width: 34vw; height: 34vw; max-width: 560px; max-height: 560px; border-radius: 50%; left: 33%; top: 12%; background: rgba(198,14,27,.18); filter: blur(90px); }
.hero-copy { max-width: 670px; padding-top: 25px; }
.eyebrow,.section-index { margin: 0 0 20px; color: #d0c8be; font: 10px var(--mono); letter-spacing: .12em; } .eyebrow span { display: inline-block; width: 24px; height: 1px; vertical-align: middle; margin: 0 9px 0 0; background: var(--red); }
h1,h2,h3,p { margin-top: 0; } h1,h2,h3 { letter-spacing: -.04em; } h1 { max-width: 720px; margin-bottom: 28px; font: 800 clamp(43px, 5vw, 76px)/.98 var(--display); } h1 em,h2 em { color: var(--red); font-style: italic; }
.hero-lead { max-width: 560px; margin-bottom: 33px; color: #d5cec5; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 55px; padding: 0 24px; font: 700 13px var(--sans); transition: transform .18s, background .18s; }.button:hover { transform: translateY(-2px); }.button-primary { color: #fff; background: var(--red); }.button-primary:hover { background: #e41827; }.text-link { font: 600 13px var(--sans); color: #e4dbd1; }.text-link span { margin-left: 7px; color: var(--red); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 16px; padding: 0; margin: 42px 0 0; list-style: none; color: var(--muted); font: 11px var(--sans); }.hero-notes li { display: flex; align-items: center; gap: 7px; }.hero-notes li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.hero-product { height: 570px; position: relative; margin-left: 4vw; }.backdrop { position: absolute; inset: 6% 0 0 12%; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(125deg, #290609, #0f0909); transform: rotate(4deg); }.hero-wallpaper { position: absolute; width: 47%; right: 5%; top: 2%; aspect-ratio: 9 / 16; object-fit: cover; box-shadow: 0 25px 50px rgba(0,0,0,.6); opacity: .82; }.hero-book { position: absolute; width: 47%; left: 3%; bottom: 0; border: 9px solid #111; box-shadow: 22px 25px 55px rgba(0,0,0,.7); transform: rotate(-6deg); }.hero-stamp { position: absolute; left: 42%; top: 16%; display: grid; place-items: center; width: 91px; height: 91px; color: #080808; background: var(--paper); border-radius: 50%; font: 800 38px/.7 var(--display); transform: rotate(12deg); }.hero-stamp small { margin-top: 4px; font: 9px var(--mono); letter-spacing: .1em; }.product-caption { position: absolute; left: 0; bottom: 28px; padding-left: 18px; border-left: 2px solid var(--red); color: var(--paper); font: italic 18px/1.2 var(--display); }
.pressure-section,.solution-section,.included-section,.resources-section,.faq-section { padding: 120px max(36px, calc((100vw - 1180px) / 2)); }.pressure-section { background: var(--paper); color: #111; }.section-index { color: #8b8179; }.pressure-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }.pressure-grid h2,.section-heading h2,.included-copy h2,.resources-section h2,.faq-heading h2 { margin-bottom: 0; font: 800 clamp(37px, 4.1vw, 61px)/1.02 var(--display); }.pressure-copy { font-size: 17px; line-height: 1.6; color: #4d4844; }.pressure-copy p:last-child { margin-bottom: 0; }.cycle { display: flex; align-items: stretch; gap: 16px; margin-top: 82px; border-top: 1px solid #d8d0c6; padding-top: 22px; }.cycle div { flex: 1; }.cycle b { display: block; margin-bottom: 10px; color: var(--red); font: 11px var(--mono); }.cycle span { display: block; margin-bottom: 5px; font: 700 18px var(--sans); }.cycle small { color: #726b65; font-size: 13px; }.cycle i { align-self: center; color: var(--red); font-style: normal; }.cycle-danger { padding-left: 21px; border-left: 2px solid var(--red); }
.solution-section { background: #0d0d0d; }.section-heading { display: grid; grid-template-columns: .5fr 1.15fr .9fr; gap: 35px; align-items: end; }.section-heading .section-index { margin: 0; }.section-heading p:last-child { margin: 0; color: #bdb5ad; line-height: 1.55; }.timeline { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 74px; border-top: 1px solid var(--line); }.timeline article { min-height: 250px; padding: 27px 30px 20px 0; border-right: 1px solid var(--line); }.timeline article + article { padding-left: 30px; }.timeline article:last-child { border-right: 0; }.timeline p { color: var(--red); font: 11px var(--mono); }.timeline h3 { margin-bottom: 13px; font: 700 25px var(--display); }.timeline span { display: block; max-width: 270px; color: #b9b2aa; line-height: 1.5; }
.included-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; background: #17100f; }.included-copy > p:not(.section-index) { max-width: 480px; margin-top: 24px; color: #c9c1b8; font-size: 17px; line-height: 1.55; }.check-list { margin: 30px 0 0; padding: 0; list-style: none; }.check-list li { padding: 12px 0; border-top: 1px solid var(--line); color: #e4ddd4; font-size: 14px; }.check-list li::before { content: "✓"; margin-right: 11px; color: var(--red); font-weight: 700; }.included-visual { position: relative; min-height: 500px; display: grid; place-items: center; }.included-visual::before { content: ""; position: absolute; inset: 5% 5% 12% 10%; background: #a00d19; }.included-visual img { position: relative; z-index: 1; width: min(73%, 370px); box-shadow: 20px 28px 45px rgba(0,0,0,.5); transform: rotate(4deg); }.visual-red-label { position: absolute; z-index: 2; top: 19%; left: 0; color: #f4ece2; font: 800 clamp(27px, 4vw, 53px)/.88 var(--display); }.visual-quote { position: absolute; z-index: 2; right: 0; bottom: 0; max-width: 238px; padding: 15px; color: #111; background: var(--paper); font: italic 17px/1.15 var(--display); }
.sos-section { padding: 100px max(36px, calc((100vw - 1180px) / 2)); background: var(--red); color: #fff; }.sos-top { display: flex; justify-content: space-between; align-items: center; }.sos-top .section-index { color: rgba(255,255,255,.75); }.price-pill { padding: 8px 11px; border: 1px solid rgba(255,255,255,.6); border-radius: 50px; font: 11px var(--mono); }.sos-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }.sos-grid h2 { margin: 0 0 20px; font: 800 clamp(46px, 5vw, 73px)/.98 var(--display); }.sos-grid h2 em { color: #17100f; font-style: italic; }.sos-grid p { max-width: 500px; font-size: 17px; line-height: 1.55; }.sos-note { color: rgba(255,255,255,.8); font-size: 13px !important; }.card-stack { position: relative; height: 455px; }.sos-card { position: absolute; width: 252px; border: 7px solid #1b090a; box-shadow: 13px 18px 30px rgba(52,0,4,.32); }.back-card { top: 25px; right: 7%; transform: rotate(9deg); }.front-card { z-index: 1; left: 5%; bottom: 0; transform: rotate(-4deg); }
.fit-section { display: grid; grid-template-columns: 1fr 1fr; }.fit-card { min-height: 450px; padding: 94px max(36px, calc((100vw - 1180px) / 2)) 80px; }.fit-card p { font: 10px var(--mono); letter-spacing: .1em; }.fit-card h3 { max-width: 410px; font: 700 35px/1.05 var(--display); }.fit-card ul { max-width: 430px; margin: 32px 0 0; padding: 0; list-style: none; }.fit-card li { padding: 12px 0; border-top: 1px solid currentColor; font-size: 14px; }.fit-yes { color: #141414; background: var(--paper); }.fit-no { color: #e9e0d5; background: #271011; }.fit-no p { color: #f27a82; }.fit-no h3 { color: #fff; }
.resources-section { background: #111; text-align: center; }.resources-section h2 { max-width: 850px; margin: 0 auto 20px; }.resources-lead { max-width: 600px; margin: 0 auto; color: #c6beb5; line-height: 1.55; }.resource-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin-top: 48px; text-align: left; }.resource-grid a { position: relative; min-height: 148px; padding: 22px; color: #151312; background: var(--paper); transition: transform .18s; }.resource-grid a:hover { transform: translateY(-5px); }.resource-grid b { display: block; margin-bottom: 11px; font: 700 19px var(--display); }.resource-grid span { display: block; max-width: 190px; color: #5e5953; font-size: 13px; line-height: 1.45; }.resource-grid i { position: absolute; right: 18px; top: 16px; color: var(--red); font-style: normal; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: #ece5db; color: #101010; }.faq-list { border-top: 1px solid #bfb5aa; }.faq-list details { border-bottom: 1px solid #bfb5aa; }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--red); font-size: 21px; transition: transform .18s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 640px; margin: -2px 0 21px; color: #524c46; font-size: 14px; line-height: 1.55; }
.offer-section { position: relative; overflow: hidden; padding: 120px 30px; text-align: center; background: #100809; }.offer-shape { position: absolute; z-index: 0; left: 50%; top: -11vw; color: rgba(198,14,27,.22); font: 800 46vw/.8 var(--display); transform: translateX(-50%); }.offer-section > *:not(.offer-shape) { position: relative; z-index: 1; }.offer-section h2 { margin: 0 auto 20px; font: 800 clamp(43px,5vw,76px)/.98 var(--display); }.offer-section > p:not(.section-index):not(.offer-footnote) { max-width: 500px; margin: 0 auto 34px; color: #cac1b7; line-height: 1.55; }.offer-price { display: grid; justify-items: center; margin-bottom: 32px; }.offer-price small,.offer-price span { font: 10px var(--mono); letter-spacing: .12em; color: #ccc2b9; }.offer-price strong { margin: 6px 0; font: 700 31px var(--sans); }.offer-price strong em { font: 800 72px/.8 var(--display); font-style: normal; }.button-light { min-width: 290px; color: #111; background: var(--paper); }.offer-footnote { margin: 18px auto 0 !important; color: #9d958d !important; font-size: 11px; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 35px; padding: 48px max(36px, calc((100vw - 1180px) / 2)); background: #070707; border-top: 1px solid var(--line); }.site-footer p { margin: 12px 0 0; color: #8e8880; font-size: 12px; line-height: 1.5; }.footer-links { display: flex; flex-wrap: wrap; gap: 17px; align-content: center; font-size: 12px; }.footer-links a:hover { color: var(--red); }.legal-copy { text-align: right; }
.toast { position: fixed; z-index: 20; right: 22px; bottom: 22px; max-width: 350px; padding: 14px 17px; color: #fff; background: #281213; border-left: 3px solid var(--red); box-shadow: 0 12px 30px rgba(0,0,0,.3); font-size: 13px; line-height: 1.4; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }.toast.is-visible { opacity: 1; transform: translateY(0); }
.cookie-settings { padding: 0; color: inherit; border: 0; background: transparent; font: inherit; cursor: pointer; }.cookie-settings:hover { color: var(--red); }.cookie-banner { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: min(430px, calc(100vw - 44px)); padding: 22px; color: #171313; background: var(--paper); border-top: 4px solid var(--red); box-shadow: 0 20px 50px rgba(0,0,0,.42); }.cookie-banner p { margin: 0 0 16px; font-size: 13px; line-height: 1.5; }.cookie-banner strong { display: block; margin-bottom: 4px; font: 700 18px var(--display); }.cookie-banner div { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }.cookie-banner a { margin-left: 5px; border-bottom: 1px solid currentColor; font-size: 12px; }.cookie-button { padding: 10px 15px; border: 1px solid #171313; font: 700 12px var(--sans); cursor: pointer; }.cookie-accept { color: #fff; background: var(--ink); }.cookie-reject { color: #171313; background: transparent; }
@media (max-width: 900px) { .site-header { padding: 21px; }.hero { min-height: auto; grid-template-columns: 1fr; padding: 145px 26px 65px; }.hero-product { width: min(100%, 540px); height: 480px; margin: 52px auto 0; }.pressure-section,.solution-section,.included-section,.resources-section,.faq-section { padding: 82px 26px; }.pressure-grid,.section-heading,.included-section,.sos-grid,.faq-section { grid-template-columns: 1fr; gap: 32px; }.cycle { display: grid; grid-template-columns: 1fr 26px 1fr; gap: 20px 10px; }.cycle i { justify-self: center; transform: rotate(0); }.timeline { grid-template-columns: 1fr; }.timeline article,.timeline article + article { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }.fit-section { grid-template-columns: 1fr; }.fit-card { min-height: auto; padding: 66px 26px; }.resource-grid { grid-template-columns: 1fr 1fr; }.site-footer { grid-template-columns: 1fr; padding: 40px 26px; }.legal-copy { text-align: left; }.footer-links { order: 2; }.site-footer .legal-copy { order: 3; } }
@media (max-width: 560px) { .top-alert { font-size: 10px; }.site-header { top: 47px; }.header-cta { font-size: 11px; }.brand { font-size: 16px; }.hero { padding-top: 125px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-product { height: 390px; }.hero-stamp { width: 70px; height: 70px; font-size: 28px; }.hero-stamp small { font-size: 8px; }.cycle { grid-template-columns: 1fr 19px 1fr; }.cycle small { font-size: 11px; }.cycle span { font-size: 15px; }.resource-grid { grid-template-columns: 1fr; }.sos-section { padding: 70px 26px; }.card-stack { height: 390px; }.sos-card { width: 210px; }.offer-section { padding: 90px 26px; }.cookie-banner { right: 16px; bottom: 16px; width: calc(100vw - 32px); } }
