/* ==========================================================================
   5Star Plumbing Seaside — Main Stylesheet
   ========================================================================== */

:root {
  /* Brand colors */
  --navy-900: #071b2e;
  --navy-800: #0c2740;
  --navy-700: #123655;
  --navy-600: #1a4670;
  --copper-700: #8a4419;
  --copper-600: #a8541f;
  --copper-500: #c1652f;
  --copper-400: #dd8a4b;
  --copper-300: #f0af7c;
  --gold-500: #f2a541;
  --white: #ffffff;
  --gray-50: #f7f8fa;
  --gray-100: #eef1f5;
  --gray-200: #e2e7ee;
  --gray-300: #cbd3dd;
  --gray-500: #7c8a9a;
  --gray-600: #57687b;
  --gray-700: #3c4a5a;
  --success-600: #1f8a4c;

  /* Type */
  --font-head: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;

  /* Effects */
  --shadow-sm: 0 2px 8px rgba(7, 27, 46, 0.08);
  --shadow-md: 0 8px 24px rgba(7, 27, 46, 0.12);
  --shadow-lg: 0 20px 48px rgba(7, 27, 46, 0.18);
  --shadow-copper: 0 10px 30px rgba(161, 84, 31, 0.35);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--gray-700);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  color: var(--navy-900);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.section-alt { background: var(--gray-50); }
.section-navy {
  background: linear-gradient(155deg, var(--navy-900), var(--navy-700) 70%);
  color: var(--gray-200);
}
.section-navy h2, .section-navy h3 { color: var(--white); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper-600);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--copper-500);
  display: inline-block;
}
.section-navy .eyebrow { color: var(--copper-300); }

.section-head { max-width: 680px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--gray-600); font-size: 1.08rem; }
.section-navy .section-head p { color: var(--gray-300); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-primary {
  background: linear-gradient(135deg, var(--copper-500), var(--copper-600));
  color: var(--white);
  box-shadow: var(--shadow-copper);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(161, 84, 31, 0.42); }

.btn-secondary {
  background: var(--white);
  color: var(--navy-800);
  box-shadow: var(--shadow-md);
}
.btn-secondary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.12); border-color: var(--white); }

.btn-outline-dark {
  background: transparent;
  color: var(--navy-800);
  border: 1.5px solid var(--gray-300);
}
.btn-outline-dark:hover { border-color: var(--copper-500); color: var(--copper-600); }

.btn-block { width: 100%; }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy-900);
  color: var(--gray-300);
  font-size: 0.86rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color var(--transition); }
.topbar a:hover { color: var(--copper-300); }
.topbar svg { width: 14px; height: 14px; }
.topbar-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-500);
  font-weight: 600;
}
.topbar-badge svg { width: 14px; height: 14px; }
.topbar-social { display: flex; gap: 12px; }
.topbar-social a {
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.topbar-social a:hover { background: var(--copper-500); color: var(--white); }
.topbar-social svg { width: 13px; height: 13px; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 18px rgba(7, 27, 46, 0.08);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

/* Logo (code-built, no image) */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.logo-badge {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--navy-800), var(--navy-900));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.08), var(--shadow-md);
  flex-shrink: 0;
}
.logo-badge svg { width: 30px; height: 30px; }
.logo-badge .logo-num {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--copper-400), var(--copper-600));
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(161,84,31,0.5);
  border: 2px solid var(--white);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text .logo-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.28rem;
  color: var(--navy-900);
  letter-spacing: -0.01em;
}
.logo-text .logo-title span { color: var(--copper-500); }
.logo-text .logo-sub {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-top: 2px;
}

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 10px 16px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--navy-800);
  border-radius: 999px;
  transition: background var(--transition), color var(--transition);
  position: relative;
}
.main-nav a:hover { background: var(--gray-100); color: var(--copper-600); }
.main-nav a.active { background: var(--navy-900); color: var(--white); }

.nav-cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav-call {
  display: none;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy-900);
}
.nav-call .icon-circle {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gray-100);
  display: flex; align-items: center; justify-content: center;
  color: var(--copper-600);
}
.nav-call .icon-circle svg { width: 18px; height: 18px; }
.nav-call small { display: block; font-weight: 500; font-size: 0.72rem; color: var(--gray-500); }

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--gray-100);
}
.hamburger span { width: 20px; height: 2px; background: var(--navy-900); border-radius: 2px; transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 1000px) {
  .hamburger { display: none; }
  .nav-call { display: flex; }
}
@media (max-width: 999px) {
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    top: 0;
    height: 100vh;
    width: min(320px, 82vw);
    background: var(--navy-900);
    flex-direction: column;
    align-items: stretch;
    padding: 100px 26px 26px;
    gap: 4px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 600;
    overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { color: var(--gray-200); padding: 14px 16px; font-size: 1.05rem; }
  .main-nav a:hover { background: rgba(255,255,255,0.08); color: var(--copper-300); }
  .main-nav a.active { background: var(--copper-500); color: var(--white); }
  .nav-overlay {
    display: none;
    position: fixed; inset: 0; background: rgba(7,27,46,0.55);
    z-index: 550;
  }
  .nav-overlay.open { display: block; }
  .topbar-left span.hide-mobile, .topbar .topbar-badge span { display: none; }
}
@media (max-width: 560px) {
  .topbar-social { display: none; }
}
@media (max-width: 480px) {
  /* Prevent header overflow on narrow phones: drop the header CTA button
     (the sticky bottom call/quote bar and the mobile menu both already
     offer "Get Free Quote") and shrink the logo so the hamburger always
     stays on-screen and clickable. */
  .nav-cta .btn-primary { display: none; }
  .nav-cta { gap: 10px; }
  .logo { gap: 9px; }
  .logo-badge { width: 42px; height: 42px; border-radius: 12px; }
  .logo-badge svg { width: 24px; height: 24px; }
  .logo-badge .logo-num { width: 18px; height: 18px; font-size: 0.6rem; }
  .logo-text .logo-title { font-size: 1.05rem; }
  .logo-text .logo-sub { font-size: 0.58rem; letter-spacing: 0.1em; }
}
@media (max-width: 380px) {
  .container { padding: 0 16px; }
}

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--copper-700) 140%);
  color: var(--white);
  overflow: hidden;
  padding: 96px 0 120px;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.hero::before {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(193,101,47,0.35), transparent 70%);
  top: -160px; right: -120px;
}
.hero::after {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
  bottom: -180px; left: -100px;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; } }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.pill svg { width: 14px; height: 14px; color: var(--gold-500); }

.hero h1 { color: var(--white); margin-bottom: 20px; }
.hero h1 span { color: var(--copper-300); }
.hero-lead { font-size: 1.14rem; color: var(--gray-200); max-width: 560px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 28px;
}
.hero-stats div strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.7rem;
  color: var(--white);
}
.hero-stats div span { font-size: 0.8rem; color: var(--gray-300); }

.hero-media {
  position: relative;
}
.hero-media .frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid rgba(255,255,255,0.12);
  aspect-ratio: 4/5;
}
.hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .float-card {
  position: absolute;
  background: var(--white);
  color: var(--navy-900);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 230px;
}
.hero-media .float-card.top { top: -22px; left: -26px; }
.hero-media .float-card.bottom { bottom: -22px; right: -22px; }
.hero-media .float-card .icon-circle {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--copper-400), var(--copper-600));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-media .float-card .icon-circle svg { width: 20px; height: 20px; }
.hero-media .float-card strong { display: block; font-size: 0.92rem; font-family: var(--font-head); }
.hero-media .float-card span { font-size: 0.76rem; color: var(--gray-600); }
@media (max-width: 560px) {
  .hero-media .float-card { display: none; }
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy-900), var(--navy-700) 75%);
  color: var(--white);
  padding: 68px 0 64px;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(193,101,47,0.3), transparent 70%);
  top: -180px; right: -80px;
}
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; font-size: 0.85rem; color: var(--gray-300); margin-bottom: 16px; }
.breadcrumbs a:hover { color: var(--copper-300); }
.page-hero h1 { color: var(--white); margin-bottom: 12px; max-width: 760px; }
.page-hero p.lead { color: var(--gray-300); max-width: 620px; font-size: 1.05rem; }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 26px 0; }
.trust-bar .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item .icon-circle {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gray-100); color: var(--copper-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-item .icon-circle svg { width: 20px; height: 20px; }
.trust-item strong { display: block; font-family: var(--font-head); font-size: 0.92rem; color: var(--navy-900); }
.trust-item span { font-size: 0.78rem; color: var(--gray-500); }
@media (max-width: 900px) { .trust-bar .container { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .trust-bar .container { grid-template-columns: 1fr; } }

/* ---------- Service cards ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
@media (max-width: 980px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 34px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card .icon-circle {
  width: 60px; height: 60px; border-radius: 16px;
  background: linear-gradient(145deg, var(--navy-800), var(--navy-900));
  color: var(--copper-300);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-card .icon-circle svg { width: 28px; height: 28px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--gray-600); font-size: 0.96rem; flex-grow: 1; }
.service-card .card-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--copper-600);
  font-size: 0.92rem;
  transition: gap var(--transition);
}
.service-card .card-link svg { width: 15px; height: 15px; transition: transform var(--transition); }
.service-card:hover .card-link svg { transform: translateX(4px); }
.service-card .num-tag {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.75rem;
  color: var(--gray-300);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  display: block;
}

/* Service detail page */
.service-detail-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 900px) { .service-detail-hero { grid-template-columns: 1fr; } }
.service-detail-hero .media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.service-detail-hero .media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }

.feature-list { display: grid; gap: 14px; margin: 26px 0; }
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  color: var(--gray-700);
}
.feature-list .check {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(31,138,76,0.12); color: var(--success-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
}
.feature-list .check svg { width: 13px; height: 13px; }

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
@media (max-width: 900px) { .process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .process-steps { grid-template-columns: 1fr; } }
.process-step {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px 22px 24px;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}
.process-step .step-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--copper-400), var(--copper-600));
  color: var(--white);
  font-family: var(--font-head); font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.process-step h3 { font-size: 1.06rem; margin-bottom: 8px; }
.process-step p { font-size: 0.9rem; color: var(--gray-600); margin: 0; }

.related-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 900px) { .related-services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .related-services { grid-template-columns: 1fr; } }
.related-card {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; color: var(--navy-800);
}
.related-card:hover { border-color: var(--copper-400); background: var(--gray-50); transform: translateY(-3px); }
.related-card .icon-circle { width: 36px; height: 36px; border-radius: 10px; background: var(--gray-100); color: var(--copper-600); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.related-card .icon-circle svg { width: 17px; height: 17px; }

/* ---------- About / values ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-media { position: relative; }
.about-media .frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-media .frame img { aspect-ratio: 4/5; object-fit: cover; }
.about-media .badge-float {
  position: absolute; bottom: -24px; left: -24px;
  background: var(--navy-900); color: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.about-media .badge-float strong { display: block; font-family: var(--font-head); font-size: 1.6rem; color: var(--copper-300); }
.about-media .badge-float span { font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gray-300); }
@media (max-width: 560px) { .about-media .badge-float { display: none; } }

.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 26px; }
@media (max-width: 560px) { .values-grid { grid-template-columns: 1fr; } }
.value-item { display: flex; gap: 14px; align-items: flex-start; }
.value-item .icon-circle { width: 44px; height: 44px; border-radius: 12px; background: var(--gray-100); color: var(--copper-600); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.value-item .icon-circle svg { width: 20px; height: 20px; }
.value-item h3 { font-size: 1rem; margin-bottom: 4px; }
.value-item p { font-size: 0.88rem; color: var(--gray-600); margin: 0; }

/* ---------- Stats strip ---------- */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 760px) { .stats-strip { grid-template-columns: repeat(2, 1fr); } }
.stat-box strong { display: block; font-family: var(--font-head); font-size: 2.3rem; color: var(--copper-300); }
.stat-box span { font-size: 0.85rem; color: var(--gray-300); letter-spacing: 0.02em; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4/3;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(7,27,46,0.85), transparent 55%);
  display: flex; align-items: flex-end; padding: 18px;
  opacity: 0; transition: opacity var(--transition);
}
.gallery-item:hover .overlay { opacity: 1; }
.gallery-item .overlay span { color: var(--white); font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; }
.gallery-item .zoom-icon {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--transition);
}
.gallery-item:hover .zoom-icon { opacity: 1; }
.gallery-item .zoom-icon svg { width: 15px; height: 15px; color: var(--navy-900); }

.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(7,27,46,0.92);
  display: none;
  align-items: center; justify-content: center;
  padding: 40px 20px;
}
.lightbox.open { display: flex; }
.lightbox figure { max-width: 900px; max-height: 85vh; }
.lightbox img { max-height: 78vh; width: auto; margin: 0 auto; border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); }
.lightbox figcaption { color: var(--gray-200); text-align: center; margin-top: 14px; font-size: 0.92rem; }
.lightbox .lb-close, .lightbox .lb-nav {
  position: absolute;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
.lightbox .lb-close:hover, .lightbox .lb-nav:hover { background: var(--copper-500); }
.lightbox .lb-close { top: 24px; right: 24px; }
.lightbox .lb-nav svg, .lightbox .lb-close svg { width: 20px; height: 20px; }
.lightbox .lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
@media (max-width: 700px) {
  .lightbox .lb-prev, .lightbox .lb-next { width: 40px; height: 40px; }
  .lightbox .lb-close { top: 12px; right: 12px; }
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--copper-600), var(--copper-500) 60%, var(--gold-500));
  border-radius: var(--radius-lg);
  padding: 52px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  color: var(--white);
  box-shadow: var(--shadow-copper);
}
.cta-banner h2 { color: var(--white); margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,0.9); margin: 0; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- FAQ accordion ---------- */
.faq-list { display: grid; gap: 14px; max-width: 820px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  text-align: left;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--navy-900);
}
.faq-question .plus {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--gray-100); color: var(--copper-600);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition), background var(--transition);
}
.faq-item.open .faq-question .plus { background: var(--copper-500); color: var(--white); transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 22px;
}
.faq-answer p { color: var(--gray-600); font-size: 0.95rem; padding-bottom: 20px; margin: 0; }
.faq-item.open .faq-answer { max-height: 320px; }

/* ---------- Service area ---------- */
.area-list { display: flex; flex-wrap: wrap; gap: 12px; }
.area-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  font-family: var(--font-head); font-weight: 600; font-size: 0.88rem;
  color: var(--navy-800);
}
.area-chip svg { width: 14px; height: 14px; color: var(--copper-500); }

/* ---------- Contact page ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 46px;
  align-items: start;
}
@media (max-width: 940px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-card {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  padding: 30px;
}
.contact-info-item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--gray-200); }
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item .icon-circle {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--gray-100); color: var(--copper-600);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-info-item .icon-circle svg { width: 20px; height: 20px; }
.contact-info-item strong { display: block; font-family: var(--font-head); font-size: 0.98rem; color: var(--navy-900); margin-bottom: 3px; }
.contact-info-item span, .contact-info-item a { font-size: 0.92rem; color: var(--gray-600); display: block; }
.contact-info-item a:hover { color: var(--copper-600); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.85rem; font-weight: 600; color: var(--navy-800); font-family: var(--font-head); }
.form-field input,
.form-field select,
.form-field textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  background: var(--gray-50);
  transition: border-color var(--transition), background var(--transition);
  color: var(--navy-900);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--copper-500);
  background: var(--white);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.8rem; color: var(--gray-500); margin-top: -6px; }
.form-success {
  display: none;
  align-items: center;
  gap: 12px;
  background: rgba(31,138,76,0.1);
  border: 1px solid rgba(31,138,76,0.3);
  color: var(--success-600);
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.92rem;
  margin-top: 16px;
}
.form-success.show { display: flex; }
.form-success svg { width: 20px; height: 20px; flex-shrink: 0; }

.map-frame {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
  margin-top: 30px;
}
.map-frame iframe { width: 100%; height: 340px; border: 0; display: block; }

.emergency-strip {
  background: var(--navy-900);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  border: 1px solid rgba(255,255,255,0.08);
}
.emergency-strip .icon-circle {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--copper-400), var(--copper-600));
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.emergency-strip .icon-circle svg { width: 22px; height: 22px; color: var(--white); }
.emergency-strip strong { display: block; font-family: var(--font-head); }
.emergency-strip span { font-size: 0.86rem; color: var(--gray-300); }
.emergency-strip a.btn { margin-left: auto; }
@media (max-width: 640px) { .emergency-strip { flex-direction: column; text-align: center; } .emergency-strip a.btn { margin-left: 0; } }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-900);
  color: var(--gray-300);
  padding-top: 72px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--white); font-family: var(--font-head); font-size: 1rem; margin-bottom: 20px; }
.footer-about p { font-size: 0.9rem; color: var(--gray-300); max-width: 320px; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: 0.9rem; color: var(--gray-300); transition: color var(--transition); }
.footer-links a:hover { color: var(--copper-300); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: 0.9rem; }
.footer-contact svg { width: 16px; height: 16px; color: var(--copper-400); flex-shrink: 0; margin-top: 3px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
.footer-social a:hover { background: var(--copper-500); }
.footer-social svg { width: 15px; height: 15px; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
  font-size: 0.82rem;
  color: var(--gray-500);
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a:hover { color: var(--copper-300); }
.footer-bottom-links { display: flex; gap: 20px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ---------- Misc ---------- */
.badge-strip { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.badge-strip .badge-item { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600; font-size: 0.86rem; color: var(--gray-600); }
.badge-strip svg { width: 22px; height: 22px; color: var(--copper-500); }

.divider { height: 1px; background: var(--gray-200); margin: 48px 0; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }

.back-to-top {
  position: fixed;
  bottom: 26px; right: 26px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--copper-500);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-copper);
  opacity: 0; visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 400;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top svg { width: 20px; height: 20px; }

.sticky-call-mobile {
  display: none;
}
@media (max-width: 720px) {
  .sticky-call-mobile {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 450;
    background: var(--navy-900);
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
  }
  .sticky-call-mobile a {
    flex: 1;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px;
    border-radius: 999px;
    font-family: var(--font-head); font-weight: 700; font-size: 0.92rem;
  }
  .sticky-call-mobile a.call { background: var(--copper-500); color: var(--white); }
  .sticky-call-mobile a.quote { background: rgba(255,255,255,0.1); color: var(--white); border: 1px solid rgba(255,255,255,0.2); }
  .sticky-call-mobile svg { width: 16px; height: 16px; }
  body { padding-bottom: 74px; }
}

/* ---------- 404 ---------- */
.error-page { text-align: center; padding: 120px 0; }
.error-page .code { font-family: var(--font-head); font-weight: 800; font-size: 7rem; color: var(--gray-200); line-height: 1; }
.error-page h1 { margin-bottom: 14px; }
.error-page p { color: var(--gray-600); max-width: 460px; margin: 0 auto 30px; }
