/* ==========================================================================
   PLUMBER WESLEY CHAPEL FL — DESIGN SYSTEM  (mobile-first)
   Black / White / Red. Edit phone + colors in :root below.
   ========================================================================== */

:root {
  /* ⬇⬇⬇ EDIT PHONE HERE — one place, every page updates ⬇⬇⬇ */
  --phone-display: "813-733-7188";
  --phone-link: "+18137337188";

  /* ⬇⬇⬇ EDIT COLORS HERE ⬇⬇⬇ */
  --black: #0a0a0a;
  --black-2: #141414;
  --black-3: #1f1f1f;
  --red: #e10600;
  --red-dark: #a80400;
  --white: #ffffff;
  --paper: #f5f5f5;
  --ink: #111111;
  --ink-2: #4a4a4a;
  --dim: #a3a3a3;
  --line: rgba(255, 255, 255, 0.09);
  --line-ink: #e2e2e2;

  --display: 'Bebas Neue', Impact, sans-serif;
  --body: 'Archivo', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', 'Courier New', monospace;

  --wrap: 1300px;
  --r: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: .95; margin: 0 0 18px; letter-spacing: .01em; }
h1 { font-size: clamp(42px, 10vw, 92px); }
h2 { font-size: clamp(32px, 7vw, 62px); }
h3 { font-size: clamp(21px, 4vw, 30px); }
h4 { font-size: clamp(18px, 3vw, 23px); }
p { margin: 0 0 18px; }

.accent { color: var(--red); }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }
section { padding: 56px 0; position: relative; }
.alt { background: var(--black-2); }

/* ---------- LIGHT (WHITE) SECTIONS ---------- */
.light { background: var(--white); color: var(--ink); }
.light-2 { background: var(--paper); color: var(--ink); }
.light h1, .light h2, .light h3, .light h4,
.light-2 h1, .light-2 h2, .light-2 h3, .light-2 h4 { color: var(--ink); }
.light p, .light li, .light .lead, .light .section-intro,
.light-2 p, .light-2 li, .light-2 .lead, .light-2 .section-intro { color: var(--ink-2); }
.light .card, .light-2 .card { background: var(--white); border-color: var(--line-ink); }
.light .card p, .light .card li, .light-2 .card p, .light-2 .card li { color: var(--ink-2); }
.light .card:hover, .light-2 .card:hover { box-shadow: 0 14px 40px rgba(0,0,0,.12); }
.light .btn-secondary, .light-2 .btn-secondary { color: var(--ink); border-color: var(--ink); }
.light .btn-secondary:hover, .light-2 .btn-secondary:hover { background: var(--ink); color: var(--white); }
.light .faq, .light-2 .faq { border-bottom-color: var(--line-ink); }
.light .faq-q, .light-2 .faq-q { color: var(--ink); }
.light .faq-q:hover, .light-2 .faq-q:hover { color: var(--red); }
.light .faq-a p, .light-2 .faq-a p { color: var(--ink-2); }
.light .why-item, .light-2 .why-item { border-bottom-color: var(--line-ink); }
.light .why-item p, .light-2 .why-item p { color: var(--ink-2); }
.light .review-card, .light-2 .review-card { background: var(--white); border-color: var(--line-ink); border-left-color: var(--red); }
.light .review-card p, .light-2 .review-card p { color: var(--ink); }
.light .review-meta, .light-2 .review-meta { color: #767676; }
.light .checklist li, .light-2 .checklist li { color: var(--ink-2); }
.light .area-chip, .light-2 .area-chip { background: var(--white); border-color: var(--line-ink); color: var(--ink); }
.light .area-chip:hover, .light-2 .area-chip:hover { color: var(--red); border-color: var(--red); }
.light strong, .light-2 strong { color: var(--ink); }

.eyebrow {
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--red); margin: 0 0 14px; display: flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--red); display: block; }

.lead { font-size: 17px; color: var(--dim); max-width: 68ch; }
.section-intro { max-width: 74ch; color: var(--dim); }

/* ============================== BUTTONS ============================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; min-height: 52px;
  font-family: var(--display); font-size: 20px; letter-spacing: .05em;
  border: 2px solid transparent; border-radius: var(--r);
  cursor: pointer; transition: all .2s ease; text-align: center;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-primary:hover { background: var(--black); color: var(--white); border-color: var(--black); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.btn-secondary:hover { background: var(--white); color: var(--black); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ============================== NAV ============================== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--black);
  border-bottom: 2px solid var(--red);
}
.nav-inner { max-width: var(--wrap); margin: 0 auto; padding: 9px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.nav-logo img { height: 44px; width: auto; }
.nav-links { display: none; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links > li { position: static; }
.nav-links > li > a, .nav-dropdown-trigger {
  display: block; padding: 12px 14px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700;
  color: var(--white); background: none; border: 0; cursor: pointer; transition: color .2s;
}
.nav-links > li > a:hover, .nav-dropdown-trigger:hover,
.nav-links > li > a.active, .nav-dropdown.open .nav-dropdown-trigger { color: var(--red); }
.nav-dropdown-trigger::after { content: ' \25BE'; opacity: .55; }

/* ---------- MEGA MENU ---------- */
.mega {
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--white); color: var(--ink);
  border-bottom: 3px solid var(--red);
  box-shadow: 0 22px 50px rgba(0,0,0,.35);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .2s, visibility .2s, transform .2s;
}
.mega::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-dropdown.open .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown:hover .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-inner { max-width: var(--wrap); margin: 0 auto; padding: 26px 40px 32px; display: grid; grid-template-columns: 3fr 1fr; gap: 32px; }
.mega-head { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line-ink); padding-bottom: 11px; }
.mega-head span { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); }
.mega-head a { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); font-weight: 700; }
.mega-head a:hover { color: var(--red); }
.mega-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 16px; list-style: none; margin: 0; padding: 0; }
.mega-subhead { grid-column: 1 / -1; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #9a9a9a; padding: 12px 10px 2px; margin-top: 6px; border-top: 1px solid var(--line-ink); }
.mega-subhead:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
.mega-list a { display: flex; gap: 12px; align-items: center; padding: 9px 10px; border-radius: var(--r); border-left: 2px solid transparent; transition: .18s; }
.mega-list a:hover { background: var(--paper); border-left-color: var(--red); }
.mega-thumb { width: 56px; height: 42px; flex: none; object-fit: cover; border-radius: var(--r); }
.mega-txt strong { display: block; font-family: var(--display); font-size: 19px; font-weight: 400; letter-spacing: .02em; color: var(--ink); line-height: 1.05; }
.mega-txt em { font-style: normal; font-size: 12px; color: #6b6b6b; line-height: 1.35; display: block; }
.mega-promo { background: var(--black); color: var(--white); padding: 22px; border-top: 3px solid var(--red); border-radius: var(--r); }
.mega-promo h4 { color: var(--white); margin-bottom: 8px; }
.mega-promo p { font-size: 13px; color: var(--dim); margin-bottom: 14px; }
.mega-promo .btn { width: 100%; font-size: 18px; min-height: 46px; padding: 10px 14px; }

.nav-cta { display: none; }
.nav-cta .btn { padding: 11px 18px; font-size: 18px; min-height: 46px; }

.nav-toggle {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 48px; height: 48px; padding: 0 11px;
  background: transparent; border: 1px solid var(--line); border-radius: var(--r); cursor: pointer; flex-shrink: 0;
}
.nav-toggle span { display: block; height: 2px; background: var(--white); transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================== MOBILE DRAWER ============================== */
.mobile-nav {
  position: fixed; inset: 0; z-index: 105;
  transform: translateX(100%); transition: transform .3s ease;
  background: var(--black); padding: 20px 20px 90px; overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mobile-nav-head img { height: 40px; }
.mobile-nav-close { width: 48px; height: 48px; background: transparent; border: 1px solid var(--line); color: var(--white); font-size: 26px; cursor: pointer; border-radius: var(--r); }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav > ul > li { border-bottom: 1px solid var(--line); }
.mobile-nav > ul > li > a, .mobile-nav-grouptrigger {
  display: block; width: 100%; text-align: left; padding: 17px 4px; min-height: 52px;
  font-family: var(--display); font-size: 25px; letter-spacing: .04em; color: var(--white);
  background: none; border: 0; cursor: pointer;
}
.mobile-nav-grouptrigger::after { content: '+'; float: right; color: var(--red); }
.mobile-nav-group.open .mobile-nav-grouptrigger::after { content: '\2013'; }
.mobile-nav-sub { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.mobile-nav-group.open .mobile-nav-sub { max-height: 1000px; }
.mobile-nav-sub a { display: flex; align-items: center; gap: 12px; font-family: var(--body); font-size: 15px; padding: 10px 0 10px 12px; min-height: 48px; color: var(--dim); border-left: 2px solid var(--red); margin: 0 0 6px 4px; }
.mobile-nav-subhead { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #8a8a8a; padding: 12px 0 4px 12px; }
.mobile-nav-sub img { width: 46px; height: 36px; object-fit: cover; border-radius: var(--r); flex: none; }
.mobile-nav-ctas { display: grid; gap: 12px; margin-top: 26px; }

/* ============================== HERO ============================== */
.hero { position: relative; overflow: hidden; padding: 40px 0 52px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.93) 0%, rgba(10,10,10,.87) 55%, rgba(10,10,10,.96) 100%);
}
.hero-inner { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 12px; }
.hero-location { font-family: var(--mono); font-size: 11px; color: var(--dim); letter-spacing: .08em; margin-bottom: 14px; }
.hero-ctas { display: grid; gap: 12px; margin: 22px 0 24px; }
.hero-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }
.hero-badge-num { font-family: var(--display); font-size: clamp(24px, 6vw, 34px); color: var(--red); line-height: 1; }
.hero-badge-label { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.hero-photo { margin-top: 24px; border: 3px solid var(--red); border-radius: var(--r); overflow: hidden; }
.hero-photo img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }

/* Hero quote card — white block on the dark hero */
.hero-form { margin-top: 24px; background: var(--white); color: var(--ink); border-radius: var(--r); border-top: 4px solid var(--red); padding: 24px 20px; box-shadow: 0 22px 60px rgba(0,0,0,.5); }
.hero-form h2 { font-size: clamp(26px, 7vw, 38px); color: var(--ink); margin-bottom: 6px; }
.form-kicker { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.form-sub { font-size: 14px; color: var(--ink-2); margin-bottom: 18px; }
.hero-form .field label { color: #6b6b6b; }
.hero-form .field input, .hero-form .field select, .hero-form .field textarea { background: var(--paper); border-color: var(--line-ink); color: var(--ink); }
.hero-form .form-note { color: #767676; }

/* ============================== TICKER ============================== */
.ticker { background: var(--red); color: var(--white); overflow: hidden; padding: 11px 0; }
.ticker-track { display: flex; gap: 40px; width: max-content; animation: scroll 34s linear infinite; }
.ticker-track span { font-family: var(--display); font-size: 19px; letter-spacing: .07em; white-space: nowrap; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================== CARDS / GRIDS ============================== */
.grid { display: grid; gap: 20px; }
.grid-2, .grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }

.card { background: var(--black-2); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 20px; transition: all .3s ease; }
.card:hover { border-color: var(--red); transform: translateY(-4px); }
.card h3 { margin-bottom: 10px; }
.card p, .card li { color: var(--dim); font-size: 15px; }
.card ul { margin: 0 0 16px; padding-left: 18px; }
.card ul li { margin-bottom: 6px; }
.card-num { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; color: var(--red); display: block; margin-bottom: 12px; }
.card-link { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); font-weight: 700; }
.card-link:hover { color: var(--white); }
.light .card-link:hover, .light-2 .card-link:hover { color: var(--ink); }

/* Service card with photo */
.svc-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.svc-photo { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-photo img { transform: scale(1.06); }
.svc-tag { position: absolute; left: 0; bottom: 0; background: var(--red); color: var(--white); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; padding: 7px 12px; }
.svc-body { padding: 22px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { margin-bottom: 10px; }
.svc-body .card-link { margin-top: auto; }

/* Media block: photo beside prose */
.media-photo { border-radius: var(--r); overflow: hidden; position: relative; margin-bottom: 26px; }
.media-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.media-photo::after { content: ''; position: absolute; left: 0; bottom: 0; width: 66px; height: 6px; background: var(--red); }

.why-item { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.why-item svg { width: 24px; height: 24px; flex: none; color: var(--red); margin-top: 3px; }
.why-item h4 { margin-bottom: 4px; }
.why-item p { color: var(--dim); font-size: 15px; margin: 0; }

.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.checklist li { position: relative; padding-left: 26px; color: var(--dim); font-size: 15px; }
.checklist li::before { content: '\271A'; position: absolute; left: 0; color: var(--red); font-size: 13px; }

.review-card { background: var(--black-2); border: 1px solid var(--line); border-left: 3px solid var(--red); padding: 22px; border-radius: var(--r); }
.review-stars { color: var(--red); letter-spacing: 3px; margin-bottom: 10px; font-size: 14px; }
.review-card p { font-size: 15px; color: var(--white); }
.review-meta { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }

.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.area-chip { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 12px 14px; background: var(--black-2); border: 1px solid var(--line); border-radius: var(--r); font-family: var(--mono); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; transition: .2s; }
.area-chip:hover { border-color: var(--red); color: var(--red); }
.area-chip::before { content: '\25B8'; color: var(--red); }

/* ============================== FORM ============================== */
.form-panel { background: var(--white); color: var(--ink); border: 1px solid var(--line-ink); border-top: 4px solid var(--red); padding: 26px 20px; border-radius: var(--r); }
.form-panel h3 { color: var(--ink); }
.form-panel .field label { color: #6b6b6b; }
.form-panel .field input, .form-panel .field select, .form-panel .field textarea { background: var(--paper); border-color: var(--line-ink); color: var(--ink); }
.form-panel .form-note { color: #767676; }
.cf-turnstile { margin-bottom: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px; min-height: 52px;
  background: var(--black); border: 1px solid var(--line); border-radius: var(--r);
  color: var(--white); font-family: var(--body); font-size: 16px;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; border-color: var(--red); }
.field textarea { min-height: 104px; resize: vertical; }
.hp { position: absolute !important; left: -9999px !important; }
.form-note { font-size: 12px; color: var(--dim); margin: 12px 0 0; }
.form-status { margin-top: 14px; padding: 14px; border-radius: var(--r); font-size: 15px; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(225,6,0,.08); border: 1px solid var(--red); color: var(--ink); }
.form-status.err { background: var(--paper); border: 1px solid #ccc; color: var(--ink-2); }

/* ============================== FAQ ============================== */
.faq { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  padding: 19px 2px; min-height: 56px; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--display); font-size: clamp(19px, 4.4vw, 25px); color: var(--white); letter-spacing: .02em;
}
.faq-q:hover { color: var(--red); }
.faq-q::after { content: '+'; color: var(--red); font-size: 26px; line-height: 1; flex: none; }
.faq.open .faq-q::after { content: '\2013'; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq.open .faq-a { max-height: 900px; }
.faq-a p { color: var(--dim); font-size: 15px; padding: 0 2px 20px; margin: 0; }

/* ============================== CTA BAND ============================== */
.cta-band { background: var(--red); text-align: center; }
.cta-band h2, .cta-band p { color: var(--white); }
.cta-band p { max-width: 62ch; margin-left: auto; margin-right: auto; }
.cta-phone { display: inline-block; font-family: var(--display); font-size: clamp(38px, 12vw, 86px); color: var(--white); line-height: 1; margin: 8px 0 20px; letter-spacing: .02em; }
.cta-phone:hover { color: var(--black); }
.cta-band .btn-secondary:hover { background: var(--white); color: var(--red); }

/* ============================== FOOTER ============================== */
footer { background: var(--black); border-top: 3px solid var(--red); padding: 50px 0 110px; }
.foot-grid { display: grid; gap: 30px; }
.foot-grid img { height: 50px; margin-bottom: 14px; }
.foot-grid h4 { color: var(--white); margin-bottom: 12px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; }
.foot-grid li { margin-bottom: 8px; }
.foot-grid a, .foot-grid p { color: var(--white); font-size: 14px; }
.foot-grid a:hover { color: var(--red); }
.foot-bottom { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 20px; font-size: 12px; color: var(--white); display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; }

/* ============================== STICKY CALL BAR ============================== */
.call-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--black); border-top: 2px solid var(--red);
}
.call-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 8px; min-height: 58px; font-family: var(--display); font-size: 19px; letter-spacing: .05em; color: var(--white); }
.call-bar a:first-child { background: var(--red); }
.call-bar a:last-child { border-left: 1px solid var(--line); }
.call-bar svg { width: 17px; height: 17px; }

/* ============================== ANIMATION ============================== */
.fade { opacity: 0; }
.fade.in { animation: fadeUp .6s ease forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ============================== BREAKPOINTS ============================== */
@media (min-width: 600px) {
  .hero-ctas { grid-template-columns: auto auto; justify-content: start; }
  .grid-2, .grid-3 { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-form, .form-panel { padding: 32px; }
  .wrap { padding: 0 24px; }
}

@media (min-width: 900px) {
  section { padding: 96px 0; }
  .wrap { padding: 0 40px; }
  .nav-links, .nav-cta { display: flex; }
  .nav-toggle, .mobile-nav { display: none !important; }
  .call-bar { display: none; }
  .hero { padding: 70px 0 84px; }
  .hero-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: start; }
  .hero-form { margin-top: 0; }
  .hero-photo { display: none; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .grid { gap: 30px; }
  .area-grid { grid-template-columns: repeat(4, 1fr); }
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  footer { padding-bottom: 50px; }
  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  .split-top { align-items: start; }
  .media-photo { margin-bottom: 0; }
  .lead { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .fade { opacity: 1; }
}

/* ---------- Desktop hero: let the photo breathe behind the form ---------- */
@media (min-width: 900px) {
  .hero-bg::after {
    background: linear-gradient(100deg, rgba(10,10,10,.96) 0%, rgba(10,10,10,.90) 38%, rgba(10,10,10,.62) 70%, rgba(168,4,0,.45) 100%);
  }
}

/* ==========================================================================
   BRAND LOCKUP (logo + text)
   ========================================================================== */
.brand { display: flex; align-items: center; gap: 11px; flex: 0 1 auto; min-width: 0; }
.brand-mark { display: flex; align-items: center; justify-content: center; background: var(--white); border-radius: var(--r); padding: 5px 7px; flex: none; }
.brand-mark img { height: 38px; width: auto; }
.brand-txt { display: flex; flex-direction: column; line-height: 1; min-width: 0; overflow: hidden; }
.brand-txt strong { font-family: var(--display); font-weight: 400; font-size: 21px; letter-spacing: .03em; color: var(--white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-txt em { font-style: normal; font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; color: var(--red); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.brand-foot { margin-bottom: 16px; }

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.crumbs { background: var(--black-2); border-bottom: 1px solid var(--line); padding: 11px 0; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.crumbs .wrap { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.crumbs a { color: var(--dim); }
.crumbs a:hover { color: var(--red); }
.crumbs span { color: #5a5a5a; }
.crumb-current { color: var(--white); }

/* ==========================================================================
   INNER PAGE LAYOUT: CONTENT + SIDEBAR
   ========================================================================== */
.page-grid { display: flex; flex-direction: column; gap: 24px; }
.page-grid > .prose { order: 2; }
.page-grid > .sidebar { display: contents; }
.page-grid .side-card { order: 4; }
.page-grid .side-call { order: 1; }
.page-grid .side-form { order: 3; }
.page-hero { background: var(--black-2); border-bottom: 1px solid var(--line); padding: 44px 0 40px; position: relative; overflow: hidden; }
.page-hero h1 { margin-bottom: 14px; }
.page-hero .lead { margin-bottom: 20px; }
.page-hero-ctas { display: grid; gap: 12px; }

/* Prose */
.prose h2 { margin-top: 42px; }
.prose h2.local-heading { margin-top: 0; }
.prose h3 { margin-top: 32px; margin-bottom: 12px; }
.prose > *:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--ink-2); font-size: 16.5px; }
.prose ul, .prose ol { padding-left: 20px; margin-bottom: 20px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }
.prose a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--ink); }
.prose figure { margin: 30px 0; }
.prose figure img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--r); }
.prose figcaption { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #7a7a7a; margin-top: 9px; border-left: 3px solid var(--red); padding-left: 10px; }
.prose blockquote { margin: 28px 0; padding: 20px 22px; background: var(--paper); border-left: 4px solid var(--red); }
.prose blockquote p { margin: 0; font-size: 17px; color: var(--ink); }
.callout { background: var(--black); color: var(--white); padding: 24px 22px; border-top: 4px solid var(--red); border-radius: var(--r); margin: 32px 0; }
.callout h3, .callout h4 { color: var(--white); margin-top: 0; }
.callout p { color: var(--dim); margin-bottom: 14px; }
.callout p:last-child { margin-bottom: 0; }

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar { display: grid; gap: 20px; align-content: start; }
.side-card { background: var(--white); border: 1px solid var(--line-ink); border-top: 3px solid var(--red); border-radius: var(--r); padding: 22px 20px; }
.side-card h3 { font-size: 25px; color: var(--ink); margin-bottom: 12px; }
.side-card p { font-size: 14px; color: var(--ink-2); }
.side-call { background: var(--black); border-color: var(--black-3); }
.side-call h3, .side-call p { color: var(--dim); }
.side-kicker { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--red) !important; margin-bottom: 6px; }
.side-phone { display: block; font-family: var(--display); font-size: 40px; color: var(--white); line-height: 1; margin-bottom: 12px; letter-spacing: .02em; }
.side-phone:hover { color: var(--red); }
.side-hours { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #8a8a8a !important; margin: 14px 0 0; }
.side-sub { margin-bottom: 16px; }
.side-form .field label { color: #6b6b6b; }
.side-form .field input, .side-form .field select { background: var(--paper); border-color: var(--line-ink); color: var(--ink); }
.side-form .form-note { color: #7a7a7a; }
.side-list { list-style: none; margin: 0; padding: 0; }
.side-list li { border-bottom: 1px solid var(--line-ink); }
.side-list li:last-child { border-bottom: 0; }
.side-list a { display: block; padding: 11px 0 11px 14px; min-height: 44px; font-size: 15px; color: var(--ink-2); border-left: 2px solid transparent; transition: .18s; }
.side-list a:hover, .side-list a.is-current { color: var(--red); border-left-color: var(--red); padding-left: 18px; }
.side-list a.is-current { font-weight: 700; }
.side-posts { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 14px; }
.side-posts a { display: flex; gap: 12px; align-items: center; }
.side-posts img { width: 72px; height: 54px; object-fit: cover; border-radius: var(--r); flex: none; }
.side-posts span { font-size: 14px; line-height: 1.35; color: var(--ink); font-weight: 600; }
.side-posts a:hover span { color: var(--red); }
.side-trust .checklist li { color: var(--ink-2); font-size: 14px; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.post-meta { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.post-card { background: var(--white); border: 1px solid var(--line-ink); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: .3s; }
.post-card:hover { border-color: var(--red); transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.12); }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-body { padding: 22px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { color: var(--ink); font-size: 25px; margin-bottom: 10px; }
.post-card p { color: var(--ink-2); font-size: 15px; }
.post-card .card-link { margin-top: auto; }
.post-card .post-meta { color: #8a8a8a; margin-bottom: 10px; }
.post-nav { display: grid; gap: 14px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line-ink); }
.post-nav a { display: block; padding: 16px 18px; background: var(--paper); border-left: 3px solid var(--red); border-radius: var(--r); }
.post-nav span { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 5px; }
.post-nav strong { font-family: var(--display); font-weight: 400; font-size: 21px; color: var(--ink); letter-spacing: .02em; }

/* Related grid */
.related-card { background: var(--white); border: 1px solid var(--line-ink); border-radius: var(--r); padding: 18px; transition: .25s; }
.related-card:hover { border-color: var(--red); transform: translateY(-3px); }
.related-card h4 { color: var(--ink); margin-bottom: 6px; }
.related-card p { font-size: 14px; color: var(--ink-2); margin: 0; }

@media (min-width: 820px) {
  .page-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 48px; align-items: start; }
  .page-grid > * { order: 0 !important; }
  .page-grid > .sidebar { display: grid; gap: 20px; align-content: start; position: sticky; top: 90px; }
}

@media (min-width: 1100px) {
  .page-grid { grid-template-columns: minmax(0,1fr) 360px; gap: 60px; }
}

@media (min-width: 900px) {
  .brand-mark img { height: 46px; }
  .brand-txt strong { font-size: 24px; }
  .page-hero { padding: 66px 0 58px; }
  .page-hero-ctas { grid-template-columns: auto auto; justify-content: start; }
  .post-nav { grid-template-columns: 1fr 1fr; }
}

/* Sidebar cards pair up on tablets before the two-column layout kicks in */
@media (min-width: 600px) and (max-width: 819px) {
  .page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .page-grid > .prose { grid-column: 1 / -1; }
  .page-grid .side-call, .page-grid .side-form { grid-column: 1 / -1; }
}

/* FAQ accordion inside article prose */
.prose .faq-list { margin: 22px 0 10px; border-top: 1px solid var(--line-ink); }
.prose .faq-q { font-size: clamp(18px, 3.6vw, 24px); }
.prose .faq-a p { font-size: 16px; }
