/* ═══════════════════════════════════════════════
   OREN PAINTING CO. — Shared Stylesheet
   Palette: Deep Hunter Green + Gold
   ═══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:      #1b3a2a;
  --navy-mid:  #264d38;
  --navy-deep: #0d2019;
  --gold:      #c9a84c;
  --gold-lt:   #e8d28a;
  --gold-dim:  rgba(201,168,76,0.15);
  --cream:     #f8f5ef;
  --cream-mid: #f0ece3;
  --text:      #1c1c1c;
  --muted:     #5a6a7a;
  --serif:     'Cormorant', Georgia, serif;
  --sans:      'Jost', 'Helvetica Neue', sans-serif;
}
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--sans); color: var(--text); background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px; height: 96px;
  transition: background 0.4s, backdrop-filter 0.4s;
}
.nav.scrolled { background: rgba(27,58,42,0.97); backdrop-filter: blur(8px); }
.nav-logo { display: flex; align-items: center; gap: 16px; }
.nav-logo-divider { width: 1px; height: 44px; background: var(--gold); opacity: 0.35; }
.nav-wordmark { display: flex; flex-direction: column; justify-content: center; }
.nav-wordmark .wm-top { font-family: var(--sans); font-size: 20px; font-weight: 500; letter-spacing: 0.71em; text-transform: uppercase; color: #fff; line-height: 1; }
.nav-wordmark .wm-bot { font-family: var(--serif); font-size: 15px; font-weight: 400; font-style: italic; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-top: 4px; line-height: 1; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.72); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
/* ── NAV DROPDOWN ── */
.nav-dropdown { position: relative; }
.nav-dropdown > a { cursor: pointer; }
.nav-dropdown > a::after { content: ''; display: inline-block; width: 4px; height: 4px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); margin-left: 6px; margin-bottom: 2px; transition: transform 0.2s; }
.nav-dropdown-menu {
  position: absolute; top: 100%; left: -16px; min-width: 260px;
  background: rgba(27,58,42,0.98); backdrop-filter: blur(8px);
  border: 1px solid rgba(201,168,76,0.12); border-top: 2px solid var(--gold);
  padding: 12px 0; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown:hover > a::after { transform: rotate(-135deg); }
.nav-dropdown-menu a {
  display: block; padding: 10px 24px;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); transition: color 0.2s, background 0.2s;
}
.nav-dropdown-menu a:hover { color: var(--gold); background: rgba(201,168,76,0.06); }
.nav-dropdown-menu a:first-child { border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 12px; margin-bottom: 4px; }
.nav-cta { background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; padding: 11px 24px; border-radius: 2px; cursor: pointer; border: none; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--gold-lt); }

/* ── HERO ── */
.hero { position: relative; width: 100%; height: 100vh; min-height: 640px; display: flex; align-items: center; background-size: cover; background-position: center 30%; background-color: var(--navy); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(13,32,25,0.96) 0%, rgba(27,58,42,0.88) 35%, rgba(27,58,42,0.52) 62%, rgba(27,58,42,0.15) 100%); }
.hero-overlay::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,32,25,0.5) 0%, transparent 18%, transparent 78%, rgba(13,32,25,0.45) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 52px; width: 100%; }

@keyframes fadeUp { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
.hero-tag   { animation: fadeUp 0.8s 0.1s both; }
.hero h1    { animation: fadeUp 0.8s 0.28s both; }
.hero-sub   { animation: fadeUp 0.8s 0.44s both; }
.hero-ctas  { animation: fadeUp 0.8s 0.58s both; }
.hero-stats { animation: fadeUp 0.8s 0.72s both; }

.hero-tag { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.hero-tag::before { content:''; display:block; width:36px; height:1px; background:var(--gold); }
.hero h1 { font-family: var(--serif); font-size: clamp(44px, 5.8vw, 78px); font-weight: 400; font-style: italic; line-height: 1.07; color: #fff; margin-bottom: 20px; max-width: 680px; }
.hero h1 strong { font-style: normal; font-weight: 500; color: var(--gold); display: block; font-family: var(--sans); font-size: clamp(34px, 4.2vw, 58px); letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 6px; }
.hero-sub { font-size: 16px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.68); max-width: 500px; margin-bottom: 40px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 56px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-stat .num { font-family: var(--serif); font-size: 32px; color: var(--gold); line-height: 1; }
.hero-stat .lbl { font-size: 10px; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 5px; }

.scroll-hint { position: absolute; bottom: 32px; left: 52px; z-index: 2; display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.scroll-line { width: 1px; height: 40px; background: rgba(255,255,255,0.2); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:.3;transform:scaleY(1);}50%{opacity:1;transform:scaleY(1.15);} }

/* ── TRUST BAR ── */
.trust-bar { background: var(--cream-mid); border-bottom: 1px solid #ddd7cc; padding: 0 52px; display: flex; align-items: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 9px; padding: 14px 24px; border-right: 1px solid #d0c9be; font-size: 11px; letter-spacing: 0.06em; color: #5a4f3a; white-space: nowrap; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: none; }
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ── BUTTONS ── */
.btn-gold { background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 34px; border-radius: 2px; border: none; cursor: pointer; transition: background 0.2s; display: inline-block; }
.btn-gold:hover { background: var(--gold-lt); }
.btn-ghost { background: transparent; color: #fff; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; padding: 15px 34px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.35); cursor: pointer; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-text-us { background: transparent; color: rgba(255,255,255,0.72); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; padding: 15px 28px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.18); cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; gap: 9px; }
.btn-text-us:hover { border-color: var(--gold); color: var(--gold); }
.btn-text-us svg, .btn-sms-navy svg { width:14px; height:14px; flex-shrink:0; }
.btn-navy { background: var(--navy); color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 34px; border-radius: 2px; border: none; cursor: pointer; transition: background 0.2s; display: inline-block; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-outline-navy { background: transparent; color: var(--navy); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; padding: 15px 34px; border-radius: 2px; border: 1.5px solid var(--navy); cursor: pointer; transition: background 0.2s; display: inline-block; }
.btn-outline-navy:hover { background: rgba(27,58,42,0.08); }
.btn-sms-navy { background: transparent; color: var(--navy); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; padding: 15px 28px; border-radius: 2px; border: 1.5px solid rgba(27,58,42,0.4); cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-sms-navy:hover { border-color: var(--navy); background: rgba(27,58,42,0.06); }

/* ── SECTION COMMON ── */
.section-inner { max-width: 1280px; margin: 0 auto; padding: 0 52px; }
.section-eyebrow { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before { content:''; display:block; width:28px; height:1px; background:var(--gold); }
.section-title { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 44px); font-weight: 400; line-height: 1.22; color: var(--navy); }
.section-title em { font-style: italic; color: var(--gold); }
.section-body { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.88; max-width: 580px; }
.text-link { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 10px; transition: gap 0.2s; }
.text-link::after { content: '→'; }
.text-link:hover { gap: 16px; }

/* ── FOUNDER LINE ── */
.founder-line { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.founder-avatar { width: 46px; height: 46px; border-radius: 50%; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.founder-initials { font-family: var(--serif); font-size: 18px; color: var(--gold); }
.founder-name { font-size: 13px; font-weight: 500; color: var(--navy); }
.founder-title { font-size: 11px; font-weight: 300; color: var(--muted); margin-top: 1px; }

/* ── SERVICES GRID ── */
.svc { background: #fff; padding: 36px 28px; border-top: 2px solid transparent; transition: border-color 0.25s, transform 0.25s; }
.svc:hover { border-top-color: var(--gold); transform: translateY(-3px); }
.svc-num { font-size: 10px; color: var(--gold); letter-spacing: 0.18em; margin-bottom: 18px; }
.svc-name { font-family: var(--serif); font-size: 21px; font-weight: 500; color: var(--navy); margin-bottom: 12px; line-height: 1.2; }
.svc-desc { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.72; margin-bottom: 18px; }
.svc-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.svc-list li { font-size: 12px; font-weight: 300; color: var(--muted); padding-left: 14px; position: relative; line-height: 1.5; }
.svc-list li::before { content:''; position:absolute; left:0; top:7px; width:5px; height:1px; background:var(--gold); }

/* ── REVIEWS ── */
.review { background: var(--cream); padding: 36px 30px; border-left: 2px solid var(--gold); position: relative; }
.review-mark { font-family: var(--serif); font-size: 72px; color: var(--gold); opacity: 0.13; line-height: 0.7; position: absolute; top: 20px; right: 24px; }
.stars { display: flex; gap: 4px; margin-bottom: 16px; }
.star { width: 11px; height: 11px; background: var(--gold); 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 { font-family: var(--serif); font-size: 17px; font-style: italic; color: var(--navy); line-height: 1.65; margin-bottom: 20px; }
.review-author { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }

/* ── CTA BAND ── */
.cta-band { background: var(--gold); padding: 80px 0; position: relative; overflow: hidden; }
.cta-band::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:600px; height:600px; border-radius:50%; border:1px solid rgba(27,58,42,0.08); }
.cta-band::after { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; height:800px; border-radius:50%; border:1px solid rgba(27,58,42,0.05); }
.cta-inner { position:relative; z-index:2; text-align:center; }
.cta-inner h2 { font-family: var(--serif); font-size: clamp(28px,3.8vw,48px); color: var(--navy); margin-bottom: 12px; }
.cta-inner p { font-size: 15px; font-weight: 300; color: rgba(27,58,42,0.62); margin-bottom: 36px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── FAQ ── */
.faq-section { background: var(--cream); padding: 80px 0; }
.faq-section.on-dark { background: var(--navy-deep); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.faq-item { background: #fff; border-top: 2px solid transparent; transition: border-color 0.25s; }
.faq-section.on-dark .faq-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.faq-item[open] { border-top-color: var(--gold); }
details.faq-item summary { list-style: none; padding: 22px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
details.faq-item summary::-webkit-details-marker { display: none; }
.faq-q { font-size: 14px; font-weight: 500; color: var(--navy); line-height: 1.4; }
.faq-section.on-dark .faq-q { color: #fff; }
.faq-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--gold-dim); border: 1px solid rgba(201,168,76,0.3); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: transform 0.25s, background 0.25s; }
.faq-icon::after { content:''; display:block; width:8px; height:1px; background:var(--gold); position:relative; }
.faq-icon::before { content:''; display:block; width:1px; height:8px; background:var(--gold); position:absolute; transition: opacity 0.25s; }
details[open] .faq-icon { background: rgba(201,168,76,0.2); transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px; font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.8; }
.faq-section.on-dark .faq-a { color: rgba(255,255,255,0.55); }

/* ── FORM ── */
.form-section { background: var(--navy); padding: 100px 0; position: relative; overflow: hidden; }
.form-section::before { content:''; position:absolute; top:-120px; right:-120px; width:500px; height:500px; border-radius:50%; border:1px solid rgba(201,168,76,0.06); }
.form-section::after { content:''; position:absolute; bottom:-80px; left:-80px; width:340px; height:340px; border-radius:50%; border:1px solid rgba(201,168,76,0.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; position: relative; z-index: 2; }
.form-left h2 { font-family: var(--serif); font-size: clamp(28px,3vw,44px); color: #fff; line-height: 1.2; margin-bottom: 20px; }
.form-left h2 em { color: var(--gold); }
.form-left p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.85; margin-bottom: 14px; }
.form-promise { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; }
.promise-item { display: flex; align-items: flex-start; gap: 12px; }
.promise-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.3); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.promise-check::after { content:''; display:block; width:6px; height:4px; border-left:1.5px solid var(--gold); border-bottom:1.5px solid var(--gold); transform:rotate(-45deg) translate(0.5px,-1px); }
.promise-item span { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.55; }
.estimate-form { background: rgba(255,255,255,0.03); border: 1px solid rgba(201,168,76,0.18); border-radius: 4px; padding: 44px 40px; }
.form-title { font-family: var(--serif); font-size: 24px; font-style: italic; color: var(--gold); margin-bottom: 6px; }
.form-subtitle { font-size: 12px; letter-spacing: 0.08em; color: rgba(255,255,255,0.35); margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 9px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 2px; padding: 13px 16px; font-family: var(--sans); font-size: 14px; font-weight: 300; color: #fff; outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.18); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select { color: rgba(255,255,255,0.6); cursor: pointer; }
.form-group select option { background: var(--navy); color: #fff; }
.form-group textarea { resize: vertical; min-height: 110px; line-height: 1.65; }
.contact-prefs { display: flex; gap: 10px; flex-wrap: wrap; }
.pref-option { position: relative; }
.pref-option input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.pref-option label { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.12); font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.2s; background: rgba(255,255,255,0.03); }
.pref-option label:hover { border-color: var(--gold); color: var(--gold); }
.pref-option input[type="radio"]:checked + label { background: rgba(201,168,76,0.12); border-color: var(--gold); color: var(--gold); }
.pref-option label svg { width: 13px; height: 13px; flex-shrink: 0; }
.form-submit { width: 100%; background: var(--gold); color: var(--navy); font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; padding: 18px; border: none; border-radius: 2px; cursor: pointer; margin-top: 10px; transition: background 0.2s; }
.form-submit:hover { background: var(--gold-lt); }
.form-note { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.25); text-align: center; margin-top: 14px; line-height: 1.6; }

/* ── EXPANDED FAQ (10-item, dark, single column) ── */
.faq-expanded { background: var(--navy-deep); padding: 100px 0; }
.faq-expanded-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 48px; }
.faq-expanded-header .section-title { color: #fff; }
.faq-expanded-header .section-title em { color: var(--gold); }
.faq-expanded-desc { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.75; max-width: 560px; margin-top: 12px; }
.faq-expanded-desc a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.faq-expanded-toggle {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; cursor: pointer;
  background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.faq-expanded-toggle:hover { background: rgba(201,168,76,0.15); }
.faq-expanded-toggle svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 2; transition: transform 0.3s; }
.faq-expanded-toggle.open svg { transform: rotate(45deg); }
.faq-expanded-list { display: flex; flex-direction: column; gap: 2px; }
.faq-expanded-item {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.25s;
}
.faq-expanded-item[open] { border-color: rgba(201,168,76,0.2); }
.faq-expanded-item summary {
  list-style: none; padding: 22px 28px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-expanded-item summary::-webkit-details-marker { display: none; }
.faq-expanded-item .faq-eq { font-family: var(--serif); font-size: 17px; font-weight: 400; color: #fff; line-height: 1.4; }
.faq-expanded-item .faq-eicon {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.3s;
}
.faq-expanded-item .faq-eicon::after { content: '+'; font-size: 18px; color: var(--gold); line-height: 1; }
.faq-expanded-item[open] .faq-eicon { background: rgba(201,168,76,0.15); transform: rotate(45deg); }
.faq-expanded-item[open] .faq-eicon::after { content: '+'; }
.faq-expanded-item .faq-ea {
  padding: 0 28px 24px; font-size: 14px; font-weight: 300;
  color: rgba(255,255,255,0.55); line-height: 1.85;
}
.faq-expanded-item .faq-ea strong { font-weight: 500; color: rgba(255,255,255,0.75); }

@media (max-width: 768px) {
  .faq-expanded { padding: 64px 0; }
  .faq-expanded-header { flex-direction: column; }
  .faq-expanded-item summary { padding: 18px 20px; }
  .faq-expanded-item .faq-eq { font-size: 15px; }
  .faq-expanded-item .faq-ea { padding: 0 20px 20px; font-size: 13px; }
}

/* ── FOOTER ── */
.footer { background: var(--navy-deep); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-brand-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand-logo-divider { width: 1px; height: 38px; background: var(--gold); opacity: 0.28; }
.footer-wm .n { font-size: 16px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: #fff; line-height: 1; }
.footer-wm .s { font-family: var(--serif); font-size: 12px; font-style: italic; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }
.footer-brand p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.32); line-height: 1.8; max-width: 280px; }
.footer-col h5 { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col a, .footer-col p { display: block; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.38); line-height: 2; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.18); }

/* ── LIGHTBOX ── */
.lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(13,32,25,0.97); align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 88vh; object-fit: contain; border: 1px solid rgba(201,168,76,0.2); }
.lightbox-close { position: absolute; top: 24px; right: 28px; background: none; border: none; color: rgba(255,255,255,0.6); font-size: 28px; cursor: pointer; line-height: 1; padding: 4px 8px; transition: color 0.2s; }
.lightbox-close:hover { color: var(--gold); }
.lightbox-caption { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); white-space: nowrap; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.2); color: rgba(255,255,255,0.6); font-size: 20px; width: 48px; height: 48px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.lightbox-nav:hover { background: rgba(201,168,76,0.2); color: var(--gold); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

/* ── HAMBURGER & MOBILE MENU ── */
.nav-hamburger {
  display: none; width: 44px; height: 44px; background: none; border: none;
  cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  padding: 0; z-index: 201;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1.5px; background: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-overlay {
  display: none; position: fixed; inset: 0; z-index: 150;
  background: rgba(13,32,25,0.6); opacity: 0; transition: opacity 0.3s;
}
.mobile-overlay.open { display: block; opacity: 1; }

.mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 200;
  width: 300px; max-width: 85vw; background: var(--navy-deep);
  padding: 96px 32px 40px; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.35s ease;
  overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a {
  display: block; font-size: 14px; font-weight: 400; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.7); padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s;
}
.mobile-menu a:hover, .mobile-menu a.active { color: var(--gold); }
.mobile-menu a[href*="residential-painting"],
.mobile-menu a[href*="commercial-painting"],
.mobile-menu a[href*="multi-unit"],
.mobile-menu a[href*="epoxy-coatings"],
.mobile-menu a[href*="pressure-washing"],
.mobile-menu a[href*="architectural-color"] {
  padding-left: 16px; font-size: 12px; color: rgba(255,255,255,0.45);
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.mobile-menu .mobile-cta {
  display: block; background: var(--gold); color: var(--navy); text-align: center;
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 16px 24px; border-radius: 2px; margin-top: 28px;
}
.mobile-menu .mobile-phone {
  display: block; font-family: var(--serif); font-size: 22px; font-style: italic;
  color: var(--gold); text-align: center; margin-top: 20px;
}
.mobile-menu .mobile-text {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-top: 12px;
}
.mobile-menu .mobile-text svg { width: 13px; height: 13px; }

/* ── RESPONSIVE — TABLET (≤1024px) ── */
@media (max-width: 1024px) {
  .nav { padding: 0 32px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .hero-inner, .section-inner { padding: 0 32px; }
  .trust-bar { padding: 0 24px; flex-wrap: wrap; justify-content: center; }
  .trust-item { padding: 10px 16px; font-size: 10px; }
  .hero-stats { gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .faq-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ── RESPONSIVE — MOBILE (≤768px) ── */
@media (max-width: 768px) {
  /* Nav */
  .nav { padding: 0 20px; height: 72px; }
  .nav-wordmark .wm-top { font-size: 16px; }
  .nav-wordmark .wm-bot { font-size: 12px; }
  .nav-logo-divider { height: 34px; }

  /* Layout */
  .hero-inner, .section-inner { padding: 0 20px; }

  /* CRITICAL: Let headings wrap naturally on mobile — kill forced line breaks */
  .section-title br,
  .page-hero h1 br,
  .page-hero .section-title br,
  .hero h1 br,
  .cta-inner h2 br,
  .form-left h2 br { display: none; }

  /* Section titles */
  .section-title { font-size: clamp(24px, 6.5vw, 34px); line-height: 1.3; }

  /* Page hero (text-only hero on inner pages) */
  .page-hero { padding: 130px 0 56px; }
  .page-hero h1,
  .page-hero .section-title { font-size: clamp(26px, 7vw, 38px) !important; line-height: 1.25 !important; }

  /* Full-bleed hero (index, commercial, residential) */
  .hero { min-height: 580px; }
  .hero h1 { font-size: clamp(28px, 7.5vw, 42px); line-height: 1.15; }
  .hero h1 strong { font-size: clamp(22px, 6vw, 32px); }
  .hero-sub { font-size: 14px; margin-bottom: 28px; }
  .hero-ctas { gap: 10px; }
  .hero-ctas .btn-gold, .hero-ctas .btn-ghost { padding: 14px 24px; font-size: 10px; width: 100%; text-align: center; }
  .hero-ctas .btn-text-us { width: 100%; justify-content: center; padding: 14px 24px; font-size: 10px; }
  .hero-stats { display: none; }
  .hero-stat .num { font-size: 26px; }

  /* Trust bar */
  .trust-bar { padding: 0 16px; justify-content: center; }
  .trust-item { padding: 8px 10px; font-size: 9px; border-right: none; }
  .scroll-hint { display: none; }

  /* Body text */
  .section-body { max-width: 100%; font-size: 14px; }

  /* CTA band */
  .cta-inner h2 { font-size: clamp(22px, 6vw, 32px); }
  .cta-actions { flex-direction: column; align-items: center; }
  .cta-actions .btn-navy, .cta-actions .btn-outline-navy { width: 100%; text-align: center; }

  /* Forms */
  .form-left h2 { font-size: clamp(24px, 6vw, 34px) !important; }
  .form-row { grid-template-columns: 1fr; }
  .estimate-form { padding: 28px 20px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand p { max-width: 100%; }
  .footer-bottom { flex-direction: column; text-align: center; }

  /* Lightbox */
  .lightbox-nav { width: 40px; height: 40px; font-size: 18px; }
  .lightbox-prev { left: 12px; }
  .lightbox-next { right: 12px; }
}

/* ── RESPONSIVE — SMALL PHONE (≤400px) ── */
@media (max-width: 400px) {
  .hero-inner, .section-inner { padding: 0 16px; }
  .nav { padding: 0 16px; }
  .section-title { font-size: clamp(20px, 5.8vw, 26px); line-height: 1.3; }
  .page-hero h1,
  .page-hero .section-title { font-size: clamp(22px, 6vw, 28px) !important; line-height: 1.28 !important; }
  .hero h1 { font-size: clamp(24px, 6.5vw, 32px); }
  .hero h1 strong { font-size: clamp(18px, 5vw, 26px); }
  .hero-sub { font-size: 13px; }
  .hero-stats { gap: 16px; flex-direction: column; }
  .trust-bar { display: none; }
  .mobile-menu { width: 100%; max-width: 100%; }
  .section-body { font-size: 13px; }
  .review-text { font-size: 15px; }
}

/* Social icons */
.footer-social { display:flex; gap:12px; margin-top:16px; }
.footer-social a { color:rgba(255,255,255,0.35); transition:color 0.2s; }
.footer-social a:hover { color:var(--gold); }
