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

/* =========================================================
   TOKENS
   ========================================================= */
:root {
  --primary:        #253525;
  --primary-dark:   #1a2619;
  --primary-mid:    #2e4a2e;
  --accent:         #253525;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --surface-dark:   #E8E5DE;
  --ink:            #0C0C0F;
  --ink-mid:        #2a2a2e;
  --muted:          #5A5852;
  --muted-light:    #8a8780;
  --border:         rgba(12,12,15,0.14);
  --border-strong:  rgba(12,12,15,0.55);
  --white:          #FFFFFF;

  --header-height: 72px;

  --radius: 0px;
  --section-pad: clamp(72px, 9vh, 112px);
  --container-max: 1360px;
  --wide-max: 1400px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

/* =========================================================
   RESET + GLOBAL
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); font-size: 16px; }
body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-weight: 500;
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* 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: 44px !important; max-width: 200px !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; }

/* Anchors inside headings */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: var(--ink);
}
h1 { font-size: clamp(48px, 7vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.5vw, 34px); }
h4 { font-size: clamp(16px, 1.8vw, 22px); }
p { line-height: 1.7; }
a { color: var(--ink); transition: color 150ms; text-decoration: none; }
a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* =========================================================
   LAYOUT UTILITIES
   ========================================================= */
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.wide-container { max-width: var(--wide-max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

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

/* =========================================================
   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 {
  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; display: flex; align-items: center; }
.nav-pages {
  flex: 1; display: flex; justify-content: center;
  list-style: none; padding: 0; margin: 0; gap: 28px; align-items: center;
}
.nav-pages a {
  display: inline-block; padding: 6px 0; font-size: 15px; font-weight: 600;
  color: var(--ink); text-decoration: none; letter-spacing: 0.04em;
  text-transform: uppercase; font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
}
.nav-pages a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-pages a[aria-current="page"] { color: var(--primary); border-bottom: 2px solid var(--primary); }
.nav-cta {
  flex: 0 0 auto;
  display: flex; align-items: center;
  background: var(--primary); color: var(--white);
  padding: 10px 20px; border-radius: var(--radius);
  font-weight: 700; font-size: 14px; text-decoration: none;
  white-space: nowrap; letter-spacing: 0.04em; text-transform: uppercase;
  font-family: 'IBM Plex Mono', monospace;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.88); color: var(--white); text-decoration: none; }
.nav-toggle {
  display: none; background: transparent; border: none; cursor: pointer;
  color: var(--ink); font-size: 24px; width: 44px; height: 44px;
  align-items: center; justify-content: center;
}
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none; flex-direction: column; justify-content: flex-start;
    align-items: flex-start; gap: 8px;
    position: absolute; top: var(--header-height); left: 0; right: 0;
    background: var(--canvas); padding: 24px 28px;
    border-bottom: 1px solid rgba(0,0,0,0.08); z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 14px; padding: 8px 0; }
  .nav-cta span { display: none; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  min-height: 92vh; display: flex; align-items: flex-end;
  background: var(--ink);
}
.hero-overlay {
  background: linear-gradient(
    160deg,
    rgba(12,12,15,0.82) 0%,
    rgba(37,53,37,0.55) 50%,
    rgba(12,12,15,0.35) 100%
  );
}
.hero-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 4vw, 48px);
  padding-bottom: clamp(64px, 8vh, 96px);
  width: 100%;
}
.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(11px, 1.2vw, 13px); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.75); margin-bottom: 18px;
}
.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(64px, 8.5vw, 132px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.03em; line-height: 0.92;
  color: var(--white); max-width: 16ch;
  margin-bottom: 22px;
}
.hero-sub {
  font-size: clamp(15px, 1.6vw, 18px); color: rgba(255,255,255,0.82);
  max-width: 52ch; margin-bottom: 36px; line-height: 1.6; font-weight: 400;
}
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px;
}
.btn-cta-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); color: var(--ink);
  padding: 18px 32px; font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-family: 'IBM Plex Mono', monospace;
  border: 2px solid var(--white); transition: background 160ms, color 160ms;
  text-decoration: none; border-radius: var(--radius);
}
.btn-cta-white:hover { background: transparent; color: var(--white); text-decoration: none; }
.btn-cta-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  padding: 16px 32px; font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-family: 'IBM Plex Mono', monospace;
  border: 2px solid rgba(255,255,255,0.55);
  transition: border-color 160ms, background 160ms;
  text-decoration: none; border-radius: var(--radius);
}
.btn-cta-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); color: var(--white); text-decoration: none; }

/* Trust chips — hero */
.hero-trust-chips {
  list-style: none; display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid rgba(255,255,255,0.32); width: fit-content;
}
.hero-trust-chips .trust-chip {
  padding: 10px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.9);
  border-right: 1px solid rgba(255,255,255,0.32);
}
.hero-trust-chips .trust-chip:last-child { border-right: none; }

/* =========================================================
   BRAND BAND (unique move)
   ========================================================= */
.brand-band {
  background: var(--primary);
  padding: clamp(48px, 7vh, 80px) 0;
  overflow: hidden;
}
.brand-band-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.brand-band-claim {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 5.5vw, 88px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.025em; line-height: 0.92;
  color: var(--white);
  margin-bottom: 20px;
}
.brand-band-sub {
  font-size: clamp(14px, 1.5vw, 17px);
  color: rgba(255,255,255,0.72);
  font-weight: 500; max-width: 52ch;
  font-family: 'IBM Plex Sans', sans-serif;
}
.brand-band-cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  background: var(--white); color: var(--primary);
  padding: 16px 28px; font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.08em;
  font-family: 'IBM Plex Mono', monospace;
  border-radius: var(--radius); text-decoration: none;
  transition: background 150ms, color 150ms;
}
.brand-band-cta:hover { background: var(--surface); color: var(--primary); text-decoration: none; }

/* Claim band (about page variant) */
.claim-band {
  background: var(--primary);
  padding: clamp(40px, 6vh, 72px) 0;
}
.claim-band-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.claim-band h2 {
  font-size: clamp(32px, 5vw, 80px);
  color: var(--white); line-height: 0.95;
  letter-spacing: -0.025em;
}

/* =========================================================
   TRUST STRIP
   ========================================================= */
.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 0;
  overflow-x: auto;
}
.trust-strip-inner {
  display: flex; align-items: stretch;
  max-width: var(--container-max); margin: 0 auto;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-right: 1px solid var(--ink);
  flex: 0 0 auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink);
}
.trust-item:last-child { border-right: none; }
.trust-item-icon { width: 18px; height: 18px; flex-shrink: 0; color: var(--primary); }
.trust-item svg { width: 18px; height: 18px; color: var(--primary); }

/* Trust chip (gallery + about page variant) */
.trust-chip {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 18px;
  border-right: 1px solid var(--ink);
  flex: 0 0 auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink);
}
.trust-chip:last-child { border-right: none; }
.trust-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary); flex-shrink: 0;
}
.trust-chip-item {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  border-right: 1px solid var(--ink);
  flex: 0 0 auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink);
}
.trust-chip-item:last-child { border-right: none; }

/* =========================================================
   BUTTONS (general)
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 18px 32px; font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-family: 'IBM Plex Mono', monospace;
  border: 2px solid transparent;
  cursor: pointer; border-radius: var(--radius);
  text-decoration: none; transition: filter 150ms, background 150ms, color 150ms;
}
.btn-primary {
  background: var(--primary); color: var(--white); border-color: var(--primary);
}
.btn-primary:hover { filter: brightness(0.88); color: var(--white); text-decoration: none; }
.btn-light {
  background: var(--white); color: var(--ink); border: 2px solid var(--ink);
}
.btn-light:hover { background: var(--ink); color: var(--white); text-decoration: none; }
.btn-phone {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 18px 32px; background: transparent; color: var(--primary);
  border: 2px solid var(--primary); font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: none; border-radius: var(--radius);
  transition: background 150ms, color 150ms;
}
.btn-phone:hover { background: var(--primary); color: var(--white); text-decoration: none; }
.btn-submit {
  width: 100%; padding: 18px 32px;
  background: var(--primary); color: var(--white);
  border: none; cursor: pointer; font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.08em;
  font-family: 'IBM Plex Mono', monospace;
  border-radius: var(--radius); transition: filter 150ms;
}
.btn-submit:hover { filter: brightness(0.88); }
.btn-service {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: var(--white);
  padding: 14px 24px; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.08em;
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: none; border-radius: var(--radius);
  transition: filter 150ms; margin-top: 16px;
}
.btn-service svg { width: 16px; height: 16px; }
.btn-service:hover { filter: brightness(0.88); color: var(--white); text-decoration: none; }

/* =========================================================
   SECTION EYEBROW / LABELS
   ========================================================= */
.section-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(11px, 1.2vw, 13px); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--primary); margin-bottom: 16px; display: block;
}
.section-title { margin-bottom: clamp(32px, 5vw, 56px); }

/* =========================================================
   SERVICES (index.html tabs)
   ========================================================= */
.services {
  background: var(--surface);
  padding: var(--section-pad) 0;
}
.services-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.services-inner > h2 { margin-bottom: 40px; }
.services-tabs {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 2px solid var(--ink); margin-bottom: 0;
  overflow: hidden;
}
.service-tab {
  flex: 1 1 auto; padding: 14px 20px;
  background: var(--canvas); color: var(--ink);
  border: none; border-right: 1px solid var(--ink);
  cursor: pointer; font-weight: 700; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.08em;
  font-family: 'IBM Plex Mono', monospace;
  transition: background 150ms, color 150ms;
  white-space: nowrap;
}
.service-tab:last-child { border-right: none; }
.service-tab:hover { background: var(--surface-dark); }
.service-tab.active { background: var(--primary); color: var(--white); }

.services-panels { border: 2px solid var(--ink); border-top: none; }
.service-panel { display: none; }
.service-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-panel-img {
  position: relative; overflow: hidden;
  min-height: 360px;
}
.service-panel-img img {
  width: 100%; height: 100%; object-fit: cover;
  max-height: none;
}
.service-panel-body {
  padding: clamp(32px, 4vw, 56px);
  background: var(--canvas);
  display: flex; flex-direction: column; justify-content: center;
  border-left: 2px solid var(--ink);
}
.service-panel-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 900; color: var(--surface-dark);
  line-height: 0.9; margin-bottom: 16px;
  letter-spacing: -0.04em;
}
.service-panel-body h3 {
  font-size: clamp(22px, 2.8vw, 36px);
  text-transform: uppercase; letter-spacing: -0.02em;
  margin-bottom: 14px; line-height: 1.0;
}
.service-panel-body p {
  color: var(--muted); font-size: 15px; line-height: 1.65;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .service-panel.active { grid-template-columns: 1fr; }
  .service-panel-img { min-height: 240px; }
  .service-panel-body { border-left: none; border-top: 2px solid var(--ink); }
  .services-tabs { flex-direction: column; }
  .service-tab { border-right: none; border-bottom: 1px solid var(--ink); }
  .service-tab:last-child { border-bottom: none; }
}

/* =========================================================
   SERVICES FEATURE (services.html alternating rows)
   ========================================================= */
.services-feature { background: var(--canvas); }
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  border-bottom: 1px solid var(--border);
}
.service-row.reverse { direction: rtl; }
.service-row.reverse > * { direction: ltr; }
.service-row-photo {
  position: relative; overflow: hidden;
  min-height: 400px;
}
.service-row-photo img {
  width: 100%; height: 100%; object-fit: cover; max-height: none;
}
.service-row-body {
  padding: clamp(40px, 6vw, 72px);
  background: var(--canvas);
  display: flex; flex-direction: column; justify-content: center;
  border-left: 1px solid var(--border);
}
.service-row.reverse .service-row-body { border-left: none; border-right: 1px solid var(--border); }
.service-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(72px, 9vw, 128px);
  font-weight: 900; color: var(--surface-dark);
  line-height: 0.85; letter-spacing: -0.04em;
  margin-bottom: -8px;
}
.service-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--primary);
  margin-bottom: 10px; display: block;
}
.service-row-body h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  margin-bottom: 20px; line-height: 0.95;
}
.service-body p { color: var(--muted); line-height: 1.7; font-size: 15px; margin-bottom: 10px; }
.service-bullets {
  list-style: none; padding: 0; margin: 20px 0;
  display: flex; flex-direction: column; gap: 8px;
}
.service-bullets li {
  font-size: 14px; color: var(--ink); font-weight: 500;
  padding-left: 20px; position: relative;
}
.service-bullets li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 8px; height: 8px; background: var(--primary);
}
@media (max-width: 900px) {
  .service-row { grid-template-columns: 1fr; min-height: auto; direction: ltr; }
  .service-row.reverse { direction: ltr; }
  .service-row-photo { min-height: 260px; order: -1; }
  .service-row-body { border-left: none; border-top: 1px solid var(--border); }
  .service-row.reverse .service-row-body { border-right: none; border-top: 1px solid var(--border); }
}

/* =========================================================
   ABOUT STORY
   ========================================================= */
.about-story {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}
.about-story-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.about-portrait-col { display: flex; flex-direction: column; }
.about-portrait-wrap {
  position: relative;
  border: 2px solid var(--ink);
  overflow: hidden;
}
.about-portrait-wrap img {
  width: 100%; object-fit: cover;
  filter: grayscale(25%);
  max-height: 580px;
}
.about-portrait-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--primary); color: var(--white);
  padding: 16px 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex; flex-direction: column; gap: 2px;
}
.about-portrait-label span { opacity: 0.75; }
.about-portrait-label strong { font-weight: 700; }
.about-text-col { padding-top: 8px; }
.about-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--primary);
  margin-bottom: 16px; display: block;
}
.about-text-col h2 {
  font-size: clamp(32px, 4.5vw, 64px);
  margin-bottom: 24px; line-height: 0.95;
}
.about-text-col p {
  color: var(--muted); font-size: 16px; line-height: 1.75;
  margin-bottom: 16px;
}
.about-cred-list {
  list-style: none; padding: 0; margin-top: 24px;
  border-top: 1px solid var(--border);
}
.about-cred-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px; font-weight: 600; color: var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase; letter-spacing: 0.06em;
  padding-left: 16px; position: relative;
}
.about-cred-list li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px; background: var(--primary);
}
@media (max-width: 900px) {
  .about-story-inner { grid-template-columns: 1fr; }
}

/* =========================================================
   VALUES SECTION
   ========================================================= */
.values-section {
  background: var(--surface);
  padding: var(--section-pad) 0;
}
.values-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.values-header {
  margin-bottom: clamp(32px, 5vw, 56px);
}
.values-header h2 { font-size: clamp(32px, 4.5vw, 64px); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid var(--ink);
}
.value-card {
  padding: clamp(24px, 3vw, 40px);
  border-right: 1px solid var(--ink);
  background: var(--canvas);
  transition: background 200ms;
}
.value-card:last-child { border-right: none; }
.value-card:hover { background: var(--surface-dark); }
.value-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900; color: var(--primary);
  line-height: 0.85; letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.value-card h3 {
  font-size: clamp(14px, 1.6vw, 18px); text-transform: uppercase;
  letter-spacing: 0.04em; margin-bottom: 10px;
}
.value-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
@media (max-width: 900px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2) { border-right: none; }
  .value-card:nth-child(3) { border-right: 1px solid var(--ink); }
  .value-card:nth-child(even) { border-right: none; }
  .value-card { border-bottom: 1px solid var(--ink); }
}
@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
  .value-card { border-right: none; }
}

/* =========================================================
   TIMELINE
   ========================================================= */
.timeline-section {
  background: var(--ink);
  padding: var(--section-pad) 0;
}
.timeline-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.timeline-header { margin-bottom: clamp(40px, 6vw, 64px); }
.timeline-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: rgba(255,255,255,0.55);
  margin-bottom: 12px; display: block;
}
.timeline-header h2 { color: var(--white); font-size: clamp(32px, 4.5vw, 64px); }
.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid rgba(255,255,255,0.2);
}
.timeline-step {
  padding: 32px 24px 24px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.timeline-step:last-child { border-right: none; }
.timeline-dot {
  width: 40px; height: 40px;
  border: 2px solid var(--primary);
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.timeline-dot span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  color: var(--white); text-transform: uppercase; letter-spacing: 0.04em;
}
.timeline-step-text h3 {
  color: var(--white); font-size: clamp(16px, 1.8vw, 22px);
  text-transform: uppercase; margin-bottom: 10px;
}
.timeline-step-text p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.65; }
@media (max-width: 900px) {
  .timeline-track { grid-template-columns: repeat(2, 1fr); }
  .timeline-step:nth-child(2) { border-right: none; }
  .timeline-step { border-bottom: 1px solid rgba(255,255,255,0.12); }
}
@media (max-width: 640px) {
  .timeline-track { grid-template-columns: 1fr; }
  .timeline-step { border-right: none; }
}

/* =========================================================
   CREW STRIP
   ========================================================= */
.crew-strip {
  background: var(--surface);
  padding: var(--section-pad) 0;
}
.crew-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.crew-header {
  margin-bottom: 40px;
}
.crew-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--primary);
  margin-bottom: 12px; display: block;
}
.crew-header h2 { font-size: clamp(28px, 4vw, 56px); }
.crew-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid var(--ink);
}
.crew-photo-tile {
  position: relative; overflow: hidden;
  aspect-ratio: 3/4;
  border-right: 1px solid var(--ink);
}
.crew-photo-tile:last-child { border-right: none; }
.crew-photo-tile img {
  width: 100%; height: 100%; object-fit: cover;
  max-height: none;
  filter: grayscale(20%);
  transition: filter 300ms;
}
.crew-photo-tile:hover img { filter: grayscale(0%); }
.crew-photo-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--primary); color: var(--white);
  padding: 12px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .crew-photos { grid-template-columns: repeat(2, 1fr); }
  .crew-photo-tile:nth-child(2) { border-right: none; }
  .crew-photo-tile { border-bottom: 1px solid var(--ink); }
}
@media (max-width: 640px) {
  .crew-photos { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}
.reviews-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.reviews-inner > h2 { margin-bottom: 48px; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 2px solid var(--ink);
}
.review-card {
  padding: 32px;
  border-right: 1px solid var(--ink);
  background: var(--canvas);
  transition: background 200ms;
}
.review-card:last-child { border-right: none; }
.review-card:hover { background: var(--surface); }
.review-stars {
  display: flex; gap: 4px; margin-bottom: 16px;
}
.review-stars svg { width: 18px; height: 18px; color: var(--primary); fill: var(--primary); }
.review-quote {
  font-size: clamp(15px, 1.5vw, 18px);
  font-style: italic; line-height: 1.6;
  color: var(--ink); margin-bottom: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
}
.review-attribution {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--muted);
}
@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { border-right: none; border-bottom: 1px solid var(--ink); }
  .review-card:last-child { border-bottom: none; }
}
@media (max-width: 640px) {
  .review-card { padding: 24px; }
}

/* =========================================================
   GALLERY (index.html feature block)
   ========================================================= */
.gallery {
  background: var(--surface);
  padding: var(--section-pad) 0;
}
.gallery-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.gallery-inner > h2 { margin-bottom: 40px; }
.gallery-feature {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0;
  border: 2px solid var(--ink);
  margin-bottom: 24px;
}
.gallery-main-img {
  position: relative; overflow: hidden;
  min-height: 400px;
}
.gallery-main-img img { width: 100%; height: 100%; object-fit: cover; max-height: none; }
.gallery-stats-col {
  border-left: 2px solid var(--ink);
  display: flex; flex-direction: column;
  background: var(--canvas);
}
.gallery-stat {
  flex: 1; padding: 28px 24px;
  border-bottom: 1px solid var(--ink);
  display: flex; flex-direction: column; justify-content: center;
}
.gallery-stat:last-child { border-bottom: none; }
.gallery-stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900; color: var(--primary);
  line-height: 0.9; letter-spacing: -0.03em;
}
.gallery-stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted);
  margin-top: 6px;
}
.gallery-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--white);
  padding: 16px 28px; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.1em;
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: none; border-radius: var(--radius);
  transition: background 150ms;
}
.gallery-cta svg { width: 16px; height: 16px; }
.gallery-cta:hover { background: var(--primary); color: var(--white); text-decoration: none; }
@media (max-width: 900px) {
  .gallery-feature { grid-template-columns: 1fr; }
  .gallery-stats-col { border-left: none; border-top: 2px solid var(--ink); flex-direction: row; }
  .gallery-stat { border-bottom: none; border-right: 1px solid var(--ink); }
  .gallery-stat:last-child { border-right: none; }
}

/* =========================================================
   GALLERY PAGE (gallery.html)
   ========================================================= */
.gallery-section {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}
.gallery-section-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.gallery-section-header {
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 24px;
  margin-bottom: 32px;
}
.gallery-section-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--primary);
  margin-bottom: 10px; display: block;
}
.gallery-section-title { font-size: clamp(28px, 4vw, 56px); }
.gallery-count-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--muted); white-space: nowrap;
}
.gallery-filters {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 2px solid var(--ink); margin-bottom: 0;
  overflow: hidden;
}
.filter-pill {
  padding: 12px 20px;
  background: var(--canvas); color: var(--ink);
  border: none; border-right: 1px solid var(--ink);
  cursor: pointer; font-weight: 600; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.08em;
  font-family: 'IBM Plex Mono', monospace;
  transition: background 150ms, color 150ms;
}
.filter-pill:last-child { border-right: none; }
.filter-pill:hover, .filter-pill.active {
  background: var(--primary); color: var(--white);
}

/* Project grid */
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 2px solid var(--ink); border-top: none;
}
.project-card {
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -12px rgba(0,0,0,0.22);
  text-decoration: none;
  z-index: 2;
}
.project-card-featured {
  grid-column: span 2;
}
.project-card-image {
  position: relative; overflow: hidden;
  aspect-ratio: 4/3;
}
.project-card-image img {
  width: 100%; height: 100%; object-fit: cover; max-height: none;
  transition: transform 350ms ease;
}
.project-card:hover .project-card-image img { transform: scale(1.03); }
.project-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--primary); color: var(--white);
  padding: 5px 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em;
}
.project-category-tag {
  position: absolute; top: 12px; right: 12px;
  background: var(--canvas); color: var(--ink);
  padding: 5px 10px; border: 1px solid var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em;
}
.project-card-body {
  padding: 20px 24px;
  border-top: 1px solid var(--border);
  flex: 1;
}
.project-card-body h3 {
  font-size: clamp(14px, 1.4vw, 17px); text-transform: uppercase;
  letter-spacing: 0.02em; margin-bottom: 8px;
}
.project-card-location {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--muted); margin-bottom: 8px;
  font-family: 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: 0.06em;
}
.project-card-location svg { width: 12px; height: 12px; }
.project-card-desc { font-size: 13px; color: var(--muted); line-height: 1.55; margin-bottom: 12px; }
.project-card-meta {
  display: flex; gap: 16px; flex-wrap: wrap;
}
.project-meta-item {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em;
}
.project-meta-value { font-weight: 700; color: var(--ink); }
@media (max-width: 900px) {
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card-featured { grid-column: span 2; }
}
@media (max-width: 640px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-card-featured { grid-column: span 1; }
}

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  background: var(--surface);
  padding: var(--section-pad) 0;
}
.faq-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.faq-inner > h2 { margin-bottom: 48px; }
.faq-list { border-top: 1px solid var(--ink); }
details {
  border-bottom: 1px solid var(--ink);
}
details > summary {
  cursor: pointer; font-weight: 700;
  list-style: none; display: flex;
  justify-content: space-between; align-items: center;
  padding: 22px 0;
  font-size: clamp(15px, 1.6vw, 18px);
  text-transform: uppercase; letter-spacing: 0.02em;
  font-family: 'Archivo Black', sans-serif;
  line-height: 1.2;
}
details > summary::-webkit-details-marker { display: none; }
.faq-chevron { width: 22px; height: 22px; flex-shrink: 0; transition: transform 220ms; color: var(--ink); }
details[open] .faq-chevron { transform: rotate(45deg); color: var(--primary); }
.faq-answer {
  padding: 0 0 22px;
  color: var(--muted); font-size: 15px; line-height: 1.75;
  max-width: 72ch;
}

/* =========================================================
   TEAM CTA STRIP
   ========================================================= */
.team-cta-strip {
  background: var(--primary);
  padding: clamp(48px, 7vh, 72px) 0;
}
.team-cta-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.team-cta-text {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(24px, 3.5vw, 48px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; color: var(--white);
  line-height: 1.0;
}
.team-cta-inner a {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--primary);
  padding: 18px 32px; font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.08em;
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: none; border-radius: var(--radius);
  white-space: nowrap; transition: background 150ms;
}
.team-cta-inner a:hover { background: var(--surface); text-decoration: none; }

/* =========================================================
   CTA BANNER (services.html, gallery.html, about.html)
   ========================================================= */
.cta-banner {
  background: var(--ink);
  padding: var(--section-pad) 0;
  position: relative; overflow: hidden;
}
.cta-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.25; z-index: 0; }
.cta-banner-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
  position: relative; z-index: 2;
}
.cta-banner-left { display: flex; flex-direction: column; }
.cta-banner-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: rgba(255,255,255,0.6);
  margin-bottom: 16px; display: block;
}
.cta-banner-headline {
  font-size: clamp(28px, 4vw, 56px);
  color: var(--white); margin-bottom: 24px;
  line-height: 0.95;
}
.cta-banner-headline span { color: rgba(255,255,255,0.55); }
.cta-banner-phone {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--white);
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(14px, 1.8vw, 18px); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  text-decoration: none; margin-top: 8px;
}
.cta-banner-phone svg { width: 20px; height: 20px; }
.cta-banner-phone:hover { color: rgba(255,255,255,0.75); text-decoration: none; }
.cta-banner-text { display: flex; flex-direction: column; }
.cta-banner-text h2 { color: var(--white); font-size: clamp(28px, 4vw, 56px); margin-bottom: 24px; }
.cta-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.cta-trust-note {
  font-size: 13px; color: rgba(255,255,255,0.5);
  margin-top: 16px; letter-spacing: 0.04em;
  font-family: 'IBM Plex Mono', monospace; text-transform: uppercase;
}
.cta-availability {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; color: rgba(255,255,255,0.55);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-top: 12px;
}

/* CTA Form */
.cta-form {
  background: var(--canvas); padding: 32px;
  border: 2px solid rgba(255,255,255,0.1);
}
.cta-form-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 2vw, 22px); font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--ink); margin-bottom: 20px;
}
.cta-form form { display: flex; flex-direction: column; gap: 14px; }
.cta-form-row { display: flex; gap: 14px; }
.cta-form-row input { flex: 1; }
.cta-banner-right { display: flex; flex-direction: column; }
@media (max-width: 900px) {
  .cta-banner-inner { grid-template-columns: 1fr; }
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}
.contact-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.contact-form-col { display: flex; flex-direction: column; }
.contact-form-col > h2 { font-size: clamp(28px, 4vw, 56px); margin-bottom: 8px; }

/* Contact split (contact.html) */
.contact-split {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}
.contact-split-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.contact-form-block { display: flex; flex-direction: column; }
.contact-form-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--primary);
  margin-bottom: 12px; display: block;
}
.contact-form-title {
  font-size: clamp(28px, 4vw, 56px); margin-bottom: 32px;
}
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.form-row.full { grid-template-columns: 1fr; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--ink);
}
input, select, textarea {
  width: 100%; padding: 14px 16px;
  border: 2px solid var(--ink); background: var(--canvas);
  color: var(--ink); font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px; font-weight: 500;
  border-radius: var(--radius);
  transition: border-color 150ms;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--primary); }
textarea { min-height: 120px; resize: vertical; }
.form-submit-row { margin-top: 8px; }
.contact-info-col { display: flex; flex-direction: column; gap: 0; }
.contact-info-card {
  background: var(--surface); border: 2px solid var(--ink);
  padding: 32px; display: flex; flex-direction: column; gap: 0;
}
.info-card-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--primary);
  margin-bottom: 24px; display: block;
}
.info-block {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.info-block:last-child { border-bottom: none; }
.info-block-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted);
  margin-bottom: 6px;
}
.info-block-value {
  font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.55;
}
.info-block-value a { color: var(--ink); }
.info-block-value a:hover { color: var(--primary); }
.info-block-sub {
  font-size: 14px; color: var(--muted); line-height: 1.65;
}
.info-response-badge {
  display: inline-block;
  background: var(--primary); color: var(--white);
  padding: 4px 10px; margin-top: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em;
}
.info-hours-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 0;
}
.info-hours-day {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--ink);
}
.info-hours-time { font-size: 13px; color: var(--muted); }
.service-area-pills {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px;
}
.service-area-pill {
  display: inline-block; padding: 6px 12px;
  border: 1px solid var(--ink); background: var(--canvas);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--ink);
}
.contact-info-block {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.contact-info-block:last-child { border-bottom: none; }
.contact-info-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted);
  margin-bottom: 6px;
}
.contact-info-value { font-size: 15px; font-weight: 600; color: var(--ink); }
.contact-info-value a { color: var(--ink); }
.contact-info-value a:hover { color: var(--primary); }
.contact-phone-big, .cta-phone-big, .cta-phone-link, .contact-phone-big a {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; color: var(--primary);
  text-decoration: none;
}
@media (max-width: 900px) {
  .contact-inner, .contact-split-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .contact-info-card { padding: 24px; }
}

/* =========================================================
   PAGE HEADER (sub-pages)
   ========================================================= */
.page-header {
  min-height: clamp(280px, 40vh, 520px);
  display: flex; align-items: flex-end;
  background: var(--ink);
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(12,12,15,0.85) 0%,
    rgba(12,12,15,0.45) 60%,
    rgba(12,12,15,0.2) 100%
  );
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--container-max); margin: 0 auto;
  padding: clamp(48px, 7vw, 80px) clamp(20px, 4vw, 48px);
  width: 100%;
}
.page-header-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: rgba(255,255,255,0.65);
  margin-bottom: 12px; display: block;
}
.page-header-title {
  font-size: clamp(40px, 6vw, 96px);
  color: var(--white); line-height: 0.92;
  letter-spacing: -0.03em; max-width: 16ch;
}
.page-header-title span { color: rgba(255,255,255,0.45); }
.page-header-sub {
  font-size: clamp(14px, 1.6vw, 17px);
  color: rgba(255,255,255,0.72); margin-top: 16px;
  max-width: 52ch; line-height: 1.65;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--ink);
  padding: clamp(56px, 8vh, 80px) 0 0;
  color: rgba(255,255,255,0.75);
}
.footer-inner {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(40px, 6vh, 64px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand img, .footer-logo-wrap img { filter: brightness(10); }
.footer-biz-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px; font-weight: 900; text-transform: uppercase;
  color: var(--white); letter-spacing: 0.02em;
}
.footer-tagline {
  font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65;
}
.footer-info {
  font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7;
}
.footer-info a { color: rgba(255,255,255,0.65); }
.footer-info a:hover { color: var(--white); text-decoration: none; }
.footer-col { display: flex; flex-direction: column; gap: 16px; }
.footer-col-title, .footer-col-heading, .footer-col h4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: rgba(255,255,255,0.45);
  margin-bottom: 4px;
}
.footer-links { display: flex; flex-direction: column; gap: 8px; list-style: none; padding: 0; margin: 0; }
.footer-link-list { display: flex; flex-direction: column; gap: 8px; list-style: none; padding: 0; margin: 0; }
.footer-links a, .footer-link-list a, .footer-links li a {
  font-size: 14px; color: rgba(255,255,255,0.65); text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover, .footer-link-list a:hover { color: var(--white); text-decoration: none; }
.footer-contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-contact-list li, .footer-contact-row {
  font-size: 14px; color: rgba(255,255,255,0.65); display: flex; gap: 8px; align-items: flex-start;
}
.footer-contact-list a, .footer-contact-row a { color: rgba(255,255,255,0.65); }
.footer-contact-list a:hover, .footer-contact-row a:hover { color: var(--white); text-decoration: none; }
.footer-service-areas {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.footer-service-areas li { font-size: 13px; color: rgba(255,255,255,0.55); }
.footer-areas-list {
  display: flex; flex-direction: column; gap: 6px;
}
.footer-areas-list span { font-size: 13px; color: rgba(255,255,255,0.55); }
.footer-hours-row { display: flex; justify-content: space-between; padding: 4px 0; }
.footer-hours-day { font-size: 13px; color: rgba(255,255,255,0.65); font-family: 'IBM Plex Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; }
.footer-hours-time { font-size: 13px; color: rgba(255,255,255,0.45); }
.footer-hours-note { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 8px; }
.footer-phone-large, .footer-phone-link {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2vw, 24px); color: var(--white);
  text-decoration: none; font-weight: 900;
  letter-spacing: -0.01em; text-transform: uppercase;
}
.footer-email-link { color: rgba(255,255,255,0.65); font-size: 14px; }
.footer-email-link:hover { color: var(--white); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 0; flex-wrap: wrap; gap: 12px;
}
.footer-copy, .footer-copy-text, .footer-copyright {
  font-size: 12px; color: rgba(255,255,255,0.35);
  font-family: 'IBM Plex Mono', monospace; letter-spacing: 0.04em;
}
.footer-trust-note, .footer-trust-inline {
  font-size: 12px; color: rgba(255,255,255,0.35);
  font-family: 'IBM Plex Mono', monospace; letter-spacing: 0.04em;
}
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-badge {
  display: inline-block; padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.15);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: rgba(255,255,255,0.4);
}
.footer-logo-wrap { display: flex; align-items: flex-start; }
.footer-brand-col { display: flex; flex-direction: column; gap: 12px; }
.footer-brand img { filter: brightness(10) !important; }
.footer-col address { font-style: normal; font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.footer-col address a { color: rgba(255,255,255,0.65); }
.footer-col address strong { color: rgba(255,255,255,0.8); }
.footer-col h4 { color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.65); }
.footer-col ul li a:hover { color: var(--white); text-decoration: none; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   MOBILE CALL PILL
   ========================================================= */
.mobile-call-pill {
  position: fixed; bottom: 18px; right: 18px; z-index: 999;
  display: flex; align-items: center; gap: 10px;
  background: var(--primary); color: var(--white);
  padding: 14px 22px; border-radius: 999px;
  font-weight: 700; font-size: 14px; font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase; letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 150ms;
}
.mobile-call-pill svg { width: 20px; height: 20px; color: var(--white); }
.mobile-call-pill:hover { filter: brightness(0.88); color: var(--white); text-decoration: none; }
@media (min-width: 900px) {
  .mobile-call-pill { display: none; }
}
.mobile-cta, .mobile-sticky-cta {
  position: fixed; bottom: 18px; right: 18px; z-index: 999;
}
.mobile-cta a, .mobile-sticky-cta a {
  display: flex; align-items: center; gap: 10px;
  background: var(--primary); color: var(--white);
  padding: 14px 22px; border-radius: 999px;
  font-weight: 700; font-size: 14px; font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase; letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
}
.mobile-cta a svg, .mobile-sticky-cta a svg { width: 20px; height: 20px; }
@media (min-width: 900px) {
  .mobile-cta, .mobile-sticky-cta { display: none; }
}

/* =========================================================
   ANIMATION UTILITIES
   ========================================================= */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 600ms ease, transform 600ms ease; }
.fade-left { opacity: 0; transform: translateX(-28px); transition: opacity 600ms ease, transform 600ms ease; }
.fade-right { opacity: 0; transform: translateX(28px); transition: opacity 600ms ease, transform 600ms ease; }
.scale-in { opacity: 0; transform: scale(0.96); transition: opacity 500ms ease, transform 500ms ease; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 500ms ease, transform 500ms ease; }
.fade-up.visible, .fade-left.visible, .fade-right.visible, .scale-in.visible { opacity: 1; transform: none; }
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1) { transition-delay: 0ms; }
.stagger.visible > *:nth-child(2) { transition-delay: 100ms; }
.stagger.visible > *:nth-child(3) { transition-delay: 200ms; }
.stagger.visible > *:nth-child(4) { transition-delay: 300ms; }
.stagger.visible > *:nth-child(5) { transition-delay: 400ms; }
.stagger.visible > *:nth-child(6) { transition-delay: 500ms; }

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

/* =========================================================
   MISC UTILITIES
   ========================================================= */
.full { grid-column: 1 / -1; }
.reverse { }

/* =========================================================
   RESPONSIVE CLAMPS — remaining breakpoints
   ========================================================= */
@media (max-width: 640px) {
  .hero { min-height: 88vh; }
  .hero-inner { padding-top: 80px; padding-bottom: 48px; }
  .hero-trust-chips { display: none; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-feature { grid-template-columns: 1fr; }
  .gallery-stats-col { flex-direction: column; border-top: 2px solid var(--ink); }
  .gallery-stat { border-right: none; border-bottom: 1px solid var(--ink); }
  .crew-photos { grid-template-columns: repeat(2, 1fr); }
  .timeline-track { grid-template-columns: 1fr; }
  .cta-banner-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .brand-band-claim { font-size: clamp(24px, 8vw, 48px); }
  .footer-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-featured { grid-column: span 1; }
}


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