/*
Theme Name: Echo Motorworks — Mobile Commerce 58.14.4
Theme URI: https://echomotorworks.com/
Author: Echo Motorworks
Description: Vehicle-first Euro performance storefront with focused search, supplier system imagery, dense product discovery, and Echo's red/black identity.
Version: 58.14.4
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: echo-motorworks
*/
:root{
  --em-bg:#07090d;
  --em-surface:#0e141b;
  --em-surface-2:#141b24;
  --em-surface-3:#1a222c;
  --em-text:#f6f8fb;
  --em-muted:#98a4b2;
  --em-line:rgba(255,255,255,.10);
  --em-line-strong:rgba(255,255,255,.17);
  --em-red:#e63743;
  --em-red-2:#b51f29;
  --em-red-soft:rgba(230,55,67,.13);
  --em-green:#65d78b;
  --em-radius:16px;
  --em-max:1320px;
  --em-shadow:0 22px 60px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--em-bg);color:var(--em-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
.em-wrap{width:min(calc(100% - 40px),var(--em-max));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Construction status */
.em-construction{background:linear-gradient(90deg,#861821,var(--em-red),#861821);color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}
.em-construction-inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;font-size:.86rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.em-construction-dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.12)}

/* Header */
.em-site-header{position:sticky;top:0;z-index:120;background:rgba(7,9,13,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--em-line)}
.em-header-main{min-height:78px;display:grid;grid-template-columns:230px minmax(260px,1fr) auto;align-items:center;gap:24px}
.em-brand{display:flex;align-items:center;min-width:0}
.em-brand img{display:block;width:220px;max-height:58px;object-fit:contain}
.em-header-search{display:flex;align-items:center;min-width:0;padding:5px;border:1px solid var(--em-line-strong);border-radius:12px;background:var(--em-surface)}
.em-header-search input{min-width:0;flex:1;min-height:44px;border:0;background:transparent;color:#fff;padding:0 14px;outline:0}
.em-header-search input::placeholder{color:#788492}
.em-header-search button{min-height:44px;border:0;border-radius:9px;background:var(--em-red);color:#fff;padding:0 18px;font-weight:900;cursor:pointer}
.em-nav{display:flex;align-items:center;gap:4px}
.em-nav a,.em-nav button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#e9edf2;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}
.em-nav a:hover,.em-nav button:hover{background:var(--em-surface-2)}
.em-nav .em-nav-primary{background:var(--em-red);color:#fff}
.em-mobile-menu-toggle{display:none}

/* Hero */
.em-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--em-line);background:
  linear-gradient(90deg,rgba(7,9,13,.98) 0%,rgba(7,9,13,.85) 48%,rgba(7,9,13,.46) 100%),
  url('assets/hero-paddock-v34.webp') center/cover no-repeat}
.em-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,var(--em-bg))}
.em-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.65fr);gap:56px;align-items:center;padding:92px 0 96px}
.em-eyebrow{display:inline-flex;color:#ff6e77;font-size:.72rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.em-hero h1{max-width:760px;margin:14px 0 20px;font-size:clamp(3.5rem,7vw,6.8rem);line-height:.88;letter-spacing:-.065em;text-transform:uppercase}
.em-hero h1 em{display:block;color:#ff5963;font-style:normal}
.em-hero-copy>p{max-width:640px;margin:0 0 26px;color:#b7c0ca;font-size:1.05rem}
.em-hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.em-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:11px;font-weight:900;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.em-btn:hover{transform:translateY(-2px)}
.em-btn-primary{background:linear-gradient(135deg,var(--em-red),var(--em-red-2));color:#fff}
.em-btn-secondary{border-color:var(--em-line-strong);background:rgba(255,255,255,.055);color:#fff}

/* Vehicle panel */
.em-vehicle-panel{padding:24px;border:1px solid var(--em-line-strong);border-radius:var(--em-radius);background:rgba(14,20,27,.94);box-shadow:var(--em-shadow)}
.em-vehicle-panel h2{margin:0;font-size:1.45rem;line-height:1.05}
.em-vehicle-panel>p{margin:8px 0 18px;color:var(--em-muted);font-size:.88rem}
.em-vehicle-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.em-field{display:grid;gap:6px;min-width:0}
.em-field-full{grid-column:1/-1}
.em-field label{font-size:.71rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#c8d0d9}
.em-field input,.em-field select{width:100%;min-width:0;min-height:46px;border:1px solid var(--em-line-strong);border-radius:10px;background:#090d12;color:#fff;padding:0 12px;outline:0}
.em-field input:focus,.em-field select:focus{border-color:var(--em-red)}
.em-vehicle-submit{grid-column:1/-1;min-height:48px;border:0;border-radius:10px;background:var(--em-red);color:#fff;font-weight:950;cursor:pointer}
.em-fit-note{margin:12px 0 0!important;font-size:.72rem!important;color:#7f8a97!important}

/* Sections */
.em-section{padding:78px 0}
.em-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.em-section-head h2{margin:5px 0 0;font-size:clamp(2.25rem,4.6vw,4.5rem);line-height:.94;letter-spacing:-.052em;text-transform:uppercase}
.em-section-head>a{color:#ff727b;font-weight:900}
.em-systems-section{background:#0b0f14;border-bottom:1px solid var(--em-line)}
.em-system-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.em-system-card{position:relative;display:flex;flex-direction:column;min-height:248px;padding:16px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:linear-gradient(150deg,var(--em-surface-2),#0b0f14);overflow:hidden;transition:transform .18s ease,border-color .18s ease}
.em-system-card:hover{transform:translateY(-4px);border-color:rgba(230,55,67,.55)}
.em-system-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:155px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:radial-gradient(circle at 50% 42%,#1a222c 0,#0c1117 72%);overflow:hidden}
.em-system-art img{width:100%;height:155px;object-fit:contain;object-position:center;padding:10px;filter:saturate(.96) contrast(1.02);transition:transform .25s ease,filter .25s ease}.em-system-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(7,9,13,.38));pointer-events:none}.em-system-card:hover .em-system-art img{transform:scale(1.025);filter:saturate(1) contrast(1.04)}
.em-system-card strong{margin-top:16px;font-size:1rem}
.em-system-card span{margin-top:4px;color:#ff6e77;font-size:.74rem;font-weight:900}

.em-brands-section{background:var(--em-bg)}
.em-brand-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.em-brand-card{display:flex;align-items:center;justify-content:center;min-height:104px;padding:16px;border:1px solid var(--em-line);border-radius:14px;background:var(--em-surface);transition:transform .18s ease,border-color .18s ease}
.em-brand-card:hover{transform:translateY(-3px);border-color:rgba(230,55,67,.48)}
.em-brand-card img{display:block;max-width:100%;max-height:54px;object-fit:contain}
.em-brand-card img[src*="sikky-manufacturing-logo"]{width:min(100%,210px);max-height:64px;padding:7px 10px;border-radius:8px;background:#fff}
.em-brand-card .em-brand-name{display:flex;align-items:center;justify-content:center;min-height:48px;color:#fff;font-size:.92rem;font-weight:950;letter-spacing:.035em;text-align:center;text-transform:uppercase}
.em-brand-card span{font-size:.86rem;font-weight:900;text-align:center}

/* Products */
.em-products-section{background:#090c11;border-block:1px solid var(--em-line)}
.em-product-grid,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0!important;padding:0!important}
.em-product-grid:before,.em-product-grid:after,.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.em-product-card,.woocommerce ul.products li.product{position:relative;float:none!important;width:auto!important;margin:0!important;min-width:0!important;display:flex!important;flex-direction:column!important;border:1px solid var(--em-line);border-radius:var(--em-radius);background:var(--em-surface);overflow:hidden;box-shadow:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.em-product-card:before,.woocommerce ul.products li.product:before{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--em-red),transparent 70%);opacity:.5}
.em-product-card:hover,.woocommerce ul.products li.product:hover{transform:translateY(-3px);border-color:rgba(230,55,67,.42);box-shadow:0 18px 38px rgba(0,0,0,.24)!important}
.em-product-media{display:block;aspect-ratio:1.15;background:radial-gradient(circle at 50% 42%,#202a35 0,#101720 68%);overflow:hidden}
.em-product-media img{display:block;width:100%;height:100%;object-fit:contain;padding:12px}
.em-product-body{display:flex;flex-direction:column;flex:1;padding:16px}
.em-product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#ff727b;font-size:.66rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.em-product-card h2{margin:10px 0 14px;font-size:1rem;line-height:1.28}
.em-product-price{margin-top:auto;font-size:1.05rem;font-weight:950}
.em-product-action{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:14px;border:1px solid var(--em-line-strong);border-radius:9px;font-size:.78rem;font-weight:900}
.em-product-action:hover{border-color:var(--em-red);background:linear-gradient(135deg,var(--em-red),var(--em-red-2));color:#fff}
.em-home-products{padding:46px 0}
.em-home-products .em-section-head{margin-bottom:18px}
.em-home-products .em-section-head h2{font-size:clamp(1.9rem,3.4vw,3.15rem)}
.em-home-products .em-product-media{aspect-ratio:1.55}
.em-home-products .em-product-media img{padding:10px}
.em-home-products .em-product-body{padding:12px}
.em-home-products .em-product-card h2{margin:8px 0 10px;font-size:.88rem;line-height:1.22}
.em-home-products .em-product-action{min-height:36px;margin-top:10px}

/* Request */
.em-request-section{padding:66px 0;background:linear-gradient(110deg,rgba(230,55,67,.15),rgba(255,255,255,.018));border-bottom:1px solid var(--em-line)}
.em-request-row{display:flex;align-items:center;justify-content:space-between;gap:30px}
.em-request-row h2{margin:7px 0 0;font-size:clamp(2.5rem,5vw,5rem);line-height:.94;letter-spacing:-.052em;text-transform:uppercase}

/* Shop landing/catalog */
.em-shop-hero{padding:64px 0 48px;border-bottom:1px solid var(--em-line);background:linear-gradient(180deg,#111820,var(--em-bg))}
.em-shop-hero h1,.em-catalog-head h1{margin:8px 0 18px;font-size:clamp(3rem,6vw,5.8rem);line-height:.9;letter-spacing:-.058em;text-transform:uppercase}
.em-shop-search,.em-catalog-search{display:flex;gap:8px;max-width:840px;padding:6px;border:1px solid var(--em-line-strong);border-radius:12px;background:var(--em-surface)}
.em-shop-search input,.em-catalog-search input{min-width:0;flex:1;min-height:48px;border:0;background:transparent;color:#fff;padding:0 14px;outline:0}
.em-shop-search button,.em-catalog-search button{border:0;border-radius:9px;background:var(--em-red);color:#fff;padding:0 22px;font-weight:900}
.em-shop-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.em-catalog-head{position:relative;padding:16px 0 14px;border-bottom:1px solid var(--em-line);background:radial-gradient(circle at 84% 12%,rgba(230,55,67,.14),transparent 34%),linear-gradient(135deg,#111821 0,#0a0f15 66%);overflow:hidden}
.em-catalog-head:after{content:"";position:absolute;right:-90px;bottom:-170px;width:430px;height:300px;border:1px solid rgba(255,255,255,.06);border-radius:50%;transform:rotate(-12deg);pointer-events:none}
.em-catalog-head .em-wrap{position:relative;z-index:1}
.em-catalog-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.em-catalog-head h1{max-width:980px;margin:2px 0 0;font-size:clamp(1.85rem,3.4vw,3.1rem);line-height:.92}
.em-catalog-intro{max-width:760px;margin:0 0 20px;color:#b9c3ce;font-size:.96rem}
.em-catalog-back{display:inline-flex;margin-bottom:3px;color:var(--em-muted);font-size:.7rem;font-weight:850}
.em-catalog-trust{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px 18px;margin:0 0 4px;color:#cbd3dc;font-size:.69rem;font-weight:800}
.em-catalog-trust span{display:inline-flex;align-items:center;gap:7px}
.em-catalog-trust i{width:7px;height:7px;border-radius:50%;background:var(--em-green);box-shadow:0 0 0 4px rgba(101,215,139,.1)}
.em-subcategory-nav{max-width:1040px;margin-top:16px;padding:12px;border:1px solid var(--em-line);border-radius:14px;background:rgba(7,9,13,.44);backdrop-filter:blur(12px)}
.em-subcategory-nav>span{display:block;margin:0 0 8px 2px;color:#ff737c;font-size:.62rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.em-subcategory-nav>div{display:flex;flex-wrap:wrap;gap:7px}
.em-subcategory-nav a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:7px 10px;border:1px solid var(--em-line);border-radius:9px;background:rgba(255,255,255,.035);color:#d8e0e8;font-size:.76rem;font-weight:850;white-space:nowrap}
.em-subcategory-nav a:hover,.em-subcategory-nav a.is-active{border-color:rgba(230,55,67,.5);background:var(--em-red-soft);color:#fff}
.em-subcategory-nav a b{font-weight:950}
.em-subcategory-nav small{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:rgba(255,255,255,.08);color:#aeb9c5;font-size:.61rem}
.em-subcategory-nav a.is-active small{background:rgba(230,55,67,.2);color:#ff9da3}
.em-mobile-subcategories{display:none}
.em-catalog-body{padding:18px 0 90px}
.em-catalog-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:26px;align-items:start}
.em-filter-panel{position:sticky;top:100px;display:grid;gap:10px}
.em-filter-label{padding:15px;border:1px solid rgba(230,55,67,.28);border-radius:12px;background:linear-gradient(135deg,rgba(230,55,67,.14),rgba(255,255,255,.025))}
.em-filter-label span,.em-toolbar-kicker{display:block;margin-bottom:3px;color:#ff737c;font-size:.61rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.em-filter-label strong{display:block;font-size:.86rem;line-height:1.25}
.em-filter-panel details{border:1px solid var(--em-line);border-radius:12px;background:var(--em-surface);overflow:hidden}
.em-filter-panel summary{cursor:pointer;padding:14px;font-size:.75rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.em-filter-panel details>div{padding:0 8px 10px}
.em-filter-panel details a{display:block;padding:8px;border-radius:8px;color:#d3dae2;font-size:.82rem}
.em-filter-panel details a:hover{background:var(--em-surface-2)}
.em-filter-panel details a.is-active{background:linear-gradient(90deg,rgba(230,55,67,.2),rgba(230,55,67,.06));color:#fff;font-weight:900;box-shadow:inset 3px 0 0 var(--em-red)}
.em-filter-subcategories{display:grid;gap:3px;margin:3px 0 7px 10px;padding:6px 0 6px 9px;border-left:1px solid rgba(230,55,67,.42)}
.em-filter-panel details .em-filter-subcategories a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;color:#aeb9c5;font-size:.73rem}
.em-filter-panel details .em-filter-subcategories a.is-active{background:rgba(230,55,67,.11);color:#fff;box-shadow:none}
.em-filter-subcategories small{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:rgba(255,255,255,.07);color:#9da9b6;font-size:.58rem}
.em-filter-request{padding:14px;border:1px solid rgba(230,55,67,.35);border-radius:12px;background:var(--em-red-soft);color:#ff737c;font-size:.82rem;font-weight:900}
.em-filter-request span{display:block;margin-bottom:2px;color:#d7dee6;font-size:.68rem;font-weight:750}
.em-results{min-width:0}
.em-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:10px 12px;border:1px solid var(--em-line);border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012))}
.em-toolbar .woocommerce-result-count,.em-toolbar .woocommerce-ordering{float:none!important;margin:0!important}
.em-toolbar .woocommerce-result-count{color:#e5eaf0;font-size:.88rem}
.em-toolbar select{min-height:42px;border:1px solid var(--em-line-strong)!important;border-radius:9px!important;background:var(--em-surface)!important;color:#fff!important;padding:0 34px 0 12px!important}
.em-results .products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.em-empty{padding:50px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:var(--em-surface);text-align:center}

/* Content pages */
.em-content-shell{width:min(calc(100% - 40px),980px);margin:0 auto;padding:64px 0 90px}
.em-content-shell article{padding:28px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:var(--em-surface)}
.em-content-shell h1{margin:8px 0 24px;font-size:clamp(2.7rem,6vw,5.4rem);line-height:.94;letter-spacing:-.055em;text-transform:uppercase}

/* About — engineering-led brand story */
.em-about-page{position:relative;isolation:isolate;background:
  radial-gradient(circle at 80% 7%,rgba(230,55,67,.15),transparent 25rem),
  linear-gradient(180deg,#0d131a 0,var(--em-bg) 32rem)}
.em-about-page:before{content:"";position:absolute;z-index:-1;inset:0 0 auto;height:760px;opacity:.22;background-image:
  linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:52px 52px;mask-image:linear-gradient(180deg,#000,transparent 84%)}
.em-about-stage{padding:30px 0 78px;border-bottom:1px solid var(--em-line)}
.em-about-topline{display:flex;align-items:center;justify-content:space-between;min-height:40px;margin-bottom:34px;border-bottom:1px solid var(--em-line);color:#778391;font-size:.64rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.em-about-topline span:first-child{color:#ff7079}
.em-about-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(42px,6vw,86px);align-items:start}
.em-about-content{max-width:850px;counter-reset:em-about-section}
.em-about-page-label{display:inline-flex!important;align-items:center;min-height:28px;margin:0 0 14px!important;padding:0 10px;border:1px solid rgba(230,55,67,.42);border-radius:999px;background:rgba(230,55,67,.08);color:#ff737c!important;font-size:.63rem!important;font-weight:950!important;letter-spacing:.14em;text-transform:uppercase}
.em-about-content .em-about-kicker{counter-increment:em-about-section;display:flex;align-items:center;gap:11px;margin:52px 0 11px;color:#ff6973;font-size:.66rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.em-about-content .em-about-kicker:first-of-type{margin-top:0}
.em-about-kicker:before{content:"0" counter(em-about-section);display:grid;place-items:center;width:27px;height:27px;border:1px solid rgba(230,55,67,.44);border-radius:50%;color:#ff8a92;font-size:.58rem;letter-spacing:0}
.em-about-content .em-about-story-title{max-width:760px;margin:0 0 24px;font-size:clamp(4.3rem,8.4vw,8rem);line-height:.83;letter-spacing:-.075em;text-wrap:balance;text-transform:uppercase}
.em-about-content .em-about-story-title:after{content:"";display:block;width:92px;height:5px;margin-top:24px;border-radius:999px;background:linear-gradient(90deg,var(--em-red),#ff7780)}
.em-about-content>p:not(.em-about-page-label):not(.em-about-kicker):not(.em-about-spacer){max-width:74ch;margin:0 0 17px;color:#aeb9c5;font-size:.98rem;line-height:1.78}
.em-about-content>p.em-about-lead{color:#d1d8e0!important;font-size:1.08rem!important;line-height:1.75!important}
.em-about-content .em-about-spacer{display:none}
.em-about-content>h2{max-width:720px;margin:0 0 16px;font-size:clamp(2rem,4.4vw,3.7rem);line-height:.95;letter-spacing:-.045em;text-wrap:balance;text-transform:uppercase}
.em-about-content>ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:24px 0 6px;padding:0;list-style:none}
.em-about-content>ul li{position:relative;min-height:82px;padding:18px 18px 16px 50px;border:1px solid var(--em-line);border-radius:13px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.014));color:#c6cfd8;font-size:.86rem;line-height:1.5}
.em-about-content>ul li:before{content:"";position:absolute;left:18px;top:21px;width:17px;height:17px;border:1px solid rgba(230,55,67,.6);border-radius:50%;box-shadow:inset 0 0 0 4px #10161d;background:var(--em-red)}
.em-about-content>ul.em-about-checklist li{min-height:66px;padding-top:15px;padding-bottom:14px}
.em-about-content>ul.em-about-checklist li:before{content:"✓";display:grid;place-items:center;top:16px;border:0;box-shadow:none;background:rgba(101,215,139,.13);color:#83e5a1;font-size:.69rem;font-weight:950}
.em-about-standard{position:sticky;top:140px;padding:22px;border:1px solid var(--em-line-strong);border-radius:20px;background:linear-gradient(155deg,rgba(26,34,44,.96),rgba(10,14,19,.98));box-shadow:0 32px 80px rgba(0,0,0,.28);overflow:hidden}
.em-about-standard:after{content:"";position:absolute;right:-46px;bottom:-58px;width:150px;height:150px;border:1px solid rgba(230,55,67,.22);border-radius:50%;box-shadow:0 0 0 20px rgba(230,55,67,.025),0 0 0 40px rgba(230,55,67,.02)}
.em-about-dial{position:relative;display:grid;place-items:center;align-content:center;width:164px;height:164px;margin:2px auto 25px;border:1px solid rgba(255,255,255,.17);border-radius:50%;background:radial-gradient(circle,rgba(230,55,67,.16),transparent 62%)}
.em-about-dial:before,.em-about-dial:after{content:"";position:absolute;border-radius:50%}
.em-about-dial:before{inset:9px;border:1px dashed rgba(255,255,255,.2)}
.em-about-dial:after{inset:27px;border:2px solid rgba(230,55,67,.65);border-left-color:transparent;transform:rotate(30deg)}
.em-about-dial span{position:absolute;left:2px;top:50%;color:#65717f;font-size:.6rem;font-weight:900;letter-spacing:.08em;transform:rotate(-90deg)}
.em-about-dial strong{z-index:1;font-size:1.25rem;letter-spacing:.1em;text-transform:uppercase}
.em-about-dial small{z-index:1;color:#ff737c;font-size:.58rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
.em-about-standard-label{margin:0 0 12px;color:#7e8a97;font-size:.62rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.em-about-standard ol{position:relative;z-index:1;display:grid;gap:8px;margin:0;padding:0;list-style:none}
.em-about-standard li{display:grid;grid-template-columns:31px 1fr;gap:11px;align-items:center;min-height:58px;padding:9px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.025)}
.em-about-standard li>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--em-red-soft);color:#ff737c;font-size:.6rem;font-weight:950}
.em-about-standard li strong,.em-about-standard li small{display:block}
.em-about-standard li strong{font-size:.76rem;letter-spacing:.05em;text-transform:uppercase}
.em-about-standard li small{margin-top:2px;color:#7f8b98;font-size:.67rem;line-height:1.3}
.em-about-next{padding:40px 0;background:linear-gradient(110deg,rgba(230,55,67,.15),rgba(255,255,255,.012))}
.em-about-next-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.em-about-next span{color:#ff737c;font-size:.65rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.em-about-next h2{margin:6px 0 0;font-size:clamp(2rem,4vw,3.5rem);line-height:.95;letter-spacing:-.045em;text-transform:uppercase}
.em-about-actions{display:flex;flex-wrap:wrap;gap:9px}
.em-form-shell form{display:grid;gap:14px}
.em-form-shell label{font-weight:850}
.em-form-shell input,.em-form-shell select,.em-form-shell textarea{width:100%;min-height:48px;border:1px solid var(--em-line-strong);border-radius:10px;background:#090d12;color:#fff;padding:11px 13px}
.em-form-shell textarea{min-height:150px}
.em-form-shell button,.em-form-shell input[type=submit]{width:auto;justify-self:start;border:0;border-radius:10px;background:var(--em-red);color:#fff;padding:12px 18px;font-weight:950}
.em-brand-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}

/* Woo single product */
.em-single-product-shell{padding:48px 0 82px}
.em-single-product-shell .woocommerce{width:min(calc(100% - 40px),var(--em-max));margin-inline:auto}
.em-single-product-shell div.product{display:flow-root;padding:30px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:var(--em-surface);box-shadow:var(--em-shadow)}
.woocommerce .woocommerce-breadcrumb{color:var(--em-muted)}
.woocommerce div.product{color:var(--em-text)}
.woocommerce div.product .product_title{font-size:clamp(2.2rem,5vw,4.6rem);line-height:.96;letter-spacing:-.045em}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:#fff}
.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{margin-bottom:40px}
.woocommerce div.product .woocommerce-product-gallery img{border-radius:14px;background:#fff}
.woocommerce div.product .summary p.price{font-size:1.7rem;font-weight:950}
.woocommerce div.product .product_meta{color:var(--em-muted)}
.woocommerce div.product .product_meta a{color:#fff}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:var(--em-surface);border-color:var(--em-line)}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#fff}
.woocommerce div.product .woocommerce-tabs .panel{color:#c6ced7}
.em-single-request{margin-top:20px;padding:18px;border:1px solid rgba(230,55,67,.35);border-radius:14px;background:var(--em-red-soft)}
.em-single-request strong{display:block;margin-bottom:10px;font-size:1.1rem}
.em-single-request .em-btn{margin-top:8px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--em-surface);color:#fff;border-top-color:var(--em-red)}

/* Footer */
.em-site-footer{background:#05070a;border-top:1px solid var(--em-line)}
.em-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:44px;padding:52px 0 34px}
.em-footer-logo img{width:220px;max-height:60px;object-fit:contain}
.em-footer-grid h3{margin:0 0 14px;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}
.em-footer-links{display:grid;gap:9px;color:#b6c0ca;font-size:.88rem}
.em-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0 26px;border-top:1px solid var(--em-line);color:#7f8a97;font-size:.76rem}

/* Mobile app shell */
.em-mobile-bottom-nav,.em-sheet,.em-sheet-backdrop{display:none}




/* Coverage Retail 57 — unified journey layer */
.em-mobile-search-toggle{display:none}
.em-header-main{grid-template-columns:220px minmax(280px,1fr) auto;gap:18px}
.em-nav{gap:2px}
.em-nav a{padding-inline:10px;font-size:.71rem}
.em-nav-garage,.em-nav-builds{border:1px solid rgba(255,255,255,.11)!important;background:rgba(255,255,255,.035)!important}
.em-nav-account{color:#aeb8c4!important}
.em-hero-search{display:flex;gap:8px;max-width:760px;margin:26px 0 18px;padding:6px;border:1px solid var(--em-line-strong);border-radius:13px;background:rgba(9,13,18,.88)}
.em-hero-search input{min-width:0;flex:1;min-height:52px;border:0;border-radius:9px;background:#fff;color:#111;padding:0 15px;outline:0}
.em-hero-search button{border:0;border-radius:9px;background:var(--em-red);color:#fff;padding:0 22px;font-weight:950;cursor:pointer}
.em-mobile-vehicle-open{display:none}
.em-panel-step{display:inline-grid;place-items:center;width:36px;height:36px;margin-bottom:14px;border:1px solid rgba(230,55,67,.38);border-radius:10px;background:var(--em-red-soft);color:#ff7a82;font-size:.76rem;font-weight:950;letter-spacing:.08em}
.em-vehicle-panel h2{margin-bottom:18px}
.em-vehicle-form{grid-template-columns:1fr 1fr}
.em-vehicle-actions{grid-column:1/-1;display:grid;grid-template-columns:1.2fr 1fr;gap:8px}
.em-vehicle-submit,.em-vehicle-secondary{min-height:48px;border-radius:10px;font-weight:950;cursor:pointer}
.em-vehicle-submit{grid-column:auto;border:0;background:var(--em-red);color:#fff}
.em-vehicle-secondary{border:1px solid var(--em-line-strong);background:var(--em-surface-2);color:#fff}
.em-vehicle-submit:disabled,.em-vehicle-secondary:disabled{opacity:.42;cursor:not-allowed}
.em-fit-note{grid-column:1/-1;min-height:34px;margin:2px 0 0!important}
.em-fit-note[data-state="error"]{color:#ff8d94!important}
.em-fit-note[data-state="loading"]{color:#d7dde4!important}
.em-fit-note[data-state="success"]{color:#7ee29c!important}
.em-system-card>span:last-child{display:none}
.em-product-fitment{min-height:24px;margin:2px 0 8px}
.echo-fitment-badge{display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:3px 8px!important;border:1px solid var(--em-line-strong)!important;border-radius:999px!important;background:var(--em-surface-2)!important;color:#dce3ea!important;font-size:.66rem!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.echo-fitment-badge.is-confirmed{border-color:rgba(101,215,139,.42)!important;color:#78e29a!important;background:rgba(101,215,139,.08)!important}
.echo-fitment-badge.is-conditional{border-color:rgba(255,190,92,.42)!important;color:#ffc76f!important;background:rgba(255,190,92,.08)!important}
.echo-fitment-badge.is-universal{color:#b9c2cc!important}
.echo-shop-fitment-notice{margin:0 0 20px!important;padding:18px!important;border:1px solid var(--em-line)!important;border-radius:var(--em-radius)!important;background:var(--em-surface)!important;color:var(--em-text)!important}
.echo-fitment-filter-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}
.echo-fitment-filter-title strong{font-size:1.05rem!important}
.echo-fitment-filter-title span{display:block!important;color:var(--em-muted)!important;font-size:.78rem!important}
.echo-fitment-filter-title a{color:#ff737c!important;font-weight:900!important}
.echo-fitment-filter-tabs{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important}
.echo-fitment-filter-tabs a{display:flex!important;align-items:center!important;gap:8px!important;padding:9px 11px!important;border:1px solid var(--em-line)!important;border-radius:10px!important;background:var(--em-surface-2)!important}
.echo-fitment-filter-tabs a.is-active{border-color:rgba(230,55,67,.52)!important;background:var(--em-red-soft)!important}
.echo-fitment-filter-help{margin:12px 0 0!important;color:var(--em-muted)!important;font-size:.78rem!important}

/* Canonical Garage / Builder */
.em-garage-shell{min-height:70vh;background:var(--em-bg)}
.em-garage-hero{padding:58px 0 34px;border-bottom:1px solid var(--em-line);background:linear-gradient(180deg,#111821,#080b10)}
.em-garage-hero h1{max-width:980px;margin:8px 0 0;font-size:clamp(2.8rem,6vw,5.8rem);line-height:.9;letter-spacing:-.058em;text-transform:uppercase}
.em-garage-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.em-garage-vehicle{padding:22px 0;border-bottom:1px solid var(--em-line);background:#0b0f14}
.em-garage-selector,.em-garage-vehicle-bar{display:grid;grid-template-columns:minmax(190px,.45fr) minmax(0,1.55fr);gap:26px;align-items:center;padding:22px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:var(--em-surface)}
.em-garage-selector h2{margin:0;font-size:1.65rem}
.em-garage-vehicle-bar>div{display:grid;gap:4px}
.em-garage-vehicle-bar span{color:#ff737c;font-size:.68rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.em-garage-vehicle-bar strong{font-size:1.35rem}
.em-garage-vehicle-bar small{color:var(--em-muted)}
.em-garage-vehicle-bar{grid-template-columns:1fr auto}
.em-garage-workspace{padding:34px 0 90px}
.em-echo-os-surface{margin-bottom:24px;border:1px solid var(--em-line);border-radius:20px;background:var(--em-surface);overflow:hidden}
.em-echo-os-surface>.echo-pb,.em-echo-os-surface>.echo-vih{margin:0!important;max-width:none!important;border-radius:0!important}
.em-garage-hold-section{padding:50px 0 90px}
.em-garage-hold{padding:34px;border:1px solid var(--em-line);border-radius:20px;background:linear-gradient(145deg,var(--em-surface-2),#0b0f14)}
.em-garage-hold h2{max-width:850px;margin:10px 0 0;font-size:clamp(2rem,4.6vw,4rem);line-height:.98;letter-spacing:-.045em}







/* Coverage Retail 57 */
.em-platform-section{border-top:1px solid var(--em-line);background:linear-gradient(180deg,#0b0f14,#07090d)}
.em-platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.em-platform-card{display:flex;flex-direction:column;min-height:210px;padding:22px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:linear-gradient(145deg,var(--em-surface-2),#0b0f14);transition:.18s}
.em-platform-card:hover{transform:translateY(-3px);border-color:rgba(230,55,67,.5)}
.em-platform-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.em-platform-status{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:6px 9px;border-radius:999px;background:rgba(101,215,139,.11);color:#8be7a7;font-size:.66rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.em-platform-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
.em-platform-status.is-development{background:rgba(255,190,86,.1);color:#ffd27d}
.em-platform-status.is-catalog{background:rgba(137,170,255,.1);color:#9fb9ff}
.em-platform-status.is-review{background:rgba(255,255,255,.07);color:#c8d0da}
.em-platform-card h3{margin:26px 0 8px;font-size:1.45rem;line-height:1.05}
.em-platform-card p{margin:0;color:var(--em-muted)}
.em-platform-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:22px}
.em-platform-meta span{padding:6px 8px;border:1px solid var(--em-line);border-radius:8px;color:#cbd2da;font-size:.72rem}
.em-platform-empty{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:var(--em-surface)}
.em-platform-empty h3{margin:0;font-size:1.35rem}.em-platform-empty p{margin:5px 0 0;color:var(--em-muted)}
.em-coverage-panel{margin-top:24px;padding:24px;border:1px solid var(--em-line);border-radius:var(--em-radius);background:var(--em-surface)}
.em-coverage-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.em-coverage-panel h2{margin:9px 0 0;font-size:clamp(2rem,4.2vw,3.5rem);line-height:.98;letter-spacing:-.04em}
.em-coverage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}
.em-coverage-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border:1px solid var(--em-line);border-radius:12px;background:rgba(255,255,255,.025)}
.em-coverage-item span{font-size:.82rem;font-weight:850}.em-coverage-item b{font-size:.72rem;color:#8be7a7}.em-coverage-item.is-missing b{color:#ffd27d}.em-coverage-item.is-review b{color:#c8d0da}
.em-coverage-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.em-coverage-summary span{padding:7px 10px;border-radius:9px;background:rgba(255,255,255,.045);color:#cdd4dc;font-size:.75rem}
.em-garage-platforms{padding:34px 0 0}



/* Real category photography */
.em-system-card{background:#0d131a}
.em-system-card strong{position:relative;z-index:1}



/* Platform selector 57.2 */
.em-platform-select-form{display:grid;gap:14px}
.em-platform-select-form .em-field{display:grid;gap:7px}
.em-platform-select-form label{font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--em-muted)}
.em-platform-select-form select{width:100%;min-height:52px;border:1px solid var(--em-line);border-radius:12px;background:#0a0e14;color:#fff;padding:0 44px 0 14px}
.em-platform-select-form .em-vehicle-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.em-platform-select-form .em-vehicle-submit,.em-platform-select-form .em-vehicle-secondary{min-height:48px;border-radius:10px;font-weight:900;cursor:pointer}
.em-platform-select-form .em-vehicle-submit{border:0;background:var(--em-red);color:#fff}
.em-platform-select-form .em-vehicle-secondary{border:1px solid var(--em-line);background:#111821;color:#fff}
.em-platform-select-form button:disabled{opacity:.45;cursor:not-allowed}
.em-platform-select-empty{padding:18px;border:1px solid var(--em-line);border-radius:14px;background:#0b1017}
.em-platform-select-empty strong{display:block;margin-bottom:6px}
.em-platform-select-empty p{margin:0 0 14px;color:var(--em-muted)}


/* =========================================================
   Mobile App 57.4 — consolidated responsive system
   ========================================================= */
:root{
  --em-radius-sm:10px;
  --em-radius-md:14px;
  --em-radius-lg:18px;
  --em-tap:48px;
}
.em-skip-link{position:fixed;left:14px;top:14px;z-index:1000;padding:11px 14px;border-radius:10px;background:#fff;color:#111;font-weight:900;transform:translateY(-160%);transition:transform .15s ease}
.em-skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(255,105,115,.68);outline-offset:3px}
.em-mobile-header-actions{display:none}
.em-nav a.is-current{background:var(--em-surface-2);color:#fff}
.em-nav .em-nav-primary.is-current{background:#fff;color:#111}
.em-nav a.is-current:after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;border-radius:999px;background:var(--em-red)}
.em-nav a{position:relative}
.em-header-search,.em-hero-search,.em-shop-search,.em-catalog-search{transition:border-color .18s ease,background .18s ease}
.em-header-search:focus-within,.em-hero-search:focus-within,.em-shop-search:focus-within,.em-catalog-search:focus-within{border-color:rgba(255,105,115,.68);background:#111821}
button.is-loading{position:relative;cursor:wait;opacity:.78}
button.is-loading:after{content:"";width:13px;height:13px;margin-left:8px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:em-spin .7s linear infinite}
@keyframes em-spin{to{transform:rotate(360deg)}}
html.em-sheet-open{overflow:hidden}

/* Header and hero hierarchy */
.em-construction-inner{min-height:40px}
.em-header-main{min-height:76px}
.em-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(330px,.62fr);gap:46px;padding:78px 0 82px}
.em-hero h1{max-width:720px;font-size:clamp(3.25rem,6vw,5.75rem)}
.em-hero-search{margin:24px 0 16px}
.em-hero-actions .em-btn{min-height:46px}
.em-vehicle-panel{padding:22px;border-radius:var(--em-radius-lg);background:rgba(12,18,25,.96)}
.em-panel-kicker,.em-platform-approved{display:inline-flex;align-items:center;gap:8px;color:#8be7a7;font-size:.68rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.em-panel-kicker>span,.em-platform-approved>span{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(101,215,139,.09)}
.em-vehicle-panel h2{margin:12px 0 18px;font-size:1.55rem;letter-spacing:-.025em}

/* Platform selector */
.em-platform-select-form{gap:12px}
.em-platform-select-form select{min-height:54px;border-color:var(--em-line-strong);font-size:.95rem}
.em-platform-preview{padding:13px;border:1px solid rgba(101,215,139,.24);border-radius:12px;background:rgba(101,215,139,.055)}
.em-platform-preview>strong{display:block;margin-bottom:7px;font-size:.94rem}
.em-platform-preview-meta{display:flex;flex-wrap:wrap;gap:6px}
.em-platform-preview-meta span{padding:5px 7px;border-radius:7px;background:rgba(255,255,255,.055);color:#cbd4dd;font-size:.68rem}
.em-platform-select-form .em-vehicle-submit,.em-platform-select-form .em-vehicle-secondary{min-height:var(--em-tap)}
.em-fit-note{min-height:20px!important;font-size:.75rem!important;line-height:1.35}
.em-platform-select-empty{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:16px;border-color:var(--em-line-strong);background:#0a0f15}
.em-empty-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--em-red-soft);color:#ff747d}
.em-empty-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}
.em-platform-select-empty strong{margin:0 0 4px;font-size:.96rem}
.em-platform-select-empty p{margin:0;color:var(--em-muted);font-size:.82rem}
.em-platform-empty-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.em-platform-empty-actions .em-btn{min-height:46px;padding-inline:12px;font-size:.78rem}

/* Sections and cards */
.em-section{padding:68px 0}
.em-section-head{margin-bottom:24px}
.em-section-head h2{font-size:clamp(2.15rem,4.2vw,4rem)}
.em-system-grid{gap:12px}
.em-system-card{min-height:224px;padding:14px;border-radius:var(--em-radius-md)}
.em-system-art{min-height:142px;border-radius:11px}
.em-system-art img{height:142px}
.em-system-card strong{margin-top:13px}
.em-brand-grid{gap:10px}
.em-brand-card{min-height:96px;border-radius:12px}
.em-brand-card img{max-height:50px}
.em-system-card,.em-brand-card,.em-product-card,.em-platform-card{will-change:transform}
.em-product-card,.woocommerce ul.products li.product{border-radius:var(--em-radius-md);transition:transform .18s ease,border-color .18s ease}
.em-product-card:hover,.woocommerce ul.products li.product:hover{transform:translateY(-3px);border-color:rgba(230,55,67,.38)}
.em-product-body{padding:15px}
.em-product-card h2{font-size:.98rem}
.em-product-action{min-height:44px}

/* Garage journey */
.em-garage-hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.em-garage-hero{padding:48px 0 28px}
.em-garage-hero h1{font-size:clamp(2.6rem,5.3vw,5rem)}
.em-build-journey{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:18px 0 0;padding:0;list-style:none;border:1px solid var(--em-line);border-radius:14px;background:var(--em-surface);overflow:hidden}
.em-build-journey li{position:relative;display:flex;align-items:center;gap:10px;min-height:58px;padding:10px 14px;border-right:1px solid var(--em-line);color:#7f8a97}
.em-build-journey li:last-child{border-right:0}
.em-build-journey li:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent}
.em-build-journey li>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--em-line-strong);border-radius:50%;font-size:.72rem;font-weight:900}
.em-build-journey li strong{font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}
.em-build-journey li.is-current{color:#fff;background:rgba(230,55,67,.055)}
.em-build-journey li.is-current:after{background:var(--em-red)}
.em-build-journey li.is-current>span{border-color:var(--em-red);background:var(--em-red);color:#fff}
.em-build-journey li.is-complete{color:#b8c3cd}
.em-build-journey li.is-complete>span{border-color:rgba(101,215,139,.35);background:rgba(101,215,139,.10);color:#8be7a7}
.em-garage-platforms{padding:28px 0 80px}
.em-garage-selector{grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);padding:24px;border-radius:var(--em-radius-lg)}
.em-garage-selector h2{margin:12px 0 0;font-size:1.65rem}
.em-garage-platform-heading{margin-top:38px}
.em-garage-workspace{padding-top:26px}
.em-coverage-panel,.em-garage-hold,.em-echo-os-surface{border-radius:var(--em-radius-lg)}
.em-coverage-panel{margin-top:0}

/* Mobile app shell */
.em-mobile-header-actions{align-items:center;gap:8px}
.em-mobile-header-actions button{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--em-line);border-radius:11px;background:var(--em-surface);color:#fff}
.em-mobile-header-actions svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.em-mobile-bottom-nav a,.em-mobile-bottom-nav button{position:relative;min-height:54px;border-radius:12px;transition:color .15s ease,background .15s ease}
.em-mobile-bottom-nav .is-current{color:#fff;background:rgba(255,255,255,.055)}
.em-mobile-bottom-nav .is-current:after{content:"";position:absolute;bottom:2px;width:18px;height:2px;border-radius:999px;background:var(--em-red)}
.em-mobile-primary-icon{display:grid;place-items:center;width:34px;height:28px;border-radius:10px;background:var(--em-red);color:#fff}
.em-mobile-bottom-nav .is-primary svg{color:inherit}
.em-sheet{overscroll-behavior:contain;box-shadow:0 -30px 80px rgba(0,0,0,.45)}
.em-sheet-kicker{display:block;margin-bottom:4px;color:#ff737c;font-size:.66rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.em-sheet-head h2{font-size:1.45rem}
.em-mobile-menu-links a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 15px}
.em-sheet-backdrop{backdrop-filter:blur(3px)}





@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* =========================================================
   Mobile App 57.4 — single responsive system
   ========================================================= */
@media (max-width:1080px){
  .em-header-main{grid-template-columns:180px minmax(220px,1fr) auto;gap:14px}
  .em-brand img{width:176px}
  .em-nav a{padding-inline:7px;font-size:.67rem}
  .em-nav-account{display:none!important}
  .em-system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .em-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .em-product-grid,.woocommerce ul.products,.em-results .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .em-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .em-coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .em-about-layout{grid-template-columns:minmax(0,1fr) 260px;gap:38px}
  .em-about-standard{padding:18px}
  .em-about-dial{width:142px;height:142px}
}

@media (max-width:820px){
  :root{--em-mobile-nav-h:68px;--em-mobile-header-h:58px}
  html{scroll-padding-top:calc(var(--em-mobile-header-h) + 10px)}
  body{padding-bottom:calc(var(--em-mobile-nav-h) + env(safe-area-inset-bottom));overflow-x:hidden}
  .em-wrap{width:min(calc(100% - 24px),var(--em-max))}

  /* Compact status + app header */
  .em-construction-inner{min-height:29px;gap:7px;font-size:.66rem;letter-spacing:.055em}
  .em-construction-dot{width:6px;height:6px;box-shadow:0 0 0 3px rgba(255,255,255,.12)}
  .em-site-header{top:0}
  .em-header-main{display:flex;min-height:var(--em-mobile-header-h);gap:8px}
  .em-brand{flex:1;min-width:0}
  .em-brand img{width:148px;max-height:42px}
  .em-header-search,.em-nav{display:none!important}
  .em-mobile-header-actions{display:flex;margin-left:auto;gap:7px}
  .em-mobile-header-actions button,.em-mobile-search-toggle,.em-mobile-menu-toggle{display:grid!important;place-items:center;width:42px;height:42px;min-width:42px;border:1px solid var(--em-line);border-radius:12px;background:var(--em-surface);color:#fff;padding:0}
  .em-mobile-header-actions svg{width:20px;height:20px}

  /* About */
  .em-about-stage{padding:18px 0 50px}
  .em-about-topline{min-height:34px;margin-bottom:22px}
  .em-about-topline span:last-child{display:none}
  .em-about-layout{display:flex;flex-direction:column;gap:20px}
  .em-about-content{order:1;max-width:none}
  .em-about-standard{position:relative;top:auto;order:0;width:100%;padding:10px;background:rgba(14,20,27,.88)}
  .em-about-dial,.em-about-standard-label{display:none}
  .em-about-standard ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .em-about-standard li{display:block;min-height:72px;padding:9px}
  .em-about-standard li>span{width:25px;height:25px;margin-bottom:7px}
  .em-about-standard li strong{font-size:.67rem}
  .em-about-standard li small{display:none}
  .em-about-page-label{margin-bottom:10px!important}
  .em-about-content .em-about-kicker{margin-top:38px}
  .em-about-content .em-about-kicker:first-of-type{margin-top:0}
  .em-about-content .em-about-story-title{margin-bottom:20px;font-size:clamp(3.25rem,15vw,5.2rem)}
  .em-about-content .em-about-story-title:after{height:4px;margin-top:18px}
  .em-about-content>p:not(.em-about-page-label):not(.em-about-kicker):not(.em-about-spacer){font-size:.93rem;line-height:1.68}
  .em-about-content>p.em-about-lead{font-size:1rem!important;line-height:1.65!important}
  .em-about-content>h2{font-size:clamp(1.8rem,9vw,2.85rem)}
  .em-about-content>ul{grid-template-columns:1fr;margin-top:18px}
  .em-about-content>ul li{min-height:64px;padding:15px 15px 14px 46px}
  .em-about-content>ul li:before{left:16px;top:17px}
  .em-about-next{padding:30px 0}
  .em-about-next-inner{display:grid;gap:20px}
  .em-about-actions{display:grid;grid-template-columns:1fr 1fr}

  /* Mobile hero: one clear decision, no duplicate search bar */
  .em-hero{min-height:auto;background-position:67% center}
  .em-hero:after{background:linear-gradient(180deg,rgba(7,9,13,.08) 50%,var(--em-bg))}
  .em-hero-grid{display:block;padding:38px 0 42px}
  .em-hero-copy{max-width:620px}
  .em-eyebrow{font-size:.66rem;letter-spacing:.13em}
  .em-hero h1{max-width:520px;margin:10px 0 20px;font-size:clamp(2.75rem,12.8vw,4.45rem);line-height:.9}
  .em-hero-search{display:none!important}
  .em-vehicle-panel{display:none!important}
  .em-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .em-hero-actions .em-btn{min-height:48px;padding-inline:12px;font-size:.8rem}
  .em-hero-actions .em-btn-secondary:not(.em-mobile-vehicle-open){display:none}
  .em-mobile-vehicle-open{display:inline-flex!important}

  /* Sections and cards */
  .em-section{padding:46px 0}
  .em-section-head{display:flex;align-items:flex-end;margin-bottom:18px}
  .em-section-head h2{font-size:clamp(1.95rem,8vw,2.85rem);line-height:.96}
  .em-section-head>a{font-size:.78rem}
  .em-system-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .em-system-card{min-height:176px;padding:10px;border-radius:14px}
  .em-system-art{min-height:106px;border-radius:10px}
  .em-system-art img{height:106px}
  .em-system-card strong{margin-top:10px;font-size:.84rem;line-height:1.18}
  .em-brand-grid,.em-brand-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .em-brand-card{min-height:80px;padding:10px;border-radius:12px}
  .em-brand-card img{max-height:38px}
  .em-platform-grid{grid-template-columns:1fr;gap:10px}
  .em-platform-card{min-height:164px;padding:18px}
  .em-platform-card h3{margin:18px 0 6px;font-size:1.2rem}
  .em-request-section{padding:44px 0}
  .em-request-row{display:grid;gap:18px}
  .em-request-row h2{font-size:2.45rem}
  .em-request-row .em-btn{width:100%}

  /* Clean mobile product cards: full-width imagery and an uncramped purchase path. */
  .em-product-grid,.woocommerce ul.products,.em-results .products{grid-template-columns:1fr!important;gap:10px!important}
  .em-product-card,.woocommerce ul.products li.product{display:flex!important;min-height:0;border-radius:14px!important}
  .em-product-media{height:auto;min-height:0;aspect-ratio:16/9;border-right:0;border-bottom:1px solid var(--em-line)}
  .em-product-media img{padding:11px}
  .em-product-body{min-width:0;padding:14px}
  .em-product-meta{gap:7px;font-size:.62rem;line-height:1.25;flex-wrap:wrap}
  .em-product-card h2{margin:8px 0 10px;font-size:1rem;line-height:1.25}
  .em-product-fitment{min-height:0;margin:0 0 8px}
  .em-product-price{font-size:1.08rem}
  .em-product-action{width:100%;min-height:44px;margin-top:10px;font-size:.75rem}

  /* Shop and catalogue */
  .em-shop-hero{padding:42px 0 36px}
  .em-shop-hero h1,.em-catalog-head h1{font-size:clamp(2.6rem,11vw,4rem)}
  .em-shop-search,.em-catalog-search{display:grid;grid-template-columns:1fr auto;width:100%}
  .em-shop-search input,.em-catalog-search input{min-width:0}
  .em-shop-search button,.em-catalog-search button{min-height:48px;padding-inline:15px}
  .em-shop-actions{display:grid;grid-template-columns:1fr 1fr}
  .em-shop-actions .em-btn{padding-inline:10px}
  .em-catalog-head{padding:13px 0 11px}
  .em-catalog-head-row{align-items:center}
  .em-catalog-head h1{font-size:clamp(1.65rem,7vw,2.4rem)}
  .em-catalog-trust{display:none}
  .em-catalog-trust{flex-wrap:nowrap;gap:14px;overflow-x:auto;padding:3px 4px 4px;scrollbar-width:none}
  .em-catalog-trust::-webkit-scrollbar{display:none}
  .em-catalog-trust span{white-space:nowrap}
  .em-catalog-body{padding:12px 0 68px}
  .em-catalog-layout{grid-template-columns:1fr;gap:18px}
  .em-filter-panel{position:static;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .em-results{order:1}
  .em-filter-panel{display:none}
  .em-filter-label{grid-column:1/-1}
  .em-mobile-subcategories{display:block;margin:0 0 10px;padding:9px}
  .em-mobile-subcategories>div{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}
  .em-mobile-subcategories>div::-webkit-scrollbar{display:none}
  .em-mobile-subcategories a{min-height:42px;scroll-snap-align:start}
  .em-filter-panel details{min-width:0}
  .em-filter-request{grid-column:1/-1}
  .em-toolbar{align-items:stretch;flex-direction:column;gap:9px;padding:10px}
  .em-toolbar>div{width:100%}
  .em-toolbar .woocommerce-ordering{width:100%!important}
  .em-toolbar select{display:block;width:100%;min-height:46px}

  /* Content and product pages */
  .em-content-shell{width:min(calc(100% - 24px),980px);padding:38px 0 62px}
  .em-content-shell article{padding:18px;border-radius:14px}
  .em-content-shell h1{font-size:clamp(2.35rem,10vw,3.8rem)}
  .em-single-product-shell{padding:22px 0 72px}
  .em-single-product-shell .woocommerce{width:min(calc(100% - 24px),var(--em-max))}
  .em-single-product-shell div.product{padding:16px;border-radius:14px}
  .woocommerce div.product .product_title{font-size:clamp(2rem,9vw,3.2rem)}
  .woocommerce div.product .summary,.woocommerce div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin-bottom:24px!important}

  /* Garage / coverage */
  .em-garage-hero{padding:34px 0 22px}
  .em-garage-hero-row{display:block}
  .em-garage-hero h1{font-size:clamp(2.35rem,10vw,3.6rem)}
  .em-garage-actions{display:grid;grid-template-columns:1fr;margin-top:16px}
  .em-garage-actions .em-btn{width:100%}
  .em-build-journey{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:12px;border-radius:12px}
  .em-build-journey li{justify-content:center;min-height:52px;padding:7px 3px;border-right:0}
  .em-build-journey li strong{display:none}
  .em-build-journey li>span{width:28px;height:28px}
  .em-garage-platforms{padding:24px 0 60px}
  .em-garage-selector{grid-template-columns:1fr;gap:16px;padding:18px;border-radius:14px}
  .em-garage-selector h2{font-size:1.35rem}
  .em-garage-vehicle-bar{grid-template-columns:1fr;gap:14px;padding:17px}
  .em-garage-vehicle-bar .em-btn{width:100%}
  .em-garage-workspace{padding:24px 0 68px}
  .em-coverage-panel{padding:17px;border-radius:14px}
  .em-coverage-panel-head{display:block}
  .em-coverage-grid{grid-template-columns:1fr;gap:8px}
  .em-coverage-item{min-height:48px}
  .em-echo-os-surface{border-radius:14px;overflow:hidden}
  .em-echo-os-surface *{max-width:100%}

  /* Footer */
  .em-footer-grid{grid-template-columns:1fr 1fr;gap:22px;padding:36px 0 24px}
  .em-footer-logo{grid-column:1/-1}
  .em-footer-logo img{width:180px}
  .em-footer-bottom{padding-bottom:18px}

  /* Four-item bottom navigation */
  .em-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:180;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));min-height:var(--em-mobile-nav-h);padding:5px 8px calc(5px + env(safe-area-inset-bottom));border-top:1px solid var(--em-line);background:rgba(7,9,13,.985);backdrop-filter:blur(18px)}
  .em-mobile-bottom-nav a,.em-mobile-bottom-nav button{position:relative;display:grid;place-items:center;align-content:center;gap:3px;min-width:0;min-height:56px;padding:4px 2px;border:0;border-radius:12px;background:transparent;color:#9ca8b5;font-size:.65rem;font-weight:850;line-height:1;cursor:pointer}
  .em-mobile-bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .em-mobile-bottom-nav .is-current{color:#fff;background:rgba(255,255,255,.055)}
  .em-mobile-bottom-nav .is-current:after{content:"";position:absolute;bottom:3px;width:18px;height:2px;border-radius:999px;background:var(--em-red)}
  .em-mobile-bottom-nav .em-mobile-vehicle-nav{color:#fff}
  .em-mobile-bottom-nav .em-mobile-vehicle-nav svg{color:var(--em-red)}
  .em-mobile-primary-icon{display:contents}

  /* Sheets */
  html.em-sheet-open{overflow:hidden}
  .em-sheet-backdrop{position:fixed;inset:0;z-index:190;display:block;background:rgba(0,0,0,.74);opacity:0;visibility:hidden;backdrop-filter:blur(4px);transition:opacity .18s ease,visibility .18s ease}
  .em-sheet-backdrop.is-open{opacity:1;visibility:visible}
  .em-sheet{position:fixed;left:0;right:0;bottom:0;z-index:200;display:block;max-height:84dvh;padding:11px 16px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--em-line-strong);border-radius:24px 24px 0 0;background:#0d131a;box-shadow:0 -28px 70px rgba(0,0,0,.48);transform:translateY(105%);transition:transform .22s ease;overflow:auto;overscroll-behavior:contain}
  .em-sheet.is-open{transform:translateY(0)}
  .em-sheet-handle{width:42px;height:4px;margin:0 auto 13px;border-radius:999px;background:#505b67}
  .em-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}
  .em-sheet-head h2{margin:0;font-size:1.35rem}
  .em-sheet-kicker{display:block;margin-bottom:3px;color:#ff737c;font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
  .em-sheet-close{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--em-line);border-radius:12px;background:var(--em-surface-2);color:#fff;font-size:1.25rem}
  .em-mobile-menu-links{display:grid;gap:7px}
  .em-mobile-menu-links a{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:0 14px;border:1px solid var(--em-line);border-radius:12px;background:var(--em-surface-2);font-weight:850}
  .em-platform-select-form{gap:12px}
  .em-platform-select-form select{min-height:54px;font-size:16px}
  .em-platform-select-form .em-vehicle-actions{grid-template-columns:1fr;gap:8px}
  .em-platform-select-form .em-vehicle-submit,.em-platform-select-form .em-vehicle-secondary{min-height:50px}
  .em-platform-select-empty{grid-template-columns:auto 1fr;padding:15px}
  .em-platform-empty-actions{grid-template-columns:1fr}
  .em-shop-search{width:100%}
}

@media (max-width:480px){
  .em-wrap{width:min(calc(100% - 20px),var(--em-max))}
  .em-construction-inner{font-size:.62rem}
  .em-brand img{width:138px}
  .em-mobile-header-actions button,.em-mobile-search-toggle,.em-mobile-menu-toggle{width:40px;height:40px;min-width:40px}
  .em-hero-grid{padding:32px 0 36px}
  .em-hero h1{font-size:clamp(2.45rem,13.5vw,3.7rem)}
  .em-hero-actions{grid-template-columns:1fr}
  .em-system-card{min-height:158px;padding:8px}
  .em-system-art{min-height:92px}
  .em-system-art img{height:92px}
  .em-system-card strong{font-size:.78rem}
  .em-brand-card{min-height:72px;padding:8px}
  .em-brand-card img{max-height:34px}
  .em-brand-card img[src*="sikky-manufacturing-logo"]{max-height:48px;padding:5px 7px}
  .em-about-standard li{min-height:68px;padding:8px}
  .em-about-actions{grid-template-columns:1fr}
  .em-product-card,.woocommerce ul.products li.product{min-height:0}
  .em-product-media{min-height:0;aspect-ratio:1.72}
  .em-product-body{padding:12px}
  .em-product-card h2{font-size:.94rem}
  .em-shop-search,.em-catalog-search{grid-template-columns:1fr}
  .em-shop-search button,.em-catalog-search button{width:100%}
  .em-shop-actions{grid-template-columns:1fr}
  .em-filter-panel{grid-template-columns:1fr}
  .em-catalog-head{padding:11px 0 9px}
  .em-catalog-back{margin-bottom:5px}
  .em-catalog-intro{font-size:.82rem}
  .em-filter-subcategories{margin-left:7px;padding-left:8px}
  .em-filter-panel details .em-filter-subcategories a{min-height:40px;font-size:.75rem}
  .em-catalog-trust{font-size:.66rem}
  .em-footer-grid{grid-template-columns:1fr}
  .em-footer-logo{grid-column:auto}
  .em-mobile-bottom-nav a,.em-mobile-bottom-nav button{font-size:.61rem}
}



/* Retail 58.1 — vehicle-first and open-shopping refinement */
.em-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(390px,.8fr);gap:42px}
.em-vehicle-panel{border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 70px rgba(0,0,0,.38);background:linear-gradient(180deg,rgba(21,29,39,.96),rgba(10,14,20,.98))}
.em-vehicle-panel h2{margin-bottom:8px}
.em-vehicle-panel .em-panel-intro{margin:0 0 18px;color:var(--em-muted);font-size:.94rem}
.em-hero-actions{align-items:center}
.em-hero-actions .em-btn{min-width:168px;justify-content:center}
.em-retail-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px;max-width:780px}
.em-retail-path{display:block;padding:15px 16px;border:1px solid var(--em-line);border-radius:12px;background:rgba(10,14,20,.74);color:var(--em-text);text-decoration:none;transition:.18s ease}
.em-retail-path:hover{transform:translateY(-2px);border-color:rgba(230,55,67,.55);background:#111821}
.em-retail-path strong{display:block;font-size:.92rem}
.em-retail-path span{display:block;margin-top:3px;color:var(--em-muted);font-size:.76rem}
.em-vehicle-panel .echo-vehicle-finder,.em-vehicle-panel .echo-vehicle-form{margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.em-vehicle-panel .echo-vehicle-form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px!important}
.em-vehicle-panel .echo-vehicle-form label{display:block!important;margin:0!important;color:var(--em-muted)!important;font-size:.75rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.em-vehicle-panel .echo-vehicle-form label span{display:block;margin:0 0 6px}
.em-vehicle-panel .echo-vehicle-form select{width:100%!important;min-height:48px!important;border:1px solid var(--em-line-strong)!important;border-radius:9px!important;background:#090d12!important;color:#fff!important;padding:0 12px!important}
.em-vehicle-panel .echo-finder-actions{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:3px!important}
.em-vehicle-panel .echo-finder-actions .btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 12px!important;border-radius:9px!important;text-decoration:none!important;font-size:.78rem!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.03em!important}
.em-vehicle-panel .echo-finder-actions .btn-primary{border:1px solid var(--em-red)!important;background:var(--em-red)!important;color:#fff!important}
.em-vehicle-panel .echo-finder-actions .btn-secondary,.em-vehicle-panel .echo-finder-actions .btn-ghost{border:1px solid var(--em-line-strong)!important;background:#111821!important;color:#fff!important}
.em-vehicle-panel .fitment-note{grid-column:1/-1;margin:2px 0 0!important;color:var(--em-muted)!important;font-size:.78rem!important}
.em-open-shop-note{display:flex;align-items:center;gap:9px;margin-top:14px;padding-top:14px;border-top:1px solid var(--em-line);color:var(--em-muted);font-size:.8rem}
.em-open-shop-note a{color:#fff;font-weight:850}
@media(max-width:960px){.em-hero-grid{grid-template-columns:1fr}.em-vehicle-panel{max-width:none}.em-retail-paths{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:680px){.em-retail-paths{grid-template-columns:1fr}.em-vehicle-panel .echo-vehicle-form{grid-template-columns:1fr!important}.em-vehicle-panel .echo-finder-actions{grid-template-columns:1fr!important}.em-vehicle-panel{margin-top:24px}.em-hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.em-hero-actions .em-btn{min-width:0!important}.em-hero-actions .em-mobile-vehicle-open{display:none!important}}

/* 58.4 — keep the one fast parts finder visible and usable on mobile. */
#vehicle-selector{scroll-margin-top:84px}
.em-vehicle-form[aria-busy="true"]{opacity:.82}
.em-vehicle-panel select[aria-busy="true"]{cursor:progress}
.em-vehicle-panel [aria-busy="true"]{cursor:progress}
@media(max-width:820px){
  .em-vehicle-panel{display:block!important;margin-top:24px;padding:18px}
  .em-vehicle-form{grid-template-columns:1fr}
  .em-vehicle-actions,.em-fit-note{grid-column:1/-1}
  .em-retail-paths{display:none}
  .em-hero-actions .em-btn-secondary:not(.em-mobile-vehicle-open){display:inline-flex}
}

/* =========================================================
   Retail 58.5 — dense performance-store hierarchy
   ========================================================= */
.em-site-header{position:sticky;top:0;background:#10161c;border-bottom:0}
.em-header-main{min-height:86px;grid-template-columns:250px minmax(360px,1fr) auto;gap:26px}
.em-brand img{width:230px;max-height:58px}
.em-header-search{padding:6px;border-color:rgba(255,255,255,.24);border-radius:9px;background:#fff}
.em-header-search input{min-height:46px;color:#111;padding-inline:16px;font-size:1rem}
.em-header-search input::placeholder{color:#69737c}
.em-header-search button{min-width:92px;min-height:46px;border-radius:7px;background:#080a0d}
.em-header-utilities{display:grid;grid-template-columns:repeat(4,minmax(58px,1fr));gap:13px;align-items:center}
.em-header-utilities a{display:grid;place-items:center;gap:5px;min-width:58px;color:#f5f7f9;font-size:.64rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.em-header-utilities a:hover{color:#ff626c}
.em-header-utilities svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.em-nav-band{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.1);background:#252e35}
.em-nav-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:48px}
.em-nav{display:flex;align-items:stretch;gap:0}
.em-nav a{min-height:48px;padding:0 17px;border-radius:0;font-size:.75rem;letter-spacing:.035em}
.em-nav a:hover,.em-nav a.is-current{background:#111820}
.em-nav a.is-current:after{left:17px;right:17px;bottom:0}
.em-nav-fitment{display:flex;align-items:center;gap:8px;white-space:nowrap;color:#fff;font-size:.73rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.em-nav-fitment span{width:8px;height:8px;border-radius:50%;background:var(--em-green);box-shadow:0 0 0 5px rgba(101,215,139,.1)}

.em-hero{min-height:480px;background:
  linear-gradient(90deg,rgba(7,9,13,.38) 0%,rgba(7,9,13,.14) 47%,rgba(7,9,13,.58) 100%),
  url('assets/hero-paddock-v34.webp') center/cover no-repeat}
.em-hero:after{background:linear-gradient(180deg,rgba(7,9,13,.04) 58%,rgba(7,9,13,.84))}
.em-hero-grid-retail{grid-template-columns:minmax(360px,500px) minmax(0,1fr);align-items:center;gap:48px;min-height:480px;padding:22px 0 26px}
.em-vehicle-panel-retail{align-self:center;padding:20px 22px;border-radius:10px;background:rgba(15,22,28,.97);box-shadow:0 25px 80px rgba(0,0,0,.46)}
.em-vehicle-panel-retail h1{max-width:360px;margin:8px 0 7px!important;color:#fff;font-size:clamp(1.9rem,2.7vw,2.7rem)!important;line-height:.95!important;letter-spacing:-.045em!important;text-transform:none!important}
.em-vehicle-panel-retail .em-panel-intro{margin:0 0 13px;color:#aab4bd;font-size:.82rem}
.em-vehicle-panel-retail .em-vehicle-form{grid-template-columns:1fr 1fr!important;gap:9px}
.em-vehicle-panel-retail .em-field-full,
.em-vehicle-panel-retail .em-vehicle-submit,
.em-vehicle-panel-retail .em-vehicle-actions,
.em-vehicle-panel-retail .em-fit-note{grid-column:1/-1}
.em-vehicle-panel-retail .em-field select{min-height:46px;border-radius:7px;background:#121a20}
.em-vehicle-panel-retail .em-vehicle-submit{min-height:46px;border-radius:7px}
.em-hero-copy-retail{max-width:600px;margin-left:auto;padding:20px 22px;background:linear-gradient(90deg,rgba(7,9,13,.86),rgba(7,9,13,.32));border-left:3px solid var(--em-red)}
.em-hero-copy-retail h2{margin:7px 0 10px;font-size:clamp(2.3rem,4.5vw,4.4rem);line-height:.9;letter-spacing:-.06em;text-transform:uppercase}
.em-hero-copy-retail h2 em{display:block;color:#ff5963;font-style:normal}
.em-hero-copy-retail>p{max-width:560px;margin:0 0 14px;color:#c0c8d0;font-size:.9rem}
.em-hero-copy-retail .em-hero-actions{display:flex}
.em-home-products{padding:24px 0 34px}
.em-home-products .em-section-head{margin-bottom:16px}
.em-home-products .em-section-head h2{font-size:clamp(1.85rem,3.2vw,3rem)}
.em-home-products .products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}

@media(max-width:1180px){
  .em-header-main{grid-template-columns:220px minmax(300px,1fr) auto;gap:20px}
  .em-brand img{width:215px}
  .em-header-utilities{gap:8px}
  .em-header-utilities a{min-width:48px}
  .em-nav a{padding-inline:11px;font-size:.68rem}
  .em-hero-grid-retail{grid-template-columns:minmax(340px,440px) minmax(0,1fr);gap:34px}
}

@media(max-width:900px){
  .em-nav-fitment{display:none}
  .em-nav-row{justify-content:center}
  .em-nav a{padding-inline:9px}
  .em-hero-grid-retail{grid-template-columns:minmax(330px,420px) minmax(0,1fr)}
  .em-hero-copy-retail h2{font-size:clamp(2.5rem,6.5vw,4.4rem)}
}

@media(max-width:820px){
  .em-site-header{top:0}
  .em-header-main{display:flex;min-height:64px}
  .em-brand img{width:154px;max-height:44px}
  .em-header-utilities,.em-nav-band{display:none}
  .em-hero{min-height:auto;background-position:63% center}
.em-hero-grid-retail{display:flex;min-height:auto;padding:14px 0 18px;flex-direction:column;gap:10px}
  .em-vehicle-panel-retail{order:1;width:100%;margin:0!important;padding:15px}
  .em-vehicle-panel-retail h1{font-size:clamp(1.7rem,7vw,2.35rem)!important}
  .em-vehicle-panel-retail .em-panel-intro{margin-bottom:10px}
  .em-hero-copy-retail{order:2;width:100%;margin:0;padding:13px 15px;background:rgba(7,9,13,.84)}
  .em-hero-copy-retail h2{font-size:clamp(1.85rem,8vw,2.75rem)}
  .em-hero-copy-retail>p{display:none}
  .em-hero-copy-retail .em-hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  .em-home-products{padding:18px 0 28px}
  .em-home-products .products{grid-template-columns:1fr!important}
}

@media(max-width:480px){
  .em-hero-copy-retail .em-hero-actions{grid-template-columns:1fr!important}
  .em-vehicle-panel-retail{padding:17px}
}

/* =========================================================
   Retail 58.9.3 — one catalogue taxonomy + Reno RS6 hero
   ========================================================= */
.em-nav-dropdown{position:relative}
.em-nav-dropdown>summary{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:0 17px;color:#e9edf2;font-size:.75rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;cursor:pointer;list-style:none}
.em-nav-dropdown>summary::-webkit-details-marker{display:none}
.em-nav-dropdown>summary span{font-size:.9rem;transition:transform .16s ease}
.em-nav-dropdown[open]>summary,.em-nav-dropdown.is-current>summary,.em-nav-dropdown>summary:hover{background:#111820}
.em-nav-dropdown[open]>summary span{transform:rotate(180deg)}
.em-nav-dropdown.is-current>summary:after{content:"";position:absolute;left:17px;right:17px;bottom:0;height:2px;border-radius:999px;background:var(--em-red)}
.em-nav-mega{position:absolute;z-index:150;top:100%;left:0;display:grid;grid-template-columns:repeat(3,minmax(170px,1fr));gap:7px;width:min(690px,calc(100vw - 40px));padding:12px;border:1px solid var(--em-line-strong);border-radius:0 0 14px 14px;background:#10171e;box-shadow:0 24px 55px rgba(0,0,0,.48)}
.em-nav .em-nav-mega a{display:block;min-height:64px;padding:11px 12px;border:1px solid transparent;border-radius:9px;background:#151d25;text-transform:none}
.em-nav .em-nav-mega a:hover,.em-nav .em-nav-mega a.is-active{border-color:rgba(230,55,67,.52);background:#1b252f}
.em-nav .em-nav-mega a:after{display:none}
.em-nav-mega strong{display:block;font-size:.8rem;letter-spacing:.01em}
.em-nav-mega small{display:block;margin-top:2px;color:#96a2ae;font-size:.65rem;font-weight:750;letter-spacing:0}

.em-hero-photo{min-height:clamp(390px,30vw,565px);background:url('assets/hero-reno-rs6-rooftop-v59.webp') center 61%/cover no-repeat}
.em-hero-photo:after{display:none}
.em-home-vehicle-dock{padding:16px 0 18px;border-block:1px solid var(--em-line);background:linear-gradient(180deg,#0b1016,#080c11)}
.em-home-vehicle-dock .em-vehicle-panel-retail{display:grid;grid-template-columns:minmax(250px,.68fr) minmax(520px,1.32fr);align-items:center;gap:28px;width:100%;max-width:none;margin:0;padding:17px 20px}
.em-home-vehicle-copy h1{margin-top:6px!important;font-size:clamp(1.65rem,2.3vw,2.35rem)!important}
.em-home-vehicle-copy .em-panel-intro{max-width:390px;margin-bottom:0}
.em-home-vehicle-tools{min-width:0}
.em-home-vehicle-tools .em-open-shop-note{justify-content:flex-end;margin-top:9px;padding-top:9px}

@media(max-width:960px){
  .em-home-vehicle-dock .em-vehicle-panel-retail{grid-template-columns:1fr;gap:14px}
  .em-home-vehicle-copy .em-panel-intro{max-width:none}
  .em-home-vehicle-tools .em-open-shop-note{justify-content:flex-start}
}

@media(max-width:820px){
  .em-hero-photo{min-height:275px;background-position:57% center}
  .em-home-vehicle-dock{padding:10px 0 12px}
  .em-home-vehicle-dock .em-vehicle-panel-retail{display:grid!important;margin:0!important;padding:14px}
  .em-home-vehicle-copy h1{font-size:1.55rem!important}
  .em-home-vehicle-copy .em-panel-intro{font-size:.78rem}
  .em-mobile-menu-group{border:1px solid var(--em-line);border-radius:12px;background:var(--em-surface-2);overflow:hidden}
  .em-mobile-menu-group>summary{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:0 14px;font-weight:850;cursor:pointer;list-style:none}
  .em-mobile-menu-group>summary::-webkit-details-marker{display:none}
  .em-mobile-menu-group>summary span{transition:transform .16s ease}
  .em-mobile-menu-group[open]>summary{border-bottom:1px solid var(--em-line)}
  .em-mobile-menu-group[open]>summary span{transform:rotate(45deg)}
  .em-mobile-menu-system-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:8px}
  .em-mobile-menu-links .em-mobile-menu-system-links a{min-height:45px;padding:0 10px;border-color:rgba(255,255,255,.07);background:#0d131a;font-size:.76rem}
}

@media(max-width:480px){
  .em-hero-photo{min-height:235px;background-position:58% center}
  .em-mobile-menu-system-links{grid-template-columns:1fr}
}

/* =========================================================
   Retail 58.10.2 — modified supplier build + car-clear finder
   ========================================================= */
.em-hero-photo-sponsor{
  min-height:clamp(520px,42vw,650px);
  background:
    linear-gradient(90deg,rgba(5,8,12,.46) 0%,rgba(5,8,12,.16) 38%,rgba(5,8,12,.02) 68%),
    linear-gradient(180deg,rgba(5,8,12,.02) 60%,rgba(5,8,12,.38) 100%),
    url('assets/hero-reno-rs6-sponsor-openhood-clean-v61.webp') center 54%/cover no-repeat;
}
.em-hero-photo-sponsor:after{display:none}
.em-hero-vehicle-overlay{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  min-height:inherit;
  padding:16px 0;
  pointer-events:none;
}
.em-hero-vehicle-overlay .em-vehicle-panel-retail{
  display:grid;
  grid-template-columns:minmax(190px,240px) minmax(0,1fr);
  align-items:end;
  gap:18px;
  width:100%;
  max-width:none;
  margin:0;
  padding:14px 16px 11px;
  border-color:rgba(255,255,255,.24);
  background:linear-gradient(180deg,rgba(8,13,18,.82),rgba(8,12,17,.91));
  box-shadow:0 24px 70px rgba(0,0,0,.48);
  backdrop-filter:blur(13px) saturate(118%);
  -webkit-backdrop-filter:blur(13px) saturate(118%);
  pointer-events:auto;
}
.em-hero-vehicle-overlay .em-home-vehicle-copy{margin-bottom:18px}
.em-hero-vehicle-overlay .em-home-vehicle-copy h1{
  max-width:none;
  margin:6px 0 0!important;
  font-size:clamp(1.55rem,2vw,2.05rem)!important;
  line-height:1!important;
}
.em-hero-vehicle-overlay .em-vehicle-form{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;align-items:end}
.em-hero-vehicle-overlay .em-vehicle-actions{grid-column:auto;display:block}
.em-hero-vehicle-overlay .em-vehicle-actions .em-vehicle-submit{width:100%}
.em-hero-vehicle-overlay .em-field select{min-height:44px!important;background:rgba(9,14,19,.9)!important}
.em-hero-vehicle-overlay .em-vehicle-submit{min-height:44px}
.em-hero-vehicle-overlay .em-fit-note{grid-column:1/-1;min-height:16px!important;margin-top:0!important;font-size:.66rem!important}

@media(max-width:1040px){
  .em-hero-photo-sponsor{background-position:54% 54%}
  .em-hero-vehicle-overlay .em-vehicle-panel-retail{grid-template-columns:minmax(165px,190px) minmax(0,1fr);gap:12px;width:100%}
  .em-hero-vehicle-overlay .em-home-vehicle-copy h1{font-size:1.55rem!important}
}

@media(max-width:820px){
  .em-hero-photo-sponsor{
    min-height:610px;
    background-position:58% center;
  }
  .em-hero-vehicle-overlay{
    align-items:flex-end;
    padding:12px 0;
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail{
    display:block!important;
    width:100%;
    margin:0!important;
    padding:13px 14px;
    background:linear-gradient(180deg,rgba(8,13,18,.82),rgba(8,12,17,.95));
    backdrop-filter:blur(10px) saturate(116%);
    -webkit-backdrop-filter:blur(10px) saturate(116%);
  }
  .em-hero-vehicle-overlay .em-home-vehicle-copy{margin-bottom:9px}
  .em-hero-vehicle-overlay .em-home-vehicle-copy h1{font-size:1.45rem!important}
  .em-hero-vehicle-overlay .em-vehicle-form{grid-template-columns:1fr 1fr!important}
  .em-hero-vehicle-overlay .em-vehicle-actions{grid-column:1/-1}
  .em-hero-vehicle-overlay .em-field select{min-height:43px!important;padding-inline:9px!important}
  .em-hero-vehicle-overlay .em-vehicle-submit{min-height:43px}
}

@media(max-width:480px){
  .em-hero-photo-sponsor{
    min-height:570px;
    background:
      linear-gradient(180deg,rgba(5,8,12,.02) 0%,rgba(5,8,12,.03) 48%,rgba(5,8,12,.9) 68%,#080c11 100%),
      url('assets/hero-reno-rs6-sponsor-openhood-clean-v61.webp') 58% top/auto 350px no-repeat,
      #080c11;
  }
  .em-hero-vehicle-overlay{
    min-height:570px;
    align-items:flex-end;
    padding:0 0 10px;
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail{
    padding:11px 12px 9px;
    border-radius:12px;
    background:linear-gradient(180deg,rgba(9,14,19,.86),rgba(8,12,17,.97));
    box-shadow:0 15px 38px rgba(0,0,0,.42);
  }
  .em-hero-vehicle-overlay .em-home-vehicle-copy{margin-bottom:7px}
  .em-hero-vehicle-overlay .em-home-vehicle-copy h1{font-size:1.24rem!important;line-height:1.05!important}
  .em-hero-vehicle-overlay .em-panel-kicker{font-size:.59rem}
  .em-hero-vehicle-overlay .em-vehicle-form{gap:6px 7px!important}
  .em-hero-vehicle-overlay .em-field{gap:4px}
  .em-hero-vehicle-overlay .em-field label{font-size:.6rem}
  .em-hero-vehicle-overlay .em-field select{min-height:40px!important;font-size:.73rem;padding-inline:8px!important}
  .em-hero-vehicle-overlay .em-vehicle-submit{min-height:40px}
  .em-hero-vehicle-overlay .em-fit-note{min-height:17px!important;font-size:.62rem!important;line-height:1.2}
}

/* =========================================================
   Retail 58.10.3 — logo-clear side finder + mobile pit lane
   ========================================================= */
@media(min-width:1041px){
  .em-hero-photo-sponsor{
    min-height:clamp(520px,40vw,620px);
    background:
      linear-gradient(90deg,rgba(5,8,12,.64) 0%,rgba(5,8,12,.38) 22%,rgba(5,8,12,.1) 40%,rgba(5,8,12,0) 58%),
      linear-gradient(180deg,rgba(5,8,12,.02) 62%,rgba(5,8,12,.32) 100%),
      url('assets/hero-reno-rs6-sponsor-openhood-clean-v61.webp') center 54%/cover no-repeat;
  }
  .em-hero-vehicle-overlay{
    align-items:center;
    padding:24px 0;
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail{
    position:relative;
    display:block;
    width:clamp(250px,23vw,310px);
    max-width:310px;
    margin:0;
    padding:18px 17px 14px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.2);
    border-left:3px solid rgba(230,55,67,.92);
    border-radius:14px;
    background:linear-gradient(155deg,rgba(11,17,23,.94),rgba(7,11,16,.88));
    box-shadow:0 28px 80px rgba(0,0,0,.5);
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail:before{
    content:"";
    position:absolute;
    top:0;
    right:18px;
    width:72px;
    height:3px;
    transform:skewX(-28deg);
    transform-origin:right;
    background:linear-gradient(90deg,rgba(230,55,67,0),#ff5963);
    box-shadow:0 0 18px rgba(230,55,67,.48);
  }
  .em-hero-vehicle-overlay .em-home-vehicle-copy{margin:0 0 13px}
  .em-hero-vehicle-overlay .em-home-vehicle-copy h1{
    margin-top:5px!important;
    font-size:clamp(1.42rem,1.65vw,1.72rem)!important;
    line-height:1.03!important;
  }
  .em-hero-vehicle-overlay .em-vehicle-form{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .em-hero-vehicle-overlay .em-vehicle-actions{grid-column:1/-1}
  .em-hero-vehicle-overlay .em-field{gap:4px}
  .em-hero-vehicle-overlay .em-field label{font-size:.62rem}
  .em-hero-vehicle-overlay .em-field select{
    min-height:42px!important;
    padding-inline:8px!important;
    font-size:.77rem;
  }
  .em-hero-vehicle-overlay .em-vehicle-submit{min-height:42px}
  .em-hero-vehicle-overlay .em-fit-note{min-height:17px!important}
}

@media(min-width:821px) and (max-width:1040px){
  .em-hero-photo-sponsor{
    min-height:0;
    background:
      linear-gradient(180deg,rgba(5,8,12,0) 0%,rgba(5,8,12,.02) 48%,rgba(8,12,17,.7) 67%,#080c11 84%),
      url('assets/hero-reno-rs6-sponsor-openhood-clean-v61.webp') center top/100% auto no-repeat,
      #080c11;
  }
  .em-hero-vehicle-overlay{
    min-height:0;
    align-items:flex-start;
    padding:clamp(394px,48vw,500px) 0 16px;
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail{
    position:relative;
    display:grid;
    grid-template-columns:minmax(165px,190px) minmax(0,1fr);
    align-items:end;
    gap:16px;
    width:100%;
    margin:0;
    padding:15px 16px 12px;
    overflow:hidden;
    border-radius:18px;
    border-top-color:rgba(230,55,67,.58);
    background:linear-gradient(155deg,rgba(12,18,24,.95),rgba(7,11,16,.92));
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail:before{
    content:"";
    position:absolute;
    top:0;
    left:20px;
    width:92px;
    height:4px;
    transform:skewX(-28deg);
    background:linear-gradient(90deg,#ff5963,rgba(230,55,67,0));
    box-shadow:0 0 18px rgba(230,55,67,.42);
  }
  .em-hero-vehicle-overlay .em-home-vehicle-copy{margin-bottom:18px}
  .em-hero-vehicle-overlay .em-home-vehicle-copy h1{font-size:1.45rem!important}
  .em-hero-vehicle-overlay .em-vehicle-form{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .em-hero-vehicle-overlay .em-vehicle-actions{grid-column:1/-1}
  .em-hero-vehicle-overlay .em-field select{min-height:42px!important;padding-inline:8px!important}
  .em-hero-vehicle-overlay .em-vehicle-submit{min-height:42px}
}

@media(max-width:820px){
  .em-hero-photo-sponsor{
    min-height:0;
    background:
      linear-gradient(180deg,rgba(5,8,12,0) 0%,rgba(5,8,12,.02) 48%,rgba(8,12,17,.76) 65%,#080c11 79%),
      url('assets/hero-reno-rs6-sponsor-openhood-clean-v61.webp') 57% top/auto 410px no-repeat,
      #080c11;
  }
  .em-hero-vehicle-overlay{
    min-height:0;
    align-items:flex-start;
    padding:360px 0 14px;
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail{
    position:relative;
    display:block!important;
    width:100%;
    margin:0!important;
    padding:14px 14px 11px;
    overflow:hidden;
    border-radius:18px 18px 12px 12px;
    border-top-color:rgba(230,55,67,.64);
    background:linear-gradient(155deg,rgba(12,18,24,.96),rgba(7,11,16,.94));
    box-shadow:0 20px 52px rgba(0,0,0,.5);
    backdrop-filter:blur(12px) saturate(118%);
    -webkit-backdrop-filter:blur(12px) saturate(118%);
  }
  .em-hero-vehicle-overlay .em-vehicle-panel-retail:before{
    content:"";
    position:absolute;
    top:0;
    left:18px;
    width:86px;
    height:4px;
    transform:skewX(-28deg);
    background:linear-gradient(90deg,#ff5963,rgba(230,55,67,0));
    box-shadow:0 0 18px rgba(230,55,67,.45);
  }
  .em-hero-vehicle-overlay .em-home-vehicle-copy{margin-bottom:9px}
  .em-hero-vehicle-overlay .em-home-vehicle-copy h1{font-size:1.42rem!important}
  .em-hero-vehicle-overlay .em-vehicle-form{
    grid-template-columns:1fr 1fr!important;
    gap:7px 8px!important;
  }
  .em-hero-vehicle-overlay .em-vehicle-actions{grid-column:1/-1}
  .em-hero-vehicle-overlay .em-field select{min-height:42px!important;padding-inline:8px!important}
  .em-hero-vehicle-overlay .em-vehicle-submit{min-height:42px}
}

@media(max-width:480px){
  .em-hero-photo-sponsor{
    background:
      linear-gradient(180deg,rgba(5,8,12,0) 0%,rgba(5,8,12,.02) 47%,rgba(8,12,17,.82) 61%,#080c11 74%),
      url('assets/hero-reno-rs6-sponsor-openhood-clean-v61.webp') 57% top/auto 360px no-repeat,
      #080c11;
  }
  .em-hero-vehicle-overlay{padding:318px 0 10px}
  .em-hero-vehicle-overlay .em-vehicle-panel-retail{padding:12px 12px 9px}
  .em-hero-vehicle-overlay .em-home-vehicle-copy{margin-bottom:7px}
  .em-hero-vehicle-overlay .em-home-vehicle-copy h1{font-size:1.22rem!important}
  .em-hero-vehicle-overlay .em-panel-kicker{font-size:.58rem}
  .em-hero-vehicle-overlay .em-field label{font-size:.59rem}
  .em-hero-vehicle-overlay .em-field select{min-height:39px!important;font-size:.72rem}
  .em-hero-vehicle-overlay .em-vehicle-submit{min-height:40px}
}

/* Keep the side finder clear of the door livery on wide desktop canvases. */
@media(min-width:1500px){
  .em-hero-photo-sponsor .em-hero-vehicle-overlay.em-wrap{
    width:100%;
    max-width:none;
    margin-inline:0;
    padding-inline:clamp(90px,5.5vw,120px);
  }
}

/* =========================================================
   Retail 58.12.0 — Reno Euro Shop hero + route identity
   ========================================================= */
.em-shop-hero-reno{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  min-height:340px;
  padding:0;
  overflow:hidden;
  border-bottom:1px solid var(--em-line);
  background:
    linear-gradient(90deg,rgba(5,8,12,.98) 0%,rgba(5,8,12,.92) 22%,rgba(5,8,12,.44) 35%,rgba(5,8,12,.06) 49%,rgba(5,8,12,.08) 100%),
    linear-gradient(180deg,rgba(5,8,12,.02) 57%,rgba(5,8,12,.46) 100%),
    url('assets/shop-reno-bmw-porsche-echo-livery-v58-12.webp') right 86%/auto 170% no-repeat,
    #080c11;
}
.em-shop-hero-reno:before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  background:radial-gradient(circle at 24% 45%,rgba(230,55,67,.12),transparent 35%);
  pointer-events:none;
}
.em-shop-hero-reno:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  height:2px;
  background:linear-gradient(90deg,var(--em-red),rgba(230,55,67,.05) 38%,transparent 72%);
  pointer-events:none;
}
.em-shop-hero-grid{
  display:block;
}
.em-shop-hero-copy{
  position:relative;
  z-index:1;
  width:min(550px,42vw);
  min-width:0;
  padding:38px 0 34px;
}
.em-shop-hero-copy h1{margin:5px 0 16px;font-size:clamp(3rem,5vw,4.8rem)}
.em-shop-hero-reno .em-shop-actions{margin-top:0}
.em-shop-hero-reno + .em-systems-section{padding-top:40px}

.em-catalog-heading-block{min-width:0}
.em-catalog-head-aside{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:9px;
}
.em-catalog-brand-plate{
  position:relative;
  display:grid;
  place-items:center;
  width:min(250px,24vw);
  min-height:82px;
  padding:17px 20px 13px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:13px;
  background:linear-gradient(145deg,#f9fafb,#e2e7eb);
  box-shadow:0 18px 44px rgba(0,0,0,.28);
}
.em-catalog-brand-plate:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,var(--em-red),transparent 72%);
}
.em-catalog-brand-plate>span{
  position:absolute;
  top:7px;
  left:10px;
  color:#6d7680;
  font-size:.52rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.em-catalog-brand-plate img{
  display:block;
  max-width:190px;
  max-height:48px;
  object-fit:contain;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.12));
}
.em-catalog-brand-plate>strong{
  color:#10151b;
  font-size:1.1rem;
  font-weight:950;
  letter-spacing:.04em;
  text-align:center;
  text-transform:uppercase;
}
.em-catalog-system-plate{
  position:relative;
  display:grid;
  grid-template-columns:78px minmax(115px,1fr);
  align-items:center;
  gap:12px;
  min-width:235px;
  min-height:82px;
  padding:7px 13px 7px 7px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  background:linear-gradient(145deg,#141c24,#0a0f15);
  box-shadow:0 18px 44px rgba(0,0,0,.28);
}
.em-catalog-system-plate:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,var(--em-red),transparent 72%);
}
.em-catalog-system-plate img{
  display:block;
  width:78px;
  height:68px;
  padding:5px;
  border-radius:9px;
  background:#f2f4f6;
  object-fit:contain;
}
.em-catalog-system-plate span{min-width:0}
.em-catalog-system-plate small{
  display:block;
  color:#ff7881;
  font-size:.52rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.em-catalog-system-plate strong{
  display:block;
  margin-top:3px;
  font-size:.84rem;
  line-height:1.15;
}

@media(max-width:820px){
  .em-shop-hero-reno{
    align-items:flex-end;
    min-height:382px;
    background:
      linear-gradient(180deg,rgba(5,8,12,.01) 0%,rgba(5,8,12,.05) 34%,rgba(5,8,12,.78) 58%,#080c11 76%),
      url('assets/shop-reno-bmw-porsche-echo-livery-v58-12.webp') 73% 0/auto 270px no-repeat,
      #080c11;
  }
  .em-shop-hero-copy{
    width:100%;
    padding:198px 0 17px;
  }
  .em-shop-hero-copy h1{margin:4px 0 12px;font-size:clamp(2.4rem,10vw,3.35rem)}
  .em-shop-hero-reno + .em-systems-section{padding-top:28px}
  .em-catalog-head-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
  }
  .em-catalog-head-aside{display:block}
  .em-catalog-brand-plate{
    width:112px;
    min-height:62px;
    padding:10px;
    border-radius:10px;
  }
  .em-catalog-brand-plate>span{display:none}
  .em-catalog-brand-plate img{max-width:92px;max-height:38px}
  .em-catalog-brand-plate>strong{font-size:.72rem}
  .em-catalog-system-plate{
    display:block;
    min-width:0;
    width:70px;
    min-height:62px;
    padding:5px;
    border-radius:10px;
  }
  .em-catalog-system-plate img{width:60px;height:52px;padding:4px}
  .em-catalog-system-plate span{display:none}
}

@media(max-width:480px){
  .em-shop-hero-reno{
    min-height:358px;
    background:
      linear-gradient(180deg,rgba(5,8,12,.01) 0%,rgba(5,8,12,.04) 31%,rgba(5,8,12,.8) 57%,#080c11 73%),
      url('assets/shop-reno-bmw-porsche-echo-livery-v58-12.webp') 73% 0/auto 250px no-repeat,
      #080c11;
  }
  .em-shop-hero-copy{padding:168px 0 14px}
  .em-shop-hero-copy h1{font-size:2.35rem}
  .em-catalog-head-row{gap:8px}
  .em-catalog-brand-plate{width:94px;min-height:54px;padding:8px}
  .em-catalog-brand-plate img{max-width:78px;max-height:32px}
  .em-catalog-system-plate{width:60px;min-height:54px;padding:4px}
  .em-catalog-system-plate img{width:52px;height:46px}
}

/* =========================================================
   Retail 58.13.0 — compact mobile Shop + catalogue identity
   ========================================================= */
@media(max-width:820px){
  /* Keep the required build notice, but make it a single app-status line. */
  .echo-construction-notice{
    min-height:28px!important;
    padding:0!important;
  }
  .echo-construction-notice__inner{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:28px!important;
    padding:0 12px!important;
  }
  .echo-construction-notice__label{
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    margin:0!important;
    font-size:.59rem!important;
    line-height:1!important;
    letter-spacing:.1em!important;
  }
  .echo-construction-notice__label:before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--em-red);
    box-shadow:0 0 0 3px rgba(230,55,67,.13);
  }
  .echo-construction-notice__message{display:none!important}

  /* A quieter, shorter mobile header. */
  :root{--em-mobile-header-h:54px}
  .em-header-main{min-height:var(--em-mobile-header-h)}
  .em-brand img{width:140px;max-height:38px}
  .em-mobile-header-actions button,
  .em-mobile-search-toggle,
  .em-mobile-menu-toggle{
    width:38px;
    height:38px;
    min-width:38px;
    border-radius:11px;
  }

  /* Shop: car first, one decision, no duplicate vehicle action. */
  .em-shop-hero-reno{
    min-height:314px;
    background:
      linear-gradient(180deg,rgba(5,8,12,.01) 0%,rgba(5,8,12,.04) 33%,rgba(5,8,12,.78) 58%,#080c11 75%),
      url('assets/shop-reno-bmw-porsche-echo-livery-v58-12.webp') 73% 0/auto 245px no-repeat,
      #080c11;
  }
  .em-shop-hero-copy{
    width:100%;
    padding:156px 0 12px;
  }
  .em-shop-hero-copy h1{
    margin:3px 0 10px;
    font-size:clamp(2.2rem,9.5vw,2.9rem);
  }
  .em-shop-hero-reno .em-shop-actions{display:block}
  .em-shop-hero-reno .em-shop-actions .em-btn{
    width:100%;
    min-height:44px;
  }
  .em-shop-hero-reno .em-shop-actions .em-btn-secondary{display:none}
  .em-shop-hero-reno + .em-systems-section{padding-top:24px}

  /* Brand/system identity stacks below the title instead of squeezing it. */
  .em-catalog-head{padding:9px 0 8px}
  .em-catalog-head-row{
    display:block;
    position:relative;
  }
  .em-catalog-heading-block{width:100%}
  .em-catalog-heading-block .em-eyebrow{display:none}
  .em-catalog-back{margin:0 0 2px}
  .em-catalog-head h1{
    width:100%;
    margin:0;
    font-size:clamp(1.75rem,8vw,2.35rem);
  }
  .em-catalog-head-aside{
    display:block;
    margin-top:7px;
  }
  .em-catalog-brand-plate{
    display:flex;
    align-items:center;
    justify-content:center;
    width:min(132px,100%);
    min-height:38px;
    padding:6px 10px;
    border-radius:9px;
    box-shadow:none;
  }
  .em-catalog-brand-plate>span{display:none}
  .em-catalog-brand-plate img{
    max-width:104px;
    max-height:27px;
  }
  .em-catalog-brand-plate>strong{font-size:.7rem}
  .em-catalog-system-plate{
    display:grid;
    grid-template-columns:38px minmax(0,1fr);
    align-items:center;
    gap:8px;
    width:min(180px,100%);
    min-height:42px;
    padding:3px 9px 3px 3px;
    border-radius:9px;
    box-shadow:none;
  }
  .em-catalog-system-plate img{
    width:36px;
    height:36px;
    padding:3px;
    border-radius:7px;
  }
  .em-catalog-system-plate span{display:block}
  .em-catalog-system-plate small{font-size:.48rem}
  .em-catalog-system-plate strong{
    margin-top:1px;
    font-size:.72rem;
  }
  .em-catalog-head-brand .em-catalog-head-row{text-align:center}
  .em-catalog-head-brand .em-catalog-back{
    display:flex;
    justify-content:flex-start;
  }
  .em-catalog-head-brand h1{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
  .em-catalog-head-brand .em-catalog-head-aside{margin-top:4px}
  .em-catalog-head-brand .em-catalog-brand-plate{
    width:min(150px,100%);
    min-height:46px;
    margin-inline:auto;
  }
  .em-catalog-head-brand .em-catalog-brand-plate img{
    max-width:116px;
    max-height:31px;
  }

  /* One slim filter rail, then products. */
  .em-catalog-body{padding-top:8px}
  .em-mobile-subcategories{
    margin:0 0 7px;
    padding:5px;
    border-radius:11px;
  }
  .em-mobile-subcategories>span{display:none}
  .em-mobile-subcategories>div{gap:5px}
  .em-mobile-subcategories a{
    min-height:38px;
    padding:6px 9px;
    font-size:.72rem;
  }
  .em-toolbar{display:none}
}

@media(max-width:480px){
  .em-shop-hero-reno{
    min-height:296px;
    background:
      linear-gradient(180deg,rgba(5,8,12,.01) 0%,rgba(5,8,12,.04) 31%,rgba(5,8,12,.82) 57%,#080c11 74%),
      url('assets/shop-reno-bmw-porsche-echo-livery-v58-12.webp') 73% 0/auto 226px no-repeat,
      #080c11;
  }
  .em-shop-hero-copy{padding:140px 0 10px}
  .em-shop-hero-copy .em-eyebrow{
    font-size:.55rem;
    letter-spacing:.1em;
  }
  .em-shop-hero-copy h1{font-size:2.08rem}
  .em-catalog-head h1{font-size:1.9rem}
}

/* =========================================================
   Mobile Commerce 58.14.0 — products first, app-speed shopping
   ========================================================= */
.em-mobile-commerce-home,
.em-mobile-commerce-shop,
.em-mobile-catalog-tools,
.em-mobile-product-bar{display:none}

@view-transition{navigation:auto}
::view-transition-old(root){animation-duration:.11s}
::view-transition-new(root){animation-duration:.16s}

@media(max-width:820px){
  :root{
    --em-mobile-nav-h:66px;
    --em-mobile-header-h:54px;
  }

  body{
    background:
      radial-gradient(circle at 92% 4%,rgba(230,55,67,.08),transparent 25%),
      var(--em-bg);
  }

  .em-desktop-home-only,
  .em-desktop-shop-only{display:none!important}

  .em-mobile-commerce-home,
  .em-mobile-commerce-shop{
    display:block;
    min-height:calc(100dvh - var(--em-mobile-header-h));
    background:
      radial-gradient(circle at 92% 0,rgba(230,55,67,.09),transparent 30%),
      linear-gradient(180deg,#090c11 0,#07090d 72%);
  }

  .em-mobile-commerce-stack{padding:13px 0 30px}
  .em-mobile-commerce-intro{margin:0 0 11px}
  .em-mobile-commerce-intro>span{
    display:block;
    margin-bottom:3px;
    color:#ff737c;
    font-size:.61rem;
    font-weight:950;
    letter-spacing:.13em;
    text-transform:uppercase;
  }
  .em-mobile-commerce-intro h1{
    margin:0;
    font-size:clamp(1.7rem,7.8vw,2.35rem);
    line-height:1;
    letter-spacing:-.045em;
  }
  .em-mobile-title-row{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:12px;
  }
  .em-mobile-title-row h1{min-width:0}
  .em-mobile-title-row>a{
    flex:none;
    padding-bottom:2px;
    color:#ff7a83;
    font-size:.74rem;
    font-weight:900;
  }

  .em-mobile-commerce-search,
  .em-mobile-catalog-search{
    display:grid;
    grid-template-columns:20px minmax(0,1fr) auto;
    align-items:center;
    gap:8px;
    width:100%;
    min-height:48px;
    margin:0;
    padding:4px 4px 4px 12px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:14px;
    background:#14151a;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
  }
  .em-mobile-commerce-search:focus-within,
  .em-mobile-catalog-search:focus-within{
    border-color:rgba(255,103,113,.62);
    background:#17191f;
  }
  .em-mobile-commerce-search>svg,
  .em-mobile-catalog-search>svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:#98a2ae;
    stroke-width:1.8;
    stroke-linecap:round;
  }
  .em-mobile-commerce-search input,
  .em-mobile-catalog-search input{
    min-width:0;
    min-height:38px;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
    font-size:16px;
  }
  .em-mobile-commerce-search input::placeholder,
  .em-mobile-catalog-search input::placeholder{color:#78838f}
  .em-mobile-commerce-search button,
  .em-mobile-catalog-search button{
    min-height:38px;
    padding:0 12px;
    border:0;
    border-radius:10px;
    background:linear-gradient(135deg,var(--em-red),var(--em-red-2));
    color:#fff;
    font-size:.68rem;
    font-weight:950;
  }

  .em-mobile-vehicle-shell{
    display:grid;
    width:100%;
  }
  .em-mobile-vehicle-control{
    display:grid;
    grid-template-columns:38px minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    width:100%;
    min-height:62px;
    margin:9px 0 0;
    padding:8px 10px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    background:
      linear-gradient(135deg,rgba(230,55,67,.09),transparent 34%),
      #13161c;
    color:#fff;
    text-align:left;
    cursor:pointer;
    box-shadow:0 12px 32px rgba(0,0,0,.16);
  }
  .em-mobile-vehicle-icon{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border-radius:12px;
    background:rgba(230,55,67,.14);
    color:#ff6670;
  }
  .em-mobile-vehicle-icon svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.75;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .em-mobile-vehicle-copy{display:block;min-width:0}
  .em-mobile-vehicle-copy small{
    display:block;
    color:#98a3af;
    font-size:.54rem;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .em-mobile-vehicle-copy strong{
    display:block;
    overflow:hidden;
    color:#fff;
    font-size:.81rem;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .em-mobile-vehicle-copy>span{
    display:block;
    overflow:hidden;
    margin-top:1px;
    color:#7f8a96;
    font-size:.61rem;
    line-height:1.2;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .em-mobile-vehicle-state{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:24px;
    min-height:24px;
    padding:0 5px;
    border-radius:999px;
    background:rgba(101,215,139,.12);
    color:var(--em-green);
    font-size:.58rem;
    font-weight:950;
    white-space:nowrap;
  }
  .em-mobile-clear-vehicle{
    display:inline-flex;
    align-items:center;
    justify-self:end;
    gap:4px;
    min-height:32px;
    margin:2px 3px -3px 0;
    padding:2px 7px;
    border:0;
    border-radius:9px;
    background:transparent;
    color:#aab3bd;
    font-size:.61rem;
    font-weight:850;
    cursor:pointer;
  }
  .em-mobile-clear-vehicle svg{
    width:13px;
    height:13px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
  }
  .em-mobile-clear-vehicle:hover,
  .em-mobile-clear-vehicle:focus-visible{
    background:rgba(255,255,255,.06);
    color:#fff;
  }
  .em-mobile-clear-vehicle[aria-busy="true"]{
    opacity:.65;
    pointer-events:none;
  }

  .em-mobile-merch{margin-top:18px}
  .em-mobile-merch-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:12px;
    margin-bottom:9px;
  }
  .em-mobile-merch-head>div{min-width:0}
  .em-mobile-merch-head small{
    display:block;
    margin-bottom:2px;
    color:#ff737c;
    font-size:.53rem;
    font-weight:950;
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .em-mobile-merch-head h2{
    margin:0;
    font-size:1rem;
    line-height:1.15;
    letter-spacing:-.02em;
  }
  .em-mobile-merch-head>a{
    flex:none;
    color:#aeb7c0;
    font-size:.64rem;
    font-weight:850;
  }
  .em-mobile-merch-head>a span{color:#ff6670;font-size:1rem}

  .em-mobile-system-rail,
  .em-mobile-brand-rail{
    display:flex;
    gap:8px;
    margin-right:calc((100vw - 100%)/-2);
    padding-right:12px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .em-mobile-system-rail::-webkit-scrollbar,
  .em-mobile-brand-rail::-webkit-scrollbar{display:none}
  .em-mobile-system-tile{
    flex:0 0 82px;
    min-width:0;
    scroll-snap-align:start;
    text-align:center;
  }
  .em-mobile-system-tile>span{
    display:grid;
    place-items:center;
    width:82px;
    height:58px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.1);
    border-radius:13px;
    background:#eff1f3;
  }
  .em-mobile-system-tile img{
    display:block;
    width:100%;
    height:100%;
    padding:5px;
    object-fit:contain;
  }
  .em-mobile-system-tile strong{
    display:block;
    margin-top:5px;
    overflow:hidden;
    color:#cbd2da;
    font-size:.57rem;
    line-height:1.15;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .em-mobile-product-merch ul.products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
  }
  .em-mobile-product-merch ul.products:before,
  .em-mobile-product-merch ul.products:after{display:none!important}
  .em-mobile-product-merch .em-product-card{
    display:flex!important;
    min-height:0!important;
    border-radius:13px!important;
    background:#11151b;
  }
  .em-mobile-product-merch .em-product-media{
    min-height:0;
    aspect-ratio:1.12;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.08);
    background:#f2f4f5;
  }
  .em-mobile-product-merch .em-product-media img{padding:6px}
  .em-mobile-product-merch .em-product-body{padding:9px}
  .em-mobile-product-merch .em-product-meta{
    display:block;
    overflow:hidden;
    font-size:.5rem;
    line-height:1.2;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .em-mobile-product-merch .em-product-meta span+span{display:none}
  .em-mobile-product-merch .em-product-card h2{
    min-height:2.35em;
    margin:6px 0;
    overflow:hidden;
    font-size:.69rem;
    line-height:1.18;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }
  .em-mobile-product-merch .em-product-fitment{
    max-height:28px;
    margin:0 0 5px;
    overflow:hidden;
    font-size:.54rem;
    line-height:1.2;
  }
  .em-mobile-product-merch .em-product-price{font-size:.9rem}
  .em-mobile-product-merch .em-product-action{
    min-height:34px;
    margin-top:7px;
    padding:0 6px;
    border-radius:8px;
    font-size:.58rem;
  }

  .em-mobile-brand-tile{
    display:grid;
    place-items:center;
    flex:0 0 104px;
    min-height:55px;
    padding:9px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    background:#f2f4f5;
    scroll-snap-align:start;
  }
  .em-mobile-brand-tile img{
    display:block;
    width:100%;
    max-height:30px;
    object-fit:contain;
  }
  .em-mobile-brand-tile strong{
    color:#111820;
    font-size:.62rem;
    text-align:center;
  }

  .em-mobile-request-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    min-height:68px;
    margin-top:20px;
    padding:12px 14px;
    border:1px solid rgba(230,55,67,.28);
    border-radius:14px;
    background:linear-gradient(135deg,rgba(230,55,67,.13),rgba(255,255,255,.025));
  }
  .em-mobile-request-card small{
    display:block;
    color:#ff737c;
    font-size:.54rem;
    font-weight:950;
    letter-spacing:.09em;
    text-transform:uppercase;
  }
  .em-mobile-request-card strong{
    display:block;
    margin-top:2px;
    font-size:.78rem;
  }
  .em-mobile-request-card>span:last-child{
    color:#ff6670;
    font-size:1.2rem;
  }

  /* Search and remembered vehicle remain directly above catalogue results. */
  .em-mobile-catalog-tools{
    display:grid;
    gap:7px;
    padding-top:0;
    margin-bottom:9px;
  }
  .em-mobile-catalog-tools .em-mobile-vehicle-control{
    min-height:54px;
    margin:0;
    padding-block:6px;
  }
  .em-mobile-catalog-tools .em-mobile-vehicle-icon{
    width:34px;
    height:34px;
  }
  .em-mobile-catalog-tools .em-mobile-vehicle-copy>span{display:none}
  .em-mobile-catalog-tools .em-mobile-clear-vehicle{margin-top:1px}
  .em-mobile-catalog-search{
    min-height:44px;
    grid-template-columns:18px minmax(0,1fr) auto;
  }
  .em-mobile-catalog-search>svg{width:18px;height:18px}
  .em-mobile-catalog-search input{min-height:34px}
  .em-mobile-catalog-search button{min-height:34px}

  /* Normal phone widths get dense two-column inventory. */
  .em-results .products,
  .em-results ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .em-results .em-product-card,
  .em-results .woocommerce ul.products li.product{
    min-height:0!important;
    border-radius:13px!important;
  }
  .em-results .em-product-media{
    min-height:0;
    aspect-ratio:1.08;
    border-right:0;
    border-bottom:1px solid var(--em-line);
    background:#f2f4f5;
  }
  .em-results .em-product-media img{padding:6px}
  .em-results .em-product-body{padding:9px}
  .em-results .em-product-meta{
    display:block;
    overflow:hidden;
    font-size:.49rem;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .em-results .em-product-meta span+span{display:none}
  .em-results .em-product-card h2{
    min-height:2.45em;
    margin:6px 0;
    overflow:hidden;
    font-size:.7rem;
    line-height:1.2;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }
  .em-results .em-product-fitment{
    max-height:30px;
    margin:0 0 5px;
    overflow:hidden;
    font-size:.53rem;
    line-height:1.18;
  }
  .em-results .em-product-price{font-size:.9rem}
  .em-results .em-product-action{
    min-height:34px;
    margin-top:7px;
    padding-inline:6px;
    border-radius:8px;
    font-size:.58rem;
  }

  .em-mobile-subcategories{
    position:sticky;
    top:calc(var(--em-mobile-header-h) + 3px);
    z-index:70;
    border-color:rgba(255,255,255,.12);
    background:rgba(10,14,19,.96);
    backdrop-filter:blur(14px);
  }

  /* Five stable destinations replace the older website-style dock. */
  .em-mobile-bottom-nav{
    grid-template-columns:repeat(5,minmax(0,1fr));
    padding-inline:5px;
  }
  .em-mobile-bottom-nav a,
  .em-mobile-bottom-nav button{
    min-height:54px;
    gap:2px;
    font-size:.57rem;
  }
  .em-mobile-bottom-nav svg{width:20px;height:20px}
  .em-mobile-bottom-nav .is-current{color:#fff}
  .em-mobile-bottom-nav .is-current svg{color:#ff5f69}
  .em-mobile-bottom-nav .em-mobile-vehicle-nav{color:inherit}

  /* The mobile menu replaces the long site footer. */
  .em-site-footer{display:none}

  /* The verified year/make/model finder now opens from any mobile page. */
  .em-sheet [data-em58-vehicle-form]{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
  }
  .em-sheet [data-em58-vehicle-form] .em-vehicle-actions,
  .em-sheet [data-em58-vehicle-form] .em-fit-note{grid-column:1/-1}
  .em-sheet [data-em58-vehicle-form] select{
    min-height:48px;
    font-size:16px;
  }

  /* Product pages trade the dock for price + fitment + purchase controls. */
  body.single-product{
    padding-bottom:calc(82px + env(safe-area-inset-bottom));
  }
  body.single-product .em-mobile-bottom-nav{display:none!important}
  .em-mobile-product-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:185;
    display:grid;
    grid-template-columns:minmax(86px,.48fr) minmax(0,1.52fr);
    align-items:center;
    gap:9px;
    min-height:76px;
    padding:7px 10px calc(7px + env(safe-area-inset-bottom));
    border-top:1px solid rgba(255,255,255,.14);
    background:rgba(8,11,15,.985);
    box-shadow:0 -18px 44px rgba(0,0,0,.36);
    backdrop-filter:blur(18px);
  }
  .em-mobile-product-price{min-width:0}
  .em-mobile-product-price small{
    display:block;
    color:#8e99a5;
    font-size:.51rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .em-mobile-product-price strong{
    display:block;
    overflow:hidden;
    color:#fff;
    font-size:.93rem;
    line-height:1.2;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .em-mobile-product-price del{display:none}
  .em-mobile-product-actions{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:6px;
    min-width:0;
  }
  .em-mobile-product-actions a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    min-height:46px;
    padding:0 8px;
    border-radius:10px;
    font-size:.63rem;
    font-weight:950;
    text-align:center;
  }
  .em-mobile-product-fitment{
    border:1px solid rgba(255,255,255,.17);
    background:#151b23;
  }
  .em-mobile-product-primary{
    background:linear-gradient(135deg,var(--em-red),var(--em-red-2));
    color:#fff;
  }
  .em-single-product-shell{padding-bottom:30px}
  .woocommerce div.product .product_title{
    font-size:clamp(1.55rem,7.3vw,2.35rem);
    line-height:1.04;
  }

  .em-mobile-system-tile:active,
  .em-mobile-brand-tile:active,
  .em-mobile-vehicle-control:active,
  .em-mobile-clear-vehicle:active,
  .em-mobile-product-actions a:active,
  .em-mobile-bottom-nav a:active,
  .em-mobile-bottom-nav button:active{transform:scale(.975)}
}

@media(max-width:480px){
  .em-mobile-commerce-stack{padding-top:11px}
  .em-mobile-commerce-intro h1{font-size:1.72rem}
  .em-mobile-commerce-search,
  .em-mobile-catalog-search{
    grid-template-columns:19px minmax(0,1fr) 38px;
  }
  .em-mobile-commerce-search button,
  .em-mobile-catalog-search button{
    width:38px;
    padding:0;
    overflow:hidden;
    color:transparent;
  }
  .em-mobile-commerce-search button:after,
  .em-mobile-catalog-search button:after{
    content:"→";
    display:grid;
    place-items:center;
    color:#fff;
    font-size:1rem;
  }
  .em-mobile-system-tile{flex-basis:78px}
  .em-mobile-system-tile>span{width:78px;height:56px}
  .em-mobile-bottom-nav a,
  .em-mobile-bottom-nav button{font-size:.54rem}
  .em-mobile-product-bar{
    grid-template-columns:82px minmax(0,1fr);
    gap:7px;
    padding-inline:8px;
  }
  .em-mobile-product-actions a{padding-inline:5px;font-size:.59rem}
}

@media(max-width:360px){
  .em-results .products,
  .em-results ul.products{grid-template-columns:1fr!important}
  .em-results .em-product-card{
    display:grid!important;
    grid-template-columns:42% minmax(0,1fr);
  }
  .em-results .em-product-media{
    height:100%;
    min-height:154px;
    aspect-ratio:auto;
    border-right:1px solid var(--em-line);
    border-bottom:0;
  }
  .em-results .em-product-card h2{min-height:0}
  .em-mobile-product-actions{grid-template-columns:1fr}
  .em-mobile-product-fitment{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  ::view-transition-old(root),
  ::view-transition-new(root){animation:none}
}

/* =========================================================
   Mobile Commerce 58.14.1 — visual hero + clearer first action
   ========================================================= */
@media(max-width:820px){
  .em-mobile-commerce-photo{
    position:relative;
    isolation:isolate;
    overflow:hidden;
  }
  .em-mobile-commerce-photo:before{
    content:"";
    position:absolute;
    z-index:-2;
    top:0;
    right:0;
    left:0;
    height:290px;
    background:
      linear-gradient(180deg,rgba(5,8,12,.18) 0%,rgba(6,9,13,.64) 58%,#07090d 100%),
      linear-gradient(90deg,rgba(6,9,13,.72),rgba(6,9,13,.12) 72%),
      url('assets/hero-reno-rs6-sponsor-openhood-clean-v61.webp') 58% 46%/cover no-repeat;
    filter:saturate(.9) contrast(1.04);
  }
  .em-mobile-commerce-photo:after{
    content:"";
    position:absolute;
    z-index:-1;
    top:-80px;
    right:-90px;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(230,55,67,.18);
    filter:blur(70px);
    pointer-events:none;
  }
  .em-mobile-commerce-photo .em-mobile-commerce-stack{
    position:relative;
    z-index:1;
    padding-top:18px;
  }
  .em-mobile-commerce-photo .em-mobile-commerce-intro{
    max-width:280px;
    margin-bottom:10px;
    text-shadow:0 2px 18px rgba(0,0,0,.82);
  }
  .em-mobile-commerce-photo .em-mobile-commerce-intro>span{
    color:#ff7881;
  }
  .em-mobile-commerce-photo .em-mobile-commerce-intro h1{
    font-size:clamp(1.95rem,9vw,2.6rem);
    line-height:.95;
    letter-spacing:-.05em;
  }
  .em-mobile-commerce-photo .em-mobile-commerce-intro p{
    max-width:260px;
    margin:7px 0 0;
    color:#d3d9df;
    font-size:.73rem;
    font-weight:700;
    line-height:1.35;
  }
  .em-mobile-commerce-photo .em-mobile-vehicle-control{
    margin-top:0;
    border-color:rgba(255,255,255,.2);
    background:
      linear-gradient(135deg,rgba(230,55,67,.18),transparent 38%),
      rgba(10,14,19,.9);
    box-shadow:0 14px 34px rgba(0,0,0,.32);
    backdrop-filter:blur(14px);
  }
  .em-mobile-commerce-photo .em-mobile-commerce-search{
    margin-top:8px;
    border-color:rgba(255,255,255,.2);
    background:rgba(10,14,19,.9);
    box-shadow:0 14px 34px rgba(0,0,0,.28);
    backdrop-filter:blur(14px);
  }
  .em-mobile-commerce-photo .em-mobile-system-merch{
    margin-top:20px;
  }
  .em-mobile-commerce-photo .em-mobile-merch-head h2{
    font-size:1.06rem;
  }
  .em-mobile-commerce-photo .em-mobile-system-tile>span{
    border-color:rgba(255,255,255,.17);
    box-shadow:0 8px 20px rgba(0,0,0,.2);
  }
  .em-mobile-commerce-photo .em-mobile-system-tile strong{
    color:#edf1f4;
  }
}

@media(max-width:480px){
  .em-mobile-commerce-photo:before{
    height:300px;
    background-position:57% 46%;
  }
  .em-mobile-commerce-photo .em-mobile-commerce-stack{padding-top:15px}
  .em-mobile-commerce-photo .em-mobile-commerce-intro h1{font-size:2rem}
}

/* 58.14.2 — make the Echo identity unmistakable on full desktop headers. */
@media(min-width:1181px){
  .em-header-main{
    min-height:108px;
    grid-template-columns:310px minmax(360px,1fr) auto;
    gap:24px;
  }
  .em-brand img{
    width:300px;
    max-height:96px;
  }
}

/* =========================================================
   Mobile Commerce 58.14.3 — vehicle-first flow + brand plates
   ========================================================= */
.em-brand-card,
.em-catalog-brand-plate{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(135deg,rgba(230,55,67,.1),transparent 32%),
    linear-gradient(155deg,#1a222b 0%,#0b1016 72%);
  box-shadow:inset 0 1px rgba(255,255,255,.04),0 14px 34px rgba(0,0,0,.18);
}
.em-brand-card:before,
.em-catalog-brand-plate:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:54%;
  height:3px;
  background:linear-gradient(90deg,var(--em-red),rgba(230,55,67,0));
}
.em-brand-card{
  flex-direction:column;
  gap:10px;
  min-height:122px;
  padding:18px 14px 13px;
}
.em-brand-card:hover{
  border-color:rgba(230,55,67,.58);
  background:
    linear-gradient(135deg,rgba(230,55,67,.16),transparent 36%),
    linear-gradient(155deg,#202a35 0%,#0d131a 72%);
}
.em-brand-card img,
.em-catalog-brand-plate img{
  filter:grayscale(1) brightness(0) invert(1) drop-shadow(0 3px 10px rgba(0,0,0,.28));
}
.em-brand-card img{
  max-width:88%;
  max-height:48px;
}
.em-brand-card img[src*="sikky-manufacturing-logo"]{
  width:min(88%,210px);
  max-height:56px;
  padding:0;
  background:transparent;
  border-radius:0;
  filter:invert(1) grayscale(1) contrast(1.45) drop-shadow(0 3px 10px rgba(0,0,0,.28));
  mix-blend-mode:screen;
}
.em-brand-label{
  display:block;
  max-width:100%;
  overflow:hidden;
  color:#b9c2cc;
  font-size:.58rem!important;
  font-weight:900!important;
  letter-spacing:.08em;
  line-height:1.2;
  text-align:center;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.em-brand-name + .em-brand-label{display:none}
.em-catalog-brand-plate{
  background:
    linear-gradient(135deg,rgba(230,55,67,.1),transparent 36%),
    linear-gradient(155deg,#1a222b,#0b1016);
}
.em-catalog-brand-plate>span{color:#98a4b2}
.em-catalog-brand-plate>strong{color:#fff}

@media(max-width:820px){
  .em-mobile-header-actions .em-mobile-cart-link{
    position:relative;
    display:grid!important;
    place-items:center;
    width:38px;
    height:38px;
    min-width:38px;
    padding:0;
    border:1px solid var(--em-line);
    border-radius:11px;
    background:var(--em-surface);
    color:#fff;
  }
  .em-mobile-header-actions .em-mobile-cart-link svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .em-mobile-header-actions .em-mobile-cart-link>span,
  .em-mobile-cart-count{
    position:absolute;
    top:2px;
    right:2px;
    display:grid;
    place-items:center;
    min-width:16px;
    height:16px;
    padding:0 4px;
    border:2px solid #0e141b;
    border-radius:999px;
    background:var(--em-red);
    color:#fff;
    font-size:.5rem;
    font-style:normal;
    font-weight:950;
    line-height:1;
  }
  .em-mobile-cart-count{
    top:3px;
    right:calc(50% - 18px);
  }

  .em-mobile-commerce-photo .em-mobile-system-merch{
    margin-top:16px;
  }
  .em-mobile-catalog-tools{
    margin-bottom:7px;
  }

  .em-mobile-brand-tile{
    position:relative;
    display:flex;
    flex:0 0 116px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:76px;
    padding:11px 8px 8px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.13);
    border-radius:13px;
    background:
      linear-gradient(135deg,rgba(230,55,67,.1),transparent 38%),
      linear-gradient(155deg,#1a222b,#0b1016);
    box-shadow:inset 0 1px rgba(255,255,255,.04),0 9px 22px rgba(0,0,0,.2);
  }
  .em-mobile-brand-tile:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:58%;
    height:3px;
    background:linear-gradient(90deg,var(--em-red),transparent);
  }
  .em-mobile-brand-tile img{
    width:88%;
    max-height:34px;
    object-fit:contain;
    filter:grayscale(1) brightness(0) invert(1) drop-shadow(0 3px 8px rgba(0,0,0,.3));
  }
  .em-mobile-brand-tile strong{
    color:#fff;
  }
  .em-mobile-brand-tile .em-brand-label{
    width:100%;
    color:#b9c2cc;
    font-size:.5rem!important;
  }
  .em-mobile-brand-tile .em-brand-name + .em-brand-label{display:none}

  .em-brand-card{
    min-height:96px;
    gap:7px;
    padding:13px 9px 9px;
  }
  .em-brand-card img{max-height:36px}
  .em-brand-card .em-brand-label{font-size:.51rem!important}

  .em-catalog-brand-plate img{
    filter:grayscale(1) brightness(0) invert(1) drop-shadow(0 3px 8px rgba(0,0,0,.3));
  }
}

/* =========================================================
   Mobile Commerce 58.14.4 — intact floating supplier logos
   ========================================================= */
.em-brands-page{
  width:min(calc(100% - 40px),1180px);
}
.em-brands-page article{
  padding-inline:0;
  border:0;
  background:transparent;
}
.em-brand-grid,
.em-brand-directory{
  align-items:stretch;
  row-gap:22px;
}
.em-brand-card,
.em-catalog-brand-plate{
  overflow:visible;
  border:0;
  background:transparent;
  box-shadow:none;
}
.em-brand-card:before,
.em-catalog-brand-plate:before{
  top:50%;
  left:50%;
  width:86%;
  height:72%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(230,55,67,.12),rgba(230,55,67,0) 68%);
  opacity:.52;
  transform:translate(-50%,-50%);
  transition:opacity .2s ease,transform .2s ease;
  pointer-events:none;
}
.em-brand-card{
  min-height:112px;
  padding:18px 12px 12px;
  transition:transform .2s ease;
}
.em-brand-card:hover{
  border:0;
  background:transparent;
  transform:translateY(-5px);
}
.em-brand-card:hover:before{
  opacity:.9;
  transform:translate(-50%,-48%) scale(1.08);
}
.em-brand-card img,
.em-catalog-brand-plate img{
  position:relative;
  z-index:1;
  filter:drop-shadow(0 10px 15px rgba(0,0,0,.5));
  animation:em-brand-float 5.4s ease-in-out infinite alternate;
}
.em-brand-card:nth-child(3n+2) img{animation-delay:-1.6s}
.em-brand-card:nth-child(3n) img{animation-delay:-3.2s}
.em-brand-card img{
  max-width:90%;
  max-height:58px;
}
.em-brand-card img[src*="sikky-manufacturing-logo"]{
  width:min(90%,210px);
  max-height:58px;
  padding:0;
  border-radius:0;
  background:transparent;
  filter:drop-shadow(0 10px 15px rgba(0,0,0,.5));
  mix-blend-mode:normal;
}
.em-brand-label{
  position:relative;
  z-index:1;
  color:#aeb9c5;
}
.em-catalog-brand-plate{
  background:transparent;
}
.em-catalog-brand-plate>span{color:#98a4b2}
.em-catalog-brand-plate>strong{color:#fff}

@keyframes em-brand-float{
  from{transform:translateY(-2px)}
  to{transform:translateY(3px)}
}

@media(prefers-reduced-motion:reduce){
  .em-brand-card img,
  .em-catalog-brand-plate img{animation:none}
}

@media(max-width:820px){
  .em-brands-page{
    width:min(calc(100% - 24px),1180px);
    padding-top:34px;
  }
  .em-brands-page article{padding:0}
  .em-mobile-brand-rail{
    gap:15px;
    padding-top:6px;
    padding-bottom:8px;
  }
  .em-mobile-brand-tile{
    position:relative;
    flex:0 0 118px;
    min-height:76px;
    gap:7px;
    padding:9px 6px 6px;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .em-mobile-brand-tile:before{
    top:50%;
    left:50%;
    width:104px;
    height:58px;
    border-radius:50%;
    background:radial-gradient(ellipse,rgba(230,55,67,.13),rgba(230,55,67,0) 70%);
    opacity:.62;
    transform:translate(-50%,-50%);
  }
  .em-mobile-brand-tile img{
    position:relative;
    z-index:1;
    width:94%;
    max-height:39px;
    object-fit:contain;
    filter:drop-shadow(0 9px 13px rgba(0,0,0,.52));
    animation:em-brand-float 5.4s ease-in-out infinite alternate;
  }
  .em-mobile-brand-tile:nth-child(3n+2) img{animation-delay:-1.6s}
  .em-mobile-brand-tile:nth-child(3n) img{animation-delay:-3.2s}
  .em-mobile-brand-tile .em-brand-label{
    position:relative;
    z-index:1;
    color:#aeb9c5;
  }
  .em-brand-card{
    min-height:94px;
    gap:7px;
    padding:12px 7px 8px;
  }
  .em-brand-card img{
    max-width:92%;
    max-height:42px;
  }
  .em-catalog-brand-plate{
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .em-catalog-brand-plate img{
    filter:drop-shadow(0 8px 12px rgba(0,0,0,.5));
  }
}
