/* Auto demo — garage clipboard, safety orange on graphite. Invoice rules, not cards. */
:root {
  --bg: #111214;
  --panel: #181a1e;
  --ink: #f1eee6;
  --muted: #9a9588;
  --accent: #ff7a00;
  --accent-ink: #111214;
  --line: #2c2f36;
  --photo-a: #3a3d46;
  --photo-b: #5a3a1a;
  --photo-c: #2a2d33;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Arial Narrow", "Nimbus Sans Narrow", "Franklin Gothic Medium", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.35;
  padding-bottom: calc(6.75rem + env(safe-area-inset-bottom));
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 0.5rem 0.75rem;
  z-index: 20;
}

.skip:focus {
  top: 0.75rem;
}

.mast,
.block,
footer {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  max-width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
}

.mast {
  padding-top: calc(1.25rem + env(safe-area-inset-top));
  padding-bottom: 1.35rem;
  border-bottom: 4px solid var(--accent);
}

.kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}

h1 {
  margin: 0.4rem 0 0.65rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: clamp(2.2rem, 11vw, 2.9rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 400;
}

.lede {
  margin: 0 0 1rem;
}

.btn {
  display: block;
  text-align: center;
  padding: 0.95rem 0.75rem;
  min-height: 3.25rem;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.where {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.block {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

h2 {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

.hint {
  margin: -0.15rem 0 0.7rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.services {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: bay;
}

.services li {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.15rem 0.45rem;
  margin: 0 0 1rem;
  counter-increment: bay;
}

.services li::before {
  content: counter(bay, decimal-leading-zero);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.services strong,
.services span {
  grid-column: 2;
}

.services strong {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.services span {
  color: var(--muted);
}

.hours {
  width: 100%;
  border-collapse: collapse;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 1.05rem;
}

.hours th {
  text-align: left;
  font-weight: 400;
  color: var(--muted);
  padding: 0.4rem 0.4rem 0.4rem 0;
  border-bottom: 1px dashed var(--line);
}

.hours td {
  text-align: right;
  padding: 0.4rem 0;
  border-bottom: 1px dashed var(--line);
}

.wait {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.map {
  position: relative;
  min-height: 12.5rem;
  border: 2px dashed var(--accent);
  background-color: #1a1c21;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 23px, #2a2d34 24px),
    repeating-linear-gradient(90deg, transparent, transparent 23px, #2a2d34 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 1rem;
}

.map-pin {
  width: 2.4rem;
  height: 2.4rem;
  border: 3px solid var(--accent);
  color: var(--accent);
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.map-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-note {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.inspect {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inspect li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.75rem;
  border-bottom: 1px solid var(--line);
  padding: 0.35rem 0;
  font-size: 1.25rem;
}

.inspect li::before {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid var(--accent);
  flex: 0 0 auto;
}

.photos {
  display: grid;
  gap: 0.55rem;
}

.photo {
  margin: 0;
}

.photo-frame {
  min-height: 8.5rem;
  background: var(--photo-a);
  border: 1px solid var(--line);
}

.photo-frame svg,
.photo-frame img {
  width: 100%;
  height: auto;
  min-height: 8.5rem;
  object-fit: cover;
}

.photo figcaption {
  margin-top: 0.3rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.towns-lead {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
}

.towns {
  margin: 0;
  color: var(--muted);
}

footer {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  font-size: 1.05rem;
}

footer p {
  margin: 0 0 0.35rem;
}

footer a {
  color: var(--ink);
  font-weight: 700;
}

.demo-mark {
  margin-top: 0.85rem;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--muted);
}

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom));
  background: var(--bg);
  border-top: 3px solid var(--accent);
  z-index: 10;
}

.dock-call {
  display: block;
  text-align: center;
  padding: 0.95rem 0.75rem;
  min-height: 3.25rem;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 28.5rem;
  margin: 0 auto;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
