*,:before,:after{box-sizing:border-box}body{margin:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#f5c518;--yellow-dark:#d4a914;--black:#0d0d0d;--white:#fafafa;--red:#dc2626;--green:#16a34a;--slate:#334155;--slate-light:#64748b;--border:#e2e8f0;--bg:#f8f9fa;--card:#fff;--blue:#0071bc;color:var(--slate);background:var(--bg);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;line-height:1.6}.site{flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:inherit;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:0 32px}.btn{letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border:2px solid #0000;border-radius:4px;padding:13px 26px;font-size:14px;font-weight:700;transition:all .15s;display:inline-block}.btn-primary{background:var(--yellow);color:var(--black)}.btn-primary:hover{background:var(--yellow-dark)}.btn-ghost{color:var(--black);border-color:var(--black);background:0 0}.btn-ghost:hover{background:#0000000f}.btn-buy{background:var(--yellow);color:var(--black);letter-spacing:.3px;white-space:nowrap;border-radius:4px;padding:11px 22px;font-size:13px;font-weight:700;transition:background .15s;display:inline-block}.btn-buy:hover{background:var(--yellow-dark)}.site-header{background:var(--black);z-index:100;border-bottom:4px solid var(--yellow);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding:12px 0;display:flex}.logo-link{align-items:center;display:flex}.logo-img{width:auto;height:52px}.nav{gap:36px;display:flex}.nav a{color:#ffffffb3;letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:600;transition:color .15s}.nav a:hover{color:var(--yellow)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:all .2s;display:block}.hero{background:var(--black);padding:80px 0;position:relative;overflow:hidden}.hero-stripe-bg{background-image:repeating-linear-gradient(-45deg, var(--yellow) 0px, var(--yellow) 24px, var(--black) 24px, var(--black) 48px);opacity:.18;position:absolute;inset:0}.hero-content{z-index:1;grid-template-columns:1fr 420px;align-items:center;gap:48px;display:grid;position:relative}.warning-card{background:var(--white);border-top:6px solid var(--yellow);border-radius:2px;padding:48px 52px;box-shadow:0 24px 80px #00000080}.warning-card-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--slate-light);align-items:center;gap:10px;margin-bottom:20px;font-family:Oswald,system-ui,sans-serif;font-size:12px;font-weight:600;display:flex}.warning-diamond{color:var(--yellow-dark);font-size:18px}.warning-card h1{color:var(--black);letter-spacing:-1px;text-transform:uppercase;margin-bottom:20px;font-family:Oswald,system-ui,sans-serif;font-size:60px;font-weight:700;line-height:1.05}.hero-sub{color:var(--slate);margin-bottom:32px;font-size:17px;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:12px;display:flex}.hero-product-img-wrap{justify-content:center;align-items:center;display:flex}.hero-product-link{flex-direction:column;align-items:center;gap:16px;text-decoration:none;display:flex}.hero-product-img{object-fit:contain;filter:drop-shadow(0 20px 60px #00000080);background:#fffffff5;border-radius:12px;width:100%;max-width:380px;height:auto;padding:24px}.hero-product-label{flex-direction:column;align-items:center;gap:4px;display:flex}.hero-product-name{color:#fff9;text-transform:uppercase;letter-spacing:.5px;text-align:center;font-family:Oswald,system-ui,sans-serif;font-size:13px;font-weight:600}.hero-product-price{color:var(--yellow);font-family:Oswald,system-ui,sans-serif;font-size:24px;font-weight:700}.hero-product-placeholder{justify-content:center;align-items:center;display:flex}.hero-placeholder-inner{text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:380px;padding:40px 32px;display:flex}.hero-placeholder-icon{font-size:48px}.hero-placeholder-text{text-transform:uppercase;letter-spacing:2px;color:var(--yellow);font-size:10px;font-weight:700}.hero-placeholder-name{color:var(--white);text-align:center;font-family:Oswald,system-ui,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.hero-placeholder-price{color:var(--yellow);font-family:Oswald,system-ui,sans-serif;font-size:28px;font-weight:700}.hero-placeholder-btn{margin-top:8px}.products-section{background:var(--bg);padding:80px 0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{text-transform:uppercase;letter-spacing:1px;color:var(--black);margin-bottom:8px;font-family:Oswald,system-ui,sans-serif;font-size:40px;font-weight:700}.section-header p{color:var(--slate-light);font-size:15px}.product-group-label{text-transform:uppercase;letter-spacing:2px;color:var(--slate-light);border-bottom:1px solid var(--border);margin:48px 0 20px;padding-bottom:12px;font-family:Oswald,system-ui,sans-serif;font-size:14px;font-weight:600}.product-group-label:first-of-type{margin-top:0}.products-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.products-grid-1{grid-template-columns:repeat(1,minmax(0,420px))}.product-card{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--yellow);border-radius:2px;flex-direction:column;padding:0 0 24px;transition:box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 40px #0000001f}.product-badge{background:var(--black);color:var(--yellow);letter-spacing:1px;text-transform:uppercase;z-index:2;padding:5px 12px;font-family:Oswald,system-ui,sans-serif;font-size:10px;font-weight:800;position:absolute;top:0;right:20px}.product-img-wrap{aspect-ratio:4/3;background:#f5f5f5;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.product-img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:20px}.product-img-placeholder{color:var(--slate-light);flex-direction:column;align-items:center;gap:8px;font-size:12px;display:flex}.product-img-placeholder span:first-child{font-size:32px}.product-card-top{flex-direction:column;gap:6px;padding:20px 24px 0;display:flex}.product-meta-row{justify-content:space-between;align-items:center;display:flex}.product-brand{text-transform:uppercase;letter-spacing:.8px;color:var(--slate-light);font-size:11px;font-weight:700}.product-cat{background:var(--bg);color:var(--slate-light);letter-spacing:.5px;text-transform:uppercase;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:600}.product-name{color:var(--black);font-family:Oswald,system-ui,sans-serif;font-size:19px;font-weight:600;line-height:1.2}.product-rating{align-items:center;gap:6px;margin-top:2px;display:flex}.stars{gap:1px;display:flex}.star{color:#d1d5db;font-size:15px}.star.filled{color:var(--yellow-dark)}.review-count{color:var(--slate-light);font-size:12px}.product-availability{color:var(--slate-light);margin-top:2px;font-size:11px}.product-verdict{color:var(--slate);border-left:2px solid var(--border);margin:16px 24px;padding:0 24px 0 12px;font-size:13px;font-style:italic;line-height:1.6}.product-specs{flex-direction:column;flex:1;gap:7px;padding:0 24px;list-style:none;display:flex}.product-specs li{color:var(--slate);gap:8px;font-family:ui-monospace,Courier New,monospace;font-size:12px;line-height:1.4;display:flex}.spec-check{color:var(--green);flex-shrink:0;font-weight:700}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin:20px 0 0;padding:16px 24px 0;display:flex}.product-price-block{flex-direction:column;gap:2px;display:flex}.product-price{color:var(--black);font-family:Oswald,system-ui,sans-serif;font-size:30px;font-weight:700;line-height:1}.product-was-price{color:var(--slate-light);font-size:11px;text-decoration:line-through}.product-coupon{color:var(--green);font-size:11px;font-weight:700}.facts-section{background:var(--white);padding:80px 0}.facts-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:0;display:grid}.fact-card{border:1px solid var(--border);border-top:4px solid var(--yellow);border-radius:2px;flex-direction:column;gap:14px;padding:36px 32px;display:flex}.fact-icon{font-size:32px;line-height:1}.fact-card h3{color:var(--black);text-transform:uppercase;font-family:Oswald,system-ui,sans-serif;font-size:20px;font-weight:700}.fact-card p{color:var(--slate);font-size:14px;line-height:1.75}.exposure-section{background:var(--black);color:var(--white);padding:80px 0}.exposure-header{text-align:center;margin-bottom:48px}.exposure-header h2{text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-family:Oswald,system-ui,sans-serif;font-size:40px;font-weight:700}.exposure-header p{color:#ffffff8c;font-size:15px}.exposure-scale{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;padding:40px 40px 32px}.scale-bar{border-radius:100px;height:12px;margin-bottom:20px;overflow:hidden}.scale-gradient{background:linear-gradient(90deg,#16a34a 0%,#65a30d 20%,#ca8a04 40%,#ea580c 60%,#dc2626 80%,#7f1d1d 100%);height:100%}.scale-ticks{grid-template-columns:repeat(6,1fr);display:grid}.scale-tick{text-align:center;padding:0 4px}.tick-mark{border-top:2px solid;width:1px;height:10px;margin:0 auto 10px}.tick-ppm{margin-bottom:4px;font-family:Oswald,system-ui,sans-serif;font-size:22px;font-weight:700;line-height:1}.tick-ppm span{opacity:.6;font-size:11px;font-weight:400}.tick-label{text-transform:uppercase;letter-spacing:.5px;color:#ffffffe6;margin-bottom:4px;font-size:11px;font-weight:700}.tick-note{color:#fff6;font-size:10px;line-height:1.3}.exposure-footnote{color:#ffffff59;text-align:center;letter-spacing:.3px;margin-top:28px;font-family:ui-monospace,Courier New,monospace;font-size:11px}.guide-section{background:var(--bg);padding:80px 0}.guide-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.guide-card{background:var(--white);flex-direction:column;gap:10px;padding:36px 36px 32px;display:flex}.guide-num{color:var(--yellow-dark);letter-spacing:1px;font-family:Oswald,system-ui,sans-serif;font-size:13px;font-weight:700}.guide-card h3{color:var(--black);text-transform:uppercase;letter-spacing:.3px;font-family:Oswald,system-ui,sans-serif;font-size:18px;font-weight:600}.guide-card p{color:var(--slate);font-size:14px;line-height:1.75}.about-section{background:var(--white);padding:80px 0}.about-inner{grid-template-columns:1fr 220px;align-items:center;gap:80px;display:grid}.about-text h2{text-transform:uppercase;color:var(--black);margin-bottom:24px;font-family:Oswald,system-ui,sans-serif;font-size:40px;font-weight:700}.about-text p{color:var(--slate);margin-bottom:16px;font-size:15px;line-height:1.85}.about-text p:last-child{margin-bottom:0}.about-badge{justify-content:center;align-items:center;display:flex}.about-badge-inner{background:var(--black);border:5px solid var(--yellow);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:190px;height:190px;display:flex}.about-badge-year{color:#ffffff80;text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:600}.about-badge-num{color:var(--yellow);font-family:Oswald,system-ui,sans-serif;font-size:54px;font-weight:700;line-height:1}.about-badge-label{color:#ffffff73;text-transform:uppercase;letter-spacing:1px;max-width:120px;font-size:10px;line-height:1.4}.disclosure{background:#fffbeb;border-top:1px solid #fde68a;padding:16px 0}.disclosure p{color:#92400e;text-align:center;font-size:12px;line-height:1.6}.site-footer{background:var(--black);border-top:4px solid var(--yellow);padding:56px 0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.footer-logo{filter:brightness(0)invert();opacity:.6;width:auto;height:36px}.footer-nav{gap:28px;display:flex}.footer-nav a{text-transform:uppercase;letter-spacing:.5px;color:#ffffff73;font-size:12px;font-weight:600;transition:color .15s}.footer-nav a:hover{color:var(--yellow)}.footer-inner p{color:#fff6;font-size:13px}.footer-legal{color:#ffffff38;font-size:11px}@media (width>=1400px){.warning-card h1{font-size:72px}.warning-card{padding:56px 64px}.hero-sub{font-size:19px}.hero-product-img{max-width:440px}.hero-content{grid-template-columns:1fr 480px;gap:64px}.product-name{font-size:21px}.product-price{font-size:34px}.section-header h2,.exposure-header h2,.about-text h2{font-size:44px}}@media (width<=960px){.warning-card h1{font-size:44px}.warning-card{padding:36px}.hero-content{grid-template-columns:1fr}.hero-product-img-wrap,.hero-product-placeholder{display:none}.products-grid,.products-grid-1,.facts-grid{grid-template-columns:repeat(2,1fr)}.scale-ticks{grid-template-columns:repeat(3,1fr)}.about-inner{grid-template-columns:1fr;gap:40px}.about-badge{display:none}}@media (width<=640px){.container{padding:0 20px}.warning-card h1{font-size:34px}.warning-card{padding:28px 24px}.hamburger{display:flex}.nav{background:var(--black);z-index:200;border-top:1px solid #ffffff1a;flex-direction:column;gap:20px;padding:20px 24px 28px;display:none;position:absolute;top:100%;left:0;right:0}.nav.nav-open{display:flex}.nav a{font-size:16px}.hero{padding:48px 0}.hero-ctas{flex-direction:column}.hero-ctas .btn{text-align:center}.products-grid,.products-grid-1,.facts-grid,.guide-grid{grid-template-columns:1fr}.scale-ticks{grid-template-columns:repeat(2,1fr)}.product-footer{flex-direction:column;align-items:flex-start}.footer-nav{flex-wrap:wrap;justify-content:center;gap:16px}}@media (prefers-reduced-motion:reduce){.product-card{transition:none}}
