*{box-sizing:border-box}
:root{
  --yellow:#ffd21a;
  --yellow-2:#ffb800;
  --black:#080808;
  --panel:#111;
  --panel-2:#171717;
  --muted:#a8a8a8;
  --white:#f5f5f5;
  --line:#2a2a2a;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 40px));margin:auto}
.topbar{background:var(--yellow);color:#080808;font-size:.84rem;font-weight:800}
.topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:9px 0}
.topbar a{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:20;background:rgba(8,8,8,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px}
.brand-mark{width:44px;height:44px;border:3px solid var(--yellow);border-radius:50%;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:7px;transform:skew(-7deg)}
.brand-mark span{display:block;height:5px;background:var(--yellow);border-radius:2px}
.brand-mark span:nth-child(1){width:100%}.brand-mark span:nth-child(2){width:72%}.brand-mark span:nth-child(3){width:100%}
.brand-copy{display:flex;flex-direction:column;line-height:.88}
.brand-copy strong{font-size:1.48rem;letter-spacing:.03em}
.brand-copy em{font-style:normal;font-weight:900;color:var(--yellow);font-size:.83rem;letter-spacing:.09em}
.nav-links{display:flex;align-items:center;gap:27px;font-weight:700;font-size:.94rem}
.nav-links a{opacity:.86}.nav-links a:hover{opacity:1;color:var(--yellow)}
.nav-cta{background:var(--yellow);color:#090909!important;padding:11px 18px;border-radius:4px;opacity:1!important}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:1.8rem}
.hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 76% 40%,rgba(255,210,26,.13),transparent 30%),
 linear-gradient(115deg,#070707 0%,#0b0b0b 55%,#111 100%);
 border-bottom:1px solid var(--line)}
.hero:after{content:"";position:absolute;right:-160px;bottom:-250px;width:620px;height:620px;border:90px solid rgba(255,210,26,.045);border-radius:50%}
.hero-grid{min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;position:relative;z-index:1}
.eyebrow{font-size:.76rem;font-weight:900;letter-spacing:.16em;color:var(--yellow);margin-bottom:16px}
.hero h1{font-size:clamp(3.1rem,7vw,6.1rem);line-height:.9;margin:0 0 25px;letter-spacing:-.055em}
.hero h1 span{color:var(--yellow)}
.hero-text{font-size:1.12rem;color:#c5c5c5;max-width:580px;margin-bottom:30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 19px;border-radius:4px;font-weight:900;border:1px solid transparent;transition:.2s transform,.2s background}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--yellow);color:#070707}
.button-secondary{border-color:#444;background:#121212}
.button-outline{border-color:#444;background:#0d0d0d}
.trust-row{display:flex;align-items:center;gap:15px;margin-top:26px}
.trust-row span{color:var(--yellow);letter-spacing:3px}.trust-row small{color:#999}
.hero-card{height:390px;background:linear-gradient(145deg,#171717,#0d0d0d);border:1px solid #303030;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.45)}
.hero-card:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,210,26,.2);border-radius:8px}
.hero-card-content{position:absolute;left:48px;bottom:55px;right:45px;z-index:2}
.mini-label{font-size:.7rem;letter-spacing:.15em;font-weight:900;color:var(--yellow)}
.hero-card h2{font-size:3.4rem;line-height:1;margin:8px 0 12px}
.hero-card p{color:#b5b5b5;max-width:300px}
.hero-card a{font-size:1.25rem;font-weight:900;color:var(--yellow)}
.tire-ring{position:absolute;border-radius:50%;border:45px solid #242424;box-shadow:inset 0 0 0 7px #0a0a0a,0 0 0 5px rgba(255,210,26,.2)}
.tire-ring-lg{width:360px;height:360px;right:-100px;top:-85px}
.speed-lines{position:absolute;width:230px;height:150px;right:35px;bottom:30px;transform:skew(-25deg);background:repeating-linear-gradient(to bottom,transparent 0 14px,rgba(255,210,26,.18) 15px 17px)}
.service-strip{background:var(--yellow);color:#090909}
.service-strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.service-strip-grid div{padding:18px 25px;border-right:1px solid rgba(0,0,0,.18);display:flex;gap:8px;justify-content:center;align-items:center}
.service-strip-grid div:last-child{border:0}.service-strip strong{font-size:.8rem}.service-strip span{font-weight:900;font-size:.8rem}
.section{padding:100px 0}
.section-heading{max-width:750px;margin-bottom:42px}
.section-heading h2,.about-copy h2,.hours-section h2,.contact-box h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1;letter-spacing:-.04em;margin:0}
.section-heading h2 span{color:var(--yellow)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:var(--panel);border:1px solid var(--line);padding:30px;border-radius:8px;min-height:300px;position:relative}
.service-card.featured{border-color:rgba(255,210,26,.55);background:linear-gradient(145deg,#171717,#101010)}
.service-icon{width:50px;height:50px;border:1px solid #3a3a3a;color:var(--yellow);display:grid;place-items:center;border-radius:5px;font-size:1.5rem;margin-bottom:35px}
.service-card h3{font-size:1.35rem;margin:0 0 10px}
.service-card p{color:#a9a9a9;max-width:300px}
.service-card a{position:absolute;bottom:28px;color:var(--yellow);font-weight:900}
.card-badge{position:absolute;right:20px;top:20px;background:var(--yellow);color:#080808;font-size:.65rem;font-weight:900;padding:6px 8px}
.about-section{padding:0 0 100px}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:80px;align-items:center}
.about-visual{height:470px;border-radius:8px;background:
 radial-gradient(circle at 45% 48%,rgba(255,210,26,.22),transparent 18%),
 linear-gradient(145deg,#171717,#090909);border:1px solid #2b2b2b;position:relative;overflow:hidden;display:grid;place-items:center}
.big-e{font-size:20rem;font-weight:1000;line-height:1;color:transparent;-webkit-text-stroke:8px var(--yellow);opacity:.9;transform:skew(-7deg)}
.visual-caption{position:absolute;bottom:24px;left:28px;display:flex;flex-direction:column}
.visual-caption strong{font-size:1.1rem}.visual-caption span{color:var(--yellow);font-size:.72rem;font-weight:900;letter-spacing:.12em}
.about-copy p{font-size:1.08rem;color:#b3b3b3;max-width:600px;margin:22px 0 30px}
.manager{display:flex;align-items:center;gap:14px}
.manager-avatar{width:48px;height:48px;border-radius:50%;background:var(--yellow);color:#090909;display:grid;place-items:center;font-weight:1000}
.manager strong,.manager span{display:block}.manager span{color:#999;font-size:.85rem}
.hours-section{background:#111;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:75px 0}
.hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.hours-section p{color:#999}
.hours-card{border:1px solid #333;border-radius:8px;background:#0a0a0a}
.hours-card div{display:flex;justify-content:space-between;gap:20px;padding:21px 24px;border-bottom:1px solid #252525}
.hours-card div:last-child{border-bottom:0}.hours-card span{color:#999}.hours-card strong{color:var(--yellow)}
.contact-section{padding:90px 0}
.contact-box{border:1px solid rgba(255,210,26,.35);background:linear-gradient(120deg,#151515,#0d0d0d);padding:48px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.contact-box p{color:#999;margin:10px 0 0}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
footer{border-top:1px solid var(--line);padding:28px 0;background:#050505}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-brand{transform:scale(.82);transform-origin:left center}
.footer-inner p{font-size:.78rem;color:#777;margin:0}
.footer-inner>a{font-size:.8rem;color:var(--yellow);font-weight:800}
@media(max-width:800px){
  .topbar-inner{font-size:.72rem;flex-direction:column;gap:3px}
  .nav{height:68px}.menu-toggle{display:block}
  .nav-links{display:none;position:absolute;left:20px;right:20px;top:68px;background:#101010;border:1px solid #2b2b2b;border-radius:0 0 8px 8px;padding:14px;flex-direction:column;align-items:stretch;gap:0}
  .nav-links.open{display:flex}.nav-links a{padding:13px 10px}.nav-cta{text-align:center;margin-top:7px}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:75px;padding-bottom:80px;gap:50px}
  .hero-card{height:320px}.tire-ring-lg{width:280px;height:280px;right:-90px;top:-65px}.hero-card-content{left:30px;bottom:35px}
  .service-strip-grid{grid-template-columns:1fr}.service-strip-grid div{border-right:0;border-bottom:1px solid rgba(0,0,0,.18)}
  .cards{grid-template-columns:1fr}.service-card{min-height:260px}
  .about-grid,.hours-grid{grid-template-columns:1fr;gap:35px}.about-visual{height:360px}.big-e{font-size:14rem}
  .contact-box{padding:34px;flex-direction:column;align-items:flex-start}.contact-actions{justify-content:flex-start}
  .footer-inner{flex-direction:column;align-items:flex-start}.footer-inner p{order:3}
}
@media(max-width:480px){
  .container{width:min(100% - 28px,1120px)}
  .hero h1{font-size:3.4rem}.hero-text{font-size:1rem}.hero-actions .button{width:100%}
  .trust-row{align-items:flex-start;flex-direction:column;gap:5px}
  .contact-actions .button{width:100%}
}
