/* Tannadice Motors — black & tangerine. One stylesheet, no build step (served with ?v=hash). */

:root {
  --ink: #0b0c0e;
  --ink-2: #111215;
  --panel: #16171b;
  --panel-2: #1c1d22;
  --line: #2b2c32;
  --line-2: #3a3b42;
  --text: #f3f3f1;
  --muted: #a7a9b0;
  --orange: #ff6a13;
  --orange-hi: #ff8a45;
  --orange-lo: #d9520a;
  --red: #ff4a3d;
  --amber: #ffab1a;
  --plate-blue: #1d3f9a;
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --script: "Permanent Marker", "Comic Sans MS", cursive;
  --radius: 6px;
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font: 400 1.0625rem/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-hi); text-underline-offset: .18em; }
a:hover { color: #fff; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
h1, h2, h3, h4 { line-height: 1.1; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
address { font-style: normal; }
button, input, select, textarea { font: inherit; color: inherit; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--orange); color: #000; padding: 8px 14px; }
.skip:focus { left: 8px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.o { color: var(--orange); }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.i { width: 1.25em; height: 1.25em; flex: none; vertical-align: -.25em; }
.i.big { width: 2.6rem; height: 2.6rem; }

.kicker {
  font: 700 .9rem/1.2 var(--display);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 .6rem;
}
.display, .page-hero h1, .hero-title, .cta h2 {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .005em;
  line-height: .95;
}
.display { font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
.script {
  font-family: var(--script);
  color: #fff;
  transform: rotate(-8deg);
  line-height: 1.25;
  font-size: 1.35rem;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.script::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: .5rem;
  margin: .35rem 0 0 auto;
  background: var(--orange);
  border-radius: 50% 40% 60% 30% / 70% 40% 60% 30%;
  transform: rotate(-3deg) skewX(-20deg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  min-height: 48px;
  padding: .7em 1.35em;
  border-radius: var(--radius);
  border: 2px solid transparent;
  font: 700 1.02rem/1 var(--display);
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  white-space: nowrap;
}
.btn .i { width: 1.15em; height: 1.15em; }
.btn:active { transform: translateY(1px); }
.btn-orange { background: var(--orange); color: #0b0c0e; }
.btn-orange:hover { background: var(--orange-hi); color: #0b0c0e; }
.btn-dark { background: #0b0c0e; color: #fff; }
.btn-dark:hover { background: #26272c; color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(11,12,14,.35); }
.btn-ghost:hover { border-color: var(--orange); color: #fff; }
.btn-line { border-color: var(--orange); color: #fff; background: transparent; }
.btn-line:hover { background: var(--orange); color: #0b0c0e; }
.btn-wide { width: 100%; }

/* Header */
.site-header { background: var(--ink); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.head-top { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; color: #fff; flex: none; }
.logo img { width: 92px; height: auto; }
.wordmark { display: flex; flex-direction: column; font: 800 1.55rem/.9 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.wordmark .o { letter-spacing: .32em; font-size: .72em; font-weight: 700; margin-top: .18em; }
.head-tag { border-left: 1px solid var(--line-2); padding-left: 24px; display: flex; flex-direction: column; gap: 4px; }
.head-tag strong { font: 700 .92rem/1 var(--display); letter-spacing: .18em; text-transform: uppercase; }
.head-tag span { font: 600 .72rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.head-tag i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); display: inline-block; }
.head-phone { margin-left: auto; display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.head-phone .i { color: var(--orange); width: 28px; height: 28px; }
.head-phone strong { display: block; font: 700 1.5rem/1 var(--display); letter-spacing: .02em; }
.head-phone small { display: block; color: var(--muted); font-size: .78rem; margin-top: 3px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-2); border-radius: var(--radius); width: 48px; height: 48px; align-items: center; justify-content: center; cursor: pointer; margin-left: auto; }
.nav-toggle .i { width: 26px; height: 26px; }
.nav-toggle .shut { display: none; }
.nav-toggle[aria-expanded="true"] .open { display: none; }
.nav-toggle[aria-expanded="true"] .shut { display: block; }

.site-nav { border-top: 1px solid var(--line); }
.site-nav > ul { list-style: none; margin: 0 auto; display: flex; align-items: stretch; gap: 4px; }
.site-nav li { position: relative; display: flex; align-items: center; }
.site-nav a { color: #e9e9e7; text-decoration: none; font: 600 .98rem/1 var(--body); padding: 16px 12px; display: block; border-bottom: 3px solid transparent; }
.site-nav > ul > li > a:hover, .site-nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--orange); }
.nav-book { display: none !important; }
.menu-btn { background: none; border: 0; color: #e9e9e7; padding: 8px 4px; margin-left: -8px; cursor: pointer; display: flex; }
.menu-btn .i { width: 16px; height: 16px; transition: transform .15s; }
.menu-btn[aria-expanded="true"] .i { transform: rotate(180deg); }
.menu {
  position: absolute; top: 100%; left: 0;
  background: var(--panel); border: 1px solid var(--line); border-top: 3px solid var(--orange);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 18px 40px rgba(0,0,0,.5);
  padding: 10px; min-width: 520px;
  display: none;
}
.menu ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 10px; }
.menu a { padding: 10px 12px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 4px; font-weight: 500; }
.menu a:hover { background: var(--panel-2); color: #fff; }
.menu .i { color: var(--orange); width: 22px; height: 22px; }
.has-menu:hover .menu, .has-menu:focus-within .menu, .has-menu.open .menu { display: block; }

/* Home hero */
.hero { position: relative; overflow: hidden; background: #070708; isolation: isolate; }
.hero-bg, .page-hero-bg, .band-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img, .page-hero-bg img, .band-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg img { object-position: 70% 30%; }
.hero::before, .page-hero.has-photo::before, .bodywork-band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,7,8,.97) 0%, rgba(7,7,8,.9) 32%, rgba(7,7,8,.35) 62%, rgba(7,7,8,.2) 100%),
    linear-gradient(0deg, rgba(7,7,8,.95) 0%, rgba(7,7,8,0) 30%);
}
.hero-inner { position: relative; padding-top: clamp(48px, 7vw, 96px); padding-bottom: 40px; min-height: 520px; }
.hero-title { font-size: clamp(3.2rem, 7.4vw, 6.6rem); margin: 0 0 .3em; }
.hero-title span { display: block; white-space: nowrap; }
.hero-lead { font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: #eaeae7; max-width: 34rem; margin-bottom: 1.6rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.4rem; }
.hero-script-1 { position: absolute; right: var(--gutter); top: 48px; text-align: right; }
.hero-script-2 { position: absolute; right: calc(var(--gutter) + 10px); bottom: 20px; text-align: right; }
.trust { list-style: none; margin: 0; padding: 22px 0 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.trust li { display: flex; gap: 14px; align-items: center; }
.trust .i { width: 40px; height: 40px; color: var(--orange); }
.trust strong { display: block; font-size: 1.02rem; }
.trust span { color: var(--muted); font-size: .92rem; line-height: 1.35; }
.trust span strong { color: #fff; }

/* Orange need bar */
.need { background: var(--orange); color: #0b0c0e; }
.need-grid { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 28px; padding-top: 22px; padding-bottom: 22px; align-items: center; }
.need-title { display: flex; gap: 16px; align-items: center; }
.need-title h2 { font: 800 clamp(1.8rem, 2.8vw, 2.3rem)/1 var(--display); text-transform: uppercase; margin: 0 0 4px; }
.need-title p { margin: 0; font-weight: 500; line-height: 1.35; }
.need-chips { border: 0; margin: 0 0 12px; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; }
.chip input { position: absolute; opacity: 0; }
.chip span {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  min-height: 74px; padding: 10px 6px; text-align: center;
  background: #fff; color: #0b0c0e; border-radius: var(--radius); border: 2px solid transparent;
  font: 700 .9rem/1.05 var(--display); text-transform: uppercase; letter-spacing: .04em; cursor: pointer;
  box-shadow: 0 2px 0 rgba(0,0,0,.12);
}
.chip .i { width: 30px; height: 30px; }
.chip input:checked + span { background: #0b0c0e; color: #fff; border-color: #0b0c0e; }
.chip input:checked + span .i { color: var(--orange); }
.chip input:focus-visible + span { outline: 3px solid #fff; outline-offset: 2px; }
.need-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.plate { display: flex; flex: 1 1 240px; max-width: 320px; height: 50px; border-radius: var(--radius); overflow: hidden; background: #fff; border: 2px solid #0b0c0e; }
.plate-gb { background: var(--plate-blue); color: #fff; font: 700 .8rem/1 var(--display); display: flex; align-items: flex-end; justify-content: center; width: 34px; padding-bottom: 7px; }
.plate input { flex: 1; min-width: 0; border: 0; padding: 0 12px; background: #fff; color: #0b0c0e; font: 700 1.5rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.plate input::placeholder { color: #9a9a9a; }
.plate input:focus { outline: none; }
.plate:focus-within { outline: 3px solid #fff; }
.need-row .btn { height: 50px; }
.need-call { margin-left: auto; color: #0b0c0e; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.need-call strong { font: 800 1.5rem/1 var(--display); display: inline-flex; align-items: center; gap: 6px; }
.need-call:hover { color: #fff; }

/* Sections */
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section + .section { padding-top: 0; }
.services-home, .lights-band + .section, .visit { border-top: 1px solid var(--line); }
.services-home { background: linear-gradient(180deg, #131417 0%, var(--ink) 100%); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px; margin-bottom: 32px; flex-wrap: wrap; }
.section-head .display { margin: 0; }
.section-head-side { display: flex; align-items: center; gap: 28px; max-width: 640px; }
.section-head-side p { margin: 0; color: #d9d9d6; }

.cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.cards-wide { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.card {
  display: flex; flex-direction: column; height: 100%;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: var(--text);
  transition: border-color .15s, transform .15s;
}
.card:hover { border-color: var(--orange); color: var(--text); transform: translateY(-2px); }
.card-media { aspect-ratio: 16 / 10.5; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 60%, #2a1406 0%, #121316 70%); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); transition: transform .3s; }
.card:hover .card-media img { transform: scale(1.04); }
.card-media .i { width: 38%; height: 60%; color: var(--orange); filter: drop-shadow(0 0 18px rgba(255,106,19,.45)); }
.card-body { position: relative; padding: 16px 16px 44px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-body strong { font: 800 1.35rem/1 var(--display); text-transform: uppercase; }
.card-body span { color: #cfd0cc; font-size: .95rem; line-height: 1.4; }
.card-arrow { position: absolute; right: 14px; bottom: 14px; color: var(--orange); }

/* Warning lights */
.lights-band { background: var(--ink-2); }
.lights-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, .55fr); gap: 40px; align-items: center; }
.lights-band .display { font-size: clamp(2.6rem, 5vw, 4rem); }
.lights-band p { color: #d9d9d6; }
.lights { list-style: none; margin: 0; padding: 0 0 0 40px; border-left: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.light { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 16px 6px; text-decoration: none; color: #fff; text-align: center; border-radius: var(--radius); font-weight: 600; font-size: .95rem; line-height: 1.2; }
.light .i { width: 58px; height: 44px; }
.light-amber .i { color: var(--amber); filter: drop-shadow(0 0 10px rgba(255,171,26,.5)); }
.light-red .i { color: var(--red); filter: drop-shadow(0 0 10px rgba(255,74,61,.5)); }
.light:hover { background: var(--panel); color: #fff; }
.lights-script { font-size: 1.2rem; }
.lights-inline { padding: 0; border: 0; margin: 0 0 1em; }

/* Bodywork band */
.bodywork-band { position: relative; isolation: isolate; overflow: hidden; border-top: 1px solid var(--line); }
.bodywork-band + .section { padding-top: clamp(48px, 7vw, 88px); }
.band-bg img { object-position: 70% 50%; }
.band-inner { max-width: var(--wrap); }
.band-inner > * { max-width: 620px; }
.bodywork-band .display { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.bodywork-band p { color: #e3e3e0; font-size: 1.1rem; }

/* Split / two column */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.split-media img { border-radius: var(--radius); border: 1px solid var(--line); }
.split-media.stack { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; align-items: end; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(28px, 5vw, 60px); align-items: start; }

/* Makes pills */
.pills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.pills a { display: block; padding: 10px 16px; border: 1px solid var(--line-2); border-radius: 999px; color: #fff; text-decoration: none; font-weight: 600; }
.pills a:hover { border-color: var(--orange); color: var(--orange); }

/* FAQ */
.faq { max-width: 900px; }
.faq h2 { font: 800 clamp(2rem, 4vw, 2.8rem)/1 var(--display); text-transform: uppercase; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative; font-weight: 600; font-size: 1.1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .i { position: absolute; right: 6px; top: 20px; color: var(--orange); transition: transform .15s; }
.faq details[open] summary .i { transform: rotate(180deg); }
.faq summary:hover { color: var(--orange-hi); }
.faq-a { padding: 0 0 18px; color: #d4d5d1; }
.faq-a p:last-child { margin: 0; }
.faq-inline { margin-top: 2.4rem; }
.faq-inline h2 { font-size: 1.9rem; }

/* Visit */
.visit { background: #0e0f11; }
.visit-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr .7fr; gap: 40px; align-items: start; }
.small-h { font: 700 1.05rem/1.2 var(--display); letter-spacing: .14em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.small-h .i { color: var(--orange); }
.ticks { list-style: none; margin: 0; padding: 0; }
.ticks li { display: flex; gap: 12px; padding: 5px 0; color: #e4e4e1; }
.ticks .i { color: var(--orange); margin-top: 3px; }
.addr { display: flex; gap: 12px; align-items: flex-start; }
.addr .i { color: var(--orange); margin-top: 4px; }
.addr a { color: #fff; }
.hours { border-collapse: collapse; width: 100%; max-width: 320px; }
.hours th, .hours td { text-align: left; padding: 4px 0; font-weight: 400; color: #e4e4e1; }
.hours td { text-align: right; white-space: nowrap; }
.hours .today th, .hours .today td { color: var(--orange); font-weight: 700; }
.visit-script { align-self: center; font-size: 1.2rem; }

/* CTA band */
.cta { background: var(--orange); color: #0b0c0e; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; padding-top: 36px; padding-bottom: 36px; }
.cta .kicker { color: #0b0c0e; opacity: .75; }
.cta h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0; }
.cta h2 .o { color: #fff; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cta .btn-orange { background: #0b0c0e; color: #fff; }
.cta .btn-orange:hover { background: #26272c; }
.cta .btn-ghost { border-color: #0b0c0e; color: #0b0c0e; background: transparent; }
.cta .btn-ghost:hover { background: #0b0c0e; color: #fff; }

/* Inner hero */
.page-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 85% 20%, #2b1508 0%, var(--ink) 55%); border-bottom: 1px solid var(--line); padding: clamp(36px, 6vw, 72px) 0 clamp(40px, 6vw, 72px); }
.page-hero-bg img { object-position: 75% 40%; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); max-width: 16ch; margin-bottom: .35em; }
.page-hero h1.h1-long { font-size: clamp(2rem, 4.2vw, 3.3rem); max-width: 24ch; }
.page-hero .lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 40rem; color: #e6e6e3; margin: 0; }
.crumbs ol { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--line-2); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--orange); }
.crumbs [aria-current] { color: #fff; }

/* Prose (incl. imported WordPress content) */
.prose { max-width: 760px; }
.prose.narrow { margin: 0 auto; }
.prose h2 { font: 800 clamp(1.7rem, 3vw, 2.2rem)/1.05 var(--display); text-transform: uppercase; margin: 2.2rem 0 .8rem; padding-bottom: .35rem; border-bottom: 3px solid var(--orange); display: inline-block; }
.prose h3 { font: 700 1.45rem/1.1 var(--display); text-transform: uppercase; margin: 1.8rem 0 .6rem; color: #fff; }
.prose h4 { font-size: 1.1rem; margin: 1.4rem 0 .5rem; }
.prose > :first-child { margin-top: 0; }
.prose p, .prose li { color: #dcdcd8; }
.prose .big { font-size: 1.3rem; color: #fff; line-height: 1.45; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin: .35em 0; }
.prose li::marker { color: var(--orange); font-weight: 700; }
.prose strong { color: #fff; }
.prose blockquote { margin: 1.5em 0; padding: .6em 1.2em; border-left: 4px solid var(--orange); background: var(--panel); }
.table-wrap { overflow-x: auto; margin: 1.2em 0 1.6em; border: 1px solid var(--line); border-radius: var(--radius); }
.prose table { border-collapse: collapse; width: 100%; min-width: 480px; }
.prose th, .prose td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--panel-2); font-family: var(--display); text-transform: uppercase; letter-spacing: .05em; }

.points { list-style: none !important; padding: 0 !important; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 1.6em 0 !important; }
.points li { display: flex; gap: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; margin: 0 !important; }
.points .i { color: var(--orange); margin-top: 2px; }
.points strong { display: block; font: 700 1.15rem/1.1 var(--display); text-transform: uppercase; margin-bottom: 3px; }
.points span { color: #cfd0cc; font-size: .96rem; line-height: 1.4; }
.points.compact { grid-template-columns: 1fr; margin: 0 !important; }

/* Sidebar */
.side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 16px; }
.side-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.side-card h2, .side-card h3 { font: 800 1.35rem/1.05 var(--display); text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.side-card h2 .i { color: var(--orange); }
.side-card p:last-child { margin-bottom: 0; }
.side-hot { background: var(--orange); border-color: var(--orange); color: #0b0c0e; }
.side-hot a:not(.btn) { color: #0b0c0e; font-weight: 700; }
.side-phone { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 4px; color: #fff; text-decoration: none; font: 800 1.6rem/1 var(--display); }
.side-phone .i { color: var(--orange); }
.side-card .muted { text-align: center; font-size: .9rem; }
.big-phone { display: flex; align-items: center; gap: 10px; font: 800 2.1rem/1 var(--display); text-decoration: none; margin: 4px 0 12px; }
.side-links ul { list-style: none; margin: 0; padding: 0; }
.side-links ul.cols { columns: 2; column-gap: 16px; }
.side-links li { break-inside: avoid; }
.side-links a { display: block; padding: 5px 0; color: #e2e2df; text-decoration: none; font-size: .95rem; }
.side-links a:hover { color: var(--orange); }
.side-links p { margin: 12px 0 0; }
.steps { margin: 0; padding-left: 1.2em; }
.steps li { margin-bottom: 10px; color: #d4d5d1; }
.steps li::marker { color: var(--orange); font-family: var(--display); font-weight: 800; }
.steps strong { display: block; color: #fff; }

/* Features */
.features { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.features li { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.features .i { width: 44px; height: 44px; color: var(--orange); margin-bottom: 14px; }
.features h2, .features h3 { font: 800 1.45rem/1.05 var(--display); text-transform: uppercase; }
.features p { color: #cfd0cc; margin: 0; }

/* Forms */
.form-card { background: var(--panel); border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius); padding: clamp(20px, 3vw, 32px); }
.form-h { font: 800 1.8rem/1 var(--display); text-transform: uppercase; }
.enquiry { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label, .field .label { font-weight: 600; font-size: .95rem; }
.field small { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 11px 13px;
  background: #0d0e10; border: 1px solid var(--line-2); border-radius: var(--radius);
  color: #fff; font-size: 1rem;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,19,.25); }
.field .reg-input { font: 700 1.25rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; background: #fff; color: #0b0c0e; border-left: 22px solid var(--plate-blue); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--red); }
.field-error { color: #ff8a80; font-size: .9rem; margin: 0; }
.drop { position: relative; display: flex; align-items: center; gap: 14px; padding: 16px; border: 2px dashed var(--line-2); border-radius: var(--radius); cursor: pointer; color: #d4d5d1; font-size: .95rem; line-height: 1.35; }
.drop:hover, .drop:focus-within { border-color: var(--orange); }
.drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.drop .i { width: 34px; height: 34px; color: var(--orange); }
.thumbs { list-style: none; margin: 0; padding: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.thumbs:empty { display: none; }
.thumbs li { position: relative; width: 84px; height: 84px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); background: #000; }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.thumbs button { position: absolute; top: 4px; right: 4px; width: 26px; height: 26px; border-radius: 50%; border: 0; background: rgba(0,0,0,.8); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
.thumbs button .i { width: 14px; height: 14px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { background: rgba(255,74,61,.12); border: 1px solid var(--red); color: #ffb4ad; padding: 10px 14px; border-radius: var(--radius); margin: 0; }
.form-note { color: var(--muted); font-size: .88rem; margin: 0; }
.form-done { text-align: center; padding: 20px 0; }
.form-done .i { color: var(--orange); }
.form-done h3 { font: 800 2rem/1 var(--display); text-transform: uppercase; margin-top: 10px; }
.enquiry.sent > :not(.form-done) { display: none; }
.enquiry button[disabled] { opacity: .6; cursor: progress; }

/* Booking */
.booking-card { background: var(--panel); border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius); padding: clamp(18px, 3vw, 28px); }
.mot-manager { background: #fff; color: #111; border-radius: var(--radius); padding: 18px; min-height: 240px; overflow-x: auto; }
.mot-manager a { color: #1d3f9a; }
.photo-quote { background: var(--ink-2); padding-top: clamp(48px, 7vw, 88px) !important; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.photo-quote .side-card { margin-top: 24px; }
.photo-quote + .section { padding-top: clamp(48px, 7vw, 88px); }

/* Warning-light guide */
.legend { display: flex; gap: 28px; flex-wrap: wrap; margin-bottom: 22px; }
.legend p { margin: 0; display: flex; align-items: center; gap: 8px; }
.dot { width: 14px; height: 14px; border-radius: 50%; display: inline-block; }
.dot-red { background: var(--red); box-shadow: 0 0 10px var(--red); }
.dot-amber { background: var(--amber); box-shadow: 0 0 10px var(--amber); }
.light-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.light-item { display: flex; gap: 20px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; scroll-margin-top: 20px; }
.light-item:target { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,19,.25); }
.light-badge { flex: none; width: 76px; height: 76px; border-radius: 12px; background: #050506; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); }
.light-badge .i { width: 56px; height: 42px; }
.light-item h2 { font: 800 1.6rem/1 var(--display); text-transform: uppercase; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.light-item p { color: #d4d5d1; margin-bottom: .6em; }
.light-item p strong { color: #fff; }
.tag { font: 700 .75rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; padding: 4px 8px; border-radius: 4px; }
.tag-red { background: rgba(255,74,61,.15); color: var(--red); }
.tag-amber { background: rgba(255,171,26,.15); color: var(--amber); }
.mot-note { display: flex; gap: 8px; color: #fff !important; font-weight: 600; margin: 0 !important; }
.mot-note .i { color: var(--orange); }

/* Posts */
.posts { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.post-card { display: flex; flex-direction: column; height: 100%; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--text); }
.post-card:hover { border-color: var(--orange); color: var(--text); }
.post-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.post-card-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.post-card time { color: var(--orange); font: 700 .85rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.post-card strong { font: 800 1.4rem/1.05 var(--display); text-transform: uppercase; }
.post-card span span, .post-card-body > span { color: #cfd0cc; font-size: .95rem; }

/* A–Z catalogue */
.filter input { width: 100%; max-width: 420px; min-height: 52px; padding: 12px 16px; background: #0d0e10; border: 1px solid var(--line-2); border-radius: var(--radius); font-size: 1.05rem; margin-bottom: 22px; }
.filter input:focus { outline: none; border-color: var(--orange); }
.az { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.az a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 16px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); color: #fff; text-decoration: none; font-weight: 600; }
.az a:hover { border-color: var(--orange); color: var(--orange-hi); }
.az small { color: var(--muted); font-weight: 400; font-size: .82rem; }
.az li[hidden] { display: none; }

/* Footer */
.site-footer { background: #070708; border-top: 3px solid var(--orange); padding-top: 56px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 40px; }
.foot-brand p { color: var(--muted); margin-top: 16px; }
.foot-brand .script { color: #fff; margin-top: 30px; font-size: 1.1rem; max-width: 14rem; }
.site-footer h2 { font: 700 1rem/1 var(--display); letter-spacing: .16em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li a { display: block; padding: 4px 0; color: #d4d5d1; text-decoration: none; }
.site-footer li a:hover { color: var(--orange); }
.foot-contact p, .foot-contact address { color: #d4d5d1; margin-bottom: 12px; }
.foot-contact a { color: #fff; }
.social { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.social .i { width: 28px; height: 28px; background: var(--orange); color: #0b0c0e; border-radius: 50%; padding: 4px; }
.foot-base { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 40px; padding-top: 18px; padding-bottom: 24px; font-size: .88rem; color: var(--muted); }
.foot-base a { color: var(--muted); }
.mobile-bar { display: none; }

/* Responsive */
@media (max-width: 1180px) {
  .head-tag { display: none; }
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lights-grid { grid-template-columns: 1fr 1.3fr; }
  .lights-script { display: none; }
  .visit-grid { grid-template-columns: repeat(3, 1fr); }
  .visit-script { display: none; }
  .need-grid { grid-template-columns: 1fr; }
  .need-chips { grid-template-columns: repeat(7, minmax(84px, 1fr)); }
}
@media (max-width: 980px) {
  .head-phone, .head-book { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; border-top: 1px solid var(--line); }
  .site-nav.open { display: block; }
  .site-nav > ul { flex-direction: column; align-items: stretch; padding-top: 6px; padding-bottom: 16px; gap: 0; }
  .site-nav li { flex-wrap: wrap; }
  .site-nav > ul > li > a { flex: 1; padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .site-nav > ul > li > a[aria-current="page"] { border-bottom-color: var(--line); color: var(--orange); }
  .menu-btn { margin: 0; padding: 12px; border-bottom: 1px solid var(--line); }
  .menu { position: static; min-width: 0; width: 100%; box-shadow: none; border: 0; padding: 4px 0 8px; background: transparent; }
  .has-menu:hover .menu, .has-menu:focus-within .menu { display: none; }
  .has-menu.open .menu { display: block; }
  .menu ul { grid-template-columns: 1fr 1fr; }
  .nav-book { display: block !important; padding-top: 16px; }
  .nav-book .btn { width: 100%; padding: 14px; border: 0; }
  .hero-script-1 { display: none; }
  .hero-script-2 { display: none; }
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lights-grid, .split, .two-col { grid-template-columns: minmax(0, 1fr); }
  .lights { padding: 0; border: 0; }
  .side { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .light-list { grid-template-columns: 1fr; }
  .section-head-side { flex-wrap: wrap; gap: 16px; }
  .mobile-bar {
    display: grid; grid-template-columns: repeat(3, 1fr);
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    background: #070708; border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 4px; color: #fff; text-decoration: none; font: 700 .85rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
  .mobile-bar .i { color: var(--orange); width: 22px; height: 22px; }
  .mobile-bar .hot { background: var(--orange); color: #0b0c0e; }
  .mobile-bar .hot .i { color: #0b0c0e; }
  body { padding-bottom: 64px; }
}
@media (max-width: 720px) {
  .logo img { width: 70px; }
  .wordmark { font-size: 1.3rem; }
  .hero-inner { min-height: 0; padding-bottom: 12px; }
  .hero::before { background: linear-gradient(0deg, rgba(7,7,8,.98) 20%, rgba(7,7,8,.72) 60%, rgba(7,7,8,.5) 100%); }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-lead br { display: none; }
  .trust { gap: 14px; padding-bottom: 26px; }
  .trust .i { width: 30px; height: 30px; }
  .need-chips { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .chip span { min-height: 64px; font-size: .8rem; }
  .chip .i { width: 24px; height: 24px; }
  .plate { max-width: none; flex-basis: 100%; }
  .need-row .btn { flex: 1; }
  .need-call { margin: 4px auto 0; flex-basis: 100%; justify-content: center; }
  .cards, .cards-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .card-body { padding: 12px 12px 38px; }
  .card-body strong { font-size: 1.15rem; }
  .card-body span { font-size: .88rem; }
  .lights { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
  .light { padding: 10px 2px; font-size: .78rem; }
  .light .i { width: 42px; height: 32px; }
  .visit-grid { grid-template-columns: 1fr; gap: 32px; }
  .field-row { grid-template-columns: 1fr; }
  .points { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .light-item { flex-direction: column; gap: 14px; padding: 18px; }
  .side-links ul.cols { columns: 1; }
  .split-media.stack { grid-template-columns: 1fr 1fr; }
  .cta-actions .btn { flex: 1 1 100%; }
  .section-head-side .btn { width: 100%; }
}
@media (max-width: 340px) {
  .cards, .cards-wide { grid-template-columns: 1fr; }
  .menu ul { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
