:root {
  --bg: #f5f3ef;
  --paper: #ffffff;
  --ink: #131418;
  --ink-soft: #5b5e66;
  --rule: #d8d4cc;
  --primary: #c8232c;
  --primary-dark: #91161e;
  --steel: #2a2e38;
  --steel-light: #4a4f5a;
  --accent: #f0c419;
  --sans: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  --condensed: 'Helvetica Neue Condensed', 'Helvetica Neue', Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }

/* Top bar — phone + hours */
.top-bar { background: var(--steel); color: rgba(255,255,255,0.9); padding: 10px 0; font-size: 13px; }
.top-bar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; align-items: center; }
.top-bar strong { color: var(--accent); margin-right: 6px; letter-spacing: 0.04em; }

/* Header — sturdy */
header.shop-header { background: var(--paper); border-bottom: 4px solid var(--primary); padding: 18px 0; }
header.shop-header .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.brand-block { display: flex; align-items: center; gap: 12px; }
.brand-bar { width: 6px; height: 44px; background: var(--primary); }
.brand { font-family: var(--sans); font-size: 30px; font-weight: 900; color: var(--ink); text-decoration: none; letter-spacing: -0.02em; line-height: 1; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }
.brand-icon { width: 24px; height: 24px; flex-shrink: 0; vertical-align: middle; margin-right: 6px; }
.brand small { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.22em; color: var(--ink-soft); margin-top: 4px; text-transform: uppercase; }
header.shop-header nav a { color: var(--ink); text-decoration: none; margin-left: 22px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
header.shop-header nav a:hover { color: var(--primary); }

/* Hero — big bold no-nonsense */
.shop-hero { background: var(--steel); color: var(--paper); padding: 80px 0 64px; position: relative; overflow: hidden; }
.shop-hero::before { content: ''; position: absolute; right: -50px; top: -50px; bottom: -50px; width: 50%; background: repeating-linear-gradient(45deg, transparent 0 12px, rgba(200, 35, 44, 0.15) 12px 24px); transform: skewX(-12deg); }
.shop-hero .container { position: relative; z-index: 1; }
.shop-hero .eyebrow { display: inline-block; background: var(--primary); color: var(--paper); padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 24px; }
.shop-hero h1 { font-family: var(--sans); font-size: 60px; line-height: 1.0; font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 24px; max-width: 16ch; color: var(--paper); }
.shop-hero h1 span { color: var(--accent); }
.shop-hero .sub { font-size: 18px; color: rgba(255,255,255,0.78); max-width: 60ch; line-height: 1.6; margin-bottom: 28px; }
.shop-hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-yellow { background: var(--accent); color: var(--steel); padding: 14px 28px; font-weight: 800; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; }
.btn-yellow:hover { background: #d9b015; color: var(--steel); }
.btn-outline { background: transparent; color: var(--paper); border: 2px solid var(--paper); padding: 12px 26px; font-weight: 700; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; }
.btn-outline:hover { background: var(--paper); color: var(--steel); }

/* Stats bar */
.stats-bar { background: var(--accent); color: var(--steel); padding: 24px 0; }
.stats-bar .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat strong { display: block; font-size: 34px; font-weight: 900; line-height: 1; letter-spacing: -0.02em; }
.stat span { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }

/* Services grid */
.services-section { padding: 80px 0; }
.section-eyebrow { color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 12px; }
.section-title { font-family: var(--sans); font-size: 36px; font-weight: 900; color: var(--ink); margin-bottom: 16px; line-height: 1.1; letter-spacing: -0.02em; text-transform: uppercase; max-width: 24ch; }
.section-intro { color: var(--ink-soft); max-width: 56ch; margin-bottom: 40px; font-size: 16px; line-height: 1.65; }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.svc-card { background: var(--paper); border-left: 4px solid var(--primary); padding: 28px; display: flex; flex-direction: column; }
.svc-card h3 { font-family: var(--sans); font-size: 18px; font-weight: 800; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; text-transform: uppercase; }
.svc-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; flex: 1; margin-bottom: 14px; }
.svc-card .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary); }

/* What we work on */
.work-band { background: var(--ink); color: var(--paper); padding: 72px 0; }
.work-band .section-eyebrow { color: var(--accent); }
.work-band .section-title { color: var(--paper); }
.work-band .section-intro { color: rgba(255,255,255,0.7); }
.vehicle-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,0.15); }
.vehicle-list div { padding: 22px 16px; border-bottom: 1px solid rgba(255,255,255,0.15); border-right: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; }
.vehicle-list div:nth-child(3n) { border-right: none; }
.vehicle-list .vmark { font-family: var(--sans); font-size: 14px; font-weight: 900; color: var(--accent); margin-right: 12px; min-width: 28px; letter-spacing: 0.08em; }
.vehicle-list .vname { font-weight: 600; }

/* CTA strip */
.cta-strip { background: var(--primary); color: var(--paper); padding: 56px 0; text-align: center; }
.cta-strip h2 { font-family: var(--sans); font-size: 32px; font-weight: 900; letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 12px; line-height: 1.1; }
.cta-strip p { color: rgba(255,255,255,0.85); margin-bottom: 24px; font-size: 16px; }
.cta-strip .btn-yellow { background: var(--accent); color: var(--steel); }

/* Article pages */
article.page { padding: 64px 0; max-width: 1120px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
article.page .breadcrumb { font-size: 12px; color: var(--ink-soft); margin-bottom: 16px; letter-spacing: 0.1em; text-transform: uppercase; }
article.page .breadcrumb a { color: var(--ink-soft); }
article.page h1 { font-family: var(--sans); font-size: 40px; font-weight: 900; color: var(--ink); margin-bottom: 24px; line-height: 1.1; letter-spacing: -0.02em; text-transform: uppercase; }
article.page h2 { font-family: var(--sans); font-size: 20px; font-weight: 800; color: var(--ink); margin-top: 36px; margin-bottom: 12px; letter-spacing: -0.01em; text-transform: uppercase; }
article.page p { margin-bottom: 16px; font-size: 16px; line-height: 1.7; }
article.page ul, article.page ol { margin-bottom: 18px; padding-left: 24px; }
article.page li { margin-bottom: 8px; }

/* Footer */
footer { background: var(--steel); color: rgba(255,255,255,0.78); padding: 48px 0 20px; }
footer .container { display: grid; grid-template-columns: 2fr 1fr 1.2fr 1fr; gap: 32px; margin-bottom: 28px; }
footer h5 { font-size: 14px; font-weight: 800; color: var(--accent); margin-bottom: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
footer p, footer a { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.65; text-decoration: none; }
footer a { display: block; margin-bottom: 4px; }
footer a:hover { color: var(--accent); }
footer .phone { font-size: 22px; font-weight: 900; color: var(--accent); letter-spacing: -0.01em; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px; text-align: center; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); }

.content-img { width: 100%; max-height: 420px; object-fit: cover; display: block; margin: 24px auto; border-radius: 4px; }

@media (max-width: 800px) {
  .shop-hero h1 { font-size: 40px; }
  .shop-hero { padding: 56px 0 48px; }
  .stats-bar .container { grid-template-columns: 1fr 1fr; gap: 16px; }
  .vehicle-list { grid-template-columns: 1fr 1fr; }
  .vehicle-list div:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.15); }
  .vehicle-list div:nth-child(2n) { border-right: none; }
  footer .container { grid-template-columns: 1fr; gap: 24px; }
  header.shop-header nav a { margin-left: 12px; }
  article.page h1 { font-size: 28px; }
}

/* Inner-page header fallback — for pages that still use the un-classed <header> layout */
body > header:not([class]) {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule, #d8d4cc);
  background: var(--bg, #ffffff);
}
body > header:not([class]) .container {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
body > header:not([class]) .brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 22px; font-weight: 600; color: inherit; text-decoration: none;
}
body > header:not([class]) .brand-icon {
  width: 28px; height: 28px; flex-shrink: 0;
}
body > header:not([class]) nav {
  display: flex; gap: 22px; flex-wrap: wrap;
}
body > header:not([class]) nav a {
  font-size: 13px; color: inherit; text-decoration: none; letter-spacing: 0.04em;
}
