
:root{
  --nav-bg:#09110d;--accent:#23e2a0;--accent-hover:#55efba;--accent-dark:#087454;
  --text:#202a2a;--muted:#4f5f5b;--headings:#10231d;--border:#dce5e1;
  --table-head:#0b241b;--table-alt:#f5f9f7;--footer:#09110d;--soft:#eef9f4;
  --font-head:Arial,Helvetica,sans-serif;--font-body:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:var(--font-body);line-height:1.68;font-size:17px}a{color:inherit}
.site-nav{height:68px;padding:0 max(24px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--nav-bg);position:relative;z-index:10}
.nav-brand{color:#fff;font-family:var(--font-head);font-size:28px;font-weight:900;text-decoration:none}.nav-cta{color:#07100c;background:var(--accent);padding:10px 19px;border-radius:7px;font-weight:900;text-decoration:none}.nav-cta:hover{background:var(--accent-hover)}
.hero{background:linear-gradient(135deg,#071812 0%,#102d23 52%,#0a1712 100%);color:#fff;padding:58px 0 64px;overflow:hidden}.hero-inner{width:min(1160px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);gap:48px;align-items:center}.hero-title{font-family:var(--font-head);font-size:clamp(43px,6vw,72px);line-height:.99;margin:0 0 20px;max-width:790px;font-weight:950;letter-spacing:-.035em}.hero-bonus{font-size:clamp(18px,2vw,23px);font-weight:600;color:#e8f3ee;max-width:760px;margin:0 0 28px}.hero-shot{margin:0;background:#fff;border-radius:14px;padding:12px;box-shadow:0 28px 70px rgba(0,0,0,.32)}.hero-shot img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;border-radius:8px}
.cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border-radius:7px;background:var(--accent);color:#07100c!important;text-decoration:none!important;font-weight:900;line-height:1.2;border:0;box-shadow:0 8px 24px rgba(35,226,160,.18)}.cta-btn:hover{background:var(--accent-hover)}
.content-wrap{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:48px 0 0}.entry-content{max-width:980px;margin:0 auto}.entry-content h2,.entry-content h3{font-family:var(--font-head);color:var(--headings);line-height:1.12;letter-spacing:-.02em}.entry-content h2{font-size:clamp(30px,4vw,44px);margin:60px 0 18px}.entry-content h3{font-size:clamp(23px,3vw,31px);margin:38px 0 14px}.entry-content p{margin:0 0 18px}.entry-content ul,.entry-content ol{margin:0 0 24px;padding-left:28px}.entry-content li{margin:7px 0}.entry-content blockquote{margin:24px 0;padding:18px 20px;border-left:4px solid var(--accent-dark);background:var(--soft);color:#263a33}.entry-content blockquote p{margin:0}
.table-scroll{width:100%;overflow-x:auto;margin:22px 0 32px;-webkit-overflow-scrolling:touch}.entry-content table{width:100%;min-width:680px;border-collapse:collapse;margin:0;font-size:15px}.entry-content th,.entry-content td{border:1px solid var(--border);padding:13px 15px;text-align:left;vertical-align:top}.entry-content thead th{background:var(--table-head);color:#fff}.entry-content tbody tr:nth-child(even){background:var(--table-alt)}
.editorial-figure{margin:28px 0 36px;width:100%;text-align:center}.editorial-figure img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;border-radius:8px}.editorial-figure figcaption{font-size:13px;color:#465851;margin-top:8px;line-height:1.45}.screenshot-wide{max-width:920px;margin-left:auto;margin-right:auto}.screenshot-portrait,.screenshot-mobile{max-width:520px;margin-left:auto;margin-right:auto}.inline-cta{margin:26px 0 36px}
.bottom-cta-wrap{margin:74px calc((100vw - min(1160px,calc(100vw - 40px)))/-2) 0;background:#0b241b;color:#fff;padding:48px 0}.bottom-cta-inner{width:min(980px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:42px;align-items:center}.bottom-cta-eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:#bcd3c9}.bottom-cta-bonus{font-family:var(--font-head);font-size:clamp(29px,4vw,42px);font-weight:900;line-height:1.08;margin:0 0 22px}.bottom-shot{margin:0;background:#fff;border-radius:12px;padding:10px;box-shadow:0 18px 38px rgba(0,0,0,.24)}.bottom-shot img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;border-radius:7px}
.site-footer{background:var(--footer);color:#c7d4cf;padding:35px max(24px,calc((100vw - 1160px)/2)) 92px}.footer-brand{font-family:var(--font-head);font-size:26px;font-weight:900;color:#fff;margin-bottom:12px}.footer-links{display:flex;flex-wrap:wrap;gap:10px 22px;margin:0 0 18px}.footer-links a{color:var(--accent);text-decoration:none;font-size:14px;font-weight:800}.footer-links a:hover{color:var(--accent-hover);text-decoration:underline}.footer-disclaimer{max-width:1000px;font-size:14px;line-height:1.55;margin:0}
.sticky-bar{position:fixed;z-index:50;left:0;right:0;bottom:0;display:flex;gap:18px;align-items:center;justify-content:center;padding:10px 18px;background:rgba(9,17,13,.97);color:#fff;box-shadow:0 -4px 18px rgba(0,0,0,.18);transition:transform .25s ease}.sticky-bar.is-hidden{transform:translateY(110%)}.sticky-bar span{font-weight:800}.sticky-bar .cta-btn{min-height:42px;padding:9px 22px}
.utility-main{width:min(920px,calc(100% - 40px));margin:0 auto;padding:58px 0 72px}.utility-main h1{font-family:var(--font-head);font-size:clamp(36px,5vw,56px);line-height:1.05;margin:0 0 24px}.utility-main h2{font-family:var(--font-head);font-size:28px;margin:38px 0 14px}.utility-back{display:inline-block;margin-bottom:28px;color:var(--accent-dark);text-decoration:none;font-weight:900}
@media(max-width:820px){body{font-size:16px}.site-nav{height:60px;padding:0 16px}.nav-brand{font-size:24px}.nav-cta{padding:8px 13px;font-size:14px}.hero{padding:44px 0 48px}.hero-inner{width:calc(100% - 30px);grid-template-columns:1fr;gap:28px}.hero-title{font-size:44px}.hero-shot{max-width:600px}.content-wrap{width:calc(100% - 30px);padding-top:34px}.entry-content h2{margin-top:46px}.bottom-cta-wrap{margin-top:52px}.bottom-cta-inner{grid-template-columns:1fr}.bottom-shot{max-width:260px}.sticky-bar{justify-content:space-between}.sticky-bar span{display:none}.utility-main{width:calc(100% - 30px);padding-top:40px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Brand facts + semantic image layout */
.brand-facts-section{margin:26px 0 10px}.entry-content .brand-facts-title{margin-top:34px}.brand-facts-scroll{margin-top:18px}.entry-content table.brand-facts{min-width:0}.brand-facts th:first-child,.brand-facts td:first-child{width:31%;font-weight:800}.brand-facts td{line-height:1.5}.figure-context{margin-top:-12px;color:#465851;font-size:15px}.bottom-cta-inner{grid-template-columns:1fr}.bottom-cta-inner>div{max-width:760px}
@media(max-width:620px){.entry-content table.brand-facts{font-size:14px}.brand-facts th,.brand-facts td{padding:11px 10px}.brand-facts th:first-child,.brand-facts td:first-child{width:38%}}
