@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');

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --primary:        #C8A336;
  --primary-dark:   #A8852A;
  --primary-deeper: #68551C;
  --accent:         #68551C;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --ink:            #0C0C0F;
  --ink-mid:        #5A5852;
  --ink-light:      #8A8680;
  --border:         rgba(12,12,15,0.14);
  --border-ink:     #0C0C0F;
  --header-height:  72px;
}

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

/* ============================================================
   GLOBAL RESET + SMOOTH SCROLL
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  color: var(--ink);
  background: var(--canvas);
  -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; 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; z-index: 0;
}
section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

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

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

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

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

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.container        { max-width: 1360px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.wide-container   { max-width: 1400px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
}
h1 { font-size: clamp(48px, 7vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(20px, 2.5vw, 32px); line-height: 1.05; }
h4 { font-size: 18px; line-height: 1.1; }

p { line-height: 1.68; }

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

/* Mono label */
.section-eyebrow,
.page-header-eyebrow,
.credentials-eyebrow,
.gallery-eyebrow,
.faq-eyebrow,
.service-areas-eyebrow,
.service-areas-label,
.cta-banner-eyebrow,
.cta-eyebrow,
.about-eyebrow,
.cta-form-label,
.cta-form-title,
.info-label,
.footer-col-title,
.footer-col-heading,
.services-section-num,
.feature-block-eyebrow,
.sidebar-stat-label,
.credential-label,
.credential-card-label,
.cred-label,
.gallery-card-tag,
.trust-chip,
.trust-badge,
.about-chip,
.area-pill,
.area-chip,
.service-card-index,
.service-index-large,
.step-num {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: clamp(10px, 1vw, 13px);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-outline, .btn-submit, .btn-service, button[type="submit"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 18px 32px;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 180ms, color 180ms, border-color 180ms;
  white-space: nowrap;
  line-height: 1;
}
.btn-primary, .btn-submit, button[type="submit"] {
  background: var(--primary);
  color: var(--ink);
  border-color: var(--primary);
}
.btn-primary:hover, .btn-submit:hover, button[type="submit"]:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--ink);
  text-decoration: none;
}
.btn-outline {
  background: transparent;
  color: var(--canvas);
  border-color: var(--canvas);
}
.btn-outline:hover {
  background: var(--canvas);
  color: var(--ink);
  text-decoration: none;
}
.btn-outline-light {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-outline-light:hover {
  background: var(--ink);
  color: var(--canvas);
  text-decoration: none;
}
.btn-service {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 14px 24px;
  font-size: 12px;
}
.btn-service:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--ink);
  text-decoration: none;
}
.btn-service svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ============================================================
   FORMS
   ============================================================ */
.form-group, .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink-mid);
}
input, textarea, select {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--border-ink);
  border-radius: 0;
  padding: 12px 14px;
  width: 100%;
  outline: none;
  transition: border-color 150ms;
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--primary);
}
textarea { resize: vertical; min-height: 120px; }
.contact-form, .cta-form, form { display: flex; flex-direction: column; gap: 16px; }

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

/* ============================================================
   SITE HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(12,12,15,0.1);
}
.top-nav {
  height: var(--header-height);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !important;
}
.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: 500;
  color: var(--ink);
  text-decoration: none;
  font-family: 'IBM Plex Sans', sans-serif;
}
.nav-pages a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}
.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: 0;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--primary);
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.92); color: var(--ink); text-decoration: none; }
.nav-cta span { display: inline; }

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none;
    position: absolute;
    top: 60px;
    left: 0; right: 0;
    background: var(--canvas);
    flex-direction: column;
    padding: 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(12,12,15,0.1);
    z-index: 800;
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 18px; padding: 10px 0; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 10px 14px; }
}

/* ============================================================
   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.94);       transition: opacity 500ms ease, transform 500ms ease; }
.stagger > * { opacity: 0; transform: translateY(24px); transition: opacity 550ms ease, transform 550ms ease; }

.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1)  { opacity: 1; transform: none; transition-delay: 0ms; }
.stagger.visible > *:nth-child(2)  { opacity: 1; transform: none; transition-delay: 80ms; }
.stagger.visible > *:nth-child(3)  { opacity: 1; transform: none; transition-delay: 160ms; }
.stagger.visible > *:nth-child(4)  { opacity: 1; transform: none; transition-delay: 240ms; }
.stagger.visible > *:nth-child(5)  { opacity: 1; transform: none; transition-delay: 320ms; }
.stagger.visible > *:nth-child(6)  { opacity: 1; transform: none; transition-delay: 400ms; }
.stagger.visible > *:nth-child(7)  { opacity: 1; transform: none; transition-delay: 480ms; }
.stagger.visible > *:nth-child(8)  { opacity: 1; transform: none; transition-delay: 560ms; }
.stagger.visible > *:nth-child(9)  { opacity: 1; transform: none; transition-delay: 640ms; }

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(12,12,15,0.82) 0%,
    rgba(12,12,15,0.68) 45%,
    rgba(200,163,54,0.22) 100%
  );
}
.hero-inner {
  padding: clamp(56px, 8vh, 96px) clamp(24px, 5vw, 80px) clamp(64px, 9vh, 108px);
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: clamp(10px, 1vw, 13px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin: 0;
}
.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(64px, 8.5vw, 132px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--canvas);
  max-width: 14ch;
  margin: 0;
}
.hero-sub {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 500;
  color: rgba(242,240,235,0.88);
  max-width: 52ch;
  line-height: 1.55;
  margin: 0;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.hero-ctas a { text-decoration: none !important; }
.hero-ctas a:first-child {
  background: var(--primary);
  color: var(--ink);
  border: 2px solid var(--primary);
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 18px 32px;
  display: inline-flex;
  align-items: center;
  transition: background 160ms, border-color 160ms;
  line-height: 1;
}
.hero-ctas a:first-child:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn-phone,
.hero-ctas a:last-child {
  background: transparent;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.55);
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 18px 32px;
  display: inline-flex;
  align-items: center;
  transition: border-color 160ms, background 160ms;
  line-height: 1;
}
.btn-phone:hover,
.hero-ctas a:last-child:hover {
  border-color: var(--canvas);
  background: rgba(255,255,255,0.1);
  text-decoration: none;
  color: var(--canvas);
}

/* Trust chips on hero */
.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 8px;
}
.hero-trust-chips .trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.45);
  padding: 7px 14px;
  white-space: nowrap;
}

/* ============================================================
   BRAND BAND
   ============================================================ */
.brand-band {
  background: var(--primary);
  overflow: hidden;
  padding: clamp(40px, 6vh, 72px) clamp(24px, 5vw, 80px);
}
.brand-band-inner {
  max-width: 1360px;
  margin: 0 auto;
}
.brand-band-text,
.brand-band-claim {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 120px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--canvas);
  max-width: 18ch;
}
.brand-band-claim em {
  font-style: normal;
  color: var(--ink);
}
.brand-band-sub {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(11px, 1.2vw, 15px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(12,12,15,0.65);
  margin-top: 20px;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  padding: 0;
  overflow-x: auto;
}
.trust-strip-inner {
  display: flex;
  align-items: stretch;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  list-style: none;
  flex-wrap: wrap;
}
.trust-badge, .trust-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-right: 1px solid rgba(12,12,15,0.12);
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  white-space: nowrap;
  flex-shrink: 0;
}
.trust-badge:last-child, .trust-chip:last-child { border-right: 0; }
.trust-badge-dot, .trust-chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

/* ============================================================
   SERVICES — index.html
   ============================================================ */
#services.services {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.services-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.services-inner > h2 { /* section title if present */ }
.section-eyebrow.fade-up {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
}

/* Flagship row */
.services-flagship-row {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 0;
  border: 1px solid var(--border-ink);
  min-height: 420px;
}
.service-flagship {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1;
}
.service-flagship-img {
  overflow: hidden;
  position: relative;
  height: 420px;
}
.service-flagship-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%);
  transition: filter 400ms, transform 400ms;
}
.service-flagship:hover .service-flagship-img img {
  filter: grayscale(0%);
  transform: scale(1.03);
}
.service-flagship-body {
  padding: 40px 36px;
  background: var(--canvas);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--border-ink);
}
.service-index-large {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.04em;
  display: block;
  margin-bottom: 16px;
}
.service-flagship-title,
.service-flagship-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 2.8vw, 36px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.0;
  margin-bottom: 16px;
}
.service-flagship-body p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-mid);
  margin-bottom: 12px;
}
.service-flagship-body a.btn-service {
  align-self: flex-start;
  margin-top: 20px;
}

/* Flagship sidebar */
.service-flagship-sidebar {
  grid-column: 2;
  background: var(--ink);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--border-ink);
}
.sidebar-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar-stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.04em;
}
.sidebar-stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(242,240,235,0.55);
}
.sidebar-mission {
  margin-top: 32px;
}
.sidebar-mission p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(242,240,235,0.72);
}

/* Services grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border-ink);
  border-top: 0;
}
.service-card {
  border-right: 1px solid var(--border-ink);
  border-top: 1px solid var(--border-ink);
  background: var(--canvas);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  overflow: hidden;
}
.service-card:nth-child(4n) { border-right: 0; }
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
  z-index: 1;
}
.service-card-img {
  overflow: hidden;
  height: 220px;
  position: relative;
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(25%);
  transition: filter 350ms, transform 350ms;
}
.service-card:hover .service-card-img img {
  filter: grayscale(0%);
  transform: scale(1.04);
}
.service-card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-card-index {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
}
.service-card-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--ink);
}
.service-card-body p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-mid);
}
.service-card-body a.btn-service {
  margin-top: 8px;
  align-self: flex-start;
  font-size: 11px;
  padding: 10px 18px;
}
.service-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  text-decoration: none;
}
.service-link:hover { color: var(--primary); text-decoration: none; }

@media (max-width: 1100px) {
  .services-flagship-row { grid-template-columns: 1fr; }
  .service-flagship { grid-template-columns: 1fr 1fr; grid-column: 1; }
  .service-flagship-sidebar { grid-column: 1; border-left: 0; border-top: 1px solid var(--border-ink); flex-direction: row; gap: 32px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card:nth-child(4n) { border-right: 1px solid var(--border-ink); }
  .service-card:nth-child(3n) { border-right: 0; }
}
@media (max-width: 800px) {
  .service-flagship { grid-template-columns: 1fr; }
  .service-flagship-img { height: 280px; }
  .service-flagship-body { border-left: 0; border-top: 1px solid var(--border-ink); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3n) { border-right: 1px solid var(--border-ink); }
  .service-card:nth-child(2n) { border-right: 0; }
}
@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; }
  .service-card:nth-child(2n) { border-right: 0; }
}

/* ============================================================
   GALLERY — index.html
   ============================================================ */
#gallery.gallery {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.gallery-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  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: 0;
  border: 1px solid var(--border-ink);
}
a.gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
  border-right: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  position: relative;
}
a.gallery-tile:nth-child(3n) { border-right: 0; }
a.gallery-tile:nth-last-child(-n+3) { border-bottom: 0; }
a.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%);
  transition: filter 350ms, transform 350ms;
}
a.gallery-tile:hover img { filter: grayscale(0%); transform: scale(1.05); }
a.gallery-tile.gallery-tile-feature {
  grid-column: span 2;
  aspect-ratio: auto;
  min-height: 360px;
}
.gallery-cta {
  display: flex;
  justify-content: center;
}

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  a.gallery-tile.gallery-tile-feature { grid-column: span 2; }
  a.gallery-tile:nth-child(3n) { border-right: 1px solid var(--border-ink); }
  a.gallery-tile:nth-child(2n) { border-right: 0; }
}

/* ============================================================
   CREDENTIALS — index.html
   ============================================================ */
.credentials {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.credentials-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.credentials-inner h2 {
  font-size: clamp(36px, 5vw, 72px);
}
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border-ink);
}
.credential-badge {
  padding: 32px 28px;
  border-right: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  background: var(--canvas);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.credential-badge:nth-child(3n) { border-right: 0; }
.credential-badge:nth-last-child(-n+3) { border-bottom: 0; }
.credential-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}
.credential-value {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.1;
}

@media (max-width: 640px) {
  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
  .credential-badge:nth-child(3n) { border-right: 1px solid var(--border-ink); }
  .credential-badge:nth-child(2n) { border-right: 0; }
}

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  background: var(--ink);
  padding: clamp(72px, 9vh, 112px) 0;
}
.service-areas-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: start;
}
.service-areas-inner h2 {
  font-size: clamp(36px, 4.5vw, 60px);
  color: var(--canvas);
}
.service-areas-eyebrow, .service-areas-label {
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}
.area-pills, .service-areas-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}
.area-pill, .area-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.3);
  padding: 10px 18px;
  white-space: nowrap;
  transition: border-color 150ms, background 150ms;
}
.area-pill:hover, .area-chip:hover {
  border-color: var(--primary);
  background: rgba(200,163,54,0.12);
  text-decoration: none;
  color: var(--canvas);
}
.service-areas-chips a {
  text-decoration: none;
}

@media (max-width: 800px) {
  .service-areas-inner { grid-template-columns: 1fr; gap: 32px; }
}

/* Service areas on about.html */
section.service-areas .service-areas-inner {
  grid-template-columns: 260px 1fr;
}
.service-areas-left h2, section.service-areas h2 { color: var(--canvas); }
.service-areas-right { display: flex; flex-wrap: wrap; gap: 12px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.faq-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq-inner h2 { font-size: clamp(36px, 5vw, 72px); }
.faq-header { display: flex; flex-direction: column; gap: 12px; }
.faq-eyebrow { color: var(--primary); display: block; }
.faq-list { display: flex; flex-direction: column; }

/* Native details/summary accordion */
details.faq-item, .faq-list details {
  border-bottom: 1px solid var(--border-ink);
  padding: 0;
}
details.faq-item > summary, .faq-list details > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--ink);
  gap: 16px;
}
details.faq-item > summary::-webkit-details-marker,
.faq-list details > summary::-webkit-details-marker { display: none; }
.faq-summary-q { flex: 1; }
.faq-chevron {
  flex-shrink: 0;
  color: var(--ink);
  transition: transform 220ms;
  display: flex;
  align-items: center;
}
.faq-chevron svg { width: 20px; height: 20px; }
details.faq-item > summary::after, .faq-list details > summary::after {
  content: '+';
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: var(--ink);
  transition: transform 200ms, color 200ms;
  flex-shrink: 0;
}
/* When .faq-chevron is used, hide the ::after */
details.faq-item > summary:has(.faq-chevron)::after,
.faq-list details > summary:has(.faq-chevron)::after { display: none; }
details[open].faq-item > summary::after,
.faq-list details[open] > summary::after {
  transform: rotate(45deg);
  color: var(--primary);
}
details[open] .faq-chevron { transform: rotate(45deg); color: var(--primary); }
.faq-q { flex: 1; }
.faq-a, details.faq-item > p, .faq-list details > p {
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink-mid);
  padding-bottom: 22px;
  max-width: 72ch;
}

/* ============================================================
   CONTACT — index.html
   ============================================================ */
.contact {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.contact-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: start;
}
.contact-form-col h2 {
  font-size: clamp(32px, 4vw, 56px);
  margin-bottom: 32px;
}
.contact-form-col .section-eyebrow { color: var(--primary); display: block; margin-bottom: 12px; }
.contact-info-col h3 {
  font-size: clamp(18px, 2vw, 26px);
  margin-bottom: 24px;
}
.contact-info-block { display: flex; flex-direction: column; }
.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-item:last-child { border-bottom: 0; }
.contact-info-item .info-label { color: var(--primary); }
.contact-info-item a { color: var(--ink); font-weight: 600; }
.contact-info-item a:hover { color: var(--primary); }
.contact-certs {
  margin-top: 24px;
  padding: 20px;
  background: var(--ink);
  color: rgba(242,240,235,0.72);
}
.contact-certs .info-label { color: var(--primary); display: block; margin-bottom: 12px; }
.contact-certs p { font-size: 13px; line-height: 1.55; color: rgba(242,240,235,0.72); }
.contact-social { margin-top: 20px; }
.contact-social .info-label { display: block; margin-bottom: 10px; }
.contact-social a { color: var(--ink); font-weight: 600; }

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

/* ============================================================
   CONTACT — contact.html
   ============================================================ */
.contact-section {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.contact-grid {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: start;
}
.contact-form-wrap h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 32px; }
.contact-form-wrap .section-eyebrow { display: block; margin-bottom: 12px; color: var(--primary); }
.contact-info-card {
  background: var(--canvas);
  border: 1px solid var(--border-ink);
  padding: 36px 32px;
}
.contact-info-card h3 { font-size: clamp(18px, 2vw, 26px); margin-bottom: 24px; }
.info-block {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}
.info-value { font-size: 15px; font-weight: 500; color: var(--ink); line-height: 1.5; }
.info-value a { color: var(--ink); font-weight: 600; }
.info-value a:hover { color: var(--primary); }
.info-divider { border: none; border-top: 1px solid var(--border); margin: 0; }
.info-phone-big {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ink);
}
.trust-callout {
  margin-top: 24px;
  background: var(--primary);
  padding: 20px 24px;
}
.trust-callout-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  line-height: 1.5;
}
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-link, .social-links a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  text-decoration: none;
}
.social-link:hover, .social-links a:hover { color: var(--primary); text-decoration: none; }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  background: var(--ink);
  min-height: 48vh;
  max-height: 64vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.75) 0%, rgba(12,12,15,0.38) 100%);
}
.page-header-inner {
  position: relative; z-index: 2;
  padding: clamp(40px, 6vh, 72px) clamp(24px, 5vw, 80px) clamp(48px, 7vh, 88px);
}
.page-header-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  display: block;
  margin-bottom: 16px;
}
.page-header-inner h1 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 96px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--canvas);
}
.page-header-sub {
  font-size: clamp(14px, 1.4vw, 18px);
  color: rgba(242,240,235,0.72);
  margin-top: 16px;
  max-width: 54ch;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(242,240,235,0.55);
}
.breadcrumb a { color: rgba(242,240,235,0.55); }
.breadcrumb a:hover { color: var(--primary); text-decoration: none; }
.breadcrumb svg { width: 14px; height: 14px; }

/* ============================================================
   SERVICES DETAIL PAGE
   ============================================================ */
#services.services-detail {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.services-detail-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.services-section-header {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: start;
  padding-bottom: 56px;
  border-bottom: 2px solid var(--border-ink);
  margin-bottom: 0;
}
.services-section-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.04em;
  display: block;
}
.services-section-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--ink);
}
.services-section-desc {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-mid);
  margin-top: 16px;
  max-width: 64ch;
}

/* Feature blocks */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--border-ink);
  min-height: 520px;
}
.feature-block.reverse { direction: rtl; }
.feature-block.reverse > * { direction: ltr; }
.feature-block-photo {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  min-height: 400px;
}
.feature-block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  max-height: none;
  filter: grayscale(15%);
  transition: filter 400ms;
}
.feature-block:hover .feature-block-photo img { filter: grayscale(0%); }
.feature-block-index {
  position: absolute;
  top: 24px; left: 24px;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  color: rgba(255,255,255,0.18);
  line-height: 1;
  letter-spacing: -0.04em;
  z-index: 1;
  pointer-events: none;
}
.feature-block-body {
  padding: clamp(40px, 5vw, 72px) clamp(32px, 4vw, 64px);
  background: var(--canvas);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-left: 1px solid var(--border-ink);
}
.feature-block.reverse .feature-block-body { border-left: 0; border-right: 1px solid var(--border-ink); }
.feature-block-eyebrow { color: var(--primary); display: block; margin-bottom: 4px; }
.feature-block-body h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.0;
}
.feature-block-body p {
  font-size: 15px;
  line-height: 1.68;
  color: var(--ink-mid);
}
.feature-block-bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-block-bullets li {
  font-size: 14px;
  color: var(--ink-mid);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.feature-block-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 2px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .feature-block { grid-template-columns: 1fr; direction: ltr; }
  .feature-block.reverse { direction: ltr; }
  .feature-block-photo { min-height: 280px; }
  .feature-block-body { border-left: 0; border-top: 1px solid var(--border-ink); }
  .feature-block.reverse .feature-block-body { border-right: 0; border-top: 1px solid var(--border-ink); }
}

/* Credentials on services.html */
#credentials.credentials {
  background: var(--ink);
  padding: clamp(72px, 9vh, 112px) 0;
}
#credentials .credentials-inner h2 { color: var(--canvas); }
#credentials .section-eyebrow, #credentials .credentials-eyebrow { color: var(--primary); }
#credentials .credentials-grid { border-color: rgba(255,255,255,0.12); }
#credentials .credential-card,
#credentials .credential-badge {
  background: rgba(255,255,255,0.04);
  border-right: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#credentials .credential-card:nth-child(3n) { border-right: 0; }
#credentials .credential-card:nth-last-child(-n+3) { border-bottom: 0; }
#credentials .credential-value, #credentials .credential-card-value { color: var(--canvas); }
#credentials .credential-card-sub { color: rgba(242,240,235,0.55); }

.credential-card {
  padding: 32px 28px;
  border-right: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  background: var(--canvas);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.credential-card:nth-child(3n) { border-right: 0; }
.credential-card:nth-last-child(-n+3) { border-bottom: 0; }
.credential-card-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}
.credential-card-value {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ink);
}
.credential-card-sub {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.5;
}

/* Service areas on services.html */
#service-areas.service-areas { background: var(--ink); }
.service-areas-chips { display: flex; flex-wrap: wrap; gap: 12px; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--ink);
  padding: clamp(72px, 9vh, 112px) 0;
  position: relative;
  overflow: hidden;
}
.cta-banner-supergraphic {
  position: absolute;
  right: -60px; top: -40px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(120px, 18vw, 280px);
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.cta-banner-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-banner-eyebrow { color: var(--primary); display: block; margin-bottom: 16px; }
.cta-eyebrow { color: var(--primary); display: block; margin-bottom: 16px; }
.cta-banner-left h2, .cta-banner-left p.cta-headline, .cta-headline {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--canvas);
}
.cta-tagline {
  font-size: 16px;
  color: rgba(242,240,235,0.65);
  margin-top: 20px;
  max-width: 48ch;
  line-height: 1.6;
}
.cta-banner-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.cta-phone-link, .cta-email-link {
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.35);
  padding: 18px 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 160ms, background 160ms;
}
.cta-phone-link:hover, .cta-email-link:hover {
  border-color: var(--primary);
  background: rgba(200,163,54,0.15);
  text-decoration: none;
  color: var(--canvas);
}
.cta-banner-left > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.35);
  padding: 18px 32px;
  text-decoration: none;
  margin-top: 32px;
  transition: border-color 160ms, background 160ms;
}
.cta-banner-left > a:hover {
  border-color: var(--primary);
  background: rgba(200,163,54,0.15);
  text-decoration: none;
  color: var(--canvas);
}

/* CTA form panel */
.cta-form, .cta-banner-right form, .cta-banner-form form {
  background: var(--canvas);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-form-title, .cta-banner-form .cta-form-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 4px;
}
.cta-form-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  display: block;
  margin-bottom: 8px;
}
.cta-banner-right, .cta-banner-form { }

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

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-section {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.gallery-section .gallery-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gallery-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
}
.gallery-headline { font-size: clamp(36px, 5vw, 72px); }
.filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-btn {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 10px 18px;
  border: 2px solid var(--border-ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background 150ms, color 150ms;
  border-radius: 0;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--ink);
  color: var(--canvas);
}
#galleryGrid.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border-ink);
}
.gallery-card {
  border-right: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  overflow: hidden;
  background: var(--canvas);
  transition: transform 250ms ease-out;
}
.gallery-card:nth-child(3n) { border-right: 0; }
.gallery-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%);
  transition: filter 350ms, transform 350ms;
}
.gallery-card:hover .gallery-card-img-wrap img { filter: grayscale(0%); transform: scale(1.04); }
.gallery-card-overlay {
  position: absolute; inset: 0;
  background: rgba(12,12,15,0);
  transition: background 300ms;
}
.gallery-card:hover .gallery-card-overlay { background: rgba(12,12,15,0.12); }
.gallery-card-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gallery-card-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.gallery-card-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
}
.gallery-card-location {
  font-size: 12px;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 4px;
}
.gallery-card-location svg { width: 12px; height: 12px; }
.gallery-card-featured {
  grid-column: span 2;
}
.gallery-card-featured .gallery-card-img-wrap {
  aspect-ratio: 16 / 9;
}

@media (max-width: 640px) {
  #galleryGrid.gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card-featured { grid-column: span 2; }
  .gallery-card:nth-child(3n) { border-right: 1px solid var(--border-ink); }
  .gallery-card:nth-child(2n) { border-right: 0; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-section {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.about-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: start;
}
.about-left { display: flex; flex-direction: column; gap: 28px; }
.about-eyebrow { color: var(--primary); display: block; }
.about-left h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--ink);
}
.about-headline { font-size: clamp(32px, 4.5vw, 56px); }
.about-divider {
  width: 80px;
  height: 4px;
  background: var(--primary);
}
.about-body p {
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink-mid);
  margin-bottom: 16px;
}
.about-body p:last-child { margin-bottom: 0; }
.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  border: 2px solid var(--border-ink);
  padding: 10px 16px;
  white-space: nowrap;
}

/* Right column */
.about-right { display: flex; flex-direction: column; gap: 0; }
.about-portrait-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  max-height: 600px;
}
.about-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%);
}
.about-portrait-badge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--primary);
  padding: 20px 24px;
}
.about-portrait-badge-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-right { order: -1; }
  .about-portrait-wrap { aspect-ratio: 16/9; max-height: 400px; }
}

/* Credentials section on about.html */
.credentials-section {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.credentials-section .credentials-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.credentials-eyebrow { color: var(--primary); display: block; }
.credentials-headline {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--ink);
}
.cred-card {
  padding: 32px 28px;
  border-right: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  background: var(--canvas);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cred-card:nth-child(3n) { border-right: 0; }
.cred-card:nth-last-child(-n+3) { border-bottom: 0; }
.cred-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.04em;
}
.cred-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-mid);
}
.cred-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.cred-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-mid);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer, .site-footer, footer {
  background: var(--ink);
  color: rgba(242,240,235,0.65);
  padding-top: clamp(64px, 8vh, 96px);
}
.footer-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 320px repeat(3, 1fr);
  gap: 48px;
  padding-bottom: clamp(56px, 7vh, 80px);
}
.footer-brand-col, .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-brand-col a, .footer-brand > a { text-decoration: none; }
.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(242,240,235,0.55);
  max-width: 28ch;
}
.footer-bio {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(242,240,235,0.45);
}
.footer-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(242,240,235,0.45);
}
.footer-brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--canvas);
}
.footer-creds-line {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
  line-height: 1.55;
}
.footer-col { display: flex; flex-direction: column; gap: 16px; }
.footer-col-title, .footer-col-heading {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  display: block;
}
.footer-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-col a {
  font-size: 14px;
  color: rgba(242,240,235,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover, .footer-col a:hover {
  color: var(--primary);
  text-decoration: none;
}
.footer-address {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242,240,235,0.65);
}
.footer-address a { color: rgba(242,240,235,0.65); }
.footer-creds { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.footer-cred-badge {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(242,240,235,0.45);
}
.footer-cred-badge strong { color: rgba(242,240,235,0.72); }
.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(242,240,235,0.65);
}
.footer-contact-line svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--primary); }
.footer-contact-line a { color: rgba(242,240,235,0.65); }
.footer-contact-line a:hover { color: var(--primary); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(242,240,235,0.65);
  padding: 6px 0;
}
.footer-contact-item svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--primary); margin-top: 2px; }
.footer-contact-item a { color: rgba(242,240,235,0.65); }
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }
.footer-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-social { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-social-link, .footer-socials a, .footer-social a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(242,240,235,0.55);
  text-decoration: none;
  border-bottom: 1px solid rgba(242,240,235,0.2);
  padding-bottom: 2px;
}
.footer-social-link:hover, .footer-socials a:hover, .footer-social a:hover {
  color: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
}
.footer-social a svg { width: 18px; height: 18px; color: rgba(242,240,235,0.55); }

/* Footer grid (contact.html variant) */
.footer-grid {
  display: grid;
  grid-template-columns: 280px repeat(3, 1fr);
  gap: 48px;
  padding-bottom: clamp(56px, 7vh, 80px);
  max-width: 1360px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px clamp(20px, 4vw, 56px);
}
.footer-bottom-inner,
.footer-bottom {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-copy {
  font-size: 12px;
  color: rgba(242,240,235,0.35);
  font-family: 'IBM Plex Mono', monospace;
}
.footer-license {
  font-size: 12px;
  color: rgba(242,240,235,0.35);
  font-family: 'IBM Plex Mono', monospace;
}
.footer-social-link svg { width: 18px; height: 18px; }

@media (max-width: 1000px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom, .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
}

/* ============================================================
   MOBILE CTA PILL
   ============================================================ */
.mobile-cta-pill, .mobile-call {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  color: var(--ink);
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: filter 160ms;
}
.mobile-cta-pill > a, .mobile-call > a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mobile-cta-pill svg, .mobile-call svg,
.mobile-cta-pill a svg, .mobile-call a svg {
  width: 20px; height: 20px; flex-shrink: 0;
}
.mobile-cta-pill:hover, .mobile-call:hover { filter: brightness(0.92); }
@media (min-width: 900px) {
  .mobile-cta-pill, .mobile-call { display: none; }
}

/* ============================================================
   MARQUEE (thin strip — default)
   ============================================================ */
.marquee {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  max-height: 64px;
  position: relative;
  z-index: 1;
  background: var(--canvas);
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}
.marquee-item {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(13px, 1.4vw, 18px);
  line-height: 1.2;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   STAT COUNTER
   ============================================================ */
.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);
  font-family: 'Archivo Black', sans-serif;
}
.stat-label {
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mid);
  margin-top: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
}

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

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

/* ============================================================
   MISC / UTILITY
   ============================================================ */
.section-heading, .section-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
}
.bleed { width: 100%; max-width: none; }

/* SVG caps */
svg { overflow: visible; }
.nav-toggle svg { width: 24px; height: 24px; }
.btn-service svg { width: 16px; height: 16px; }
.faq-chevron svg { width: 20px; height: 20px; }
.gallery-card-location svg { width: 12px; height: 12px; }
.breadcrumb svg { width: 14px; height: 14px; }
.contact-social a svg, .footer-social a svg { width: 18px; height: 18px; }
.cta-banner-ctas a svg { width: 16px; height: 16px; }
.footer-contact-line svg { width: 16px; height: 16px; }
.footer-contact-item svg { width: 16px; height: 16px; }
.mobile-cta-pill svg, .mobile-call svg { width: 20px; height: 20px; }

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

/* No mirror transforms */
.reverse { order: unset; }

/* Heading anchor resets */
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; }

/* ============================================================
   MOBILE OVERRIDES
   ============================================================ */
@media (max-width: 640px) {
  .hero-inner { padding: 40px 20px 56px; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas a { width: 100%; justify-content: center; }
  .trust-strip-inner { flex-direction: column; }
  .trust-badge, .trust-chip { border-right: 0; border-bottom: 1px solid rgba(12,12,15,0.12); }
  .trust-badge:last-child, .trust-chip:last-child { border-bottom: 0; }
  .services-flagship-row { grid-template-columns: 1fr; }
  .brand-band-text, .brand-band-claim { max-width: 100%; }
}

@media (max-width: 900px) {
  .services-section-header { grid-template-columns: 56px 1fr; gap: 20px; }
  .faq-inner { gap: 28px; }
  .cta-banner-inner { gap: 32px; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.service-flagship-img { grid-column: 1 / -1; }
.service-flagship-body { grid-column: 1 / -1; }
.gallery-tile { grid-column: 1 / -1; }
.footer-brand-col { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.services-section-num { grid-column: 1 / -1; }
.feature-block-photo { grid-column: 1 / -1; }
.feature-block-body { grid-column: 1 / -1; }
.service-areas-label { grid-column: 1 / -1; }
.service-areas-chips { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.cred-card { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
