/* ==========================================================================
   Reviva Cleaning & Restoration — Shared Stylesheet
   Houston, TX · https://www.revivarestoration.com
   ========================================================================== */

:root {
  --black:   #000000;
  --dark:    #0D0D0D;
  --mid:     #1A1A1A;
  --steel:   #444444;
  --ash:     #F2F1EE;
  --gold:    #C7A36A;
  --gold-lt: #D4B882;
  --white:   #FFFFFF;
  --font-head: 'Bebas Neue', 'Montserrat', sans-serif;
  --font-body: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--ash); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { list-style: none; }

.gold { color: var(--gold); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.section-label { font-size: 10px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--steel); margin-bottom: 2rem; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--black); padding: 0.75rem 1.25rem; z-index: 1000; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
.skip-link:focus { left: 1rem; top: 1rem; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 2.5rem; background: rgba(0,0,0,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(199,163,106,0.15); }
.nav-logo { font-family: var(--font-head); font-size: 1.6rem; letter-spacing: 0.12em; color: var(--white); }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 1.75rem; list-style: none; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links a { color: var(--ash); opacity: 0.7; transition: opacity 0.2s; }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--gold); }
.nav-cta { display: flex; gap: 1rem; align-items: center; }
.btn-ghost { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash); opacity: 0.7; transition: opacity 0.2s; }
.btn-ghost:hover { opacity: 1; }
.btn-primary { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; background: var(--gold); color: var(--black); padding: 0.65rem 1.4rem; transition: background 0.2s; border: none; cursor: pointer; font-family: var(--font-body); }
.btn-primary:hover { background: var(--gold-lt); }
.btn-outline { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid var(--gold); color: var(--gold); padding: 0.65rem 1.4rem; transition: all 0.2s; }
.btn-outline:hover { background: var(--gold); color: var(--black); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { width: 22px; height: 2px; background: var(--gold); display: block; }

/* HERO (homepage) */
#hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 2.5rem 5rem; position: relative; overflow: hidden; background: var(--black); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 40%, rgba(199,163,106,0.07) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(199,163,106,0.04) 0%, transparent 50%); }
.hero-ticker { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); font-family: var(--font-head); font-size: clamp(100px, 18vw, 220px); letter-spacing: 0.04em; color: rgba(199,163,106,0.04); white-space: nowrap; user-select: none; pointer-events: none; animation: bgscroll 20s linear infinite; }
@keyframes bgscroll { from { transform: translateY(-50%) translateX(0); } to { transform: translateY(-50%) translateX(-33.33%); } }
.hero-stamp { position: absolute; top: 7rem; right: 2.5rem; font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); opacity: 0.6; writing-mode: vertical-rl; }
.hero-content { position: relative; z-index: 2; max-width: 820px; }
.hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
h1.hero-title { font-family: var(--font-head); font-size: clamp(52px, 9vw, 110px); line-height: 0.95; letter-spacing: 0.02em; color: var(--white); margin-bottom: 2rem; }
h1.hero-title em { font-style: normal; color: var(--gold); }
.hero-sub { font-size: 15px; font-weight: 400; color: rgba(242,241,238,0.65); max-width: 480px; line-height: 1.75; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-proof { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(199,163,106,0.2); display: flex; gap: 3rem; flex-wrap: wrap; }
.proof-item { display: flex; flex-direction: column; gap: 0.2rem; }
.proof-num { font-family: var(--font-head); font-size: 2rem; letter-spacing: 0.05em; color: var(--gold); line-height: 1; }
.proof-label { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,241,238,0.5); }

/* INNER PAGE HERO (subpages) */
#page-hero { padding: 9rem 2.5rem 4rem; background: var(--black); position: relative; overflow: hidden; border-bottom: 1px solid rgba(199,163,106,0.12); }
#page-hero .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 0%, rgba(199,163,106,0.08) 0%, transparent 55%); }
.breadcrumb { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(242,241,238,0.4); margin-bottom: 1.75rem; }
.breadcrumb a { color: rgba(242,241,238,0.55); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(199,163,106,0.4); }
.breadcrumb .current { color: var(--gold); }
.page-hero-content { position: relative; z-index: 2; max-width: 880px; }
h1.page-title { font-family: var(--font-head); font-size: clamp(40px, 7vw, 78px); line-height: 1.0; letter-spacing: 0.02em; color: var(--white); margin-bottom: 1.5rem; }
h1.page-title em { font-style: normal; color: var(--gold); }
.page-sub { font-size: 15px; color: rgba(242,241,238,0.65); max-width: 640px; line-height: 1.8; margin-bottom: 2rem; }
.page-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.page-hero-facts { margin-top: 3rem; padding-top: 1.75rem; border-top: 1px solid rgba(199,163,106,0.15); display: flex; gap: 2.5rem; flex-wrap: wrap; }

/* TICKER BAR */
.ticker-bar { background: var(--gold); overflow: hidden; padding: 0.75rem 0; }
.ticker-inner { display: flex; gap: 3rem; white-space: nowrap; animation: tickscroll 30s linear infinite; }
@keyframes tickscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); flex-shrink: 0; }
.ticker-dot { color: rgba(0,0,0,0.3); }

/* SECTIONS */
section { padding: 6rem 2.5rem; }
.inner { max-width: 1100px; margin: 0 auto; }
.inner-narrow { max-width: 820px; margin: 0 auto; }
.section-header { margin-bottom: 4rem; }
.section-title { font-family: var(--font-head); font-size: clamp(36px, 5vw, 60px); letter-spacing: 0.03em; color: var(--white); line-height: 1.05; margin-top: 0.75rem; }
.section-title em { font-style: normal; color: var(--gold); }

/* PROSE / LONG-FORM CONTENT (service, location, blog pages) */
.prose { max-width: 780px; }
.prose h2 { font-family: var(--font-head); font-size: clamp(30px, 4vw, 44px); letter-spacing: 0.03em; color: var(--white); line-height: 1.1; margin: 3rem 0 1.25rem; }
.prose h2:first-child { margin-top: 0; }
.prose h2 em { font-style: normal; color: var(--gold); }
.prose h3 { font-family: var(--font-head); font-size: 1.55rem; letter-spacing: 0.04em; color: var(--gold-lt); margin: 2.25rem 0 1rem; }
.prose p { font-size: 15px; color: rgba(242,241,238,0.68); line-height: 1.85; margin-bottom: 1.25rem; }
.prose p a, .prose li a { color: var(--gold); border-bottom: 1px solid rgba(199,163,106,0.35); transition: color 0.2s, border-color 0.2s; }
.prose p a:hover, .prose li a:hover { color: var(--gold-lt); border-color: var(--gold-lt); }
.prose ul, .prose ol { margin: 0 0 1.5rem; }
.prose ul li, .prose ol li { list-style: none; font-size: 14px; color: rgba(242,241,238,0.65); line-height: 1.75; padding-left: 1.5rem; position: relative; margin-bottom: 0.6rem; }
.prose ul li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.prose ol { counter-reset: prose-ol; }
.prose ol li { counter-increment: prose-ol; }
.prose ol li::before { content: counter(prose-ol) "."; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.prose strong { color: var(--ash); font-weight: 700; }
.prose blockquote { border-left: 2px solid var(--gold); padding: 0.5rem 0 0.5rem 1.5rem; margin: 2rem 0; font-style: italic; color: rgba(242,241,238,0.6); font-size: 15px; }

.content-layout { display: grid; grid-template-columns: 1fr 340px; gap: 4rem; align-items: start; }
.sidebar { position: sticky; top: 6.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card { background: var(--dark); border: 1px solid rgba(199,163,106,0.15); padding: 2rem; }
.sidebar-card h4 { font-family: var(--font-head); font-size: 1.3rem; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.75rem; }
.sidebar-card p { font-size: 13px; color: rgba(242,241,238,0.55); line-height: 1.7; margin-bottom: 1.25rem; }
.sidebar-list { display: flex; flex-direction: column; gap: 0; }
.sidebar-list li { border-bottom: 1px solid rgba(199,163,106,0.1); padding: 0; }
.sidebar-list li:last-child { border-bottom: none; }
.sidebar-list a { display: block; padding: 0.75rem 0; font-size: 13px; color: rgba(242,241,238,0.7); transition: color 0.2s, padding-left 0.2s; }
.sidebar-list a:hover { color: var(--gold); padding-left: 0.35rem; }

/* FACT GRID (location pages) */
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(199,163,106,0.15); border: 1px solid rgba(199,163,106,0.15); margin: 2rem 0 2.5rem; }
.fact-card { background: var(--dark); padding: 1.75rem; }
.fact-card h4 { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.fact-card p { font-size: 13px; color: rgba(242,241,238,0.6); line-height: 1.7; margin: 0; }

/* LINK GRID (services-in-area / areas-for-service) */
.link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin: 1.5rem 0 2.5rem; }
.link-grid a { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; background: var(--dark); border: 1px solid rgba(199,163,106,0.15); padding: 1rem 1.25rem; font-size: 13px; font-weight: 600; color: var(--ash); transition: background 0.2s, border-color 0.2s; }
.link-grid a:hover { background: var(--mid); border-color: var(--gold); color: var(--gold); }
.link-grid a::after { content: "→"; color: var(--gold); }

/* ASSESSMENT (shared, full + mini) */
#assessment { background: var(--mid); border-top: 1px solid rgba(199,163,106,0.15); border-bottom: 1px solid rgba(199,163,106,0.15); }
.assess-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.assess-left h2 { font-family: var(--font-head); font-size: clamp(36px, 4.5vw, 56px); letter-spacing: 0.03em; color: var(--white); line-height: 1.05; margin-bottom: 1.25rem; }
.assess-left h2 em { font-style: normal; color: var(--gold); }
.assess-left p { color: rgba(242,241,238,0.65); font-size: 15px; margin-bottom: 2rem; line-height: 1.75; }
.assess-points { list-style: none; margin-bottom: 2rem; }
.assess-points li { display: flex; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid rgba(199,163,106,0.1); font-size: 14px; color: rgba(242,241,238,0.8); align-items: flex-start; }
.assess-points li:last-child { border-bottom: none; }
.assess-num { font-size: 11px; font-weight: 700; color: var(--gold); min-width: 24px; margin-top: 2px; }
.assess-right { background: var(--black); border: 1px solid rgba(199,163,106,0.2); padding: 2.5rem; }
.assess-right h3 { font-family: var(--font-head); font-size: 1.8rem; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.5rem; }
.assess-right p { font-size: 13px; color: rgba(242,241,238,0.55); margin-bottom: 1.75rem; line-height: 1.6; }
.form-field { margin-bottom: 1rem; }
.form-field label { display: block; font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(242,241,238,0.5); margin-bottom: 0.4rem; }
.form-field input, .form-field select, .form-field textarea { width: 100%; background: var(--mid); border: 1px solid rgba(199,163,106,0.2); color: var(--ash); font-family: var(--font-body); font-size: 14px; padding: 0.75rem 1rem; outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); }
.form-field select option { background: var(--mid); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { width: 100%; background: var(--gold); color: var(--black); font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; border: none; padding: 1rem; cursor: pointer; margin-top: 0.5rem; transition: background 0.2s; }
.form-submit:hover { background: var(--gold-lt); }
.form-note { font-size: 11px; color: rgba(242,241,238,0.35); text-align: center; margin-top: 0.75rem; }
.form-success { display: none; text-align: center; padding: 2rem 0; }
.form-success.visible { display: block; }
.form-success p { color: var(--gold); font-size: 14px; font-weight: 600; }

/* SERVICES */
#services { background: var(--black); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(199,163,106,0.15); border: 1px solid rgba(199,163,106,0.15); }
.service-card { background: var(--dark); padding: 2.5rem; transition: background 0.2s; }
.service-card:hover { background: var(--mid); }
.service-num { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(199,163,106,0.4); margin-bottom: 0.75rem; }
.service-name { font-family: var(--font-head); font-size: 1.4rem; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.75rem; }
.service-desc { font-size: 13px; color: rgba(242,241,238,0.55); line-height: 1.7; }
.service-sublink { display: inline-block; margin-top: 0.9rem; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.service-sublink + .service-sublink { margin-left: 1rem; }

/* ABOUT */
#about { background: var(--dark); border-top: 1px solid rgba(199,163,106,0.1); border-bottom: 1px solid rgba(199,163,106,0.1); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-left h2 { font-family: var(--font-head); font-size: clamp(32px, 4vw, 52px); letter-spacing: 0.03em; color: var(--white); line-height: 1.05; margin-bottom: 1.5rem; }
.about-left h2 em { font-style: normal; color: var(--gold); }
.about-left p { font-size: 15px; color: rgba(242,241,238,0.6); line-height: 1.8; margin-bottom: 1.25rem; }
.about-pillars { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.about-pillar { display: flex; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(199,163,106,0.08); align-items: flex-start; }
.about-pillar:last-child { border-bottom: none; }
.pillar-mark { font-family: var(--font-head); font-size: 1.4rem; color: rgba(199,163,106,0.3); min-width: 28px; line-height: 1; }
.pillar-text h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ash); margin-bottom: 0.3rem; }
.pillar-text p { font-size: 13px; color: rgba(242,241,238,0.45); line-height: 1.6; }
.about-right { background: var(--mid); border: 1px solid rgba(199,163,106,0.12); padding: 3rem; }
.about-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.about-stat { text-align: center; padding: 1.5rem; border: 1px solid rgba(199,163,106,0.1); }
.about-stat-val { font-family: var(--font-head); font-size: 2.2rem; letter-spacing: 0.05em; color: var(--gold); line-height: 1; margin-bottom: 0.4rem; }
.about-stat-lbl { font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(242,241,238,0.4); }
.about-cert { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(199,163,106,0.1); }
.about-cert p { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.cert-badges { display: flex; gap: 1rem; flex-wrap: wrap; }
.cert-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid rgba(199,163,106,0.3); color: rgba(242,241,238,0.6); padding: 0.4rem 0.85rem; }

/* WHY */
#why { background: var(--mid); border-top: 1px solid rgba(199,163,106,0.1); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.why-left h2 { font-family: var(--font-head); font-size: clamp(36px, 4vw, 52px); letter-spacing: 0.03em; color: var(--white); line-height: 1.05; margin-bottom: 1.5rem; }
.why-left h2 em { font-style: normal; color: var(--gold); }
.why-left p { font-size: 15px; color: rgba(242,241,238,0.6); line-height: 1.8; margin-bottom: 2rem; }
.why-right { display: flex; flex-direction: column; gap: 0; }
.why-item { display: flex; gap: 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid rgba(199,163,106,0.1); align-items: flex-start; }
.why-item:first-child { padding-top: 0; }
.why-item:last-child { border-bottom: none; }
.why-idx { font-family: var(--font-head); font-size: 1.6rem; color: rgba(199,163,106,0.25); min-width: 36px; line-height: 1; margin-top: 2px; }
.why-text h4 { font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ash); margin-bottom: 0.4rem; }
.why-text p { font-size: 13px; color: rgba(242,241,238,0.5); line-height: 1.65; }

/* BLIND SPOTS */
#blindspots { background: var(--black); border-top: 1px solid rgba(199,163,106,0.1); }
.blindspots-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.blindspot-card { padding: 2rem; border: 1px solid rgba(199,163,106,0.12); background: var(--dark); }
.blindspot-label { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.blindspot-card h3 { font-family: var(--font-head); font-size: 1.3rem; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.75rem; }
.blindspot-card p { font-size: 13px; color: rgba(242,241,238,0.55); line-height: 1.7; }

/* PROCESS */
#process { background: var(--mid); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid rgba(199,163,106,0.15); }
.process-step { padding: 2.5rem; border-right: 1px solid rgba(199,163,106,0.15); }
.process-step:last-child { border-right: none; }
.process-step-num { font-family: var(--font-head); font-size: 4rem; color: rgba(199,163,106,0.12); line-height: 1; margin-bottom: 1rem; }
.process-step h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.process-step p { font-size: 13px; color: rgba(242,241,238,0.55); line-height: 1.65; }

/* COMMERCIAL */
#commercial { background: var(--dark); border-top: 1px solid rgba(199,163,106,0.15); border-bottom: 1px solid rgba(199,163,106,0.15); }
.commercial-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.commercial-left h2 { font-family: var(--font-head); font-size: clamp(32px, 4vw, 52px); letter-spacing: 0.03em; color: var(--white); line-height: 1.05; margin-bottom: 1.25rem; }
.commercial-left h2 em { font-style: normal; color: var(--gold); }
.commercial-left p { font-size: 15px; color: rgba(242,241,238,0.6); line-height: 1.8; margin-bottom: 1.5rem; }
.commercial-types { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.comm-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid rgba(199,163,106,0.25); color: rgba(242,241,238,0.5); padding: 0.35rem 0.75rem; }
.commercial-right { background: var(--mid); border: 1px solid rgba(199,163,106,0.15); padding: 2.5rem; }
.commercial-right h3 { font-family: var(--font-head); font-size: 1.6rem; letter-spacing: 0.05em; color: var(--white); margin-bottom: 0.5rem; }
.commercial-right p { font-size: 13px; color: rgba(242,241,238,0.5); margin-bottom: 1.5rem; line-height: 1.6; }

/* SERVICE AREAS */
#areas { background: var(--black); }
.areas-intro { max-width: 600px; margin-bottom: 3rem; }
.areas-intro p { font-size: 15px; color: rgba(242,241,238,0.55); line-height: 1.75; }
.zip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(199,163,106,0.1); border: 1px solid rgba(199,163,106,0.1); margin-bottom: 2rem; }
.zip-item { background: var(--dark); padding: 1.25rem 1.5rem; display: block; transition: background 0.2s; }
a.zip-item:hover { background: var(--mid); }
.zip-name { font-size: 13px; font-weight: 600; color: var(--ash); margin-bottom: 0.25rem; }
.zip-code { font-size: 11px; color: rgba(199,163,106,0.5); letter-spacing: 0.1em; }
.areas-note { font-size: 13px; color: rgba(242,241,238,0.4); }

/* REVIEWS */
#reviews { background: var(--mid); }
.reviews-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1.5rem; }
.star-row { font-size: 1.1rem; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(199,163,106,0.1); border: 1px solid rgba(199,163,106,0.1); margin-bottom: 3rem; }
.review-card { background: var(--dark); padding: 2rem; }
.review-card .star-row { font-size: 0.9rem; margin-bottom: 1rem; }
.review-card blockquote { font-size: 13px; color: rgba(242,241,238,0.7); line-height: 1.75; font-style: italic; margin-bottom: 1.25rem; }
.reviewer-name { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ash); }
.reviewer-role { font-size: 11px; color: rgba(242,241,238,0.35); margin-top: 0.25rem; }
.reviews-badges { display: flex; gap: 3rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid rgba(199,163,106,0.1); }
.badge-item { display: flex; flex-direction: column; }
.badge-val { font-family: var(--font-head); font-size: 1.8rem; letter-spacing: 0.05em; color: var(--gold); line-height: 1; }
.badge-lbl { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,241,238,0.4); margin-top: 0.3rem; }

/* BLOG */
#blog { background: var(--black); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(199,163,106,0.1); border: 1px solid rgba(199,163,106,0.1); }
.blog-card { background: var(--dark); padding: 2rem; transition: background 0.2s; display: block; }
.blog-card:hover { background: var(--mid); }
.blog-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.blog-title { font-family: var(--font-head); font-size: 1.2rem; letter-spacing: 0.04em; color: var(--white); line-height: 1.2; margin-bottom: 0.75rem; }
.blog-excerpt { font-size: 12px; color: rgba(242,241,238,0.5); line-height: 1.65; margin-bottom: 1.25rem; }
.blog-read { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }
.blog-meta { font-size: 11px; color: rgba(242,241,238,0.4); margin-bottom: 1.5rem; letter-spacing: 0.05em; }

/* FAQ */
#faq { background: var(--mid); border-top: 1px solid rgba(199,163,106,0.1); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 4rem; }
.faq-grid.single { grid-template-columns: 1fr; max-width: 780px; margin: 0 auto; }
.faq-item { padding: 1.75rem 0; border-bottom: 1px solid rgba(199,163,106,0.1); }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-size: 14px; font-weight: 700; color: var(--ash); margin-bottom: 0.6rem; }
.faq-a { font-size: 13px; color: rgba(242,241,238,0.55); line-height: 1.7; }

/* CTA */
#cta { background: var(--black); border-top: 1px solid rgba(199,163,106,0.2); text-align: center; padding: 7rem 2.5rem; }
#cta .eyebrow { margin-bottom: 1.5rem; }
#cta h2 { font-family: var(--font-head); font-size: clamp(40px, 6vw, 80px); letter-spacing: 0.03em; color: var(--white); line-height: 1; margin-bottom: 1.25rem; }
#cta h2 em { font-style: normal; color: var(--gold); }
#cta p { font-size: 15px; color: rgba(242,241,238,0.55); margin-bottom: 2.5rem; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.75; }
#cta .cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
footer { background: var(--dark); border-top: 1px solid rgba(199,163,106,0.1); padding: 3rem 2.5rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-logo { font-family: var(--font-head); font-size: 1.5rem; letter-spacing: 0.12em; color: var(--white); margin-bottom: 0.75rem; }
.footer-logo span { color: var(--gold); }
.footer-tagline { font-size: 12px; color: rgba(242,241,238,0.4); line-height: 1.7; max-width: 240px; margin-bottom: 0.75rem; }
.footer-hours { font-size: 11px; color: rgba(199,163,106,0.5); letter-spacing: 0.08em; margin-top: 0.5rem; }
.footer-col h5 { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul li a { font-size: 13px; color: rgba(242,241,238,0.45); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--ash); }
.footer-bottom { max-width: 1100px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(199,163,106,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 11px; color: rgba(242,241,238,0.25); }
.footer-parent { font-size: 11px; color: rgba(242,241,238,0.25); }
.footer-parent span { color: rgba(199,163,106,0.5); }
.footer-legal-links { display: flex; gap: 1rem; }
.footer-legal-links a { font-size: 11px; color: rgba(242,241,238,0.3); }
.footer-legal-links a:hover { color: var(--gold); }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info-list { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.contact-info-item { display: flex; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(199,163,106,0.1); align-items: flex-start; }
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.contact-info-item p, .contact-info-item a { font-size: 14px; color: rgba(242,241,238,0.7); line-height: 1.6; }

/* PRIVACY / LEGAL */
.legal-updated { font-size: 12px; color: rgba(242,241,238,0.4); margin-bottom: 3rem; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav { padding: 1rem 1.25rem; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(0,0,0,0.97); padding: 1.5rem 1.25rem; gap: 1.25rem; border-bottom: 1px solid rgba(199,163,106,0.15); }
  .nav-toggle { display: flex; }
  #hero { padding: 0 1.25rem 4rem; }
  #page-hero { padding: 7rem 1.25rem 3rem; }
  section { padding: 4rem 1.25rem; }
  .assess-grid, .why-grid, .about-grid, .commercial-inner, .faq-grid, .content-layout, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid, .reviews-grid, .blog-grid, .fact-grid, .link-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid rgba(199,163,106,0.15); }
  .process-step:last-child { border-bottom: none; }
  .blindspots-grid { grid-template-columns: 1fr; }
  .zip-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 600px) {
  h1.hero-title { font-size: 52px; }
  h1.page-title { font-size: 40px; }
  .process-steps, .zip-grid, .about-stat-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .reviews-header { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
}
