/* =====================================================================
   Lakewood Line Striping — industrial / hazard-stripe design system
   Fonts: Anton (display), Space Mono (labels/utility), Barlow Condensed (body)
   ===================================================================== */

:root {
  --yellow: #ffc700;
  --yellow-dark: #e0ac00;
  --black: #141414;
  --black-soft: #1e1e1e;
  --green: #1b4332;
  --green-light: #2d6a4f;
  --white: #ffffff;
  --gray-100: #f5f4f1;
  --gray-300: #d8d6d0;
  --gray-500: #8a8880;
  --gray-700: #4a4844;

  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-mono: 'Space Mono', ui-monospace, monospace;
  --font-body: 'Barlow Condensed', 'Arial Narrow', sans-serif;

  --radius: 4px;
  --container-w: 1180px;
  --shadow-lg: 0 20px 50px -20px rgb(0 0 0 / 0.4);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { max-width: var(--container-w); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin: 0 0 0.4em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.3rem; color: var(--gray-700); max-width: 620px; }
.muted { color: var(--gray-700); }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.mt-lg { margin-top: 2.5rem; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--yellow);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 1rem;
}

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--black); color: var(--white);
  padding: 10px 16px; z-index: 1000;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ───────────────────────────── buttons ───────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-mono); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 0.95rem;
  padding: 14px 24px; border-radius: var(--radius); border: 2px solid transparent;
  text-decoration: none; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: var(--yellow); color: var(--black); border-color: var(--black); }
.btn-accent:hover { box-shadow: 4px 4px 0 var(--black); }
.btn-dark { background: var(--black); color: var(--yellow); border-color: var(--black); }
.btn-dark:hover { box-shadow: 4px 4px 0 var(--yellow); }
.btn-call { background: var(--green); color: var(--white); border-color: var(--green); }
.btn-call:hover { box-shadow: 4px 4px 0 var(--yellow); }
.btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline:hover { background: var(--black); color: var(--white); }
.btn-lg { padding: 16px 30px; font-size: 1rem; }
.btn-xl { padding: 20px 36px; font-size: 1.1rem; }
.icon { width: 1.1em; height: 1.1em; flex: none; }
.icon-sm { width: 0.9em; height: 0.9em; }
.icon-lg { width: 2rem; height: 2rem; }
.icon-accent { color: var(--green); }

/* ───────────────────────────── header ───────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100; background: var(--black);
  border-bottom: 4px solid var(--yellow);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--white); }
.brand-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; background: var(--yellow); color: var(--black);
  font-family: var(--font-display); font-size: 1rem; border-radius: 3px;
}
.brand-name { font-family: var(--font-display); text-transform: uppercase; font-size: 1.15rem; letter-spacing: 0.01em; }
.primary-nav ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a {
  text-decoration: none; color: var(--white); font-family: var(--font-mono);
  font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 6px 2px; border-bottom: 2px solid transparent;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { border-color: var(--yellow); }
.nav-cta { padding: 10px 18px; }
.nav-toggle { display: none; background: none; border: none; padding: 8px; cursor: pointer; }
.nav-toggle-bar { display: block; width: 26px; height: 3px; background: var(--white); margin: 5px 0; }

/* ───────────────────────────── hero ───────────────────────────── */
.hazard-strip {
  height: 14px;
  background: repeating-linear-gradient(135deg, var(--yellow) 0 22px, var(--black) 22px 44px);
}
.hero { background: var(--black-soft); color: var(--white); position: relative; overflow: hidden; }
.hero-inner {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center;
  padding: 64px 24px 72px;
}
.hero-copy .eyebrow { background: var(--yellow); }
.hero h1 { color: var(--white); }
.accent-text { color: var(--yellow); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 1.6rem 0 0.8rem; }
.cta-note { display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 0.85rem; color: var(--gray-300); margin: 0.6rem 0 1.4rem; }
.hero-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 1.05rem; }
.hero-points li { display: flex; align-items: center; gap: 10px; }

.lot-graphic {
  position: relative; background: #2a2a2a; border: 3px solid var(--yellow); border-radius: 8px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 28px; min-height: 260px;
}
.lot-stall {
  border-left: 4px solid var(--yellow); border-right: 4px solid var(--yellow);
  border-radius: 2px; position: relative;
}
.lot-stall-ada { border-color: var(--white); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 10px; }
.ada-icon { color: var(--white); }
.lot-arrow { grid-column: 1 / -1; display: flex; justify-content: center; color: var(--yellow); margin-top: 8px; }
.lot-arrow .icon { width: 2.4rem; height: 2.4rem; }

/* ───────────────────────────── trust strip ───────────────────────────── */
.trust-strip { background: var(--yellow); border-bottom: 3px solid var(--black); }
.trust-strip-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px;
  padding: 16px 24px; font-family: var(--font-mono); font-weight: 700; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.03em;
}
.trust-item { display: flex; align-items: center; gap: 8px; }

/* ───────────────────────────── sections ───────────────────────────── */
.section { padding: 72px 0; }
.section-head { max-width: 640px; margin: 0 auto 2.4rem; }
.page-hero { padding: 64px 0 40px; background: var(--gray-100); border-bottom: 4px solid var(--black); }
.page-hero.center { text-align: center; }
.page-hero.center .lead { margin-left: auto; margin-right: auto; }

/* ───────────────────────────── service grid ───────────────────────────── */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 2rem; }
.service-tile {
  background: var(--black); color: var(--white); text-decoration: none;
  padding: 28px 24px; border-radius: var(--radius); border: 2px solid var(--black);
  display: flex; flex-direction: column; gap: 10px; transition: transform 0.15s ease, border-color 0.15s ease;
}
.service-tile:hover { transform: translateY(-4px); border-color: var(--yellow); }
.service-tile-icon { color: var(--yellow); }
.service-tile h3 { margin: 0; font-size: 1.15rem; }
.service-tile p { color: var(--gray-300); font-size: 1rem; margin: 0; flex: 1; }
.service-tile-more { font-family: var(--font-mono); font-size: 0.8rem; text-transform: uppercase; color: var(--yellow); display: flex; align-items: center; gap: 6px; }

.service-detail-list { display: flex; flex-direction: column; gap: 0; }
.service-detail {
  display: flex; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--gray-300);
  scroll-margin-top: 100px;
}
.service-detail-icon {
  flex: none; width: 64px; height: 64px; border-radius: 50%; background: var(--yellow);
  display: flex; align-items: center; justify-content: center; color: var(--black);
}
.service-detail h2 { font-size: 1.4rem; margin-bottom: 0.3em; }
.service-detail p { color: var(--gray-700); margin: 0; max-width: 620px; }

/* ───────────────────────────── quote band ───────────────────────────── */
.quote-band { background: var(--green); color: var(--white); }
.quote-band-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.quote-band .eyebrow { background: var(--yellow); color: var(--black); }
.quote-band h2 { color: var(--white); }
.check-list { list-style: none; margin: 1.4rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.quote-band-form { background: var(--white); color: var(--black); padding: 28px; border-radius: 6px; box-shadow: var(--shadow-lg); }

/* ───────────────────────────── forms ───────────────────────────── */
.form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-family: var(--font-mono); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.03em; }
.req { color: var(--green-light); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1.05rem; padding: 12px 14px;
  border: 2px solid var(--gray-300); border-radius: var(--radius); background: var(--white); color: var(--black);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); }
.hp { position: absolute; left: -9999px; }
.form-submit { align-self: flex-start; }
.form-status { min-height: 1.4em; font-family: var(--font-mono); font-size: 0.9rem; }
.form-status[data-state="ok"] { color: var(--green-light); }
.form-status[data-state="error"] { color: #b3261e; }

.contact-grid { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 48px; align-items: start; }
.call-hero { margin-top: 1.8rem; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.call-hero-note { font-family: var(--font-mono); font-size: 0.85rem; color: var(--gray-700); }
.contact-card { background: var(--gray-100); border-radius: 6px; padding: 28px; border: 2px solid var(--black); }
.contact-list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-label { display: block; font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; color: var(--gray-700); }
.contact-promise { margin-top: 20px; display: flex; gap: 14px; align-items: center; padding: 20px; background: var(--yellow); border-radius: 6px; }
.contact-promise p { margin: 0; font-weight: 600; }

/* ───────────────────────────── service areas ───────────────────────────── */
.city-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.city-tile {
  display: flex; align-items: center; gap: 10px; padding: 16px 18px; background: var(--gray-100);
  border-left: 4px solid var(--yellow); font-family: var(--font-mono); font-size: 1rem;
}

/* ───────────────────────────── breadcrumb ───────────────────────────── */
.breadcrumb { background: var(--gray-100); border-bottom: 1px solid var(--gray-300); }
.breadcrumb ol { list-style: none; display: flex; gap: 8px; margin: 0; padding: 12px 0; font-family: var(--font-mono); font-size: 0.8rem; text-transform: uppercase; }
.breadcrumb a { text-decoration: none; color: var(--gray-700); }
.breadcrumb a:hover { color: var(--black); }
.crumb-sep { color: var(--gray-500); }

/* ───────────────────────────── CTA band ───────────────────────────── */
.cta-band { background: var(--yellow); text-align: center; }
.hazard-divider {
  height: 10px;
  background: repeating-linear-gradient(135deg, var(--black) 0 18px, var(--yellow) 18px 36px);
}
.cta-band-inner { padding: 56px 24px; }
.cta-band h2 { color: var(--black); }
.cta-band p { max-width: 520px; margin: 0 auto 1.6rem; color: var(--black); font-size: 1.15rem; }

/* ───────────────────────────── footer ───────────────────────────── */
.site-footer { background: var(--black); color: var(--gray-300); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 56px 24px 32px; }
.footer-brand .brand-name { font-family: var(--font-display); text-transform: uppercase; font-size: 1.3rem; color: var(--white); }
.footer-tag { font-family: var(--font-mono); color: var(--yellow); font-size: 0.9rem; margin: 8px 0; }
.footer-blurb { max-width: 340px; }
.footer-trust { font-family: var(--font-mono); font-size: 0.8rem; text-transform: uppercase; color: var(--gray-500); }
.footer-col h2 { font-family: var(--font-mono); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--white); margin-bottom: 1em; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { text-decoration: none; color: var(--gray-300); }
.footer-col a:hover { color: var(--yellow); }
.footer-legal { border-top: 1px solid #2a2a2a; }
.footer-legal .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 20px 24px; font-size: 0.85rem; color: var(--gray-500); }
.footer-legal-links a { text-decoration: none; color: var(--gray-500); }
.footer-legal-links a:hover { color: var(--yellow); }

/* ───────────────────────────── mobile bar ───────────────────────────── */
.mobile-bar { display: none; }

/* ───────────────────────────── legal pages ───────────────────────────── */
.legal-copy .container { max-width: 760px; }
.legal-copy h2 { font-size: 1.3rem; margin-top: 2em; }

/* ───────────────────────────── responsive ───────────────────────────── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 40px; }
  .quote-band-inner, .contact-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .primary-nav { position: fixed; inset: 76px 0 0 0; background: var(--black); flex-direction: column; align-items: flex-start; padding: 24px; transform: translateX(100%); transition: transform 0.2s ease; }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav ul { flex-direction: column; gap: 18px; }
  .nav-toggle { display: block; }
  .nav-cta { margin-top: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: 1fr; }
  body { padding-bottom: 76px; }
  .mobile-bar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
    background: var(--black); border-top: 3px solid var(--yellow);
  }
  .mobile-bar-call, .mobile-bar-cta {
    flex: 1; text-align: center; padding: 16px; font-family: var(--font-mono);
    text-transform: uppercase; font-size: 0.9rem; text-decoration: none;
  }
  .mobile-bar-call { color: var(--white); }
  .mobile-bar-cta { border-radius: 0; }
}
