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

/* =========================================================
   TOKENS
   ========================================================= */
:root {
  --primary:        #cdfcdb;
  --primary-dark:   #9de8b4;
  --primary-deeper: #5cc98a;
  --accent:         #C1C1C1;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --ink:            #0C0C0F;
  --ink-mid:        #2a2a2e;
  --muted:          #5A5852;
  --border:         rgba(12,12,15,0.12);
  --border-ink:     #0C0C0F;

  --font-display: 'Archivo Black', sans-serif;
  --font-body:    'IBM Plex Sans', sans-serif;
  --font-mono:    'IBM Plex Mono', monospace;

  --radius: 0px;
  --section-py: clamp(72px, 9vh, 112px);
  --container-max: 1360px;
  --wide-max: 1400px;

  --header-height: 72px;
}

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

/* =========================================================
   GLOBAL 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: var(--font-body);
  font-weight: 500;
  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; }

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

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

svg { display: block; }

ul { list-style: none; }

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

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

/* =========================================================
   TYPOGRAPHY SCALE
   ========================================================= */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
h1 { font-size: clamp(48px, 7vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 3vw, 36px); }

p { font-family: var(--font-body); font-weight: 500; line-height: 1.7; }

/* Eyebrow / label utility */
.section-eyebrow,
.page-eyebrow,
.gallery-eyebrow,
.services-label,
.story-eyebrow,
.value-num,
.step-date,
.cta-eyebrow,
.cta-banner-eyebrow,
.cta-banner-label,
.feature-block-eyebrow,
.section-eyebrow,
.about-content-eyebrow,
.brand-band-sub,
.portrait-label,
.faq-header .section-eyebrow,
.footer-col-title,
.footer-col-label,
.gallery-eyebrow,
.contact-info-label,
.info-block-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: clamp(10px, 1vw, 12px);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 12px;
  display: block;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 32px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms, color 150ms, border-color 150ms, filter 150ms;
  white-space: nowrap;
  line-height: 1;
}
.btn-primary {
  background: var(--primary);
  color: var(--ink);
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--ink);
  text-decoration: none;
}
.btn-ghost {
  background: transparent;
  color: var(--canvas);
  border-color: var(--canvas);
}
.btn-ghost:hover {
  background: var(--canvas);
  color: var(--ink);
  text-decoration: none;
}
.btn-ink, .btn-dark {
  background: var(--ink);
  color: var(--canvas);
  border-color: var(--ink);
}
.btn-ink:hover, .btn-dark:hover {
  background: var(--ink-mid);
  color: var(--canvas);
  text-decoration: none;
}
.btn-outline-ink {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline-ink:hover {
  background: var(--ink);
  color: var(--canvas);
  text-decoration: none;
}
.btn-service {
  background: var(--primary);
  color: var(--ink);
  border-color: var(--primary);
  padding: 14px 24px;
  font-size: 13px;
}
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--ink);
  border: 2px solid var(--primary);
  border-radius: var(--radius);
  padding: 18px 32px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 150ms, filter 150ms;
}
.btn-submit:hover { background: var(--primary-dark); filter: brightness(0.95); }
.btn-submit svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-cta-banner {
  background: var(--ink);
  color: var(--canvas);
  border: 2px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms;
  border-radius: var(--radius);
}
.btn-cta-banner:hover { background: var(--ink-mid); text-decoration: none; color: var(--canvas); }
.btn-cta-banner-outline {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms, color 150ms;
  border-radius: var(--radius);
}
.btn-cta-banner-outline:hover {
  background: var(--ink);
  color: var(--canvas);
  text-decoration: none;
}

/* =========================================================
   TRUST CHIPS
   ========================================================= */
.trust-chip {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 8px 14px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  white-space: nowrap;
}

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

.top-nav {
  height: var(--header-height);
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !important;
  width: auto !important;
}

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-pages li { list-style: none; }
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid transparent;
  transition: color 150ms, border-color 150ms;
}
.nav-pages a:hover {
  color: var(--ink);
  border-bottom-color: var(--primary-deeper);
  text-decoration: none;
}
.nav-pages a[aria-current="page"] {
  color: var(--ink);
  border-bottom-color: var(--primary-deeper);
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-body);
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 2px solid var(--primary);
  transition: filter 150ms;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-cta:hover { filter: brightness(0.92); text-decoration: none; color: var(--ink); }
.nav-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

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

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

/* =========================================================
   HERO
   ========================================================= */
.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
}
.hero > img:first-child,
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(12,12,15,0.82) 0%,
    rgba(12,12,15,0.65) 50%,
    rgba(12,12,15,0.25) 100%
  );
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-top: clamp(64px, 10vh, 120px);
  padding-bottom: clamp(56px, 8vh, 96px);
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: clamp(10px, 1vw, 12px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 20px;
  display: block;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(64px, 8.5vw, 132px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--canvas);
  max-width: 18ch;
  margin-bottom: 28px;
}
.hero-title a { color: inherit; text-decoration: none; border-bottom: 0; }

.hero-sub {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(15px, 1.8vw, 20px);
  color: rgba(255,255,255,0.80);
  max-width: 52ch;
  line-height: 1.55;
  margin-bottom: 36px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.hero-ctas .btn svg { width: 18px; height: 18px; }

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 28px;
}
.hero-trust-chips .trust-chip {
  border-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.90);
  background: rgba(255,255,255,0.05);
  font-size: 10px;
}

/* =========================================================
   BRAND BAND (unique move — replaces marquee)
   ========================================================= */
.brand-band {
  background: var(--primary);
  padding: clamp(40px, 5vw, 72px) 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.brand-band-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.brand-band-claim {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
  max-width: 20ch;
}
.brand-band-sub {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: clamp(11px, 1.2vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  margin-top: 8px;
  opacity: 0.65;
}
.brand-band-stat {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: clamp(11px, 1.2vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  opacity: 0.65;
  display: inline-block;
  margin-right: 28px;
}
.brand-band-chip {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 6px 12px;
  border: 2px solid var(--ink);
  color: var(--ink);
  margin-right: 12px;
  margin-top: 8px;
}

/* =========================================================
   TRUST STRIP
   ========================================================= */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 20px 0;
}
.trust-strip-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 24px;
  border-right: 1px solid var(--ink);
  flex: 1 1 auto;
  min-width: 160px;
}
.trust-badge:first-child { padding-left: 0; }
.trust-badge:last-child { border-right: none; }
.trust-badge strong {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  display: block;
}
.trust-badge span,
.trust-badge p,
.trust-badge > *:not(strong) {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

@media (max-width: 640px) {
  .trust-strip-inner { gap: 8px; }
  .trust-badge { border-right: none; border-bottom: 1px solid var(--ink); padding: 12px 0; }
  .trust-badge:last-child { border-bottom: none; }
}

/* =========================================================
   SERVICES (tabbed panel)
   ========================================================= */
.services {
  background: var(--canvas);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.services .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services .inner > h2,
.section-heading,
.section-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 2px solid var(--ink);
}
.service-tab {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 14px 22px;
  background: transparent;
  border: none;
  border-right: 1px solid var(--border);
  cursor: pointer;
  color: var(--muted);
  transition: background 150ms, color 150ms;
  border-radius: 0;
}
.service-tab:hover { background: var(--surface); color: var(--ink); }
.service-tab.active {
  background: var(--primary);
  color: var(--ink);
  border-color: var(--primary);
}

.services-panels { margin-top: 0; }
.service-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ink);
}
.service-panel.active { display: grid; }
.service-panel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 480px;
  min-height: 320px;
  display: block;
}
.service-panel-body {
  padding: clamp(32px, 4vw, 56px);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.service-panel-num {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}
.service-panel-body h3 {
  font-size: clamp(24px, 3vw, 40px);
  margin-bottom: 16px;
}
.service-panel-body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.service-panel-body a {
  align-self: flex-start;
}

@media (max-width: 640px) {
  .service-panel { grid-template-columns: 1fr; }
  .service-panel > img { max-height: 240px; min-height: 200px; order: -1; }
}

/* =========================================================
   ABOUT (story)
   ========================================================= */
.about-story {
  background: var(--surface);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.about-story-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.about-story-portrait {
  position: relative;
}
.about-story-portrait > img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  max-height: 560px;
  filter: grayscale(20%) contrast(1.05);
}
.portrait-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--primary);
  padding: 12px 20px;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
}
.about-story-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}
.about-story-content h2 {
  font-size: clamp(28px, 4vw, 56px);
}
.story-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
}
.story-body { display: flex; flex-direction: column; gap: 16px; }
.story-body p { font-size: 16px; color: var(--muted); }
.story-services-list { display: flex; flex-direction: column; gap: 0; }
.story-service-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.story-service-row:first-child { border-top: 1px solid var(--border); }
.service-dot {
  width: 8px;
  height: 8px;
  background: var(--primary-deeper);
  flex-shrink: 0;
  border-radius: 0;
}
.service-label-text {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
}

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

/* =========================================================
   ABOUT SECTION (full)
   ========================================================= */
.about-section {
  background: var(--canvas);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.about-section-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
}
.about-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-content h2 { font-size: clamp(28px, 4vw, 56px); }
.about-content-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}
.about-content-body { display: flex; flex-direction: column; gap: 14px; }
.about-content-body p { color: var(--muted); font-size: 16px; }
.about-content a { margin-top: 8px; align-self: flex-start; }

.about-rating-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(24px, 3vw, 40px);
  background: var(--surface);
  border: 1px solid var(--ink);
  align-self: start;
}
.rating-supergraphic {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(72px, 10vw, 120px);
  line-height: 1;
  color: var(--primary-deeper);
  letter-spacing: -0.03em;
}
.rating-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}
.rating-stars { display: flex; gap: 4px; align-items: center; }
.rating-stars svg { width: 22px; height: 22px; color: var(--primary-deeper); fill: var(--primary-deeper); }
.rating-count {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
}
.about-rating-block a { text-decoration: none; }

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

/* =========================================================
   VALUES
   ========================================================= */
.values-section {
  background: var(--ink);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.values-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.section-header-row { display: flex; align-items: flex-end; justify-content: space-between; }
.section-header-row h2 { color: var(--canvas); }
.section-header-row .section-eyebrow { color: var(--primary); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.value-card {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,0.10);
  border-left: none;
  background: transparent;
  transition: background 200ms;
}
.value-card:first-child { border-left: 1px solid rgba(255,255,255,0.10); }
.value-card:hover { background: rgba(205,252,219,0.05); }
.value-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 5vw, 72px);
  color: var(--primary);
  line-height: 1.0;
  display: block;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.value-card h3 {
  color: var(--canvas);
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 12px;
}
.value-body { color: rgba(255,255,255,0.60); font-size: 15px; line-height: 1.65; }

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

/* =========================================================
   JOURNEY / TIMELINE
   ========================================================= */
.journey-section {
  background: var(--surface);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.journey-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.journey-header h2 { font-size: clamp(30px, 4vw, 56px); }
.timeline-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.timeline-step {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--ink);
  border-left: none;
  position: relative;
}
.timeline-step:first-child { border-left: 1px solid var(--ink); }
.step-dot {
  display: block;
  width: 12px;
  height: 12px;
  background: var(--primary-deeper);
  margin-bottom: 16px;
}
.step-date {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}
.timeline-step h3 {
  font-size: clamp(16px, 1.8vw, 22px);
  margin-bottom: 10px;
}
.step-body { color: var(--muted); font-size: 14px; line-height: 1.6; }

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

/* =========================================================
   GALLERY (index page)
   ========================================================= */
.gallery {
  background: var(--canvas);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.gallery .inner { display: flex; flex-direction: column; gap: 40px; }
.gallery .inner > h2 { font-size: clamp(36px, 5vw, 72px); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  background: var(--surface);
}
.gallery-tile > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  max-height: none;
}
.gallery-tile:hover > img { transform: scale(1.04); }
.gallery-tile-tall {
  aspect-ratio: 3 / 4;
  grid-row: span 2;
}
.gallery-tile-tall > img { max-height: none; }

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

/* =========================================================
   GALLERY PAGE (gallery.html)
   ========================================================= */
.gallery-section {
  background: var(--canvas);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.gallery-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gallery-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.gallery-heading-block h2 { font-size: clamp(30px, 4vw, 56px); }
.gallery-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-btn {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  border: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  border-radius: var(--radius);
  transition: background 150ms, color 150ms;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--ink);
  color: var(--canvas);
}

/* Gallery page grid cards */
#galleryGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.gallery-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--surface);
  cursor: pointer;
}
.gallery-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  max-height: none;
}
.gallery-card:hover > img { transform: scale(1.05); }
.gallery-card-featured {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}
.gallery-card-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--primary);
  color: var(--ink);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 5px 10px;
  z-index: 2;
}
.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.70) 0%, transparent 60%);
  z-index: 1;
  opacity: 0;
  transition: opacity 250ms;
}
.gallery-card:hover .gallery-card-overlay { opacity: 1; }
.gallery-card-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px;
  z-index: 3;
  transform: translateY(8px);
  transition: transform 250ms;
}
.gallery-card:hover .gallery-card-body { transform: translateY(0); }
.gallery-card-num {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,0.60);
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin-bottom: 4px;
}
.gallery-card-name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(14px, 1.5vw, 18px);
  color: var(--canvas);
  text-transform: uppercase;
  line-height: 1.1;
}
.gallery-card-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.gallery-caption-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--ink);
}
.gallery-caption-item {
  padding: clamp(16px, 2vw, 24px);
  border-right: 1px solid var(--ink);
}
.gallery-caption-item:last-child { border-right: none; }
.caption-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 6px;
}
.caption-value {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(18px, 2.5vw, 28px);
  color: var(--ink);
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  #galleryGrid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card-featured { grid-column: span 2; }
  .gallery-caption-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  #galleryGrid { grid-template-columns: 1fr; }
  .gallery-card-featured { grid-column: auto; aspect-ratio: 4/3; }
  .gallery-caption-strip { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  background: var(--surface);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.faq .inner { display: flex; flex-direction: column; gap: 40px; }
.faq-section {
  background: var(--surface);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.faq-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq-header h2, .faq .inner > h2 { font-size: clamp(30px, 4vw, 56px); }
.faq-list { display: flex; flex-direction: column; }

details.faq,
.faq-list details {
  border-bottom: 1px solid var(--ink);
  padding: 0;
}
.faq-list details:first-child { border-top: 1px solid var(--ink); }

details.faq > summary,
.faq-list details > summary {
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(15px, 1.5vw, 18px);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 16px;
  color: var(--ink);
  user-select: none;
  min-height: 64px;
}
details.faq > summary::-webkit-details-marker,
.faq-list details > summary::-webkit-details-marker { display: none; }
details.faq > summary::after,
.faq-list details:not(:has(.faq-chevron)) > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 24px;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 200ms, color 200ms;
}
details.faq[open] > summary::after,
.faq-list details[open]:not(:has(.faq-chevron)) > summary::after {
  transform: rotate(45deg);
  color: var(--primary-deeper);
}

.faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--muted);
  transition: color 200ms, transform 200ms;
}
.faq-chevron svg { width: 20px; height: 20px; }
details[open] > summary .faq-chevron {
  color: var(--primary-deeper);
  transform: rotate(180deg);
}

details.faq p,
.faq-list details > .faq-answer,
.faq-list details > .faq-body {
  padding: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 0;
}

/* =========================================================
   TEAM CTA
   ========================================================= */
.team-cta {
  background: var(--primary);
  padding: clamp(56px, 7vh, 80px) 0;
}
.team-cta-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.team-cta-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.team-cta-text span {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  opacity: 0.65;
}
.team-cta-text h2 {
  font-size: clamp(28px, 4vw, 56px);
  color: var(--ink);
}
.team-cta-inner > a { flex-shrink: 0; }

/* =========================================================
   CONTACT (index)
   ========================================================= */
.contact {
  background: var(--canvas);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.contact .inner { display: flex; flex-direction: column; gap: 48px; }
.contact .inner > h2 { font-size: clamp(30px, 4vw, 56px); }

.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(40px, 5vw, 72px);
}
.contact-form-col { display: flex; flex-direction: column; gap: 24px; }
.contact-info-col { display: flex; flex-direction: column; gap: 0; }
.contact-info-block { padding: 20px 0; border-bottom: 1px solid var(--border); }
.contact-info-block:first-child { border-top: 1px solid var(--border); }
.contact-info-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 6px;
}
.contact-info-value {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
}
.contact-info-value a { color: var(--ink); text-decoration: none; }
.contact-info-value a:hover { color: var(--primary-deeper); }
.contact-note { font-size: 13px; color: var(--muted); margin-top: 4px; }

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

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

/* =========================================================
   CONTACT SPLIT (contact.html)
   ========================================================= */
.contact-split {
  background: var(--canvas);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}
.contact-split-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
}
.contact-form-side { display: flex; flex-direction: column; gap: 24px; }
.contact-form-heading {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.contact-form-sub { color: var(--muted); font-size: 16px; line-height: 1.65; }

.contact-info-side {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: clamp(24px, 3vw, 40px);
  background: var(--surface);
  border: 1px solid var(--ink);
}
.info-block { padding: 20px 0; }
.info-block-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}
.info-block-value {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  margin: 0;
}
.info-block-value a { color: var(--ink); text-decoration: none; }
.info-block-value a:hover { color: var(--primary-deeper); }
.info-divider { height: 1px; background: var(--border-ink); opacity: 0.15; }

.rating-display { display: flex; align-items: center; gap: 10px; }
.stars-row { display: flex; gap: 3px; }
.stars-row svg { width: 18px; height: 18px; fill: var(--primary-deeper); color: var(--primary-deeper); }
.rating-text { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }

.service-area-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.area-pill {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  border: 1px solid var(--border);
  color: var(--muted);
}

.info-phone-display {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(22px, 3vw, 36px);
  color: var(--ink);
  letter-spacing: -0.01em;
}

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

/* =========================================================
   FORMS
   ========================================================= */
.form-group,
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="phone"],
textarea,
select {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 14px 16px;
  outline: none;
  transition: border-color 150ms;
  width: 100%;
  appearance: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--primary-deeper); }
textarea { resize: vertical; min-height: 120px; }
.contact-form,
.cta-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-submit { margin-top: 8px; }

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

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner {
  background: var(--surface);
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  position: relative;
  overflow: hidden;
}
.cta-banner-supergraph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.cta-banner-supergraph::before {
  content: "ADVANCE";
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(80px, 14vw, 200px);
  text-transform: uppercase;
  color: rgba(12,12,15,0.04);
  letter-spacing: -0.03em;
  white-space: nowrap;
  line-height: 1;
}
.cta-banner-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-banner-text,
.cta-banner-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cta-banner-label,
.cta-banner-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}
.cta-banner-headline,
.cta-banner-heading,
.cta-headline {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.cta-banner-sub,
.cta-banner-note { color: var(--muted); font-size: 15px; line-height: 1.65; }
.cta-banner-phone,
.cta-phone {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(20px, 2.5vw, 32px);
  color: var(--ink);
  letter-spacing: -0.01em;
}
.cta-phone-link { color: inherit; text-decoration: none; }
.cta-phone-link:hover { color: var(--primary-deeper); text-decoration: none; }
.cta-banner-form,
.cta-form-wrap { display: flex; flex-direction: column; gap: 16px; }

.cta-text { display: flex; flex-direction: column; gap: 16px; }
.cta-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.cta-banner-right { display: flex; flex-direction: column; gap: 16px; }

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

/* =========================================================
   SERVICES FEATURE BLOCKS (services.html)
   ========================================================= */
.services-section {
  background: var(--canvas);
  padding-bottom: var(--section-py);
}
.services-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}
.services-header {
  padding-top: var(--section-py);
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}
.services-headline {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ink);
  border-top: none;
  margin-bottom: 0;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.feature-block:first-of-type { border-top: 1px solid var(--ink); }
.feature-block:nth-child(even) .feature-block-photo { order: 2; }
.feature-block:nth-child(even) .feature-block-body { order: 1; }

.feature-block-photo {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.feature-block-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(10%) contrast(1.05);
  transition: transform 400ms ease-out;
}
.feature-block:hover .feature-block-photo > img { transform: scale(1.03); }
.feature-block-num {
  position: absolute;
  top: 20px; left: 20px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 6vw, 80px);
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.03em;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.feature-block-body {
  padding: clamp(32px, 4vw, 56px);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.feature-block-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}
.feature-block-name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.feature-block-desc { color: var(--muted); font-size: 15px; line-height: 1.65; }
.feature-block-bullets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
.feature-block-bullets li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
.feature-block-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--primary-deeper);
}
.feature-block-body > a { align-self: flex-start; margin-top: 8px; }

@media (max-width: 900px) {
  .feature-block { grid-template-columns: 1fr; }
  .feature-block-photo { min-height: 280px; }
  .feature-block:nth-child(even) .feature-block-photo { order: -1; }
  .feature-block:nth-child(even) .feature-block-body { order: 1; }
}

/* =========================================================
   PAGE HEADER (sub-pages)
   ========================================================= */
.page-header {
  min-height: clamp(280px, 40vh, 500px);
  max-height: 64vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.page-header > img,
.page-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
}
.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(12,12,15,0.75) 0%,
    rgba(12,12,15,0.40) 60%,
    rgba(12,12,15,0.15) 100%
  );
  z-index: 1;
}
.page-header-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-top: 56px;
  padding-bottom: clamp(40px, 6vh, 72px);
  width: 100%;
}
.page-eyebrow,
.page-header-eyebrow {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}
.page-title,
.page-header-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--canvas);
  max-width: 18ch;
}
.page-sub {
  font-size: clamp(14px, 1.5vw, 18px);
  color: rgba(255,255,255,0.75);
  margin-top: 16px;
  max-width: 52ch;
}
.page-header-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.page-header-chip {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.40);
  color: rgba(255,255,255,0.85);
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer, .footer {
  background: var(--ink);
  color: var(--canvas);
  padding-top: clamp(56px, 7vh, 80px);
}
.footer-grid, .footer-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  padding-bottom: 48px;
}
.footer-brand, .footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-brand img,
.footer-brand-col img,
.footer-logo-wrap img {
  max-height: 48px !important;
  width: auto !important;
  object-fit: contain !important;
  max-width: 160px !important;
}
.footer-brand-name {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--canvas);
  letter-spacing: -0.01em;
}
.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  max-width: 28ch;
}
.footer-about-text {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  max-width: 28ch;
}
.footer-contact-block,
.footer-contact-item {
  font-size: 13px;
  color: rgba(255,255,255,0.60);
  margin-bottom: 6px;
}
.footer-contact-item a { color: rgba(255,255,255,0.70); text-decoration: none; }
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }
.footer-contact-label {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.40);
  display: block;
  margin-bottom: 3px;
}
.footer-contact-value { color: rgba(255,255,255,0.70); }
.footer-contact-line { display: flex; flex-direction: column; gap: 6px; }

.footer-col-title,
.footer-col-label {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
  display: block;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li { list-style: none; }
.footer-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover { color: var(--primary); text-decoration: none; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy,
.footer-copyright,
.footer-bottom-text {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  font-family: var(--font-mono);
}
.footer-bottom-links,
.footer-legal-links {
  display: flex;
  gap: 20px;
}
.footer-bottom-links a,
.footer-legal-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  font-family: var(--font-mono);
  text-decoration: none;
  transition: color 150ms;
}
.footer-bottom-links a:hover,
.footer-legal-links a:hover { color: var(--primary); text-decoration: none; }

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

/* =========================================================
   MOBILE CALL PILL
   ========================================================= */
.mobile-call-pill,
.mobile-cta {
  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: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: background 150ms, transform 150ms;
}
.mobile-call-pill:hover,
.mobile-cta:hover {
  background: var(--ink-mid);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--canvas);
}
.mobile-call-pill svg,
.mobile-cta svg { width: 20px; height: 20px; flex-shrink: 0; }

@media (min-width: 900px) {
  .mobile-call-pill, .mobile-cta { 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.94);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}
.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible {
  opacity: 1;
  transform: none;
}

.stagger.visible > .fade-up,
.stagger > .fade-up.visible {
  opacity: 1;
  transform: none;
}
.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; }

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

/* =========================================================
   REVIEW CARDS
   ========================================================= */
.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}
.review-stars svg { color: var(--primary-deeper); width: 18px; height: 18px; }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; }
.review-attribution { font-size: 13px; color: var(--muted); opacity: 0.75; }

/* =========================================================
   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-deeper);
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}
.stat-label {
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
  font-family: var(--font-mono);
  font-weight: 600;
}

/* =========================================================
   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: var(--radius);
}
.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-deeper);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
  font-family: var(--font-mono);
  text-transform: uppercase;
}

/* =========================================================
   MISC UTILITIES
   ========================================================= */
.section-headline,
.section-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* Flip helper — layout only, NO mirror transforms */
.flip { direction: rtl; }
.flip > * { direction: ltr; }

/* Tables */
table { border-collapse: collapse; width: 100%; }
thead th {
  background: var(--ink);
  color: var(--canvas);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 16px;
  text-align: left;
}
tbody td {
  background: var(--canvas);
  color: var(--ink);
  padding: 14px 16px;
  font-size: 14px;
  border-bottom: 1px solid var(--border);
}

/* SVG caps */
.hero-ctas svg,
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.social-link svg { width: 18px; height: 18px; }
.rating-stars svg, .stars-row svg { width: 20px; height: 20px; }
.faq-chevron svg { width: 20px; height: 20px; }
.btn-submit svg { width: 18px; height: 18px; }
.mobile-call-pill svg, .mobile-cta svg { width: 20px; height: 20px; }

/* Success message for forms */
.form-success {
  display: none;
  padding: 20px 24px;
  background: var(--primary);
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
.form-success.visible { display: block; }

/* =========================================================
   RESPONSIVE — mobile-first patches
   ========================================================= */
@media (max-width: 640px) {
  .hero { min-height: 100svh; }
  .hero-title { font-size: clamp(48px, 13vw, 80px); }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .brand-band-claim { font-size: clamp(40px, 12vw, 72px); }
  .services-tabs { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
  .team-cta-inner { flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-tile-tall { grid-row: auto; aspect-ratio: 4/3; }
}

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

@media (min-width: 900px) {
  .nav-toggle { display: none; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.contact-form-col { grid-column: 1 / -1; }
.contact-info-col { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.feature-block-photo { grid-column: 1 / -1; }
.feature-block-body { grid-column: 1 / -1; }
.footer-brand-col { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.gallery-caption-item { grid-column: 1 / -1; }
.form-field { 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; }
