@font-face{font-family:"Hanken Grotesk";font-style:normal;font-weight:400 800;font-display:swap;src:url("fonts/hanken-grotesk-latin.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/inter-latin.woff2") format("woff2")}

:root{
  --blue:#004a99;
  --blue-dark:#003b7a;
  --navy:#002b5e;
  --paper:#f1f1ef;
  --mist:#e7e7e4;
  --ink:#0a1526;
  --muted:#465c7c;
  --line:rgba(10,21,38,.14);
  --footer:#767676;
  --white:#fff;
  --green:#86d658;
  --shadow:0 20px 55px rgba(0,34,78,.14);
  --wrap:min(1180px,calc(100% - 48px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:116px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Inter",Arial,sans-serif;line-height:1.55;overflow-x:clip}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}
.wrap{width:var(--wrap);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:18px;top:-60px;z-index:1000;background:#fff;color:var(--navy);padding:.75rem 1rem;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:18px}

.topbar{background:#2d2d2f;color:#fff;font-size:.84rem}
.topbar .wrap{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}
.topbar a,.topbar span{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}
.topbar svg{width:15px;height:15px;opacity:.72}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}
.header-row{height:78px;display:flex;align-items:center;gap:1.4rem}
.brand{flex:none}
.brand img{width:164px;height:auto}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:.25rem}
.site-nav a{padding:.65rem .72rem;color:var(--muted);font-size:.94rem;font-weight:550;background:linear-gradient(var(--blue),var(--blue)) center bottom/0 2px no-repeat;transition:.2s ease}
.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--blue);background-size:calc(100% - 1.4rem) 2px}
.header-call,.button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:1px solid transparent;border-radius:999px;padding:.82rem 1.3rem;font-weight:700;line-height:1.1;cursor:pointer;transition:transform .18s ease,background .2s ease,border-color .2s ease,color .2s ease}
.header-call,.button-primary{background:var(--blue);color:#fff;box-shadow:0 9px 24px rgba(0,74,153,.18)}
.header-call:hover,.button-primary:hover{background:var(--blue-dark);transform:translateY(-2px)}
.button-secondary{border-color:rgba(0,43,94,.28);color:var(--navy);background:#fff}
.button-secondary:hover{border-color:var(--blue);color:var(--blue)}
.button-light{background:#fff;color:var(--navy)}
.button-light:hover{background:var(--mist);transform:translateY(-2px)}
.button:focus-visible,.header-call:focus-visible,.site-nav a:focus-visible,.rail-action:focus-visible{outline:3px solid #74aef2;outline-offset:3px}
.menu-button{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:10px;padding:.65rem .8rem;font-weight:700;gap:.55rem;align-items:center}
.menu-button svg{width:20px;height:16px}

.kicker{font-size:.73rem;line-height:1.2;letter-spacing:.17em;text-transform:uppercase;font-weight:750;color:var(--blue)}
h1,h2,h3{font-family:"Hanken Grotesk",Arial,sans-serif;margin:0;color:var(--navy);letter-spacing:-.035em}
h1{font-size:clamp(2.75rem,5.8vw,4.8rem);line-height:.98;max-width:13ch}
h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02}
h3{font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.12}
.hero{padding:0;background:#262b31}
.hero-stage{position:relative;height:clamp(400px,42vw,520px);background:#2d3339;overflow:hidden}
.hero-slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity 1.15s ease;pointer-events:none}
.hero-slide.is-active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-band-overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.14) 62%,rgba(0,0,0,.06))}
.hero-band-overlay .wrap{width:var(--wrap)}
.hero-band-card{width:min(650px,100%);padding:clamp(25px,3vw,34px);background:rgba(108,111,115,.84);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:5px;box-shadow:0 20px 50px rgba(0,0,0,.32)}
.hero-band-card .kicker{display:block;color:#f2f2f0;margin-bottom:12px}
.hero-band-card h1{max-width:14ch;color:#fff;font-size:clamp(2.45rem,4.2vw,4rem);line-height:1.02;letter-spacing:-.035em}
.hero-band-copy{max-width:54ch;margin:14px 0 0;color:#f2f2f0;font-size:clamp(.98rem,1.25vw,1.12rem)}
.hero-band-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:20px}
.hero-band-card .button-primary{background:#fff;color:var(--navy);box-shadow:0 9px 24px rgba(0,0,0,.18)}
.hero-band-card .button-primary:hover{background:#f2f2f0;color:var(--blue)}
.hero-band-card .button-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.62);color:#fff}
.hero-band-card .button-secondary:hover{background:rgba(255,255,255,.16);border-color:#fff;color:#fff}
.hero-band-proof{margin-top:18px;padding-top:15px;border-top:1px solid rgba(255,255,255,.28);color:#fff;font:700 .92rem/1.35 "Hanken Grotesk"}
.home-hero-card{width:min(570px,100%);padding:clamp(24px,2.6vw,32px)}
.home-hero-card h1{max-width:11ch;color:#fff;font-size:clamp(2.4rem,3.8vw,3.65rem)}
.home-hero-card .hero-band-copy{max-width:42ch;color:#f2f2f0;margin-top:12px}
.home-hero-card .hero-band-actions{margin-top:18px}
.home-hero-card .button-primary{background:#fff;color:var(--navy);box-shadow:none}
.home-hero-card .button-primary:hover{background:#ececea;color:var(--navy)}
.hero-dots{position:absolute;right:max(28px,calc((100vw - 1180px)/2));bottom:20px;z-index:6;display:flex;gap:8px}
.hero-dot{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 0 0 1px rgba(0,43,94,.2);padding:0;cursor:pointer}
.hero-dot[aria-current="true"]{background:#fff;transform:scale(1.25)}
.button-row{display:flex;flex-wrap:wrap;gap:.7rem}

.hours-strip{margin-top:0;background:var(--blue);color:#fff}
.hours-strip .wrap{min-height:50px;display:flex;align-items:center;justify-content:center;gap:1.2rem;text-align:center;font-size:.92rem}
.hours-strip strong{font-family:"Hanken Grotesk";font-size:1rem}
.hours-strip .today-state{display:inline-flex;align-items:center;gap:.55rem}

.section{padding:clamp(38px,4vw,60px) 0}
.section-heading{display:grid;grid-template-columns:minmax(0,.75fr) minmax(300px,1.25fr);gap:clamp(22px,3vw,52px);align-items:end;margin-bottom:clamp(20px,2.5vw,32px)}
.section-heading p{margin:0;color:var(--muted);max-width:58ch}
.benefits{background:#fff}
.benefit-layout{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr);gap:clamp(32px,6vw,92px);align-items:start}
.benefit-intro p{margin:1rem 0 0;color:var(--muted);max-width:35ch}
.checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2.2rem;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}
.checks li{display:grid;grid-template-columns:28px 1fr;gap:.8rem;padding:1rem 0;border-bottom:1px solid var(--line);font-weight:650;color:var(--navy)}
.checkmark{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:.82rem;margin-top:.05rem}
.checks small{display:block;color:var(--muted);font-weight:400;margin-top:.22rem;line-height:1.45}

.destinations{background:var(--navy);color:#fff;padding-block:clamp(38px,3.5vw,50px)}
.destinations .wrap{display:grid;grid-template-columns:minmax(210px,.44fr) minmax(0,1.56fr);gap:clamp(30px,4vw,64px);align-items:center}
.destination-heading .kicker{color:#8dbbf0;display:block;margin-bottom:.85rem}
.destination-heading h2{color:#fff;font-size:clamp(2rem,3.5vw,3.15rem)}
.destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.8vw,24px)}
.destination-card{background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:transform .28s ease,box-shadow .28s ease}
.destination-card:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(0,12,30,.35)}
.destination-card figure{margin:0;aspect-ratio:16/8;overflow:hidden;background:var(--mist)}
.destination-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.destination-card:hover img{transform:scale(1.04)}
.destination-copy{padding:clamp(18px,1.8vw,24px);display:flex;flex-direction:column;flex:1}
.destination-copy h3{margin-bottom:.7rem}
.destination-copy p{margin:0 0 1.05rem;color:var(--muted);font-size:.9rem}
.text-link{margin-top:auto;color:var(--blue);font-weight:750;display:inline-flex;align-items:center;gap:.5rem}
.text-link span{transition:transform .2s ease}
.destination-card:hover .text-link span{transform:translateX(4px)}

.testcenter{background:#fff}
.testcenter-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);align-items:center;overflow:hidden;background:var(--navy);border-radius:28px;color:#fff}
.testcenter-copy{padding:clamp(28px,4vw,50px)}
.testcenter h2{color:#fff;margin:.7rem 0 1rem}
.testcenter p{color:#e7e7e5;margin:0 0 1.4rem;max-width:54ch}
.testcenter .checks{grid-template-columns:1fr;border-color:rgba(255,255,255,.2);margin-bottom:1.6rem}
.testcenter .checks li{color:#fff;border-color:rgba(255,255,255,.17);padding:.7rem 0}
.testcenter .checkmark{background:#fff;color:var(--blue)}
.testcenter-media{height:100%;min-height:420px}
.testcenter-media img{width:100%;height:100%;object-fit:cover}

.trial-band{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);height:300px;background:#fff;border-block:1px solid var(--line);overflow:hidden}
.trial-band figure{margin:0;overflow:hidden}
.trial-band figure img{width:100%;height:100%;object-fit:cover;object-position:center 56%}
.trial-copy{padding:clamp(26px,3vw,44px) clamp(30px,4vw,64px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.trial-copy h2{font-size:clamp(1.9rem,3vw,2.7rem);margin:.5rem 0 .7rem}
.trial-copy p{max-width:43ch;color:var(--muted);margin:0 0 1.15rem}

.local-proof{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(32px,6vw,90px);align-items:center}
.local-proof figure{margin:0;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.local-proof figure img{width:100%;aspect-ratio:4/3;object-fit:cover}
.local-proof-copy p{color:var(--muted);max-width:58ch;margin:1rem 0 1.5rem}

.action-rail{position:fixed;right:0;top:50%;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:9px;transform:translateY(-50%)}
.rail-action{position:relative;width:48px;height:44px;border:0;background:var(--blue);color:#fff;display:grid;place-items:center;cursor:pointer;border-radius:13px 0 0 13px;transition:width .2s ease,background .2s ease}
.rail-action:first-child,.rail-action:last-child{border-radius:13px 0 0 13px}
a.rail-action:hover{background:var(--blue-dark);width:54px}
.rail-action svg{width:21px;height:21px}
.rail-ka{flex:none;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:var(--blue);font:800 .82rem/1 "Hanken Grotesk";transition:background .24s ease,color .24s ease}

/* Kleinanzeigen-Reiter: Der blaue Tab bleibt an der Kante, die breite Karte gleitet dahinter hervor. */
.inventory-trigger{display:block;width:48px;height:44px;min-height:0;overflow:visible;background:transparent;text-align:left;cursor:default}
.inventory-head{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:48px;height:44px;padding:0;border:0;border-radius:13px 0 0 13px;background:var(--blue);color:#fff;cursor:pointer;box-shadow:0 8px 20px rgba(0,43,94,.18);transition:background .2s ease}
.inventory-head:hover,.inventory-trigger.is-open .inventory-head{background:var(--blue-dark)}
.inventory-head-text,.inventory-head-x{display:none}
.inventory-head:focus-visible{outline:3px solid #74aef2;outline-offset:3px}
.inventory-panel{position:absolute;z-index:1;right:48px;top:50%;width:min(380px,calc(100vw - 72px));opacity:0;visibility:hidden;pointer-events:none;transform:translate(28px,-50%);transition:transform .34s cubic-bezier(.2,.75,.25,1),opacity .2s ease,visibility 0s linear .34s}
.inventory-panel-clip{overflow:hidden;background:#fff;border:1px solid rgba(0,43,94,.12);border-right:0;border-radius:17px 0 0 17px;box-shadow:0 22px 60px rgba(0,0,0,.24)}
.inventory-panel-body{padding:19px 22px 20px}
.inventory-panel-body img{width:156px;height:auto;margin-bottom:.85rem}
.inventory-panel-body strong{display:block;font:750 1.1rem/1.25 "Hanken Grotesk";color:var(--navy);margin-bottom:.45rem}
.inventory-panel-body p{font-size:.88rem;color:var(--muted);margin:0 0 1rem}
.inventory-panel-body a{display:inline-flex;color:var(--blue);font-weight:750}
.inventory-trigger.is-open .inventory-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0,-50%);transition-delay:0s}

.subpage-hero{border-bottom:1px solid var(--line)}
.subpage-hero-stage{height:clamp(380px,36vw,470px)}
.subpage-hero-stage>img{width:100%;height:100%;object-fit:cover}
.subpage-hero-stage.is-bikes img{object-position:center 53%}
.subpage-hero-stage.is-leasing img{object-position:center 48%}
.subpage-hero-stage.is-trial img{object-position:center 57%}
.subpage-hero-stage.is-service img{object-position:center 48%}

.provider-intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(30px,6vw,90px);align-items:start}
.provider-intro p{margin:0;color:var(--muted)}
.provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:36px auto 0;max-width:880px}
.provider-card{background:#fff;border:1px solid var(--line);border-radius:14px;aspect-ratio:1.9;display:grid;place-items:center;padding:14px 20px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.provider-card:hover{transform:translateY(-4px);border-color:rgba(0,74,153,.36);box-shadow:0 14px 32px rgba(0,43,94,.1)}
.provider-card img{width:100%;height:100%;object-fit:contain}
.finance-band{background:var(--navy);color:#fff;border-radius:24px;padding:clamp(26px,3vw,42px);display:flex;justify-content:space-between;align-items:center;gap:2rem}
.finance-band h2{color:#fff;font-size:clamp(1.7rem,3vw,2.5rem)}
.finance-band p{color:#e7e7e5;margin:.65rem 0 0;max-width:60ch}

.models-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px)}
.model-card{position:relative;overflow:hidden;border-radius:20px;min-height:380px;background:var(--navy);color:#fff}
.model-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.model-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,25,58,.92) 100%)}
.model-card:hover img{transform:scale(1.045)}
.model-copy{position:absolute;inset:auto 0 0;z-index:2;padding:26px}
.model-copy h2{font-size:clamp(1.5rem,2.5vw,2.1rem);color:#fff}
.model-copy p{margin:.55rem 0 1rem;color:#e7e7e5;font-size:.94rem}
.model-copy .text-link{color:#fff}
.inventory-callout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(28px,4vw,60px);align-items:center;background:#fff;border-radius:24px;padding:clamp(26px,4vw,48px);box-shadow:var(--shadow)}
.inventory-callout img{width:min(310px,100%)}
.inventory-callout h2{font-size:clamp(1.8rem,3.2vw,2.8rem)}
.inventory-callout p{color:var(--muted);margin:1rem 0 1.5rem}

.bestseller-section{background:#fff;padding:clamp(40px,4vw,56px) 0}
.bestseller-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:26px}
.bestseller-head .kicker{display:block;margin-bottom:.65rem}
.bestseller-tabs{display:flex;gap:3px;padding:4px;background:var(--mist);border-radius:999px}
.bestseller-tab{border:0;background:transparent;color:var(--muted);font-weight:700;font-size:.82rem;padding:.62rem 1rem;border-radius:999px;cursor:pointer}
.bestseller-tab.is-active{background:var(--blue);color:#fff}
.bestseller-viewport{position:relative}
.bestseller-track{display:flex;gap:18px;margin:0;padding:8px 2px 18px;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}
.bestseller-track::-webkit-scrollbar{display:none}
.bestseller-track[hidden]{display:none}
.bestseller-card{flex:0 0 clamp(205px,23vw,250px);scroll-snap-align:start}
.bestseller-card>a{position:relative;display:flex;flex-direction:column;height:100%;padding:15px;background:#fffdf7;border:1px solid var(--line);border-radius:18px;box-shadow:0 9px 25px rgba(0,43,94,.07);transition:.25s ease}
.bestseller-card:nth-child(odd)>a{transform:rotate(-.45deg)}
.bestseller-card:nth-child(even)>a{transform:rotate(.45deg)}
.bestseller-card>a:hover{transform:translateY(-5px) rotate(0);box-shadow:var(--shadow);border-color:rgba(0,74,153,.3)}
.bestseller-flag{position:absolute;z-index:3;right:-5px;top:12px;background:#ef6a3d;color:#fff;font-size:.64rem;font-weight:800;letter-spacing:.04em;padding:.35rem .65rem;border-radius:3px}
.bestseller-photo{position:relative;aspect-ratio:4/3;display:grid;place-items:center;padding:6px}
.bestseller-photo img{width:100%;height:100%;object-fit:contain}
.bestseller-avail{position:absolute;top:0;left:0;display:inline-flex;align-items:center;gap:5px;background:#e4f5ea;color:#18713e;border-radius:999px;padding:.32rem .58rem;font-size:.64rem;font-weight:700}
.bestseller-avail::before{content:"";width:6px;height:6px;background:#1f8a4c;border-radius:50%}
.bestseller-rule{height:2px;background:var(--mist);margin:.5rem 0 .8rem}
.bestseller-meta{font-size:.7rem;letter-spacing:.04em;color:var(--blue);margin-bottom:.35rem}
.bestseller-name{font-size:1.05rem;line-height:1.15}
.bestseller-sub{color:var(--muted);font-size:.8rem;margin-top:.25rem}
.bestseller-arrow{position:absolute;z-index:4;top:44%;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 20px rgba(0,43,94,.12)}
.bestseller-arrow:hover{background:var(--blue);color:#fff}.bestseller-arrow:disabled{opacity:.35;pointer-events:none}
.bestseller-arrow[data-dir="prev"]{left:-54px}.bestseller-arrow[data-dir="next"]{right:-54px}
.bestseller-arrow svg{width:18px;height:18px}
.bestseller-note{color:var(--muted);font-size:.82rem;margin:.65rem 0 0}

.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.service-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(24px,3vw,36px)}
.service-number{display:block;font:750 .74rem/1 "Inter";letter-spacing:.13em;color:var(--blue);margin-bottom:2rem}
.service-item p{margin:.8rem 0 0;color:var(--muted)}

.cta-band{background:var(--blue);color:#fff}
.cta-band .wrap{display:flex;justify-content:space-between;align-items:center;gap:2rem}
.cta-band h2{color:#fff;font-size:clamp(1.8rem,3.4vw,2.8rem)}
.cta-band p{margin:.5rem 0 0;color:#f0f0ee}

.site-footer{background:var(--footer);color:#e7e7e7;padding:clamp(34px,4vw,46px) 0 18px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .8fr 1fr;gap:clamp(24px,3vw,44px)}
.footer-logo{background:#fff;border-radius:8px;padding:10px 13px;width:170px;margin-bottom:1.2rem}
.site-footer p,.site-footer address{color:#f2f2f2;font-style:normal;font-size:.92rem}
.site-footer h2{font:750 .76rem/1.2 "Inter";letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:1rem}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.65rem;font-size:.92rem}
.site-footer a{color:#f2f2f2}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-hours{display:grid;gap:.5rem;font-size:.88rem}
.footer-hours div{display:flex;justify-content:space-between;gap:1rem}
.footer-hours dt,.footer-hours dd{margin:0}
.footer-hours dd{text-align:right;color:#f2f2f2}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.25);font-size:.82rem;color:#eee}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-slide,.destination-card,.destination-card img,.model-card img,.inventory-panel{transition:none}}

@media (max-width:980px){
  :root{--wrap:min(100% - 36px,1180px)}
  .topbar .wrap{justify-content:space-between}
  .site-nav{position:fixed;inset:116px 0 auto;background:#fff;padding:1rem 18px 1.4rem;display:none;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);box-shadow:0 16px 30px rgba(0,43,94,.12)}
  .site-nav.is-open{display:flex}.site-nav a{padding:.8rem}.header-call{display:none}.menu-button{display:inline-flex}
  .hero-stage{height:500px}.subpage-hero-stage{height:440px}.hero-band-card{width:min(600px,100%)}
  .benefit-layout,.local-proof,.provider-intro,.inventory-callout{grid-template-columns:1fr}
  .destinations .wrap{grid-template-columns:1fr}.destination-heading{max-width:36ch}.destination-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.models-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .testcenter-panel{grid-template-columns:1fr}.testcenter-media{min-height:330px;order:-1}
  .provider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
  .action-rail{top:55%;bottom:auto;right:0;left:auto;transform:translateY(-50%);flex-direction:column;gap:7px}
  .rail-action,.inventory-trigger{width:46px;height:46px}.rail-action,.rail-action:first-child,.rail-action:last-child{border-radius:13px 0 0 13px}a.rail-action:hover{width:50px}
  .inventory-head{width:46px;height:46px}
  .inventory-panel{right:46px;width:min(360px,calc(100vw - 62px))}
}

@media (max-width:680px){
  :root{--wrap:calc(100% - 28px)}
  .topbar{font-size:.68rem}.topbar .wrap{min-height:56px;padding-block:5px;display:grid;grid-template-columns:1fr 1fr;gap:2px 10px}.topbar a:first-child{grid-column:1/-1}.topbar .phone-contact,.topbar .email-contact{display:inline-flex}.topbar .email-contact{justify-self:end}
  .header-row{height:70px}.brand img{width:142px}.site-nav{top:126px}
  .action-rail{top:55%;right:0;bottom:auto;left:auto;transform:translateY(-50%);flex-direction:column;align-items:flex-end;gap:6px;padding:0;background:transparent;border-radius:0;box-shadow:none;backdrop-filter:none}.rail-action,.inventory-trigger,a.rail-action:hover{width:44px;height:44px;border-radius:12px 0 0 12px;box-shadow:none}
  .inventory-head{width:44px;height:44px;border-radius:12px 0 0 12px}
  .inventory-panel{right:44px;width:calc(100vw - 58px)}
  .inventory-panel-body{padding:17px 18px 18px}.inventory-panel-body img{width:140px}
  .hero-stage,.subpage-hero-stage{height:430px}.hero-slide img{object-position:center}.hero-band-overlay{background:linear-gradient(90deg,rgba(0,0,0,.3),rgba(0,0,0,.05));align-items:center}.hero-band-card{width:100%;padding:20px 18px 18px;background:#6c6f73;border:1px solid rgba(255,255,255,.28);border-radius:5px;box-shadow:0 16px 36px rgba(0,0,0,.28)}.hero-band-card .kicker{font-size:.64rem;margin-bottom:10px}.hero-band-card h1{font-size:clamp(2rem,9vw,2.55rem);line-height:1.02;max-width:13ch}.hero-band-copy{font-size:.9rem;line-height:1.42;margin-top:10px}.hero-band-actions{display:grid;grid-template-columns:1fr;margin-top:15px;gap:8px}.hero-band-actions .button{width:100%;padding:.72rem 1rem}.hero-band-proof{font-size:.8rem;margin-top:13px;padding-top:11px}.home-hero-card{padding:22px 20px}.home-hero-card h1{max-width:11ch;color:#fff;font-size:clamp(2.15rem,10vw,2.7rem)}.home-hero-card .hero-band-copy{color:#f2f2f0;margin-top:10px}.home-hero-card .hero-band-actions{margin-top:16px}.hero-dots{right:18px;bottom:12px}
  .hours-strip .wrap{min-height:56px;flex-direction:column;gap:0;padding-block:.55rem;line-height:1.35}
  .section{padding:36px 0}.section-heading{grid-template-columns:1fr;gap:14px}.checks{grid-template-columns:1fr}
  .destination-grid,.models-grid,.service-grid{grid-template-columns:1fr}.destination-card figure{aspect-ratio:16/7}.model-card{min-height:330px}
  .provider-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:28px}.provider-card{padding:7px;border-radius:9px;aspect-ratio:1.2}
  .bestseller-head{align-items:flex-start;flex-direction:column}.bestseller-tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.bestseller-tab{padding:.6rem .35rem}.bestseller-card{flex-basis:66vw}.bestseller-arrow{display:none}
  .finance-band,.cta-band .wrap{align-items:flex-start;flex-direction:column}.finance-band .button,.cta-band .button{width:100%}
  .inventory-callout{padding:26px}.inventory-callout img{width:230px}
  .trial-band{height:auto;grid-template-columns:1fr}.trial-band figure{height:180px}.trial-copy{padding:24px 22px 28px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}.footer-grid>div:first-child,.footer-grid>div:nth-child(2){grid-column:1/-1}.footer-bottom{flex-direction:column;margin-top:26px}.site-footer{padding-bottom:28px}
}
