/* ================================================================
   Harris Home Improvement — Mobile-First Stylesheet
   Breakpoints: 640px (tablet), 900px (desktop)
   Spec: all requirements from client brief
================================================================ */

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', sans-serif;
  color: #2B2B2B;
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { font-size: 16px; line-height: 1.7; }
li { font-size: 15px; line-height: 1.7; }

/* ── CSS VARIABLES ── */
:root {
  --navy: #1B2E6B;
  --navy-dark: #0F2A44;
  --navy-mid: #2F5D8C;
  --gold: #C8A94A;
  --gold-light: #e2c46a;
  --gold-pale: #fdf6e3;
  --green: #3FA36B;
  --white: #fff;
  --off-white: #f5f7ff;
  --light-gray: #e8ecf4;
  --text-dark: #2B2B2B;
  --text-mid: #4a5568;
  --text-light: #718096;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4,
.section-title, .nav-brand-name, .label-tag, .service-title,
.city-name, .process-title, .ba-caption-title, .reviewer-name,
.hhi-h2, .footer-name, .hhi-h2-white {
  font-family: 'Montserrat', 'Inter', sans-serif;
  line-height: 1.1;
}
h1 { font-size: clamp(32px, 6vw, 52px); font-weight: 900; }
h2, .section-title { font-size: clamp(26px, 4vw, 40px); font-weight: 800; }
h3 { font-size: clamp(17px, 2.5vw, 22px); font-weight: 700; }
h4 { font-size: 15px; font-weight: 700; }

/* ── LAYOUT ── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section { padding: 44px 0; }
.section-sm { padding: 32px 0; }
.ba-section { padding: 44px 0; }

/* ── SHARED LABELS ── */
.label-tag, .label, .hhi-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; display: block;
}
.section-title { color: var(--navy-dark); margin-bottom: 16px; letter-spacing: -0.02em; }
.section-title em, h1 em, h2 em, h2 span { color: var(--gold); font-style: normal; }
.section-title.white, .hhi-h2-white { color: #fff; }
.section-body { font-size: 16px; color: var(--text-mid); line-height: 1.7; }

/* ── BUTTONS ── */
.btn-gold, .hhi-btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--gold); color: var(--navy-dark);
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 15px; padding: 16px 28px;
  border-radius: 6px; text-decoration: none; border: none; cursor: pointer;
  min-height: 52px; width: 100%;
  transition: background .2s, transform .15s;
}
.btn-gold:hover, .hhi-btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }

.btn-ghost, .hhi-btn-white, .hhi-btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600; font-size: 15px; padding: 15px 26px;
  border-radius: 6px; text-decoration: none;
  border: 2px solid rgba(255,255,255,0.35);
  min-height: 52px; width: 100%;
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover, .hhi-btn-white:hover, .hhi-btn-outline:hover {
  border-color: var(--gold); color: var(--gold-light);
}

.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: var(--navy);
  font-weight: 700; font-size: 14px; padding: 12px 24px;
  border-radius: 6px; text-decoration: none;
  border: 2px solid var(--navy);
  min-height: 48px;
  transition: all .2s;
}
.btn-outline:hover { background: var(--navy); color: #fff; }

.hero-ctas { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }

/* ================================================================
   NAVIGATION — mobile-first hamburger
================================================================ */
.nav, .hhi-nav {
  background: var(--navy);
  height: 64px;
  padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 200;
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.nav-brand, .hhi-nav-brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
  min-height: 44px;
}
.nav-logo {
  height: 40px; width: 40px;
  object-fit: contain; background: #fff;
  border-radius: 5px; padding: 3px;
  flex-shrink: 0;
}
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand-name { font-size: 13px; font-weight: 800; color: #fff; letter-spacing: -0.01em; }
.nav-brand-tag { font-size: 9px; color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; margin-top: 2px; }

/* Desktop nav links — hidden on mobile */
.nav-links, .hhi-nav-links {
  display: none; list-style: none;
  gap: 24px; align-items: center;
}
.nav-links a, .hhi-nav-links a {
  color: rgba(255,255,255,0.75); text-decoration: none;
  font-size: 13px; font-weight: 500; transition: color .2s;
  display: flex; align-items: center; min-height: 44px; padding: 0;
}
.nav-links a:hover, .hhi-nav-links a:hover { color: var(--gold-light); }

/* Gold CTA button in nav — gold on ALL screen sizes */
.nav-cta, .hhi-nav-cta {
  background: var(--gold) !important; color: var(--navy-dark) !important;
  padding: 10px 18px !important; border-radius: 5px !important;
  font-weight: 700 !important; font-size: 13px !important;
  min-height: 44px !important; display: flex !important; align-items: center !important;
}
.nav-cta:hover, .hhi-nav-cta:hover { background: var(--gold-light) !important; }

/* Right side: phone + hamburger */
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-phone {
  color: var(--gold); font-size: 12px; font-weight: 700;
  text-decoration: none; letter-spacing: 0.02em;
  display: flex; align-items: center; min-height: 44px;
  white-space: nowrap;
}

/* Hamburger button */
.nav-hamburger {
  background: none; border: 2px solid rgba(255,255,255,0.25); cursor: pointer;
  padding: 8px; margin: 0; border-radius: 5px;
  display: flex; flex-direction: column; gap: 5px;
  min-width: 44px; min-height: 44px;
  align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: #fff; border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.nav-hamburger.open { border-color: var(--gold); }
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

@media (max-width: 420px) {
  .nav, .hhi-nav { padding: 0 14px; }
  .nav-phone { display: none; }
}

/* Mobile menu overlay — full screen slide-down */
.nav-mobile-overlay {
  display: none;
  position: fixed; inset: 64px 0 0 0;
  background: rgba(11, 22, 55, 0.98);
  z-index: 199; overflow-y: auto;
  flex-direction: column;
}
.nav-mobile-overlay.open { display: flex; }
.nav-mobile-menu {
  padding: 24px 24px 40px;
  display: flex; flex-direction: column;
}
.nav-mobile-menu a {
  color: #fff; text-decoration: none; font-size: 18px; font-weight: 600;
  padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; min-height: 60px;
  transition: color .2s, padding-left .2s;
}
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu a:hover, .nav-mobile-menu a:active { color: var(--gold); padding-left: 6px; }
.nav-mobile-cta {
  margin-top: 24px !important;
  background: var(--gold) !important; color: var(--navy-dark) !important;
  font-weight: 800 !important; font-size: 17px !important;
  border-radius: 8px !important; padding: 20px 24px !important;
  text-align: center; justify-content: center !important;
  min-height: 60px !important; border: none !important;
  padding-left: 0 !important; /* override hover indent */
  border-bottom: none !important;
}
.nav-mobile-cta:hover { background: var(--gold-light) !important; padding-left: 0 !important; }

/* ================================================================
   HERO
================================================================ */
.hero {
  background: var(--navy);
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('hero-house.jpg');
  background-size: cover; background-position: center top;
  opacity: 0.12; z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,42,68,0.97) 0%, rgba(47,93,140,0.85) 55%, rgba(15,42,68,0.72) 100%);
  z-index: 1;
}
.hhi-hero-bg {
  position: absolute; inset: 0;
  background: url('hero-house.jpg') center/cover no-repeat;
  opacity: 0.10; z-index: 0;
}
.hero-shine {
  position: absolute; top: -200px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,169,74,0.12) 0%, transparent 70%);
  z-index: 1; pointer-events: none;
}

/* Hero inner — mobile: single column, text first then image */
.hero-inner {
  position: relative; z-index: 3;
  padding: 48px 20px 40px;
  display: flex; flex-direction: column; gap: 32px;
}
.hero-badge, .hhi-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,169,74,0.15); border: 1px solid rgba(200,169,74,0.35);
  color: var(--gold-light); font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 50px; margin-bottom: 18px;
  max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hhi-hero-badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0; animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.5} }
.hero-badge::before { content: '★'; font-size: 10px; flex-shrink: 0; }

.hero h1, .hero-h1 {
  font-size: clamp(32px, 7vw, 52px); font-weight: 900; color: #fff;
  line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 16px;
}
.hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.7;
  margin-bottom: 24px;
}

/* Hero image — VISIBLE on mobile, full width, 380px */
.hero-visual {
  display: block; width: 100%;
}
.hero-img-main {
  width: 100%; height: 380px;
  border-radius: 10px; overflow: hidden;
  position: relative;
  border: 1px solid rgba(200,169,74,0.2);
}
.hero-img-main img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero-badge-float {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(15,42,68,0.92); backdrop-filter: blur(8px);
  border: 1px solid rgba(200,169,74,0.3);
  padding: 10px 14px; border-radius: 8px;
  display: flex; align-items: center; gap: 10px;
}
.hero-badge-float-icon {
  width: 32px; height: 32px; background: var(--gold);
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-badge-float-title { font-size: 12px; font-weight: 700; color: #fff; }
.hero-badge-float-sub { font-size: 10px; color: rgba(255,255,255,0.55); margin-top: 2px; }

/* Hero stats — 2x2 grid on mobile */
.hero-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: 8px;
}
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-num { font-size: 26px; font-weight: 800; color: var(--gold); line-height: 1; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.08em; }

/* Homepage hero stats grid */
.hhi-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; overflow: hidden; margin-top: 20px;
}
.hhi-stat-box {
  padding: 18px 16px; border: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hhi-stat-num { font-size: 26px; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 4px; }
.hhi-stat-label { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }

/* ================================================================
   TRUST BAR
================================================================ */
.trust-bar, .hhi-trust {
  background: var(--green);
  padding: 14px 20px;
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: 12px 24px;
}
.trust-item, .hhi-trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #fff;
  min-height: 32px;
}
.trust-icon, .hhi-trust-icon {
  width: 14px; height: 14px; flex-shrink: 0; fill: #fff;
}

/* ================================================================
   SECTION BACKGROUNDS
================================================================ */
.bg-off { background: var(--off-white); }
.bg-navy { background: var(--navy); }
.bg-navy-dark, .ba-section { background: var(--navy-dark); }
.reviews-section { background: var(--navy-dark); }
.process-section { background: var(--off-white); }
.cities-section { background: var(--navy); }
.contact-section { background: var(--off-white); }

/* ================================================================
   SERVICE CARDS
   Mobile: single column
   Desktop: 2-column grid (spec: "2x2 grid")
================================================================ */
.services-grid, .hhi-services-grid, .grid-3 {
  display: flex; flex-direction: column; gap: 16px;
  margin-top: 36px;
}
.service-card, .hhi-service-card, .card {
  background: #fff;
  border: 1px solid var(--light-gray);
  border-radius: 10px; padding: 24px;
  transition: transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--green); transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(47,93,140,0.12); border-color: var(--gold); }
.service-card:hover::before { transform: scaleX(1); }

/* Card images — 220px tall */
.card-img, .hhi-service-img {
  display: block; width: calc(100% + 48px); /* bleed to edges */
  margin: -24px -24px 20px;
  height: 220px; object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.service-icon, .hhi-service-icon-wrap {
  width: 48px; height: 48px;
  background: var(--off-white);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; flex-shrink: 0;
}
.service-title { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.service-body, .hhi-service-body { font-size: 14px; color: var(--text-mid); line-height: 1.7; flex: 1; }

/* Learn more link — gold bold, at bottom of every card */
.service-link, .hhi-service-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700; color: var(--gold);
  text-decoration: none; margin-top: 16px; min-height: 44px;
  align-self: flex-start;
  letter-spacing: 0.01em;
  transition: gap .2s, color .2s;
}
.service-link:hover, .hhi-service-link:hover { gap: 10px; color: var(--gold-light); }

/* ================================================================
   BEFORE / AFTER SLIDERS
================================================================ */
.ba-grid { display: flex; flex-direction: column; gap: 24px; margin-top: 32px; }
.ba-card { border-radius: 10px; overflow: hidden; background: #0d1a3a; }
.ba-slider {
  position: relative; overflow: hidden;
  cursor: ew-resize; user-select: none; -webkit-user-select: none;
  aspect-ratio: 4/3; touch-action: none;
}
.ba-after, .ba-before {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.ba-before { z-index: 1; }
.ba-after { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba-divider {
  position: absolute; top: 0; bottom: 0; z-index: 3;
  width: 3px; background: #fff;
  left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; justify-content: center;
}
/* Handle: minimum 48px for touch (exceeds 44px requirement) */
.ba-handle {
  width: 48px; height: 48px;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.4);
  position: absolute; top: 50%; transform: translateY(-50%);
  touch-action: none; cursor: ew-resize;
}
/* Before/After labels — clearly visible */
.ba-label {
  position: absolute; bottom: 14px; z-index: 4;
  background: rgba(0,0,0,0.78); color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 4px;
}
.ba-label-before { left: 14px; }
.ba-label-after { right: 14px; }
.ba-caption { padding: 16px 20px; }
.ba-caption-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.ba-caption-loc { font-size: 11px; color: var(--gold); letter-spacing: 0.08em; text-transform: uppercase; }

/* ================================================================
   ABOUT / WHY US
   Mobile: single column, Greg photo first then text
================================================================ */
.whyus-grid, .hhi-about-grid, .grid-2 {
  display: flex; flex-direction: column; gap: 32px;
}

/* Greg photo: full width, 360px tall, object-position top */
.whyus-img, .hhi-about-img-wrap {
  border-radius: 10px; overflow: hidden; position: relative;
  width: 100%;
}
.whyus-img img, .hhi-about-img {
  width: 100%; height: 360px;
  object-fit: cover; object-position: center top;
  display: block;
}
.whyus-badge, .hhi-about-badge {
  position: absolute; bottom: -16px; right: 16px;
  background: var(--gold); padding: 18px 22px;
  border-radius: 8px; text-align: center;
  box-shadow: 0 8px 28px rgba(200,169,74,0.35);
}
.whyus-badge-num, .hhi-about-badge-num {
  font-size: 30px; font-weight: 900; color: var(--navy-dark); line-height: 1;
}
.whyus-badge-label, .hhi-about-badge-text {
  font-size: 10px; font-weight: 700; color: var(--navy-dark);
  text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px;
}

/* Checklist */
.check-list, .hhi-values {
  list-style: none; display: flex; flex-direction: column; gap: 16px; margin: 20px 0;
}
.check-list li { display: flex; align-items: flex-start; gap: 14px; min-height: 44px; }
.check-list li span:first-child, .check-mark {
  width: 24px; height: 24px; min-width: 24px; background: var(--green);
  border-radius: 50%; flex-shrink: 0; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
}
.check-list li p { font-size: 15px; color: var(--text-mid); line-height: 1.6; }
.check-list li strong { display: block; font-weight: 700; color: var(--navy); margin-bottom: 2px; }

/* Quote block — gold left border, light background */
.hhi-about-quote, blockquote {
  border-left: 4px solid var(--gold);
  background: var(--gold-pale);
  padding: 18px 20px; border-radius: 0 8px 8px 0;
  font-style: italic; font-size: 15px; color: var(--text-dark);
  margin: 20px 0; line-height: 1.7;
}

/* Value items */
.hhi-value-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  min-height: 44px;
}
.hhi-value-item:last-child { border-bottom: none; }

/* ================================================================
   PROCESS STEPS
   Mobile: 2x2 grid
   Desktop: 4 columns
================================================================ */
.process-steps, .hhi-process-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px; margin-top: 36px;
}
.process-step, .hhi-process-step { text-align: center; position: relative; }

/* Step circles: 64px */
.process-num, .hhi-step-num {
  width: 64px; height: 64px;
  background: var(--navy-mid);
  border-radius: 50%; font-size: 22px; font-weight: 800; color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; position: relative; z-index: 1;
}
.process-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.process-body { font-size: 13px; color: var(--text-mid); line-height: 1.7; }
.process-step::after { display: none; } /* connectors only on desktop */

/* ================================================================
   SERVICE AREAS / CITIES
   Mobile: single column
   Desktop: 3 columns
================================================================ */
.cities-grid, .hhi-areas-grid {
  display: flex; flex-direction: column; gap: 14px; margin-top: 32px;
}
.cities-intro { max-width: 640px; margin-bottom: 36px; }

/* County cards — gold top border 3px */
.city-card, .hhi-area-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 3px solid var(--gold);
  border-radius: 10px; padding: 22px 20px;
  transition: background .2s, transform .2s;
}
.city-card:hover, .hhi-area-card:hover {
  background: rgba(63,163,107,0.12);
  border-top-color: var(--green);
  transform: translateY(-3px);
}
.city-name, .hhi-area-name { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.city-county, .hhi-area-county {
  font-size: 11px; color: var(--gold); letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 600; margin-bottom: 10px;
}
.city-services, .hhi-area-cities { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; }
.city-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: var(--gold);
  text-decoration: none; margin-top: 12px; min-height: 44px;
  letter-spacing: 0.04em; text-transform: uppercase;
}

/* ================================================================
   TESTIMONIALS / REVIEWS
   Mobile: single column
================================================================ */
.reviews-grid, .review-grid, .hhi-testimonials-grid {
  display: flex; flex-direction: column; gap: 16px; margin-top: 36px;
}
.review-card, .hhi-testimonial-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 24px;
}
.stars, .hhi-stars { display: flex; gap: 3px; margin-bottom: 12px; }
.star, .hhi-star {
  width: 14px; height: 14px; background: var(--gold); flex-shrink: 0;
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.review-text, .hhi-testimonial-card > p {
  font-size: 14px; color: rgba(255,255,255,0.82); line-height: 1.75;
  font-style: italic; margin-bottom: 16px;
}
.reviewer-name, .hhi-reviewer-name { font-size: 14px; font-weight: 700; color: #fff; }
.reviewer-city, .hhi-reviewer-city { font-size: 12px; color: var(--gold); margin-top: 3px; }
.reviewer { font-size: 13px; font-weight: 700; color: #fff; }

/* ================================================================
   FAQ
================================================================ */
.faq { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.faq-item {
  background: #fff; border: 1px solid var(--light-gray);
  border-radius: 8px; padding: 18px 20px;
}
.faq-q { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.faq-a { font-size: 14px; color: var(--text-mid); line-height: 1.75; }

/* ================================================================
   CONTACT / FORM
   All fields full width, 48px inputs, submit 54px
================================================================ */
.contact-grid, .hhi-contact-grid { display: flex; flex-direction: column; gap: 36px; }
.contact-info-item, .hhi-contact-item {
  display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px;
}
.contact-icon, .hhi-contact-icon-wrap {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--navy-mid);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-title, .hhi-contact-label {
  font-size: 11px; font-weight: 700; color: var(--navy);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px;
}
/* Phone/email — minimum 18px, tap-friendly */
.contact-info-val a, .hhi-contact-value a {
  color: var(--navy); font-weight: 700; text-decoration: none;
  font-size: 18px; display: flex; align-items: center; min-height: 48px;
}
.contact-info-val a:hover, .hhi-contact-value a:hover { color: var(--navy-mid); }
.contact-info-val, .hhi-contact-value { font-size: 16px; color: var(--text-mid); }

.form-wrap, .contact-wrap, .hhi-form-wrap {
  background: #fff; border: 1px solid var(--light-gray);
  border-radius: 10px; padding: 24px 20px;
}
.form-row, .hhi-form-row { display: flex; flex-direction: column; gap: 14px; }
.form-group, .hhi-form-group { margin-bottom: 14px; }
.form-label, .hhi-form-label {
  display: block; font-size: 11px; font-weight: 700;
  color: var(--navy); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px;
}
.form-input, .form-select, .form-textarea,
.hhi-form-input, .hhi-form-select, .hhi-form-textarea {
  width: 100%; padding: 13px 14px;
  font-family: 'Inter', sans-serif; font-size: 16px; /* 16px prevents iOS auto-zoom */
  color: #2B2B2B; background: var(--off-white);
  border: 1.5px solid var(--light-gray);
  border-radius: 6px; outline: none;
  transition: border-color .2s, background .2s;
  min-height: 48px; -webkit-appearance: none; appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus,
.hhi-form-input:focus, .hhi-form-select:focus, .hhi-form-textarea:focus {
  border-color: var(--navy); background: #fff;
}
.form-textarea, .hhi-form-textarea {
  height: 120px; resize: vertical; min-height: 100px;
}
/* Submit button: full width, 54px, navy bg, gold on hover */
.form-submit, .hhi-form-submit {
  width: 100%; background: var(--navy); color: #fff;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; padding: 18px;
  border: none; border-radius: 6px; cursor: pointer;
  transition: background .2s, color .2s; min-height: 54px;
}
.form-submit:hover, .hhi-form-submit:hover {
  background: var(--gold); color: var(--navy-dark);
}

/* ================================================================
   AREA STRIP (SEO)
================================================================ */
.area-strip { background: var(--navy); padding: 28px 20px; text-align: center; }
.area-strip h3 { font-size: 13px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 10px; }
.area-strip p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.9; max-width: 900px; margin: 0 auto; }

/* ================================================================
   GALLERY (Homepage)
================================================================ */
.hhi-gallery { padding: 44px 0; }
.hhi-gallery-grid { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.hhi-gallery-item { border-radius: 8px; overflow: hidden; position: relative; }
.hhi-gallery-img { width: 100%; height: 240px; object-fit: cover; display: block; }
.hhi-gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(15,42,68,0.88));
  padding: 24px 14px 14px; color: #fff;
  font-size: 13px; font-weight: 600;
}

/* ================================================================
   SOCIAL PROOF (Homepage)
================================================================ */
.hhi-social-proof { padding: 44px 0; }
.hhi-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.hhi-proof-item { text-align: center; padding: 20px 12px; }
.hhi-proof-icon-wrap {
  width: 56px; height: 56px; background: var(--off-white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.hhi-proof-num { font-size: 28px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.hhi-proof-desc { font-size: 13px; color: var(--text-mid); }

/* ================================================================
   VIDEO SECTION
================================================================ */
.video-section { padding: 44px 20px; }
.video-wrap {
  max-width: 800px; margin: 0 auto;
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.2);
}
.video-wrap video { width: 100%; height: auto; display: block; }

/* ================================================================
   FOOTER
   Mobile: single column stack
================================================================ */
footer, .hhi-footer {
  background: var(--navy-dark); padding: 44px 20px 0;
}
.footer-grid, .hhi-footer-grid {
  display: flex; flex-direction: column; gap: 28px;
  max-width: 1180px; margin: 0 auto;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
/* Logo + tagline at top */
.footer-brand, .hhi-footer-brand {
  display: flex; align-items: center; gap: 12px; margin-bottom: 10px;
}
.footer-logo { height: 40px; width: 40px; object-fit: contain; background: #fff; border-radius: 5px; padding: 3px; }
.footer-name { font-size: 14px; font-weight: 800; color: #fff; }
.footer-tagline, .footer-tag, .hhi-footer-brand-tag {
  font-size: 9px; color: var(--gold); letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600; display: block; margin-top: 2px;
}
.footer-desc, .hhi-footer-desc { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.8; }

/* Links in two columns on mobile */
.footer-links-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.footer-col, .hhi-footer-col { }
.footer-col h4, .hhi-footer-col h4 {
  font-size: 11px; font-weight: 700; color: var(--gold);
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px;
}
.footer-col ul, .hhi-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.footer-col ul a, .hhi-footer-col ul a {
  font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none;
  transition: color .2s; min-height: 36px; display: flex; align-items: center;
}
.footer-col ul a:hover, .hhi-footer-col ul a:hover { color: var(--gold-light); }

/* Address + phone at bottom, phone large enough to tap */
.footer-contact { margin-top: 4px; }
.footer-contact a {
  font-size: 18px; color: rgba(255,255,255,0.85); text-decoration: none;
  display: flex; align-items: center; min-height: 48px; gap: 8px;
  font-weight: 700;
}
.footer-contact a:hover { color: var(--gold-light); }
.hhi-footer-contact { margin-top: 8px; }
.hhi-footer-contact a {
  color: rgba(255,255,255,0.75); text-decoration: none; font-size: 18px;
  font-weight: 700; display: flex; align-items: center; min-height: 48px; gap: 8px;
}
.hhi-footer-contact a:hover { color: var(--gold-light); }

.footer-bottom, .hhi-footer-bottom {
  background: var(--green); padding: 14px 20px;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 10px; font-size: 12px; color: #fff; font-weight: 600; text-align: center;
}

/* ================================================================
   FLOATING CALL BUTTON
   Mobile: min 200px wide, phone number visible, gold/navy
================================================================ */
.float-cta, .hhi-float {
  position: fixed; bottom: 20px; right: 16px;
  background: var(--gold); color: var(--navy-dark);
  font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.05em;
  padding: 14px 20px;
  border-radius: 50px; text-decoration: none; z-index: 99;
  box-shadow: 0 4px 24px rgba(200,169,74,0.5);
  display: flex; align-items: center; gap: 8px;
  min-width: 200px; justify-content: center;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.float-cta:hover, .hhi-float:hover {
  transform: translateY(-2px); box-shadow: 0 8px 32px rgba(200,169,74,0.65);
  background: var(--gold-light);
}
.hhi-float-phone { font-size: 13px; font-weight: 700; }

/* ================================================================
   HOMEPAGE-SPECIFIC: hhi-hero-section / hhi-hero-inner
================================================================ */
.hhi-hero-section {
  background: #1B2E6B;
  padding: 48px 20px 40px;
  position: relative; overflow: hidden;
}
.hhi-hero-inner {
  max-width: 1140px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 32px;
  position: relative; z-index: 1;
}
.hhi-hero-img-wrap {
  border-radius: 8px; overflow: hidden; position: relative;
}
.hhi-hero-img-wrap img {
  width: 100%; height: 380px; /* spec: 380px on mobile */
  object-fit: cover; display: block;
}

/* ================================================================
   CITY STRIP
================================================================ */
.hhi-city-strip { background: var(--navy); padding: 24px 20px; text-align: center; }
.hhi-city-strip-label { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 2; }

/* ================================================================
   MISC UTILITIES
================================================================ */
.text-center { text-align: center; }
.damage-patch { position: absolute; background: rgba(139,90,30,0.8); border-radius: 4px; }

/* ================================================================
   RESPONSIVE — TABLET (640px+)
================================================================ */
@media (min-width: 640px) {
  /* Buttons go inline on tablet+ */
  .hero-ctas { flex-direction: row; flex-wrap: wrap; }
  .btn-gold, .hhi-btn-gold,
  .btn-ghost, .hhi-btn-white, .hhi-btn-outline { width: auto; }

  /* Form rows go horizontal */
  .form-row, .hhi-form-row { flex-direction: row; }

  /* Services: 2-col on tablet */
  .services-grid, .hhi-services-grid, .grid-3 {
    display: grid; grid-template-columns: 1fr 1fr;
  }

  /* Cities/areas: 2-col on tablet */
  .cities-grid, .hhi-areas-grid { display: grid; grid-template-columns: 1fr 1fr; }

  /* Reviews: 2-col on tablet */
  .reviews-grid, .review-grid, .hhi-testimonials-grid {
    display: grid; grid-template-columns: 1fr 1fr;
  }

  /* Gallery */
  .hhi-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; }

  /* Proof */
  .hhi-proof-grid { grid-template-columns: repeat(4, 1fr); }

  /* BA grid: 2-col on tablet */
  .ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
}

/* ================================================================
   RESPONSIVE — DESKTOP (900px+)
================================================================ */
@media (min-width: 900px) {

  /* NAV */
  .nav, .hhi-nav { height: 70px; padding: 0 32px; }
  .nav-logo { height: 48px; width: 48px; }
  .nav-brand-name { font-size: 15px; }
  .nav-brand-tag { font-size: 10px; }
  .nav-links, .hhi-nav-links { display: flex; }
  .nav-hamburger { display: none; }
  .nav-phone { display: none; } /* phone shown in nav links on desktop */

  /* Layout */
  .container { padding: 0 32px; }
  .section { padding: 60px 0; }
  .section-sm { padding: 44px 0; }
  .ba-section { padding: 60px 0; }

  /* HERO: two-column on desktop */
  .hero-inner {
    flex-direction: row; align-items: center;
    gap: 60px; padding: 80px 32px;
    max-width: 1180px; margin: 0 auto;
  }
  .hero-inner > div:first-child { flex: 1; min-width: 0; }
  .hero-visual { flex: 1; min-width: 0; }
  .hero-img-main { height: auto; aspect-ratio: 4/3; }
  .hero-ctas { flex-direction: row; }
  .btn-gold, .hhi-btn-gold,
  .btn-ghost, .hhi-btn-white { width: auto; }
  .hero-stats { display: flex; flex-direction: row; gap: 24px; }

  /* SERVICES: 2-col on desktop (spec: "2x2 grid") */
  .services-grid, .hhi-services-grid, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  /* GRID-2: two-col layout for about/whyus */
  .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

  /* ABOUT: side by side */
  .whyus-grid, .hhi-about-grid { flex-direction: row; gap: 80px; align-items: center; }
  .whyus-img, .hhi-about-img-wrap { flex: 1; min-width: 0; }
  .whyus-img img, .hhi-about-img { height: auto; aspect-ratio: 4/5; }

  /* PROCESS: 4 columns */
  .process-steps, .hhi-process-grid {
    grid-template-columns: repeat(4, 1fr); gap: 32px;
  }
  .process-step:not(:last-child)::after {
    display: block;
    content: ''; position: absolute;
    top: 32px; left: 60%; right: -10%;
    height: 2px; background: var(--light-gray);
  }

  /* CITIES: 3 columns */
  .cities-grid, .hhi-areas-grid { grid-template-columns: repeat(3, 1fr); }

  /* REVIEWS: 3 columns */
  .reviews-grid, .review-grid, .hhi-testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* BA: 2-col on desktop */
  .ba-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* CONTACT: side by side */
  .contact-grid, .hhi-contact-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
  }
  .form-wrap, .contact-wrap, .hhi-form-wrap { padding: 40px; }

  /* FOOTER: horizontal */
  .footer-grid, .hhi-footer-grid { flex-direction: row; gap: 40px; }
  .footer-links-wrap { grid-template-columns: repeat(3, 1fr); }

  /* GALLERY */
  .hhi-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .hhi-gallery-featured { grid-column: span 2; }

  /* Float CTA: can be narrower on desktop */
  .float-cta, .hhi-float { right: 24px; bottom: 24px; }

  /* Homepage hero */
  .hhi-hero-section { padding: 80px 32px; }
  .hhi-hero-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
  }
  .hhi-hero-img-wrap img { height: 340px; }
}

/* ================================================================
   LARGE DESKTOP (1180px+)
================================================================ */
@media (min-width: 1180px) {
  /* Services can go 3-col if there are 6 cards */
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  /* Cities can go 4-col */
  .cities-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ================================================================
   GLOBAL FONT CONSISTENCY — Inter throughout
================================================================ */
* { font-family: 'Inter', sans-serif; box-sizing: border-box; }
h1, h2, h3, h4 { font-family: 'Inter', sans-serif; }

/* ================================================================
   ISSUE 5 — SERVICE CARDS (homepage .hhi-service-card)
================================================================ */
.hhi-service-card {
  border: 1px solid #e8ecf4;
  border-top: 4px solid #1B2E6B;
  border-radius: 8px;
}
.hhi-service-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1B2E6B;
  margin-bottom: 10px;
}
.hhi-service-body p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.75;
}
.hhi-service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0 0 20px;
}
.hhi-service-link {
  font-size: 13px;
  font-weight: 700;
  color: #C8A94A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ================================================================
   ISSUE 6 — SERVICE AREAS header flex alignment
================================================================ */
.hhi-area-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.hhi-area-name {
  font-size: 22px;
  font-weight: 800;
  color: #1B2E6B;
}
.hhi-area-county {
  font-size: 12px;
  color: #C8A94A;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hhi-area-cities {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.8;
  list-style: none;
}
/* Dark section, white cards with dark text (header stays white-on-navy) */
.hhi-areas { background: var(--navy-dark); padding: 60px 20px; }
.hhi-area-card {
  background: #fff;
  border: 1px solid #e8ecf4;
  border-top: 3px solid #C8A94A;
}
.hhi-area-card:hover {
  background: #fff;
  border-top-color: #1B2E6B;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* ================================================================
   ISSUE 7 — ABOUT SECTION
================================================================ */
.hhi-about {
  background: #f5f7ff;
  padding: 60px 20px;
}
.hhi-about .hhi-h2 {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #1B2E6B;
}
.hhi-about .hhi-h2 span {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #C8A94A;
  display: block;
}
.hhi-about-quote {
  border-left: 4px solid #C8A94A;
  background: #fdf6e3;
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}
.hhi-about-quote p {
  font-size: 16px;
  font-style: italic;
  color: #1B2E6B;
  line-height: 1.7;
  margin-bottom: 8px;
}
.hhi-about-quote cite {
  font-size: 13px;
  font-weight: 700;
  color: #C8A94A;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
}
.hhi-value-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e8ecf4;
  min-height: 44px;
}
.hhi-value-text strong {
  color: #1B2E6B;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.hhi-value-text span {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
}

/* ================================================================
   ISSUE 8 — PROCESS STEPS: force 4-col on desktop
================================================================ */
.hhi-step-num {
  width: 72px;
  height: 72px;
  background: #1B2E6B;
  border: 3px solid #C8A94A;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  color: #e2c46a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.hhi-process-step h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1B2E6B;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.hhi-process-step p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.65;
}
@media (min-width: 900px) {
  .hhi-process-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
