
: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;
  }
}
