/* ============================================
   BedfordCountyPainting.com
   Design: Bright, clean, editorial — real painting company feel
   Light sections, bold blue accent, white backgrounds
   Fonts: Barlow Condensed + DM Sans
   Accent: #1B4FD8
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:     #0e0f13;
  --dark:    #13151c;
  --white:   #ffffff;
  --offwhite:#f7f8fc;
  --light:   #eef0f8;
  --border:  #dde1f0;
  --border2: #c8ceeb;
  --mid:     #8a90aa;
  --muted:   #5a607a;
  --text:    #1a1d2e;
  --subtext: #4a5068;
  --accent:  #2B7FBF;
  --accent2: #1f6aa0;
  --accentL: #5aa7e0;
  --accentBg:#eff7fd;
  --red:     #dc2626;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'DM Sans', sans-serif;
  --radius: 4px;
  --max: 1160px;
  --shadow: 0 2px 12px rgba(27,79,216,0.08);
  --shadow2: 0 4px 24px rgba(27,79,216,0.12);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text);
  font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--light); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ── HEADER ── */
.hdr {
  position: sticky; top: 0; z-index: 9999;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(27,79,216,0.06);
}
.hdr-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 0 24px; display: flex; align-items: center; gap: 24px; height: 64px;
}
.brand { display: flex; flex-direction: column; gap: 1px; flex-shrink: 0; line-height: 1.1; }
.brand strong {
  font-family: var(--font-display); font-weight: 800; font-size: 20px;
  letter-spacing: 0.02em; text-transform: uppercase; color: var(--text);
}
.brand strong span { color: var(--accent); }
.brand em {
  font-style: normal; font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mid);
}
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a {
  font-size: 13px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--radius); color: var(--subtext);
  transition: color 0.2s, background 0.2s;
}
.nav a:hover { color: var(--accent); background: var(--accentBg); }
.nav .quote-link {
  background: var(--accent); color: #fff; font-weight: 700;
  box-shadow: 0 2px 8px rgba(27,79,216,0.3);
}
.nav .quote-link:hover { background: var(--accent2); }
.hamb {
  display: none; margin-left: auto; background: none; border: 1px solid var(--border);
  color: var(--text); cursor: pointer; width: 40px; height: 40px;
  border-radius: var(--radius); font-size: 18px;
}

/* ── MOBILE MENU ── */
.mobile-menu {
  display: none; position: fixed; top: 0; right: 0;
  width: 280px; height: 100vh; background: var(--white);
  border-left: 1px solid var(--border); z-index: 99999;
  flex-direction: column; overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0,0,0,0.12);
}
.mobile-menu.open { display: flex; }
.mnav-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid var(--border);
}
.mnav-logo { font-family: var(--font-display); font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--text); }
.mnav-close {
  background: none; border: 1px solid var(--border); color: var(--text);
  cursor: pointer; width: 32px; height: 32px; border-radius: var(--radius); font-size: 18px; line-height: 1;
}
.mobile-menu a {
  display: block; padding: 14px 20px; border-bottom: 1px solid var(--border);
  font-size: 15px; font-weight: 500; color: var(--subtext); transition: color 0.2s, background 0.2s;
}
.mobile-menu a:hover { color: var(--accent); background: var(--accentBg); }
.mnav-cta {
  margin: 16px; padding: 14px 20px !important; background: var(--accent) !important;
  color: #fff !important; font-weight: 700 !important; text-align: center;
  border-radius: var(--radius); border: none !important;
}

/* ── HERO — dark, full impact ── */
.hero {
  position: relative; height: 82vh; min-height: 520px; max-height: 780px;
  overflow: hidden; display: flex; align-items: center;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  animation: kenburns 20s ease-in-out infinite alternate;
}
@keyframes kenburns { from { transform: scale(1.0); } to { transform: scale(1.08); } }
.hero-noise {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(14,15,19,0.88) 0%, rgba(14,15,19,0.50) 55%, rgba(14,15,19,0.80) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 0 24px; width: 100%; }
.hero-eyebrow {
  display: inline-block; font-family: var(--font-display); font-size: 13px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: #fff;
  background: rgba(27,79,216,0.85); padding: 5px 14px; border-radius: 2px;
  margin-bottom: 20px; opacity: 0; animation: fadeUp 0.6s 0.1s forwards;
}
.hero-copy h1 {
  font-family: var(--font-display); font-size: clamp(64px, 9vw, 112px);
  font-weight: 900; line-height: 0.88; text-transform: uppercase; letter-spacing: -0.02em;
  color: #fff; margin-bottom: 24px; opacity: 0; animation: fadeUp 0.7s 0.2s forwards;
}
.hero-copy h1 .accent { color: #60a5fa; }
.hero-copy h1 .stroke { -webkit-text-stroke: 2px #fff; color: transparent; }
.hero-copy p {
  font-size: 18px; color: rgba(255,255,255,0.85); max-width: 540px;
  line-height: 1.6; opacity: 0; animation: fadeUp 0.7s 0.35s forwards;
}
.hero-stats {
  display: flex; gap: 40px; margin-top: 36px;
  opacity: 0; animation: fadeUp 0.7s 0.5s forwards;
}
.hero-stat strong {
  display: block; font-family: var(--font-display); font-size: 36px; font-weight: 900;
  color: #60a5fa; line-height: 1;
}
.hero-stat span { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }


/* ── HERO SLIDESHOW ── */
.hero-slideshow {
  position: absolute; inset: 0; z-index: 0;
}
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.hero-slide.active { opacity: 1; }
.hero-slide img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  animation: kenburns 20s ease-in-out infinite alternate;
}
.hero-slide:nth-child(2) img { animation-delay: -7s; }
.hero-slide:nth-child(3) img { animation-delay: -14s; }

/* ── PAINT DRIP DIVIDER ── */
.drip-divider { position: relative; overflow: visible; line-height: 0; margin: 0; padding: 0; z-index: 5; }
.drip-divider svg { display: block; width: 100%; }

/* ── TRUST STRIP ── */
.trust-strip { background: var(--accent); padding: 16px 24px; }
.trust-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 32px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: #fff;
}
.trust-item svg { display: block; flex-shrink: 0; }

/* ── QUICK FORM — bright white card ── */
.hero-form-wrap {
  background: var(--white);
  padding: 36px 24px; box-shadow: var(--shadow);
}
.quick-form { max-width: var(--max); margin: 0 auto; }
.quick-form-head { margin-bottom: 20px; }
.quick-form-head h2 {
  font-family: var(--font-display); font-size: 30px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.03em; color: var(--text);
}
.quick-form-head p { font-size: 14px; color: var(--mid); margin-top: 4px; }
.quick-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 12px; align-items: end;
}
.quick-grid .field { display: flex; flex-direction: column; gap: 6px; }
.quick-grid label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
.quick-grid input, .quick-grid select {
  background: var(--offwhite); border: 1px solid var(--border2); border-radius: var(--radius);
  color: var(--text); padding: 11px 14px; font-family: var(--font-body); font-size: 14px;
  width: 100%; transition: border-color 0.2s, box-shadow 0.2s; height: 44px;
}
.quick-grid input:focus, .quick-grid select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(27,79,216,0.1); }
.quick-grid select option { background: var(--white); }

/* ── BUTTON ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff;
  font-family: var(--font-display); font-size: 16px; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 12px 28px;
  border: none; border-radius: var(--radius); cursor: pointer; white-space: nowrap;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  height: 44px; box-shadow: 0 2px 8px rgba(27,79,216,0.25);
}
.btn:hover { background: var(--accent2); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(27,79,216,0.35); }
.btn.slim { padding: 10px 22px; font-size: 14px; height: 40px; }
.btn.white { background: var(--white); color: var(--accent); }
.btn.white:hover { background: var(--offwhite); }

/* ── SECTIONS — alternating light/white ── */
.section { padding: 96px 24px; }
.section.bg-light { background: var(--offwhite); }
.section.bg-white { background: var(--white); }
.section.bg-dark  { background: var(--ink); }
/* ── BOLD BLUE SECTION ── */
.section.bg-blue { background: var(--accent); }
.section.bg-blue .h2 { color: #fff; }
.section.bg-blue .h2 span { color: #bfdbfe; }
.section.bg-blue .section-head p { color: rgba(255,255,255,0.75); }
.section.bg-blue .tag {
  color: #bfdbfe; background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
}
.section.bg-blue .svc-card {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
  box-shadow: none;
}
.section.bg-blue .svc-card:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-4px);
}
.section.bg-blue .svc-card::before { background: #fff; }
.section.bg-blue .svc-num { color: rgba(255,255,255,0.25); }
.section.bg-blue .svc-card:hover .svc-num { color: #fff; }
.section.bg-blue .svc-card h3 { color: #fff; }
.section.bg-blue .svc-card p { color: rgba(255,255,255,0.8); }
.section.bg-blue .btn { background: #fff; color: var(--accent); box-shadow: 0 2px 12px rgba(0,0,0,0.15); }
.section.bg-blue .btn:hover { background: #e8f0ff; }
.section.bg-blue .mid-cta .btn { background: #fff; color: var(--accent); }

/* ── HOW IT WORKS on blue bg ── */
.section.bg-blue .how-card {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
  box-shadow: none;
}
.section.bg-blue .how-card:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}
.section.bg-blue .how-num { color: rgba(255,255,255,0.2); }
.section.bg-blue .how-card:hover .how-num { color: #fff; }
.section.bg-blue .how-card h3 { color: #fff; }
.section.bg-blue .how-card p { color: rgba(255,255,255,0.75); }

/* ── Divider to/from blue ── */
/* handled inline in the divider SVGs */

.split-section { padding: 96px 24px; }
.split-section.bg-light { background: var(--offwhite); }
.wrap { max-width: var(--max); margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 64px; }

.tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent);
  background: var(--accentBg); border: 1px solid rgba(27,79,216,0.2);
  padding: 4px 12px; border-radius: 2px; margin-bottom: 14px;
}
.h2 {
  font-family: var(--font-display); font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em;
  line-height: 0.93; color: var(--text); margin-bottom: 16px;
}
.h2 span { color: var(--accent); }
.h2.light { color: #fff; }
.h2.light span { color: #60a5fa; }
.section-head p { font-size: 16px; color: var(--subtext); max-width: 560px; margin: 0 auto; }

/* ── SERVICE CARDS ── */
.svc-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin-bottom: 40px;
}
.svc-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; padding: 36px 28px; position: relative; overflow: hidden;
  box-shadow: var(--shadow);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.svc-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.svc-card:hover { border-color: rgba(27,79,216,0.3); box-shadow: var(--shadow2); transform: translateY(-4px); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-num {
  font-family: var(--font-display); font-size: 56px; font-weight: 900;
  color: var(--border); line-height: 1; margin-bottom: 16px; transition: color 0.25s;
}
.svc-card:hover .svc-num { color: var(--accent); }
.svc-card h3 {
  font-family: var(--font-display); font-size: 24px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.03em; color: var(--text); margin-bottom: 10px;
}
.svc-card p { font-size: 14px; color: var(--subtext); line-height: 1.7; }

/* ── SPLIT SECTION ── */
.split-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.split-grid.reverse .split-img { order: 2; }
.split-grid.reverse .split-copy { order: 1; }
.split-img img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: 10px; display: block;
  box-shadow: 0 8px 40px rgba(27,79,216,0.15);
}
.split-copy h2 {
  font-family: var(--font-display); font-size: clamp(36px, 4.5vw, 54px);
  font-weight: 900; text-transform: uppercase; line-height: 0.93;
  color: var(--text); margin-bottom: 18px;
}
.split-copy h2 span { color: var(--accent); }
.split-copy p { font-size: 15px; color: var(--subtext); line-height: 1.75; margin-bottom: 20px; }
.split-copy ul { list-style: none; margin-bottom: 32px; }
.split-copy ul li {
  font-size: 14px; color: var(--text); padding: 10px 0;
  border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 12px;
}
.split-copy ul li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; font-size: 15px; }

/* ── SWATCH ROW ── */
.swatch-row { display: flex; gap: 0; overflow: hidden; border-radius: 4px; height: 8px; margin-bottom: 28px; }
.swatch { flex: 1; }

/* ── HOW IT WORKS ── */
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.how-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; padding: 40px 32px;
  box-shadow: var(--shadow); transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.how-card:hover { border-color: rgba(27,79,216,0.3); box-shadow: var(--shadow2); transform: translateY(-3px); }
.how-num {
  font-family: var(--font-display); font-size: 72px; font-weight: 900;
  color: var(--border); line-height: 1; margin-bottom: 16px; transition: color 0.2s;
}
.how-card:hover .how-num { color: var(--accent); }
.how-card h3 {
  font-family: var(--font-display); font-size: 24px; font-weight: 800;
  text-transform: uppercase; color: var(--text); margin-bottom: 10px;
}
.how-card p { font-size: 14px; color: var(--subtext); line-height: 1.65; }

/* ── FAQ ── */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  width: 100%; background: none; border: none; color: var(--text); cursor: pointer;
  padding: 20px 0; font-family: var(--font-body); font-size: 15px; font-weight: 500;
  text-align: left; line-height: 1.4;
}
.faq-q span { font-size: 22px; color: var(--accent); flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-q span { transform: rotate(45deg); }
.faq-a { display: none; font-size: 14px; color: var(--subtext); line-height: 1.75; padding: 0 0 20px; }
.faq-item.open .faq-a { display: block; }

/* ── QUOTE SECTION ── */
.quote-section { background: var(--offwhite); padding: 96px 24px; border-top: 1px solid var(--border); }
.quote-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start;
}
.quote-left h2 {
  font-family: var(--font-display); font-size: clamp(38px,4.5vw,56px);
  font-weight: 900; text-transform: uppercase; line-height: 0.93;
  color: var(--text); margin-bottom: 18px;
}
.quote-left h2 span { color: var(--accent); }
.quote-left p { font-size: 15px; color: var(--subtext); line-height: 1.7; margin-bottom: 28px; }
.quote-img { border-radius: 8px; overflow: hidden; box-shadow: var(--shadow2); }
.quote-img img { width: 100%; object-fit: cover; aspect-ratio: 4/3; display: block; }
.quote-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 10px; padding: 40px; box-shadow: var(--shadow2);
}
.quote-box-head { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.quote-box-head h3 {
  font-family: var(--font-display); font-size: 28px; font-weight: 800;
  text-transform: uppercase; color: var(--text);
}

/* ── FORMS ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.form-grid .field { display: flex; flex-direction: column; gap: 6px; }
.form-grid .field.full { grid-column: 1 / -1; }
.form-grid label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
.form-grid input, .form-grid select, .form-grid textarea {
  background: var(--offwhite); border: 1px solid var(--border2); border-radius: var(--radius);
  color: var(--text); padding: 11px 14px; font-family: var(--font-body); font-size: 14px;
  width: 100%; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(27,79,216,0.1); }
.form-grid select option { background: var(--white); }
.form-grid textarea { min-height: 100px; resize: vertical; line-height: 1.5; }
.form-note { font-size: 12px; color: var(--mid); margin-top: 6px; }
.upload-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.upload-preview img { width: 64px; height: 64px; object-fit: cover; border-radius: 4px; border: 1px solid var(--border); }
.form-submit .btn { width: 100%; height: 52px; font-size: 18px; }

/* ── AREAS ── */
.areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; }
.areas-grid-hidden { display: none; margin-top: 8px; }
.area-link {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 14px 16px; font-size: 14px; font-weight: 500; color: var(--subtext);
  display: flex; align-items: center; gap: 8px; box-shadow: var(--shadow);
  transition: border-color 0.2s, color 0.2s, background 0.2s, box-shadow 0.2s;
}
.area-link:hover { border-color: var(--accent); color: var(--accent); background: var(--accentBg); box-shadow: var(--shadow2); }
.area-link::before { content: '→'; color: var(--accent); font-size: 12px; flex-shrink: 0; }
.areas-toggle-btn {
  display: inline-flex; align-items: center; gap: 8px; background: var(--white);
  border: 1px solid var(--border2); border-radius: var(--radius); color: var(--mid);
  font-family: var(--font-body); font-size: 13px; font-weight: 500;
  padding: 10px 20px; cursor: pointer; box-shadow: var(--shadow);
  transition: border-color 0.2s, color 0.2s;
}
.areas-toggle-btn:hover { border-color: var(--accent); color: var(--accent); }

/* ── NEARBY ── */
.nearby-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.nearby-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 10px 18px; font-size: 14px; font-weight: 500; color: var(--subtext);
  box-shadow: var(--shadow); transition: border-color 0.2s, color 0.2s;
}
.nearby-card:hover { border-color: var(--accent); color: var(--accent); }
.nearby-toggle {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  background: none; border: 1px solid var(--border2); border-radius: var(--radius);
  color: var(--mid); font-family: var(--font-body); font-size: 13px; font-weight: 500;
  padding: 8px 16px; cursor: pointer; transition: border-color 0.2s, color 0.2s;
}
.nearby-toggle:hover { border-color: var(--accent); color: var(--accent); }

/* ── MID CTA ── */
.mid-cta { text-align: center; padding-top: 20px; }

/* ── SCOPE NOTE ── */
.scope-note {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fef2f2; border: 1px solid #fecaca; border-left: 4px solid var(--red);
  border-radius: var(--radius); padding: 18px 20px; font-size: 14px; color: #7f1d1d; line-height: 1.6;
}
.scope-icon { display: flex; align-items: flex-start; flex-shrink: 0; padding-top: 2px; }
.scope-note strong { color: #991b1b; }

/* ── FOOTER ── */
.foot { background: var(--ink); padding: 64px 24px 32px; }
.foot-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px;
}
.foot-grid strong { font-family: var(--font-display); font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; display: block; margin-bottom: 10px; color: #fff; }
.foot-grid strong span { color: #60a5fa; }
.foot-grid p { font-size: 13px; color: #6b7280; line-height: 1.65; }
.foot-grid h4 { font-family: var(--font-display); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #6b7280; margin-bottom: 14px; }
.foot-grid a { display: block; font-size: 13px; color: #6b7280; margin-bottom: 8px; transition: color 0.2s; }
.foot-grid a:hover { color: #60a5fa; }
.fine { max-width: var(--max); margin: 0 auto; font-size: 12px; color: #4b5563; border-top: 1px solid #1f2937; padding-top: 24px; line-height: 1.65; }
.fine a { color: #4b5563; text-decoration: underline; }

/* ── STICKY — mobile only ── */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 8888;
  background: var(--accent);
  padding: 0 16px; display: none;
  box-shadow: 0 -4px 24px rgba(27,79,216,0.45);
  height: 64px;
}
.sticky-inner {
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.sticky-inner .sticky-copy { display: flex; flex-direction: column; gap: 1px; }
.sticky-inner span {
  font-family: var(--font-display); font-size: 22px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: #fff; line-height: 1;
}
.sticky-inner small {
  display: block; font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-top: 2px;
}
.sticky-cta .btn {
  background: #fff; color: var(--accent);
  font-size: 15px; height: 42px; padding: 0 20px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.sticky-cta .btn:hover { background: #e8f0ff; transform: none; }

/* ── SUPPORT PAGES ── */
.support-hero-small { height: 42vh !important; min-height: 300px !important; }
.support-section { padding: 80px 24px; }
.support-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 40px; margin-bottom: 32px; box-shadow: var(--shadow); }
.support-card h2 { font-family: var(--font-display); font-size: 36px; font-weight: 800; text-transform: uppercase; margin-bottom: 16px; color: var(--text); }
.support-card p { font-size: 15px; color: var(--subtext); line-height: 1.7; margin-bottom: 16px; }

/* ── LEGAL ── */
.legal-toc { background: var(--accentBg); border: 1px solid rgba(27,79,216,0.2); border-radius: var(--radius); padding: 14px 20px; font-size: 14px; color: var(--subtext); margin-bottom: 48px; }
.legal-toc a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-block { margin-bottom: 56px; padding-bottom: 56px; border-bottom: 1px solid var(--border); }
.legal-block:last-of-type { border-bottom: none; }
.legal-block h2 { font-family: var(--font-display); font-size: clamp(32px,4vw,46px); font-weight: 900; text-transform: uppercase; color: var(--text); margin-bottom: 4px; }
.legal-block h2::after { content:''; display:block; width:48px; height:3px; background:var(--accent); margin-top:10px; margin-bottom:28px; }
.legal-effective { font-size:12px; letter-spacing:0.12em; text-transform:uppercase; color:var(--mid); margin-bottom:28px; }
.legal-block h3 { font-family:var(--font-display); font-size:18px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:var(--accent); margin:28px 0 10px; }
.legal-block p { font-size:14px; color:var(--subtext); line-height:1.8; margin-bottom:12px; }
.legal-block a { color:var(--accent); text-decoration:underline; text-underline-offset:3px; }
.legal-list { list-style:none; margin:12px 0 16px; }
.legal-list li { font-size:14px; color:var(--subtext); line-height:1.7; padding:8px 0 8px 20px; border-bottom:1px solid var(--border); position:relative; }
.legal-list li::before { content:'—'; color:var(--accent); position:absolute; left:0; }
.legal-back { margin-top:40px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav { display: none; }
  .hamb { display: flex; align-items: center; justify-content: center; }
  .quote-grid { grid-template-columns: 1fr; gap: 40px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid .btn { grid-column: 1 / -1; width: 100%; }
  .split-grid { grid-template-columns: 1fr; gap: 36px; }
  .split-grid.reverse .split-img { order: 1; }
  .split-grid.reverse .split-copy { order: 2; }
  .how-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  .hero { height: 72vh; min-height: 480px; }
  .hero-inner { padding: 64px 20px 64px; align-self: center; }
  .hero-copy h1 { font-size: 52px; }
  .hero-stats { flex-direction: column; gap: 14px; }
  .hero-form-wrap { padding: 24px 16px; }
  .quick-grid { grid-template-columns: 1fr; gap: 12px; }
  .quick-grid .btn { width: 100%; height: 50px; font-size: 17px; }
  .quick-grid input, .quick-grid select { height: 48px; font-size: 15px; }
  .section { padding: 60px 16px; }
  .split-section { padding: 56px 16px; }
  .support-section { padding: 48px 16px; }
  .quote-section { padding: 56px 16px; }
  .quote-box { padding: 24px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 15px; padding: 13px 14px; }
  .form-submit .btn { height: 56px; font-size: 19px; }
  .foot-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .trust-inner { gap: 16px; }
  .svc-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
}


  .sticky-cta { height: 60px; display: flex; align-items: center; }
}


/* ── PICTURE ELEMENT IN HERO SLIDES ── */
.hero-slide picture { position: absolute; inset: 0; display: block; }
.hero-slide picture img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  animation: kenburns 20s ease-in-out infinite alternate;
}
.hero-slide:nth-child(2) picture img { animation-delay: -7s; }
.hero-slide:nth-child(3) picture img { animation-delay: -14s; }

/* ── SECTION DIVIDERS — clean 1px border, no SVG ── */
.section.bg-white + .section.bg-light,
.section.bg-light + .section.bg-white,
.split-section.bg-white + .split-section.bg-light,
.split-section.bg-light + .split-section.bg-white,
.section.bg-white + .split-section.bg-light,
.section.bg-light + .split-section.bg-white,
.split-section + .section.bg-white,
.split-section + .section.bg-light { border-top: 1px solid var(--border); }

/* ── MOBILE — footer padding so sticky doesn't obscure ── */
@media (max-width: 768px) {
  body { padding-bottom: 64px; }
  .sticky-cta { height: 60px; display: flex; align-items: center; }
}

/* ── BEFORE/AFTER SLIDER ── */
.ba-wrap { max-width: 820px; margin: 0 auto; }
.ba-container {
  position: relative; overflow: hidden; border-radius: 10px;
  aspect-ratio: 16/9; cursor: col-resize; user-select: none;
  box-shadow: 0 8px 40px rgba(43,127,191,0.2);
}
.ba-after, .ba-before { position: absolute; inset: 0; }
.ba-after img, .ba-before img { width:100%; height:100%; object-fit:cover; display:block; }
.ba-before { width: 50%; overflow: hidden; }
.ba-handle {
  position: absolute; top:0; bottom:0; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  z-index:10; pointer-events:none;
}
.ba-line { position:absolute; top:0; bottom:0; width:2px; background:#fff; box-shadow:0 0 8px rgba(0,0,0,0.3); }
.ba-btn {
  position:relative; z-index:2; width:44px; height:44px; border-radius:50%;
  background:var(--accent); display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 12px rgba(0,0,0,0.3);
}
.ba-label {
  position:absolute; bottom:16px;
  font-family:var(--font-display); font-size:14px; font-weight:700;
  letter-spacing:0.1em; text-transform:uppercase;
  color:#fff; background:rgba(0,0,0,0.45); padding:4px 12px; border-radius:2px;
}
.ba-label-before { left:16px; }
.ba-label-after  { right:16px; }
.ba-hint { text-align:center; font-size:13px; color:var(--mid); margin-top:12px; letter-spacing:0.05em; }

/* ── COLOR SWATCHES ── */
.swatches-grid {
  display:grid; grid-template-columns:repeat(auto-fill, minmax(140px,1fr)); gap:16px;
}
.swatch-card {
  border-radius:8px; overflow:hidden; border:1px solid var(--border);
  background:var(--white); box-shadow:var(--shadow);
  transition:transform 0.2s, box-shadow 0.2s;
}
.swatch-card:hover { transform:translateY(-3px); box-shadow:var(--shadow2); }
.swatch-chip { height:80px; position:relative; display:flex; align-items:flex-end; padding:6px 8px; }
.swatch-code { font-size:10px; font-weight:600; letter-spacing:0.05em; }
.swatch-info { padding:10px 12px; }
.swatch-name { font-size:13px; font-weight:600; color:var(--text); display:block; }

/* ── PREP TIPS ── */
.prep-grid {
  display:grid; grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
  gap:20px; margin-bottom:40px;
}
.prep-card {
  background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2);
  border-radius:8px; padding:32px 28px;
  transition:background 0.2s, border-color 0.2s;
}
.prep-card:hover { background:rgba(255,255,255,0.18); border-color:rgba(255,255,255,0.4); }
.prep-num {
  font-family:var(--font-display); font-size:52px; font-weight:900;
  color:rgba(255,255,255,0.2); line-height:1; margin-bottom:14px; transition:color 0.2s;
}
.prep-card:hover .prep-num { color:rgba(255,255,255,0.5); }
.prep-card h3 {
  font-family:var(--font-display); font-size:20px; font-weight:800;
  text-transform:uppercase; color:#fff; margin-bottom:10px; letter-spacing:0.03em;
}
.prep-card p { font-size:14px; color:rgba(255,255,255,0.78); line-height:1.7; }

/* ── SEASONAL EYEBROW ── */
#seasonal-msg {
  display:none; background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.3);
  color:#fff; font-family:var(--font-display); font-size:12px; font-weight:600;
  letter-spacing:0.14em; text-transform:uppercase; padding:5px 14px;
  border-radius:2px; margin-bottom:16px;
}

@media (max-width:600px) {
  .swatches-grid { grid-template-columns:repeat(auto-fill, minmax(120px,1fr)); gap:10px; }
  .prep-grid { grid-template-columns:1fr; }
  .ba-container { aspect-ratio:4/3; }
}
