/* ============================================================
   OK TIRE LADNER — Stylesheet
   Aesthetic: automotive-precision, yellow + graphite,
   tire-tread textures, motorsport typography.
   ============================================================ */

:root {
  /* Brand — official OK Tire spec (Pantone 7404 C / Black C / Cool Gray 4C) */
  --ok-yellow: #FEDA08;
  --ok-yellow-deep: #D6B807;
  --ok-yellow-bright: #FFE234;
  --ok-black: #000000;
  --ok-graphite: #1a1a1a;
  --ok-graphite-2: #242424;
  --ok-charcoal: #2e2e2e;
  --ok-line: #2f2f2f;
  --ok-gray: #BCBCBC;

  /* Neutrals */
  --bg: #ffffff;
  --bg-alt: #f6f6f4;
  --bg-dark: #0a0a0a;
  --text: #161616;
  --text-soft: #555;
  --text-muted: #8a8a8a;
  --border: #e6e6e6;
  --border-strong: #d0d0d0;

  /* Status */
  --green: #2e9c5d;
  --red: #d23535;

  /* Type */
  --f-display: "Archivo Black", "Oswald", system-ui, sans-serif;
  --f-head: "Oswald", "Archivo Black", system-ui, sans-serif;
  --f-body: "Manrope", system-ui, -apple-system, sans-serif;

  /* Spacing */
  --container: 1240px;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;

  /* Shadow */
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow-md: 0 8px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 20px 50px rgba(0,0,0,.12);
  --shadow-yellow: 0 14px 40px rgba(254,218,8,.35);
}

/* =========== RESET =========== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* =========== TYPOGRAPHY HELPERS =========== */
.section-title {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.section-title .hl {
  background: linear-gradient(180deg, transparent 62%, var(--ok-yellow) 62%);
  padding: 0 .15em;
}
.section-title .hl-y { color: var(--ok-yellow-deep); }
.section-sub {
  font-size: 1.1rem;
  color: var(--text-soft);
  margin: 0 0 1.5rem;
  max-width: 720px;
}
.fs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--ok-graphite);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.eyebrow-dot {
  width: 8px; height: 8px;
  background: var(--ok-yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(254,218,8,.25);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(254,218,8,.25); }
  50%      { box-shadow: 0 0 0 8px rgba(254,218,8,.08); }
}

/* =========== BUTTONS =========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 8px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn i { width: 18px; height: 18px; }
.btn-lg { padding: 16px 28px; font-size: 1rem; }
.btn-primary {
  background: var(--ok-yellow);
  color: var(--ok-black);
  box-shadow: 0 6px 18px rgba(254,218,8,.4);
}
.btn-primary:hover {
  background: var(--ok-yellow-bright);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(254,218,8,.5);
}
.btn-outline {
  background: transparent;
  color: var(--ok-black);
  border: 2px solid var(--ok-black);
}
.btn-outline:hover {
  background: var(--ok-black);
  color: var(--ok-yellow);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  padding: 10px 16px;
}
.btn-ghost:hover { color: var(--ok-yellow-deep); }
.btn-block { width: 100%; }

/* =========== ANNOUNCE BAR =========== */
.announce-bar {
  background: var(--ok-black);
  color: #d8d8d8;
  font-size: .82rem;
  padding: 8px 0;
  border-bottom: 1px solid #1f1f1f;
}
.announce-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.announce-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cfcfcf;
}
.announce-item i { width: 14px; height: 14px; color: var(--ok-yellow); }
.announce-item a:hover { color: var(--ok-yellow); }
.announce-flag {
  margin-left: auto;
  color: var(--ok-yellow);
  font-weight: 600;
  letter-spacing: .04em;
}
.maple { font-size: 1rem; }
@media (max-width: 720px) {
  .announce-hours { display: none; }
  .announce-flag { margin-left: 0; }
}

/* =========== HEADER / NAV =========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 0;
}
.brand-logo-img {
  width: auto;
  height: 52px;
  display: block;
  flex-shrink: 0;
  user-select: none;
  -webkit-user-drag: none;
}
.brand-sub {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}
.brand-branch {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .08em;
  color: var(--ok-black);
  white-space: nowrap;
}
.brand-tagline {
  /* The logo image already includes "Service, Repair and Tires." */
  display: none;
}
.brand-proud {
  font-size: .68rem;
  color: var(--text-muted);
  letter-spacing: .04em;
  margin-top: 2px;
}
/* Footer logo larger + white pill background so the badge's black border
   doesn't disappear into the dark footer */
.footer-brand .brand-logo-img {
  height: 72px;
  margin-bottom: 18px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  box-sizing: content-box;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
@media (max-width: 1100px) {
  .primary-nav { gap: 22px; }
}
@media (max-width: 600px) {
  .brand-logo-img { height: 42px; }
  .brand-branch { font-size: .88rem; }
  .footer-brand .brand-logo-img {
    height: 58px;
    padding: 6px 10px;
  }
}
.primary-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: 8px;
}
.primary-nav a {
  font-family: var(--f-head);
  font-weight: 500;
  font-size: .95rem;
  color: var(--text);
  position: relative;
  padding: 6px 0;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--ok-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.primary-nav a:hover::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.btn-call span { display: inline; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--ok-black);
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-drawer {
  display: none;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 64px;
  z-index: 49;
}
.mobile-drawer.open { display: flex; animation: slideDown .25s ease; }
.mobile-drawer a {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 6px 0;
}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 960px) {
  .primary-nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
}

/* =========== HERO =========== */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 90% 20%, rgba(254,218,8,.18), transparent 50%),
    radial-gradient(ellipse at 10% 80%, rgba(254,218,8,.08), transparent 55%),
    linear-gradient(180deg, #fafaf8 0%, #f1efe9 100%);
  padding: 80px 0 100px;
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
}
/* subtle tire-tread texture */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg,
      rgba(0,0,0,.025) 0,
      rgba(0,0,0,.025) 2px,
      transparent 2px,
      transparent 14px);
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: .5;
}
.speed-lines {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.speed-lines span {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(254,218,8,.55), transparent);
  border-radius: 2px;
  animation: speedFly linear infinite;
}
.speed-lines span:nth-child(1) { width: 240px; top: 18%; left: -260px; animation-duration: 5s; animation-delay: 0s; }
.speed-lines span:nth-child(2) { width: 180px; top: 32%; left: -200px; animation-duration: 6.5s; animation-delay: 1.2s; }
.speed-lines span:nth-child(3) { width: 320px; top: 55%; left: -340px; animation-duration: 4.5s; animation-delay: 2s; }
.speed-lines span:nth-child(4) { width: 140px; top: 70%; left: -160px; animation-duration: 7s; animation-delay: .8s; }
.speed-lines span:nth-child(5) { width: 280px; top: 82%; left: -300px; animation-duration: 5.5s; animation-delay: 1.6s; }
.speed-lines span:nth-child(6) { width: 200px; top: 92%; left: -220px; animation-duration: 6s; animation-delay: 2.4s; }
@keyframes speedFly {
  0%   { transform: translateX(0); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateX(110vw); opacity: 0; }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .18em;
  color: var(--ok-graphite);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-title {
  font-family: var(--f-display);
  font-size: clamp(3rem, 8.5vw, 7.5rem);
  line-height: .92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: var(--ok-black);
}
.t-line { display: block; overflow: hidden; }
.t-line span, .t-line {
  animation: titleRise .9s cubic-bezier(.2,.7,.2,1) both;
}
.t-line-1 { animation-delay: .1s; }
.t-line-2 {
  animation-delay: .25s;
  color: transparent;
  -webkit-text-stroke: 2px var(--ok-black);
}
.t-line-3 { animation-delay: .4s; }
.t-dot { color: var(--ok-yellow-deep); }
@keyframes titleRise {
  from { transform: translateY(110%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.hero-sub {
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--text);
  max-width: 540px;
  margin: 0 0 32px;
  animation: fadeUp .8s .6s both;
}
.hero-sub strong { color: var(--ok-black); font-weight: 700; }
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  animation: fadeUp .8s .75s both;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  animation: fadeUp .8s .9s both;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10,10,10,.06);
  color: var(--ok-graphite);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  font-family: var(--f-head);
  letter-spacing: .03em;
}
.badge-pill i { width: 14px; height: 14px; color: var(--ok-yellow-deep); }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hero car (replaces tire) */
.hero-car-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1.55/1;
  max-width: 640px;
  margin-left: auto;
  animation: fadeUp 1.2s .3s both;
}
.car-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse at center, rgba(254,218,8,.25), transparent 65%);
  filter: blur(40px);
  z-index: 0;
}
.car-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 30px rgba(0,0,0,.35));
}
.car-body {
  animation: carBob 4s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes carBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}
.wheel-spin-fast {
  animation: tireSpin 1.2s linear infinite;
}
@keyframes tireSpin {
  from { transform: rotate(0); }
  to   { transform: rotate(360deg); }
}
.road-dashes {
  animation: roadScroll .6s linear infinite;
}
@keyframes roadScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-120px); }
}

/* Floating service tags around the car */
.service-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 9px 16px;
  border-radius: 999px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .02em;
  color: var(--ok-black);
  box-shadow: 0 10px 24px rgba(0,0,0,.14), 0 2px 0 var(--ok-black);
  border: 2px solid var(--ok-black);
  z-index: 3;
  white-space: nowrap;
}
.service-tag i {
  width: 16px;
  height: 16px;
  color: var(--ok-yellow-deep);
  flex-shrink: 0;
}
.tag-oil       { top: 4%;   left: -4%;  animation: tagFloat 4.5s ease-in-out infinite; }
.tag-brakes    { top: 18%;  right: -2%; animation: tagFloat 5.2s ease-in-out infinite .8s; }
.tag-engine    { bottom: 28%; left: -6%; animation: tagFloat 4.8s ease-in-out infinite 1.6s; }
.tag-electrical{ bottom: 8%; right: -4%; animation: tagFloat 5s ease-in-out infinite .4s; }

@keyframes tagFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-8px) rotate(1.5deg); }
}

.scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--f-head);
  font-size: .7rem;
  letter-spacing: .25em;
  color: var(--text-muted);
}
.scroll-line {
  width: 2px; height: 40px;
  background: linear-gradient(180deg, var(--ok-yellow), transparent);
  animation: scrollDrop 1.6s ease-in-out infinite;
}
@keyframes scrollDrop {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@media (max-width: 960px) {
  .hero { padding: 40px 0 60px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-car-wrap { max-width: 520px; margin: 0 auto; }
  .service-tag { font-size: .78rem; padding: 7px 12px; }
  .service-tag i { width: 14px; height: 14px; }
  .scroll-hint { display: none; }
}

/* =========== MARQUEE =========== */
.marquee {
  background: var(--ok-black);
  color: var(--ok-yellow);
  padding: 18px 0;
  overflow: hidden;
  border-top: 4px solid var(--ok-yellow);
  border-bottom: 4px solid var(--ok-yellow);
}
.marquee-track {
  display: flex;
  gap: 36px;
  white-space: nowrap;
  font-family: var(--f-display);
  font-size: 1.3rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  animation: marqueeScroll 22s linear infinite;
}
.marquee-track span:not(:nth-child(even)) {
  /* every odd is a word; even is a bullet — yellow bullet, white-ish word */
}
.marquee-track span {
  display: inline-block;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========== BEYOND TIRES =========== */
.full-service {
  padding: 100px 0;
  background: var(--bg);
  position: relative;
}
.fs-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
.fs-lead {
  font-size: 1.1rem;
  color: var(--text-soft);
  margin: 0 0 24px;
  max-width: 540px;
}
.check-list { list-style: none; padding: 0; margin: 0 0 32px; }
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 1px dashed var(--border);
}
.check-list li:last-child { border-bottom: none; }
.check-list li i { width: 22px; height: 22px; color: var(--ok-yellow-deep); flex-shrink: 0; }

.fs-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.stat-card {
  background: linear-gradient(180deg, #fafaf8, #f0eee8);
  padding: 28px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-card::before {
  content: "";
  position: absolute;
  top: -20px; right: -20px;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ok-yellow) 0%, transparent 70%);
  opacity: .3;
}
.stat-1 { transform: rotate(-1deg); }
.stat-2 { transform: rotate(1deg); margin-top: 20px; }
.stat-3 { transform: rotate(1deg); margin-top: -10px; }
.stat-4 { transform: rotate(-1deg); }
.stat-num {
  font-family: var(--f-display);
  font-size: 3rem;
  line-height: 1;
  color: var(--ok-black);
  margin-bottom: 10px;
  letter-spacing: -.03em;
}
.stat-unit {
  font-size: 1.4rem;
  color: var(--ok-yellow-deep);
  margin-left: 2px;
}
.stat-label {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .03em;
  color: var(--ok-graphite);
}
.stat-foot {
  margin-top: 10px;
  font-size: .75rem;
  color: var(--text-muted);
  font-style: italic;
}
@media (max-width: 960px) {
  .fs-grid { grid-template-columns: 1fr; gap: 40px; }
  .full-service { padding: 60px 0; }
}

/* =========== SERVICES =========== */
.services {
  padding: 100px 0;
  background: var(--bg-alt);
  position: relative;
}
.section-head { margin-bottom: 50px; }
.section-head-center { text-align: center; }
.section-head-center .section-sub { margin-left: auto; margin-right: auto; }
.section-head-center .fs-eyebrow { justify-content: center; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  cursor: pointer;
}
.svc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ok-yellow) 0%, var(--ok-yellow-deep) 100%);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}
.svc-card > * { position: relative; z-index: 1; }
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.svc-card:hover::before { opacity: 1; }
.svc-card:hover .svc-icon {
  background: var(--ok-black);
  color: var(--ok-yellow);
}
.svc-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--ok-yellow);
  color: var(--ok-black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background .35s ease, color .35s ease, transform .4s ease;
}
.svc-card:hover .svc-icon { transform: rotate(15deg) scale(1.08); }
.svc-icon i { width: 28px; height: 28px; }
.svc-card h3 {
  font-family: var(--f-head);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -.005em;
}
.svc-card p {
  color: var(--text-soft);
  font-size: .95rem;
  margin: 0 0 18px;
  line-height: 1.55;
}
.svc-card:hover p { color: var(--ok-black); }
.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ok-graphite);
}
.svc-link i { width: 14px; height: 14px; transition: transform .25s ease; }
.svc-card:hover .svc-link i { transform: translate(3px, -3px); }

.svc-feature {
  grid-column: span 1;
  background: linear-gradient(135deg, var(--ok-black) 0%, #1f1f1f 100%);
  color: #fff;
  border-color: transparent;
}
.svc-feature h3, .svc-feature p { color: #fff; }
.svc-feature p { color: #c8c8c8; }
.svc-feature .svc-link { color: var(--ok-yellow); }
.svc-feature::before { display: none; }
.svc-feature:hover { transform: translateY(-6px); border-color: var(--ok-yellow); }
.svc-feature:hover .svc-icon { background: var(--ok-yellow); color: var(--ok-black); }
.svc-feature:hover h3, .svc-feature:hover p { color: #fff; }
.svc-feature:hover p { color: #d8d8d8; }

@media (max-width: 960px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services { padding: 60px 0; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* =========== TREAD DIVIDER =========== */
.tread-divider {
  background: var(--ok-black);
  padding: 14px 0;
  position: relative;
  overflow: hidden;
}
.tread-strip {
  height: 28px;
  background-image:
    repeating-linear-gradient(90deg,
      var(--ok-yellow) 0,
      var(--ok-yellow) 18px,
      transparent 18px,
      transparent 30px);
  animation: treadRoll 6s linear infinite;
  position: relative;
}
.tread-strip::before, .tread-strip::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 3px;
  background: var(--ok-yellow);
}
.tread-strip::before { top: -6px; }
.tread-strip::after  { bottom: -6px; }
@keyframes treadRoll {
  from { background-position: 0 0; }
  to   { background-position: 30px 0; }
}

/* =========== ABOUT =========== */
.about {
  padding: 100px 0;
  background: var(--bg);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-copy p {
  font-size: 1.05rem;
  color: var(--text-soft);
  margin: 0 0 18px;
  max-width: 620px;
}
.about-perks {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}
.perk {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  background: var(--bg-alt);
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--ok-yellow);
}
.perk i { width: 24px; height: 24px; color: var(--ok-yellow-deep); flex-shrink: 0; }
.perk strong {
  display: block;
  font-family: var(--f-head);
  font-size: 1.05rem;
  margin-bottom: 2px;
}
.perk span { color: var(--text-soft); font-size: .92rem; }

.about-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.visual-card {
  background: linear-gradient(160deg, #fff, #f5f3ec);
  border: 1px solid var(--border);
  padding: 22px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.visual-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.visual-card i { width: 22px; height: 22px; color: var(--ok-yellow-deep); margin-bottom: 6px; }
.visual-card strong {
  font-family: var(--f-head);
  font-size: 1.05rem;
}
.visual-card span, .visual-card a { color: var(--text-soft); font-size: .9rem; }
.visual-card a:hover { color: var(--ok-yellow-deep); }
.vc-1 { transform: rotate(-1deg); }
.vc-2 { transform: rotate(1deg); margin-top: 16px; }
.vc-3 { transform: rotate(1deg); }
.vc-4 { transform: rotate(-1deg); margin-top: -8px; }

@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about { padding: 60px 0; }
}

/* =========== BOOKING FORM =========== */
.booking {
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(254,218,8,.12), transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(10,10,10,.04), transparent 50%),
    var(--bg-alt);
  position: relative;
}
.booking-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}

/* Steps progress */
.step-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px;
  background: linear-gradient(180deg, #fafafa, #f3f2ec);
  border-bottom: 1px solid var(--border);
  gap: 14px;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.step-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--border-strong);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}
.step-icon i { width: 18px; height: 18px; }
.step-item span {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .04em;
  color: var(--text-muted);
  text-transform: uppercase;
}
.step-item.active .step-icon {
  background: var(--ok-yellow);
  border-color: var(--ok-yellow);
  color: var(--ok-black);
  box-shadow: 0 0 0 4px rgba(254,218,8,.25);
}
.step-item.active span { color: var(--ok-black); }
.step-item.complete .step-icon {
  background: var(--ok-black);
  border-color: var(--ok-black);
  color: var(--ok-yellow);
}
.step-item.complete span { color: var(--ok-black); }
.step-line {
  flex: 1;
  height: 2px;
  background: var(--border);
  position: relative;
  overflow: hidden;
}
.step-line.filled::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ok-yellow);
  animation: fillLine .4s ease;
}
@keyframes fillLine {
  from { transform: scaleX(0); transform-origin: left; }
  to   { transform: scaleX(1); transform-origin: left; }
}
@media (max-width: 720px) {
  .step-progress { padding: 18px; gap: 6px; }
  .step-item span { display: none; }
  .step-icon { width: 36px; height: 36px; }
}

.step-pane {
  display: none;
  padding: 40px;
  animation: paneIn .4s ease;
}
.step-pane.active { display: block; }
@keyframes paneIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pane-head {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 30px;
}
.pane-icon {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(254,218,8,.18);
  color: var(--ok-yellow-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pane-icon i { width: 26px; height: 26px; }
.pane-head h3 {
  font-family: var(--f-head);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.pane-head p { margin: 0; color: var(--text-soft); }

.field-group { margin-bottom: 26px; }
.field-label {
  display: block;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: 12px;
  color: var(--ok-black);
}
.field-help {
  font-size: .82rem;
  color: var(--text-muted);
  margin: 6px 0 0;
}

/* Week selector */
.week-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.week-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
.week-btn:hover { background: var(--ok-yellow); border-color: var(--ok-yellow); transform: scale(1.08); }
.week-btn i { width: 18px; height: 18px; }
.week-range {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ok-graphite);
}

.day-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.day-cell {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
  position: relative;
}
.day-cell:hover:not(.disabled) {
  border-color: var(--ok-yellow);
  transform: translateY(-2px);
}
.day-cell.disabled { opacity: .4; cursor: not-allowed; }
.day-cell .dow {
  display: block;
  font-family: var(--f-head);
  font-size: .78rem;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.day-cell .dom {
  display: block;
  font-family: var(--f-display);
  font-size: 1.6rem;
  line-height: 1;
  color: var(--ok-black);
}
.day-cell .mon {
  display: block;
  font-size: .72rem;
  color: var(--text-muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.day-cell.active {
  border-color: var(--ok-yellow);
  border-width: 2px;
  background: rgba(254,218,8,.08);
  box-shadow: 0 4px 12px rgba(254,218,8,.25);
}
.day-cell.active .dow { color: var(--ok-yellow-deep); }
.day-cell.active .dom { color: var(--ok-yellow-deep); }
@media (max-width: 720px) {
  .day-row { gap: 6px; }
  .day-cell { padding: 8px 4px; }
  .day-cell .dom { font-size: 1.3rem; }
  .day-cell .dow, .day-cell .mon { font-size: .65rem; }
}

/* Time tabs */
.time-tabs {
  display: flex;
  background: var(--bg-alt);
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 16px;
}
.time-tab {
  flex: 1;
  padding: 12px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .92rem;
  color: var(--text-muted);
  border-radius: 8px;
  transition: all .2s ease;
}
.time-tab.active {
  background: #fff;
  color: var(--ok-yellow-deep);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.time-tab.active::after {
  content: "";
  position: absolute;
  left: 25%; right: 25%;
  bottom: 4px;
  height: 2px;
  background: var(--ok-yellow);
  border-radius: 2px;
}
.time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.time-slot {
  background: #fff;
  border: 1px solid var(--border-strong);
  padding: 12px;
  border-radius: 8px;
  font-family: var(--f-head);
  font-weight: 500;
  font-size: .95rem;
  color: var(--ok-graphite);
  transition: all .2s ease;
}
.time-slot:hover { border-color: var(--ok-yellow); transform: translateY(-2px); }
.time-slot.active {
  border-color: var(--ok-yellow);
  border-width: 2px;
  color: var(--ok-yellow-deep);
  background: rgba(254,218,8,.08);
}
@media (max-width: 600px) {
  .time-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Radios */
.radio-stack { display: flex; flex-direction: column; gap: 10px; }
.radio-row, .check-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
  font-size: .95rem;
}
.radio-row:hover, .check-row:hover { border-color: var(--ok-yellow); }
.radio-row input, .check-row input { display: none; }
.radio-mark, .check-mark {
  width: 22px; height: 22px;
  border: 2px solid var(--border-strong);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: all .2s ease;
  margin-top: 1px;
}
.check-mark { border-radius: 5px; }
.radio-row input:checked ~ .radio-mark,
.check-row input:checked ~ .check-mark {
  border-color: var(--ok-yellow-deep);
  background: var(--ok-yellow);
}
.radio-row input:checked ~ .radio-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--ok-black);
}
.check-row input:checked ~ .check-mark::after {
  content: "";
  position: absolute;
  left: 4px; top: 1px;
  width: 8px; height: 13px;
  border: solid var(--ok-black);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.micro-note {
  margin-top: 12px;
  font-size: .85rem;
  color: var(--text-soft);
}
.micro-note a { color: var(--ok-yellow-deep); font-weight: 600; }

/* Inputs */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
@media (max-width: 600px) { .grid-2 { grid-template-columns: 1fr; } }
.input-wrap {
  position: relative;
  margin-bottom: 14px;
}
.input-wrap input, .input-wrap textarea {
  width: 100%;
  padding: 14px 14px 14px 44px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  font-size: .95rem;
  background: #fff;
  color: var(--text);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.input-wrap input:focus, .input-wrap textarea:focus {
  outline: none;
  border-color: var(--ok-yellow);
  box-shadow: 0 0 0 3px rgba(254,218,8,.18);
}
.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  color: var(--text-muted);
  pointer-events: none;
}
textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  font-size: .95rem;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
  resize: vertical;
}
textarea:focus {
  outline: none;
  border-color: var(--ok-yellow);
  box-shadow: 0 0 0 3px rgba(254,218,8,.18);
}

.vehicle-block { margin: 24px 0 18px; }
.input-wrap-bordered {
  border: 1.5px solid var(--border-strong);
  border-radius: 10px;
  padding: 4px 4px 4px 0;
  position: relative;
}
.input-wrap-bordered input {
  border: none;
  background: transparent;
  padding-right: 130px;
}
.input-wrap-bordered input:focus { box-shadow: none; }
.input-wrap-bordered:focus-within {
  border-color: var(--ok-yellow);
  box-shadow: 0 0 0 3px rgba(254,218,8,.18);
}
.input-tag {
  position: absolute;
  top: -10px;
  left: 14px;
  background: #fff;
  padding: 0 8px;
  font-size: .8rem;
  color: var(--ok-yellow-deep);
  font-weight: 600;
}

.consent-stack { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.consent-fine {
  font-size: .82rem;
  color: var(--text-soft);
  margin: 14px 0 0;
}
.yl { color: var(--ok-yellow-deep); font-weight: 600; }
.yl:hover { text-decoration: underline; }

/* Services pane groups */
.svc-group { margin-bottom: 24px; }
.svc-group-title {
  font-family: var(--f-head);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ok-black);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ok-yellow);
  display: inline-block;
}
.svc-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 600px) { .svc-checks { grid-template-columns: 1fr; } }

/* Pane actions */
.pane-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.btn-book { padding: 16px 32px; }

/* Summary */
.summary-card {
  background: var(--bg-alt);
  border-radius: 14px;
  padding: 28px;
  border: 1px dashed var(--border-strong);
}
.summary-row {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--border);
}
.summary-row:last-child { border-bottom: none; }
.summary-row i { width: 22px; height: 22px; color: var(--ok-yellow-deep); flex-shrink: 0; margin-top: 4px; }
.sum-label {
  display: block;
  font-size: .8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
}
.summary-row strong { font-size: 1rem; color: var(--ok-black); }
.confirm-note {
  margin: 22px 0;
  font-size: .92rem;
  color: var(--text-soft);
  text-align: center;
}

/* Form footer */
.form-foot {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 22px 40px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.form-foot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  color: var(--ok-graphite);
}
.form-foot a i { width: 16px; height: 16px; color: var(--ok-yellow-deep); }
.form-foot a:hover { color: var(--ok-yellow-deep); }

/* Success state */
.form-success {
  padding: 60px 40px;
  text-align: center;
  animation: paneIn .5s ease;
}
.success-tire {
  width: 100px; height: 100px;
  margin: 0 auto 24px;
  animation: tireSpin 4s linear infinite;
}
.form-success h3 {
  font-family: var(--f-display);
  font-size: 2rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.form-success p {
  color: var(--text-soft);
  max-width: 440px;
  margin: 0 auto 22px;
}

@media (max-width: 720px) {
  .booking { padding: 60px 0; }
  .step-pane { padding: 24px; }
  .form-foot { padding: 16px 20px; gap: 16px; }
  .pane-actions { flex-direction: column-reverse; }
  .pane-actions .btn { width: 100%; }
}

/* =========== CONTACT =========== */
.contact {
  padding: 100px 0;
  background: var(--bg);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.contact-rows { display: flex; flex-direction: column; gap: 22px; margin: 30px 0; }
.contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-row i {
  width: 26px; height: 26px;
  color: var(--ok-yellow-deep);
  flex-shrink: 0;
  margin-top: 4px;
}
.contact-row strong {
  font-family: var(--f-head);
  font-size: 1.15rem;
  display: block;
  margin-bottom: 2px;
}
.contact-row span, .contact-row a {
  display: block;
  color: var(--text-soft);
  font-size: .95rem;
}
.contact-row a:hover { color: var(--ok-yellow-deep); }
.hours-note {
  display: block;
  margin-top: 6px;
  font-size: .82rem !important;
  color: var(--text-muted) !important;
  font-style: italic;
}
.contact-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  height: 460px;
  border: 4px solid var(--ok-black);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.map-wrap::before {
  content: "";
  position: absolute;
  top: -4px; left: -4px; right: -4px; bottom: -4px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--ok-yellow), transparent);
  z-index: -1;
}
.map-wrap iframe {
  width: 100%; height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 960px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact { padding: 60px 0; }
  .map-wrap { height: 320px; }
}

/* =========== FOOTER =========== */
.site-footer {
  background: var(--ok-black);
  color: #c8c8c8;
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background-image: repeating-linear-gradient(90deg,
    var(--ok-yellow) 0, var(--ok-yellow) 18px,
    transparent 18px, transparent 30px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-brand .brand-logo { margin-bottom: 18px; }
.footer-tag {
  font-family: var(--f-head);
  font-weight: 600;
  color: var(--ok-yellow);
  margin: 0 0 8px;
}
.footer-small { font-size: .85rem; color: #888; }
.footer-col h5 {
  font-family: var(--f-head);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #fff;
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 10px;
}
.footer-col h5::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 30px; height: 3px;
  background: var(--ok-yellow);
}
.footer-col a, .footer-col p {
  display: block;
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: .92rem;
  line-height: 1.55;
  transition: color .2s ease;
}
.footer-col a:hover { color: var(--ok-yellow); }

.footer-bottom {
  background: #050505;
  padding: 18px 0;
  border-top: 1px solid #1c1c1c;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  color: #777;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 960px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer { padding: 50px 0 0; }
}

/* =========== FAB =========== */
.fab-call {
  display: none;
  position: fixed;
  bottom: 22px; right: 22px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--ok-yellow);
  color: var(--ok-black);
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(254,218,8,.5);
  z-index: 100;
  animation: fabPulse 2.4s ease-in-out infinite;
}
.fab-call i { width: 24px; height: 24px; }
@keyframes fabPulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(254,218,8,.5); }
  50%      { box-shadow: 0 10px 30px rgba(254,218,8,.5), 0 0 0 14px rgba(254,218,8,.15); }
}
@media (max-width: 960px) { .fab-call { display: flex; } }

/* =========== REVEAL ON SCROLL =========== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* =========== REDUCED MOTION =========== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

/* ============================================================
   NAV DROPDOWN (desktop)
   ============================================================ */
.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.nav-chev {
  width: 14px !important;
  height: 14px !important;
  transition: transform .25s ease;
}
.nav-dropdown:hover .nav-chev { transform: rotate(180deg); }

.dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
  padding: 16px;
  width: 600px;
  z-index: 100;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0; right: 0;
  height: 14px; /* hover bridge */
}
.dropdown-menu::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px; height: 14px;
  background: #fff;
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
}
.dropdown-item {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.dropdown-item::after { display: none !important; }
.dropdown-item:hover { background: rgba(254,218,8,.12); transform: translateY(-1px); }
.dropdown-item i {
  width: 22px !important;
  height: 22px !important;
  color: var(--ok-yellow-deep);
  flex-shrink: 0;
}
.dropdown-item span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.dropdown-item strong {
  font-family: var(--f-head);
  font-size: .9rem;
  color: var(--ok-black);
}
.dropdown-item span span,
.dropdown-item strong + * { display: none; }
.dropdown-item strong {
  display: block;
  margin-bottom: 2px;
}
.dropdown-item span {
  font-size: .75rem;
  color: var(--text-muted);
  font-weight: 400;
}

/* Mobile drawer accordion */
.drawer-section { width: 100%; }
.drawer-accordion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 6px 0;
  color: var(--ok-black);
}
.drawer-accordion i { width: 18px; height: 18px; transition: transform .25s ease; }
.drawer-accordion.open i { transform: rotate(180deg); }
.drawer-sub {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 14px 0 6px 16px;
  border-left: 2px solid var(--ok-yellow);
  margin: 8px 0;
}
.drawer-sub.open { display: flex; }
.drawer-sub a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: .95rem !important;
  padding: 4px 0 !important;
}
.drawer-sub a i { width: 18px; height: 18px; color: var(--ok-yellow-deep); }

/* ============================================================
   SERVICE DETAIL PAGES
   ============================================================ */
.svc-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(254,218,8,.16), transparent 50%),
    linear-gradient(180deg, #fafaf8 0%, #f1efe9 100%);
  padding: 60px 0 80px;
}
.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg,
    rgba(0,0,0,.025) 0,
    rgba(0,0,0,.025) 2px,
    transparent 2px,
    transparent 14px);
  pointer-events: none;
  opacity: .5;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-head);
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--text-muted);
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.breadcrumb a { color: var(--ok-graphite); transition: color .2s ease; }
.breadcrumb a:hover { color: var(--ok-yellow-deep); }
.breadcrumb i { width: 14px; height: 14px; color: var(--text-muted); }
.breadcrumb .crumb-current { color: var(--ok-yellow-deep); font-weight: 700; }
.svc-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.svc-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .18em;
  color: var(--ok-graphite);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.svc-hero-title {
  font-family: var(--f-display);
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--ok-black);
}
.svc-hero-tag {
  font-family: var(--f-head);
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--ok-yellow-deep);
  margin: 0 0 22px;
  letter-spacing: -.005em;
}
.svc-hero-desc {
  font-size: 1.05rem;
  color: var(--text-soft);
  max-width: 540px;
  margin: 0 0 28px;
  line-height: 1.6;
}
.svc-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.svc-hero-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.svc-hero-bullets i { width: 20px; height: 20px; color: var(--ok-yellow-deep); flex-shrink: 0; }
.svc-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* Service hero badge */
.svc-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  max-width: 460px;
  margin-left: auto;
}
.svc-hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      var(--ok-black) 0deg 8deg,
      transparent 8deg 16deg);
  -webkit-mask: radial-gradient(circle, transparent 56%, black 56%, black 62%, transparent 62%);
          mask: radial-gradient(circle, transparent 56%, black 56%, black 62%, transparent 62%);
  animation: tireSpin 20s linear infinite;
}
.svc-hero-ring-2 {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 2px dashed rgba(0,0,0,.15);
  animation: tireSpin 40s linear infinite reverse;
}
.svc-hero-badge {
  position: relative;
  width: 56%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ok-yellow) 0%, var(--ok-yellow-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 20px 50px rgba(254,218,8,.45),
    inset 0 -8px 30px rgba(0,0,0,.15),
    inset 0 8px 30px rgba(255,255,255,.3);
  animation: tireBob 6s ease-in-out infinite;
}
.svc-hero-badge i {
  width: 50%;
  height: 50%;
  color: var(--ok-black);
  stroke-width: 1.5;
}
.svc-hero-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--ok-yellow);
  animation: heroPulse 2.4s ease-out infinite;
}
@keyframes heroPulse {
  0% { transform: scale(.6); opacity: .8; }
  100% { transform: scale(1.2); opacity: 0; }
}

@media (max-width: 960px) {
  .svc-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .svc-hero-visual { max-width: 280px; margin: 0 auto; }
  .svc-hero { padding: 40px 0 50px; }
}

/* Section: What's included */
.svc-included {
  padding: 90px 0;
  background: var(--bg);
}
.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.included-card {
  background: linear-gradient(180deg, #fafaf8, #f3f1ea);
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: var(--radius);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.included-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--ok-yellow);
}
.included-card i {
  width: 28px; height: 28px;
  color: var(--ok-yellow-deep);
  flex-shrink: 0;
  margin-top: 2px;
}
.included-card strong {
  display: block;
  font-family: var(--f-head);
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: var(--ok-black);
}
.included-card p {
  margin: 0;
  font-size: .9rem;
  color: var(--text-soft);
  line-height: 1.5;
}
@media (max-width: 800px) {
  .included-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .included-grid { grid-template-columns: 1fr; }
  .svc-included { padding: 50px 0; }
}

/* Section: Signs you need */
.svc-signs {
  padding: 90px 0;
  background: var(--ok-black);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.svc-signs::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254,218,8,.15), transparent 65%);
}
.signs-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
  align-items: center;
}
.signs-grid h2 { color: #fff; }
.svc-signs .fs-eyebrow { color: var(--ok-yellow); }
.svc-signs .eyebrow-dot { background: var(--ok-yellow); }
.signs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sign-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid #2a2a2a;
  padding: 14px 16px;
  border-radius: 10px;
  transition: border-color .2s ease, background .2s ease;
}
.sign-item:hover {
  border-color: var(--ok-yellow);
  background: rgba(254,218,8,.08);
}
.sign-item i {
  width: 20px; height: 20px;
  color: var(--ok-yellow);
  flex-shrink: 0;
}
.sign-item span {
  font-weight: 500;
  font-size: .95rem;
}
@media (max-width: 960px) {
  .signs-grid { grid-template-columns: 1fr; gap: 30px; }
  .signs-list { grid-template-columns: 1fr; }
  .svc-signs { padding: 60px 0; }
}

/* Section: Process */
.svc-process {
  padding: 90px 0;
  background: var(--bg-alt);
  position: relative;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  position: relative;
}
.process-grid::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--ok-yellow) 0, var(--ok-yellow) 6px, transparent 6px, transparent 12px);
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}
.process-num {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--ok-yellow);
  color: var(--ok-black);
  font-family: var(--f-display);
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 4px solid #fff;
  box-shadow: 0 6px 16px rgba(254,218,8,.4);
  position: relative;
}
.process-num::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(135deg, var(--ok-yellow), transparent) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
}
.process-step h4 {
  font-family: var(--f-head);
  font-size: 1.15rem;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.process-step p {
  font-size: .9rem;
  color: var(--text-soft);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
}
@media (max-width: 540px) {
  .process-grid { grid-template-columns: 1fr; }
  .svc-process { padding: 60px 0; }
  .process-num { width: 64px; height: 64px; font-size: 1.8rem; }
}

/* Section: Why us (on service page) */
.svc-why {
  padding: 90px 0;
  background: var(--bg);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.why-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 32px;
  border-radius: var(--radius);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.why-card:hover {
  transform: translateY(-4px);
  border-color: var(--ok-yellow);
  box-shadow: var(--shadow-md);
}
.why-icon-wrap {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: rgba(254,218,8,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: background .3s ease, transform .4s ease;
}
.why-card:hover .why-icon-wrap {
  background: var(--ok-yellow);
  transform: rotate(8deg) scale(1.08);
}
.why-icon-wrap i { width: 32px; height: 32px; color: var(--ok-yellow-deep); }
.why-card:hover .why-icon-wrap i { color: var(--ok-black); }
.why-card h4 {
  font-family: var(--f-head);
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.why-card p {
  color: var(--text-soft);
  margin: 0;
  font-size: .95rem;
}
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; gap: 16px; }
  .svc-why { padding: 60px 0; }
}

/* FAQ */
.svc-faq {
  padding: 90px 0;
  background: var(--bg-alt);
}
.faq-list {
  max-width: 820px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item.open {
  border-color: var(--ok-yellow);
  box-shadow: 0 6px 18px rgba(254,218,8,.15);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  text-align: left;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ok-black);
  background: transparent;
  cursor: pointer;
}
.faq-q i {
  width: 22px; height: 22px;
  color: var(--ok-yellow-deep);
  flex-shrink: 0;
  transition: transform .25s ease;
}
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 24px;
  color: var(--text-soft);
  font-size: .98rem;
  line-height: 1.65;
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 24px 22px;
}
@media (max-width: 600px) {
  .svc-faq { padding: 60px 0; }
  .faq-q { padding: 16px 18px; font-size: .98rem; }
  .faq-item.open .faq-a { padding: 0 18px 18px; }
}

/* Related services cross-sell */
.svc-related {
  padding: 90px 0;
  background: var(--bg);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.related-card {
  display: block;
  background: linear-gradient(135deg, var(--ok-black) 0%, #1f1f1f 100%);
  color: #fff;
  padding: 28px;
  border-radius: var(--radius);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease;
  border: 2px solid transparent;
}
.related-card::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254,218,8,.18), transparent 65%);
  transition: transform .4s ease;
}
.related-card:hover {
  transform: translateY(-5px);
  border-color: var(--ok-yellow);
}
.related-card:hover::before { transform: scale(1.3); }
.related-card i.related-icon {
  width: 36px; height: 36px;
  color: var(--ok-yellow);
  margin-bottom: 14px;
}
.related-card h4 {
  font-family: var(--f-head);
  font-size: 1.3rem;
  margin: 0 0 8px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.related-card p {
  margin: 0 0 14px;
  font-size: .9rem;
  color: #c8c8c8;
  position: relative;
  z-index: 1;
}
.related-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f-head);
  font-weight: 600;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .08em;
  color: var(--ok-yellow);
  position: relative;
  z-index: 1;
}
.related-arrow i { width: 14px; height: 14px; transition: transform .25s ease; }
.related-card:hover .related-arrow i { transform: translate(4px, -4px); }
@media (max-width: 900px) {
  .related-grid { grid-template-columns: 1fr; }
  .svc-related { padding: 60px 0; }
}

/* Final CTA on service pages */
.svc-cta {
  padding: 70px 0;
  background: var(--ok-yellow);
  position: relative;
  overflow: hidden;
}
.svc-cta::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -50px;
  width: 200px;
  background: repeating-linear-gradient(90deg,
    rgba(0,0,0,.06) 0, rgba(0,0,0,.06) 18px,
    transparent 18px, transparent 30px);
  animation: treadRoll 6s linear infinite;
}
.svc-cta::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: -50px;
  width: 200px;
  background: repeating-linear-gradient(90deg,
    rgba(0,0,0,.06) 0, rgba(0,0,0,.06) 18px,
    transparent 18px, transparent 30px);
  animation: treadRoll 6s linear infinite;
}
.svc-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.svc-cta h3 {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--ok-black);
  line-height: 1.05;
}
.svc-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.svc-cta .btn-outline { border-color: var(--ok-black); }
.svc-cta .btn-primary {
  background: var(--ok-black);
  color: var(--ok-yellow);
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.svc-cta .btn-primary:hover {
  background: var(--ok-graphite);
  color: var(--ok-yellow-bright);
}
@media (max-width: 800px) {
  .svc-cta-inner { flex-direction: column; text-align: center; }
  .svc-cta-actions { justify-content: center; }
  .svc-cta { padding: 50px 0; }
}

/* ============================================================
   MOBILE POLISH (extra)
   ============================================================ */
@media (max-width: 720px) {
  /* Hero — calmer on small screens */
  .t-line-2 { -webkit-text-stroke-width: 1.5px; }
  .hero-title { letter-spacing: -.03em; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .hero-badges { justify-content: flex-start; }
  .badge-pill { font-size: .75rem; padding: 6px 12px; }

  /* Orbit icons → service tags: pull in tighter on small screens */
  .service-tag { font-size: .72rem; padding: 6px 10px; gap: 6px; }
  .service-tag i { width: 12px; height: 12px; }
  .tag-oil        { top: 0;   left: 0; }
  .tag-brakes     { top: 12%; right: 0; }
  .tag-engine     { bottom: 32%; left: 0; }
  .tag-electrical { bottom: 12%; right: 0; }

  /* Marquee — faster + smaller on mobile */
  .marquee-track { font-size: 1rem; gap: 24px; animation-duration: 15s; }
  .marquee { padding: 12px 0; }

  /* Section spacing */
  .full-service, .services, .about, .contact { padding: 60px 0; }
  .booking { padding: 60px 0; }

  /* Form footer */
  .form-foot { flex-direction: column; gap: 10px; padding: 16px 18px; }
  .form-foot a { font-size: .85rem; }

  /* Visual cards in about — looser */
  .vc-1, .vc-2, .vc-3, .vc-4 { transform: none; margin-top: 0; }
  .about-visual { gap: 12px; }

  /* Stat cards — calmer rotations */
  .stat-1, .stat-2, .stat-3, .stat-4 { transform: none; margin-top: 0; }
  .stat-num { font-size: 2.4rem; }
  .fs-right { gap: 12px; }

  /* Step progress — keep tighter */
  .step-progress { padding: 16px 12px; }

  /* Week range — smaller */
  .week-range { font-size: .9rem; }

  /* Service detail mobile */
  .svc-hero-tag { font-size: 1.1rem; }
  .svc-hero-cta { flex-direction: column; }
  .svc-hero-cta .btn { width: 100%; }
  .svc-cta-actions { flex-direction: column; width: 100%; }
  .svc-cta-actions .btn { width: 100%; }
}

@media (max-width: 420px) {
  .announce-bar { font-size: .72rem; }
  .announce-inner { gap: 14px; }
  .container { padding: 0 18px; }
  .brand-logo-svg { height: 32px; }
  .brand-branch { font-size: .9rem; }
  .nav-inner { padding: 12px 18px; gap: 12px; }
  .hero { padding: 30px 0 50px; }
  .hero-eyebrow { font-size: .7rem; }
  .hero-sub { font-size: 1rem; }
  .day-cell { padding: 6px 2px; }
  .day-cell .dow { font-size: .6rem; }
  .day-cell .dom { font-size: 1.1rem; }
  .day-cell .mon { font-size: .58rem; }
  .time-slot { padding: 10px 6px; font-size: .85rem; }
  .pane-head h3 { font-size: 1.25rem; }
  .pane-icon { width: 44px; height: 44px; }
  .pane-icon i { width: 22px; height: 22px; }

  /* Service detail */
  .svc-hero-title { letter-spacing: -.03em; }
}

/* Tap target safety — at least 44px on touch */
@media (hover: none) and (pointer: coarse) {
  .btn { min-height: 44px; }
  .week-btn { min-width: 44px; min-height: 44px; }
  .day-cell { min-height: 64px; }
  .time-slot { min-height: 44px; }
  .nav-toggle { min-width: 44px; min-height: 44px; }
}
/* =================================================================
   FLEET SERVICE SECTION
================================================================= */
.fleet {
  position: relative;
  padding: 90px 0 100px;
  background:
    linear-gradient(180deg, #fff 0%, #fafafa 100%);
  overflow: hidden;
}

.fleet::before {
  /* Yellow accent strip at top */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--ok-yellow);
}

.fleet::after {
  /* Subtle decorative diagonal */
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(254, 218, 8, 0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.fleet > .container { position: relative; z-index: 1; }

/* ---------- FLEET HERO (intro) ---------- */
.fleet-hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
}

.fleet-hero-copy .section-title {
  margin: 14px 0 22px;
}

.fleet-lead {
  font-size: 1.06rem;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0 0 16px;
}

.fleet-lead strong {
  background: linear-gradient(180deg, transparent 60%, var(--ok-yellow) 60%);
  padding: 0 2px;
  color: #000;
}

.fleet-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* Fleet hero visual card */
.fleet-hero-visual {
  display: flex;
  justify-content: center;
}

.fleet-visual-card {
  position: relative;
  background: var(--ok-black);
  color: #fff;
  border-radius: 22px;
  padding: 38px 30px 30px;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  width: 100%;
  max-width: 380px;
  overflow: hidden;
}

.fleet-visual-card::before {
  /* Yellow corner accent */
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 80px; height: 6px;
  background: var(--ok-yellow);
}

.fleet-badge {
  width: 70px; height: 70px;
  background: var(--ok-yellow);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 8px 20px rgba(254, 218, 8, .3);
}

.fleet-badge i {
  width: 36px; height: 36px;
  color: #000;
  stroke-width: 2.5;
}

.fleet-stat {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.fleet-stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: 4rem;
  line-height: .9;
  color: var(--ok-yellow);
}

.fleet-stat-label {
  font-size: .9rem;
  line-height: 1.4;
  color: rgba(255,255,255,.85);
}

.fleet-mini-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fleet-mini-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .96rem;
  font-weight: 600;
}

.fleet-mini-list i {
  width: 20px; height: 20px;
  color: var(--ok-yellow);
  flex-shrink: 0;
}

/* ---------- FLEET BLOCKS (How We Help / Advantage) ---------- */
.fleet-block {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  padding: 44px 40px;
  margin-bottom: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,.04);
}

.fleet-block-dark {
  background: var(--ok-black);
  color: #fff;
  border: none;
}

.fleet-block-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -.01em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.fleet-block-title i {
  width: 32px; height: 32px;
  padding: 8px;
  background: var(--ok-yellow);
  color: #000;
  border-radius: 8px;
  box-sizing: content-box;
}

.fleet-block-dark .fleet-block-title { color: #fff; }

/* "How We Help" 3-column check-list */
.fleet-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.fleet-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fleet-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
}

.fleet-list i {
  width: 22px; height: 22px;
  padding: 3px;
  background: var(--ok-yellow);
  color: #000;
  border-radius: 50%;
  stroke-width: 3;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* "OK Tire Advantage" cards */
.fleet-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.adv-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 24px 22px;
  transition: all .25s ease;
}

.adv-card:hover {
  background: rgba(254, 218, 8, .08);
  border-color: var(--ok-yellow);
  transform: translateY(-3px);
}

.adv-icon {
  width: 48px; height: 48px;
  background: var(--ok-yellow);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}

.adv-icon i {
  width: 26px; height: 26px;
  color: #000;
  stroke-width: 2.5;
}

.adv-card strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .01em;
}

.adv-card span {
  display: block;
  font-size: .92rem;
  line-height: 1.5;
  color: rgba(255,255,255,.75);
}

/* ---------- FLEET INQUIRY FORM ---------- */
.fleet-form-section {
  padding: 80px 0;
  background: #fafaf7;
}
.fleet-form-wrap {
  background: linear-gradient(135deg, #fff 0%, #fffbe0 100%);
  border: 2px solid var(--ok-yellow);
  border-radius: 20px;
  padding: 48px 44px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.fleet-form-wrap::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: var(--ok-yellow);
  border-radius: 50%;
  opacity: .18;
  pointer-events: none;
}

.fleet-form-head {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  max-width: 720px;
}

.fleet-form-head h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -.01em;
  margin: 0 0 14px;
  line-height: 1.2;
}

.fleet-form-head p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.fleet-form-head a {
  color: #000;
  border-bottom: 1.5px solid var(--ok-yellow-deep);
  transition: color .2s;
}

.fleet-form-head a:hover { color: var(--ok-yellow-deep); }

.fleet-form {
  position: relative;
  z-index: 1;
}

.fleet-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin-bottom: 28px;
}

.fleet-form-grid .field-group { margin: 0; }

.fleet-form-grid .field-group-full { grid-column: 1 / -1; }

.fleet-form-grid .field-label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.fleet-form-grid .req {
  color: #d93600;
  margin-left: 3px;
}

.fleet-form-grid input,
.fleet-form-grid textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgba(0,0,0,.15);
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  transition: border-color .2s, box-shadow .2s;
}

.fleet-form-grid input:focus,
.fleet-form-grid textarea:focus {
  outline: none;
  border-color: var(--ok-yellow-deep);
  box-shadow: 0 0 0 4px rgba(254, 218, 8, .2);
}

.fleet-form-grid textarea {
  resize: vertical;
  min-height: 120px;
}

.fleet-submit {
  width: 100%;
  justify-content: center;
}

.fleet-form-success {
  margin-top: 20px;
  padding: 18px 22px;
  background: #e7f8ec;
  border: 1.5px solid #2eb350;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.fleet-form-success[hidden] { display: none !important; }

.fleet-form-success i {
  width: 32px; height: 32px;
  color: #2eb350;
  flex-shrink: 0;
}

.fleet-form-success strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 2px;
  color: #1a1a1a;
}

.fleet-form-success span {
  font-size: .92rem;
  color: #444;
}

/* ---------- FLEET SERVICE CARD (in services grid) ---------- */
.svc-card-fleet {
  background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
  color: #fff;
  border: 2px solid var(--ok-yellow);
  position: relative;
}

.svc-card-fleet::before {
  content: "FOR BUSINESS";
  position: absolute;
  top: 14px; right: 14px;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  background: var(--ok-yellow);
  color: #000;
  padding: 4px 10px;
  border-radius: 4px;
}

.svc-card-fleet .svc-icon {
  background: var(--ok-yellow);
  color: #000;
}

.svc-card-fleet h3 { color: #fff; }
.svc-card-fleet p { color: rgba(255,255,255,.78); }

.svc-card-fleet .svc-link {
  color: var(--ok-yellow);
}

.svc-card-fleet:hover {
  border-color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}

/* =================================================================
   FLEET — MOBILE RESPONSIVE
================================================================= */
@media (max-width: 1100px) {
  .fleet-list-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .fleet-advantage-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .fleet-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 50px;
  }
  .fleet-hero-visual { order: -1; }
  .fleet-visual-card { max-width: none; }
  .fleet-stat-num { font-size: 3.4rem; }
}

@media (max-width: 720px) {
  .fleet { padding: 64px 0 80px; }
  .fleet-block { padding: 32px 24px; }
  .fleet-block-title { font-size: 1.4rem; }
  .fleet-list-grid { grid-template-columns: 1fr; gap: 14px; }
  .fleet-advantage-grid { grid-template-columns: 1fr; }
  .fleet-form-wrap { padding: 32px 22px; }
  .fleet-form-head h3 { font-size: 1.35rem; }
  .fleet-form-grid { grid-template-columns: 1fr; gap: 18px; }
  .fleet-cta-row .btn { width: 100%; justify-content: center; }
  .adv-card { padding: 20px 18px; }
}

@media (max-width: 420px) {
  .fleet-visual-card { padding: 28px 22px; }
  .fleet-stat-num { font-size: 2.8rem; }
  .fleet-stat { gap: 10px; }
  .fleet-form-wrap { padding: 24px 18px; }
}

/* =================================================================
   FLEET PAGE — Standalone page additions
================================================================= */
.fleet-page { padding-top: 50px; }

/* Hours / phone / address card in fleet hero */
.fleet-hours-card {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 24px;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,.08);
  border-left: 5px solid var(--ok-yellow);
  border-radius: 12px;
  max-width: 480px;
}

.fleet-hours-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: .98rem;
  line-height: 1.55;
  color: #222;
}

.fleet-hours-row i {
  width: 22px; height: 22px;
  color: #000;
  background: var(--ok-yellow);
  padding: 4px;
  border-radius: 6px;
  flex-shrink: 0;
  box-sizing: content-box;
  margin-top: 2px;
}

.fleet-hours-row strong { color: #000; }

.fleet-hours-row a {
  color: #000;
  border-bottom: 1.5px solid var(--ok-yellow-deep, #e8c80f);
  transition: color .2s;
}

.fleet-hours-row a:hover { color: var(--ok-yellow-deep, #e8c80f); }

/* Intro block between hero and "How we help" */
.fleet-intro-block {
  margin: 60px auto 40px;
  max-width: 880px;
  text-align: center;
  padding: 0 10px;
}

.fleet-intro-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  letter-spacing: -.02em;
  margin: 0 0 22px;
  line-height: 1.15;
}

.fleet-intro-block .fleet-lead {
  text-align: left;
}

.fleet-intro-block .btn {
  margin-top: 18px;
}

/* Form heading on standalone page (was h3 in section, now h2) */
.fleet-form-head h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  letter-spacing: -.01em;
  margin: 0 0 14px;
  line-height: 1.2;
}

/* Standalone page — tighter mobile padding */
@media (max-width: 720px) {
  .fleet-page { padding-top: 30px; }
  .fleet-intro-block { margin: 36px auto 24px; }
  .fleet-hours-card { padding: 18px 18px; }
  .fleet-hours-row { font-size: .9rem; gap: 10px; }
}

/* =================================================================
   BOOKING — CRM Redirect Card (no iframe — clean CTA section)
================================================================= */
.booking-crm {
  position: relative;
  padding: 80px 0 100px;
  background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
  overflow: hidden;
}

.booking-crm::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--ok-yellow) 0%, var(--ok-yellow) 60%, transparent 100%);
}

.booking-crm::after {
  content: "";
  position: absolute;
  top: 100px;
  left: -180px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(254, 218, 8, 0.1) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.booking-crm > .container { position: relative; z-index: 1; }

.book-card-wrap {
  max-width: 1100px;
  margin: 40px auto 0;
}

/* ---- The big two-column card ---- */
.book-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.10);
  border: 2px solid rgba(0,0,0,.06);
}

/* Left half — pitch & benefits */
.book-card-left {
  padding: 50px 48px;
  display: flex;
  flex-direction: column;
}

.book-card-icon {
  width: 64px; height: 64px;
  background: var(--ok-yellow);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 6px 16px rgba(254, 218, 8, .35);
}

.book-card-icon i {
  width: 32px; height: 32px;
  color: #000;
  stroke-width: 2.5;
}

.book-card-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  color: #000;
}

.book-card-sub {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin: 0 0 28px;
}

.book-perks {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.book-perks li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.book-perks li > i {
  width: 22px; height: 22px;
  padding: 6px;
  background: var(--ok-yellow);
  color: #000;
  border-radius: 8px;
  flex-shrink: 0;
  stroke-width: 2.5;
  box-sizing: content-box;
}

.book-perks li > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.book-perks strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .005em;
  color: #000;
}

.book-perks span {
  font-size: .92rem;
  color: #555;
  line-height: 1.5;
}

/* Right half — big CTA on dark bg */
.book-card-right {
  background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
  padding: 50px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.book-card-right::before {
  /* Decorative big yellow corner accent */
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 240px; height: 240px;
  background: var(--ok-yellow);
  opacity: .08;
  border-radius: 50%;
  pointer-events: none;
}

.book-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 340px;
}

.book-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(254, 218, 8, 0.15);
  border: 1px solid rgba(254, 218, 8, 0.4);
  border-radius: 999px;
  margin-bottom: 22px;
  font-size: .82rem;
  font-weight: 700;
  color: var(--ok-yellow);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.book-cta-badge i {
  width: 16px; height: 16px;
}

.book-cta-headline {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: -.02em;
}

.book-cta-text {
  font-size: .98rem;
  line-height: 1.55;
  color: rgba(255,255,255,.78);
  margin: 0 0 28px;
}

/* Extra-large button variant for the main CTA */
.btn.btn-xl {
  font-size: 1.05rem;
  padding: 18px 32px;
  font-weight: 700;
}

.book-cta-btn {
  width: 100%;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(254, 218, 8, .35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.book-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(254, 218, 8, .5);
}

.book-cta-btn i {
  width: 20px; height: 20px;
}

.book-cta-tiny {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: .78rem;
  color: rgba(255,255,255,.55);
}

.book-cta-tiny i {
  width: 13px; height: 13px;
}

/* ---- Alt contact strip below the card ---- */
.book-alt-contact {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 24px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid rgba(0,0,0,.06);
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
}

.book-alt-label {
  font-size: .92rem;
  color: #555;
  font-weight: 600;
}

.book-alt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 700;
  font-size: .95rem;
  border-bottom: 2px solid var(--ok-yellow);
  padding: 2px 0;
  transition: color .2s, border-color .2s;
}

.book-alt-link:hover {
  color: var(--ok-yellow-deep, #d4b500);
  border-bottom-color: #000;
}

.book-alt-link i {
  width: 18px; height: 18px;
}

/* ========== Mobile ========== */
@media (max-width: 960px) {
  .book-card { grid-template-columns: 1fr; }
  .book-card-left { padding: 40px 32px 30px; }
  .book-card-right { padding: 40px 32px; }
}

@media (max-width: 720px) {
  .booking-crm { padding: 60px 0 80px; }
  .book-card-left { padding: 32px 24px 24px; }
  .book-card-right { padding: 32px 24px; }
  .book-card-title { font-size: 1.5rem; }
  .book-cta-headline { font-size: 1.7rem; }
  .book-perks li { gap: 12px; }
  .book-alt-contact {
    flex-direction: column;
    text-align: center;
    padding: 22px 18px;
    gap: 12px;
  }
  .book-alt-link { font-size: 1rem; }
}

@media (max-width: 420px) {
  .book-card-icon { width: 56px; height: 56px; }
  .book-card-icon i { width: 28px; height: 28px; }
  .book-card { border-radius: 16px; }
  .book-cta-btn { padding: 16px 24px; }
}

/* =================================================================
   ███ MOBILE POLISH PASS ███
   Final pass — ensures everything looks crisp on mobile,
   smooths animations, fixes touch targets, prevents iOS zoom,
   tightens spacing, and respects reduced-motion preferences.
================================================================= */

/* ===== GLOBAL TOUCH & RENDER POLISH ===== */
* {
  -webkit-tap-highlight-color: rgba(254, 218, 8, 0.18);
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
}

/* Prevent ALL elements from causing horizontal overflow */
img, video, iframe, svg, canvas {
  max-width: 100%;
  height: auto;
}

/* iframe doesn't auto-height with above; restore for fixed iframes */
iframe[width][height] { height: auto; }

/* ===== iOS ZOOM PREVENTION (16px min on all form inputs) ===== */
@media (max-width: 720px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="url"],
  input[type="search"],
  input[type="password"],
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* ===== SMOOTH IMAGE LOADING ===== */
img {
  background-color: rgba(0, 0, 0, 0.02);
}

/* ===== ANIMATIONS — POLISH & PERFORMANCE ===== */
/* Reveal-on-scroll: hardware-accelerated, no layout thrash */
.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.is-visible,
.reveal.visible,
.reveal.in-view,
.reveal.in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Stagger child reveals so they cascade naturally */
.reveal > *:nth-child(1) { transition-delay: 0ms; }
.reveal > *:nth-child(2) { transition-delay: 60ms; }
.reveal > *:nth-child(3) { transition-delay: 120ms; }
.reveal > *:nth-child(4) { transition-delay: 180ms; }

/* Buttons — consistent transition on all */
.btn {
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
  will-change: transform;
}

@media (hover: hover) {
  .btn:hover {
    transform: translateY(-1px);
  }
}

.btn:active {
  transform: translateY(0);
  transition-duration: 0.05s;
}

/* Cards — smooth hover lifts */
.svc-card,
.adv-card,
.bcta-card,
.fleet-block {
  transition:
    transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s ease;
  will-change: transform;
}

/* ===== REDUCED MOTION SUPPORT ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== ANNOUNCE BAR — fix overflow on tiny screens ===== */
@media (max-width: 720px) {
  .announce-bar {
    font-size: 0.75rem;
    padding: 6px 0;
    overflow: hidden;
  }
  .announce-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding: 0 16px;
    white-space: nowrap;
  }
  .announce-inner::-webkit-scrollbar { display: none; }
  .announce-item {
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  /* Hide announce hours on small phones — keep call + location */
  .announce-hours { display: none; }
}

/* ===== NAV / HEADER — mobile polish ===== */
@media (max-width: 960px) {
  .nav-inner { padding: 14px 20px; min-height: 60px; }
  .brand-logo-img { height: 36px; }
  .brand-branch { font-size: 0.95rem; }
  .brand-tagline { display: none; } /* save space on mobile */
}

@media (max-width: 480px) {
  .brand-sub { gap: 0; }
  .brand-branch { font-size: 0.85rem; }
  .nav-cta .btn-call span { display: none; } /* icon-only call button */
  .nav-cta .btn-call { padding: 10px 12px; }
}

/* Mobile drawer — smoother slide */
.mobile-drawer {
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.25s ease;
}

@media (max-width: 720px) {
  .mobile-drawer {
    padding: 20px 18px 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-drawer a,
  .drawer-accordion {
    padding: 14px 12px;
    font-size: 1.02rem;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .drawer-sub a {
    padding-left: 36px;
    font-size: 0.95rem;
  }
}

/* ===== SECTION SPACING — tighten on mobile ===== */
@media (max-width: 720px) {
  .container { padding: 0 20px; }

  .hero,
  .full-service,
  .services,
  .about,
  .booking-cta,
  .booking-crm,
  .contact,
  .fleet {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section-head { margin-bottom: 28px; }
  .section-title { font-size: clamp(1.65rem, 7vw, 2.2rem); margin-bottom: 12px; }
  .section-sub { font-size: 0.98rem; max-width: 560px; }
  .fs-eyebrow { font-size: 0.72rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .hero,
  .full-service,
  .services,
  .about,
  .booking-cta,
  .booking-crm,
  .contact,
  .fleet {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .section-title { font-size: clamp(1.5rem, 8vw, 2rem); }
  .section-sub { font-size: 0.94rem; }
}

/* ===== HERO — final mobile polish ===== */
@media (max-width: 720px) {
  .hero-title,
  .hero h1 { font-size: clamp(1.8rem, 8vw, 2.6rem) !important; line-height: 1.05; }
  .hero-eyebrow { font-size: 0.72rem; }
  .hero-sub { font-size: 1rem; line-height: 1.55; }
  .hero-cta,
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-cta .btn,
  .hero-actions .btn { width: 100%; justify-content: center; }
}

/* ===== SERVICE CARDS — touch-friendly ===== */
@media (max-width: 720px) {
  .services-grid { gap: 14px !important; }
  .svc-card { padding: 22px 20px; }
  .svc-card h3 { font-size: 1.15rem; }
  .svc-card p { font-size: 0.93rem; line-height: 1.55; }
}

/* ===== BOOKING CTA CARD — already mostly handled, just smooth it ===== */
@media (max-width: 720px) {
  .book-card-left,
  .book-card-right { padding: 32px 22px !important; }
  .book-card-title { font-size: 1.6rem; line-height: 1.15; }
  .book-cta-btn,
  .bcta-button {
    width: 100%;
    justify-content: center;
    font-size: 1rem !important;
    padding: 16px 22px !important;
  }
  .book-alt-contact,
  .bcta-alt-contact {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 16px;
    gap: 10px;
  }
  .book-alt-link,
  .bcta-alt-link {
    justify-content: center;
    padding: 10px;
    border-bottom: none;
    background: rgba(0,0,0,0.03);
    border-radius: 8px;
  }
}

/* ===== FOOTER — stack cleanly ===== */
@media (max-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-brand .brand-logo-img { height: 40px; }
  .footer-tag { font-size: 1rem; }
  .footer-col h5 {
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .footer-col a { padding: 6px 0; }
  .footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* ===== FLEET PAGE — final mobile polish ===== */
@media (max-width: 720px) {
  .fleet-page { padding-top: 24px !important; }
  .fleet-hero { gap: 28px !important; margin-bottom: 36px; }
  .fleet-hero-copy h1 { font-size: clamp(1.6rem, 7.5vw, 2.2rem) !important; }
  .fleet-hours-card { padding: 16px 18px; max-width: 100%; }
  .fleet-hours-row { font-size: 0.92rem; gap: 12px; align-items: center; }
  .fleet-hours-row strong { font-size: 0.92rem; }
  .fleet-visual-card { padding: 28px 22px; }
  .fleet-intro-block { margin: 32px auto 24px; padding: 0; }
  .fleet-intro-title { font-size: 1.5rem; }
  .fleet-block { padding: 28px 22px; }
  .fleet-list li { font-size: 0.95rem; }
  .breadcrumb {
    padding: 12px 0;
    font-size: 0.85rem;
  }
}

/* ===== CONTACT SECTION + MAP ===== */
@media (max-width: 720px) {
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .contact-row {
    padding: 14px 0;
    gap: 14px;
  }
  .contact-row strong { font-size: 1rem; }
  .map-wrap { height: 280px; border-radius: 12px; }
  .map-wrap iframe { height: 100%; }
}

/* ===== FAB CALL BUTTON — make it more prominent ===== */
@media (max-width: 960px) {
  .fab-call {
    bottom: 18px;
    right: 18px;
    width: 58px; height: 58px;
    box-shadow: 0 8px 24px rgba(254, 218, 8, 0.4);
    animation: fabPulse 2.5s ease-in-out infinite;
  }
  .fab-call i { width: 26px; height: 26px; }
}

@keyframes fabPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(254, 218, 8, 0.4); }
  50% { box-shadow: 0 8px 24px rgba(254, 218, 8, 0.6), 0 0 0 8px rgba(254, 218, 8, 0.08); }
}

/* ===== STAT CARDS / NUMBERS — readable mobile sizing ===== */
@media (max-width: 720px) {
  .stat-card { padding: 18px 16px; }
  .stat-num { font-size: 2rem !important; }
  .stat-label { font-size: 0.82rem; }
  .fleet-stat-num { font-size: 3rem; }
}

/* ===== FORMS — touch-friendly ===== */
@media (max-width: 720px) {
  .fleet-form-grid { gap: 14px !important; }
  .field-label { font-size: 0.78rem; }
  .fleet-form-grid input,
  .fleet-form-grid textarea {
    padding: 14px 14px !important;
    border-radius: 10px;
  }
  .fleet-submit { width: 100%; justify-content: center; }
  .fleet-form-wrap { padding: 28px 20px !important; }
  .fleet-form-head h2,
  .fleet-form-head h3 { font-size: 1.3rem !important; line-height: 1.25; }
}

/* ===== BCTA STEPS CARD ===== */
@media (max-width: 720px) {
  .bcta-step { gap: 12px; }
  .bcta-step-text strong { font-size: 0.98rem; }
  .bcta-step-text span { font-size: 0.85rem; }
}

/* ===== UTILITY ===== */
.no-scroll { overflow: hidden; }

/* Slow down reveal on small screens for less jarring effect */
@media (max-width: 720px) {
  .reveal {
    transform: translate3d(0, 16px, 0);
    transition-duration: 0.55s;
  }
}

/* Ensure all clickable links have proper tap target on mobile */
@media (hover: none) and (pointer: coarse) {
  .btn,
  a.svc-card,
  a.dropdown-item,
  .nav-cta a,
  button[type="submit"] {
    min-height: 44px;
  }
}

/* Smooth scroll polish */
html { scroll-padding-top: 80px; } /* offset anchor jumps from sticky header */

@media (max-width: 720px) {
  html { scroll-padding-top: 60px; }
}

/* Print-friendly */
@media print {
  .site-header, .announce-bar, .fab-call, .mobile-drawer, .nav-toggle { display: none !important; }
  body { background: #fff; }
}


/* =================================================================
   HIGHLIGHTED GLOW — for callout phrases like "No appointment needed"
   Yellow text + soft pulsing glow effect, brand-aligned.
================================================================= */
.hl-glow,
strong.hl-glow,
.hero-sub .hl-glow,
.hero-sub strong.hl-glow {
  display: inline-block;
  color: #b8950b;             /* deep amber - readable on light bg */
  font-weight: 900;
  letter-spacing: 0.01em;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.15),
    0 0 12px rgba(254, 218, 8, 0.65),
    0 0 24px rgba(254, 218, 8, 0.35);
  animation: hlGlowPulse 2.6s ease-in-out infinite;
  will-change: text-shadow;
}

@keyframes hlGlowPulse {
  0%, 100% {
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.15),
      0 0 10px rgba(254, 218, 8, 0.55),
      0 0 20px rgba(254, 218, 8, 0.28);
  }
  50% {
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.15),
      0 0 16px rgba(254, 218, 8, 0.85),
      0 0 30px rgba(254, 218, 8, 0.5);
  }
}

/* On dark backgrounds, the glow shifts to pure bright yellow */
.bg-dark .hl-glow,
section.svc-signs .hl-glow,
section.svc-cta .hl-glow,
.site-footer .hl-glow {
  color: var(--ok-yellow);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hl-glow { animation: none; }
}


/* =================================================================
   QUICK BADGE — for oil change "Quick Turnaround" callout
================================================================= */
.quick-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 18px;
  padding: 10px 16px;
  background: linear-gradient(135deg, rgba(254, 218, 8, 0.12), rgba(254, 218, 8, 0.04));
  border: 1.5px solid rgba(254, 218, 8, 0.4);
  border-radius: 999px;
  font-size: 0.95rem;
  align-self: flex-start;
  box-shadow: 0 4px 18px rgba(254, 218, 8, 0.15);
}

.quick-badge i {
  width: 18px;
  height: 18px;
  color: #b8950b;
  stroke-width: 2.5;
}

.quick-badge .hl-glow {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.005em;
}

@media (max-width: 720px) {
  .quick-badge {
    padding: 9px 14px;
    font-size: 0.88rem;
    margin: 2px 0 14px;
  }
  .quick-badge .hl-glow { font-size: 0.88rem; }
}


/* =================================================================
   HERO STAMP — rotating "Service · Repair · Tires" brand seal
================================================================= */
.hero-stamp-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.12));
}

.stamp-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(254, 218, 8, 0.55) 0%,
    rgba(254, 218, 8, 0.22) 40%,
    transparent 70%
  );
  filter: blur(38px);
  z-index: 0;
  animation: stampGlowPulse 5.5s ease-in-out infinite;
}

@keyframes stampGlowPulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.04); }
}

.hero-stamp {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* Outer rotating group — text + rings spin slowly */
.stamp-rotate {
  transform-origin: 210px 210px;
  animation: stampSpin 32s linear infinite;
  will-change: transform;
}

@keyframes stampSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Hover speed-up — playful but subtle */
.hero-stamp-wrap:hover .stamp-rotate {
  animation-duration: 14s;
}

/* Curved text styling */
.stamp-text-curve {
  fill: #0a0a0a;
  font-family: "Oswald", "Archivo Black", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Inner static text styles */
.stamp-toplabel {
  fill: #0a0a0a;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.32em;
}

.stamp-brand {
  fill: #0a0a0a;
  font-family: "Archivo Black", "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.stamp-divider {
  fill: #0a0a0a;
  font-size: 16px;
  letter-spacing: 0.3em;
  opacity: 0.85;
}

.stamp-est {
  fill: #0a0a0a;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  opacity: 0.88;
}

/* Responsive — slightly smaller on tablet, more on mobile */
@media (max-width: 960px) {
  .hero-stamp-wrap { max-width: 380px; }
}

@media (max-width: 720px) {
  .hero-stamp-wrap { max-width: 300px; margin-top: 12px; }
  .stamp-text-curve { font-size: 24px; }
}

@media (max-width: 480px) {
  .hero-stamp-wrap { max-width: 260px; }
}

/* Reduced motion: no spin, no pulse */
@media (prefers-reduced-motion: reduce) {
  .stamp-rotate,
  .stamp-glow,
  .hero-stamp-wrap:hover .stamp-rotate {
    animation: none;
  }
}

/* =================================================================
   HERO SCENE — isometric service-bay illustration
================================================================= */
.hero-scene-wrap {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 0;
}

.hero-scene {
  width: 100%;
  height: auto;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  overflow: visible;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.12));
}

/* Subtle scene "breathing" — very gentle float */
.hero-scene {
  animation: sceneFloat 5s ease-in-out infinite;
}
@keyframes sceneFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* Wheel spokes spin slowly */
.wheel-spin {
  animation: wheelSpokeSpin 12s linear infinite;
}
@keyframes wheelSpokeSpin {
  to { transform: rotate(360deg); }
}

/* Caption */
.hero-mark-caption {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--ok-black);
  opacity: 0.62;
  padding-left: 0.45em;
  text-align: center;
}

@media (max-width: 960px) {
  .hero-scene-wrap { max-width: 400px; gap: 20px; }
  .hero-scene { max-width: 360px; }
}

@media (max-width: 720px) {
  .hero-scene-wrap { max-width: 320px; gap: 16px; padding: 8px 0; }
  .hero-scene { max-width: 290px; }
  .hero-mark-caption { font-size: 0.68rem; letter-spacing: 0.3em; white-space: nowrap; }
}

@media (max-width: 480px) {
  .hero-scene-wrap { max-width: 270px; }
  .hero-scene { max-width: 250px; }
  .hero-mark-caption { font-size: 0.62rem; letter-spacing: 0.25em; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene,
  .wheel-spin { animation: none; }
}

/* =================================================================
   HERO SCENE — isometric service-bay illustration
================================================================= */
.hero-scene-wrap {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 0;
}

.hero-scene {
  width: 100%;
  height: auto;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  overflow: visible;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.12));
}

/* Subtle scene "breathing" — very gentle float */
.hero-scene {
  animation: sceneFloat 5s ease-in-out infinite;
}
@keyframes sceneFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* Wheel spokes spin slowly */
.wheel-spin {
  animation: wheelSpokeSpin 12s linear infinite;
}
@keyframes wheelSpokeSpin {
  to { transform: rotate(360deg); }
}

/* Caption */
.hero-mark-caption {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--ok-black);
  opacity: 0.62;
  padding-left: 0.45em;
  text-align: center;
}

@media (max-width: 960px) {
  .hero-scene-wrap { max-width: 400px; gap: 20px; }
  .hero-scene { max-width: 360px; }
}

@media (max-width: 720px) {
  .hero-scene-wrap { max-width: 320px; gap: 16px; padding: 8px 0; }
  .hero-scene { max-width: 290px; }
  .hero-mark-caption { font-size: 0.68rem; letter-spacing: 0.3em; white-space: nowrap; }
}

@media (max-width: 480px) {
  .hero-scene-wrap { max-width: 270px; }
  .hero-scene { max-width: 250px; }
  .hero-mark-caption { font-size: 0.62rem; letter-spacing: 0.25em; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene,
  .wheel-spin { animation: none; }
}


/* =================================================================
   CAR BRANDS MARQUEE — "we service all major brands"
================================================================= */
.brands-strip {
  background: linear-gradient(180deg, #fafaf5 0%, #f4f4ed 100%);
  border-top: 1px solid #e6e6e0;
  border-bottom: 1px solid #e6e6e0;
  padding: 26px 0;
  overflow: hidden;
  position: relative;
  color: #4a4a4a;
}

/* Soft fade-out gradient on left/right edges */
.brands-strip::before,
.brands-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 2;
  pointer-events: none;
}
.brands-strip::before {
  left: 0;
  background: linear-gradient(90deg, #fafaf5 0%, transparent 100%);
}
.brands-strip::after {
  right: 0;
  background: linear-gradient(270deg, #fafaf5 0%, transparent 100%);
}

.brands-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: brandsScroll 60s linear infinite;
  will-change: transform;
}

.brand-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #0a0a0a;
}

.brand-item:hover {
  opacity: 1;
  transform: scale(1.05);
}

.brand-item img {
  display: block;
  max-height: 42px;
  width: auto;
}

@keyframes brandsScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Hover pauses the scroll */
.brands-strip:hover .brands-track {
  animation-play-state: paused;
}

/* Mobile tweaks */
@media (max-width: 720px) {
  .brands-strip { padding: 20px 0; }
  .brands-track { gap: 38px; animation-duration: 50s; }
  .brand-item { height: 46px; }
  .brand-item img { max-height: 32px; }
}

@media (max-width: 480px) {
  .brands-strip { padding: 16px 0; }
  .brands-track { gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .brands-track { animation: none; }
  /* Keep visible — just don't move */
  .brands-strip::before, .brands-strip::after { display: none; }
}
/* END BRANDS MARQUEE */

/* =================================================================
   CAR BRANDS MARQUEE — real SVG logos + "WE SERVICE" header
================================================================= */
.brands-strip {
  background: linear-gradient(180deg, #fafaf5 0%, #f4f4ed 100%);
  border-top: 1px solid #e6e6e0;
  border-bottom: 1px solid #e6e6e0;
  padding: 26px 0 30px;
  overflow: hidden;
  position: relative;
}

/* Header */
.brands-header {
  text-align: center;
  margin-bottom: 22px;
  padding: 0 20px;
}

.brands-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #5a5a5a;
}

.brands-eyebrow .eyebrow-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ok-yellow, #FEDA08);
}

/* Soft fade-out gradient on left/right edges */
.brands-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: brandsScroll 70s linear infinite;
  will-change: transform;
}

/* Edge fades (placed on the strip, above the track) */
.brands-strip::before,
.brands-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 2;
  pointer-events: none;
}
.brands-strip::before {
  left: 0;
  background: linear-gradient(90deg, #fafaf5 0%, transparent 100%);
}
.brands-strip::after {
  right: 0;
  background: linear-gradient(270deg, #fafaf5 0%, transparent 100%);
}

.brand-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 80px;
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.brand-item img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  /* Blend white logo backgrounds into the strip — white pixels become transparent */
  mix-blend-mode: multiply;
}

.brand-item:hover {
  opacity: 1;
  transform: scale(1.1);
}

@keyframes brandsScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.brands-strip:hover .brands-track {
  animation-play-state: paused;
}

/* Mobile */
@media (max-width: 720px) {
  .brands-strip { padding: 20px 0 24px; }
  .brands-header { margin-bottom: 16px; }
  .brands-eyebrow { font-size: 0.66rem; letter-spacing: 0.28em; }
  .brands-track { gap: 44px; animation-duration: 55s; }
  .brand-item { height: 36px; width: 64px; }
}

@media (max-width: 480px) {
  .brands-track { gap: 34px; }
  .brand-item { height: 32px; width: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .brands-track { animation: none; }
  .brands-strip::before, .brands-strip::after { display: none; }
}
/* END BRANDS MARQUEE */

/* =================================================================
   HERO ANIMATED CAR — original SVG car with floating service tags
================================================================= */
.hero-car-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1.55/1;
  max-width: 640px;
  margin-left: auto;
  animation: fadeUp 1.2s .3s both;
}
.car-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse at center, rgba(255,204,0,.25), transparent 65%);
  filter: blur(40px);
  z-index: 0;
}
.car-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 30px rgba(0,0,0,.35));
}
.car-body {
  animation: carBob 4s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes carBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}
.wheel-spin-fast {
  animation: tireSpin 1.2s linear infinite;
}
@keyframes tireSpin {
  from { transform: rotate(0); }
  to   { transform: rotate(360deg); }
}
.road-dashes {
  animation: roadScroll .6s linear infinite;
}
@keyframes roadScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-120px); }
}

/* Floating service tags around the car */
.service-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 9px 16px;
  border-radius: 999px;
  font-family: var(--f-head, "Oswald", sans-serif);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .02em;
  color: var(--ok-black, #0a0a0a);
  box-shadow: 0 10px 24px rgba(0,0,0,.14), 0 2px 0 var(--ok-black, #0a0a0a);
  border: 2px solid var(--ok-black, #0a0a0a);
  z-index: 3;
  white-space: nowrap;
}
.service-tag i {
  width: 16px;
  height: 16px;
  color: var(--ok-yellow-deep, #C9A700);
  flex-shrink: 0;
}
.tag-oil        { top: 4%;    left: -4%;  animation: tagFloat 4.5s ease-in-out infinite; }
.tag-brakes     { top: 18%;   right: -2%; animation: tagFloat 5.2s ease-in-out infinite .8s; }
.tag-engine     { bottom: 28%; left: -6%; animation: tagFloat 4.8s ease-in-out infinite 1.6s; }
.tag-electrical { bottom: 8%; right: -4%; animation: tagFloat 5s ease-in-out infinite .4s; }

@keyframes tagFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-8px) rotate(1.5deg); }
}

/* Mobile: smaller car + smaller service tags */
@media (max-width: 960px) {
  .hero-car-wrap { max-width: 520px; margin: 0 auto; }
  .service-tag { font-size: .78rem; padding: 7px 12px; }
  .service-tag i { width: 14px; height: 14px; }
}

@media (max-width: 720px) {
  .hero-car-wrap { max-width: 100%; }
  .service-tag { font-size: .72rem; padding: 6px 10px; gap: 6px; }
  .service-tag i { width: 12px; height: 12px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .car-body, .wheel-spin-fast, .road-dashes, .service-tag,
  .hero-car-wrap { animation: none !important; }
}

/* Strong weight on specific badge pill */
.badge-pill-strong strong {
  font-weight: 800;
  letter-spacing: 0.005em;
}

/* =================================================================
   SERVICES MOBILE — circular icon grid (Express-Care style, OK Tire brand)
   Active below 720px only. Desktop card grid stays untouched.
================================================================= */
@media (max-width: 720px) {

  /* Section adjustments */
  .services {
    padding: 50px 0 60px;
  }

  .services .section-head {
    margin-bottom: 32px;
  }

  .services .section-title {
    font-size: 1.85rem;
    line-height: 1.1;
  }

  .services .section-sub {
    font-size: 0.92rem;
    padding: 0 16px;
  }

  /* Transform grid into 3-column icon layout */
  .services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px 8px !important;
    padding: 8px 4px !important;
    max-width: 480px;
    margin: 0 auto;
  }

  /* Strip card chrome — turn each into a circular icon tile */
  .services-grid .svc-card,
  .services-grid .svc-card.svc-feature,
  .services-grid .svc-card.svc-card-fleet {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    text-decoration: none !important;
    color: var(--ok-black, #0a0a0a) !important;
    min-height: 0 !important;
    transition: transform 0.2s ease;
  }

  /* Icon container becomes the circular tile */
  .services-grid .svc-card .svc-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    min-height: 78px;
    border-radius: 50%;
    background: #ffffff;
    border: 2.5px solid var(--ok-yellow, #FEDA08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow:
      0 0 0 5px rgba(254, 218, 8, 0.10),
      0 0 18px rgba(254, 218, 8, 0.22),
      0 6px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: var(--ok-black, #0a0a0a) !important;
  }

  /* Icon inside the tile */
  .services-grid .svc-card .svc-icon i,
  .services-grid .svc-card .svc-icon svg {
    width: 30px !important;
    height: 30px !important;
    color: var(--ok-black, #0a0a0a) !important;
    stroke-width: 1.7;
  }

  /* Service title under the tile */
  .services-grid .svc-card h3 {
    font-family: "Oswald", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin: 0;
    color: var(--ok-black, #0a0a0a) !important;
    padding: 0 2px;
    max-width: 105px;
  }

  /* Hide description text and "Learn More" link on mobile */
  .services-grid .svc-card p,
  .services-grid .svc-card .svc-link {
    display: none !important;
  }

  /* Featured tire card: amber-tinted ring to make it stand out subtly */
  .services-grid .svc-card.svc-feature .svc-icon {
    background: var(--ok-yellow, #FEDA08);
    box-shadow:
      0 0 0 5px rgba(254, 218, 8, 0.18),
      0 0 22px rgba(254, 218, 8, 0.35),
      0 6px 14px rgba(0, 0, 0, 0.10);
  }

  /* Fleet card: subtle accent so it's visually distinct */
  .services-grid .svc-card.svc-card-fleet .svc-icon {
    border-color: var(--ok-black, #0a0a0a);
    box-shadow:
      0 0 0 5px rgba(0, 0, 0, 0.06),
      0 0 18px rgba(0, 0, 0, 0.10),
      0 6px 14px rgba(0, 0, 0, 0.08);
  }

  /* Tap feedback */
  .services-grid .svc-card:active .svc-icon {
    transform: scale(0.92);
    box-shadow:
      0 0 0 6px rgba(254, 218, 8, 0.22),
      0 0 22px rgba(254, 218, 8, 0.35),
      0 4px 10px rgba(0, 0, 0, 0.08);
  }
}

/* Smaller phones — tighten further */
@media (max-width: 420px) {
  .services-grid {
    gap: 24px 4px !important;
    padding: 8px 0 !important;
  }
  .services-grid .svc-card .svc-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }
  .services-grid .svc-card .svc-icon i,
  .services-grid .svc-card .svc-icon svg {
    width: 26px !important;
    height: 26px !important;
  }
  .services-grid .svc-card h3 {
    font-size: 0.68rem;
    max-width: 95px;
  }
}

/* =================================================================
   MOBILE HERO OVERHAUL — reorder, breathe, polish
   Active below 960px. Desktop layout untouched.
================================================================= */
@media (max-width: 960px) {

  /* Section padding — generous breathing room */
  .hero {
    padding: 56px 0 72px !important;
    min-height: auto !important;
  }

  /* Convert grid → vertical flex so we can reorder children */
  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    align-items: stretch;
  }

  /* Unwrap .hero-copy so its children become siblings of .hero-car-wrap */
  /* This lets us reorder eyebrow / title / car / sub / cta / badges freely */
  .hero-copy {
    display: contents !important;
  }

  /* Define mobile order: eyebrow → title → CAR → sub → CTAs → badges */
  .hero-eyebrow   { order: 1; }
  .hero-title     { order: 2; }
  .hero-car-wrap  { order: 3; }
  .hero-sub       { order: 4; }
  .hero-cta       { order: 5; }
  .hero-badges    { order: 6; }

  /* Eyebrow gets a bit more presence */
  .hero-eyebrow {
    font-size: 0.82rem !important;
    letter-spacing: 0.22em !important;
    margin: 4px 0 6px !important;
  }

  /* Title — keep huge editorial impact, just tighten line gap */
  .hero-title {
    margin: 0 0 4px !important;
  }
  .hero-title .t-line {
    font-size: clamp(3rem, 14vw, 4.6rem) !important;
    line-height: 0.95 !important;
  }

  /* Car position — sits in the visual sweet spot, big enough to land */
  .hero-car-wrap {
    width: 100% !important;
    max-width: 540px !important;
    margin: 8px auto 12px !important;
    aspect-ratio: 1.55/1 !important;
  }

  /* Description: slightly larger reading size + comfortable line height */
  .hero-sub {
    font-size: 1.08rem !important;
    line-height: 1.55 !important;
    margin: 0 0 8px !important;
    max-width: 580px;
  }

  /* CTAs: stack full-width with proper gap; bigger tap targets */
  .hero-cta {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100%;
    margin-bottom: 4px;
  }
  .hero-cta .btn {
    width: 100%;
    padding: 18px 24px !important;
    font-size: 1.05rem !important;
    justify-content: center;
  }

  /* Badges: 2-column grid, tighter, more polished */
  .hero-badges {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 8px 0 0 !important;
    width: 100%;
  }
  .hero-badges .badge-pill {
    font-size: 0.78rem !important;
    padding: 10px 12px !important;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .hero-badges .badge-pill i {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
}

/* Narrower phones — make badges single column for readability */
@media (max-width: 480px) {
  .hero-badges {
    grid-template-columns: 1fr !important;
  }
  .hero-badges .badge-pill {
    font-size: 0.82rem !important;
    padding: 12px 16px !important;
    min-height: 46px;
  }
  .hero-cta .btn {
    font-size: 1rem !important;
    padding: 16px 22px !important;
  }
  .hero {
    padding: 44px 0 60px !important;
  }
  .hero-grid {
    gap: 24px !important;
  }
  .hero-sub {
    font-size: 1.02rem !important;
  }
}

/* =================================================================
   TIRE BRANDS STRIP — second marquee at end of page
   Blackhawk has special EXCLUSIVE glow + pill
================================================================= */
.tire-brands-strip {
  background: linear-gradient(180deg, #f4f4ed 0%, #fafaf5 100%);
  border-top: 1px solid #e6e6e0;
  border-bottom: 1px solid #e6e6e0;
  padding: 54px 0 60px;
  overflow: hidden;
  position: relative;
}

.tire-brands-strip .brands-header {
  text-align: center;
  margin-bottom: 28px;
  padding: 0 20px;
}

/* Edge fades */
.tire-brands-strip::before,
.tire-brands-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 3;
  pointer-events: none;
}
.tire-brands-strip::before {
  left: 0;
  background: linear-gradient(90deg, #f4f4ed 0%, transparent 100%);
}
.tire-brands-strip::after {
  right: 0;
  background: linear-gradient(270deg, #f4f4ed 0%, transparent 100%);
}

.tire-brands-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: brandsScroll 65s linear infinite;
  will-change: transform;
  padding: 18px 0;
}

.tire-brands-strip:hover .tire-brands-track {
  animation-play-state: paused;
}

.brand-item.brand-tire {
  height: 50px;
  width: 92px;
}

/* =====================================================
   BLACKHAWK — OK Tire Exclusive treatment
===================================================== */
.brand-item.brand-exclusive {
  position: relative;
  height: 64px;
  width: 116px;
  opacity: 1;
  z-index: 1;
}

/* Radial glow halo behind the logo */
.brand-item.brand-exclusive::before {
  content: '';
  position: absolute;
  inset: -22px;
  background: radial-gradient(
    ellipse at center,
    rgba(254, 218, 8, 0.55) 0%,
    rgba(254, 218, 8, 0.32) 28%,
    rgba(254, 218, 8, 0.14) 55%,
    transparent 78%
  );
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  animation: exclusivePulse 2.8s ease-in-out infinite;
}

@keyframes exclusivePulse {
  0%, 100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

.brand-item.brand-exclusive img {
  position: relative;
  z-index: 1;
  /* Don't multiply Blackhawk — keeps the outline + logo crisp on the yellow glow */
  mix-blend-mode: normal;
  /* Stacked dark drop-shadows form a 1px black silhouette outline,
     plus a soft shadow underneath for depth */
  filter:
    drop-shadow( 1px  0   0 #0a0a0a)
    drop-shadow(-1px  0   0 #0a0a0a)
    drop-shadow( 0    1px 0 #0a0a0a)
    drop-shadow( 0   -1px 0 #0a0a0a)
    drop-shadow( 0    3px 6px rgba(0, 0, 0, 0.25));
}

/* "OK TIRE EXCLUSIVE" pill floating above the logo */
.exclusive-pill {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ok-black, #0a0a0a);
  color: var(--ok-yellow, #FEDA08);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  z-index: 4;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(254, 218, 8, 0.25);
}

/* Mobile */
@media (max-width: 720px) {
  .tire-brands-strip { padding: 40px 0 44px; }
  .tire-brands-strip .brands-header { margin-bottom: 22px; }
  .tire-brands-track { gap: 42px; animation-duration: 55s; padding: 14px 0; }
  .brand-item.brand-tire { height: 40px; width: 70px; }
  .brand-item.brand-exclusive { height: 50px; width: 90px; }
  .brand-item.brand-exclusive::before { inset: -16px; }
  .exclusive-pill {
    font-size: 0.52rem;
    padding: 3px 8px;
    top: -15px;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 480px) {
  .tire-brands-track { gap: 32px; }
  .brand-item.brand-tire { height: 36px; width: 62px; }
  .brand-item.brand-exclusive { height: 44px; width: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  .tire-brands-track { animation: none; }
  .brand-item.brand-exclusive::before {
    animation: none;
    opacity: 0.85;
  }
  .tire-brands-strip::before, .tire-brands-strip::after { display: none; }
}