/* Mossy Motors — bespoke styles. Charcoal + chrome silver + heat-red. Workshop. */
:root {
  --bg: #ffffff;
  --bg-soft: #f3f3f4;
  --bg-dark: #1a1a1a;
  --bg-darker: #0e0e0e;
  --line: rgba(26, 26, 26, 0.10);
  --charcoal: #1a1a1a;
  --chrome: #c8ccd0;
  --chrome-2: #9aa0a6;
  --red: #d63a2c;
  --red-2: #b8302a;
  --gold: #d4a13a;
  --text: #1a1a1a;
  --text-2: #404040;
  --text-dim: #6b6b6b;
  --text-on-dark: #f5f5f5;
  --sans: 'Inter', system-ui, sans-serif;
  --display: 'Bebas Neue', Impact, sans-serif;
  --container: 1240px;
  --r: 4px;
  --r-lg: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
img, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
.accent { color: var(--red); }

.topbar { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; padding: 14px 28px; background: var(--charcoal); color: var(--text-on-dark); border-bottom: 3px solid var(--red); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: white; font-family: var(--display); font-size: 26px; line-height: 1; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--display); font-size: 22px; color: var(--text-on-dark); letter-spacing: 0.04em; }
.brand-loc { font-size: 11px; color: var(--chrome-2); margin-top: 2px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
.nav-primary { display: none; gap: 24px; font-size: 14px; }
.nav-primary a { color: rgba(245,245,245,0.78); font-weight: 500; transition: color .2s; }
.nav-primary a:hover { color: var(--red); }
.nav-primary .nav-cta { padding: 10px 20px; background: var(--red); color: white; border-radius: var(--r); font-weight: 700; transition: background .2s; }
.nav-primary .nav-cta:hover { background: var(--red-2); }
.nav-call { display: none; padding: 9px 16px; border: 2px solid var(--chrome); color: var(--chrome); border-radius: var(--r); font-weight: 700; font-size: 14px; }
.nav-call:hover { background: var(--chrome); color: var(--charcoal); }
.nav-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px; background: 0; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text-on-dark); }
.mobile-menu { position: fixed; top: 75px; left: 0; right: 0; z-index: 25; display: flex; flex-direction: column; background: var(--charcoal); border-bottom: 3px solid var(--red); padding: 12px 28px; color: var(--text-on-dark); }
.mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(245,245,245,0.15); color: var(--text-on-dark); }
.mobile-menu .mobile-cta { color: var(--red); }
@media (min-width: 980px) { .nav-primary { display: flex; } .nav-call { display: inline-flex; } .nav-toggle { display: none; } .mobile-menu { display: none !important; } }

.hero { position: relative; padding: clamp(80px, 10vw, 140px) 28px; overflow: hidden; background: var(--charcoal); color: var(--text-on-dark); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(135deg, rgba(214, 58, 44, 0.15) 0%, transparent 50%); pointer-events: none; }
.hero-inner { max-width: var(--container); margin: 0 auto; position: relative; }
.hero-eyebrow { display: inline-block; padding: 6px 14px; background: var(--red); color: white; text-transform: uppercase; letter-spacing: 0.20em; font-size: 11px; margin: 0 0 28px; font-weight: 700; border-radius: var(--r); }
.hero-title { font-family: var(--display); font-size: clamp(56px, 9vw, 132px); font-weight: 400; line-height: 0.92; letter-spacing: 0.01em; margin: 0 0 28px; color: var(--text-on-dark); text-transform: uppercase; }
.hero-sub { max-width: 660px; font-size: clamp(16px, 1.5vw, 19px); color: rgba(245, 245, 245, 0.85); margin: 0 0 36px; line-height: 1.6; }
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.cta-primary, .cta-ghost { display: inline-flex; align-items: center; padding: 16px 30px; border-radius: var(--r); font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; transition: background .15s, color .15s, transform .15s; }
.cta-primary { background: var(--red); color: white; }
.cta-primary:hover { background: var(--red-2); transform: translateY(-1px); }
.cta-ghost { color: var(--text-on-dark); border: 2px solid var(--chrome); }
.cta-ghost:hover { background: var(--chrome); color: var(--charcoal); border-color: var(--chrome); }
.hero-stats { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); padding-top: 32px; border-top: 1px solid rgba(245, 245, 245, 0.18); max-width: 920px; }
.hero-stats li { display: flex; flex-direction: column; gap: 4px; }
.hero-stats strong { font-family: var(--display); color: var(--red); font-size: 28px; letter-spacing: 0.02em; }
.hero-stats span { font-size: 12px; color: rgba(245, 245, 245, 0.6); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 600; }

.section-head { max-width: 800px; margin: 0 auto 56px; text-align: center; }
.section-head--left { margin-left: 0; margin-right: 0; text-align: left; max-width: none; }
.section-eyebrow { text-transform: uppercase; letter-spacing: 0.30em; font-size: 11px; color: var(--red); margin: 0 0 16px; font-weight: 700; }
.section-title { font-family: var(--display); font-weight: 400; font-size: clamp(36px, 5.5vw, 72px); line-height: 1.0; letter-spacing: 0.01em; margin: 0 0 18px; color: var(--text); text-transform: uppercase; }
.section-blurb { font-size: 17px; color: var(--text-2); margin: 0; line-height: 1.55; }
.lede { font-size: 19px; color: var(--text); line-height: 1.65; font-weight: 400; }

.about { padding: clamp(72px, 9vw, 120px) 28px; }
.about-inner { max-width: var(--container); margin: 0 auto; }
.about-grid { display: grid; gap: 48px; align-items: start; grid-template-columns: 1fr; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.4fr 1fr; gap: 72px; } }
.about-body p { color: var(--text-2); font-size: 17px; line-height: 1.7; margin: 0 0 18px; }
.about-body p strong { color: var(--red); }
.about-card { padding: 32px; background: var(--charcoal); color: var(--text-on-dark); border-radius: var(--r-lg); border-top: 4px solid var(--red); }
.aside-eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: 0.22em; font-size: 11px; margin: 0 0 16px; font-weight: 700; }
.aside-name { font-family: var(--display); font-weight: 400; font-size: 36px; margin: 0 0 16px; color: var(--text-on-dark); letter-spacing: 0.02em; }
.aside-meta { color: rgba(245, 245, 245, 0.78); font-size: 14px; margin: 0 0 12px; line-height: 1.5; }
.aside-meta a { color: var(--chrome); border-bottom: 1px dashed var(--chrome); }
.aside-cta { display: inline-block; margin-top: 20px; padding: 12px 22px; background: var(--red); color: white; border-radius: var(--r); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; transition: background .15s; }
.aside-cta:hover { background: var(--red-2); }

.services { padding: clamp(72px, 9vw, 120px) 28px; background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.svc-grid { max-width: var(--container); margin: 0 auto 32px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.svc { padding: 28px 26px; background: white; border-radius: var(--r-lg); transition: transform .2s, box-shadow .2s; }
.svc:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(26, 26, 26, 0.10); }
.svc-icon { font-size: 28px; margin: 0 0 14px; line-height: 1; display: block; }
.svc h3 { font-family: var(--display); font-weight: 400; font-size: 24px; margin: 0 0 10px; color: var(--charcoal); letter-spacing: 0.02em; text-transform: uppercase; }
.svc p { color: var(--text-2); font-size: 14px; margin: 0; line-height: 1.55; }
.svc-foot { max-width: var(--container); margin: 32px auto 0; text-align: center; font-family: var(--display); font-size: 18px; letter-spacing: 0.04em; color: var(--charcoal); }
.svc-foot strong { color: var(--red); margin: 0 12px; }

.voices { padding: clamp(72px, 9vw, 120px) 28px; max-width: var(--container); margin: 0 auto; }
.quote-grid { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.quote { padding: 36px 32px; background: var(--bg-soft); border-left: 4px solid var(--red); border-radius: 0 var(--r-lg) var(--r-lg) 0; }
.quote-body { font-size: 17px; color: var(--text); line-height: 1.6; margin: 0 0 20px; font-style: italic; }
.quote-name { font-weight: 700; color: var(--red); font-size: 14px; margin: 0; text-transform: uppercase; letter-spacing: 0.08em; }
.voices-foot { text-align: center; margin: 36px 0 0; color: var(--text-2); font-size: 15px; }
.voices-foot a { color: var(--red); border-bottom: 1px solid var(--red); font-weight: 600; }

.contact-strip { padding: clamp(72px, 9vw, 120px) 28px; background: var(--charcoal); color: var(--text-on-dark); text-align: center; }
.contact-strip .section-eyebrow { color: var(--red); }
.contact-strip-inner { max-width: 760px; margin: 0 auto; }
.contact-strip-title { font-family: var(--display); font-weight: 400; font-size: clamp(40px, 6vw, 84px); line-height: 1.0; letter-spacing: 0.02em; margin: 16px 0 18px; color: var(--text-on-dark); text-transform: uppercase; }
.contact-strip-blurb { font-size: 17px; color: rgba(245, 245, 245, 0.82); margin: 0 0 32px; }
.contact-strip-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.footer { padding: 56px 28px 24px; background: var(--bg-darker); color: var(--text-on-dark); }
.footer-grid { max-width: var(--container); margin: 0 auto; display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-mark { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--red); color: white; font-family: var(--display); font-size: 28px; margin: 0 0 12px; }
.footer-name { font-family: var(--display); font-weight: 400; font-size: 26px; margin: 0 0 8px; color: var(--text-on-dark); letter-spacing: 0.02em; }
.footer-blurb { font-size: 14px; color: rgba(245, 245, 245, 0.6); margin: 0; line-height: 1.55; }
.footer-eyebrow { text-transform: uppercase; letter-spacing: 0.26em; font-size: 11px; color: var(--red); margin: 0 0 14px; font-weight: 700; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-col li, .footer-col a { color: rgba(245, 245, 245, 0.78); transition: color .2s; }
.footer-col a:hover { color: var(--red); }
.footer-base { max-width: var(--container); margin: 36px auto 0; padding-top: 20px; border-top: 1px solid rgba(245, 245, 245, 0.15); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: rgba(245, 245, 245, 0.55); }
.footer-fineprint a { color: var(--red); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

@media (max-width: 700px) {
  .topbar { padding: 12px 18px; gap: 12px; grid-template-columns: auto 1fr auto; }
  .nav-call { display: none; }
  .hero { padding: 56px 18px; }
  .about, .services, .voices, .contact-strip, .footer { padding-left: 18px; padding-right: 18px; }
  .footer-base { flex-direction: column; gap: 10px; }
}

/* Fix: hidden attribute must override display:flex */
.mobile-menu[hidden] { display: none !important; }
