/* Cloot's Auto Body — dark steel + red palette, mobile-first */

:root {
  /* Steel palette */
  --steel-deep:   #0F172A;
  --steel:        #1E293B;
  --steel-mid:    #334155;
  --steel-soft:   #475569;

  /* Red accent */
  --red:          #C41E1E;
  --red-bright:   #DC2626;

  /* Backgrounds */
  --bg-light:     #F8FAFC;
  --bg-alt:       #F1F5F9;
  --bg-dark:      #1E293B;

  /* Legacy aliases (keep templates working) */
  --navy-deep:    var(--steel-deep);
  --navy:         var(--steel);
  --navy-soft:    var(--steel-mid);
  --sky:          var(--red);
  --sky-soft:     var(--red-bright);
  --sand-pale:    var(--bg-light);
  --sand-soft:    var(--bg-alt);
  --sand-deep:    #374151;
  --sand-mid:     #4B5563;
  --sand-whisper: #FBFCFE;

  /* UI */
  --white:   #ffffff;
  --border:  #E2E8F0;
  --text:    #1E293B;
  --muted:   #64748B;

  --gradient:       linear-gradient(135deg, #0F172A 0%, #1E293B 55%, #C41E1E 100%);
  --gradient-soft:  linear-gradient(135deg, #1E293B 0%, #334155 100%);
  --gradient-red:   linear-gradient(135deg, #C41E1E 0%, #DC2626 100%);
  --gradient-sand:  linear-gradient(135deg, #374151 0%, #1E293B 100%);
  --shadow:    0 4px 18px rgba(0,0,0,.10);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.18);
  --radius:    8px;
  --radius-lg: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 64px;
}
img { max-width: 100%; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4 { margin: 0 0 .6em; line-height: 1.15; color: var(--steel); font-family: "Barlow Condensed", "Barlow", sans-serif; letter-spacing: .01em; }
h1 { font-size: 2rem; font-weight: 800; }
h2 { font-size: 1.55rem; font-weight: 700; }
h3 { font-size: 1.1rem; font-weight: 600; }
p  { margin: 0 0 1em; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.section    { padding: 60px 0; }
.section-sand   { background: var(--bg-alt); }
.section-sand2  { background: var(--bg-light); }
.section-white  { background: var(--white); }
.section-alt    { background: var(--bg-alt); }

.eyebrow {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--red); margin-bottom: 10px;
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 28px; font-size: 15px; font-weight: 700; font-family: "Barlow", inherit;
  border-radius: 6px; border: 0; cursor: pointer;
  line-height: 1.1; transition: transform .12s, box-shadow .15s, background .15s, color .15s;
  -webkit-appearance: none; appearance: none; text-decoration: none !important;
  letter-spacing: .03em; text-transform: uppercase;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gradient-red); color: #fff !important; box-shadow: 0 6px 20px rgba(196,30,30,.35); }
.btn-primary:hover { box-shadow: 0 10px 28px rgba(196,30,30,.45); }
.btn-secondary { background: #fff; color: var(--steel) !important; box-shadow: inset 0 0 0 2px var(--steel); }
.btn-secondary:hover { background: var(--steel); color: #fff !important; }
.btn-ghost-light { background: rgba(255,255,255,.15); color: #fff !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.btn-ghost-light:hover { background: #fff; color: var(--steel) !important; }
.btn-sand { background: var(--steel); color: #fff !important; }
.btn-sand:hover { background: var(--steel-deep); }
.btn-block { display: flex; width: 100%; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* ── Top bar ─────────────────────────────────────────────── */
.topbar {
  background: var(--steel-deep); color: rgba(255,255,255,.85);
  font-size: 13px; padding: 7px 0;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: rgba(255,255,255,.85); font-weight: 600; }
.topbar a:hover { color: #fff; text-decoration: none; }
.topbar-phone {
  display: inline-flex; align-items: center; gap: 5px;
  font-weight: 700; color: #fff !important; font-size: 13px;
}
.topbar-phone:hover { color: var(--red-bright) !important; }
.topbar-hours { color: rgba(255,255,255,.60); font-size: 12px; }

/* ── Site header ─────────────────────────────────────────── */
.site-header {
  background: #fff; border-bottom: 3px solid var(--red);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 2px 12px rgba(0,0,0,.10);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 22px; max-width: 1160px; margin: 0 auto; gap: 16px;
}
.brand a { display: inline-flex; align-items: center; text-decoration: none !important; }
.brand img { height: 60px; width: auto; }
.brand-text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem; font-weight: 900; letter-spacing: .04em;
  color: var(--steel); text-transform: uppercase; text-decoration: none !important;
}
.brand-accent { color: var(--red); }

.nav-desktop { display: none; }
.nav-desktop ul { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; }
.nav-desktop a { color: var(--text); font-weight: 600; font-size: 14.5px; padding: 5px 0; letter-spacing: .03em; text-transform: uppercase; }
.nav-desktop a:hover { color: var(--red); text-decoration: none; }
.header-cta { display: none; }

.hamburger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: none; background: transparent; cursor: pointer; color: var(--steel);
}
.hamburger svg { width: 26px; height: 26px; }
.mobile-menu { display: none; padding: 14px 22px 28px; border-top: 1px solid var(--border); background: #fff; }
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu a { display: block; padding: 13px 0; color: var(--text); font-weight: 600; border-bottom: 1px solid var(--border); font-size: 15px; text-transform: uppercase; letter-spacing: .03em; }
.mobile-menu .btn { margin-top: 22px; padding: 16px 28px; font-size: 16px; }

/* ── Hero ────────────────────────────────────────────────── */
.hero {
  position: relative;
  background-color: var(--steel-deep);
  background-image:
    linear-gradient(to right, rgba(15,23,42,.93) 0%, rgba(15,23,42,.82) 50%, rgba(15,23,42,.45) 100%),
    url("/public/img/hero-truck.webp");
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 96px 0 88px;
  min-height: 520px;
  display: flex; align-items: center;
}
.hero-inner { width: 100%; }
.hero-text { max-width: 620px; }
.hero-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--red-bright); margin: 0 0 10px;
}
.hero-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.4rem; font-weight: 900; margin: 0 0 12px; color: #fff;
  line-height: 1.0; text-transform: uppercase; letter-spacing: .03em;
}
.hero-sub {
  font-size: 1.15rem; font-weight: 600; color: rgba(255,255,255,.90);
  margin: 0 0 14px; line-height: 1.35;
}
.hero-lead {
  font-size: 1rem; color: rgba(255,255,255,.75); margin: 0;
}
.hero-trust {
  margin-top: 32px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.2);
  display: flex; flex-wrap: wrap; gap: 10px 24px;
  font-size: 13px; color: rgba(255,255,255,.75); font-weight: 600;
}
.hero-trust span::before { content: "✓ "; color: var(--red-bright); font-weight: 800; }

/* ── About row ───────────────────────────────────────────── */
.about-row {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
}
.about-left p { color: var(--muted); }

/* ── Info boxes (3-up) ───────────────────────────────────── */
.infobox-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.infobox {
  background: #fff; border-radius: var(--radius-lg);
  padding: 28px 22px; text-align: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: box-shadow .15s, transform .15s;
}
.infobox:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.infobox-icon {
  width: 58px; height: 58px; margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-alt); border-radius: 50%;
  color: var(--red);
}
.infobox-icon svg { width: 28px; height: 28px; }
.infobox h3 { color: var(--steel); font-size: .98rem; margin-bottom: 6px; }
.infobox p  { color: var(--muted); font-size: 13.5px; margin: 0; line-height: 1.5; }

/* ── Services grid ───────────────────────────────────────── */
.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px 22px; text-align: left;
  box-shadow: var(--shadow);
  transition: box-shadow .15s, transform .15s, border-color .15s;
}
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: var(--red); }
.service-icon {
  width: 52px; height: 52px; margin: 0 0 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-alt); border-radius: var(--radius);
  color: var(--red);
}
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { color: var(--steel); font-size: 1rem; margin-bottom: 8px; }
.service-card p  { color: var(--muted); font-size: 13.5px; margin: 0 0 12px; line-height: 1.55; }
.service-link { font-size: 13px; font-weight: 700; color: var(--red); letter-spacing: .03em; text-transform: uppercase; }
.service-link:hover { text-decoration: underline; }

/* ── Page header (inner pages) — uses truck hero image ───── */
.page-header {
  position: relative;
  background-color: var(--steel-deep);
  background-image:
    linear-gradient(to right, rgba(15,23,42,.92) 0%, rgba(15,23,42,.82) 55%, rgba(15,23,42,.55) 100%),
    url("/public/img/hero-truck.webp");
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat;
  padding: 72px 0 64px;
  color: #fff;
}
.page-header .container { position: relative; z-index: 1; }
.page-header .crumbs { font-size: 13px; color: rgba(255,255,255,.70); margin-bottom: 8px; }
.page-header .crumbs a { color: rgba(255,255,255,.70); }
.page-header .crumbs a:hover { color: #fff; }
.page-header h1 { color: #fff; margin-bottom: 10px; font-family: "Barlow Condensed", sans-serif; font-size: 2.6rem; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; line-height: 1.05; }
.page-header .eyebrow { color: var(--red-bright); }
.page-header .lead { font-size: 1.05rem; color: rgba(255,255,255,.85); max-width: 720px; margin: 6px 0 0; }
.page-header .cta-row { margin-top: 22px; }
.page-header .btn-secondary { background: transparent; color: #fff !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.page-header .btn-secondary:hover { background: #fff; color: var(--steel) !important; }
@media (min-width: 768px) {
  .page-header h1 { font-size: 3.2rem; }
}

/* ── CTA banner ──────────────────────────────────────────── */
.cta-banner {
  background: var(--gradient);
  border: 0;
  border-radius: var(--radius-lg); padding: 48px 30px;
  text-align: center; box-shadow: var(--shadow-lg);
  color: #fff;
}
.cta-banner h2  { color: #fff; margin-top: 0; }
.cta-banner p   { color: rgba(255,255,255,.88); max-width: 680px; margin: 0 auto 18px; }
.cta-banner .eyebrow { color: var(--red-bright); }
.cta-banner .cta-row { justify-content: center; margin-top: 8px; }
.cta-banner .btn-primary { background: #fff; color: var(--steel) !important; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.cta-banner .btn-primary:hover { background: var(--bg-alt); }
.cta-banner .btn-secondary { background: transparent; color: #fff !important; box-shadow: inset 0 0 0 2px #fff; }
.cta-banner .btn-secondary:hover { background: #fff; color: var(--steel) !important; }

/* ── Card grid ───────────────────────────────────────────── */
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr; }
.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow);
  transition: transform .15s, box-shadow .15s;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.card h3 { margin-top: 0; }

/* ── Two-col ─────────────────────────────────────────────── */
.two-col { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.info-card { padding: 18px 0; border-bottom: 1px solid var(--border); }
.info-card:last-child { border-bottom: 0; }
.info-card h3 { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red); margin: 0 0 6px; }
.info-card p  { color: var(--text); line-height: 1.6; }
.photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.photo img { width: 100%; object-fit: cover; display: block; }
.photo-portrait  { aspect-ratio: 4/5; }
.photo-landscape { aspect-ratio: 16/10; }

/* ── Steps ───────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: 1fr; gap: 18px; counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px 26px 22px; position: relative; box-shadow: var(--shadow);
}
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -14px; left: 22px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--gradient-red); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px; box-shadow: 0 4px 12px rgba(196,30,30,.32);
}
.step h3 { margin-top: 4px; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq details { border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 18px; margin-bottom: 10px; background: #fff; }
.faq summary  { font-weight: 600; color: var(--steel); cursor: pointer; }
.faq details[open] { background: var(--bg-light); border-color: var(--red); }
.faq summary::-webkit-details-marker { color: var(--red); }

/* ── Checklist ───────────────────────────────────────────── */
.list-check { list-style: none; padding: 0; margin: 14px 0; }
.list-check li { padding: 6px 0 6px 28px; position: relative; }
.list-check li::before { content: "✓"; color: var(--red); font-weight: 800; position: absolute; left: 0; top: 6px; }

/* ── Forms ───────────────────────────────────────────────── */
.form-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow);
}
.form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-size: 13px; font-weight: 700; color: var(--steel); margin-bottom: 5px; letter-spacing: .02em; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 11px 14px; font-size: 15px; font-family: inherit;
  border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text);
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(196,30,30,.12);
}
.form-row textarea { min-height: 100px; resize: vertical; }
.form-row.radio-row label { display: inline-flex; align-items: center; gap: 6px; margin-right: 16px; font-weight: 500; color: var(--text); }
.consent-label { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--muted); line-height: 1.45; font-weight: 400; cursor: pointer; }
.consent-label input[type="checkbox"] { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; accent-color: var(--red); }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-success { background: #e8f5e9; color: #1b5e20; border-left: 4px solid #43a047; padding: 14px; border-radius: 8px; margin-top: 12px; display: none; }
.form-error   { background: #fff0f0; color: #a31515; border-left: 4px solid #d44; padding: 14px; border-radius: 8px; margin-top: 12px; display: none; }

/* ── Estimate trust strip ────────────────────────────────── */
.book-trust {
  background: var(--steel-deep); border-bottom: 2px solid var(--red);
  padding: 12px 0;
}
.book-trust-inner {
  display: flex; flex-wrap: wrap; gap: 8px 28px;
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,.85);
}

/* ── Blog ────────────────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.blog-card  { padding: 24px; }
.blog-card .meta { font-size: 13px; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
.blog-card .more { font-size: 13px; font-weight: 700; color: var(--red); display: block; margin-top: 8px; letter-spacing: .03em; text-transform: uppercase; }
.blog-post  { max-width: 740px; }

/* ═══════════════════════════════════════════════════════════
   FOOTER — dark steel
   ═══════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--steel-deep);
  color: rgba(255,255,255,.85);
  font-size: 14px;
  border-top: 3px solid var(--red);
}
.footer-inner {
  max-width: 1160px; margin: 0 auto; padding: 48px 22px 32px;
  display: grid; grid-template-columns: 1fr; gap: 32px;
}
.footer-col h4 {
  font-size: 11px; text-transform: uppercase; letter-spacing: .16em;
  font-weight: 800; color: var(--red-bright); margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { padding: 4px 0; }
.footer-col a { color: rgba(255,255,255,.75); font-size: 14px; }
.footer-col a:hover { color: #fff; text-decoration: none; }

.footer-col-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-watermark {
  opacity: .72; filter: brightness(10);
  max-width: 180px; margin-top: 6px;
}

.footer-bottom {
  background: rgba(0,0,0,.25);
  padding: 14px 22px; text-align: center;
  font-size: 12px; color: rgba(255,255,255,.50);
}
.footer-bottom a { color: rgba(255,255,255,.50); }
.footer-bottom a:hover { color: #fff; }

/* ── Mobile sticky CTA ───────────────────────────────────── */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: 1fr 1fr;
  background: #fff; border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,.12);
}
.mobile-cta a {
  padding: 16px; text-align: center; font-weight: 800; font-size: 14px;
  color: #fff !important; text-decoration: none; letter-spacing: .04em; text-transform: uppercase;
}
.mobile-cta .call  { background: var(--gradient-soft); }
.mobile-cta .quote { background: var(--gradient-red); }

/* ── Map ─────────────────────────────────────────────────── */
.map-section { line-height: 0; }
.map-section iframe { display: block; width: 100%; min-height: 320px; }

/* ── Header logo ─────────────────────────────────────────── */
.brand-logo {
  height: 48px; width: auto; display: block;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.25));
}
.site-header .brand a { display: flex; align-items: center; }

/* ── Footer logo (white pill bg so dark logo + red accents stay visible) ── */
.footer-logo-wrap {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,.35);
}
.footer-logo {
  height: 56px; width: auto; display: block;
}

/* ── Dark section ─────────────────────────────────────────── */
.section-dark {
  background: var(--steel-deep);
  color: #fff;
}
.section-dark h2, .section-dark h3 { color: #fff; }

/* ── Classic car row ─────────────────────────────────────── */
.classic-row {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
}
.classic-text p { color: rgba(255,255,255,.80); }
.classic-img img {
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px rgba(0,0,0,.45);
  width: 100%; object-fit: cover;
}

/* ── Fleet badges ─────────────────────────────────────────── */
.fleet-badges {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 20px;
  max-width: 760px; margin: 0 auto;
}
.fleet-badge {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px 20px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  box-shadow: var(--shadow);
}
.fleet-badge svg { color: var(--red); }
.fleet-badge span { font-weight: 700; font-size: 15px; color: var(--steel); }

/* ── Testimonials ─────────────────────────────────────────── */
.testimonials {
  display: grid; grid-template-columns: 1fr; gap: 24px;
}
.testimonial {
  background: var(--bg-alt); border-radius: var(--radius-lg);
  padding: 28px 28px 24px; border-left: 4px solid var(--red);
}
.testimonial-stars { color: #F59E0B; font-size: 18px; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-text {
  font-size: 1rem; color: var(--text); line-height: 1.7;
  font-style: italic; margin: 0 0 14px;
}
.testimonial-author { font-weight: 700; font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }

/* ── Responsive ──────────────────────────────────────────── */
@media (min-width: 600px) {
  .infobox-grid { grid-template-columns: repeat(3,1fr); }
  .blog-grid    { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 600px) {
  .fleet-badges     { grid-template-columns: repeat(4,1fr); }
  .testimonials     { grid-template-columns: repeat(3,1fr); }
}
@media (min-width: 768px) {
  h1 { font-size: 2.4rem; }
  .hero-title   { font-size: 4rem; }
  .hero-sub     { font-size: 1.25rem; }
  .about-row    { grid-template-columns: 1fr 1.5fr; gap: 52px; }
  .two-col      { grid-template-columns: 1fr 1fr; gap: 40px; }
  .classic-row  { grid-template-columns: 1fr 1fr; gap: 52px; }
  .grid-2       { grid-template-columns: 1fr 1fr; }
  .grid-3       { grid-template-columns: repeat(3,1fr); }
  .grid-4       { grid-template-columns: repeat(2,1fr); }
  .steps        { grid-template-columns: repeat(3,1fr); }
  .blog-grid    { grid-template-columns: repeat(3,1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
  body { padding-bottom: 0; }
  .nav-desktop { display: block; }
  .header-cta  { display: inline-flex; }
  .hamburger, .mobile-menu, .mobile-cta { display: none !important; }
  .grid-4 { grid-template-columns: repeat(4,1fr); }
  .footer-inner { grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 36px; }
}
