/* ============================================================
   ARROW PLUMBING — Main Stylesheet
   Breakline Creative
   ============================================================ */

/* ── RESET & ROOT ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #0F2137;
  --navy-mid:    #162D47;
  --navy-light:  #1A3A5C;
  --blue-light:  #2460A7;
  --sand:        #F2EDE4;
  --sand-dark:   #E3DBCF;
  --sand-border: #D4CABC;
  --white:       #ffffff;
  --off-white:   #F8F6F2;
  --text:        #0F2137;
  --text-light:  #4A6080;
  --text-muted:  #8AAAC8;
}

html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', sans-serif; color: var(--text); background: var(--navy); line-height: 1.7; font-size: 16px; font-weight: 400; margin: 0; padding: 0; overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: 'Oswald', sans-serif; letter-spacing: 0.02em; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.hidden { display: none; }

/* ── SKIP NAV ── */
.skip-nav { position: absolute; top: -100px; left: 16px; background: var(--navy); color: var(--white); padding: 12px 20px; font-size: 14px; font-weight: 600; border-radius: 4px; z-index: 9999; transition: top 0.2s; }
.skip-nav:focus { top: 16px; }

/* ── BUTTONS ── */
.btn-hero-primary { background: var(--white); color: var(--navy); padding: 14px 30px; border: none; cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; border-radius: 8px; transition: all 0.2s; box-shadow: 0 2px 12px rgba(0,0,0,0.2); }
.btn-hero-primary:hover { background: var(--sand); transform: translateY(-1px); }
.btn-primary { background: var(--sand); color: var(--navy); padding: 14px 30px; border: none; cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; border-radius: 8px; transition: background 0.2s; }
.btn-primary:hover { background: var(--sand-dark); }

.btn-secondary { background: transparent; color: var(--white); padding: 13px 30px; border: 2px solid rgba(255,255,255,0.4); cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; border-radius: 8px; transition: border-color 0.2s; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.8); }

.btn-navy { background: var(--navy); color: var(--white); padding: 14px 30px; border: none; cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; border-radius: 8px; transition: background 0.2s; }
.btn-navy:hover { background: var(--navy-light); }

.btn-outline { background: transparent; color: var(--sand); border: 1.5px solid var(--sand); padding: 11px 24px; cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; white-space: nowrap; border-radius: 8px; transition: background 0.2s; }
.btn-outline:hover { background: rgba(26,58,92,0.08); }

/* ── SECTION DEFAULTS ── */
section { padding: 80px 0; }
.section-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-light); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--blue-light); }
.eyebrow-light { color: var(--sand); opacity: 0.65; }
.eyebrow-light::before { background: var(--sand); opacity: 0.5; }

.section-title { font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; color: var(--navy); line-height: 1.05; margin-bottom: 14px; }
.section-title-light { color: var(--white); }
.section-sub { font-size: 16px; color: var(--text-light); max-width: 540px; line-height: 1.75; margin-bottom: 48px; }
.section-sub-light { color: var(--text-muted); }

/* ── TOP BAR ── */
.topbar { background: var(--navy); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.topbar-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; }
.topbar-left { display: flex; align-items: center; gap: 24px; }
.topbar-left span { font-size: 12px; color: #C8D8E8; display: flex; align-items: center; gap: 7px; }
.topbar-left span i { font-size: 11px; color: var(--white); }
.topbar-phone { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; color: var(--sand); letter-spacing: 0.04em; display: flex; align-items: center; gap: 7px; transition: opacity 0.2s; }
.topbar-phone:hover { opacity: 0.8; }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-ig { color: var(--sand); font-size: 16px; display: flex; align-items: center; transition: opacity 0.2s; }
.topbar-ig:hover { opacity: 0.8; }

/* ── NAV ── */
nav { background: var(--white); border-bottom: 3px solid var(--navy-light); position: sticky; top: 0; z-index: 198; transition: top 0.3s ease; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; height: 72px; }
.nav-logo img { height: 52px; width: auto; object-fit: contain; }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--text-light); letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--navy); border-bottom: 2px solid var(--navy-light); padding-bottom: 2px; }
.nav-links a.active { color: var(--navy); border-bottom: 2px solid var(--navy-light); padding-bottom: 2px; }
.nav-cta { background: var(--navy-light) !important; color: var(--white) !important; padding: 11px 24px; border-bottom: none !important; border-radius: 8px !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--navy) !important; }

/* ── HAMBURGER ── */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; position: relative; z-index: 210; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); transition: transform 0.3s, opacity 0.3s; }
.nav-hamburger.open span { background: var(--white); }
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── MOBILE MENU ── */
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--navy); z-index: 205; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu-close { position: absolute; top: 20px; right: 24px; background: none; border: none; cursor: pointer; color: var(--navy); font-size: 24px; z-index: 10; padding: 8px; line-height: 1; }
.mobile-menu-close:hover { opacity: 0.7; }
.mobile-menu-inner { display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 0 32px 48px; overflow-y: auto; }
.mobile-menu-logo { background: var(--white); margin: 0 -32px 40px; padding: 20px 32px; }
.mobile-menu-logo img { height: 44px; width: auto; }
.mobile-menu-links { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.mobile-menu-links a { display: block; font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 600; color: rgba(255,255,255,0.45); letter-spacing: 0.02em; text-transform: uppercase; padding: 8px 0; transition: color 0.2s; }
.mobile-menu-links a:hover, .mobile-menu-links a.active { color: var(--white); }
.mobile-menu-bottom { display: flex; flex-direction: column; gap: 16px; padding-top: 32px; padding-bottom: 16px; border-top: 1px solid rgba(255,255,255,0.1); }
.mobile-menu-cta { display: block; background: var(--sand); color: var(--navy) !important; text-align: center; padding: 16px; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 8px; transition: background 0.2s; }
.mobile-menu-cta:hover { background: var(--sand-dark); }
.mobile-menu-phone { display: flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 500; color: var(--white); letter-spacing: 0.04em; transition: opacity 0.2s; }
.mobile-menu-phone:hover { opacity: 0.8; }
.mobile-menu-social { display: flex; justify-content: center; gap: 16px; }
.mobile-menu-social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 18px; border-radius: 8px; transition: color 0.2s, border-color 0.2s; }
.mobile-menu-social a:hover { color: var(--white); border-color: rgba(255,255,255,0.5); }

/* ── HERO ── */
.hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; width: 100%; max-width: 100%; }
.hero-bg { position: absolute; inset: 0; background-image: url('../assets/images/hero-bg.webp'); background-size: cover; background-position: 70% center; }
@media (max-width: 600px) {
  .hero-bg { background-image: url('../assets/images/hero-bg-mobile.webp'); }
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(10,24,42,0.92) 40%, rgba(15,33,55,0.55) 100%); }
.hero-arrow-bg { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 40%; max-width: 300px; height: auto; opacity: 0.12; pointer-events: none; filter: brightness(0) invert(1); }
.hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 80px 32px; width: 100%; }
.hero-social-proof { font-size: 13px; color: var(--text-muted); letter-spacing: 0.06em; margin-bottom: 20px; }
.hero-social-proof strong { color: var(--sand); font-weight: 600; font-size: 15px; }
.hero h1 { font-size: clamp(44px, 6vw, 72px); font-weight: 700; color: var(--white); line-height: 1; letter-spacing: 0.02em; margin-bottom: 20px; max-width: 620px; }
.hero h1 span { color: var(--sand); }
.hero-sub { font-size: 17px; color: var(--text-muted); max-width: 480px; line-height: 1.75; margin-bottom: 40px; }
.hero-phone { margin-bottom: 28px; }
.hero-phone small { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sand); opacity: 0.55; margin-bottom: 5px; }
.hero-phone-num { font-family: 'Oswald', sans-serif; font-size: 38px; font-weight: 600; color: var(--white); letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 12px; border-bottom: 2px solid rgba(255,255,255,0.3); padding-bottom: 2px; transition: border-color 0.2s; }
.hero-phone-num:hover { border-color: var(--sand); color: var(--sand); }
.hero-phone-num i { font-size: 24px; color: var(--sand); }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--navy-mid); border-top: 2px solid var(--sand); }
.trust-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 14px 24px; flex: 1; border-right: 1px solid rgba(255,255,255,0.06); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: none; padding-right: 0; }
.trust-item span { font-size: 12px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.06em; text-transform: uppercase; }
.trust-icon { font-size: 13px; color: var(--sand); flex-shrink: 0; }

/* ── SERVICES ── */
.services { background: var(--sand); padding: 96px 0; }
.services-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.services-left { display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.services-headline { font-family: 'Oswald', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; color: var(--navy); line-height: 0.95; letter-spacing: 0.02em; }
.services-desc { font-size: 16px; color: var(--text-light); line-height: 1.75; }
.services-explore { display: inline-flex; align-items: center; gap: 8px; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; color: var(--navy-light); letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid var(--blue-light); padding-bottom: 2px; transition: gap 0.2s; }
.services-explore:hover { gap: 14px; }
.services-explore i { font-size: 11px; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-card { background: transparent; border: none; padding: 20px 0; display: block; transition: opacity 0.2s; }
.service-card:hover { opacity: 0.75; }
.service-icon { width: 40px; height: 40px; background: var(--sand-dark); border: 1px solid var(--sand-border); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 10px; }
.service-icon i { font-size: 17px; color: var(--navy-light); }
.service-card h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 6px; letter-spacing: 0.01em; }
.service-card p { font-size: 16px; color: var(--text-light); line-height: 1.65; margin: 0; }


/* ── LEGACY ── */
.legacy { background: var(--navy); border-bottom: 4px solid var(--sand); overflow: hidden; }
.legacy-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.legacy-photo { min-width: 0; position: relative; background-image: url('../assets/images/legacy-photo.webp'); background-size: cover; background-position: center; min-height: 500px; }
.legacy-photo-overlay { position: absolute; inset: 0; background: rgba(10,24,42,0.25); }
.legacy-content { min-width: 0; background: var(--navy); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.legacy-headline { font-family: 'Oswald', sans-serif; font-size: clamp(40px, 5vw, 68px); font-weight: 700; color: var(--white); line-height: 1; letter-spacing: 0.02em; }
.legacy-body { font-size: 16px; color: var(--text-muted); line-height: 1.85; max-width: 420px; }
.legacy-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.08); }
.legacy-stats { display: flex; gap: 0; align-items: center; }
.legacy-stat { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.legacy-stat-divider { width: 1px; height: 48px; background: rgba(255,255,255,0.12); flex-shrink: 0; margin: 0 32px; }
.stat-num { font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 700; color: var(--white); line-height: 1; }
.legacy-stat-label { font-size: 11px; color: var(--text-muted); letter-spacing: 0.1em; text-transform: uppercase; }
.legacy-link { display: inline-flex; align-items: center; gap: 8px; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; color: var(--sand); letter-spacing: 0.1em; text-transform: uppercase; transition: gap 0.2s; }
.legacy-link:hover { gap: 14px; }
.legacy-link i { font-size: 11px; }

/* ── GUARANTEE ── */
.guarantee { background: var(--sand); padding: 96px 0; }
.guarantee-intro-block { margin-bottom: 56px; }
.guarantee-intro-block .section-title { max-width: 480px; }
.guarantee-statements { display: flex; flex-direction: column; border-left: 2px solid var(--navy-light); }
.guarantee-statement { display: grid; grid-template-columns: 80px 1fr; gap: 32px; align-items: start; padding: 36px 0 36px 40px; border-bottom: 1px solid var(--sand-border); }
.guarantee-statement:first-child { border-top: 1px solid var(--sand-border); }
.gs-num { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: var(--navy-light); opacity: 0.7; padding-top: 4px; }
.gs-content h3 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 10px; line-height: 1.1; }
.gs-content p { font-size: 16px; color: var(--text-light); line-height: 1.85; max-width: 580px; }
.guarantee-cta { display: flex; align-items: center; gap: 24px; margin-top: 48px; padding-left: 40px; flex-wrap: wrap; }
.guarantee-phone { display: flex; align-items: center; gap: 10px; font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 600; color: var(--navy); letter-spacing: 0.04em; transition: opacity 0.2s; }
.guarantee-phone:hover { opacity: 0.7; }
.guarantee-phone i { font-size: 13px; }

/* ============================================================
   SERVICE AREAS PAGE
   ============================================================ */

.areas-page { background: var(--sand); padding: 88px 0; }

/* ── INTRO SPLIT ── */
.areas-intro-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-bottom: 72px; }
.areas-intro-title { font-family: 'Oswald', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; color: var(--navy); line-height: 1.05; margin: 12px 0 18px; }
.areas-intro-text p { font-size: 16px; color: var(--text-light); line-height: 1.85; margin-bottom: 32px; }
.areas-intro-points { display: flex; flex-direction: column; gap: 20px; }
.areas-intro-point { display: flex; align-items: flex-start; gap: 16px; }
.areas-intro-point i { font-size: 16px; color: var(--navy-light); margin-top: 3px; flex-shrink: 0; }
.areas-intro-point strong { display: block; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }
.areas-intro-point span { font-size: 16px; color: var(--text); font-style: normal; line-height: 1.65; }

/* ── PIN MAP ── */
.areas-intro-map { position: relative; }
.areas-map-img { width: 100%; height: 400px; object-fit: cover; object-position: center; border-radius: 16px; display: block; }
.areas-intro-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.areas-intro-list .areas-city-list {
  columns: 2;
  margin-top: 0;
}
.areas-intro-list .areas-also-row {
  padding-top: 32px;
}

/* ── CITY ROWS ── */
.areas-city-rows { border-top: 1px solid var(--sand-border); }
.areas-city-row { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: start; padding: 40px 0; border-bottom: 1px solid var(--sand-border); }
.areas-city-left { min-width: 0; overflow: hidden; }
.areas-city-left h3 { font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 700; color: var(--navy); letter-spacing: 0.01em; word-break: break-word; }
.areas-city-right p { font-size: 16px; color: var(--text-light); line-height: 1.85; margin-bottom: 16px; }
.areas-city-link { display: inline-flex; align-items: center; gap: 8px; font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 600; color: var(--blue-light); letter-spacing: 0.1em; text-transform: uppercase; transition: gap 0.2s; }
.areas-city-link:hover { gap: 14px; }
.areas-city-link i { font-size: 10px; }
.areas-city-list { columns: 3; gap: 20px; margin-top: 48px; list-style: disc; padding-left: 20px; }
.areas-city-list li { font-size: 18px; color: var(--text); padding: 5px 0; break-inside: avoid; }
.areas-also-row { padding: 32px 0; }
.areas-also-row p { font-size: 16px; color: var(--text); }
.areas-also-row a { color: var(--blue-light); font-weight: 600; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .areas-intro-split { grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
    .areas-city-row { grid-template-columns: 1fr; gap: 12px; }
    .areas-city-list { columns: 2; }
  .areas-city-left h3 { position: static; }
}
@media (max-width: 600px) {
  .areas-page { padding: 56px 0; }
  .areas-city-list { columns: 1; }
}
/* ── AREAS (homepage) ── */
.areas { position: relative; padding: 96px 0; overflow: hidden; background-image: url('../assets/images/credentials-bg.webp'); background-size: cover; background-position: center; }
.areas::before { content: ''; position: absolute; inset: 0; background: rgba(10,20,36,0.88); z-index: 0; }
.areas .section-inner { position: relative; z-index: 1; }
.areas-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 40px; }
.area-card { background: rgba(255,255,255,0.06); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 24px 20px; transition: background 0.2s; }
.area-card:hover { background: rgba(255,255,255,0.1); }
.area-card h3, .area-card h4 { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; color: var(--white); letter-spacing: 0.04em; margin-bottom: 4px; }
.area-card p { font-size: 12px; color: var(--text-muted); }
.areas-cta { margin-top: 36px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.areas-cta p { font-size: 16px; color: var(--text-muted); }

/* ── REVIEWS (homepage) ── */
.reviews { background: var(--sand); padding: 96px 0; }
.reviews-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.reviews-sub { font-size: 16px; color: var(--text-light); margin-top: 8px; }
.reviews-more-desktop { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; color: var(--blue-light); letter-spacing: 0.1em; text-transform: uppercase; border-bottom: 1px solid var(--blue-light); padding-bottom: 2px; }
.leave-review { margin-top: 32px; }
.leave-review a { display: inline-flex; align-items: center; gap: 10px; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; color: var(--navy-light); letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid var(--blue-light); padding-bottom: 2px; transition: gap 0.2s; }
.leave-review a:hover { gap: 14px; }
.leave-review .fa-google { font-size: 14px; }
.leave-review .fa-arrow-right { font-size: 11px; }
.reviews-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 24px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.review-card { background: var(--white); border-radius: 12px; padding: 28px 24px; border-top: 3px solid var(--navy-light); }
.review-stars { display: flex; gap: 4px; margin-bottom: 12px; }
.review-stars i { font-size: 14px; color: #C8924A; }
.review-quote-mark { font-family: Georgia, serif; font-size: 72px; color: var(--navy-light); line-height: 0.8; margin-bottom: 12px; opacity: 0.3; }
.review-card blockquote { font-size: 17px; color: var(--text); line-height: 1.75; font-style: italic; margin: 0 0 20px; }
.review-footer { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--sand-border); }
.reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--sand-dark); display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; color: var(--navy-light); flex-shrink: 0; }
.reviewer-name { font-size: 15px; font-weight: 600; color: var(--navy); }
.reviewer-loc { font-size: 14px; color: var(--text-light); }

/* ── CTA BAND ── */
.cta-band { background: var(--navy-light); padding: 64px 0; }
.cta-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.cta-band h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 700; color: var(--white); margin-bottom: 8px; }
.cta-band p { font-size: 16px; color: var(--text-muted); }
.cta-btns { display: flex; gap: 12px; flex-shrink: 0; }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 56px 0 24px; margin: 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: 48px; filter: brightness(0) invert(1); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-about { font-size: 16px; color: var(--text-muted); line-height: 1.75; }
.footer-col h4, .footer-col-heading { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; display: block; }
.footer-col a { display: block; font-size: 15px; color: var(--text-muted); margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--sand); }
.footer-social { display: flex; align-items: center; gap: 16px; margin-top: 4px; }
.footer-social a { display: inline-flex; margin-bottom: 0; font-size: 18px; }
.footer-hours { display: block; font-size: 15px; color: var(--text-muted); margin-bottom: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; color: #5A7090; }
.footer-privacy { font-size: 12px; color: #5A7090; transition: color 0.2s; }
.footer-privacy:hover { color: var(--sand); }

/* ── PRIVACY PAGE ── */
.privacy-page { background: var(--sand); padding: 80px 0; }
.privacy-page .section-inner { max-width: 760px; }
.privacy-block { margin-bottom: 40px; }
.privacy-block:last-child { margin-bottom: 0; }
.privacy-block h2 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.privacy-block p { font-size: 16px; color: var(--text); line-height: 1.85; }
.privacy-block a { color: var(--blue-light); font-weight: 600; }

/* ── PAGE HERO (subpages) ── */
.page-hero { background: var(--navy); padding: 72px 0 64px; min-height: 320px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; border-bottom: 4px solid var(--sand); max-width: 100vw; }
.page-hero-arrow { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 480px; max-width: 80vw; height: auto; opacity: 0.06; pointer-events: none; filter: brightness(0) invert(1); }
.page-hero-breadcrumb { width: 100%; position: absolute; top: 0; left: 0; padding: 20px 0 0; }
.page-hero-breadcrumb-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-muted); opacity: 0.6; }
.page-hero-breadcrumb-inner a { color: var(--sand); opacity: 0.7; transition: opacity 0.2s; }
.page-hero-breadcrumb-inner a:hover { opacity: 1; }
.page-hero-breadcrumb-inner i { font-size: 10px; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; padding: 24px 32px 0; }
.page-hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(36px, 5vw, 60px); font-weight: 700; color: var(--white); line-height: 1.05; margin-bottom: 14px; }
.page-hero h1 span { color: var(--sand); }
.page-hero p { font-size: 17px; color: var(--text-muted); max-width: 520px; line-height: 1.75; }
.page-hero-centered h1 { text-align: center; }
.page-hero-centered p { text-align: center; margin: 0 auto; }

/* ── SCROLL ANIMATIONS ── */
.anim-fade-up { opacity: 0; transform: translateY(40px); transition: opacity 1.1s cubic-bezier(0.16,1,0.3,1), transform 1.1s cubic-bezier(0.16,1,0.3,1); }
.anim-fade-in { opacity: 0; transition: opacity 1s cubic-bezier(0.16,1,0.3,1); }
.anim-stagger { opacity: 0; transform: translateY(24px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.anim-slide-left { opacity: 0; transform: translateX(-40px); transition: opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1); }
.anim-slide-right { opacity: 0; transform: translateX(40px); transition: opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1); }
.anim-visible { opacity: 1; transform: translate(0, 0); }
@media (prefers-reduced-motion: reduce) {
  .anim-fade-up, .anim-fade-in, .anim-stagger, .anim-slide-left, .anim-slide-right { opacity: 1; transform: none; transition: none; }
}

/* ── TEAM ── */
.team { background: var(--sand); padding: 80px 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 48px; align-items: start; }
.team-card { position: relative; overflow: visible; padding: 0; }
.team-watermark { position: absolute; bottom: -10px; right: 0; font-family: 'Oswald', sans-serif; font-size: 120px; font-weight: 700; color: var(--navy); opacity: 0.06; line-height: 1; pointer-events: none; letter-spacing: -0.02em; }
.team-card-body { position: relative; z-index: 1; }
.team-card-body h3 { font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 700; color: var(--navy); letter-spacing: 0.01em; margin-bottom: 6px; }
.team-card-body p { font-size: 16px; color: var(--text-light); line-height: 1.8; margin-bottom: 24px; }
.team-credential { display: flex; align-items: center; gap: 12px; }
.team-credential-line { display: block; width: 28px; height: 2px; background: var(--blue-light); flex-shrink: 0; }
.team-credential-label { font-size: 11px; font-weight: 600; color: var(--blue-light); letter-spacing: 0.1em; text-transform: uppercase; }

/* ── STORY ── */
.story { background: var(--sand); padding: 64px 0; }
.story-header { text-align: center; margin-bottom: 40px; }
.story-header .eyebrow { justify-content: center; }
.story-header .eyebrow::before { display: none; }
.story-header .section-title { margin-bottom: 0; }
.story-timeline-alt { position: relative; max-width: 900px; margin: 0 auto; }
.timeline-spine { position: absolute; left: 50%; transform: translateX(-50%); top: 0; bottom: 0; width: 2px; background: var(--sand-border); z-index: 0; }
.tl-item { display: grid; grid-template-columns: 1fr 48px 1fr; align-items: center; gap: 0; padding: 20px 0; position: relative; z-index: 1; }
.tl-center { display: flex; justify-content: center; align-items: center; }
.tl-dot { width: 16px; height: 16px; background: var(--navy); border: 3px solid var(--sand-border); border-radius: 50%; flex-shrink: 0; }
.tl-content { padding: 0 40px; }
.tl-content h3 { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 8px; letter-spacing: 0.02em; }
.tl-content p { font-size: 16px; color: var(--text-light); line-height: 1.75; }
.tl-year { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy-light); letter-spacing: 0.04em; opacity: 0.6; }
.tl-left .tl-content { text-align: right; }
.tl-left .tl-year { text-align: left; padding-left: 40px; }
.tl-right .tl-content { text-align: left; }
.tl-right .tl-year { text-align: right; padding-right: 40px; }

/* ── MICRO CTA ── */
.micro-cta { background: var(--sand-dark); border-top: 1px solid var(--sand-border); border-bottom: 1px solid var(--sand-border); padding: 20px 0; }
.micro-cta p { font-size: 16px; color: var(--text-light); }
.micro-cta a { color: var(--blue-light); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

/* ── CREDENTIALS ── */
.credentials { position: relative; background-image: url('../assets/images/about-worksite.webp'); background-size: cover; background-position: center 40%; padding: 56px 0; }
.credentials-overlay { position: absolute; inset: 0; background: rgba(8,18,34,0.88); z-index: 0; }
.credentials-inner { position: relative; z-index: 1; text-align: center; }
.credentials-title { font-family: 'Oswald', sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: var(--white); margin-bottom: 16px; letter-spacing: 0.02em; }
.credentials-sub { font-size: 16px; color: var(--text-muted); line-height: 1.75; max-width: 540px; margin: 0 auto 32px; }
.credentials-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.credential-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.25); border-radius: 12px; padding: 20px 16px; text-align: center; transition: background 0.2s; }

.credential-card i { font-size: 26px; color: var(--sand); margin-bottom: 14px; display: block; }
.credential-card strong { display: block; font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 8px; letter-spacing: 0.02em; word-break: break-word; }
.credential-card span { font-size: 15px; color: #D4E8F4; line-height: 1.5; }

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.svc-section { padding: 64px 0; position: relative; }
.svc-section-light { background: #F8F6F2; }
.svc-section-sand { background: #E9DED1; }
.svc-section + .svc-section { border-top: 1px solid rgba(15,33,55,0.12); }
.svc-section + .svc-section::before { content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: var(--sand-border);
}
.svc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.svc-split-text .eyebrow { margin-bottom: 14px; }
.svc-split-title { font-family: 'Oswald', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; color: var(--navy); line-height: 1.05; margin-bottom: 20px; }
.svc-split-desc { font-size: 16px; color: var(--text-light); line-height: 1.85; margin-bottom: 32px; }
.svc-split-items { display: flex; flex-direction: column; gap: 20px; }
.svc-split-item { padding-left: 16px; border-left: 2px solid var(--navy-light); }
.svc-split-item strong { display: block; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 4px; letter-spacing: 0.02em; }
.svc-split-item span { font-size: 16px; color: var(--text); line-height: 1.65; }
.svc-split-media { position: relative; }
.svc-split-photo { width: 100%; height: 420px; object-fit: cover; object-position: center; border-radius: 16px; display: block; }
.svc-split-stat { position: absolute; bottom: 24px; left: 24px; background: var(--navy); padding: 16px 24px; border-radius: 12px; border-left: 3px solid var(--sand); }
.svc-split-stat strong { display: block; font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 700; color: var(--white); line-height: 1; }
.svc-split-stat span { font-size: 11px; color: var(--text-muted); letter-spacing: 0.1em; text-transform: uppercase; }
.svc-form-section { background: var(--navy); padding: 88px 0; }
.svc-form-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.svc-form-title { font-family: 'Oswald', sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: var(--white); margin-bottom: 14px; line-height: 1.05; }
.svc-form-left p { font-size: 16px; color: var(--text-muted); line-height: 1.75; margin-bottom: 24px; }
.svc-form-phone { display: inline-flex; align-items: center; gap: 10px; font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; color: var(--sand); letter-spacing: 0.04em; transition: opacity 0.2s; }
.svc-form-phone:hover { opacity: 0.8; }
.svc-form { display: flex; flex-direction: column; gap: 16px; }
.svc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.svc-form-field { display: flex; flex-direction: column; gap: 6px; }
.svc-form-field label { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
.svc-form input, .svc-form select, .svc-form textarea { width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: var(--white); padding: 12px 16px; font-family: 'Source Sans 3', sans-serif; font-size: 15px; outline: none; border-radius: 8px; transition: border-color 0.2s; appearance: none; }
.svc-form input::placeholder, .svc-form textarea::placeholder { color: rgba(255,255,255,0.3); }
.svc-form input:focus, .svc-form select:focus, .svc-form textarea:focus { border-color: rgba(255,255,255,0.4); }
.svc-form select option { background: var(--navy); color: var(--white); }
.svc-form textarea { resize: vertical; min-height: 100px; }
.svc-form .btn-primary { align-self: flex-start; margin-top: 8px; }
.form-success p { font-size: 16px; color: var(--text-light); line-height: 1.75; }
.form-success a { color: var(--blue-light); font-weight: 600; }
/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .legacy-split { grid-template-columns: 1fr; }
  .legacy-photo { min-height: 360px; }
  .legacy-content { padding: 56px 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .hero-arrow-bg { display: none; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  body { padding-bottom: 0; }
  .services-layout { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .areas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-top { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-btns { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .team-grid { grid-template-columns: 1fr; gap: 40px; }
  .team-watermark { font-size: 80px; }
  .timeline-spine { display: none; }
  .tl-item { display: flex; flex-direction: row; align-items: flex-start; gap: 16px; padding: 24px 0; }
  .tl-item .tl-content { order: 2; text-align: left; padding: 0; flex: 1; }
  .tl-item .tl-center { order: 1; flex-shrink: 0; padding-top: 4px; }
  .tl-item .tl-year { display: none; }
  .tl-left .tl-content { text-align: left; padding: 0; }
  .tl-right .tl-content { text-align: left; padding: 0; }
  .tl-right { flex-direction: row; }
  .tl-right .tl-center { order: 1; }
  .tl-right .tl-content { order: 2; }
  .credentials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-split { grid-template-columns: 1fr; gap: 40px; }
  .svc-split-photo-left .svc-split-media { order: -1; }
  .svc-form-inner { grid-template-columns: 1fr; gap: 40px; }
  .svc-form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  section { padding: 56px 0; }
  .section-inner { padding: 0 20px; }
  .topbar-inner { padding: 0 20px; }
  .nav-inner { padding: 0 20px; }
  .hero h1 { font-size: 38px; }
  .hero-phone-num { font-size: 26px; }
  .hero-btns { flex-direction: column; }
  .hero-inner { padding: 60px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .credentials-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .trust-inner { flex-direction: column; padding: 0 20px; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); padding: 14px 0; }
  .trust-item:last-child { border-bottom: none; }
  .topbar-left { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-btns { flex-direction: column; width: 100%; }
  .cta-btns a { text-align: center; }
  .legacy-content { padding: 40px 24px; }
  .legacy-headline { font-size: 44px; }
  .legacy-stats { flex-wrap: wrap; gap: 16px; }
  .svc-section { padding: 56px 0; }
  .svc-split-photo { height: 280px; }
  .svc-form-section { padding: 56px 0; }
  .tl-content h3 { font-size: 17px; }
  .page-hero-breadcrumb-inner { padding: 0 20px; }
  .page-hero-inner { padding: 24px 20px 0; }
  .contact-info-icon-block { padding: 16px; gap: 14px; }
  .contact-icon-circle { width: 40px; height: 40px; }
  .contact-icon-circle i { font-size: 15px; }
  .contact-phone { font-size: 24px; }
  .contact-email-link { font-size: 15px; }
  .contact-hours-block { padding: 16px; }
  .contact-hours-row { flex-direction: column; gap: 2px; }
  .contact-bottom-row { grid-template-columns: 1fr; gap: 16px; padding-top: 20px; }
}

/* ── BEAT ANY QUOTE ── */
.beat-quote { background: var(--navy-light); padding: 72px 0; }
.beat-quote-inner { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; }
.beat-quote-text .eyebrow { margin-bottom: 12px; }
.beat-quote-text h2 { font-family: 'Oswald', sans-serif; font-size: clamp(26px, 3.5vw, 42px); font-weight: 700; color: var(--white); line-height: 1.05; margin-bottom: 16px; }
.beat-quote-text p { font-size: 16px; color: var(--text-muted); line-height: 1.8; max-width: 560px; }
.beat-quote-cta { display: flex; flex-direction: column; gap: 14px; align-items: center; flex-shrink: 0; justify-content: center; }

@media (max-width: 900px) {
  .beat-quote-inner { grid-template-columns: 1fr; gap: 32px; }
  .beat-quote-cta { flex-direction: row; flex-wrap: wrap; }
}

/* ============================================================
   REVIEWS PAGE
   ============================================================ */

.reviews-summary { background: var(--sand); padding: 64px 0; border-bottom: 1px solid var(--sand-border); }
.reviews-summary-inner { display: grid; grid-template-columns: auto 1px 1fr; gap: 56px; align-items: center; }
.reviews-summary-score { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.reviews-big-num { font-family: 'Oswald', sans-serif; font-size: 72px; font-weight: 700; color: var(--navy); line-height: 1; }
.reviews-summary-stars { display: flex; gap: 4px; }
.reviews-summary-stars i { font-size: 20px; color: #C8924A; }
.reviews-summary-label { font-size: 12px; color: var(--text-light); letter-spacing: 0.1em; text-transform: uppercase; }
.reviews-summary-divider { width: 1px; height: 100px; background: var(--sand-border); }
.reviews-summary-text h2 { font-family: 'Oswald', sans-serif; font-size: clamp(22px, 3vw, 36px); font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.reviews-summary-text p { font-size: 16px; color: var(--text-light); line-height: 1.75; margin-bottom: 20px; max-width: 520px; }
.reviews-google-link { display: inline-flex; align-items: center; gap: 8px; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; color: var(--blue-light); letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid var(--blue-light); padding-bottom: 2px; transition: opacity 0.2s; }
.reviews-google-link:hover { opacity: 0.75; }

.reviews-page { background: var(--off-white); padding: 80px 0; }
.reviews-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 48px; }
.review-card-full { background: var(--white); border-radius: 12px; padding: 32px 28px; border-top: 3px solid var(--navy-light); display: flex; flex-direction: column; gap: 16px; }
.review-card-full .review-stars { display: flex; gap: 4px; }
.review-card-full .review-stars i { font-size: 14px; color: #C8924A; }
.review-card-full blockquote { font-size: 17px; color: var(--text); line-height: 1.8; font-style: italic; flex: 1; }
.review-card-full .review-footer { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--sand-border); }
.review-source { margin-left: auto; color: var(--text-muted); font-size: 16px; }
.reviews-note { background: var(--sand); border-radius: 12px; padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.reviews-note p { font-size: 13px; color: var(--text-light); font-style: italic; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-page { background: var(--sand); padding: 88px 0 120px; }
.contact-split { display: grid; grid-template-columns: 380px 1fr; gap: 72px; align-items: start; }

.contact-info { display: flex; flex-direction: column; gap: 0; }
.contact-info-icon-block { display: flex; align-items: flex-start; gap: 20px; padding: 24px; border: 1px solid var(--sand-border); border-radius: 12px; background: var(--off-white); margin-bottom: 16px; }
.contact-icon-circle { width: 48px; height: 48px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon-circle i { font-size: 18px; color: var(--sand); }
.contact-info-strong { display: block; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.contact-emergency { color: var(--blue-light); font-weight: 600; }
.contact-email-link { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: var(--navy); transition: opacity 0.2s; }
.contact-email-link:hover { opacity: 0.75; }
.contact-hours-block { padding: 24px; border: 1px solid var(--sand-border); border-radius: 12px; background: var(--off-white); margin-bottom: 16px; }
.contact-hours-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.contact-hours-header i { font-size: 16px; color: var(--navy); }
.contact-hours-header strong { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: var(--navy); }
.contact-bottom-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding-top: 28px; }
.contact-info-block .eyebrow { margin-bottom: 10px; }
.contact-phone { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: var(--navy); letter-spacing: 0.02em; display: block; margin-bottom: 8px; transition: opacity 0.2s; }
.contact-phone:hover { opacity: 0.75; }
.contact-email { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: var(--blue-light); display: block; margin-bottom: 8px; transition: opacity 0.2s; }
.contact-email:hover { opacity: 0.75; }
.contact-info-block p { font-size: 16px; color: var(--text); line-height: 1.65; }
.contact-hours { display: flex; flex-direction: column; gap: 8px; }
.contact-hours-row { display: flex; justify-content: space-between; font-size: 16px; color: var(--text); padding-bottom: 8px; border-bottom: 1px solid var(--sand-border); }
.contact-hours-row:last-child { border-bottom: none; }
.contact-hours-emergency { color: var(--navy); font-weight: 600; }
.contact-hours-emergency i { color: var(--blue-light); font-size: 12px; }
.contact-license { font-size: 16px; color: var(--text); }
.contact-beat-quote { background: var(--navy); border-radius: 12px; padding: 20px 20px; display: flex; align-items: flex-start; gap: 16px; border-left: 3px solid var(--sand); }
.contact-beat-quote i { font-size: 20px; color: var(--sand); flex-shrink: 0; margin-top: 2px; }
.contact-beat-quote strong { display: block; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.contact-beat-quote span { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

.contact-form-wrap { background: var(--white); border-radius: 16px; padding: 40px 36px; border: 1px solid var(--sand-border); }
.contact-form-title { font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.contact-form-sub { font-size: 16px; color: var(--text-light); margin-bottom: 32px; }
.contact-form-page { display: flex; flex-direction: column; gap: 16px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-field { display: flex; flex-direction: column; gap: 6px; }
.contact-field label { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text); }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; background: var(--off-white); border: 1px solid var(--sand-border); color: var(--navy); padding: 12px 16px; font-family: 'Source Sans 3', sans-serif; font-size: 15px; outline: none; border-radius: 8px; transition: border-color 0.2s; appearance: none; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: var(--text-muted); }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--navy-light); background: var(--white); }
.contact-field textarea { resize: vertical; min-height: 120px; }
.contact-form-page .btn-navy { margin-top: 8px; width: 100%; justify-content: center; }
.form-disclaimer { font-size: 13px; color: var(--text-light); text-align: center; margin-top: 12px; line-height: 1.6; }
.form-disclaimer a { color: var(--blue-light); font-weight: 600; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .reviews-summary-inner { grid-template-columns: 1fr; gap: 32px; }
  .reviews-summary-divider { display: none; }
  .reviews-page-grid { grid-template-columns: 1fr; }
  .contact-split { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-bottom-row { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 600px) {
  .contact-form-wrap { padding: 28px 20px; }
}

/* ── CTA BAND BUTTONS (high contrast on dark bg) ── */
.btn-cta-primary { background: var(--white); color: var(--navy); padding: 14px 30px; border: none; cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; border-radius: 8px; transition: background 0.2s; }
.btn-cta-primary:hover { background: var(--sand); }
.btn-cta-secondary { background: transparent; color: var(--white); padding: 13px 30px; border: 2px solid rgba(255,255,255,0.6); cursor: pointer; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; border-radius: 8px; transition: border-color 0.2s; }
.btn-cta-secondary:hover { border-color: var(--white); }

/* ── CONTACT BEAT QUOTE (top of form) ── */
.contact-beat-quote-top { background: var(--navy); border-radius: 10px; padding: 16px 20px; display: flex; align-items: flex-start; gap: 14px; border-left: 3px solid var(--sand); margin-bottom: 24px; }
.contact-beat-quote-top i { font-size: 18px; color: var(--sand); flex-shrink: 0; margin-top: 2px; }
.contact-beat-quote-top strong { display: block; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.contact-beat-quote-top span { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ── REVIEW READ MORE ── */
.review-read-more { color: var(--blue-light); font-weight: 600; font-style: normal; white-space: nowrap; transition: opacity 0.2s; }
.review-read-more:hover { opacity: 0.75; }


/* ── ABOUT FAMILY SECTION ── */
.about-family { background: var(--sand); padding: 88px 0; }
.about-family-inner { display: grid; grid-template-columns: 1fr 440px; gap: 56px; align-items: start; }
.about-family-photo { border-radius: 16px; overflow: hidden; }
.about-family-photo-inner { width: 100%; height: 480px; object-fit: cover; object-position: center; border-radius: 16px; display: block; }
.about-family-text .eyebrow { margin-bottom: 12px; }
.about-family-text .section-title { margin-bottom: 24px; }
.about-family-text p { font-size: 16px; color: var(--text-light); line-height: 1.85; margin-bottom: 20px; }
.about-family-text p:last-child { margin-bottom: 0; }
.about-family-stats { background: var(--navy); border-radius: 16px; padding: 40px 32px; display: flex; flex-direction: column; gap: 0; position: sticky; top: 100px; }
.about-stat { padding: 24px 0; }
.about-stat-num { font-family: 'Oswald', sans-serif; font-size: 48px; font-weight: 700; color: var(--white); line-height: 1; margin-bottom: 6px; }
.about-stat-label { font-size: 11px; color: var(--text-muted); letter-spacing: 0.12em; text-transform: uppercase; }
.about-stat-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.08); }

/* ── PROJECTS PAGE ── */
.projects-page { background: var(--off-white); padding: 88px 0; }
.project-entry { margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid var(--sand-border); }
.project-entry:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.project-meta { margin-bottom: 28px; }
.project-number { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; font-family: 'Oswald', sans-serif; }
.project-title { font-family: 'Oswald', sans-serif; font-size: clamp(24px, 3vw, 38px); font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.05; }
.project-desc { font-size: 16px; color: var(--text-light); line-height: 1.8; max-width: 620px; margin-bottom: 12px; }
.project-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-light); background: var(--sand); border: 1px solid var(--sand-border); padding: 6px 14px; border-radius: 999px; }
.project-tag i { font-size: 10px; }
.project-media { display: grid; grid-template-columns: 280px 1fr; gap: 12px; align-items: start; }
.project-video { position: relative; border-radius: 12px; overflow: hidden; background: var(--navy); }
.project-video-player { width: 100%; height: auto; min-height: 652px; object-fit: cover; display: block; border-radius: 12px; }
.project-photos { display: grid; gap: 12px; }
.project-photos-top,
.project-photos-bottom { display: grid; gap: 12px; }
.project-photos-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-photos-bottom { grid-template-columns: 1fr; }
.project-photos.sewer-photos .project-photos-top { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.project-photos.sewer-photos .project-photos-bottom { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; align-items: start; }
.project-photos.sewer-photos .project-photos-bottom > .project-photo:only-child { grid-column: 1 / -1; }
.project-photo { border-radius: 12px; overflow: hidden; background: var(--sand-dark); cursor: pointer; line-height: 0; font-size: 0; display: block; }
.project-photo-large img { height: 420px; }
.project-photo-small img { height: 320px; }
.project-photo img { width: 100%; height: 320px; object-fit: cover; object-position: center; display: block; transition: transform 0.35s ease; vertical-align: bottom; }
.project-photo-wide { width: 100%; }
.project-photo:hover img { transform: scale(1.04); }

/* Projects lightbox */
.proj-lightbox { display: none; position: fixed; inset: 0; background: rgba(10,20,36,0.97); z-index: 999; align-items: center; justify-content: center; padding: 24px; cursor: pointer; }
.proj-lightbox.open { display: flex; }
.proj-lightbox-content { position: relative; max-width: 860px; width: 100%; cursor: default; }
.proj-lightbox-close { position: absolute; top: 12px; right: 12px; background: rgba(10,24,42,0.7); border: none; color: var(--sand); font-size: 20px; cursor: pointer; opacity: 0.9; transition: opacity 0.2s; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 10; }
.proj-lightbox-close:hover { opacity: 1; }
.proj-lightbox-img { width: 100%; border-radius: 12px; display: block; }
.proj-lightbox-video { max-width: 380px; margin: 0 auto; position: relative; padding-bottom: 177.78%; border-radius: 12px; overflow: hidden; }
.proj-lightbox-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.proj-lightbox-caption { margin-top: 14px; text-align: center; }
.proj-lightbox-caption h3 { font-family: 'Oswald', sans-serif; font-size: 18px; color: var(--white); margin-bottom: 4px; }
.proj-lightbox-caption p { font-size: 13px; color: var(--text-muted); }

@media (max-width: 600px) {
  .proj-lightbox { padding: 12px; }
  .proj-lightbox-close { top: 8px; right: 8px; width: 32px; height: 32px; font-size: 18px; }
  .proj-lightbox-caption p { font-size: 12px; }
}

@media (max-width: 900px) {
  .about-family-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-family-photo { position: static; }
  .about-family-photo-inner { height: auto; }
  .about-stat { flex: 1; min-width: 120px; }
  .about-stat-divider { display: none; }
  .project-media { grid-template-columns: 1fr; }
  .project-photos.sewer-photos .project-photos-top,
  .project-photos.sewer-photos .project-photos-bottom,
  .project-photos-top { grid-template-columns: 1fr; }
  .project-video-player { min-height: 260px; }
}
@media (max-width: 600px) {
  .projects-page { padding: 56px 0; }
  .about-family { padding: 56px 0; }
  .project-photos-top { grid-template-columns: 1fr; }
  .about-family-stats { flex-direction: column; }
}
