
:root{
 --green:#003d2b;--green2:#0a5a3b;--lime:#67b82e;--cream:#f6f7f3;--paper:#fff;
 --ink:#101815;--muted:#617068;--line:#e1e5e1;--buy:#16823f;--wait:#d39a28;--skip:#b23c3c;
 --shadow:0 7px 26px rgba(0,42,30,.09);--radius:14px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}.container{width:min(1230px,calc(100% - 26px));margin:auto}
.topbar{background:linear-gradient(90deg,#00452f,#002d20);color:#fff;font-size:.75rem}
.topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.brandrow{height:64px;background:#fff;border-bottom:1px solid #e7e9e6}
.brandrow .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:1.22rem;letter-spacing:-.03em}
.flask{width:37px;height:37px;border:2px solid var(--green);border-radius:6px 6px 16px 16px;display:grid;place-items:center;color:var(--green);font-size:.7rem;font-weight:900}
.nav{display:flex;gap:23px;align-items:center;font-size:.87rem}.nav a:hover{color:var(--green2)}
.menu{display:none;width:44px;height:44px;border:1px solid var(--line);background:white;border-radius:8px}
.mobile-nav{display:none;background:white;border-bottom:1px solid var(--line);padding:10px 16px}.mobile-nav.open{display:grid}.mobile-nav a{padding:12px;border-bottom:1px solid #f0f1ef}
.hero{background:linear-gradient(90deg,#002f22 0%,#063d2a 48%,#153b26 58%,#47662d 100%);color:white;overflow:hidden}
.hero .container{min-height:255px;display:grid;grid-template-columns:45% 55%;position:relative}
.hero-copy{padding:29px 0 29px 0;position:relative;z-index:2}
.hero h1{font-size:clamp(2.6rem,4.2vw,4.6rem);line-height:.93;letter-spacing:-.055em;margin:0 0 13px}
.hero p{max-width:510px;font-size:.96rem;color:#edf5f0;margin:0}
.hero-traits{display:flex;gap:32px;margin-top:18px}.trait{display:flex;gap:8px;align-items:center;font-size:.76rem}.trait i{width:30px;height:30px;border-radius:50%;background:#4ba824;display:grid;place-items:center;font-style:normal}
.hero-photo{position:absolute;right:-2%;top:0;width:59%;height:100%;background:url("hero-driver-lineup.jpg") center/cover no-repeat}
.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#063d2a 0%,rgba(6,61,42,.12) 35%,transparent 67%)}
.section{padding:28px 0}.section.soft{background:#f7f8f5}.section.dark{background:linear-gradient(90deg,#003d2b,#002f22);color:white}
.section-titlebar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px}
.eyebrow{color:var(--green2);text-transform:uppercase;font-size:.7rem;font-weight:850;letter-spacing:.11em}.dark .eyebrow{color:#95d66b}
h2{font-size:1.55rem;letter-spacing:-.03em;margin:0}.lede{color:var(--muted);max-width:730px;margin:6px 0 0}
.cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;background:var(--green);color:#fff;border-radius:6px;font-weight:850;font-size:.82rem;border:1px solid var(--green)}
.cta.outline{background:#fff;color:var(--green)}.cta.disabled{opacity:.5;pointer-events:none}
.rank-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:11px}
.product-card{border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.035);overflow:hidden;position:relative;min-width:0}
.product-card.featured{border-color:#79a83c;box-shadow:0 6px 22px rgba(49,115,36,.12)}
.rank-badge{position:absolute;left:8px;top:8px;background:#075d34;color:white;width:25px;height:25px;border-radius:5px;display:grid;place-items:center;font-weight:900;font-size:.83rem;z-index:3}
.best-badge{position:absolute;right:5px;top:8px;background:#4f9d2f;color:#fff;padding:4px 7px;border-radius:4px;font-size:.59rem;font-weight:900;z-index:3}
.product-img{height:150px;width:100%;object-fit:contain;background:white}
.card-body{padding:12px 10px}.brand-mini{font-size:.66rem;font-weight:800}.product-card h3{font-size:.91rem;line-height:1.1;margin:1px 0 10px;min-height:32px}
.card-rule{border-top:1px solid var(--line);padding-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.metric-mini span{display:block;font-size:.58rem;color:var(--muted);text-transform:uppercase}.metric-mini strong{font-size:.96rem}.green{color:#16823f}.price{font-size:1rem;font-weight:900;margin:10px 0}
.buy{width:100%;min-height:31px;background:linear-gradient(#2c9b30,#187924);color:#fff;border:0;border-radius:4px;font-weight:900;cursor:pointer}
.buy.disabled{background:#dce6d8;color:#40613a;cursor:default}
.method-note{text-align:center;font-size:.72rem;color:var(--muted);margin-top:13px}
.category-grid{display:grid;grid-template-columns:150px repeat(4,1fr);gap:11px;align-items:stretch}
.category-label{font-size:1.22rem;font-weight:900;line-height:1.05;padding-top:8px}.category-card{border:1px solid var(--line);border-radius:10px;padding:13px;display:grid;grid-template-columns:1fr 110px;gap:8px;background:white}
.category-card img{width:110px;height:115px;object-fit:contain}.category-card small{color:var(--green2);font-weight:850}.category-card h3{font-size:1rem;margin:7px 0 3px}.category-card p{font-size:.76rem;margin:0 0 9px;color:#4c5b54}
.trustbar{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust{padding:18px;border-right:1px solid rgba(255,255,255,.18);display:flex;gap:12px}.trust:last-child{border-right:0}.trust-icon{font-size:1.5rem;color:#a6d57d}.trust strong{display:block}.trust small{color:#d5e7dd}
.page-hero{background:linear-gradient(135deg,#003d2b,#0c5939);color:#fff;padding:42px 0}.page-hero h1{font-size:clamp(2.4rem,5vw,4.5rem);letter-spacing:-.05em;line-height:.95;margin:5px 0 10px}.page-hero p{max-width:760px;color:#d9ebe2}
.breadcrumb{font-size:.75rem;color:#b9d8c8}.breadcrumb a{text-decoration:underline}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.detail-image{width:100%;height:390px;object-fit:contain;background:white;border:1px solid var(--line);border-radius:12px}
.scorebox{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.score{background:#f3f6f1;border-radius:10px;padding:14px}.score span{display:block;color:var(--muted);font-size:.67rem;text-transform:uppercase}.score strong{font-size:1.45rem}
.verdict{display:inline-flex;padding:6px 10px;border-radius:5px;color:white;font-size:.72rem;font-weight:900;letter-spacing:.07em}.BUY{background:var(--buy)}.WAIT{background:var(--wait)}.SKIP{background:var(--skip)}.UNRANKED{background:#666}
.prose{max-width:800px}.prose h2{margin-top:26px}.prose p{color:#4a5851}.callout{background:#edf3ec;border-left:4px solid var(--green);padding:16px;border-radius:0 8px 8px 0}
.db-controls{display:grid;grid-template-columns:1fr 190px;gap:10px;margin:15px 0}.db-controls input,.db-controls select,.compare-controls select{padding:12px;border:1px solid #bcc5be;border-radius:7px;background:white;width:100%}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px}table{width:100%;min-width:900px;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--line);font-size:.82rem;text-align:left}th{background:#f0f3ef}
.compare-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px}.compare-results{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.compare-box{border:1px solid var(--line);border-radius:10px;padding:18px}.bar{height:8px;background:#e8ece8;border-radius:20px;overflow:hidden}.bar i{display:block;height:100%;background:var(--green2)}
footer{background:#062c20;color:#dcece3;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}footer p{color:#abc5b8;font-size:.82rem}footer a{font-size:.82rem;line-height:1.9}
@media(max-width:960px){
 .nav{display:none}.menu{display:block}.topbar .right{display:none}
 .hero .container{grid-template-columns:1fr;min-height:500px}.hero-copy{padding:28px 0 270px}.hero-photo{width:100%;height:280px;top:auto;bottom:0}.hero-photo:before{background:linear-gradient(180deg,#063d2a 0%,rgba(6,61,42,.07) 40%)}
 .rank-strip{overflow-x:auto;grid-template-columns:repeat(7,230px);padding-bottom:8px;scroll-snap-type:x mandatory}.product-card{scroll-snap-align:start}.product-img{height:180px}
 .category-grid{grid-template-columns:1fr 1fr}.category-label{grid-column:1/-1}.trustbar{grid-template-columns:1fr 1fr}.detail-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .container{width:min(100% - 20px,1230px)}.brandrow{height:60px}.brand{font-size:1rem}.flask{width:32px;height:32px}
 .hero h1{font-size:2.7rem}.hero-traits{gap:15px;flex-wrap:wrap}.trait{font-size:.7rem}.hero-copy{padding-bottom:245px}.hero-photo{height:255px}
 .section{padding:23px 0}.section-titlebar{align-items:start;flex-direction:column}.rank-strip{grid-template-columns:repeat(7,78vw)}
 .category-grid{grid-template-columns:1fr}.category-card{grid-template-columns:1fr 95px}.category-card img{width:95px;height:105px}
 .trustbar{grid-template-columns:1fr}.trust{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
 .db-controls,.compare-controls,.compare-results{grid-template-columns:1fr}.scorebox{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}
 .detail-image{height:300px}
}
