:root{--bg:#090c0f;--surface:#13181d;--ink:#f3f2ed;--muted:#a9b0b5;--line:#2a3036;--accent:#d6b574}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 Arial,Helvetica,sans-serif}body.motors{--accent:#ff9b53}a{color:inherit;text-decoration:none}a,button,input,textarea{ -webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button,input,textarea{font:inherit}.wrap{width:min(1240px,90%);margin:auto}.header{border-bottom:1px solid var(--line)}.nav{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:20px;font-weight:800;line-height:1.1;letter-spacing:1px}.brand b{color:var(--accent);font-style:italic;font-size:30px;letter-spacing:-2px;margin-right:8px}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:3px;margin-top:6px}.navlinks{display:flex;gap:30px;font-size:14px;align-items:center}.navlinks [aria-current=page]{color:var(--accent)}.navphone{font-weight:700;font-size:17px}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:2.5px;color:var(--accent);font-weight:700}.intro{padding:50px 0 32px;display:flex;align-items:end;justify-content:space-between;gap:35px}h1{font-size:clamp(38px,5.5vw,70px);line-height:1.04;letter-spacing:-2.8px;margin:16px 0}h1 span{color:var(--accent)}.intro p{max-width:300px;color:var(--muted);margin-bottom:18px}h2{font-size:clamp(28px,3.5vw,44px);line-height:1.12;letter-spacing:-1.3px}h3{line-height:1.2}p{color:var(--muted)}.choices{display:grid;grid-template-columns:1fr 1fr;gap:22px}.choice{border:1px solid var(--line);background:var(--surface);overflow:hidden;display:block;transition:border-color .2s,transform .2s}.choice:hover{border-color:var(--accent);transform:translateY(-4px)}.picture{position:relative;overflow:hidden;background:#07090b;isolation:isolate}.picture img{position:absolute;max-width:none;height:auto;display:block}.picture.keys{aspect-ratio:1.9}.picture.keys img{width:170%;left:0;top:-197%}.picture.dashboard{aspect-ratio:1.9}.picture.dashboard img{width:170%;left:-70%;top:-209%}.choice .picture:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#13181d,transparent 25%);pointer-events:none}.cardbody{padding:22px 30px 28px}.cardtop{display:flex;align-items:center;justify-content:space-between}.cardtop h2{font-size:38px;margin:5px 0}.cardtop span{color:var(--accent);font-size:14px}.cardbody p{margin:8px 0 26px}.cardlink{border-top:1px solid var(--line);padding-top:17px;display:flex;justify-content:space-between;font-weight:700;color:var(--accent)}.choice.motorcard{--accent:#ff9b53}.region{display:flex;justify-content:space-between;gap:20px;padding:26px 0;color:var(--muted);font-size:14px;border-bottom:1px solid var(--line)}.region strong{color:var(--ink)}.contactband{margin:45px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}.contactband h2{font-size:28px;margin:0 0 8px}.contactband p{margin:0}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;padding:14px 22px;font-weight:700;font-size:14px;border:1px solid #586069;min-height:50px;background:transparent;color:var(--ink);cursor:pointer}.btn.primary{background:var(--accent);border-color:var(--accent);color:#0b0e11}.btn:hover{filter:brightness(1.12)}footer{border-top:1px solid var(--line);padding:28px 0;font-size:13px;color:var(--muted)}.foot{display:flex;justify-content:space-between;gap:20px}.dock{display:none}.breadcrumb{padding-top:24px;font-size:13px;color:var(--muted)}.servicehero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:44px 0 60px}.servicehero h1{font-size:clamp(42px,5vw,66px)}.servicehero p{max-width:480px;font-size:18px}.servicehero .picture{aspect-ratio:1.1;border:1px solid var(--line)}.servicehero .keys img{width:170%;top:-114%}.servicehero .dashboard img{width:170%;top:-117%}.servicehero .actions{margin-top:30px}.section{padding:55px 0;border-top:1px solid var(--line)}.section>h2{margin-top:12px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:35px}.service{border-top:1px solid #59616a;padding-top:18px}.service .num{font-size:13px;color:var(--accent)}.service h3{font-size:21px}.contactgrid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.bigphone{font-size:clamp(25px,3vw,36px);color:var(--ink);font-weight:bold;display:block;margin:22px 0}.form{background:var(--surface);border:1px solid var(--line);padding:28px}.form label{display:block;font-size:14px;margin-bottom:17px}.form input,.form textarea{display:block;width:100%;margin-top:6px;border:1px solid #4a535b;background:var(--bg);padding:12px;color:var(--ink);border-radius:0}.form textarea{min-height:90px;resize:vertical}.form .btn{width:100%}.note{font-size:12px}.citylist{color:var(--muted);max-width:500px}.servicehero .small{font-size:13px} @media(max-width:700px){.wrap{width:90%}.nav{min-height:82px;gap:12px;flex-wrap:wrap;padding:18px 0}.navlinks{gap:20px;order:3;width:100%;border-top:1px solid var(--line);padding-top:12px}.navphone{font-size:14px}.brand{font-size:16px}.brand b{font-size:25px}.brand small{font-size:9px;letter-spacing:2px}.intro{display:block;padding-top:30px;padding-bottom:22px}.intro p{max-width:100%;margin:16px 0 0}.intro h1{letter-spacing:-1.8px}.choices{grid-template-columns:1fr;gap:20px}.cardbody{padding:15px 23px 23px}.cardtop h2{font-size:32px}.cardbody p{font-size:14px;margin:8px 0 19px}.region{flex-direction:column;gap:8px}.contactband{display:block;margin:35px 0}.contactband .actions{margin-top:22px}.foot{flex-direction:column;gap:8px}footer{padding-bottom:100px}.dock{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;background:#101419;border-top:1px solid #3b4249;padding:10px 5% max(10px,env(safe-area-inset-bottom));gap:10px;z-index:10}.dock .btn{padding:11px 10px;min-height:44px}.servicehero{grid-template-columns:1fr;gap:30px;padding-top:25px;padding-bottom:35px}.servicehero h1{font-size:43px;letter-spacing:-1.7px}.servicehero .picture{aspect-ratio:1.9}.servicehero .keys img{top:-197%}.servicehero .dashboard img{top:-209%}.services,.contactgrid{grid-template-columns:1fr;gap:26px}.section{padding:36px 0}.form{padding:20px}.servicehero p{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.choice{transition:none}}
/* Service entry centered on each visual */
.choice .entry{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:18px;width:max-content;max-width:90%;min-height:56px;padding:15px 25px;background:#090c0fee;border:1px solid var(--accent);color:var(--accent);font-size:16px;font-weight:700;text-align:center;box-shadow:0 8px 32px #0008}.choice:hover .entry,.choice:focus-visible .entry{background:var(--accent);color:#090c0f}.choice .cardbody p{margin-bottom:0}@media(max-width:700px){.choice .entry{min-height:50px;padding:12px 18px;font-size:15px;gap:12px}}
.choice.motorcard .entry{top:10px;transform:translateX(-50%);min-height:40px;padding:7px 16px;font-size:14px}


.home .choice-intro{padding:32px 0 24px}.home .choice-intro h1{font-size:clamp(24px,3vw,36px);letter-spacing:-1px;margin:10px 0 0}.home .choice .cardbody{padding:28px 30px 24px;text-align:left}.home .choice .cardtop{display:block}.home .choice .cardtop h2{margin:0 0 8px}.home .choice .cardtop>span{font-size:12px;letter-spacing:1.5px}.home .choice .cardbody p{margin:12px 0 0}.home .choice .picture:after{background:linear-gradient(180deg,#13181d,transparent 15%)}@media(max-width:700px){.home .choice .cardbody{padding:23px}.home .choice-intro{padding-top:25px}}

.home .choice .cardbody{text-align:center;padding:24px}.home .choice .cardtop h2{margin:0}
.home .choice .cardtop h2{font-family:Arial,Helvetica,sans-serif;font-style:italic;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:clamp(28px,3.3vw,44px);line-height:1.2;color:var(--accent)}

.home .choice .entry,.home .choice.motorcard .entry{top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(19px,2.1vw,29px);line-height:1.25;min-height:72px;padding:18px 24px;gap:16px;max-width:92%;width:max-content;background:#090c0ff2}.home .choice .entry>span{font-size:.8em}@media(max-width:700px){.home .choice .entry,.home .choice.motorcard .entry{font-size:20px;min-height:64px;padding:15px 16px;gap:10px}}
.home .choice.motorcard .entry{top:auto;bottom:8px;transform:translateX(-50%);min-height:0;padding:8px 18px;font-size:clamp(18px,2.1vw,29px)}

.nav .flyer-brand{display:block;position:relative;overflow:hidden;flex:0 0 auto;width:250px;height:86px;isolation:isolate}.nav .flyer-brand img{position:absolute;display:block;width:189.63%;max-width:none;height:auto;left:-49.07%;top:-21.62%}.header .nav{min-height:112px}@media(max-width:700px){.nav .flyer-brand{width:185px;height:64px}.header .nav{padding-top:10px;padding-bottom:14px}}@media(max-width:360px){.nav .flyer-brand{width:165px;height:57px}.nav .navphone{font-size:13px}}
.home .choice:hover .entry,.home .choice:focus-visible .entry,.home .choice.motorcard:hover .entry,.home .choice.motorcard:focus-visible .entry{background:var(--accent);color:#090c0f;border-color:var(--accent)}
.home .choice.motorcard .picture.dashboard img{top:-197%}.home .choice.motorcard .entry{top:22%;bottom:auto;transform:translate(-50%,-50%)}
.home .choice.motorcard .entry{top:24%;bottom:auto;transform:translate(-50%,-50%);font-size:clamp(19px,2.1vw,29px);line-height:1.25;min-height:72px;padding:18px 24px;gap:16px;width:78%;max-width:92%}.home .choice:not(.motorcard) .entry{width:78%}@media(max-width:700px){.home .choice.motorcard .entry{font-size:20px;min-height:64px;padding:15px 16px;gap:10px}.home .choice .entry,.home .choice.motorcard .entry{width:92%}}
.home .choice .entry,.home .choice.motorcard .entry{width:max-content;max-width:94%;min-height:0;padding:10px 16px;gap:10px}@media(max-width:700px){.home .choice .entry,.home .choice.motorcard .entry{width:max-content;min-height:0;padding:8px 12px;gap:8px}}
.home .choice.motorcard .entry{top:43%}

.home .motor-entry-row{display:flex;justify-content:center;align-items:center;padding:14px 10px;background:var(--surface)}.home .choice.motorcard .motor-entry-row .entry{position:static;transform:none;margin:0;max-width:100%}

.key-selection{min-height:65vh;display:flex;align-items:center;padding-top:48px;padding-bottom:48px}.key-options{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:24px}.key-option{display:flex;align-items:center;justify-content:center;min-height:190px;padding:28px;border:1px solid #8e774f;background:linear-gradient(135deg,#211e18,#111518);color:#e6c88e;font-size:clamp(24px,3vw,38px);font-weight:700;text-align:center;letter-spacing:-.5px}.key-option:hover,.key-option:focus-visible{background:#d6b574;color:#090c0f;border-color:#d6b574}@media(max-width:700px){.key-selection{padding-top:28px;padding-bottom:28px;min-height:auto}.key-options{grid-template-columns:1fr;gap:16px}.key-option{min-height:125px;padding:22px;font-size:27px}}
.key-selection{justify-content:center}.key-options{width:min(100%,720px);grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.key-option{aspect-ratio:1;min-height:0;padding:20px;font-size:clamp(18px,3vw,32px)}@media(max-width:700px){.key-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.key-option{min-height:0;padding:12px;font-size:clamp(16px,4.5vw,25px);overflow-wrap:anywhere}}
.key-option{background-image:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.08) 75%),url(cles-auto.png);background-size:cover;background-position:center;align-items:flex-end;color:#fff;text-shadow:0 2px 8px #000}.key-option:nth-child(1){background-size:auto,220%;background-position:center,29% 48%}.key-option:nth-child(2){background-position:center,center}.key-option:nth-child(3){background-size:auto,230%;background-position:center,100% 48%}.key-option:nth-child(4){background-size:auto,230%;background-position:center,63% 48%}.key-option:hover,.key-option:focus-visible{background-image:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.2)),url(cles-auto.png);color:#f3d396;border-color:#f3d396}
.key-option:nth-child(1),.key-option:nth-child(2){background-size:auto,400%;background-position:center,28% 53%}.key-option:nth-child(3){background-size:auto,400%;background-position:center,100% 53%}.key-option:nth-child(4){background-size:auto,400%;background-position:center,62% 53%}

/* Stage 1 */
.stage-intro{margin-top:28px;border-top:0;max-width:900px}.stage-intro>p{max-width:680px;font-size:18px}.stage-intro .note{font-size:14px;margin-top:24px}.stage-entry{display:flex;align-items:center;justify-content:space-between;gap:32px}.stage-entry .btn{flex-shrink:0}.stage-entry h2{margin-top:12px}@media(max-width:700px){.stage-entry{display:block}.stage-entry .btn{margin-top:12px}.stage-intro h1{font-size:42px;letter-spacing:-1.5px}}
