@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:wght@600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #76b163;
  --primary-dark:   #5a9149;
  --primary-deeper: #3f6e32;
  --accent:         #76b163;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --surface-2:      #E8E5DE;
  --ink:            #0C0C0F;
  --ink-mid:        #2a2a2d;
  --muted:          #5A5852;
  --muted-light:    #8a8680;
  --border:         rgba(12,12,15,0.14);
  --border-strong:  rgba(12,12,15,0.28);
  --header-height:  72px;
}

@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  font-size: 16px;
}

body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-weight: 500;
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Heading anchors render as headings, NOT links */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

/* Universal image cap */
img { max-width: 100%; height: auto; display: block; }

section img:not(.hero-bg):not([class*="full-bleed"]):not([class*="fullbleed"]) {
  max-height: 640px;
  object-fit: cover;
}

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 64px !important;
  max-width: 220px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.footer img, footer img {
  max-height: 48px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.page-header, [class*="page-header"], .about-feature, .about-hero {
  position: relative; overflow: hidden; max-height: 64vh;
}
.page-header > img, [class*="page-header"] > img, .page-header-bg,
.about-feature > img:first-of-type, .about-hero-bg,
.page-header img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%; z-index: 0;
}
section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

[class*="gallery-grid"] > [class*="gallery-tile"],
[class*="gallery-grid"] > a,
[class*="gallery-grid"] > figure {
  grid-column: auto; width: auto; max-width: 100%; height: auto; min-height: 0;
}
[class*="gallery-tile"] { aspect-ratio: 4 / 3; overflow: hidden; }
[class*="gallery-tile"] > img { width: 100%; height: 100%; object-fit: cover; }

.hero-split { display: grid; grid-template-columns: 60% 40%; min-height: 88vh; gap: 0; }
.hero-split-text {
  background: var(--canvas); padding: clamp(48px, 7vw, 96px);
  display: flex; flex-direction: column; justify-content: center; z-index: 2;
}
.hero-split-photo { position: relative; overflow: hidden; background: transparent; }
.hero-split-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-split-photo { min-height: 60vw; order: -1; }
}

/* ============================================================
   LINKS
   ============================================================ */
a { color: var(--ink); transition: color 150ms; text-decoration: none; }
a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container      { max-width: 1360px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 56px); }
.wide-container { max-width: 1400px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 56px); }
.bleed          { width: 100vw; margin-inline: calc(50% - 50vw); }

/* Section spacing */
.section-inner, .section-inner { max-width: 1360px; margin-inline: auto; padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px); }

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
h1 { font-size: clamp(48px, 8.5vw, 132px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.8vw, 36px); }

.section-eyebrow, .page-header-eyebrow, .service-feature-eyebrow,
.founder-eyebrow, .cta-banner-eyebrow, .gallery-section-label {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: clamp(10px, 1vw, 12px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 14px;
  display: block;
}

/* ============================================================
   SCROLL PROGRESS
   ============================================================ */
.scroll-progress, #scrollProgress, #scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px;
  background: var(--primary); width: 0%;
  z-index: 9999; transition: width 50ms linear;
}

/* ============================================================
   SITE HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(12,12,15,0.10);
}

.top-nav {
  display: flex; align-items: center; gap: 32px;
  max-width: 1360px; margin-inline: auto;
  padding: 0 clamp(20px, 4vw, 56px);
  height: var(--header-height);
}

.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px; max-width: 180px; width: auto; object-fit: contain; }

.nav-pages {
  flex: 1;
  display: flex; justify-content: center;
  list-style: none; padding: 0; margin: 0;
  gap: 28px; align-items: center;
}
.nav-pages a {
  display: inline-block; padding: 6px 0;
  font-size: 14px; font-weight: 600;
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink); text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-pages a[aria-current="page"] { color: var(--primary); border-bottom: 2px solid var(--primary); }

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary); color: #fff;
  padding: 10px 20px; border-radius: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none; white-space: nowrap;
  transition: filter 150ms; display: inline-flex; align-items: center; gap: 8px;
}
.nav-cta:hover { filter: brightness(0.90); color: #fff; text-decoration: none; }

.nav-toggle {
  display: none; background: none; border: none;
  color: var(--ink); font-size: 24px;
  cursor: pointer; padding: 8px; line-height: 1;
  width: 44px; height: 44px; align-items: center; justify-content: center;
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none; flex-direction: column;
    position: absolute; top: var(--header-height); left: 0; right: 0;
    background: var(--canvas); padding: 24px;
    gap: 4px; border-bottom: 2px solid var(--primary);
    z-index: 800; justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 15px; padding: 10px 0; }
  .nav-cta span { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex; align-items: flex-end;
  background: var(--ink);
}

.hero > img:first-of-type,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%; z-index: 0;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(12,12,15,0.88) 0%,
    rgba(12,12,15,0.72) 40%,
    rgba(12,12,15,0.28) 80%,
    rgba(12,12,15,0.10) 100%
  );
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1360px; margin-inline: auto;
  padding: clamp(56px, 8vh, 120px) clamp(20px, 4vw, 56px);
  padding-bottom: clamp(64px, 10vh, 128px);
  width: 100%;
}

.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--primary);
  margin-bottom: 18px;
}

.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(64px, 8.5vw, 132px);
  font-weight: 900; line-height: 0.92;
  letter-spacing: -0.02em; text-transform: uppercase;
  color: #fff; max-width: 18ch;
  margin-bottom: 28px;
}

.hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(255,255,255,0.80);
  line-height: 1.55; max-width: 52ch;
  margin-bottom: 40px; font-weight: 500;
}

.hero-ctas {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-trust-chips {
  list-style: none; display: flex; flex-wrap: wrap; gap: 12px;
}

.hero-trust-chips .trust-chip {
  border: 2px solid rgba(255,255,255,0.50);
  padding: 8px 14px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.90);
}

@media (max-width: 640px) {
  .hero { min-height: 100svh; }
  .hero-title { font-size: clamp(48px, 13vw, 88px); }
  .hero-ctas { flex-direction: column; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-outline, .btn-outline-white, .btn-phone {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 32px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  border-radius: 0; cursor: pointer;
  text-decoration: none; transition: filter 150ms, background 150ms, color 150ms;
  white-space: nowrap; border: 2px solid transparent;
}

.btn-primary {
  background: var(--primary); color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover { filter: brightness(0.90); color: #fff; text-decoration: none; }

.btn-outline {
  background: transparent; color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--canvas); text-decoration: none; }

.btn-outline-white {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.70);
}
.btn-outline-white:hover { background: #fff; color: var(--ink); text-decoration: none; }

.btn-phone {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.45);
}
.btn-phone:hover { border-color: #fff; text-decoration: none; }

/* ============================================================
   BRAND BAND (unique move — full-bleed green claim band)
   ============================================================ */
.brand-band {
  background: var(--primary);
  padding: clamp(40px, 6vw, 72px) 0;
  overflow: hidden;
}

.brand-band-inner {
  max-width: 1360px; margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.brand-band-claim {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 7vw, 120px);
  font-weight: 900; line-height: 0.92;
  letter-spacing: -0.02em; text-transform: uppercase;
  color: #fff;
}

.brand-band-sub {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.10em; color: rgba(255,255,255,0.75);
  margin-top: 20px;
}

.brand-band-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.65); margin-top: 12px;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip, div.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.trust-inner, .trust-strip-inner {
  max-width: 1360px; margin-inline: auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex; align-items: stretch;
  flex-wrap: wrap;
  min-height: 56px;
}

.trust-item {
  display: flex; align-items: center;
  padding: 16px 24px;
}

.trust-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink); white-space: nowrap;
}

.trust-divider {
  width: 1px; background: var(--ink);
  align-self: stretch; flex-shrink: 0;
}

/* Standalone trust-chip variant (used in services.html / about.html) */
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--ink);
  padding: 8px 16px; margin: 10px 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--ink);
}

.trust-chip-dot {
  width: 6px; height: 6px;
  background: var(--primary); border-radius: 50%; flex-shrink: 0;
}

@media (max-width: 640px) {
  .trust-inner, .trust-strip-inner { flex-direction: column; }
  .trust-divider { width: 100%; height: 1px; }
  .trust-item { padding: 12px 0; }
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  background: var(--canvas);
  padding: 0;
}

.services .section-inner {
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.section-header {
  margin-bottom: 48px;
}

.section-title, .section-headline,
.services .section-header h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 900; line-height: 1.0;
  letter-spacing: -0.02em; text-transform: uppercase;
  color: var(--ink);
}

/* Services bento grid — 6 cards: featured (col-span 2 row-span 2) + 5 standard */
.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 2px;
  background: var(--ink);
}

#service-tree-removal.service-card-featured,
.service-card.service-card-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.service-card {
  position: relative; overflow: hidden;
  background: var(--surface); cursor: pointer;
  min-height: 320px;
  display: flex; flex-direction: column;
  text-decoration: none; color: var(--ink);
  transition: transform 250ms ease-out;
}

.service-card > img:first-of-type,
.service-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  max-height: none;
  filter: grayscale(20%);
  transition: transform 400ms ease-out;
}

.service-card:hover > img { transform: scale(1.04); }

.service-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.85) 0%, rgba(12,12,15,0.20) 60%, transparent 100%);
  transition: background 300ms;
}
.service-card:hover .service-card-overlay {
  background: linear-gradient(to top, rgba(12,12,15,0.92) 0%, rgba(12,12,15,0.45) 70%, rgba(12,12,15,0.10) 100%);
}

.service-card-body {
  position: relative; z-index: 2;
  margin-top: auto; padding: 28px;
  display: flex; flex-direction: column; gap: 8px;
}

.service-card-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; line-height: 1.0;
  color: #fff;
}

.service-card-index {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); display: block;
}

.service-card-desc {
  font-size: 13px; color: rgba(255,255,255,0.75);
  line-height: 1.5; display: none;
}
.service-card-featured .service-card-desc { display: block; }
.service-card:hover .service-card-desc { display: block; }

.service-card-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-top: 4px;
}

.services-cta { margin-top: 40px; }

@media (max-width: 900px) {
  .services-bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card.service-card-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
  .service-card { min-height: 240px; }
}
@media (max-width: 640px) {
  .services-bento {
    grid-template-columns: 1fr;
  }
  .service-card.service-card-featured {
    grid-column: span 1;
  }
  .service-card-desc { display: block; }
}

/* ============================================================
   SERVICE FEATURE (services.html)
   ============================================================ */
.service-feature {
  background: var(--canvas);
  border-bottom: 1px solid var(--border);
  padding: clamp(64px, 8vh, 96px) 0;
}

.service-feature:nth-child(even) {
  background: var(--surface);
}

.service-feature-inner {
  max-width: 1360px; margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.service-feature.photo-right .service-feature-inner {
  direction: rtl;
}
.service-feature.photo-right .service-feature-body,
.service-feature.photo-right .service-feature-photo {
  direction: ltr;
}

.service-feature-photo {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 3;
}

.service-feature-photo > img {
  width: 100%; height: 100%;
  object-fit: cover; max-height: none;
  filter: grayscale(15%);
}

.service-feature-index {
  position: absolute; top: 20px; left: 20px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 80px; font-weight: 900; line-height: 1;
  color: var(--primary); opacity: 0.35;
  z-index: 1; letter-spacing: -0.04em;
  pointer-events: none;
}

.service-feature-title, .service-feature-body h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 1.0;
  color: var(--ink); margin-bottom: 20px;
}

.service-feature-desc {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7; color: var(--muted);
  margin-bottom: 16px;
}

.service-feature-list {
  list-style: none; padding: 0; margin: 20px 0 28px;
  display: flex; flex-direction: column; gap: 10px;
}
.service-feature-list li {
  padding-left: 20px; position: relative;
  font-size: 15px; color: var(--ink-mid);
}
.service-feature-list li::before {
  content: '';
  position: absolute; left: 0; top: 10px;
  width: 8px; height: 2px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .service-feature-inner {
    grid-template-columns: 1fr;
  }
  .service-feature.photo-right .service-feature-inner { direction: ltr; }
  .service-feature-photo { aspect-ratio: 16 / 9; }
}

/* Services index nav */
.services-index-nav {
  background: var(--ink);
  border-bottom: 2px solid var(--primary);
  overflow-x: auto;
  position: sticky; top: var(--header-height); z-index: 500;
}

.services-index-nav-inner {
  max-width: 1360px; margin-inline: auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex; gap: 0; min-height: 52px;
}

.service-nav-link {
  display: flex; align-items: center;
  padding: 14px 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.60);
  text-decoration: none; white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,0.10);
  transition: color 150ms, background 150ms;
}
.service-nav-link:hover,
.service-nav-link.active-green {
  color: var(--primary); background: rgba(118,177,99,0.08);
  text-decoration: none;
}

/* ============================================================
   PAGE HEADER (sub-page banners)
   ============================================================ */
.page-header {
  min-height: 46vh;
  display: flex; align-items: flex-end;
  background: var(--ink);
}

.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.80) 0%, rgba(12,12,15,0.35) 100%);
}

.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1360px; margin-inline: auto;
  padding: clamp(48px, 7vh, 80px) clamp(20px, 4vw, 56px);
  width: 100%;
}

.page-header-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 0.95;
  color: #fff;
}

.page-header-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 14px; display: block;
}
.page-header-eyebrow a { color: var(--primary); text-decoration: none; }
.page-header-eyebrow a:hover { text-decoration: underline; }

.page-header-sub {
  font-size: 16px; color: rgba(255,255,255,0.70);
  margin-top: 14px;
}

.page-header-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.10em; color: rgba(255,255,255,0.55);
  margin-top: 16px;
}
.page-header-breadcrumb a { color: rgba(255,255,255,0.55); }
.page-header-breadcrumb svg { width: 12px; height: 12px; }

/* ============================================================
   REVIEWS / TESTIMONIALS
   ============================================================ */
.reviews, .testimonials {
  background: var(--surface);
}

.reviews .section-inner, .testimonials-inner {
  max-width: 1360px; margin-inline: auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  margin-top: 48px;
}

.review-card {
  padding: 32px;
  background: var(--canvas);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

.review-stars {
  display: flex; gap: 4px; margin-bottom: 16px;
}
.review-stars svg {
  width: 16px; height: 16px;
  color: var(--primary); fill: var(--primary);
  flex-shrink: 0;
}

.review-quote {
  font-size: 16px; line-height: 1.65;
  color: var(--ink); margin-bottom: 20px;
}

.review-attribution {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--muted);
}

.review-verified {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; color: var(--primary);
  text-transform: uppercase; letter-spacing: 0.10em;
  margin-top: 8px;
}

/* Review strip (gallery.html) */
.review-strip { background: var(--canvas); padding: 0; }
.review-strip-inner {
  max-width: 1360px; margin-inline: auto;
  padding: clamp(56px, 7vh, 80px) clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--border);
}

@media (max-width: 900px) {
  .reviews-grid, .review-strip-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery, .gallery-section {
  background: var(--ink);
}

.gallery .section-inner, .gallery-section-inner {
  max-width: 1360px; margin-inline: auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.gallery .section-header h2,
.gallery-section-title {
  color: #fff;
}
.gallery .section-eyebrow,
.gallery-section-label { color: var(--primary); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--ink);
  margin-top: 40px;
}

.gallery-tile {
  aspect-ratio: 4 / 3; overflow: hidden;
  position: relative; cursor: pointer;
}
.gallery-tile > img {
  width: 100%; height: 100%;
  object-fit: cover; max-height: none;
  filter: grayscale(20%);
  transition: transform 400ms ease-out, filter 400ms ease-out;
}
.gallery-tile:hover > img {
  transform: scale(1.06);
  filter: grayscale(0%);
}

.gallery-tile-featured {
  grid-column: span 2;
  aspect-ratio: auto;
  min-height: 400px;
}
.gallery-tile-featured > img { min-height: 400px; }

.gallery-cta {
  margin-top: 40px; text-align: center;
}

/* Gallery featured (gallery.html) */
.gallery-featured {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 2px;
  background: var(--border-strong);
  margin-bottom: 2px;
}

.gallery-featured-photo {
  position: relative; overflow: hidden;
  min-height: 500px;
}
.gallery-featured-photo > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; max-height: none;
}

.gallery-featured-badge {
  position: absolute; top: 20px; left: 20px; z-index: 2;
  background: var(--primary); color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 6px 12px;
}

.gallery-featured-info {
  background: var(--canvas);
  padding: 40px 36px;
  display: flex; flex-direction: column; justify-content: flex-end;
}

.gallery-featured-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: 88px; font-weight: 900; line-height: 1;
  color: var(--primary); opacity: 0.25;
  letter-spacing: -0.04em; margin-bottom: 16px;
}

.gallery-featured-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 8px;
}

.gallery-featured-headline, .gallery-featured-info h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; line-height: 1.05;
  color: var(--ink); margin-bottom: 16px;
}

.gallery-featured-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }

.gallery-featured-meta {
  display: flex; gap: 24px; flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 16px; margin-top: 20px;
}

.gallery-meta-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted);
  display: block;
}
.gallery-meta-val {
  font-size: 13px; font-weight: 600; color: var(--ink); display: block;
}

/* Gallery cards (gallery.html) */
.gallery-card {
  background: var(--canvas);
  border: 1px solid var(--border);
  transition: transform 250ms ease-out;
}
.gallery-card:hover { transform: translateY(-3px); }

.gallery-card-photo-placeholder {
  position: relative;
  background: var(--surface);
  min-height: 220px;
  display: flex; align-items: center; justify-content: center;
}

.gallery-card-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: 72px; font-weight: 900;
  color: var(--primary); opacity: 0.20;
  letter-spacing: -0.04em;
}

.gallery-card-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--ink); color: #fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  padding: 4px 10px;
}

.gallery-card-location {
  position: absolute; bottom: 12px; right: 12px;
  display: flex; align-items: center; gap: 4px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; color: var(--muted);
}
.gallery-card-location svg { width: 12px; height: 12px; }

.gallery-card-body { padding: 20px 24px; }

.gallery-card-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 6px;
}

.gallery-card-headline, .gallery-card-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; line-height: 1.1;
  color: var(--ink); margin-bottom: 8px;
}

.gallery-card-desc {
  font-size: 13px; color: var(--muted); line-height: 1.55; margin-bottom: 16px;
}

.gallery-card-stats {
  display: flex; gap: 16px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.gallery-card-stat {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--muted);
}

/* filter bar */
.filter-bar {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 32px;
}
.filter-pill {
  padding: 8px 18px;
  border: 2px solid var(--border-strong);
  background: transparent; color: var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  cursor: pointer; transition: background 150ms, color 150ms, border-color 150ms;
}
.filter-pill:hover,
.filter-pill.active { background: var(--ink); color: #fff; border-color: var(--ink); }

.gallery-section-header { margin-bottom: 40px; }
.gallery-section-header h2, .gallery-section-title { color: var(--ink); }

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-tile-featured { grid-column: span 2; }
  .gallery-featured { grid-template-columns: 1fr; }
  .gallery-featured-photo { min-height: 280px; }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-tile-featured { grid-column: span 1; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--canvas); }
.faq .section-inner {
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.faq-list { margin-top: 40px; }

.faq-item {
  border-bottom: 1px solid var(--ink);
  padding: 20px 0;
}

.faq-question {
  cursor: pointer; font-weight: 700;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--ink); padding-right: 8px;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: "+";
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: 24px; line-height: 1;
  color: var(--ink); transition: transform 200ms, color 200ms;
  flex-shrink: 0; margin-left: 20px;
}
.faq-item[open] .faq-question::after {
  transform: rotate(45deg); color: var(--primary);
}

.faq-answer {
  margin-top: 14px; line-height: 1.7;
  font-size: 15px; color: var(--muted);
  max-width: 72ch;
}

/* ============================================================
   CONTACT (index.html contact grid)
   ============================================================ */
.contact { background: var(--surface); }

.contact .section-inner {
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 5vw, 80px);
  align-items: start;
}

.contact-form-col .section-header { margin-bottom: 32px; }

/* Contact section (contact.html) */
.contact-section { background: var(--surface); }
.contact-inner {
  max-width: 1360px; margin-inline: auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 5vw, 80px);
  align-items: start;
}

.contact-form-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); display: block; margin-bottom: 14px;
}

.contact-form-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 1.0;
  color: var(--ink); margin-bottom: 32px;
}

@media (max-width: 900px) {
  .contact-grid, .contact-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   FORMS
   ============================================================ */
.contact-form, .cta-form form, form.contact-form {
  display: flex; flex-direction: column; gap: 20px;
}

.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

.form-group {
  display: flex; flex-direction: column-reverse; gap: 6px;
  position: relative;
}
.form-group-full { grid-column: 1 / -1; }

.form-group label, .contact-form-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--muted); transition: color 150ms;
}
.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group select:focus + label {
  color: var(--primary);
}

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--canvas); color: var(--ink);
  border: 1px solid var(--ink);
  padding: 14px 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px; font-weight: 500;
  outline: none; border-radius: 0;
  transition: border-color 150ms;
  width: 100%;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--primary);
}
.form-group textarea { min-height: 120px; resize: vertical; }

.form-submit, button.form-submit {
  background: var(--primary); color: #fff;
  border: none; padding: 18px 32px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  cursor: pointer; border-radius: 0;
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 10px;
  transition: filter 150ms;
}
.form-submit:hover { filter: brightness(0.90); }
.form-submit svg { width: 16px; height: 16px; }

/* Contact info */
.contact-info-col {
  display: flex; flex-direction: column; gap: 0;
}

.contact-info-block {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-block:first-child { border-top: 1px solid var(--border); }

.contact-info-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 8px;
}

.contact-info-value {
  font-size: 22px; font-weight: 700;
  color: var(--ink); line-height: 1.2;
}
.contact-info-value a {
  color: var(--ink); text-decoration: none;
  transition: color 150ms;
}
.contact-info-value a:hover { color: var(--primary); text-decoration: none; }

.contact-cta-banner {
  margin-top: 32px; background: var(--primary); padding: 28px;
}
.contact-cta-banner a {
  color: #fff; text-decoration: none;
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px; font-weight: 900;
  text-transform: uppercase; letter-spacing: -0.01em;
  display: block;
}
.contact-cta-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.75); margin-bottom: 8px; display: block;
}

.contact-phone {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700; color: var(--ink);
}

/* Info blocks (contact.html) */
.info-block {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.info-block-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 8px;
}
.info-block-value {
  font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.3;
}
.info-block-value a { color: var(--ink); }
.info-block-value a:hover { color: var(--primary); text-decoration: none; }
.info-block-sub {
  font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.5;
}
.info-service-areas {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;
}
.service-area-chip {
  border: 1px solid var(--border-strong);
  padding: 4px 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: var(--muted);
}

/* Social links */
.social-links { display: flex; gap: 12px; margin-top: 12px; }
.social-link {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border: 2px solid var(--border-strong);
  color: var(--ink);
  transition: background 150ms, color 150ms, border-color 150ms;
}
.social-link:hover {
  background: var(--primary); border-color: var(--primary); color: #fff;
  text-decoration: none;
}
.social-link svg { width: 18px; height: 18px; }

/* ============================================================
   CTA BANNER (services.html, gallery.html, about.html)
   ============================================================ */
.cta-banner {
  background: var(--ink); position: relative; overflow: hidden;
}

.cta-banner-inner {
  max-width: 1360px; margin-inline: auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 5vw, 80px);
  align-items: center;
}

.cta-banner-bg-num {
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%);
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(200px, 25vw, 360px);
  font-weight: 900; color: rgba(255,255,255,0.03);
  line-height: 1; letter-spacing: -0.05em;
  pointer-events: none; user-select: none;
}

.cta-banner-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 14px; display: block;
}

.cta-banner-title, .cta-banner-left h2, .cta-banner-text h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 1.0;
  color: #fff;
}

.cta-banner-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 14px; display: block;
}

.cta-banner-sub {
  font-size: 16px; color: rgba(255,255,255,0.65);
  line-height: 1.6; margin-top: 16px;
}

.cta-banner-licensed {
  font-size: 13px; color: rgba(255,255,255,0.55);
  margin-top: 12px; font-family: 'IBM Plex Mono', monospace;
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
}

.cta-banner-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 32px;
}

.cta-phone-big {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900; text-transform: uppercase;
  color: var(--primary); letter-spacing: -0.01em;
  display: block; margin-bottom: 20px;
}
.cta-phone-big a { color: var(--primary); text-decoration: none; }
.cta-phone-big a:hover { text-decoration: underline; }

/* CTA form (right column) */
.cta-form {
  background: var(--canvas); padding: 36px;
}
.cta-form-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; color: var(--ink);
  margin-bottom: 24px;
}
.cta-form form {
  display: flex; flex-direction: column; gap: 16px;
}

@media (max-width: 900px) {
  .cta-banner-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   ABOUT — FOUNDER STORY
   ============================================================ */
.founder-story {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}

.founder-story-inner {
  max-width: 1360px; margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(48px, 5vw, 80px);
  align-items: start;
}

.founder-portrait-wrap {
  position: relative;
  border: 2px solid var(--ink);
  overflow: hidden;
}
.founder-portrait-wrap > img {
  width: 100%; display: block;
  object-fit: cover; max-height: 520px;
  filter: grayscale(20%);
}

.founder-portrait-accent {
  position: absolute; bottom: 0; left: 0;
  width: 56px; height: 56px;
  background: var(--primary);
}

.founder-portrait-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--muted); margin-top: 14px;
}

.founder-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-bottom: 16px; display: block;
}

.founder-headline, .founder-story-col h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 1.0;
  color: var(--ink); margin-bottom: 28px;
}

.founder-body p {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.75; color: var(--ink-mid);
  margin-bottom: 18px;
}

.founder-pull {
  border-left: 4px solid var(--primary);
  padding-left: 24px; margin: 28px 0;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; line-height: 1.15;
  color: var(--ink);
}

@media (max-width: 900px) {
  .founder-story-inner { grid-template-columns: 1fr; }
  .founder-portrait-wrap > img { max-height: 360px; }
}

/* ============================================================
   VALUES / ABOUT
   ============================================================ */
.values-cards { background: var(--surface); }
.values-cards-inner {
  max-width: 1360px; margin-inline: auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.values-cards-inner h2 { margin-bottom: 48px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
}

.value-card {
  background: var(--canvas);
  padding: 36px 28px;
  transition: transform 250ms ease-out;
}
.value-card:hover { transform: translateY(-3px); }

.value-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: 56px; font-weight: 900; line-height: 1;
  color: var(--primary); opacity: 0.35;
  letter-spacing: -0.04em; display: block; margin-bottom: 12px;
}

.value-card h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; line-height: 1.1;
  color: var(--ink); margin-bottom: 14px;
}

.value-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

@media (max-width: 900px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .values-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CREDENTIALS STRIP
   ============================================================ */
.credentials-strip {
  background: var(--ink);
  border-top: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  overflow: hidden;
}
.credentials-strip-inner {
  max-width: 1360px; margin-inline: auto;
  padding: 24px clamp(20px, 4vw, 56px);
  display: flex; gap: 40px; flex-wrap: wrap; align-items: center;
}
.credential-item {
  display: flex; align-items: center; gap: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.75);
}
.credential-item svg { width: 24px; height: 24px; color: var(--primary); fill: var(--primary); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  border-top: 2px solid var(--primary);
}

.footer-inner, .footer-grid {
  max-width: 1360px; margin-inline: auto;
  padding: clamp(56px, 7vh, 80px) clamp(20px, 4vw, 56px) clamp(32px, 4vh, 48px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: clamp(32px, 4vw, 56px);
}

.footer-brand { display: flex; flex-direction: column; gap: 0; }
.footer-brand > img { margin-bottom: 16px; }
.footer-logo { margin-bottom: 16px; }
.footer-logo > img { max-height: 44px; }

.footer-brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px; font-weight: 900;
  text-transform: uppercase; letter-spacing: -0.01em;
  color: #fff; margin-bottom: 6px;
}

.footer-brand-tagline, .footer-tagline {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.50);
  margin-bottom: 16px; line-height: 1.5;
}

.footer-brand-desc, .footer-desc {
  font-size: 13px; color: rgba(255,255,255,0.45);
  line-height: 1.65; margin-bottom: 20px;
}

.footer-col-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--primary); margin-bottom: 18px;
}

.footer-links, .footer-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}

.footer-links a, .footer-col a {
  font-size: 13px; color: rgba(255,255,255,0.55);
  text-decoration: none; transition: color 150ms;
  line-height: 1.4;
}
.footer-links a:hover, .footer-col a:hover {
  color: var(--primary); text-decoration: none;
}

.footer-trust-list {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.footer-trust-list li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.45);
}

.footer-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.30);
  margin-top: 20px; line-height: 1.6;
}

.footer-contact-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,0.55);
  padding: 8px 0;
}
.footer-contact-item a { color: rgba(255,255,255,0.55); }
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }
.footer-contact-item svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }

.footer-phone a, .footer-email a {
  font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,0.75);
}
.footer-phone a:hover, .footer-email a:hover { color: var(--primary); }

.footer-license {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; color: rgba(255,255,255,0.25);
  text-transform: uppercase; letter-spacing: 0.08em;
}

.footer-rating {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.40);
}
.footer-rating span { color: var(--primary); }

.fc-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--primary); margin-right: 6px;
}
.fc-value { font-size: 13px; color: rgba(255,255,255,0.55); }

.footer-bottom {
  max-width: 1360px; margin-inline: auto;
  padding: 20px clamp(20px, 4vw, 56px);
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p, .footer-copyright, .footer-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.30);
}
.footer-bottom .footer-trust {
  display: flex; gap: 16px; align-items: center;
}
.footer-bottom .footer-trust span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.25);
}

@media (max-width: 900px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 640px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand { grid-column: span 1; }
}

/* ============================================================
   MOBILE CALL PILL / STICKY CTA
   ============================================================ */
.mobile-cta-pill, a.mobile-cta-pill,
.mobile-sticky-cta, div.mobile-sticky-cta, a.mobile-sticky-cta {
  position: fixed; bottom: 18px; right: 18px; z-index: 999;
  background: var(--primary); color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none;
  display: none; align-items: center; gap: 10px;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 150ms;
}
.mobile-cta-pill:hover, .mobile-sticky-cta:hover,
.mobile-sticky-cta a:hover { filter: brightness(0.90); text-decoration: none; }

.mobile-sticky-cta a {
  color: #fff; text-decoration: none;
  display: flex; align-items: center; gap: 10px;
}

.mobile-cta-pill svg, .mobile-sticky-cta svg { width: 20px; height: 20px; fill: #fff; }

@media (max-width: 900px) {
  .mobile-cta-pill, a.mobile-cta-pill,
  .mobile-sticky-cta, div.mobile-sticky-cta, a.mobile-sticky-cta { display: flex; }
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up    { opacity: 0; transform: translateY(28px); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.fade-left  { opacity: 0; transform: translateX(-28px); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.fade-right { opacity: 0; transform: translateX(28px);  transition: opacity 600ms ease-out, transform 600ms ease-out; }
.scale-in   { opacity: 0; transform: scale(0.94);       transition: opacity 600ms ease-out, transform 600ms ease-out; }

.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible  { opacity: 1; transform: none; }

.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 500ms ease-out, transform 500ms ease-out; }
.stagger.visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0ms; }
.stagger.visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 80ms; }
.stagger.visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 160ms; }
.stagger.visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 240ms; }
.stagger.visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 320ms; }
.stagger.visible > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 400ms; }

@media (prefers-reduced-motion: reduce) {
  .fade-up, .fade-left, .fade-right, .scale-in, .stagger > * {
    opacity: 1; transform: none; transition: none;
  }
}

/* ============================================================
   SERVICE CARD HOVER (REQUIRED)
   ============================================================ */
.service-card { transition: transform 250ms ease-out, box-shadow 250ms ease-out; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18); }

/* ============================================================
   MISC HELPERS
   ============================================================ */
.active { }
.active-green { color: var(--primary); }

/* Stat styles (if used) */
.stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900; line-height: 1;
  color: var(--primary);
}
.stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--muted); margin-top: 8px;
}

/* Process strip */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.process-step { padding: 24px; border: 1px solid var(--border); }
.step-num { font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 12px; letter-spacing: 0.12em; font-family: 'IBM Plex Mono', monospace; text-transform: uppercase; }

/* ============================================================
   PRINT PROTECTION
   ============================================================ */
@media print {
  .site-header, .mobile-cta-pill, .mobile-sticky-cta { display: none !important; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.service-card { grid-column: 1 / -1; }
.review-card { grid-column: 1 / -1; }
.gallery-tile { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.service-feature-photo { grid-column: 1 / -1; }
.gallery-featured-photo { grid-column: 1 / -1; }
.gallery-featured-info { grid-column: 1 / -1; }
.cta-banner-label { grid-column: 1 / -1; }
.cta-banner-title { grid-column: 1 / -1; }
.cta-banner-sub { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.value-card { grid-column: 1 / -1; }
.cta-banner-text { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
/* validator patch: keep the hero photo visible, no smothering dark band */
.hero-overlay { background: linear-gradient(to top, rgba(0,0,0,0.66), rgba(0,0,0,0.34) 38%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 100%), linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0) 58%) !important; }
