:root {
  --grove: #1F3D2A;
  --lemon: #F4C430;
  --ink: #171717;
  --paper: #F7F4ED;
  --muted-ink: rgba(23, 23, 23, .72);
  --muted-paper: rgba(247, 244, 237, .76);
  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.mobile-open { overflow: hidden; }
body.mobile-open .site-header { background: rgba(247,244,237,.96); backdrop-filter: blur(12px); }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
svg { width: 1em; height: 1em; flex: 0 0 auto; }
[hidden] { display: none !important; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.section { padding: 120px 0; scroll-margin-top: 74px; }
#home { scroll-margin-top: 0; }
.eyebrow, .badge, .service-num, .hours-chip, .ticket-card small, .ticket-card span, .form-note, .footer h4, .contact-block small, .contact-block a, .contact-block span, label, .error, .footer-bottom { font-family: var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.eyebrow { margin: 0; color: var(--grove); font-size: 11px; font-weight: 700; }
.lemon-text { color: var(--lemon); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.025em; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; border: 1.5px solid currentColor; font-size: 15px; font-weight: 700; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover, .call-pill:hover { transform: translateY(-1px); }
.btn-lemon { background: var(--lemon); color: var(--ink); border-color: var(--lemon); }
.btn-outline-light { background: transparent; color: var(--paper); border-color: rgba(247,244,237,.82); }
.btn-ghost { background: transparent; color: var(--paper); border-color: rgba(247,244,237,.38); }
.btn-outline-yellow { background: transparent; color: var(--lemon); border-color: var(--lemon); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--paper); border-bottom: 1px solid transparent; transition: background .24s ease, color .24s ease, border-color .24s ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(247,244,237,.92); backdrop-filter: blur(12px); border-bottom-color: rgba(23,23,23,.08); }
.nav-wrap { max-width: 1240px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: currentColor; text-decoration: none; }
.brand-mark { width: 36px; height: 36px; }
.wordmark strong { display: block; font-family: var(--display); font-weight: 800; font-size: 18px; line-height: 1; letter-spacing: -.01em; white-space: nowrap; }
.wordmark em { display: block; margin-top: 5px; font-family: var(--mono); font-style: normal; text-transform: uppercase; letter-spacing: .18em; font-size: 9.5px; line-height: 1; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav > a:not(.call-pill) { padding: 8px 14px; color: currentColor; text-decoration: none; font-size: 14px; font-weight: 600; opacity: .86; }
.call-pill { margin-left: 12px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--lemon); color: var(--ink); border: 1.5px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease; }
.mobile-toggle { display: none; border: 0; border-radius: 6px; padding: 8px 12px; background: var(--paper); color: var(--ink); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; cursor: pointer; }
.site-header.is-scrolled .mobile-toggle, body.mobile-open .mobile-toggle { background: var(--ink); color: var(--paper); }
.mobile-menu { display: none; padding: 12px 32px 24px; background: var(--paper); color: var(--ink); border-top: 1px solid rgba(23,23,23,.08); }
.mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(23,23,23,.06); text-decoration: none; font-family: var(--display); font-size: 22px; font-weight: 700; }
.mobile-menu .mobile-call { margin: 18px 0 0; justify-content: center; font-family: var(--body); font-size: 15px; border-bottom: 1.5px solid var(--ink); }
body.mobile-open .mobile-menu { display: block; }

.hero { position: relative; overflow: hidden; background: var(--grove); color: var(--paper); padding: 110px 0 80px; min-height: 760px; display: flex; align-items: center; }
.dot-layer { position: absolute; inset: 0; opacity: .065; background-image: radial-gradient(var(--lemon) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px 7px 10px; background: var(--lemon); color: var(--ink); border: 1.5px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 700; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #1FAB55; box-shadow: 0 0 0 3px rgba(31,171,85,.25); animation: pulse 1.7s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(31,171,85,.1); } }
.hero h1 { max-width: 680px; margin: 32px 0 0; font-size: clamp(44px, 6vw, 76px); line-height: 1.02; font-weight: 800; text-wrap: balance; }
.hero h1 span { color: var(--lemon); font-style: italic; }
.hero p { max-width: 560px; margin: 24px 0 0; color: var(--muted-paper); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-actions svg { width: 16px; height: 16px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(247,244,237,.15); color: var(--muted-paper); font-size: 13px; }
.trust-row span::first-letter { color: var(--lemon); }
.hero-visual { position: relative; width: 100%; aspect-ratio: 1 / 1; }
.yellow-card { position: absolute; inset: 8% 12% 10% 8%; background: var(--lemon); border: 2px solid var(--ink); border-radius: 24px; transform: rotate(-3deg); }
.ticket-card { position: absolute; inset: 12% 6% 14% 14%; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; background: var(--paper); color: var(--grove); border: 2px solid var(--ink); border-radius: 24px; transform: rotate(2deg); }
.ticket-top { display: flex; align-items: center; justify-content: space-between; }
.ticket-logo { width: 48px; height: 48px; color: var(--grove); }
.ticket-card span, .ticket-card small { color: var(--grove); font-size: 11px; font-weight: 700; opacity: .78; }
.ticket-middle small { display: block; margin-bottom: 8px; }
.ticket-middle strong { display: block; max-width: 360px; color: var(--ink); font-family: var(--display); font-size: 28px; line-height: 1.05; letter-spacing: -.02em; }
.ticket-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; border-top: 1.5px dashed var(--grove); }
.hours-chip { position: absolute; right: -4%; bottom: -2%; color: var(--lemon); background: var(--ink); border: 1.5px solid var(--lemon); border-radius: 999px; padding: 10px 16px; font-size: 11px; font-weight: 700; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.about h2, .why h2, .contact h2 { margin: 16px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; font-weight: 800; text-wrap: balance; }
.about p:not(.eyebrow) { margin: 0; color: var(--muted-ink); font-size: 18px; line-height: 1.65; }
.about p + p { margin-top: 20px !important; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(23,23,23,.1); }
.stats-grid strong { display: block; color: var(--grove); font-family: var(--display); font-size: 28px; letter-spacing: -.02em; }
.stats-grid span { display: block; margin-top: 4px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .62; }

.services { background: var(--ink); color: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 56px; }
.section-head h2 { max-width: 720px; margin: 16px 0 0; font-size: clamp(34px, 4.5vw, 60px); line-height: 1.03; font-weight: 800; text-wrap: balance; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(247,244,237,.15); border-radius: 12px; overflow: hidden; }
.service-card { position: relative; min-height: 280px; padding: 36px 32px 32px; border-right: 1px solid rgba(247,244,237,.15); border-bottom: 1px solid rgba(247,244,237,.15); transition: background .22s ease; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-child(n+4) { border-bottom: 0; }
.service-card:hover { background: var(--grove); }
.service-num { color: var(--lemon); font-size: 11px; font-weight: 800; opacity: .86; }
.service-card h3 { margin: 88px 0 12px; font-size: 26px; line-height: 1.05; font-weight: 800; }
.service-card p { margin: 0; color: var(--muted-paper); font-size: 14px; line-height: 1.55; }
.service-icon { position: absolute; top: 58px; left: 32px; width: 58px; height: 58px; color: var(--lemon); opacity: .95; }
.tire-icon { border: 4px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 10px var(--ink), inset 0 0 0 14px currentColor; }
.tire-icon::before { content: ''; position: absolute; inset: 20px; background: currentColor; border-radius: 50%; }
.brake-icon { border: 4px solid currentColor; border-radius: 50%; }
.brake-icon::before { content: ''; position: absolute; width: 22px; height: 22px; left: 18px; top: 18px; border: 3px solid currentColor; border-radius: 50%; }
.align-icon::before, .align-icon::after { content: ''; position: absolute; left: 4px; right: 4px; height: 4px; background: currentColor; border-radius: 99px; }
.align-icon::before { top: 16px; transform: rotate(-14deg); }
.align-icon::after { bottom: 16px; transform: rotate(14deg); }
.battery-icon { border: 4px solid currentColor; border-radius: 8px; margin-top: 8px; height: 42px; }
.battery-icon::before { content: ''; position: absolute; right: -9px; top: 15px; width: 7px; height: 16px; background: currentColor; border-radius: 0 3px 3px 0; }
.battery-icon::after { content: '+  –'; position: absolute; inset: 0; display: grid; place-items: center; color: currentColor; font-family: var(--mono); font-size: 18px; font-weight: 800; letter-spacing: .2em; }
.rim-icon { border: 3px solid currentColor; border-radius: 50%; }
.rim-icon::before { content: ''; position: absolute; inset: 22px; background: currentColor; border-radius: 50%; }
.rim-icon::after { content: ''; position: absolute; inset: 10px; border: 3px dashed currentColor; border-radius: 50%; }

.why { background: var(--paper); }
.why-head { max-width: 760px; margin-bottom: 48px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(23,23,23,.12); border-radius: 12px; overflow: hidden; }
.why-grid div { min-height: 150px; padding: 28px 24px; border-right: 1px solid rgba(23,23,23,.12); border-bottom: 1px solid rgba(23,23,23,.12); font-family: var(--display); font-size: 22px; font-weight: 700; line-height: 1.15; }
.why-grid div:nth-child(4n) { border-right: 0; }
.why-grid div:nth-child(n+5) { border-bottom: 0; }
.why-grid span { display: block; color: var(--lemon); margin-bottom: 18px; -webkit-text-stroke: .5px var(--ink); }

.faq { background: var(--grove); color: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.faq h2 { margin: 16px 0 0; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.03; font-weight: 800; text-wrap: balance; }
.faq-lede { max-width: 420px; margin: 24px 0 32px; color: var(--muted-paper); font-size: 16px; line-height: 1.65; }
.faq-list { border-top: 1px solid rgba(247,244,237,.18); }
details { border-bottom: 1px solid rgba(247,244,237,.18); }
summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1.12; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--lemon); font-family: var(--body); }
details[open] summary::after { content: '–'; }
details p { margin: -6px 0 24px; color: var(--muted-paper); font-size: 15px; line-height: 1.6; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.contact h2 { margin-bottom: 32px; }
.contact-block { display: flex; gap: 20px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid rgba(23,23,23,.1); }
.contact-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--grove); color: var(--lemon); font-size: 19px; }
.contact-block small { display: block; margin-bottom: 6px; color: var(--ink); opacity: .5; font-size: 11px; font-weight: 700; }
.contact-block strong { display: block; color: var(--ink); font-family: var(--display); font-size: 22px; line-height: 1.25; font-weight: 600; letter-spacing: -.015em; }
.contact-block strong a { font: inherit; letter-spacing: inherit; text-transform: none; text-decoration: none; }
.contact-block a, .contact-block span { display: inline-block; margin-top: 8px; color: var(--grove); font-size: 11px; font-weight: 800; text-decoration: none; }
.contact-block span { color: var(--ink); opacity: .55; }
.map-wrap { margin-top: 40px; aspect-ratio: 16 / 10; border: 1.5px solid var(--ink); border-radius: 12px; overflow: hidden; background: var(--ink); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.9); }
.form-card { background: var(--ink); color: var(--paper); border-radius: 16px; padding: 40px; }
.form-card h3 { margin: 0 0 28px; font-size: 24px; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 8px; color: var(--paper); opacity: .72; font-size: 10px; font-weight: 800; }
label span { color: var(--lemon); }
input, select, textarea { width: 100%; padding: 12px 14px; background: rgba(247,244,237,.06); color: var(--paper); border: 1px solid rgba(247,244,237,.18); border-radius: 8px; outline: none; font-size: 14px; }
textarea { min-height: 100px; resize: vertical; }
select option { color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--lemon); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.error { display: block; min-height: 14px; margin-top: 6px; color: var(--lemon); font-size: 10px; font-weight: 700; }
.global-error { margin-top: 18px; color: var(--lemon); font-size: 14px; line-height: 1.4; }
.submit-btn { width: 100%; margin-top: 20px; border: 0; }
.form-note { margin: 16px 0 0; text-align: center; color: var(--paper); opacity: .5; font-size: 10px; font-weight: 700; }
.form-success { min-height: 480px; display: flex; flex-direction: column; justify-content: center; }
.success-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--lemon); color: var(--ink); font-size: 30px; font-weight: 800; }
.form-success h3 { margin-bottom: 0; font-size: 32px; line-height: 1.1; }
.form-success p { margin: 16px 0 32px; color: var(--muted-paper); font-size: 16px; line-height: 1.55; }
.form-success a { color: var(--lemon); }

.footer { background: var(--ink); color: var(--paper); padding: 80px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid rgba(247,244,237,.15); }
.footer p { max-width: 320px; margin: 24px 0 0; color: var(--muted-paper); font-size: 14px; line-height: 1.55; }
.footer h4 { margin: 0 0 16px; font-size: 11px; font-weight: 700; opacity: .52; }
.footer a, .footer span { display: block; margin-bottom: 10px; color: var(--paper); text-decoration: none; font-size: 14px; opacity: .82; }
.footer span { opacity: .66; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 32px; color: var(--paper); font-size: 11px; opacity: .62; }
.footer-bottom span { margin: 0; font-family: inherit; }
.sticky-call { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; padding: 14px 20px; background: var(--lemon); color: var(--ink); border: 1.5px solid var(--ink); border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.25); text-align: center; text-decoration: none; font-weight: 800; }

@media (max-width: 860px) {
  body { padding-bottom: 80px; }
  .container { padding: 0 22px; }
  .section { padding: 84px 0; }
  .desktop-nav { display: none; }
  .mobile-toggle { display: inline-block; }
  .nav-wrap { padding: 14px 22px; }
  .wordmark strong { font-size: 16px; }
  .wordmark em { font-size: 8.5px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: auto; padding: 104px 0 72px; }
  .hero-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(40px, 12vw, 62px); }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .ticket-card { padding: 26px; }
  .ticket-middle strong { font-size: 24px; }
  .section-head { align-items: flex-start; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0 !important; border-bottom: 1px solid rgba(247,244,237,.15) !important; }
  .service-card:last-child { border-bottom: 0 !important; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid div { min-height: 118px; border-right: 0 !important; border-bottom: 1px solid rgba(23,23,23,.12) !important; }
  .why-grid div:last-child { border-bottom: 0 !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .sticky-call { display: block; }
}
@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 14px; flex-direction: column; }
  .stats-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-card { padding: 28px 22px; }
  .ticket-bottom { flex-direction: column; gap: 6px; }
  .hours-chip { right: 2%; bottom: -6%; }
  .footer-grid { grid-template-columns: 1fr; }
}
