/* styles.css */
: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-gvl-original.svg") 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}
}

/* Final 48-driver GVL update */
.rank-strip{grid-template-columns:repeat(10,230px)}.product-img{height:190px!important;padding:12px;object-fit:contain;background:#fff}.product-image-link{display:block;background:#fff}.detail-image{width:100%;height:430px!important;object-fit:contain!important;padding:18px;background:#fff;border:1px solid var(--line);border-radius:12px}.score-pair,.compare-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.score-pair>div,.compare-metrics>div{background:#f4f7f4;border:1px solid var(--line);border-radius:7px;padding:9px}.score-pair span,.compare-metrics span{display:block;font-size:.68rem;color:#6b776f;text-transform:uppercase;font-weight:800}.score-pair strong,.compare-metrics strong{font-size:1.28rem;color:#0c3d2b}.value-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:9px 0}.value-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap!important;min-width:max-content!important;max-width:none!important;width:auto!important;overflow:visible!important;padding:7px 11px;border-radius:999px;font-size:.68rem;font-weight:900;line-height:1;letter-spacing:.035em;text-transform:uppercase}.value-badge.exceptional{background:#d9f0df;color:#075d34;border:1px solid #a8d5b5}.value-badge.good{background:#fff0c9;color:#795b00;border:1px solid #e5cd83}.value-badge.limited{background:#f2e4e2;color:#8a352b;border:1px solid #d9b6b0}.confidence,.confidence-pill,.confidence-line{font-size:.72rem;color:#65746b}.confidence-pill{display:inline-flex;padding:5px 8px;border-radius:999px;border:1px solid #d5ddd7;white-space:nowrap;background:#fafcfa;font-weight:800}.price small,.db-driver small,.rankcell small,.compare-price small{display:block;font-size:.68rem;color:#6a776f;font-weight:500;margin-top:2px}.db-driver{display:flex;align-items:center;gap:10px;min-width:235px}.db-driver img{width:70px;height:56px;object-fit:contain;border:1px solid #e0e6e1;border-radius:7px;background:#fff;padding:4px;flex:none}.rankcell{font-weight:900;white-space:nowrap}.table-wrap table{min-width:1180px}.table-wrap td,.table-wrap th{vertical-align:middle}.compare-img{width:100%;height:245px;object-fit:contain;padding:8px;background:white;border-radius:8px;border:1px solid var(--line);margin-bottom:14px}.compare-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.compare-price{font-size:1.4rem;font-weight:900;color:#0c3d2b;margin:10px 0}.method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}.method-card{border:1px solid var(--line);border-radius:10px;padding:18px;background:#fff}.formula-box{background:#082e22;color:#fff;border-radius:12px;padding:22px;margin:22px 0}.formula-box strong{color:#b8dfc4}.tier-table{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.tier-table>div{border:1px solid var(--line);border-radius:9px;padding:14px;background:#fff}.detail-ranks{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.rank-pill{display:inline-flex;background:#eef4ef;border:1px solid #d5e1d7;border-radius:999px;padding:6px 10px;font-weight:800;font-size:.75rem}@media(max-width:960px){.rank-strip{grid-template-columns:repeat(10,230px)}}@media(max-width:720px){.product-img{height:205px!important}.detail-image{height:300px!important;padding:10px}.compare-img{height:220px}.compare-heading{display:block}.compare-heading .value-badge{margin-top:8px}.method-grid,.tier-table{grid-template-columns:1fr}.table-wrap table{min-width:1080px}.db-driver{min-width:210px}.value-badge{font-size:.64rem;padding:6px 9px}}

/* Refined official GVL flask mark */
.flask{width:42px!important;height:48px!important;border:0!important;border-radius:0!important;font-size:0!important;position:relative;background:transparent!important}.flask:before{content:"";position:absolute;left:9px;top:2px;width:22px;height:8px;border:3px solid currentColor;border-radius:4px}.flask:after{content:"GVL";position:absolute;left:4px;top:10px;width:34px;height:32px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:4px;border:3px solid currentColor;border-top:0;border-radius:4px 4px 12px 12px;font-size:10px;font-weight:900;line-height:1;background:linear-gradient(to top,currentColor 0 42%,transparent 42%);color:inherit;box-sizing:border-box}.brandrow .flask:after{background:linear-gradient(to top,#dcebdc 0 42%,transparent 42%);color:#063d2a}footer .flask:after{background:linear-gradient(to top,rgba(255,255,255,.22) 0 42%,transparent 42%);color:#fff}

.brand-logo{display:flex!important;align-items:center}.brand-logo img{width:255px;max-width:36vw;height:54px;object-fit:contain;object-position:left center}.hero-photo{background-image:url("gvl-hero.svg")!important;background-size:cover!important;background-position:center!important}
.db-controls-enhanced{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end;margin-bottom:12px}.db-filter label{display:block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#56645c}.db-filter input,.db-filter select{width:100%;margin-top:5px;padding:10px 11px;border:1px solid #ccd8cf;border-radius:7px;background:#fff}.db-reset{height:42px;align-self:end}.db-results-line{display:flex;justify-content:space-between;gap:12px;margin:8px 0 12px;font-size:.78rem;color:#65746b}.sortable{cursor:pointer;user-select:none;white-space:nowrap}.sortable:hover{background:#eef4ef}.sort-indicator{font-size:.72rem;opacity:.55;margin-left:4px}.sortable.active-sort .sort-indicator{opacity:1;color:#0c3d2b}#driver-table tbody tr[hidden]{display:none}
.article-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{border:1px solid var(--line);border-radius:11px;background:#fff;padding:20px;display:flex;flex-direction:column}.article-card h3{margin:.35rem 0 .55rem}.article-card p{flex:1}.article-meta{font-size:.72rem;color:#68776e;font-weight:700;text-transform:uppercase;letter-spacing:.035em}.article-body{max-width:850px;margin:0 auto}.article-body h2{margin-top:2rem}.byline{font-size:.82rem;color:#66746c;margin-top:8px}
@media(max-width:900px){.db-controls-enhanced{grid-template-columns:repeat(2,minmax(140px,1fr))}.article-card-grid{grid-template-columns:1fr}.brand-logo img{width:220px;max-width:60vw}}

/* ===== Final GVL layout + logo fixes ===== */
.brandrow .container{display:flex;align-items:center}
.header-logo{display:flex!important;align-items:center;justify-content:flex-start;flex:0 0 auto;margin-right:auto!important;text-decoration:none;min-width:230px}
.header-logo img{display:block!important;width:255px!important;height:58px!important;max-width:none!important;object-fit:contain!important;object-position:left center!important}
.brandrow .nav{margin-left:auto}
.footer-logo{display:inline-flex!important;align-items:center;justify-content:flex-start;text-decoration:none}
.footer-logo img{display:block!important;width:245px!important;height:62px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important;filter:none!important}

/* Top 10: exactly five cards per row, centered, with equal card heights */
.rank-strip{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:visible!important;
}
.product-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  width:auto!important;
  height:100%!important;
  position:relative;
}
.product-card .product-image-link{display:block!important}
.product-card .product-img{height:180px!important;width:100%!important;object-fit:contain!important}
.product-card .card-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
}
.product-card .brand-mini{min-height:34px}
.product-card h3{
  min-height:58px!important;
  margin-bottom:8px!important;
}
.product-card .score-pair{min-height:70px}
.product-card .value-row{min-height:54px!important;align-content:flex-start}
.product-card .price{
  margin-top:auto!important;
  padding-top:12px!important;
  min-height:56px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
}
.product-card .price small{min-height:17px}

/* Database controls */
.db-controls-enhanced{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end;margin-bottom:12px}
.db-filter label{display:block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#56645c}
.db-filter input,.db-filter select{width:100%;margin-top:5px;padding:10px 11px;border:1px solid #ccd8cf;border-radius:7px;background:#fff}
.db-reset{height:42px;align-self:end}
.db-results-line{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:8px 0 12px;font-size:.78rem;color:#65746b}
.sortable{cursor:pointer;user-select:none;white-space:nowrap}.sortable:hover{background:#eef4ef}
.sort-indicator{font-size:.72rem;opacity:.55;margin-left:4px}.sortable.active-sort .sort-indicator{opacity:1;color:#0c3d2b}
#driver-table tbody tr[hidden]{display:none}

@media(max-width:1100px){
  .rank-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .db-controls-enhanced{grid-template-columns:repeat(2,minmax(140px,1fr))}
  .header-logo{min-width:185px}.header-logo img{width:205px!important;height:52px!important}
  .footer-logo img{width:215px!important;height:58px!important}
}
@media(max-width:720px){
  .rank-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-card h3{min-height:auto!important}
}
@media(max-width:500px){
  .rank-strip{grid-template-columns:1fr!important}
  .header-logo{min-width:150px}.header-logo img{width:175px!important;height:48px!important}
}

/* V6 visibly revised logo */
.brandrow .container{display:flex!important;align-items:center!important}
.header-logo-v6{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin-right:auto!important;
  margin-left:0!important;
  flex:0 0 auto!important;
  width:310px!important;
  min-width:310px!important;
  text-decoration:none!important;
}
.header-logo-v6 img{
  display:block!important;
  width:310px!important;
  height:52px!important;
  object-fit:contain!important;
  object-position:left center!important;
  max-width:none!important;
}
.brandrow .nav{margin-left:auto!important}
.footer-logo-v6{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-decoration:none!important;
}
.footer-logo-v6 img{
  display:block!important;
  width:300px!important;
  height:54px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
@media(max-width:900px){
  .header-logo-v6{width:235px!important;min-width:235px!important}
  .header-logo-v6 img{width:235px!important;height:48px!important}
  .footer-logo-v6 img{width:235px!important;height:50px!important}
}
@media(max-width:600px){
  .header-logo-v6{width:195px!important;min-width:195px!important}
  .header-logo-v6 img{width:195px!important;height:44px!important}
}

/* =========================================================
   V7 MOBILE RESPONSIVE PASS
   ========================================================= */

/* Prevent accidental horizontal page overflow */
html,body{max-width:100%;overflow-x:hidden}
img,svg{max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 32px));margin-left:auto;margin-right:auto}

/* Header */
.brandrow{position:relative}
.brandrow .container{display:flex!important;align-items:center!important;gap:12px!important;min-height:72px}
.header-logo-v6{width:300px!important;min-width:300px!important;margin-right:auto!important}
.header-logo-v6 img{width:300px!important;height:50px!important}
.brandrow .nav{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}
.menu{display:none}

/* Top 10 card consistency */
.rank-strip{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
.product-card{min-width:0!important}
.product-card .card-body{display:flex!important;flex-direction:column!important}
.product-card .price{margin-top:auto!important}

/* Tables */
.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-wrap table{width:100%;min-width:1120px}

/* Hero safety */
.hero .container{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch}
.hero-copy{min-width:0}
.hero-photo{min-height:430px}

/* Detail/compare safety */
.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:start}
.compare-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.compare-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}

/* Footer */
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}

/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */
@media(max-width:1000px){
  .brandrow .nav{display:none!important}
  .menu{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid #d5ddd7;
    background:#fff;
    border-radius:8px;
    font-size:1.3rem;
    margin-left:auto;
  }
  .mobile-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    z-index:50;
    background:#fff;
    border-top:1px solid #e0e5e1;
    border-bottom:1px solid #d7ded8;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
    padding:10px 16px 16px;
  }
  .mobile-nav.open{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-nav a{
    display:block;
    padding:11px 12px;
    border-radius:7px;
    text-decoration:none;
    color:#183126;
    font-weight:700;
    background:#f7faf7;
  }
  .brandrow{z-index:60}
  .rank-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .hero .container{grid-template-columns:1fr}
  .hero-photo{min-height:330px}
  .detail-grid{grid-template-columns:1fr}
  .compare-results{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */
@media(max-width:720px){
  .container{width:min(100% - 24px,1180px)}
  .topbar{font-size:.68rem}
  .topbar .container{display:block!important;padding-top:7px;padding-bottom:7px}
  .topbar .right{display:none!important}

  .brandrow .container{min-height:64px;padding-top:6px;padding-bottom:6px}
  .header-logo-v6{width:205px!important;min-width:205px!important}
  .header-logo-v6 img{width:205px!important;height:44px!important}
  .menu{width:42px;height:42px;flex:0 0 42px}
  .mobile-nav.open{grid-template-columns:1fr!important}

  /* Hero */
  .hero{padding:0!important}
  .hero .container{width:100%!important;display:flex!important;flex-direction:column!important}
  .hero-copy{padding:30px 18px 28px!important}
  .hero-copy h1{
    font-size:clamp(2.2rem,12vw,3.4rem)!important;
    line-height:.95!important;
    letter-spacing:-.035em!important;
    margin-bottom:14px!important;
  }
  .hero-copy p{font-size:1rem!important;line-height:1.5!important}
  .hero-traits{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:20px!important;
  }
  .trait{align-items:center!important}
  .hero-photo{
    min-height:250px!important;
    width:100%!important;
    border-radius:0!important;
    background-position:center!important;
  }

  /* Generic headings/sections */
  .page-hero{padding:34px 0!important}
  .page-hero h1{font-size:clamp(2rem,10vw,3rem)!important;line-height:1!important}
  .section{padding:34px 0!important}
  .section-titlebar{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:14px!important;
  }
  .section-titlebar>div:last-child{width:100%}
  .section-titlebar .cta{margin:4px 6px 4px 0!important}
  .lede{font-size:.95rem!important}

  /* Top 10: one card per row on phones */
  .rank-strip{
    grid-template-columns:1fr!important;
    gap:14px!important;
    max-width:560px!important;
  }
  .product-card{
    display:grid!important;
    grid-template-columns:118px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    align-items:stretch!important;
    min-height:0!important;
  }
  .product-card .rank-badge{z-index:4}
  .product-card .best-badge{z-index:4}
  .product-card .product-image-link{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:100%!important;
    border-right:1px solid #e4e9e5!important;
  }
  .product-card .product-img{
    height:120px!important;
    width:110px!important;
    padding:8px!important;
  }
  .product-card .card-body{
    grid-column:2!important;
    grid-row:1!important;
    padding:14px!important;
  }
  .product-card .brand-mini{min-height:0!important;font-size:.66rem!important}
  .product-card h3{min-height:0!important;font-size:1.05rem!important;margin:5px 0 8px!important}
  .product-card .score-pair{min-height:0!important;margin:8px 0!important}
  .score-pair strong{font-size:1.08rem!important}
  .product-card .value-row{min-height:0!important;margin:7px 0!important}
  .product-card .price{min-height:0!important;padding-top:6px!important;font-size:1rem!important}
  .value-badge{font-size:.61rem!important;padding:6px 8px!important}
  .confidence{font-size:.66rem!important}

  /* Database */
  .db-controls-enhanced{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .db-filter label{font-size:.64rem!important}
  .db-filter input,.db-filter select{padding:9px!important;font-size:.88rem!important}
  .db-reset{width:100%!important}
  .db-results-line{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:3px!important;
  }
  .table-wrap{
    margin-left:-12px!important;
    width:calc(100% + 24px)!important;
    padding:0 12px 8px!important;
    border-radius:0!important;
  }
  .table-wrap table{min-width:1040px!important;font-size:.82rem!important}
  .table-wrap th,.table-wrap td{padding:9px 10px!important}
  .db-driver{min-width:210px!important}
  .db-driver img{width:58px!important;height:48px!important}

  /* Comparisons */
  .compare-controls{grid-template-columns:1fr!important}
  .compare-box{padding:14px!important}
  .compare-img{height:210px!important}
  .compare-heading{display:block!important}
  .compare-heading h2{font-size:1.35rem!important;margin-top:5px!important}
  .compare-heading .value-badge{margin-top:6px!important}
  .compare-metrics{grid-template-columns:1fr 1fr!important}

  /* Driver detail pages */
  .detail-grid{grid-template-columns:1fr!important;gap:20px!important}
  .detail-image{height:280px!important;padding:10px!important}
  .detail-ranks{gap:6px!important}
  .rank-pill{font-size:.68rem!important;padding:5px 8px!important}
  .scorebox{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .score{padding:10px!important}
  .score strong{font-size:1.25rem!important}

  /* Articles / text */
  .article-card-grid{grid-template-columns:1fr!important}
  .article-body{max-width:100%!important}
  .article-body p,.prose p{font-size:.98rem!important;line-height:1.65!important}
  .method-grid,.tier-table{grid-template-columns:1fr!important}

  /* Footer */
  footer{padding-top:34px!important;padding-bottom:34px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:22px!important}
  .footer-logo-v6 img{width:230px!important;height:48px!important}
}

/* ---------------------------------------------------------
   Very small phones
   --------------------------------------------------------- */
@media(max-width:430px){
  .header-logo-v6{width:180px!important;min-width:180px!important}
  .header-logo-v6 img{width:180px!important;height:42px!important}
  .db-controls-enhanced{grid-template-columns:1fr!important}
  .product-card{grid-template-columns:100px minmax(0,1fr)!important}
  .product-card .product-img{width:92px!important;height:105px!important}
  .score-pair{gap:6px!important}
  .score-pair>div{padding:7px!important}
  .compare-metrics{grid-template-columns:1fr!important}
  .scorebox{grid-template-columns:1fr!important}
}

/* V9 PRO */
#top-ten.rank-strip,#full-rankings.rank-strip{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;max-width:1180px!important;margin:0 auto!important;align-items:stretch!important}
#top-ten .product-card,#full-rankings .product-card{display:flex!important;flex-direction:column!important;height:100%!important;min-height:545px!important}
#top-ten .card-body,#full-rankings .card-body{display:grid!important;grid-template-rows:68px 72px 78px 62px 1fr 58px!important;flex:1!important;padding:14px!important}
#top-ten .product-card h3,#full-rankings .product-card h3{min-height:0!important;margin:0!important;font-size:1.02rem!important;line-height:1.18!important}
.card-attributes{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;margin:0!important}.card-attributes>div{border:1px solid #e0e6e1;background:#f7faf7;border-radius:6px;padding:6px 5px;min-width:0}.card-attributes dt{font-size:.55rem!important;line-height:1.1;text-transform:uppercase;letter-spacing:.03em;color:#738078;font-weight:800}.card-attributes dd{margin:3px 0 0!important;font-size:.75rem!important;font-weight:900;color:#143c2b}
.card-price-block{grid-row:6!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;border-top:1px solid #edf1ee;padding-top:9px!important}.card-price{font-size:1.06rem;font-weight:900;color:#17241d}.card-price-basis{margin-top:4px;min-height:16px;font-size:.67rem;color:#65746b;font-weight:700}
.pro-table-wrap{border:1px solid #dfe6e1!important;border-radius:10px!important;overflow:auto!important;background:#fff!important;box-shadow:0 4px 18px rgba(17,51,38,.04)!important}.pro-database{border-collapse:separate!important;border-spacing:0!important;min-width:1180px!important}.pro-database thead th{position:sticky;top:0;z-index:3;background:#eef4ef!important;color:#183a2a!important;font-size:.69rem!important;text-transform:uppercase!important;font-weight:900!important;padding:12px 11px!important;border-bottom:1px solid #cfdbd3!important}.pro-database tbody td{padding:11px!important;vertical-align:middle!important;border-bottom:1px solid #edf1ee!important;font-size:.82rem!important}.pro-database tbody tr:nth-child(even){background:#fbfcfb!important}.pro-database tbody tr:hover{background:#f5f9f6!important}
.rank-header{text-align:center!important}.rank-col{text-align:center!important;width:78px!important;white-space:nowrap!important}.rank-number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:30px;padding:0 8px;border-radius:16px;font-weight:900;font-size:.88rem;background:#e9f2ec;color:#0c4e32}.value-rank .rank-number{background:#0d5b3b!important;color:#fff!important}
.db-driver-pro{display:flex!important;align-items:center!important;gap:11px!important;min-width:250px!important}.db-thumb-link{display:flex;align-items:center;justify-content:center;flex:0 0 72px;width:72px;height:62px;border:1px solid #e1e7e2;border-radius:8px;background:#fff}.db-thumb-link img{width:66px!important;height:56px!important;object-fit:contain!important}.db-driver-name{display:block;font-weight:900!important;color:#172f24!important;text-decoration:none!important;font-size:.9rem!important}.db-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:5px}.db-meta span{font-size:.62rem;font-weight:800;color:#65736b;background:#f0f4f1;border-radius:10px;padding:3px 6px}
.price-col{white-space:nowrap!important}.price-col strong{display:block;font-size:.88rem}.price-col small{display:block;margin-top:3px;color:#6a766f;font-size:.63rem}.metric-col{text-align:center!important;white-space:nowrap!important}.metric-col strong{font-size:.95rem}.metric-col small{font-size:.6rem;color:#7a857e}.tier-col{min-width:115px!important}.confidence-col{text-align:center!important}.bestfor-col{min-width:220px!important}
.compare-controls select{width:100%!important;min-height:44px!important;padding:10px 12px!important;border:1px solid #ccd8cf!important;border-radius:7px!important;background:#fff!important}.compare-results{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;margin-top:18px!important}.compare-box{display:flex!important;flex-direction:column!important;border:1px solid #dfe6e1!important;border-radius:10px!important;background:#fff!important;padding:18px!important}.compare-img{height:230px!important;width:100%!important;object-fit:contain!important;background:#fafcfb!important;border-radius:8px!important}.compare-heading{display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:flex-start!important;margin-top:14px!important}.compare-ranks{font-size:.68rem;text-transform:uppercase;font-weight:800;color:#637169}.compare-attributes{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:14px 0!important}.compare-attributes>div{border:1px solid #e1e6e2;border-radius:7px;padding:9px;background:#f8faf8}.compare-attributes dt{font-size:.62rem;text-transform:uppercase;font-weight:800;color:#758178}.compare-attributes dd{margin:3px 0 0;font-weight:900;color:#153c2b}
@media(max-width:1100px){#top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:720px){#top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:1fr!important}#top-ten .product-card,#full-rankings .product-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;min-height:0!important}#top-ten .card-body,#full-rankings .card-body{display:flex!important;flex-direction:column!important;padding:13px!important}.card-price-block{border-top:0!important}.pro-table-wrap{margin-left:-12px!important;width:calc(100% + 24px)!important;border-left:0!important;border-right:0!important;border-radius:0!important}.pro-database{min-width:1120px!important}.compare-results{grid-template-columns:1fr!important}.compare-heading{display:block!important}.compare-attributes{grid-template-columns:1fr 1fr!important}}
@media(max-width:430px){.compare-attributes{grid-template-columns:1fr!important}}

/* =========================================================
   V10 FINAL CARD + MOBILE OVERRIDES
   ========================================================= */

/* #1 uses EXACTLY the same geometry as #2–#10 */
#top-ten .product-card.featured,
#full-rankings .product-card.featured{
  grid-column:auto!important;
  grid-row:auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:545px!important;
}
#top-ten .product-card.featured .product-image-link,
#full-rankings .product-card.featured .product-image-link{
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
}
#top-ten .product-card.featured .product-img,
#full-rankings .product-card.featured .product-img{
  width:100%!important;
  height:180px!important;
  object-fit:contain!important;
}
#top-ten .product-card.featured .card-body,
#full-rankings .product-card.featured .card-body{
  display:grid!important;
  grid-template-rows:68px 72px 78px 62px 1fr 58px!important;
  grid-template-columns:1fr!important;
  width:auto!important;
  min-width:0!important;
  padding:14px!important;
}
#top-ten .product-card.featured h3,
#full-rankings .product-card.featured h3{
  margin:0!important;
  min-height:0!important;
  font-size:1.02rem!important;
  line-height:1.18!important;
}
#top-ten .product-card.featured .card-price-block,
#full-rankings .product-card.featured .card-price-block{
  grid-row:6!important;
}
#top-ten .product-card.featured .best-badge,
#full-rankings .product-card.featured .best-badge{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  left:auto!important;
  z-index:5!important;
}

/* Remove page-level horizontal overflow */
html,body{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
}
*,*::before,*::after{box-sizing:border-box!important}

/* Truly responsive phone layout */
@media(max-width:720px){
  html,body,main,header,footer,.site,.page,.section,.hero,.page-hero{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  .container{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .topbar .container{
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .brandrow{
    width:100%!important;
    max-width:100%!important;
  }
  .brandrow .container{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:6px 12px!important;
    gap:8px!important;
    justify-content:space-between!important;
  }
  .header-logo-v6{
    width:min(205px,calc(100vw - 76px))!important;
    min-width:0!important;
    max-width:calc(100vw - 76px)!important;
    margin:0!important;
    flex:0 1 auto!important;
    overflow:hidden!important;
  }
  .header-logo-v6 img{
    width:100%!important;
    max-width:100%!important;
    height:44px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .menu{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
  }
  .mobile-nav{
    width:100%!important;
    max-width:100%!important;
    left:0!important;
    right:0!important;
  }

  /* Hero becomes a real single-column mobile block */
  .hero,
  .hero .container,
  .hero-inner{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .hero .container{
    display:flex!important;
    flex-direction:column!important;
    padding:0!important;
  }
  .hero-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:26px 16px 24px!important;
    margin:0!important;
  }
  .hero-copy h1{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 14px!important;
    font-size:clamp(2.15rem,10.5vw,3.05rem)!important;
    line-height:.98!important;
    overflow-wrap:break-word!important;
  }
  .hero-copy p{
    width:100%!important;
    max-width:100%!important;
    font-size:.98rem!important;
    line-height:1.5!important;
  }
  .hero-traits{
    width:100%!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .hero-photo{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:230px!important;
    height:230px!important;
    margin:0!important;
    border-radius:0!important;
    background-size:cover!important;
    background-position:center!important;
  }

  /* Sections */
  .section,.page-hero{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .section-titlebar{
    width:100%!important;
    max-width:100%!important;
  }
  .section-titlebar h2,
  .page-hero h1{
    max-width:100%!important;
    overflow-wrap:break-word!important;
  }

  /* Top 10 cards: same format for ALL ten */
  #top-ten.rank-strip,
  #full-rankings.rank-strip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    margin:0!important;
  }
  #top-ten .product-card,
  #full-rankings .product-card,
  #top-ten .product-card.featured,
  #full-rankings .product-card.featured{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:108px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
  }
  #top-ten .product-image-link,
  #full-rankings .product-image-link,
  #top-ten .product-card.featured .product-image-link,
  #full-rankings .product-card.featured .product-image-link{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:108px!important;
    min-width:108px!important;
    border-right:1px solid #e4e9e5!important;
  }
  #top-ten .product-img,
  #full-rankings .product-img,
  #top-ten .product-card.featured .product-img,
  #full-rankings .product-card.featured .product-img{
    width:96px!important;
    height:115px!important;
    object-fit:contain!important;
    padding:6px!important;
  }
  #top-ten .card-body,
  #full-rankings .card-body,
  #top-ten .product-card.featured .card-body,
  #full-rankings .product-card.featured .card-body{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    padding:12px!important;
  }
  #top-ten .product-card h3,
  #full-rankings .product-card h3,
  #top-ten .product-card.featured h3,
  #full-rankings .product-card.featured h3{
    font-size:1.02rem!important;
    line-height:1.18!important;
    margin:0 0 8px!important;
  }
  .card-attributes{
    width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:4px!important;
    margin-bottom:8px!important;
  }
  .card-attributes>div{padding:5px 4px!important}
  .card-attributes dt{font-size:.5rem!important}
  .card-attributes dd{font-size:.7rem!important}
  .score-pair{width:100%!important}
  .value-row{width:100%!important}
  .card-price-block{
    margin-top:8px!important;
    padding-top:8px!important;
    border-top:1px solid #edf1ee!important;
  }

  /* Database: controls stack; table scrolls inside viewport */
  .db-controls-enhanced{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .db-results-line{
    width:100%!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .pro-table-wrap,
  .table-wrap{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    border-radius:8px!important;
  }
  .pro-database{
    min-width:1080px!important;
    width:1080px!important;
  }

  /* Comparison */
  .compare-controls{
    width:100%!important;
    grid-template-columns:1fr!important;
  }
  .compare-results{
    width:100%!important;
    grid-template-columns:1fr!important;
  }
  .compare-box{
    width:100%!important;
    min-width:0!important;
  }
  .compare-img{
    height:190px!important;
  }

  /* Footer */
  .footer-grid{
    width:100%!important;
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .footer-logo-v6 img{
    width:210px!important;
    max-width:100%!important;
  }
}

@media(max-width:390px){
  .header-logo-v6{
    width:min(185px,calc(100vw - 70px))!important;
    max-width:calc(100vw - 70px)!important;
  }
  #top-ten .product-card,
  #full-rankings .product-card,
  #top-ten .product-card.featured,
  #full-rankings .product-card.featured{
    grid-template-columns:96px minmax(0,1fr)!important;
  }
  #top-ten .product-image-link,
  #full-rankings .product-image-link,
  #top-ten .product-card.featured .product-image-link,
  #full-rankings .product-card.featured .product-image-link{
    width:96px!important;
    min-width:96px!important;
  }
  #top-ten .product-img,
  #full-rankings .product-img,
  #top-ten .product-card.featured .product-img,
  #full-rankings .product-card.featured .product-img{
    width:86px!important;
    height:106px!important;
  }
}

/* =========================================================
   V11 NEW / USED PUBLIC PRICE COLUMNS
   ========================================================= */
.db-price-note{
  margin:10px 0 14px;
  padding:10px 12px;
  border:1px solid #dce6df;
  border-radius:8px;
  background:#f7faf7;
  color:#4d5d53;
  font-size:.74rem;
  line-height:1.45;
}
.new-price-col,.used-price-col{
  text-align:center!important;
  white-space:nowrap!important;
  min-width:92px!important;
}
.new-price-col strong,.used-price-col strong{
  font-size:.88rem!important;
}
.pro-database{
  min-width:1270px!important;
}
@media(max-width:720px){
  .db-price-note{
    font-size:.72rem;
    margin:8px 0 12px;
  }
  .pro-database{
    width:1190px!important;
    min-width:1190px!important;
  }
}

/* styles-v12.css */
: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-gvl-original.svg") 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}
}

/* Final 48-driver GVL update */
.rank-strip{grid-template-columns:repeat(10,230px)}.product-img{height:190px!important;padding:12px;object-fit:contain;background:#fff}.product-image-link{display:block;background:#fff}.detail-image{width:100%;height:430px!important;object-fit:contain!important;padding:18px;background:#fff;border:1px solid var(--line);border-radius:12px}.score-pair,.compare-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.score-pair>div,.compare-metrics>div{background:#f4f7f4;border:1px solid var(--line);border-radius:7px;padding:9px}.score-pair span,.compare-metrics span{display:block;font-size:.68rem;color:#6b776f;text-transform:uppercase;font-weight:800}.score-pair strong,.compare-metrics strong{font-size:1.28rem;color:#0c3d2b}.value-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:9px 0}.value-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap!important;min-width:max-content!important;max-width:none!important;width:auto!important;overflow:visible!important;padding:7px 11px;border-radius:999px;font-size:.68rem;font-weight:900;line-height:1;letter-spacing:.035em;text-transform:uppercase}.value-badge.exceptional{background:#d9f0df;color:#075d34;border:1px solid #a8d5b5}.value-badge.good{background:#fff0c9;color:#795b00;border:1px solid #e5cd83}.value-badge.limited{background:#f2e4e2;color:#8a352b;border:1px solid #d9b6b0}.confidence,.confidence-pill,.confidence-line{font-size:.72rem;color:#65746b}.confidence-pill{display:inline-flex;padding:5px 8px;border-radius:999px;border:1px solid #d5ddd7;white-space:nowrap;background:#fafcfa;font-weight:800}.price small,.db-driver small,.rankcell small,.compare-price small{display:block;font-size:.68rem;color:#6a776f;font-weight:500;margin-top:2px}.db-driver{display:flex;align-items:center;gap:10px;min-width:235px}.db-driver img{width:70px;height:56px;object-fit:contain;border:1px solid #e0e6e1;border-radius:7px;background:#fff;padding:4px;flex:none}.rankcell{font-weight:900;white-space:nowrap}.table-wrap table{min-width:1180px}.table-wrap td,.table-wrap th{vertical-align:middle}.compare-img{width:100%;height:245px;object-fit:contain;padding:8px;background:white;border-radius:8px;border:1px solid var(--line);margin-bottom:14px}.compare-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.compare-price{font-size:1.4rem;font-weight:900;color:#0c3d2b;margin:10px 0}.method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}.method-card{border:1px solid var(--line);border-radius:10px;padding:18px;background:#fff}.formula-box{background:#082e22;color:#fff;border-radius:12px;padding:22px;margin:22px 0}.formula-box strong{color:#b8dfc4}.tier-table{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.tier-table>div{border:1px solid var(--line);border-radius:9px;padding:14px;background:#fff}.detail-ranks{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.rank-pill{display:inline-flex;background:#eef4ef;border:1px solid #d5e1d7;border-radius:999px;padding:6px 10px;font-weight:800;font-size:.75rem}@media(max-width:960px){.rank-strip{grid-template-columns:repeat(10,230px)}}@media(max-width:720px){.product-img{height:205px!important}.detail-image{height:300px!important;padding:10px}.compare-img{height:220px}.compare-heading{display:block}.compare-heading .value-badge{margin-top:8px}.method-grid,.tier-table{grid-template-columns:1fr}.table-wrap table{min-width:1080px}.db-driver{min-width:210px}.value-badge{font-size:.64rem;padding:6px 9px}}

/* Refined official GVL flask mark */
.flask{width:42px!important;height:48px!important;border:0!important;border-radius:0!important;font-size:0!important;position:relative;background:transparent!important}.flask:before{content:"";position:absolute;left:9px;top:2px;width:22px;height:8px;border:3px solid currentColor;border-radius:4px}.flask:after{content:"GVL";position:absolute;left:4px;top:10px;width:34px;height:32px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:4px;border:3px solid currentColor;border-top:0;border-radius:4px 4px 12px 12px;font-size:10px;font-weight:900;line-height:1;background:linear-gradient(to top,currentColor 0 42%,transparent 42%);color:inherit;box-sizing:border-box}.brandrow .flask:after{background:linear-gradient(to top,#dcebdc 0 42%,transparent 42%);color:#063d2a}footer .flask:after{background:linear-gradient(to top,rgba(255,255,255,.22) 0 42%,transparent 42%);color:#fff}

.brand-logo{display:flex!important;align-items:center}.brand-logo img{width:255px;max-width:36vw;height:54px;object-fit:contain;object-position:left center}.hero-photo{background-image:url("gvl-hero.svg")!important;background-size:cover!important;background-position:center!important}
.db-controls-enhanced{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end;margin-bottom:12px}.db-filter label{display:block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#56645c}.db-filter input,.db-filter select{width:100%;margin-top:5px;padding:10px 11px;border:1px solid #ccd8cf;border-radius:7px;background:#fff}.db-reset{height:42px;align-self:end}.db-results-line{display:flex;justify-content:space-between;gap:12px;margin:8px 0 12px;font-size:.78rem;color:#65746b}.sortable{cursor:pointer;user-select:none;white-space:nowrap}.sortable:hover{background:#eef4ef}.sort-indicator{font-size:.72rem;opacity:.55;margin-left:4px}.sortable.active-sort .sort-indicator{opacity:1;color:#0c3d2b}#driver-table tbody tr[hidden]{display:none}
.article-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{border:1px solid var(--line);border-radius:11px;background:#fff;padding:20px;display:flex;flex-direction:column}.article-card h3{margin:.35rem 0 .55rem}.article-card p{flex:1}.article-meta{font-size:.72rem;color:#68776e;font-weight:700;text-transform:uppercase;letter-spacing:.035em}.article-body{max-width:850px;margin:0 auto}.article-body h2{margin-top:2rem}.byline{font-size:.82rem;color:#66746c;margin-top:8px}
@media(max-width:900px){.db-controls-enhanced{grid-template-columns:repeat(2,minmax(140px,1fr))}.article-card-grid{grid-template-columns:1fr}.brand-logo img{width:220px;max-width:60vw}}

/* ===== Final GVL layout + logo fixes ===== */
.brandrow .container{display:flex;align-items:center}
.header-logo{display:flex!important;align-items:center;justify-content:flex-start;flex:0 0 auto;margin-right:auto!important;text-decoration:none;min-width:230px}
.header-logo img{display:block!important;width:255px!important;height:58px!important;max-width:none!important;object-fit:contain!important;object-position:left center!important}
.brandrow .nav{margin-left:auto}
.footer-logo{display:inline-flex!important;align-items:center;justify-content:flex-start;text-decoration:none}
.footer-logo img{display:block!important;width:245px!important;height:62px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important;filter:none!important}

/* Top 10: exactly five cards per row, centered, with equal card heights */
.rank-strip{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:visible!important;
}
.product-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  width:auto!important;
  height:100%!important;
  position:relative;
}
.product-card .product-image-link{display:block!important}
.product-card .product-img{height:180px!important;width:100%!important;object-fit:contain!important}
.product-card .card-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
}
.product-card .brand-mini{min-height:34px}
.product-card h3{
  min-height:58px!important;
  margin-bottom:8px!important;
}
.product-card .score-pair{min-height:70px}
.product-card .value-row{min-height:54px!important;align-content:flex-start}
.product-card .price{
  margin-top:auto!important;
  padding-top:12px!important;
  min-height:56px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
}
.product-card .price small{min-height:17px}

/* Database controls */
.db-controls-enhanced{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end;margin-bottom:12px}
.db-filter label{display:block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#56645c}
.db-filter input,.db-filter select{width:100%;margin-top:5px;padding:10px 11px;border:1px solid #ccd8cf;border-radius:7px;background:#fff}
.db-reset{height:42px;align-self:end}
.db-results-line{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:8px 0 12px;font-size:.78rem;color:#65746b}
.sortable{cursor:pointer;user-select:none;white-space:nowrap}.sortable:hover{background:#eef4ef}
.sort-indicator{font-size:.72rem;opacity:.55;margin-left:4px}.sortable.active-sort .sort-indicator{opacity:1;color:#0c3d2b}
#driver-table tbody tr[hidden]{display:none}

@media(max-width:1100px){
  .rank-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .db-controls-enhanced{grid-template-columns:repeat(2,minmax(140px,1fr))}
  .header-logo{min-width:185px}.header-logo img{width:205px!important;height:52px!important}
  .footer-logo img{width:215px!important;height:58px!important}
}
@media(max-width:720px){
  .rank-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-card h3{min-height:auto!important}
}
@media(max-width:500px){
  .rank-strip{grid-template-columns:1fr!important}
  .header-logo{min-width:150px}.header-logo img{width:175px!important;height:48px!important}
}

/* V6 visibly revised logo */
.brandrow .container{display:flex!important;align-items:center!important}
.header-logo-v6{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin-right:auto!important;
  margin-left:0!important;
  flex:0 0 auto!important;
  width:310px!important;
  min-width:310px!important;
  text-decoration:none!important;
}
.header-logo-v6 img{
  display:block!important;
  width:310px!important;
  height:52px!important;
  object-fit:contain!important;
  object-position:left center!important;
  max-width:none!important;
}
.brandrow .nav{margin-left:auto!important}
.footer-logo-v6{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-decoration:none!important;
}
.footer-logo-v6 img{
  display:block!important;
  width:300px!important;
  height:54px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
@media(max-width:900px){
  .header-logo-v6{width:235px!important;min-width:235px!important}
  .header-logo-v6 img{width:235px!important;height:48px!important}
  .footer-logo-v6 img{width:235px!important;height:50px!important}
}
@media(max-width:600px){
  .header-logo-v6{width:195px!important;min-width:195px!important}
  .header-logo-v6 img{width:195px!important;height:44px!important}
}

/* =========================================================
   V7 MOBILE RESPONSIVE PASS
   ========================================================= */

/* Prevent accidental horizontal page overflow */
html,body{max-width:100%;overflow-x:hidden}
img,svg{max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 32px));margin-left:auto;margin-right:auto}

/* Header */
.brandrow{position:relative}
.brandrow .container{display:flex!important;align-items:center!important;gap:12px!important;min-height:72px}
.header-logo-v6{width:300px!important;min-width:300px!important;margin-right:auto!important}
.header-logo-v6 img{width:300px!important;height:50px!important}
.brandrow .nav{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}
.menu{display:none}

/* Top 10 card consistency */
.rank-strip{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
.product-card{min-width:0!important}
.product-card .card-body{display:flex!important;flex-direction:column!important}
.product-card .price{margin-top:auto!important}

/* Tables */
.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-wrap table{width:100%;min-width:1120px}

/* Hero safety */
.hero .container{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch}
.hero-copy{min-width:0}
.hero-photo{min-height:430px}

/* Detail/compare safety */
.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:start}
.compare-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.compare-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}

/* Footer */
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}

/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */
@media(max-width:1000px){
  .brandrow .nav{display:none!important}
  .menu{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid #d5ddd7;
    background:#fff;
    border-radius:8px;
    font-size:1.3rem;
    margin-left:auto;
  }
  .mobile-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    z-index:50;
    background:#fff;
    border-top:1px solid #e0e5e1;
    border-bottom:1px solid #d7ded8;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
    padding:10px 16px 16px;
  }
  .mobile-nav.open{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-nav a{
    display:block;
    padding:11px 12px;
    border-radius:7px;
    text-decoration:none;
    color:#183126;
    font-weight:700;
    background:#f7faf7;
  }
  .brandrow{z-index:60}
  .rank-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .hero .container{grid-template-columns:1fr}
  .hero-photo{min-height:330px}
  .detail-grid{grid-template-columns:1fr}
  .compare-results{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}

/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */
@media(max-width:720px){
  .container{width:min(100% - 24px,1180px)}
  .topbar{font-size:.68rem}
  .topbar .container{display:block!important;padding-top:7px;padding-bottom:7px}
  .topbar .right{display:none!important}

  .brandrow .container{min-height:64px;padding-top:6px;padding-bottom:6px}
  .header-logo-v6{width:205px!important;min-width:205px!important}
  .header-logo-v6 img{width:205px!important;height:44px!important}
  .menu{width:42px;height:42px;flex:0 0 42px}
  .mobile-nav.open{grid-template-columns:1fr!important}

  /* Hero */
  .hero{padding:0!important}
  .hero .container{width:100%!important;display:flex!important;flex-direction:column!important}
  .hero-copy{padding:30px 18px 28px!important}
  .hero-copy h1{
    font-size:clamp(2.2rem,12vw,3.4rem)!important;
    line-height:.95!important;
    letter-spacing:-.035em!important;
    margin-bottom:14px!important;
  }
  .hero-copy p{font-size:1rem!important;line-height:1.5!important}
  .hero-traits{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:20px!important;
  }
  .trait{align-items:center!important}
  .hero-photo{
    min-height:250px!important;
    width:100%!important;
    border-radius:0!important;
    background-position:center!important;
  }

  /* Generic headings/sections */
  .page-hero{padding:34px 0!important}
  .page-hero h1{font-size:clamp(2rem,10vw,3rem)!important;line-height:1!important}
  .section{padding:34px 0!important}
  .section-titlebar{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:14px!important;
  }
  .section-titlebar>div:last-child{width:100%}
  .section-titlebar .cta{margin:4px 6px 4px 0!important}
  .lede{font-size:.95rem!important}

  /* Top 10: one card per row on phones */
  .rank-strip{
    grid-template-columns:1fr!important;
    gap:14px!important;
    max-width:560px!important;
  }
  .product-card{
    display:grid!important;
    grid-template-columns:118px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    align-items:stretch!important;
    min-height:0!important;
  }
  .product-card .rank-badge{z-index:4}
  .product-card .best-badge{z-index:4}
  .product-card .product-image-link{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:100%!important;
    border-right:1px solid #e4e9e5!important;
  }
  .product-card .product-img{
    height:120px!important;
    width:110px!important;
    padding:8px!important;
  }
  .product-card .card-body{
    grid-column:2!important;
    grid-row:1!important;
    padding:14px!important;
  }
  .product-card .brand-mini{min-height:0!important;font-size:.66rem!important}
  .product-card h3{min-height:0!important;font-size:1.05rem!important;margin:5px 0 8px!important}
  .product-card .score-pair{min-height:0!important;margin:8px 0!important}
  .score-pair strong{font-size:1.08rem!important}
  .product-card .value-row{min-height:0!important;margin:7px 0!important}
  .product-card .price{min-height:0!important;padding-top:6px!important;font-size:1rem!important}
  .value-badge{font-size:.61rem!important;padding:6px 8px!important}
  .confidence{font-size:.66rem!important}

  /* Database */
  .db-controls-enhanced{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .db-filter label{font-size:.64rem!important}
  .db-filter input,.db-filter select{padding:9px!important;font-size:.88rem!important}
  .db-reset{width:100%!important}
  .db-results-line{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:3px!important;
  }
  .table-wrap{
    margin-left:-12px!important;
    width:calc(100% + 24px)!important;
    padding:0 12px 8px!important;
    border-radius:0!important;
  }
  .table-wrap table{min-width:1040px!important;font-size:.82rem!important}
  .table-wrap th,.table-wrap td{padding:9px 10px!important}
  .db-driver{min-width:210px!important}
  .db-driver img{width:58px!important;height:48px!important}

  /* Comparisons */
  .compare-controls{grid-template-columns:1fr!important}
  .compare-box{padding:14px!important}
  .compare-img{height:210px!important}
  .compare-heading{display:block!important}
  .compare-heading h2{font-size:1.35rem!important;margin-top:5px!important}
  .compare-heading .value-badge{margin-top:6px!important}
  .compare-metrics{grid-template-columns:1fr 1fr!important}

  /* Driver detail pages */
  .detail-grid{grid-template-columns:1fr!important;gap:20px!important}
  .detail-image{height:280px!important;padding:10px!important}
  .detail-ranks{gap:6px!important}
  .rank-pill{font-size:.68rem!important;padding:5px 8px!important}
  .scorebox{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .score{padding:10px!important}
  .score strong{font-size:1.25rem!important}

  /* Articles / text */
  .article-card-grid{grid-template-columns:1fr!important}
  .article-body{max-width:100%!important}
  .article-body p,.prose p{font-size:.98rem!important;line-height:1.65!important}
  .method-grid,.tier-table{grid-template-columns:1fr!important}

  /* Footer */
  footer{padding-top:34px!important;padding-bottom:34px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:22px!important}
  .footer-logo-v6 img{width:230px!important;height:48px!important}
}

/* ---------------------------------------------------------
   Very small phones
   --------------------------------------------------------- */
@media(max-width:430px){
  .header-logo-v6{width:180px!important;min-width:180px!important}
  .header-logo-v6 img{width:180px!important;height:42px!important}
  .db-controls-enhanced{grid-template-columns:1fr!important}
  .product-card{grid-template-columns:100px minmax(0,1fr)!important}
  .product-card .product-img{width:92px!important;height:105px!important}
  .score-pair{gap:6px!important}
  .score-pair>div{padding:7px!important}
  .compare-metrics{grid-template-columns:1fr!important}
  .scorebox{grid-template-columns:1fr!important}
}

/* V9 PRO */
#top-ten.rank-strip,#full-rankings.rank-strip{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;max-width:1180px!important;margin:0 auto!important;align-items:stretch!important}
#top-ten .product-card,#full-rankings .product-card{display:flex!important;flex-direction:column!important;height:100%!important;min-height:545px!important}
#top-ten .card-body,#full-rankings .card-body{display:grid!important;grid-template-rows:68px 72px 78px 62px 1fr 58px!important;flex:1!important;padding:14px!important}
#top-ten .product-card h3,#full-rankings .product-card h3{min-height:0!important;margin:0!important;font-size:1.02rem!important;line-height:1.18!important}
.card-attributes{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;margin:0!important}.card-attributes>div{border:1px solid #e0e6e1;background:#f7faf7;border-radius:6px;padding:6px 5px;min-width:0}.card-attributes dt{font-size:.55rem!important;line-height:1.1;text-transform:uppercase;letter-spacing:.03em;color:#738078;font-weight:800}.card-attributes dd{margin:3px 0 0!important;font-size:.75rem!important;font-weight:900;color:#143c2b}
.card-price-block{grid-row:6!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;border-top:1px solid #edf1ee;padding-top:9px!important}.card-price{font-size:1.06rem;font-weight:900;color:#17241d}.card-price-basis{margin-top:4px;min-height:16px;font-size:.67rem;color:#65746b;font-weight:700}
.pro-table-wrap{border:1px solid #dfe6e1!important;border-radius:10px!important;overflow:auto!important;background:#fff!important;box-shadow:0 4px 18px rgba(17,51,38,.04)!important}.pro-database{border-collapse:separate!important;border-spacing:0!important;min-width:1180px!important}.pro-database thead th{position:sticky;top:0;z-index:3;background:#eef4ef!important;color:#183a2a!important;font-size:.69rem!important;text-transform:uppercase!important;font-weight:900!important;padding:12px 11px!important;border-bottom:1px solid #cfdbd3!important}.pro-database tbody td{padding:11px!important;vertical-align:middle!important;border-bottom:1px solid #edf1ee!important;font-size:.82rem!important}.pro-database tbody tr:nth-child(even){background:#fbfcfb!important}.pro-database tbody tr:hover{background:#f5f9f6!important}
.rank-header{text-align:center!important}.rank-col{text-align:center!important;width:78px!important;white-space:nowrap!important}.rank-number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:30px;padding:0 8px;border-radius:16px;font-weight:900;font-size:.88rem;background:#e9f2ec;color:#0c4e32}.value-rank .rank-number{background:#0d5b3b!important;color:#fff!important}
.db-driver-pro{display:flex!important;align-items:center!important;gap:11px!important;min-width:250px!important}.db-thumb-link{display:flex;align-items:center;justify-content:center;flex:0 0 72px;width:72px;height:62px;border:1px solid #e1e7e2;border-radius:8px;background:#fff}.db-thumb-link img{width:66px!important;height:56px!important;object-fit:contain!important}.db-driver-name{display:block;font-weight:900!important;color:#172f24!important;text-decoration:none!important;font-size:.9rem!important}.db-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:5px}.db-meta span{font-size:.62rem;font-weight:800;color:#65736b;background:#f0f4f1;border-radius:10px;padding:3px 6px}
.price-col{white-space:nowrap!important}.price-col strong{display:block;font-size:.88rem}.price-col small{display:block;margin-top:3px;color:#6a766f;font-size:.63rem}.metric-col{text-align:center!important;white-space:nowrap!important}.metric-col strong{font-size:.95rem}.metric-col small{font-size:.6rem;color:#7a857e}.tier-col{min-width:115px!important}.confidence-col{text-align:center!important}.bestfor-col{min-width:220px!important}
.compare-controls select{width:100%!important;min-height:44px!important;padding:10px 12px!important;border:1px solid #ccd8cf!important;border-radius:7px!important;background:#fff!important}.compare-results{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;margin-top:18px!important}.compare-box{display:flex!important;flex-direction:column!important;border:1px solid #dfe6e1!important;border-radius:10px!important;background:#fff!important;padding:18px!important}.compare-img{height:230px!important;width:100%!important;object-fit:contain!important;background:#fafcfb!important;border-radius:8px!important}.compare-heading{display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:flex-start!important;margin-top:14px!important}.compare-ranks{font-size:.68rem;text-transform:uppercase;font-weight:800;color:#637169}.compare-attributes{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:14px 0!important}.compare-attributes>div{border:1px solid #e1e6e2;border-radius:7px;padding:9px;background:#f8faf8}.compare-attributes dt{font-size:.62rem;text-transform:uppercase;font-weight:800;color:#758178}.compare-attributes dd{margin:3px 0 0;font-weight:900;color:#153c2b}
@media(max-width:1100px){#top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:720px){#top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:1fr!important}#top-ten .product-card,#full-rankings .product-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;min-height:0!important}#top-ten .card-body,#full-rankings .card-body{display:flex!important;flex-direction:column!important;padding:13px!important}.card-price-block{border-top:0!important}.pro-table-wrap{margin-left:-12px!important;width:calc(100% + 24px)!important;border-left:0!important;border-right:0!important;border-radius:0!important}.pro-database{min-width:1120px!important}.compare-results{grid-template-columns:1fr!important}.compare-heading{display:block!important}.compare-attributes{grid-template-columns:1fr 1fr!important}}
@media(max-width:430px){.compare-attributes{grid-template-columns:1fr!important}}

/* =========================================================
   V10 FINAL CARD + MOBILE OVERRIDES
   ========================================================= */

/* #1 uses EXACTLY the same geometry as #2–#10 */
#top-ten .product-card.featured,
#full-rankings .product-card.featured{
  grid-column:auto!important;
  grid-row:auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:545px!important;
}
#top-ten .product-card.featured .product-image-link,
#full-rankings .product-card.featured .product-image-link{
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
}
#top-ten .product-card.featured .product-img,
#full-rankings .product-card.featured .product-img{
  width:100%!important;
  height:180px!important;
  object-fit:contain!important;
}
#top-ten .product-card.featured .card-body,
#full-rankings .product-card.featured .card-body{
  display:grid!important;
  grid-template-rows:68px 72px 78px 62px 1fr 58px!important;
  grid-template-columns:1fr!important;
  width:auto!important;
  min-width:0!important;
  padding:14px!important;
}
#top-ten .product-card.featured h3,
#full-rankings .product-card.featured h3{
  margin:0!important;
  min-height:0!important;
  font-size:1.02rem!important;
  line-height:1.18!important;
}
#top-ten .product-card.featured .card-price-block,
#full-rankings .product-card.featured .card-price-block{
  grid-row:6!important;
}
#top-ten .product-card.featured .best-badge,
#full-rankings .product-card.featured .best-badge{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  left:auto!important;
  z-index:5!important;
}

/* Remove page-level horizontal overflow */
html,body{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:hidden!important;
}
*,*::before,*::after{box-sizing:border-box!important}

/* Truly responsive phone layout */
@media(max-width:720px){
  html,body,main,header,footer,.site,.page,.section,.hero,.page-hero{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  .container{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .topbar .container{
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .brandrow{
    width:100%!important;
    max-width:100%!important;
  }
  .brandrow .container{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:6px 12px!important;
    gap:8px!important;
    justify-content:space-between!important;
  }
  .header-logo-v6{
    width:min(205px,calc(100vw - 76px))!important;
    min-width:0!important;
    max-width:calc(100vw - 76px)!important;
    margin:0!important;
    flex:0 1 auto!important;
    overflow:hidden!important;
  }
  .header-logo-v6 img{
    width:100%!important;
    max-width:100%!important;
    height:44px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .menu{
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    margin:0!important;
  }
  .mobile-nav{
    width:100%!important;
    max-width:100%!important;
    left:0!important;
    right:0!important;
  }

  /* Hero becomes a real single-column mobile block */
  .hero,
  .hero .container,
  .hero-inner{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .hero .container{
    display:flex!important;
    flex-direction:column!important;
    padding:0!important;
  }
  .hero-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:26px 16px 24px!important;
    margin:0!important;
  }
  .hero-copy h1{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 14px!important;
    font-size:clamp(2.15rem,10.5vw,3.05rem)!important;
    line-height:.98!important;
    overflow-wrap:break-word!important;
  }
  .hero-copy p{
    width:100%!important;
    max-width:100%!important;
    font-size:.98rem!important;
    line-height:1.5!important;
  }
  .hero-traits{
    width:100%!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .hero-photo{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:230px!important;
    height:230px!important;
    margin:0!important;
    border-radius:0!important;
    background-size:cover!important;
    background-position:center!important;
  }

  /* Sections */
  .section,.page-hero{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .section-titlebar{
    width:100%!important;
    max-width:100%!important;
  }
  .section-titlebar h2,
  .page-hero h1{
    max-width:100%!important;
    overflow-wrap:break-word!important;
  }

  /* Top 10 cards: same format for ALL ten */
  #top-ten.rank-strip,
  #full-rankings.rank-strip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    margin:0!important;
  }
  #top-ten .product-card,
  #full-rankings .product-card,
  #top-ten .product-card.featured,
  #full-rankings .product-card.featured{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:108px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
  }
  #top-ten .product-image-link,
  #full-rankings .product-image-link,
  #top-ten .product-card.featured .product-image-link,
  #full-rankings .product-card.featured .product-image-link{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:108px!important;
    min-width:108px!important;
    border-right:1px solid #e4e9e5!important;
  }
  #top-ten .product-img,
  #full-rankings .product-img,
  #top-ten .product-card.featured .product-img,
  #full-rankings .product-card.featured .product-img{
    width:96px!important;
    height:115px!important;
    object-fit:contain!important;
    padding:6px!important;
  }
  #top-ten .card-body,
  #full-rankings .card-body,
  #top-ten .product-card.featured .card-body,
  #full-rankings .product-card.featured .card-body{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    padding:12px!important;
  }
  #top-ten .product-card h3,
  #full-rankings .product-card h3,
  #top-ten .product-card.featured h3,
  #full-rankings .product-card.featured h3{
    font-size:1.02rem!important;
    line-height:1.18!important;
    margin:0 0 8px!important;
  }
  .card-attributes{
    width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:4px!important;
    margin-bottom:8px!important;
  }
  .card-attributes>div{padding:5px 4px!important}
  .card-attributes dt{font-size:.5rem!important}
  .card-attributes dd{font-size:.7rem!important}
  .score-pair{width:100%!important}
  .value-row{width:100%!important}
  .card-price-block{
    margin-top:8px!important;
    padding-top:8px!important;
    border-top:1px solid #edf1ee!important;
  }

  /* Database: controls stack; table scrolls inside viewport */
  .db-controls-enhanced{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .db-results-line{
    width:100%!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .pro-table-wrap,
  .table-wrap{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    border-radius:8px!important;
  }
  .pro-database{
    min-width:1080px!important;
    width:1080px!important;
  }

  /* Comparison */
  .compare-controls{
    width:100%!important;
    grid-template-columns:1fr!important;
  }
  .compare-results{
    width:100%!important;
    grid-template-columns:1fr!important;
  }
  .compare-box{
    width:100%!important;
    min-width:0!important;
  }
  .compare-img{
    height:190px!important;
  }

  /* Footer */
  .footer-grid{
    width:100%!important;
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .footer-logo-v6 img{
    width:210px!important;
    max-width:100%!important;
  }
}

@media(max-width:390px){
  .header-logo-v6{
    width:min(185px,calc(100vw - 70px))!important;
    max-width:calc(100vw - 70px)!important;
  }
  #top-ten .product-card,
  #full-rankings .product-card,
  #top-ten .product-card.featured,
  #full-rankings .product-card.featured{
    grid-template-columns:96px minmax(0,1fr)!important;
  }
  #top-ten .product-image-link,
  #full-rankings .product-image-link,
  #top-ten .product-card.featured .product-image-link,
  #full-rankings .product-card.featured .product-image-link{
    width:96px!important;
    min-width:96px!important;
  }
  #top-ten .product-img,
  #full-rankings .product-img,
  #top-ten .product-card.featured .product-img,
  #full-rankings .product-card.featured .product-img{
    width:86px!important;
    height:106px!important;
  }
}

/* =========================================================
   V11 NEW / USED PUBLIC PRICE COLUMNS
   ========================================================= */
.db-price-note{
  margin:10px 0 14px;
  padding:10px 12px;
  border:1px solid #dce6df;
  border-radius:8px;
  background:#f7faf7;
  color:#4d5d53;
  font-size:.74rem;
  line-height:1.45;
}
.new-price-col,.used-price-col{
  text-align:center!important;
  white-space:nowrap!important;
  min-width:92px!important;
}
.new-price-col strong,.used-price-col strong{
  font-size:.88rem!important;
}
.pro-database{
  min-width:1270px!important;
}
@media(max-width:720px){
  .db-price-note{
    font-size:.72rem;
    margin:8px 0 12px;
  }
  .pro-database{
    width:1190px!important;
    min-width:1190px!important;
  }
}

/* GVL FINAL V12 */
html,body{width:100%;max-width:100%;min-width:0;margin:0;overflow-x:hidden!important}*,*::before,*::after{box-sizing:border-box}img,svg{max-width:100%}.container{width:min(1180px,calc(100% - 32px));max-width:1180px;margin-inline:auto!important}
.brandrow .container{display:flex!important;align-items:center!important;gap:20px;min-height:76px}.gvl-home-logo{display:flex!important;align-items:center!important;gap:9px;text-decoration:none!important;flex:0 0 auto!important;margin-right:auto!important}.gvl-logo-mark{width:58px!important;height:52px!important;display:block!important;flex:0 0 58px}.gvl-logo-wordmark{font-weight:900!important;font-size:25px!important;letter-spacing:.035em!important;white-space:nowrap!important;line-height:1!important}.brandrow .nav{margin-left:auto!important}.gvl-footer-logo .gvl-logo-wordmark{font-size:22px!important}.gvl-footer-logo .gvl-logo-mark{width:52px!important;height:47px!important}.hero-photo{background-image:url("gvl-hero.svg")!important;background-size:cover!important;background-position:center!important}
#top-ten.rank-strip,#full-rankings.rank-strip{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;overflow:visible!important}#top-ten .product-card,#full-rankings .product-card{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:100%!important;position:relative!important}#top-ten .product-img,#full-rankings .product-img{height:168px!important;width:100%!important;object-fit:contain!important;padding:8px}#top-ten .card-body,#full-rankings .card-body{display:grid!important;grid-template-rows:62px 68px 72px 58px 1fr 54px!important;flex:1!important;padding:13px!important}#top-ten h3,#full-rankings h3{margin:0!important;font-size:.98rem!important;line-height:1.18!important;min-height:0!important}.card-attributes{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;margin:0!important}.card-attributes>div{padding:5px 4px!important;border:1px solid #e1e7e2;border-radius:6px;background:#f7faf7;min-width:0}.card-attributes dt{font-size:.52rem!important;text-transform:uppercase;font-weight:800;color:#728078;line-height:1.1}.card-attributes dd{font-size:.72rem!important;font-weight:900;margin:3px 0 0!important;color:#173d2c}.card-price-block{grid-row:6!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;border-top:1px solid #edf1ee;padding-top:8px!important}.card-price{font-size:1rem;font-weight:900}.card-price-basis{font-size:.65rem;color:#68766e;margin-top:3px}.best-badge{position:absolute!important;top:10px!important;right:10px!important;left:auto!important}
.db-controls-enhanced{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;align-items:end!important}.db-filter label{display:block;font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.035em;color:#5f6f66}.db-filter input,.db-filter select{width:100%!important;min-width:0!important;margin-top:5px;padding:10px;border:1px solid #cad7ce;border-radius:7px;background:#fff}.db-reset{height:42px!important}.db-price-note{margin:10px 0 12px;padding:10px 12px;background:#f7faf7;border:1px solid #dbe5de;border-radius:8px;font-size:.72rem;line-height:1.45;color:#4f6056}.db-results-line{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:10px 0;font-size:.75rem;color:#68766e}.pro-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;border:1px solid #dfe6e1;border-radius:10px;background:#fff}.pro-database{border-collapse:separate!important;border-spacing:0!important;min-width:1250px!important;width:1250px!important}.pro-database thead th{background:#eef4ef!important;color:#173d2c!important;font-size:.67rem!important;text-transform:uppercase;font-weight:900;padding:11px 9px!important;vertical-align:middle}.pro-database tbody td{padding:10px 9px!important;border-bottom:1px solid #edf1ee!important;vertical-align:middle!important;font-size:.8rem!important}.rank-col{text-align:center!important;width:74px}.rank-number{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:29px;padding:0 7px;border-radius:15px;font-weight:900;background:#e7f0ea;color:#174d34}.value-rank .rank-number{background:#0d5b3b;color:#fff}.db-driver-pro{display:flex!important;align-items:center!important;gap:10px!important;min-width:235px}.db-thumb-link{width:68px;height:58px;flex:0 0 68px;display:flex;align-items:center;justify-content:center;border:1px solid #e1e7e2;border-radius:7px;background:#fff}.db-thumb-link img{width:62px!important;height:53px!important;object-fit:contain!important}.db-driver-name{font-weight:900;color:#172f24;text-decoration:none;font-size:.88rem;line-height:1.18}.db-meta{display:flex;gap:5px;flex-wrap:wrap;margin-top:4px}.db-meta span{font-size:.6rem;background:#f0f4f1;color:#67756d;border-radius:10px;padding:3px 6px;font-weight:800}.price-col{text-align:center!important;min-width:100px!important}.price-col strong{font-size:.82rem}.metric-col{text-align:center!important;white-space:nowrap}.metric-col small{font-size:.58rem;color:#7b867f}.tier-col{min-width:110px}.confidence-col{text-align:center}.bestfor-col{min-width:205px}.compare-controls{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.compare-controls select{width:100%!important;min-width:0!important;padding:11px;border:1px solid #cad7ce;border-radius:7px;background:#fff}.compare-results{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.compare-box{min-width:0!important}
@media(max-width:800px){.container{width:100%!important;max-width:100%!important;margin:0!important;padding-left:14px!important;padding-right:14px!important}.topbar .container{padding:6px 10px!important;font-size:.66rem!important}.topbar .right{display:none!important}.brandrow{width:100%!important}.brandrow .container{width:100%!important;max-width:100%!important;min-width:0!important;min-height:64px!important;padding:6px 12px!important;gap:8px!important}.gvl-home-logo{min-width:0!important;max-width:calc(100vw - 70px)!important;gap:6px!important}.gvl-logo-mark{width:44px!important;height:40px!important;flex-basis:44px!important}.gvl-logo-wordmark{font-size:18px!important;white-space:nowrap!important;overflow:hidden!important}.brandrow .nav{display:none!important}.menu{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important;margin-left:auto!important}.mobile-nav.open{display:grid!important;grid-template-columns:1fr!important}main,.hero,.section,.page-hero,footer{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.hero .container{display:flex!important;flex-direction:column!important;padding:0!important;width:100%!important}.hero-copy{width:100%!important;padding:26px 14px 22px!important}.hero-copy h1{font-size:clamp(2.2rem,10vw,3rem)!important;line-height:.96!important;margin:0 0 14px!important;max-width:100%!important}.hero-copy p{font-size:.97rem!important;line-height:1.5!important;max-width:100%!important}.hero-traits{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}.hero-photo{width:100%!important;height:235px!important;min-height:235px!important;border-radius:0!important}.section{padding:30px 0!important}.page-hero{padding:30px 0!important}.page-hero h1{font-size:clamp(2rem,9vw,2.8rem)!important;line-height:1!important;overflow-wrap:anywhere!important}.section-titlebar{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}#top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;padding:0!important}#top-ten .product-card,#full-rankings .product-card{display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;min-height:0!important;width:100%!important}#top-ten .product-image-link,#full-rankings .product-image-link{grid-column:1!important;grid-row:1!important;width:104px!important;min-width:104px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-right:1px solid #e4e9e5}#top-ten .product-img,#full-rankings .product-img{width:94px!important;height:112px!important;padding:6px!important}#top-ten .card-body,#full-rankings .card-body{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:column!important;padding:11px!important;width:100%!important;min-width:0!important}#top-ten h3,#full-rankings h3{font-size:1rem!important;margin-bottom:7px!important}.card-attributes{margin-bottom:7px!important}.score-pair{margin:5px 0!important}.value-row{margin:5px 0!important}.card-price-block{margin-top:6px!important;padding-top:7px!important}.db-controls-enhanced{grid-template-columns:1fr!important;width:100%!important}.db-results-line{flex-direction:column!important;align-items:flex-start!important}.pro-table-wrap{width:100%!important;max-width:100%!important;margin:0!important;border-radius:7px!important}.compare-controls,.compare-results{grid-template-columns:1fr!important;width:100%!important}.footer-grid{grid-template-columns:1fr!important;gap:20px!important}}

/* =========================================================
   V13 RELEASE-CANDIDATE QA FIXES
   ========================================================= */
.hero-photo{margin-left:0!important;margin-right:0!important;transform:none!important}

/* Mobile database becomes cards instead of a clipped desktop table */
.mobile-db-list,.mobile-db-sort{display:none}
@media(max-width:800px){
  .pro-table-wrap{display:none!important}
  .mobile-db-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}
  .mobile-db-sort{display:block!important;margin:8px 0 12px}
  .mobile-db-sort label{display:block;font-size:.68rem;font-weight:900;text-transform:uppercase;color:#5f6f66}
  .mobile-db-sort select{width:100%;margin-top:5px;padding:10px;border:1px solid #cad7ce;border-radius:7px;background:#fff}
  .mobile-db-card{border:1px solid #dce5df;border-radius:10px;background:#fff;padding:12px;min-width:0}
  .mobile-db-card[hidden]{display:none!important}
  .mobile-db-card-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:9px}
  .mobile-db-ranks{display:flex;gap:6px;flex-wrap:wrap}
  .mobile-db-ranks span{font-size:.65rem;font-weight:800;background:#edf4ef;color:#315341;border-radius:14px;padding:5px 8px}
  .mobile-db-ranks b{color:#0d5b3b}
  .mobile-db-driver{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center}
  .mobile-db-driver img{width:72px;height:60px;object-fit:contain;border:1px solid #edf1ee;border-radius:7px}
  .mobile-db-driver a{color:#172f24;text-decoration:none;font-size:.98rem;line-height:1.15}
  .mobile-db-driver small{display:block;margin-top:4px;color:#6b786f;font-size:.67rem}
  .mobile-db-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:10px 0}
  .mobile-db-grid>div{background:#f6f9f7;border:1px solid #e2e8e3;border-radius:7px;padding:8px}
  .mobile-db-grid span{display:block;text-transform:uppercase;font-size:.56rem;font-weight:800;color:#758178}
  .mobile-db-grid strong{display:block;margin-top:3px;font-size:.84rem;color:#183a2a;overflow-wrap:anywhere}
  .mobile-db-best{font-size:.78rem;line-height:1.4;margin:7px 0}
  .mobile-db-footer{display:flex;justify-content:space-between;gap:8px;align-items:center;border-top:1px solid #edf1ee;padding-top:8px;font-size:.67rem;color:#6b786f}
  .mobile-db-footer a{font-weight:900;color:#0d5b3b;text-decoration:none}
}

/* Keep desktop Top 10 exactly 5x2 with no legacy overflow */
#top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:repeat(5,minmax(0,1fr))!important}

/* styles-v15.css */
html,body{width:100%;max-width:100%;min-width:0;margin:0;overflow-x:hidden!important}
*,*::before,*::after{box-sizing:border-box} img,svg{max-width:100%}
.container{width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;margin-inline:auto!important}

/* top bar */
.topbar .container{display:flex!important;align-items:center;gap:14px}
.release-label{font-weight:900;white-space:nowrap}.release-date{white-space:nowrap}.topbar .right{margin-left:auto}

/* header/logo/menu */
.brandrow{position:relative!important;z-index:200!important;background:#fff;overflow:visible!important}
.brandrow .container{display:flex!important;align-items:center!important;min-height:76px!important;gap:18px!important;overflow:visible!important}
.gvl-home-logo{display:flex!important;align-items:center!important;gap:8px!important;margin-right:auto!important;text-decoration:none!important;min-width:0}
.gvl-logo-mark{display:block!important;width:56px!important;height:48px!important;flex:0 0 56px!important}
.gvl-logo-wordmark{display:block!important;font-size:24px!important;font-weight:900!important;letter-spacing:.035em!important;line-height:1!important;white-space:nowrap!important}
.brandrow .nav{display:flex!important;align-items:center!important;gap:17px!important;margin-left:auto!important}.brandrow .nav a{white-space:nowrap}
.menu{display:none!important;width:44px!important;height:44px!important;padding:0!important;border:1px solid #d4ded7!important;border-radius:10px!important;background:#fff!important;cursor:pointer!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:205!important}
.menu-lines{display:grid;gap:4px;width:18px}.menu-lines i{display:block;width:18px;height:2px;background:#0b3d2c;border-radius:2px;transition:.18s}.menu.is-open .menu-lines i:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu.is-open .menu-lines i:nth-child(2){opacity:0}.menu.is-open .menu-lines i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-nav{display:none!important}.mobile-nav.open{display:grid!important}

/* hero */
.hero .container{display:grid!important;grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr)!important;align-items:stretch!important;padding:0!important}
.hero-copy{min-width:0!important;padding:44px 42px!important}.hero-copy h1{margin-top:0!important;line-height:.96!important}
.hero-photo{min-width:0!important;min-height:440px!important;height:auto!important;margin:0!important;transform:none!important;background-size:cover!important;background-position:center!important}
.hero-traits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:24px!important;width:100%!important}
.trait{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;min-width:0!important;padding:9px 8px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:9px!important;background:rgba(255,255,255,.07)!important}
.trait .trait-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:50%!important;background:#62b637!important;color:#fff!important;font-weight:900!important;font-size:.78rem!important;line-height:1!important;position:static!important;margin:0!important}
.trait-copy{display:block!important;min-width:0!important;line-height:1.15!important}.trait-copy b{display:block!important;font-size:.72rem!important}.trait-copy small{display:block!important;margin-top:3px!important;font-size:.64rem!important;line-height:1.25!important;opacity:.92}

/* top 10 desktop */
#top-ten.rank-strip,#full-rankings.rank-strip{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;overflow:visible!important;align-items:stretch!important}
#top-ten .product-card,#full-rankings .product-card{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:100%!important;min-height:500px!important;position:relative!important;overflow:hidden!important}
#top-ten .product-image-link,#full-rankings .product-image-link{display:flex!important;align-items:center!important;justify-content:center!important;height:170px!important;min-height:170px!important;background:#fff!important;border-bottom:1px solid #edf1ee!important}
#top-ten .product-img,#full-rankings .product-img{width:100%!important;height:158px!important;object-fit:contain!important;padding:8px!important}
#top-ten .card-body,#full-rankings .card-body{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-width:0!important;padding:13px!important}
#top-ten h3,#full-rankings h3{min-height:46px!important;margin:0 0 9px!important;font-size:.98rem!important;line-height:1.2!important}
.card-attributes{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;margin:0 0 9px!important}
.card-attributes>div{min-width:0!important;padding:6px 4px!important;border:1px solid #e0e8e2!important;border-radius:6px!important;background:#f7faf7!important}
.card-attributes dt{display:block!important;font-size:.51rem!important;line-height:1.05!important;text-transform:uppercase!important;font-weight:800!important;color:#748078!important}.card-attributes dd{margin:3px 0 0!important;font-size:.71rem!important;font-weight:900!important;color:#153b2a!important}
#top-ten .score-pair,#full-rankings .score-pair{margin:0 0 8px!important}#top-ten .value-row,#full-rankings .value-row{margin:0 0 8px!important}
.card-price-block{display:flex!important;flex-direction:column!important;justify-content:flex-end!important;margin-top:auto!important;padding-top:9px!important;border-top:1px solid #edf1ee!important;min-height:50px!important}.best-badge{z-index:5!important}

@media(max-width:1100px){
 .brandrow .nav{gap:11px!important}.brandrow .nav a{font-size:.78rem!important}
 #top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:900px){
 .topbar .container{min-height:34px!important;justify-content:center!important;padding:5px 10px!important}.release-label{font-size:.66rem!important;letter-spacing:.02em}.release-date,.topbar .right{display:none!important}
 .brandrow .container{width:100%!important;max-width:100%!important;min-height:64px!important;padding:6px 12px!important;gap:8px!important}.brandrow .nav{display:none!important}
 .menu{display:inline-flex!important;flex:0 0 44px!important;margin-left:auto!important}
 .gvl-home-logo{max-width:calc(100vw - 76px)!important;overflow:hidden!important}.gvl-logo-mark{width:44px!important;height:40px!important;flex-basis:44px!important}.gvl-logo-wordmark{font-size:18px!important;overflow:hidden!important}
 .mobile-nav{position:absolute!important;top:100%!important;left:0!important;right:0!important;z-index:210!important;grid-template-columns:1fr!important;gap:0!important;padding:8px 12px 12px!important;background:#fff!important;border-top:1px solid #e3e8e4!important;border-bottom:1px solid #d7dfd9!important;box-shadow:0 14px 28px rgba(14,45,33,.14)!important;max-height:calc(100vh - 105px)!important;overflow-y:auto!important}
 .mobile-nav a{display:block!important;padding:12px 10px!important;border-bottom:1px solid #edf1ee!important;background:transparent!important;color:#173c2b!important;font-weight:800!important;text-decoration:none!important}.mobile-nav a:last-child{border-bottom:0!important}

 .hero .container{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;padding:0!important}.hero-copy{width:100%!important;max-width:100%!important;padding:28px 16px 24px!important}.hero-copy h1{font-size:clamp(2.25rem,10vw,3.1rem)!important;line-height:.97!important;margin-bottom:14px!important}.hero-copy p{font-size:.97rem!important;line-height:1.5!important}
 .hero-traits{grid-template-columns:1fr!important;gap:7px!important;margin-top:18px!important}.trait{grid-template-columns:38px minmax(0,1fr)!important;padding:8px!important}.trait-copy b{font-size:.76rem!important}.trait-copy small{font-size:.68rem!important}
 .hero-photo{width:100%!important;min-height:245px!important;height:245px!important;margin:0!important;border-radius:0!important}

 .section{padding:30px 0!important}.section-titlebar{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}

 #top-ten.rank-strip,#full-rankings.rank-strip{grid-template-columns:1fr!important;gap:12px!important;width:100%!important}
 #top-ten .product-card,#full-rankings .product-card{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;min-height:0!important;height:auto!important;width:100%!important}
 #top-ten .product-image-link,#full-rankings .product-image-link{grid-column:1!important;grid-row:1!important;width:118px!important;height:100%!important;min-height:205px!important;border-right:1px solid #edf1ee!important;border-bottom:0!important}
 #top-ten .product-img,#full-rankings .product-img{width:108px!important;height:135px!important;padding:7px!important}
 #top-ten .card-body,#full-rankings .card-body{grid-column:2!important;grid-row:1!important;padding:12px!important}
 #top-ten h3,#full-rankings h3{min-height:0!important;margin-bottom:7px!important;font-size:1.03rem!important}
 .card-attributes{margin-bottom:7px!important}.card-attributes>div{padding:5px 3px!important}.card-attributes dt{font-size:.48rem!important}.card-attributes dd{font-size:.68rem!important}
 #top-ten .score-pair,#full-rankings .score-pair{margin-bottom:6px!important}#top-ten .score-pair>div,#full-rankings .score-pair>div{padding:6px!important}#top-ten .score-pair span,#full-rankings .score-pair span{font-size:.57rem!important}#top-ten .score-pair strong,#full-rankings .score-pair strong{font-size:.98rem!important}
 #top-ten .value-row,#full-rankings .value-row{margin-bottom:5px!important}.value-badge{font-size:.57rem!important;padding:5px 7px!important}.confidence{font-size:.62rem!important}
 .card-price-block{min-height:0!important;margin-top:2px!important;padding-top:6px!important}.card-price{font-size:.94rem!important}.card-price-basis{font-size:.61rem!important}
}

@media(max-width:390px){
 .gvl-logo-wordmark{font-size:16px!important}
 #top-ten .product-card,#full-rankings .product-card{grid-template-columns:102px minmax(0,1fr)!important}
 #top-ten .product-image-link,#full-rankings .product-image-link{width:102px!important;min-height:200px!important}
 #top-ten .product-img,#full-rankings .product-img{width:94px!important;height:125px!important}
}


/* =========================================================
   GVL V15 FINAL TWEAKS
   ========================================================= */

/* Buying Guides — clean, intentional desktop cards */
main .article-card-grid {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  width:100% !important;
  max-width:none !important;
}
main .article-card-grid .article-card {
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  min-height:250px !important;
  padding:20px !important;
  border:1px solid #dce5df !important;
  border-radius:11px !important;
  background:#fff !important;
}
main .article-card-grid .article-card small {
  color:#3a7053 !important;
  font-size:.68rem !important;
  font-weight:850 !important;
  text-transform:uppercase !important;
  letter-spacing:.045em !important;
}
main .article-card-grid .article-card h3 {
  margin:8px 0 !important;
  font-size:1.08rem !important;
  line-height:1.22 !important;
}
main .article-card-grid .article-card p {
  flex:1 1 auto !important;
  margin:0 0 18px !important;
  line-height:1.5 !important;
  color:#65736b !important;
}
main .article-card-grid .article-card .cta {
  align-self:flex-start !important;
  margin-top:auto !important;
}

/* Comparison dropdowns */
.compare-controls select {
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

/* Mobile hero artwork is normal-flow content BELOW the text/cards */
@media(max-width:900px){
  .hero-copy{
    position:relative !important;
    z-index:2 !important;
  }
  .hero-photo{
    position:relative !important;
    inset:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    z-index:1 !important;
    display:block !important;
    width:100% !important;
    min-height:230px !important;
    height:230px !important;
    margin:0 !important;
    transform:none !important;
    background-position:center bottom !important;
  }
  .hero-photo::before{
    display:none !important;
  }

  main .article-card-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  main .article-card-grid .article-card{
    min-height:0 !important;
  }
}

@media(min-width:901px) and (max-width:1200px){
  main .article-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
.source-list,.evidence-list{padding-left:1.25rem}.source-list li,.evidence-list li{margin:.75rem 0;color:#4a5851;line-height:1.6}.evidence-panel{background:#fff;border:1px solid #dce5df;border-radius:10px;padding:18px 20px;margin-top:14px}.evidence-panel h3{margin:0 0 8px}.evidence-panel p{margin:.65rem 0}.evidence-panel .source-note{font-size:.82rem;color:#67766e}
.source-list small{display:block;margin-top:2px}.driver-evidence-questions,.driver-evidence-map{display:grid;gap:16px;margin:18px 0 34px}.driver-evidence-questions{grid-template-columns:repeat(3,minmax(0,1fr))}.driver-evidence-map{grid-template-columns:repeat(2,minmax(0,1fr))}.driver-evidence-questions article,.driver-evidence-map article{padding:20px;border:1px solid #d6e2da;border-radius:11px;background:#fff}.driver-evidence-questions h3,.driver-evidence-map h3{margin:0 0 10px;color:#0c5236;font-size:1.02rem}.driver-evidence-questions p,.driver-evidence-map p{margin:.55rem 0}.driver-evidence-map small{display:block;margin-top:12px;padding-top:10px;border-top:1px solid #e3ebe6;color:#5d6c64;line-height:1.5}

/* Personalized fit and market-value tools */
.v2-kicker{display:block;color:#2e7650;font-size:.7rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.v2-chip-row{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}
.v2-chip-row span{padding:5px 9px;border-radius:999px;background:#eaf3ed;color:#174a32;font-size:.7rem;font-weight:800}
.v2-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:16px 0 10px;padding-top:12px;border-top:1px solid #e1e7e3}
.v2-price-row span{color:#6c786f;font-size:.72rem}.v2-price-row strong{font-size:1.25rem;color:#0d4e34}
.text-link{font-weight:900;color:#0b5a3a;text-decoration:none}.text-link:hover{text-decoration:underline}
.v2-hero .container{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:42px;align-items:center}
.v2-hero{background:linear-gradient(135deg,#003d2b 0%,#075c3b 64%,#0f7048 100%);color:#fff;padding:58px 0}
.v2-hero h1{font-size:clamp(2.8rem,5.7vw,5.8rem);line-height:.92;letter-spacing:-.055em;margin:8px 0 18px;max-width:900px}
.v2-hero p{font-size:1.08rem;line-height:1.65;color:#dcece4;max-width:720px}
.v2-hero .v2-kicker{color:#aadb84}.v2-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.v2-hero .cta.outline{border-color:#a7d9bc!important;background:transparent!important;color:#fff!important}.v2-hero-panel{padding:24px;border:1px solid rgba(255,255,255,.24);border-radius:14px;background:rgba(0,29,19,.32)}
.v2-hero-panel h2{margin:0 0 12px;font-size:1.25rem}.v2-hero-panel ul{margin:0;padding-left:1.2rem}.v2-hero-panel li{margin:10px 0;color:#e7f3ed}
.v2-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.v2-stat-grid>div{padding:15px;border-radius:9px;background:#f3f7f4}.v2-stat-grid strong{display:block;color:#0e5237;font-size:1.35rem}.v2-stat-grid span{font-size:.7rem;color:#637168}
.v2-driver-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.v2-driver-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce4df;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(10,50,32,.05)}
.v2-card-image{display:flex;align-items:center;justify-content:center;height:210px;padding:18px;background:#f7faf8;border-bottom:1px solid #e6ebe7}.v2-card-image img{width:100%;height:100%;object-fit:contain}
.v2-card-copy{display:flex;flex:1;flex-direction:column;padding:18px}.v2-card-copy h3{margin:6px 0;font-size:1.16rem}.v2-card-copy h3 a{color:#172b22;text-decoration:none}.v2-card-copy p{flex:1;color:#5a685f;font-size:.86rem;line-height:1.55}
.v2-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.v2-method-grid article{padding:22px;border:1px solid #dbe4de;border-radius:11px;background:#fff}.v2-method-grid h3{margin:3px 0 10px}.v2-method-grid p{color:#5d6a62;line-height:1.6}

.finder-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.finder-form{padding:24px;border:1px solid #d9e3dc;border-radius:13px;background:#fff;box-shadow:0 8px 30px rgba(12,55,36,.06)}
.finder-form fieldset{margin:0 0 24px;padding:0 0 22px;border:0;border-bottom:1px solid #e4e9e6}.finder-form fieldset:last-of-type{border-bottom:0}
.finder-form legend{margin-bottom:10px;font-size:1rem;font-weight:900;color:#173c2b}.finder-form .question-help{margin:-4px 0 11px;color:#68756d;font-size:.78rem}
.finder-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.finder-options.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.finder-options label{display:flex;align-items:center;gap:8px;padding:11px;border:1px solid #d7e0da;border-radius:8px;background:#fafcfb;cursor:pointer;font-size:.8rem;font-weight:750}.finder-options label:has(input:checked){border-color:#1c784d;background:#eaf5ee;color:#0d5335}.finder-options input{accent-color:#0d6641}
.finder-select-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.finder-select-grid label,.v2-db-filter{font-size:.68rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;color:#596960}.finder-select-grid select,.finder-select-grid input,.v2-db-filter select,.v2-db-filter input{width:100%;min-height:44px;margin-top:6px;padding:10px;border:1px solid #cbd7cf;border-radius:8px;background:#fff;color:#26362e}
.finder-submit{width:100%;min-height:50px;font-size:.92rem}.finder-aside{position:sticky;top:18px;padding:20px;border-radius:12px;background:#edf5f0}.finder-aside h2{font-size:1.1rem;margin:0 0 10px}.finder-aside p,.finder-aside li{font-size:.8rem;line-height:1.55;color:#53645a}.finder-aside ol{padding-left:1.2rem}
.finder-results{scroll-margin-top:16px}.finder-results-head{max-width:800px;margin-bottom:20px}.finder-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.finder-result-card{position:relative;padding:20px;border:1px solid #d8e2db;border-radius:12px;background:#fff}.finder-role{display:inline-flex;padding:6px 10px;border-radius:999px;background:#0d5b3b;color:#fff;font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.finder-result-main{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;align-items:center;margin-top:13px}.finder-result-main img{width:100px;height:105px;object-fit:contain}.finder-result-main h3{margin:4px 0}.finder-result-main p{font-size:.77rem;line-height:1.45;color:#5f6c64}
.finder-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:15px 0}.finder-score-grid>div{padding:10px;border-radius:8px;background:#f4f8f5}.finder-score-grid span{display:block;color:#607067;font-size:.63rem;font-weight:800;text-transform:uppercase}.finder-score-grid strong{font-size:1.35rem;color:#105337}.finder-score-grid small{font-size:.62rem;color:#718078}.finder-score-grid .score-price{font-size:1.05rem}.finder-tradeoff{font-size:.77rem;line-height:1.5;color:#5a675f}.finder-empty{padding:28px;border:1px solid #d9e3dc;border-radius:12px;background:#fff}

.v2-db-controls{display:grid;grid-template-columns:2fr repeat(6,minmax(120px,1fr));gap:10px;align-items:end;padding:16px;border:1px solid #dbe3de;border-radius:11px;background:#fff}.v2-db-reset{min-height:44px}
.v2-db-result-line{display:flex;justify-content:space-between;margin:14px 0;color:#647168;font-size:.78rem}.v2-db-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.database-v2-card{display:grid;grid-template-columns:180px minmax(0,1fr);overflow:hidden;border:1px solid #dce4df;border-radius:12px;background:#fff}.db-v2-image{display:flex;align-items:center;justify-content:center;padding:18px;background:#f7faf8;border-right:1px solid #e6ebe7}.db-v2-image img{width:100%;height:180px;object-fit:contain}.db-v2-copy{padding:18px}.db-v2-copy h2{margin:5px 0;font-size:1.2rem}.db-v2-copy h2 a{text-decoration:none;color:#152e22}.db-v2-copy>p{font-size:.8rem;line-height:1.5;color:#5d6b63}
.v2-profile-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:14px 0}.v2-profile-list>div{padding:9px;border-radius:7px;background:#f4f7f5}.v2-profile-list dt{font-size:.61rem;color:#6b786f;text-transform:uppercase;font-weight:850}.v2-profile-list dd{margin:3px 0 0;color:#183c2c;font-size:.78rem;font-weight:850}
.v2-offers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:12px 0}.v2-offers>div{padding:10px;border:1px solid #dfe6e1;border-radius:7px}.v2-offers span,.v2-offers small{display:block;color:#68766e;font-size:.62rem}.v2-offers strong{display:block;color:#0f5236;font-size:1rem;margin:2px 0}

.compare-v2-output{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.compare-v2-card{padding:20px;border:1px solid #dbe3de;border-radius:12px;background:#fff}.compare-v2-card>img{display:block;width:100%;height:230px;object-fit:contain;margin-bottom:14px;background:#f8faf9;border-radius:8px}.compare-v2-card h2{margin:5px 0 13px}.compare-v2-card>p{font-size:.84rem;line-height:1.55;color:#536159}
.compare-v2-list{margin:0}.compare-v2-list>div{display:grid;grid-template-columns:145px minmax(0,1fr);gap:12px;padding:9px 0;border-bottom:1px solid #e5eae7}.compare-v2-list dt{color:#69766e;font-size:.72rem}.compare-v2-list dd{margin:0;text-align:right;color:#163d2b;font-size:.78rem;font-weight:850}

.driver-v2-hero{padding:42px 0;background:linear-gradient(135deg,#003d2b,#0b6440);color:#fff}.driver-v2-hero .breadcrumb,.driver-v2-hero .breadcrumb a{color:#bcd6c7}.driver-v2-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;align-items:center}.driver-v2-hero h1{font-size:clamp(2.5rem,5vw,4.6rem);line-height:.95;letter-spacing:-.045em;margin:7px 0 14px}.driver-v2-lead{max-width:750px;color:#dcece4;font-size:1.03rem;line-height:1.6}.driver-v2-hero img{width:100%;height:300px;object-fit:contain;background:#fff;border-radius:12px;padding:16px}.driver-v2-hero .v2-kicker{color:#aadb84}.driver-v2-hero .v2-chip-row span{background:rgba(255,255,255,.13);color:#fff}
.driver-v2-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.v2-profile-list.detail{grid-template-columns:repeat(3,minmax(0,1fr))}.driver-v2-copy{margin-top:24px}.driver-v2-copy p{max-width:760px;color:#54635a;line-height:1.65}.driver-v2-market{position:sticky;top:18px;padding:20px;border:1px solid #d7e2da;border-radius:12px;background:#fff}.driver-v2-market h2{margin:5px 0 12px}.driver-market-offer{padding:13px 0;border-top:1px solid #e3e9e5}.driver-market-offer span,.driver-market-offer small{display:block;color:#69776f;font-size:.69rem}.driver-market-offer strong{display:block;margin:3px 0;color:#0e5537;font-size:1.45rem}.fine-print{font-size:.68rem;line-height:1.5;color:#6d7972}.source-list small{display:block;color:#6b7870;font-size:.75rem}

.formula-box{padding:20px;border:1px solid #d7e2da;border-left:5px solid #14724a;border-radius:9px;background:#fff}.formula-box strong{color:#0c5034}.weight-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:16px 0}.weight-list>div{padding:13px 10px;text-align:center;border-radius:8px;background:#edf5f0}.weight-list strong{display:block;font-size:1.25rem;color:#0d5638}.weight-list span{font-size:.68rem;color:#5f6e65}

@media(max-width:1100px){
  .v2-driver-grid,.finder-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v2-db-controls{grid-template-columns:repeat(4,minmax(0,1fr))}.v2-db-filter.search{grid-column:span 2}
  .v2-db-results{grid-template-columns:1fr}
}
@media(max-width:800px){
  .v2-hero .container,.finder-shell,.driver-v2-layout,.driver-v2-hero-grid{grid-template-columns:1fr}
  .v2-hero{padding:36px 0}.v2-hero h1{font-size:clamp(2.6rem,13vw,4rem)}.v2-hero-panel{padding:18px}
  .v2-stat-grid,.v2-method-grid,.v2-driver-grid,.finder-result-grid,.finder-select-grid,.compare-v2-output,.driver-evidence-questions,.driver-evidence-map{grid-template-columns:1fr}
  .finder-options.three{grid-template-columns:1fr}.finder-aside,.driver-v2-market{position:static}
  .v2-db-controls{grid-template-columns:1fr}.v2-db-filter.search{grid-column:auto}.database-v2-card{grid-template-columns:110px minmax(0,1fr)}.db-v2-image{padding:8px}.db-v2-image img{height:140px}.db-v2-copy{padding:13px}.v2-profile-list{grid-template-columns:1fr}.v2-offers{grid-template-columns:1fr}
  .driver-v2-hero img{height:230px}.v2-profile-list.detail{grid-template-columns:repeat(2,minmax(0,1fr))}.weight-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){.finder-options,.v2-profile-list.detail{grid-template-columns:1fr}.finder-result-main{grid-template-columns:78px minmax(0,1fr)}.finder-result-main img{width:78px;height:90px}.database-v2-card{grid-template-columns:1fr}.db-v2-image{border-right:0;border-bottom:1px solid #e6ebe7}.db-v2-image img{height:150px}.compare-v2-list>div{grid-template-columns:1fr}.compare-v2-list dd{text-align:left}}

/* Catalog scale and compact-logo safeguards. */
.gvl-home-logo{max-width:none!important;overflow:visible!important}
.gvl-logo-wordmark{overflow:visible!important;text-overflow:clip!important}
.v2-db-more-wrap{display:flex;justify-content:center;margin-top:22px}#v2-db-more[hidden]{display:none!important}
.source-year{margin-top:28px}.source-year h3{display:flex;align-items:center;gap:10px}.source-year h3 span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:26px;border-radius:999px;background:#dcebd7;color:#16452f;font-size:.8rem}
.compare-controls input{width:100%;min-height:48px;border:1px solid #c9d4cd;border-radius:8px;padding:0 12px;background:#fff;color:#17241d;font:inherit}
@media(max-width:800px){.brandrow .container{overflow:visible!important}.gvl-home-logo{flex:1 1 auto!important;max-width:none!important;overflow:visible!important}.gvl-logo-wordmark{font-size:clamp(14px,4.4vw,18px)!important;letter-spacing:.018em!important;overflow:visible!important}.menu{flex:0 0 42px!important}}

/* Trust, accessibility, guides and scalable catalog components. */
.skip-link{position:fixed;z-index:10000;top:10px;left:10px;transform:translateY(-150%);padding:10px 14px;border-radius:6px;background:#fff;color:#063d2a;font-weight:900;box-shadow:0 3px 16px rgba(0,0,0,.22)}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid #f0b429;outline-offset:3px}
.finder-role-row{display:flex;flex-wrap:wrap;gap:6px}.price-freshness{font-weight:800}.price-freshness.is-stale{color:#9b2c2c}.evidence-details{margin:10px 0;color:#56645c;font-size:.74rem}.evidence-details summary{cursor:pointer;color:#17583c;font-weight:850}.confidence-grid,.related-driver-grid,.guide-pick-facts,.driver-link-index,.price-watch-grid,.source-register-grid{display:grid;gap:16px}.confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.confidence-grid>p,.related-driver-grid>article,.guide-pick,.price-watch-card,.source-register-card{padding:18px;border:1px solid #d9e3dc;border-radius:11px;background:#fff}.related-driver-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-pick{margin:20px 0}.guide-pick-facts{grid-template-columns:repeat(4,minmax(0,1fr));margin:14px 0}.guide-pick-facts>div,.price-watch-numbers>div{padding:10px;border-radius:8px;background:#f1f6f3}.guide-pick-facts small,.price-watch-numbers small{display:block;color:#66746c}.driver-link-index{grid-template-columns:repeat(4,minmax(0,1fr))}.driver-link-index section{padding:14px;border:1px solid #dfe7e2;border-radius:9px;background:#fff}.driver-link-index h3{display:flex;justify-content:space-between;margin-top:0}.driver-link-index ul{padding-left:1.1rem}.price-watch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.price-watch-numbers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.price-watch-numbers strong{color:#0c5236;font-size:1.12rem}.source-register-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-register-card h4{margin:0}.source-register-card .source-list{margin-bottom:0}.consent-banner{position:fixed;z-index:9999;right:18px;bottom:18px;left:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:980px;margin:auto;padding:18px 20px;border:1px solid #bed1c4;border-radius:12px;background:#fff;box-shadow:0 10px 35px rgba(0,35,23,.2)}.consent-banner p{margin:0;max-width:650px;line-height:1.45}.consent-banner>div{display:flex;flex-wrap:wrap;gap:8px}.byline{font-size:.78rem}.article-lead{font-size:1.08rem;line-height:1.65;color:#47584f}
@media(max-width:900px){.related-driver-grid,.driver-link-index{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-pick-facts,.price-watch-numbers{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.confidence-grid,.related-driver-grid,.price-watch-grid,.source-register-grid,.driver-link-index{grid-template-columns:1fr}.consent-banner{align-items:stretch;flex-direction:column}.consent-banner>div{flex-direction:column}.consent-banner button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
