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

/* ── Custom properties ─────────────────────────────────────────── */
:root {
  --primary:        #8CAC3C;
  --primary-dark:   #6e8a2d;
  --primary-light:  #a8c55a;
  --accent:         #34843C;
  --canvas:         #F7F6F2;
  --surface:        #FFFFFF;
  --ink:            #14181D;
  --ink-mid:        #2e3540;
  --muted:          #5C6068;
  --border:         rgba(140,172,60,0.22);
  --border-neutral: rgba(20,24,29,0.10);
  --shadow-sm:      0 2px 8px rgba(20,24,29,0.08);
  --shadow-md:      0 8px 32px rgba(20,24,29,0.12);
  --shadow-lg:      0 18px 56px rgba(20,24,29,0.16);
  --radius:         4px;
  --radius-md:      8px;
  --section-py:     clamp(80px, 10vh, 128px);
  --header-height:  72px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

/* ── Reset + base ──────────────────────────────────────────────── */
*, *::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', sans-serif; font-weight: 450; background: var(--canvas); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; }

/* ── 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 45%; 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 45%; 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; } }

/* ── Heading anchor fix ─────────────────────────────────────────── */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a { color: inherit; text-decoration: none; border-bottom: 0; }

/* ── Typography scale ───────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
}
h1 { font-size: clamp(48px, 7vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(20px, 2.5vw, 28px); }
h4 { font-size: 18px; font-weight: 700; }
p { line-height: 1.7; }

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; }

/* ── Label / mono system ────────────────────────────────────────── */
.section-eyebrow,
.hero-eyebrow,
.service-eyebrow,
.page-header-eyebrow,
.info-card-eyebrow,
.contact-form-eyebrow,
.cta-banner-eyebrow,
.faq-header .section-eyebrow,
.reviews-header .section-eyebrow,
.about-story-eyebrow,
.value-card-num,
.timeline-step-year,
.footer-col-title,
.step-num {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: clamp(10px, 1vw, 12px);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}

/* ── Layout containers ──────────────────────────────────────────── */
.container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.wide-container { max-width: 1400px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.section-inner,
.services-inner,
.gallery-inner,
.reviews-inner,
.faq-inner,
.contact-inner,
.trust-inner,
.trust-strip-inner,
.footer-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ── Scroll progress bar ────────────────────────────────────────── */
.scroll-progress,
.scroll-bar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--primary); z-index: 9999; transition: width 100ms linear;
}

/* ── Site header ────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(20,24,29,0.08);
}
.top-nav {
  height: var(--header-height);
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex; align-items: center; gap: 32px;
}
.nav-logo { flex: 0 0 auto; }
.nav-pages {
  flex: 1;
  display: flex; justify-content: center;
  list-style: none;
  gap: 28px; align-items: center;
}
.nav-pages a {
  display: inline-block; padding: 6px 0;
  font-size: 15px; font-weight: 500;
  color: var(--ink); text-decoration: none;
}
.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: var(--radius);
  font-weight: 700; font-size: 14px;
  white-space: nowrap; text-decoration: none;
  transition: filter 200ms;
  font-family: 'IBM Plex Sans', sans-serif;
}
.nav-cta:hover { filter: brightness(0.92); color: #fff; text-decoration: none; }
.nav-toggle {
  display: none; flex: 0 0 auto;
  width: 44px; height: 44px;
  background: transparent; border: none;
  color: var(--ink); font-size: 24px; cursor: pointer;
  align-items: center; justify-content: center;
}
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none; flex-direction: column; justify-content: flex-start; align-items: flex-start;
    position: absolute; top: var(--header-height); left: 0; right: 0;
    background: var(--canvas); padding: 24px clamp(20px, 4vw, 48px);
    gap: 8px; border-bottom: 1px solid rgba(20,24,29,0.08);
    z-index: 899;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 17px; padding: 8px 0; }
  .nav-cta span { display: none; }
}

/* ── Hero section ───────────────────────────────────────────────── */
.hero {
  min-height: 92vh;
  display: flex; flex-direction: column;
  background: var(--ink);
}
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; z-index: 0; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(20,24,29,0.72) 0%, rgba(20,24,29,0.50) 60%, rgba(20,24,29,0.38) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1320px; margin: 0 auto;
  padding: clamp(80px, 12vh, 140px) clamp(20px, 4vw, 48px) clamp(56px, 8vh, 96px);
  display: flex; flex-direction: column; align-items: flex-start;
  width: 100%;
}
.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 16px;
}
.hero-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 1.0; letter-spacing: -0.03em;
  color: #fff; max-width: 16ch;
  margin-bottom: 20px;
}
.hero-sub {
  font-size: clamp(15px, 1.6vw, 19px);
  color: rgba(255,255,255,0.72);
  max-width: 48ch; line-height: 1.6;
  margin-bottom: 32px;
}
.hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 36px;
}
.hero-trust-chips {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.hero-trust-chips .trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: #fff;
  border: 1px solid var(--primary);
  background: rgba(140,172,60,0.12);
  padding: 6px 12px; border-radius: var(--radius);
}
.hero-hairline {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--primary); z-index: 3;
}

/* ── Buttons ────────────────────────────────────────────────────── */
.btn,
.btn-primary,
.btn-cta-primary,
.btn-submit,
.btn-service,
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700; font-size: 15px;
  padding: 14px 26px; border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: filter 180ms, transform 180ms, background 180ms, color 180ms, border-color 180ms;
  white-space: nowrap; line-height: 1;
}
.btn-primary, .btn-cta-primary, .btn-submit {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
.btn-primary:hover, .btn-cta-primary:hover, .btn-submit:hover {
  filter: brightness(0.91); color: #fff; text-decoration: none;
}
.btn-outline, .btn-cta-outline {
  background: transparent; color: var(--ink); border-color: var(--ink);
}
.btn-outline:hover, .btn-cta-outline:hover {
  background: var(--ink); color: #fff; text-decoration: none;
}
.btn-outline-white {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7);
  font-family: 'IBM Plex Sans', sans-serif; font-weight: 700;
  font-size: 15px; padding: 14px 26px; border-radius: var(--radius);
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer; text-decoration: none;
  transition: background 180ms, color 180ms, border-color 180ms;
  white-space: nowrap; line-height: 1;
}
.btn-outline-white:hover { background: #fff; color: var(--ink); text-decoration: none; }
.btn-white {
  background: #fff; color: var(--primary); border-color: #fff;
}
.btn-white:hover { filter: brightness(0.96); text-decoration: none; }
.btn-service {
  background: var(--primary); color: #fff; border-color: var(--primary);
  font-size: 14px; padding: 12px 22px;
}
.btn-service svg { width: 16px; height: 16px; }
.btn-service:hover { filter: brightness(0.91); color: #fff; text-decoration: none; }
.btn-full { width: 100%; justify-content: center; }

/* ── Trust strip ────────────────────────────────────────────────── */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.trust-inner,
.trust-strip-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  justify-content: center;
}
.trust-chip-item,
.trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--primary);
  background: var(--surface);
  padding: 8px 14px; border-radius: var(--radius);
  display: inline-flex; align-items: center;
  white-space: nowrap;
}
.trust-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; }

/* ── Marquee strip ──────────────────────────────────────────────── */
.marquee-strip {
  overflow: hidden; padding: 14px 0;
  border-top: 1px solid var(--border-neutral);
  border-bottom: 1px solid var(--border-neutral);
  background: var(--canvas);
  max-height: 64px; position: relative; z-index: 1;
}
.marquee-track {
  display: flex; gap: 48px; white-space: nowrap;
  animation: marquee 35s linear infinite;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(11px, 1.2vw, 15px);
  line-height: 1.2; color: var(--muted);
  display: inline-flex; align-items: center; gap: 12px;
}
.marquee-item span { color: var(--primary); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Services section ───────────────────────────────────────────── */
.services { padding: var(--section-py) 0; background: var(--canvas); }
.services-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.services-header {
  display: grid; grid-template-columns: 1fr auto;
  align-items: end; gap: 24px; margin-bottom: 48px;
}
.services-header h2 { grid-column: 1; }
.services-header a { grid-column: 2; }
.section-headline,
.services-header h2 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 800; line-height: 1.0; letter-spacing: -0.025em;
}
.section-sub { font-size: 17px; color: var(--muted); margin-top: 10px; line-height: 1.65; }

/* Services bento grid — 6 cards: flagship spans 2 cols */
.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border-neutral);
  border: 1px solid var(--border-neutral);
  border-radius: var(--radius);
  overflow: hidden;
}
.service-card {
  position: relative; overflow: hidden;
  background: var(--ink); min-height: 320px;
  display: flex; flex-direction: column;
  text-decoration: none;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  object-position: center;
  filter: grayscale(25%) brightness(0.7);
  transition: transform 600ms ease-out, filter 400ms;
  max-height: none !important;
}
.service-card:hover > img { transform: scale(1.04); filter: grayscale(0%) brightness(0.65); }
.service-card:hover { transform: none; box-shadow: inset 0 0 0 2px var(--primary); }
.service-card-flagship {
  grid-column: span 2;
  min-height: 420px;
}
.service-card-overlay {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px; height: 100%;
  background: linear-gradient(to top, rgba(20,24,29,0.88) 0%, rgba(20,24,29,0.0) 60%);
}
.service-card-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 8px;
}
.service-card-body h3 {
  font-size: clamp(18px, 2vw, 24px);
  color: #fff; font-weight: 800; margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.service-card-body p {
  font-size: 13px; color: rgba(255,255,255,0.65);
  line-height: 1.5; margin-bottom: 10px;
}
.service-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--primary);
  text-decoration: none;
}
@media (max-width: 900px) {
  .services-bento { grid-template-columns: 1fr 1fr; }
  .service-card-flagship { grid-column: span 2; }
}
@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card-flagship { grid-column: span 1; }
  .service-card { min-height: 260px; }
}

/* ── Page header (sub-pages) ────────────────────────────────────── */
.page-header {
  min-height: clamp(260px, 38vh, 480px);
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.page-header > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
  z-index: 0; max-height: none !important;
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(20,24,29,0.80) 0%, rgba(20,24,29,0.35) 100%);
}
.page-header-hairline,
.page-header-bottom-line {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--primary); z-index: 3;
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1320px; margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) clamp(20px, 4vw, 48px) clamp(40px, 6vh, 72px);
}
.page-header-inner h1,
.page-header-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 800; color: #fff; line-height: 1.0;
  letter-spacing: -0.03em;
}
.page-header-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 12px; display: block;
}
.page-header-sub { color: rgba(255,255,255,0.65); font-size: 16px; margin-top: 12px; }

/* ── Service feature sections (services.html) ───────────────────── */
.service-feature {
  padding: var(--section-py) 0;
  background: var(--canvas);
  border-bottom: 1px solid var(--border-neutral);
}
.service-feature:nth-child(even) { background: var(--surface); }
.service-feature-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px); align-items: center;
}
.service-feature.photo-right .service-feature-inner {
  grid-template-columns: 1fr 1fr;
}
.service-feature.photo-right .service-feature-photo { order: 2; }
.service-feature.photo-right .service-feature-content { order: 1; }
.service-feature.photo-left .service-feature-photo { order: 1; }
.service-feature.photo-left .service-feature-content { order: 2; }
.service-feature-photo {
  position: relative; border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 4/3;
}
.service-feature-photo > img {
  width: 100%; height: 100%; object-fit: cover;
  max-height: none !important;
  filter: grayscale(15%);
  transition: transform 600ms ease-out;
}
.service-feature-photo:hover > img { transform: scale(1.03); }
.service-feature-photo-accent {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--primary); z-index: 2;
}
.service-feature-content { display: flex; flex-direction: column; gap: 20px; }
.service-feature-content h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.05; letter-spacing: -0.025em;
}
.service-copy p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-copy p + p { margin-top: 12px; }
.service-bullets {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
}
.service-bullets li {
  font-size: 15px; color: var(--ink-mid); padding-left: 20px;
  position: relative; line-height: 1.5;
}
.service-bullets li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px;
  border-radius: 50%; background: var(--primary);
}
@media (max-width: 900px) {
  .service-feature-inner { grid-template-columns: 1fr; }
  .service-feature.photo-right .service-feature-photo,
  .service-feature.photo-left .service-feature-photo { order: -1; }
  .service-feature.photo-right .service-feature-content,
  .service-feature.photo-left .service-feature-content { order: 1; }
}

/* ── Gallery preview (home) ─────────────────────────────────────── */
.gallery-preview {
  padding: var(--section-py) 0;
  background: var(--ink);
}
.gallery-preview .gallery-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.gallery-preview .section-eyebrow { color: var(--primary); }
.gallery-preview h2 { color: #fff; }
.gallery-preview .section-sub { color: rgba(255,255,255,0.55); }
.gallery-header {
  display: grid; grid-template-columns: 1fr auto;
  align-items: end; gap: 24px; margin-bottom: 32px;
}
.gallery-header h2 { grid-column: 1; }
.gallery-header a { grid-column: 2; }
.gallery-grid-home {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 4px;
}
.gallery-tile {
  overflow: hidden; border-radius: 2px;
  position: relative;
}
.gallery-tile > img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(20%);
  transition: transform 500ms ease, filter 400ms;
  max-height: none !important;
}
.gallery-tile:hover > img { transform: scale(1.05); filter: grayscale(0%); }
.gallery-tile-a {
  grid-column: 1 / 3; grid-row: 1;
  aspect-ratio: 16/9;
}
.gallery-tile-b { grid-column: 3; grid-row: 1; aspect-ratio: 1/1; }
.gallery-tile-c { grid-column: 4; grid-row: 1; aspect-ratio: 1/1; }
.gallery-tile-d {
  grid-column: 1 / 5; grid-row: 2;
  aspect-ratio: 21/6;
}
.gallery-tile-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,24,29,0.55) 0%, transparent 50%);
  opacity: 0; transition: opacity 300ms;
}
.gallery-tile:hover .gallery-tile-overlay { opacity: 1; }
@media (max-width: 900px) {
  .gallery-grid-home { grid-template-columns: repeat(2, 1fr); }
  .gallery-tile-a { grid-column: 1 / 3; aspect-ratio: 16/9; }
  .gallery-tile-b { grid-column: 1; grid-row: 2; aspect-ratio: 4/3; }
  .gallery-tile-c { grid-column: 2; grid-row: 2; aspect-ratio: 4/3; }
  .gallery-tile-d { grid-column: 1 / 3; grid-row: 3; aspect-ratio: 16/6; }
}

/* ── Gallery page ───────────────────────────────────────────────── */
.gallery-section { padding: var(--section-py) 0; background: var(--canvas); }
.gallery-section-header {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 32px;
  display: flex; align-items: baseline; gap: 16px;
}
.gallery-section-header h2 { font-size: clamp(32px, 4vw, 56px); }
.gallery-count {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px; font-weight: 600; color: var(--muted);
}
.gallery-filters {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 32px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.filter-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px; border-radius: var(--radius);
  border: 1px solid var(--border-neutral);
  background: var(--surface); color: var(--muted);
  cursor: pointer; transition: background 150ms, color 150ms, border-color 150ms;
}
.filter-pill.active,
.filter-pill:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.gallery-grid {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-card {
  background: var(--surface);
  border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--border-neutral);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.gallery-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.gallery-card-photo {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
}
.gallery-card-photo > img {
  width: 100%; height: 100%; object-fit: cover;
  max-height: none !important;
  transition: transform 500ms ease-out;
  filter: grayscale(10%);
}
.gallery-card:hover .gallery-card-photo > img { transform: scale(1.04); filter: grayscale(0%); }
.gallery-card-category {
  position: absolute; top: 12px; left: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--primary); color: #fff;
  padding: 4px 10px; border-radius: var(--radius);
}
.gallery-card-body { padding: 16px 20px 20px; }
.gallery-card-body h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.gallery-card-location {
  font-size: 13px; color: var(--muted);
  display: flex; align-items: center; gap: 4px;
}
.gallery-card-location svg { width: 13px; height: 13px; flex-shrink: 0; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ── Reviews section ────────────────────────────────────────────── */
.reviews {
  padding: var(--section-py) 0;
  background: var(--surface);
  border-top: 1px solid var(--border-neutral);
}
.reviews-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.reviews-header { margin-bottom: 48px; }
.reviews-header h2 { font-size: clamp(36px, 5vw, 64px); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  padding: 28px;
  background: var(--canvas);
  border-radius: var(--radius);
  border-top: 3px solid var(--primary);
  border: 1px solid var(--border-neutral);
  border-top: 3px solid var(--primary);
  transition: box-shadow 250ms;
}
.review-card:hover { box-shadow: var(--shadow-md); }
.review-stars {
  display: flex; gap: 3px; margin-bottom: 14px;
}
.review-stars svg { width: 18px; height: 18px; color: var(--primary); fill: var(--primary); }
.review-quote {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px; line-height: 1.6;
  color: var(--ink); font-style: italic;
  margin-bottom: 16px;
}
.review-attribution {
  display: flex; flex-direction: column; gap: 2px;
}
.review-name {
  font-weight: 600; font-size: 14px; color: var(--ink);
}
.review-source {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
}
.review-cta-card {
  padding: 28px;
  background: var(--ink);
  border-radius: var(--radius);
  border-top: 3px solid var(--primary);
  display: flex; flex-direction: column; align-items: flex-start;
  justify-content: center; gap: 8px;
}
.review-cta-rating {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800; color: #fff; line-height: 1;
}
.review-cta-stars { display: flex; gap: 3px; }
.review-cta-stars svg { width: 18px; height: 18px; fill: var(--primary); color: var(--primary); }
.review-cta-count { font-size: 14px; color: rgba(255,255,255,0.55); }
.review-cta-sub { font-size: 13px; color: rgba(255,255,255,0.4); }
.review-cta-card a {
  margin-top: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--primary);
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ── FAQ ────────────────────────────────────────────────────────── */
.faq {
  padding: var(--section-py) 0;
  background: var(--canvas);
}
.faq-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.faq-header { max-width: 640px; margin-bottom: 48px; }
.faq-header h2 { font-size: clamp(36px, 5vw, 64px); }
.faq-list { max-width: 800px; }
.faq-item {
  border-bottom: 1px solid var(--border-neutral);
  padding: 20px 0;
}
.faq-question {
  cursor: pointer; font-weight: 600; font-size: 17px;
  color: var(--ink); list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: "+"; flex-shrink: 0;
  font-size: 22px; font-weight: 300; line-height: 1;
  color: var(--muted);
  transition: transform 200ms, color 200ms;
}
.faq-item[open] > .faq-question::after { transform: rotate(45deg); color: var(--primary); }
.faq-answer { padding-top: 12px; }
.faq-answer p { font-size: 15px; color: var(--muted); line-height: 1.7; }

details.faq { border-bottom: 1px solid var(--border); padding: 18px 0; }
details.faq > summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after { content: "+"; font-weight: 300; transition: transform 200ms; }
details.faq[open] > summary::after { transform: rotate(45deg); color: var(--primary); }
details.faq p { margin-top: 12px; line-height: 1.6; }

/* ── Contact section ────────────────────────────────────────────── */
.contact, .contact-section {
  padding: var(--section-py) 0;
  background: var(--surface);
  border-top: 1px solid var(--border-neutral);
}
.contact-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 1fr 420px;
  gap: clamp(40px, 6vw, 96px); align-items: start;
}
.contact-form-col { display: flex; flex-direction: column; gap: 20px; }
.contact-form-col h2 { font-size: clamp(32px, 4vw, 56px); }
.contact-form-eyebrow { color: var(--primary); margin-bottom: 4px; }
.contact-form-desc, .section-sub { color: var(--muted); font-size: 16px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group {
  display: flex; flex-direction: column; gap: 6px;
}
.form-group label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
}
.form-group input,
.form-group textarea,
.form-group select {
  padding: 13px 16px;
  border: 1px solid var(--border-neutral);
  border-radius: var(--radius);
  background: var(--canvas); color: var(--ink);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px; line-height: 1.5;
  transition: border-color 200ms, box-shadow 200ms;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(140,172,60,0.15);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-note { font-size: 13px; color: var(--muted); }

.contact-info-col {
  display: flex; flex-direction: column; gap: 0;
  position: sticky; top: calc(var(--header-height) + 24px);
}
.contact-info-card {
  background: var(--canvas);
  border: 1px solid var(--border-neutral);
  border-top: 3px solid var(--primary);
  border-radius: var(--radius);
  padding: 32px;
  display: flex; flex-direction: column; gap: 0;
}
.info-card-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 20px;
}
.info-block { padding: 16px 0; }
.info-block .info-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.info-block .info-value { font-size: 15px; color: var(--ink); line-height: 1.5; }
.info-block a { color: var(--ink); }
.info-block a:hover { color: var(--primary); }
.contact-divider { border: none; border-top: 1px solid var(--border-neutral); }
.info-item { padding: 14px 0; border-bottom: 1px solid var(--border-neutral); }
.info-item:last-of-type { border-bottom: none; }
.info-item-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--muted);
  display: block; margin-bottom: 4px;
}
.info-item-value { font-size: 15px; color: var(--ink); }
.phone-big { font-family: 'Archivo', sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -0.02em; }
.info-item-value a { color: var(--ink); }
.info-item-value a:hover { color: var(--primary); }
.info-cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px;
  background: var(--primary); color: #fff;
  padding: 14px 24px; border-radius: var(--radius);
  font-weight: 700; font-size: 14px;
  text-decoration: none; transition: filter 180ms;
}
.info-cta svg { width: 16px; height: 16px; flex-shrink: 0; }
.info-cta:hover { filter: brightness(0.91); color: #fff; text-decoration: none; }
.service-area-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.area-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid var(--border); padding: 4px 10px; border-radius: var(--radius);
  color: var(--muted); background: var(--surface);
}
@media (max-width: 900px) {
  .contact-inner { grid-template-columns: 1fr; }
  .contact-info-col { position: static; }
}

/* ── CTA banner ─────────────────────────────────────────────────── */
.cta-banner {
  padding: var(--section-py) 0;
  background: var(--ink);
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(140,172,60,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.cta-banner-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  position: relative; z-index: 1;
}
.cta-banner-eyebrow { color: var(--primary); margin-bottom: 12px; }
.cta-banner-headline,
.cta-banner-inner h2,
.cta-banner-title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 800; color: #fff; line-height: 1.05;
  letter-spacing: -0.025em; max-width: 18ch;
  margin-bottom: 20px;
}
.cta-banner-sub,
.cta-banner-inner > p { color: rgba(255,255,255,0.55); font-size: 17px; margin-bottom: 32px; }
.cta-banner-text { margin-bottom: 32px; }
.cta-banner-phone {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800; color: var(--primary); letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.cta-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-banner-actions .btn-outline { border-color: rgba(255,255,255,0.5); color: #fff; }
.cta-banner-actions .btn-outline:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ── About story ────────────────────────────────────────────────── */
.about-story {
  padding: var(--section-py) 0;
  background: var(--canvas);
}
.about-story .section-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.about-story-grid {
  display: grid; grid-template-columns: 480px 1fr;
  gap: clamp(40px, 6vw, 80px); align-items: start;
}
.about-story-portrait {
  position: relative; border-radius: var(--radius);
  overflow: hidden;
}
.about-story-portrait > img {
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover; max-height: none !important;
  filter: grayscale(15%);
}
.about-story-portrait-caption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
  margin-top: 12px;
}
.about-story-content { padding-top: 8px; }
.about-story-eyebrow { color: var(--primary); }
.about-story-content h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 24px; }
.about-story-body p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-story-body p + p { margin-top: 14px; }
.about-story-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.about-story-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase;
  border: 1px solid var(--primary); color: var(--ink);
  padding: 7px 14px; border-radius: var(--radius);
  background: var(--surface);
}
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-portrait { max-width: 480px; }
}

/* ── About two-col ──────────────────────────────────────────────── */
.about-twocol {
  padding: var(--section-py) 0;
  background: var(--surface);
}
.about-twocol .section-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.about-twocol-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px); align-items: start;
}
.about-twocol-left { }
.about-twocol-left h2 { font-size: clamp(32px, 4vw, 60px); margin-top: 8px; }
.about-twocol-right p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-twocol-right p + p { margin-top: 14px; }
.about-twocol-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.about-twocol-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase;
  border: 1px solid var(--primary); color: var(--ink);
  padding: 7px 14px; border-radius: var(--radius); background: var(--canvas);
}
@media (max-width: 900px) {
  .about-twocol-grid { grid-template-columns: 1fr; }
}

/* ── Values grid ────────────────────────────────────────────────── */
.values {
  padding: var(--section-py) 0;
  background: var(--ink);
}
.values .section-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.values .section-inner > h2 { color: #fff; margin-bottom: 48px; font-size: clamp(32px, 4vw, 60px); }
.values .section-eyebrow { color: var(--primary); }
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: rgba(255,255,255,0.06);
}
.value-card {
  padding: 32px 28px;
  background: rgba(20,24,29,0.9);
  border-top: 3px solid var(--primary);
  transition: background 250ms;
}
.value-card:hover { background: rgba(140,172,60,0.08); }
.value-card h3 { font-size: 20px; color: #fff; margin-bottom: 10px; }
.value-card-num {
  font-size: 11px; color: var(--primary); letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.value-card-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.value-card-title { font-size: 20px; color: #fff; font-weight: 700; }
@media (max-width: 900px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .values-grid { grid-template-columns: 1fr; } }

/* ── Timeline ───────────────────────────────────────────────────── */
.timeline {
  padding: var(--section-py) 0;
  background: var(--canvas);
}
.timeline .section-inner { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.timeline .section-inner > h2 { margin-bottom: 48px; font-size: clamp(32px, 4vw, 56px); }
.timeline-track {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; position: relative;
}
.timeline-track::before {
  content: '';
  position: absolute; top: 20px; left: 0; right: 0;
  height: 1px; background: var(--primary); opacity: 0.3;
  z-index: 0;
}
.timeline-step {
  padding: 20px; position: relative; z-index: 1;
  background: var(--canvas);
}
.timeline-step-dot {
  width: 12px; height: 12px;
  background: var(--primary); border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 0 0 3px rgba(140,172,60,0.2);
}
.timeline-step-year {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--primary); margin-bottom: 8px;
}
.timeline-step h3 { font-size: 18px; margin-bottom: 8px; }
.timeline-step-title { font-size: 18px; font-weight: 700; color: var(--ink); }
.timeline-step-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }
@media (max-width: 900px) { .timeline-track { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .timeline-track { grid-template-columns: 1fr; } }

/* ── Footer ─────────────────────────────────────────────────────── */
.footer,
.site-footer {
  background: var(--ink); color: rgba(255,255,255,0.65);
  padding-top: 72px;
}
.footer-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 56px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-grid {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 56px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand-name {
  font-family: 'Archivo', sans-serif;
  font-weight: 800; font-size: 18px; color: #fff; letter-spacing: -0.02em;
}
.footer-tagline { font-size: 14px; line-height: 1.5; }
.footer-brand-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.65; }
.footer-brand-logo { margin-bottom: 12px; }
.footer-brand-phone a {
  font-family: 'Archivo', sans-serif; font-weight: 800;
  font-size: 18px; color: var(--primary); text-decoration: none;
}
.footer-rating { display: flex; align-items: center; gap: 4px; }
.footer-rating svg { width: 14px; height: 14px; fill: var(--primary); }
.footer-col-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}
.footer-col h4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}
.footer-links,
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col li a,
.footer-links li a {
  font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none;
  transition: color 150ms;
}
.footer-col li a:hover,
.footer-links li a:hover { color: #fff; text-decoration: none; }
.footer-contact-item { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.footer-contact-item a { color: rgba(255,255,255,0.55); }
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }
.footer-contact-line { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.65; }
.footer-contact-line a { color: rgba(255,255,255,0.5); }
.footer-phone-link { color: var(--primary) !important; font-weight: 700; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px clamp(20px, 4vw, 48px);
  max-width: 1320px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: rgba(255,255,255,0.35);
  flex-wrap: wrap; gap: 8px;
}
.footer-copy { font-size: 13px; }
.footer-insured { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 13px; color: rgba(255,255,255,0.35); }
address { font-style: normal; }
@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; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── Stats ──────────────────────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; padding: 80px 0; text-align: center; }
.stat-num { font-size: clamp(48px, 8vw, 96px); font-weight: 900; line-height: 1; color: var(--primary); }
.stat-label { 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); border-radius: var(--radius); }
.step-num { font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 12px; letter-spacing: 0.12em; }

/* ── Mobile sticky CTA ──────────────────────────────────────────── */
.mobile-cta-pill,
.mobile-cta-sticky,
.mobile-sticky-cta,
.mobile-cta {
  position: fixed; bottom: 18px; right: 18px; z-index: 999;
  background: var(--primary); color: #fff;
  padding: 14px 22px; border-radius: 999px;
  display: flex; align-items: center; gap: 8px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700; font-size: 15px;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 200ms, transform 200ms;
}
.mobile-cta-pill svg,
.mobile-cta-sticky svg,
.mobile-sticky-cta svg,
.mobile-cta svg { width: 20px; height: 20px; flex-shrink: 0; }
.mobile-cta-pill:hover,
.mobile-cta-sticky:hover,
.mobile-sticky-cta:hover,
.mobile-cta:hover { filter: brightness(0.91); transform: scale(1.03); color: #fff; text-decoration: none; }
.mobile-cta > a { display: flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; }
.mobile-cta > a svg { width: 20px; height: 20px; }
@media (min-width: 900px) {
  .mobile-cta-pill,
  .mobile-cta-sticky,
  .mobile-sticky-cta,
  .mobile-cta { display: none; }
}

/* ── Animation utilities ────────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.fade-left { opacity: 0; transform: translateX(-24px); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.fade-right { opacity: 0; transform: translateX(24px); 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; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 500ms ease-out, transform 500ms ease-out; }
.stagger > *:nth-child(1) { transition-delay: 0ms; }
.stagger > *:nth-child(2) { transition-delay: 80ms; }
.stagger > *:nth-child(3) { transition-delay: 160ms; }
.stagger > *:nth-child(4) { transition-delay: 240ms; }
.stagger > *:nth-child(5) { transition-delay: 320ms; }
.stagger > *:nth-child(6) { transition-delay: 400ms; }
.stagger > *:nth-child(7) { transition-delay: 480ms; }
.stagger > *:nth-child(8) { transition-delay: 560ms; }
.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible { opacity: 1; transform: none; }
.stagger > *.visible { opacity: 1; transform: none; }
.visible { opacity: 1 !important; transform: none !important; }

/* ── Misc ───────────────────────────────────────────────────────── */
.section-title { font-size: clamp(32px, 4vw, 56px); }
.section-headline { font-size: clamp(36px, 5vw, 72px); }

/* Credential / license registry variant */
.license-registry-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.license-card {
  background: var(--surface);
  border-top: 4px solid var(--primary);
  border-radius: var(--radius);
  border: 1px solid var(--border-neutral);
  border-top: 4px solid var(--primary);
  padding: 20px 18px;
}
.license-card-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px; font-weight: 600; color: var(--ink);
  letter-spacing: 0.04em; margin-bottom: 6px;
}
.license-card-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--primary);
}

/* Table cells */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price { background: var(--ink); color: #fff; }
.services-table tbody td { background: var(--surface); color: var(--ink); }

/* SVG caps */
svg { max-width: 100%; }
button svg,
a svg,
.review-stars svg,
.review-cta-stars svg,
.footer-rating svg,
.gallery-card-location svg,
.info-cta svg,
.btn-service svg,
.mobile-cta-pill svg,
.mobile-cta-sticky svg,
.mobile-sticky-cta svg,
.mobile-cta svg { width: 20px; height: 20px; flex-shrink: 0; }
.review-stars svg,
.review-cta-stars svg,
.footer-rating svg { width: 18px; height: 18px; }
.gallery-card-location svg { width: 13px; height: 13px; }
.nav-toggle svg { width: 24px; height: 24px; }

/* Prevent section padding double-up */
.section-inner + .section-inner { padding-top: 0; }

/* Responsive typography */
@media (max-width: 640px) {
  .hero-title { font-size: clamp(44px, 12vw, 72px); }
  .services-header { grid-template-columns: 1fr; }
  .services-header a { display: none; }
  .gallery-header { grid-template-columns: 1fr; }
  .gallery-header a { display: none; }
  .cta-banner-actions { flex-direction: column; }
  .cta-banner-actions .btn,
  .cta-banner-actions .btn-outline-white { width: 100%; justify-content: center; }
  .contact-inner { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn,
  .hero-ctas .btn-outline-white { width: auto; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.section-eyebrow { grid-column: 1 / -1; }
.section-title { grid-column: 1 / -1; }
.section-sub { grid-column: 1 / -1; }
.btn-primary { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { 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; }
