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

/* ─── TOKENS ─── */
:root {
  --primary:       #d9e5d4;
  --accent:        #d9e5d4;
  --canvas:        #FFFFFF;
  --surface:       #F4F2EE;
  --ink:           #0C0C0F;
  --muted:         #6B6B6B;
  --border:        rgba(12,12,15,0.10);
  --border-strong: rgba(12,12,15,0.22);
  --radius:        4px;
  --header-height: 72px;
  --section-py:    clamp(88px, 11vh, 144px);
  --content-max:   1280px;
}
@media (max-width: 900px) { :root { --header-height: 60px; } }

/* ─── SMOOTH SCROLL ─── */
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}

/* ─── UNIVERSAL IMAGE CAP — mandatory verbatim ─── */
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; }
}

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

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}
h1 { font-size: clamp(48px, 6.5vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(18px, 2.2vw, 28px); }
p  { line-height: 1.7; }

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

/* ─── MONO LABELS ─── */
.section-label, .section-eyebrow, .page-header-eyebrow,
.service-feature-eyebrow, .gallery-section-label, .gallery-feature-label,
.faq-eyebrow, .cta-eyebrow, .cta-banner-label, .cta-banner-eyebrow,
.contact-form-label, .contact-info-label, .info-block-label,
.footer-col-label, .footer-col-title, .footer-col-heading {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}
.footer-col h4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  margin-bottom: 16px;
}

/* ─── NUMERAL SYSTEM (the visual identity) ─── */
.section-numeral,
.hero-numeral,
.page-header-numeral,
.faq-numeral,
.team-cta-num,
.cta-numeral,
.info-numeral {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--primary);
  display: block;
  user-select: none;
}

.cta-banner-numeral {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(100px, 15vw, 200px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.05em;
  color: var(--primary);
  opacity: 0.13;
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: clamp(16px, 3vh, 48px);
  right: clamp(20px, 4vw, 64px);
  z-index: 1;
}

.review-card-num,
.service-card-num,
.value-card-num,
.gallery-feature-num,
.team-cta-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--primary);
  display: block;
  user-select: none;
}

/* team-cta-num is larger */
.team-cta-num {
  font-size: clamp(72px, 9vw, 120px);
  line-height: 0.88;
  margin-bottom: 20px;
}

/* ─── LAYOUT CONTAINERS ─── */
.section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}
.container      { max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.wide-container { max-width: 1400px;             margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

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

/* ─── SITE HEADER ─── */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(12,12,15,0.08);
}
.top-nav {
  display: flex; align-items: center; gap: 32px;
  max-width: 1320px; margin: 0 auto;
  padding: 0 28px; height: var(--header-height);
}
.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px; max-width: 200px; width: auto; object-fit: contain; }

.nav-pages {
  flex: 1;
  list-style: none; display: flex;
  justify-content: center; align-items: center;
  gap: 28px;
}
.nav-pages a {
  display: inline-block; padding: 6px 0;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px; font-weight: 500;
  color: var(--ink); text-decoration: none;
}
.nav-pages a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages li.active a,
.nav-pages a[aria-current="page"] {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--ink); color: var(--canvas);
  padding: 10px 20px; border-radius: var(--radius);
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600; font-size: 14px;
  text-decoration: none; white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.82); color: var(--canvas); text-decoration: none; }

.nav-toggle {
  display: none; width: 44px; height: 44px;
  background: transparent; border: none;
  cursor: pointer; font-size: 24px; color: var(--ink);
  align-items: center; justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .nav-pages {
    display: none; flex-direction: column; justify-content: flex-start;
    position: absolute; top: var(--header-height); left: 0; right: 0;
    background: var(--canvas); padding: 24px; gap: 8px;
    border-bottom: 1px solid rgba(12,12,15,0.08); z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-toggle { display: flex; }
  .nav-cta .nav-cta-text { display: none; }
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px; border-radius: var(--radius);
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600; font-size: 15px;
  text-decoration: none; border: none; cursor: pointer;
  transition: transform 200ms ease-out, filter 200ms ease-out;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

.btn-primary { background: var(--ink); color: var(--canvas); }
.btn-primary:hover { filter: brightness(0.84); color: var(--canvas); }

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

.btn-outline-light { background: transparent; color: var(--canvas); border: 2px solid rgba(255,255,255,0.45); }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); color: var(--canvas); }

.btn-phone { background: var(--primary); color: var(--ink); }
.btn-phone:hover { filter: brightness(0.92); color: var(--ink); }

.btn-submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 32px; width: 100%;
  background: var(--ink); color: var(--canvas);
  border: none; border-radius: var(--radius);
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600; font-size: 15px; cursor: pointer;
  transition: filter 200ms;
}
.btn-submit:hover { filter: brightness(0.84); }
.btn-submit svg { width: 18px; height: 18px; }

/* ─── CHIPS & PILLS ─── */
.trust-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border: 1px solid var(--ink); border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); background: var(--canvas); white-space: nowrap;
}
.trust-chip-dot {
  width: 6px; height: 6px;
  border-radius: 50%; background: var(--ink); flex-shrink: 0;
}
.trust-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border: 1px solid var(--border); border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); background: var(--canvas); white-space: nowrap;
}
.trust-pill-star { color: var(--ink); font-size: 13px; }

.area-pill {
  display: inline-flex; align-items: center;
  padding: 4px 12px; border: 1px solid var(--border); border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
}

/* ─── TRUST STRIP ─── */
.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0; overflow: hidden;
}
.trust-strip-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
}

/* ─── HERO ─── */
.hero {
  min-height: 92vh;
  display: flex; align-items: flex-start;
  padding-top: clamp(80px, 13vh, 144px);
  padding-bottom: clamp(60px, 8vh, 96px);
}
.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(12,12,15,0.45) 0%,
    rgba(12,12,15,0.68) 100%
  );
}
.hero-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px); width: 100%;
}
.hero-numeral {
  font-size: clamp(80px, 11vw, 148px);
  margin-bottom: -8px;
}
.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.65); margin-bottom: 20px;
}
.hero-inner h1 {
  font-size: clamp(64px, 8.5vw, 128px);
  font-weight: 700; line-height: 0.96;
  letter-spacing: -0.03em; color: var(--canvas);
  max-width: 18ch; margin-bottom: 20px;
}
.hero-sub {
  font-size: clamp(15px, 1.7vw, 19px);
  color: rgba(255,255,255,0.72);
  max-width: 50ch; margin-bottom: 36px; line-height: 1.65;
}
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px;
}
.hero-trust-chips {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px;
}
.hero-trust-chips .trust-chip {
  border-color: rgba(255,255,255,0.30);
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(6px);
}

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

/* ─── SERVICES SECTION ─── */
.services { background: var(--surface); }

.services-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; align-items: end; margin-bottom: 48px;
}
.services-head-right {
  font-size: clamp(14px, 1.5vw, 17px); color: var(--muted);
  line-height: 1.65; padding-bottom: 8px;
}

.services-bento {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.service-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius); background: var(--ink);
  min-height: 280px; display: block; text-decoration: none;
  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.28);
  text-decoration: none;
}
.service-card > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; max-height: none !important;
  transition: transform 500ms ease-out;
}
.service-card:hover > img { transform: scale(1.04); }

.service-card-featured { grid-column: 1 / 3; grid-row: 1 / 3; min-height: 480px; }

.service-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.88) 0%, rgba(12,12,15,0.18) 60%, transparent 100%);
}
.service-card-content {
  position: absolute; inset: 0; z-index: 2;
  padding: 20px; display: flex; flex-direction: column; justify-content: flex-end;
}
.service-card-num {
  position: absolute; top: 16px; left: 18px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 4vw, 56px); font-weight: 700;
  line-height: 1; letter-spacing: -0.04em;
  color: var(--primary); opacity: 0.80;
}
.service-card-body h3 {
  font-size: clamp(17px, 2vw, 24px); color: var(--canvas);
  margin-bottom: 6px; line-height: 1.1;
}
.service-card-desc {
  font-size: 13px; color: rgba(255,255,255,0.68);
  line-height: 1.5; margin-bottom: 10px;
}
.service-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary);
}
.service-card-link svg { width: 14px; height: 14px; }

@media (max-width: 900px) {
  .services-bento { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-column: 1 / 3; grid-row: auto; min-height: 320px; }
  .services-head { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: 1; }
}

/* ─── GALLERY SECTION (homepage) ─── */
.gallery-section { background: var(--canvas); }

.gallery-head {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 28px;
}
.gallery-head a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: underline; text-underline-offset: 4px;
  color: var(--muted); white-space: nowrap;
}
.gallery-feature {
  position: relative; border-radius: var(--radius);
  overflow: hidden; min-height: 480px;
}
.gallery-feature > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; max-height: none !important;
}
.gallery-feature-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.72) 0%, transparent 55%);
}
.gallery-feature-content {
  position: absolute; bottom: 0; left: 0;
  padding: clamp(24px, 3vw, 40px); z-index: 2;
}
.gallery-feature-num {
  font-size: clamp(40px, 5vw, 72px);
  margin-bottom: 8px;
}
.gallery-feature-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}

/* ─── REVIEWS ─── */
.reviews-section { background: var(--surface); }

.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-top: 48px;
}
.review-card {
  background: var(--canvas); border-radius: var(--radius); padding: 28px;
}
.review-card-num { margin-bottom: 16px; }
.review-stars {
  display: flex; gap: 4px; margin-bottom: 12px;
}
.review-stars svg { width: 18px; height: 18px; color: var(--ink); fill: currentColor; }
.review-quote { font-size: 16px; line-height: 1.6; color: var(--ink); margin-bottom: 16px; }
.review-attribution {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); opacity: 0.75;
}

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

/* ─── FAQ (index + contact pages) ─── */
.faq-section { background: var(--canvas); }

.faq-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}

/* index faq uses .section-inner > .faq-grid */
.faq-section .section-inner .faq-grid,
.faq-inner .faq-grid {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 80px; align-items: start;
}
.faq-header {
  display: flex; flex-direction: column; gap: 12px; position: sticky; top: 100px;
}
.faq-header-text h2 { margin-top: 16px; }

.faq-list { }

.faq-item {
  border-bottom: 1px solid var(--border);
}
details.faq-item > summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; gap: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600; font-size: clamp(15px, 1.5vw, 17px);
  color: var(--ink);
}
details.faq-item > summary::-webkit-details-marker { display: none; }

.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; transition: transform 220ms; }
details.faq-item[open] > summary .faq-chevron { transform: rotate(45deg); }

.faq-answer {
  padding-bottom: 20px; color: var(--muted);
  line-height: 1.72; font-size: 15px;
}

@media (max-width: 900px) {
  .faq-section .section-inner .faq-grid,
  .faq-inner .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-header { position: static; }
}

/* ─── TEAM CTA ─── */
.team-cta { background: var(--ink); overflow: hidden; position: relative; }
.team-cta > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.12; z-index: 0; max-height: none !important;
}
.team-cta-inner {
  position: relative; z-index: 2;
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.team-cta-text { }
.team-cta-heading {
  font-size: clamp(36px, 5vw, 64px); font-weight: 700;
  line-height: 1.0; letter-spacing: -0.03em;
  color: var(--canvas); margin-bottom: 16px;
}
.team-cta-sub {
  font-size: 17px; color: rgba(255,255,255,0.62);
  line-height: 1.65; margin-bottom: 32px;
}
.team-cta-text a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px; background: var(--primary); color: var(--ink);
  border-radius: var(--radius); font-weight: 600; font-size: 15px;
  text-decoration: none; transition: filter 200ms;
}
.team-cta-text a:hover { filter: brightness(0.90); text-decoration: none; color: var(--ink); }
.team-cta-photo { }

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

/* ─── CONTACT SECTION ─── */
.contact-section { background: var(--surface); }

/* index.html: .section-inner > .fade-up[heading] + .contact-grid */
.contact-grid {
  display: grid; grid-template-columns: 3fr 2fr;
  gap: 64px; align-items: start; margin-top: 48px;
}

/* contact.html: .contact-inner is the 2-col grid itself */
.contact-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 3fr 2fr;
  gap: 64px; align-items: start;
}

.contact-form-col { }
.contact-form-label { }
.contact-form-heading {
  font-size: clamp(28px, 4vw, 52px); font-weight: 700;
  line-height: 1.0; letter-spacing: -0.03em;
  color: var(--ink); margin-bottom: 10px;
}
.contact-form-heading span { color: var(--muted); }
.contact-form-intro {
  font-size: 15px; color: var(--muted); line-height: 1.65; margin-bottom: 28px;
}

.contact-info-col { }
.contact-info { }

.info-numeral { margin-bottom: 24px; }

.info-block {
  border-bottom: 1px solid var(--border); padding: 18px 0;
}
.info-block:first-of-type { border-top: 1px solid var(--border); }
.info-block-value {
  font-size: 15px; color: var(--ink); line-height: 1.6;
}
.info-block-value a { color: var(--ink); font-weight: 600; text-decoration: none; }
.info-block-value a:hover { text-decoration: underline; text-underline-offset: 4px; }
.info-phone-big {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(22px, 2.8vw, 32px); font-weight: 700; letter-spacing: -0.02em;
}

.contact-info-block {
  border-bottom: 1px solid var(--border); padding: 18px 0;
}
.contact-info-body { font-size: 15px; color: var(--ink); line-height: 1.7; }

.service-areas-list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px;
}
.service-areas-list li {
  font-family: 'IBM Plex Mono', monospace; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); padding: 4px 10px;
  border: 1px solid var(--border); border-radius: 999px;
}

.service-area-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }

.veterans-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; }
.veterans-badge svg { width: 24px; height: 24px; }

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

/* ─── FORMS ─── */
.form-group, .form-field { position: relative; margin-bottom: 18px; }

.form-group label, .form-field label {
  display: block;
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
}
.form-group input, .form-group select, .form-group textarea,
.form-field input,  .form-field select,  .form-field textarea {
  width: 100%; padding: 13px 16px;
  background: var(--canvas); border: 1px solid var(--border);
  border-radius: var(--radius); outline: none;
  font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; color: var(--ink);
  transition: border-color 150ms; appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus,
.form-field input:focus,  .form-field select:focus,  .form-field textarea:focus {
  border-color: var(--ink);
}
.form-group textarea, .form-field textarea { min-height: 120px; resize: vertical; }
.form-group.full { grid-column: 1 / -1; }

.form-note, .form-photos-note {
  font-size: 12px; color: var(--muted); line-height: 1.55;
  margin-top: -8px; margin-bottom: 16px;
}
.contact-form-wrap form { }

/* ─── PAGE HEADER (sub-pages) ─── */
.page-header {
  min-height: clamp(280px, 40vh, 480px);
  display: flex; align-items: flex-end;
}
.page-header-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(12,12,15,0.28) 0%, rgba(12,12,15,0.66) 100%);
  z-index: 1;
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--content-max); margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 48px); width: 100%;
}
.page-header-inner h1, .page-header-title {
  font-size: clamp(40px, 5.5vw, 80px); font-weight: 700;
  line-height: 1.0; letter-spacing: -0.03em;
  color: var(--canvas); max-width: 18ch;
}
.page-header-sub {
  font-size: clamp(14px, 1.6vw, 17px); color: rgba(255,255,255,0.68);
  margin-top: 16px; max-width: 52ch; line-height: 1.65;
}

/* ─── SERVICES DETAIL PAGE ─── */
.services-detail { background: var(--canvas); }

.services-detail-header {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px) 48px;
}
.section-title {
  font-size: clamp(36px, 5vw, 72px); font-weight: 700;
  line-height: 1.0; letter-spacing: -0.03em; color: var(--ink); margin-top: 12px;
}

.service-feature {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 560px;
}
/* reverse: swap columns via direction trick (no scaleX) */
.service-feature.reverse { direction: rtl; }
.service-feature.reverse > * { direction: ltr; }

.service-feature-photo { overflow: hidden; position: relative; }
.service-feature-photo > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; max-height: none !important;
}

.service-feature-copy {
  padding: clamp(48px, 6vw, 80px);
  display: flex; flex-direction: column; justify-content: center;
  background: var(--canvas);
}
.service-feature:nth-child(even) .service-feature-copy { background: var(--surface); }

.service-feature-numeral {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(56px, 7vw, 96px); font-weight: 700;
  line-height: 0.9; letter-spacing: -0.04em;
  color: var(--primary); display: block; margin-bottom: 8px;
}
.service-feature-copy h2 {
  font-size: clamp(26px, 3.2vw, 44px); font-weight: 700;
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 20px;
}
.service-feature-body {
  font-size: 15px; color: var(--muted); line-height: 1.72; margin-bottom: 12px;
}
.service-feature-bullets { list-style: none; margin: 16px 0 24px; }
.service-feature-bullets li {
  font-size: 15px; color: var(--ink);
  padding: 9px 0 9px 20px; position: relative;
  border-bottom: 1px solid var(--border);
}
.service-feature-bullets li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--primary);
}
.service-feature-copy a.btn,
.service-feature-copy > a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px; background: var(--ink); color: var(--canvas);
  border-radius: var(--radius); font-weight: 600; font-size: 14px;
  text-decoration: none; transition: filter 200ms; align-self: flex-start;
}
.service-feature-copy > a:hover { filter: brightness(0.84); color: var(--canvas); text-decoration: none; }

@media (max-width: 900px) {
  .service-feature { grid-template-columns: 1fr; direction: ltr; min-height: auto; }
  .service-feature.reverse > * { direction: ltr; }
  .service-feature-photo { min-height: 55vw; }
}

/* ─── CTA BANNER ─── */
.cta-banner { background: var(--ink); position: relative; overflow: hidden; }
.cta-banner > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.08; z-index: 0; max-height: none !important;
}

.cta-banner-inner {
  position: relative; z-index: 2;
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.cta-banner-left { grid-column: 1; }

.cta-banner-title {
  font-size: clamp(32px, 4.5vw, 64px); font-weight: 700;
  line-height: 1.0; letter-spacing: -0.03em;
  color: var(--canvas); margin-bottom: 16px;
}
.cta-banner-title span { color: var(--primary); }
.cta-banner-sub, .cta-banner-body {
  font-size: 16px; color: rgba(255,255,255,0.62);
  line-height: 1.65; margin-bottom: 28px;
}
.cta-banner-left h2 {
  font-size: clamp(32px, 4.5vw, 64px); font-weight: 700;
  line-height: 1.0; letter-spacing: -0.03em;
  color: var(--canvas); margin-bottom: 16px;
}
.cta-banner-actions, .cta-banner-btns {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px;
}
.cta-banner-actions a, .cta-banner-btns a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px; border-radius: var(--radius);
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600; font-size: 15px; text-decoration: none;
  transition: filter 200ms;
}

/* form inside cta-banner */
.cta-form {
  background: var(--canvas); border-radius: var(--radius); padding: 32px; z-index: 3;
}
.cta-form h3 {
  font-size: clamp(18px, 2.2vw, 26px); font-weight: 700;
  letter-spacing: -0.02em; color: var(--ink); margin-bottom: 20px;
}

/* about.html cta-banner: single col .cta-banner-inner */
.cta-banner-inner.fade-up {
  grid-template-columns: 1fr;
  max-width: 800px;
}

@media (max-width: 900px) {
  .cta-banner-inner { grid-template-columns: 1fr; gap: 40px; }
  .cta-banner-inner.fade-up { max-width: 100%; }
}

/* ─── ABOUT STORY ─── */
.about-story { background: var(--canvas); }
.about-story-grid {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 5fr 7fr;
  gap: 80px; align-items: start;
}
.about-story-portrait-col { position: relative; }
.about-story-portrait-col > img {
  width: 100%; object-fit: cover; border-radius: var(--radius);
  max-height: 600px !important; height: 100%;
}
.portrait-caption {
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--muted); margin-top: 10px;
}
.about-story-text-col { }
.about-story-text-col h2,
.section-title { margin-top: 4px; }

.about-para {
  font-size: clamp(15px, 1.5vw, 17px); color: var(--ink);
  line-height: 1.78; margin-bottom: 18px;
}
.drop-cap-para::first-letter {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3em; font-weight: 700; float: left;
  line-height: 0.85; margin-right: 8px; color: var(--ink);
}
.about-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }

@media (max-width: 900px) { .about-story-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ─── VALUES ─── */
.values-section { background: var(--surface); }
.values-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}
.values-header {
  display: flex; align-items: flex-start; gap: 32px; margin-bottom: 48px;
}
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.value-card {
  background: var(--canvas); border-radius: var(--radius); padding: 28px;
}
.value-card-num { margin-bottom: 16px; }
.value-card h3 {
  font-size: clamp(16px, 1.7vw, 20px); font-weight: 700;
  letter-spacing: -0.02em; margin-bottom: 10px;
}
.value-card-body { font-size: 14px; color: var(--muted); line-height: 1.68; }
.value-card-title { /* alias used in some pages */ }

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

/* ─── TIMELINE ─── */
.timeline-section { background: var(--canvas); }
.timeline-header {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px) 40px;
  display: flex; align-items: center; gap: 32px;
}
.timeline-header h2 { margin: 0; }
.timeline-steps {
  max-width: var(--content-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) var(--section-py);
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px; position: relative;
}
.timeline-steps::before {
  content: ''; position: absolute;
  top: 20px; left: clamp(20px, 4vw, 48px); right: clamp(20px, 4vw, 48px);
  height: 1px; background: var(--border); z-index: 0;
}
.timeline-step { position: relative; z-index: 1; }
.timeline-dot {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--canvas); border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.timeline-dot-inner { width: 12px; height: 12px; border-radius: 50%; background: var(--primary); }
.timeline-label {
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
  display: block; margin-bottom: 8px;
}
.timeline-step h3 {
  font-size: clamp(15px, 1.6vw, 19px); font-weight: 700;
  letter-spacing: -0.02em; color: var(--ink); margin-bottom: 10px;
}
.timeline-body { font-size: 14px; color: var(--muted); line-height: 1.65; }
.timeline-title { }

@media (max-width: 900px) {
  .timeline-steps { grid-template-columns: repeat(2, 1fr); }
  .timeline-steps::before { display: none; }
}
@media (max-width: 640px) { .timeline-steps { grid-template-columns: 1fr; } }

/* ─── CREW ─── */
.crew-section { background: var(--surface); }
.crew-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}
.crew-header {
  display: flex; align-items: flex-start; gap: 24px; margin-bottom: 48px;
}
.crew-header h2 { margin: 0; }
.crew-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.crew-card { background: var(--canvas); border-radius: var(--radius); overflow: hidden; }
.crew-card-img-wrap { aspect-ratio: 4 / 3; overflow: hidden; }
.crew-card-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(25%); transition: filter 350ms; max-height: none !important;
}
.crew-card:hover .crew-card-img-wrap img { filter: grayscale(0%); }
.crew-card-body { padding: 20px; }
.crew-card-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 4px;
}
.crew-card-role {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px;
}
.crew-card-bio { font-size: 13px; color: var(--muted); line-height: 1.65; }

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

/* ─── ABOUT VERBATIM ─── */
.about-verbatim { background: var(--surface); }
.about-verbatim-grid {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 3fr 2fr;
  gap: 80px; align-items: start;
}
.about-verbatim-text h2 {
  font-size: clamp(28px, 3.5vw, 48px); font-weight: 700;
  line-height: 1.05; letter-spacing: -0.03em;
  color: var(--ink); margin: 16px 0 24px;
}
.about-verbatim-meta { }
.zip-block { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
.zip-label {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
  display: block; margin-bottom: 8px;
}
.zip-codes {
  font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--muted); line-height: 1.8;
}

@media (max-width: 900px) { .about-verbatim-grid { grid-template-columns: 1fr; gap: 48px; } }

/* ─── GALLERY PAGE ─── */
.gallery-section-header {
  max-width: var(--content-max); margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px) 40px;
}
.gallery-section-header h2 {
  font-size: clamp(36px, 5vw, 72px); font-weight: 700;
  line-height: 1.0; letter-spacing: -0.03em; color: var(--ink);
}
.gallery-filter-row {
  max-width: var(--content-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) 28px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.filter-pill {
  padding: 8px 18px; border: 1px solid var(--border); border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); background: var(--canvas); cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--ink); color: var(--canvas); border-color: var(--ink);
}

/* Gallery grid on gallery.html */
#gallery-grid.gallery-grid,
.gallery-grid {
  max-width: var(--content-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) var(--section-py);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery-card {
  border-radius: var(--radius); overflow: hidden;
  background: var(--surface);
  transition: transform 250ms ease-out;
  /* grid placement: auto */
}
.gallery-card:hover { transform: translateY(-2px); }

.gallery-card-wide  { grid-column: span 2; }
.gallery-card-tall  { grid-row:    span 2; }

.gallery-card-img-wrap { position: relative; overflow: hidden; }
.gallery-card:not(.gallery-card-tall)       .gallery-card-img-wrap { aspect-ratio: 16 / 9; }
.gallery-card.gallery-card-tall             .gallery-card-img-wrap { aspect-ratio: 9 / 14; }
.gallery-card.gallery-card-wide             .gallery-card-img-wrap { aspect-ratio: 16 / 7; }

.gallery-card-img-wrap > img {
  width: 100%; height: 100%; object-fit: cover;
  max-height: none !important;
  transition: transform 450ms ease-out;
}
.gallery-card:hover .gallery-card-img-wrap > img { transform: scale(1.04); }

.gallery-card-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--ink); color: var(--canvas);
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.gallery-card-category {
  position: absolute; top: 12px; right: 12px;
  background: var(--primary); color: var(--ink);
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.gallery-card-body { padding: 14px; }
.gallery-card-body h3 {
  font-size: clamp(14px, 1.3vw, 17px); font-weight: 700;
  letter-spacing: -0.01em; color: var(--ink); margin-bottom: 5px;
}
.gallery-card-location {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--muted); margin-bottom: 5px;
}
.gallery-card-location svg { width: 12px; height: 12px; }
.gallery-card-desc { font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 8px; }
.gallery-card-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-card-meta-item {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: 'IBM Plex Mono', monospace; font-size: 10px;
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em;
}
.gallery-card-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); opacity: 0.5; }

.gallery-link { }

@media (max-width: 900px) {
  #gallery-grid.gallery-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card-wide { grid-column: span 2; }
  .gallery-card-tall { grid-row: span 1; }
  .gallery-card.gallery-card-tall .gallery-card-img-wrap { aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  #gallery-grid.gallery-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card-wide { grid-column: span 1; }
}

/* ─── FOOTER ─── */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.78); }
.footer-inner {
  max-width: var(--content-max); margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 48px) clamp(32px, 4vw, 48px);
}

/* Both .footer-grid (index/about) and .footer-top (contact) share the same 4-col grid */
.footer-grid, .footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.09); margin-bottom: 28px;
}
.footer-brand { }
.footer-brand img { margin-bottom: 14px; filter: brightness(0) invert(1) opacity(0.9); }
.footer-brand-name {
  font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 700;
  color: var(--canvas); margin-bottom: 6px;
}
.footer-tagline, .footer-brand-tagline {
  font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.65; margin-bottom: 14px;
}
.footer-brand-contact { }
.footer-contact-item {
  display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px;
}
.footer-contact-link, .fci-label {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255,255,255,0.38); flex-shrink: 0;
}
.footer-contact-item a, .footer-contact-item span:not(.fci-label) {
  color: rgba(255,255,255,0.72); font-size: 14px; text-decoration: none; line-height: 1.5;
}
.footer-contact-item a:hover { color: var(--canvas); text-decoration: none; }

.footer-col { }
.footer-col-label, .footer-col-title, .footer-col-heading {
  font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.38);
  display: block; margin-bottom: 14px;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,0.65); font-size: 14px; text-decoration: none; transition: color 150ms; }
.footer-links a:hover { color: var(--canvas); text-decoration: none; }

.footer-col address { font-style: normal; font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.85; }
.footer-col address a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-col address a:hover { color: var(--canvas); }

.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55); transition: border-color 150ms, color 150ms; text-decoration: none;
}
.footer-social a:hover { border-color: rgba(255,255,255,0.45); color: var(--canvas); text-decoration: none; }
.footer-social a svg { width: 16px; height: 16px; }
.footer-social svg { width: 16px; height: 16px; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
}
.footer-copy, .footer-bottom-copy {
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: rgba(255,255,255,0.28);
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a {
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: rgba(255,255,255,0.28); text-decoration: none;
}
.footer-legal a:hover { color: rgba(255,255,255,0.60); }

.footer-primary-badge { margin-top: 10px; }

@media (max-width: 1100px) {
  .footer-grid, .footer-top { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 900px) {
  .footer-grid, .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-grid, .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ─── MOBILE STICKY CTA ─── */
.mobile-sticky-cta, .mobile-cta-pill {
  position: fixed; bottom: 18px; right: 18px; z-index: 999;
  display: flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--canvas);
  padding: 14px 22px; border-radius: 999px;
  font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; font-size: 15px;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 200ms;
}
.mobile-sticky-cta > a, .mobile-cta-pill > a {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--canvas); text-decoration: none;
}
.mobile-sticky-cta svg, .mobile-cta-pill svg,
.mobile-sticky-cta > a svg, .mobile-cta-pill > a svg {
  width: 22px; height: 22px; flex-shrink: 0;
}
.mobile-sticky-cta:hover, .mobile-cta-pill:hover { filter: brightness(0.84); text-decoration: none; }

@media (min-width: 900px) {
  .mobile-sticky-cta, .mobile-cta-pill { display: none; }
}

/* ─── 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.95);       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(22px);
  transition: opacity 500ms ease-out, transform 500ms ease-out;
}
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1)  { transition-delay:   0ms; }
.stagger.visible > *:nth-child(2)  { transition-delay:  70ms; }
.stagger.visible > *:nth-child(3)  { transition-delay: 140ms; }
.stagger.visible > *:nth-child(4)  { transition-delay: 210ms; }
.stagger.visible > *:nth-child(5)  { transition-delay: 280ms; }
.stagger.visible > *:nth-child(6)  { transition-delay: 350ms; }
.stagger.visible > *:nth-child(7)  { transition-delay: 420ms; }
.stagger.visible > *:nth-child(8)  { transition-delay: 490ms; }

/* ─── STATS ─── */
.stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px; padding: 80px 0; text-align: center;
}
.stat-num {
  font-family: 'Space Grotesk', 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 ─── */
.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: 8px; }
.step-num { font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 12px; letter-spacing: 0.12em; }

/* ─── TABLE THEAD RULE ─── */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price {
  background: var(--ink); color: var(--canvas);
}

/* ─── SVG CAP ─── */
.faq-chevron          { width: 20px; height: 20px; flex-shrink: 0; }
.review-stars svg     { width: 18px; height: 18px; }
.service-card-link svg { width: 16px; height: 16px; }
.nav-toggle svg       { width: 24px; height: 24px; }
.gallery-card-location svg { width: 12px; height: 12px; }
.timeline-dot svg     { width: 18px; height: 18px; }

/* catch-all: any bare svg inside a grid/flex container that lacks explicit dimensions */
svg:not([width]):not([height]):not([class]) {
  width: 24px; height: 24px; display: block; flex-shrink: 0;
}

/* ─── RESPONSIVE GLOBAL ─── */
@media (max-width: 640px) {
  .hero { min-height: 80vh; padding-top: clamp(56px, 10vh, 88px); }
  .hero-inner h1 { font-size: clamp(44px, 11vw, 72px); }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.services-head-right { grid-column: 1 / -1; }
.service-card-img { grid-column: 1 / -1; }
.service-card-overlay { grid-column: 1 / -1; }
.service-card-content { grid-column: 1 / -1; }
.gallery-link { grid-column: 1 / -1; }
.gallery-feature-overlay { grid-column: 1 / -1; }
.gallery-feature-content { grid-column: 1 / -1; }
.section-label { grid-column: 1 / -1; }
.section-numeral { grid-column: 1 / -1; }
.section-title { grid-column: 1 / -1; }
.review-card-num { grid-column: 1 / -1; }
.review-stars { grid-column: 1 / -1; }
.review-quote { grid-column: 1 / -1; }
.review-attribution { grid-column: 1 / -1; }
.faq-col-label { grid-column: 1 / -1; }
.faq-item { grid-column: 1 / -1; }
.team-cta-photo { grid-column: 1 / -1; }
.team-cta-num { grid-column: 1 / -1; }
.team-cta-heading { grid-column: 1 / -1; }
.team-cta-sub { grid-column: 1 / -1; }
.btn-outline-light { grid-column: 1 / -1; }
.contact-info-block { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.section-eyebrow { grid-column: 1 / -1; }
.service-feature-numeral { grid-column: 1 / -1; }
.service-feature-eyebrow { grid-column: 1 / -1; }
.service-feature-title { grid-column: 1 / -1; }
.service-feature-body { grid-column: 1 / -1; }
.service-feature-bullets { grid-column: 1 / -1; }
.btn-primary { grid-column: 1 / -1; }
.cta-numeral { grid-column: 1 / -1; }
.cta-eyebrow { grid-column: 1 / -1; }
.cta-banner-phone { grid-column: 1 / -1; }
.cta-banner-body { grid-column: 1 / -1; }
.active { grid-column: 1 / -1; }
.filter-pill { grid-column: 1 / -1; }
.gallery-card-img-wrap { grid-column: 1 / -1; }
.gallery-card-body { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.about-story-text-col { grid-column: 1 / -1; }
.about-story-portrait { grid-column: 1 / -1; }
.portrait-caption { grid-column: 1 / -1; }
.trust-chip { grid-column: 1 / -1; }
.value-card-num { grid-column: 1 / -1; }
.value-card-title { grid-column: 1 / -1; }
.value-card-body { grid-column: 1 / -1; }
.timeline-dot { grid-column: 1 / -1; }
.timeline-label { grid-column: 1 / -1; }
.timeline-title { grid-column: 1 / -1; }
.timeline-body { grid-column: 1 / -1; }
.crew-card-img-wrap { grid-column: 1 / -1; }
.crew-card-body { grid-column: 1 / -1; }
.cta-banner-eyebrow { grid-column: 1 / -1; }
.cta-banner-title { grid-column: 1 / -1; }
.cta-banner-btns { grid-column: 1 / -1; }
.about-para { grid-column: 1 / -1; }
.service-areas-list { grid-column: 1 / -1; }
.zip-block { grid-column: 1 / -1; }
.contact-form-label { grid-column: 1 / -1; }
.contact-form-heading { grid-column: 1 / -1; }
.contact-form-intro { grid-column: 1 / -1; }
.contact-form { grid-column: 1 / -1; }
.info-numeral { grid-column: 1 / -1; }
.info-heading { grid-column: 1 / -1; }
.info-block { grid-column: 1 / -1; }
.faq-numeral { grid-column: 1 / -1; }
.faq-header-text { grid-column: 1 / -1; }
.footer-col { 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; }
