@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:        #EC153A;
  --accent:         #F096A6;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --ink:            #0C0C0F;
  --muted:          #5A5852;
  --neutral-dark:   #0C0C0F;
  --neutral-light:  #FFFFFF;
  --extra1:         #F2F0EB;
  --extra2:         #5A5852;

  --primary-dark:   #C8102F;
  --primary-xdark:  #A00D25;
  --ink-10:         rgba(12,12,15,0.10);
  --ink-20:         rgba(12,12,15,0.20);
  --ink-40:         rgba(12,12,15,0.40);
  --border:         rgba(12,12,15,0.15);
  --border-heavy:   rgba(12,12,15,1);

  --radius:         0;
  --section-py:     clamp(72px, 9vh, 112px);
  --content-width:  1360px;
  --header-height:  72px;

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

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

/* ============================================================
   GLOBAL RESET & SCROLL
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ============================================================
   UNIVERSAL IMAGE CAP (MANDATORY — verbatim)
   ============================================================ */
img { max-width: 100%; height: auto; display: block; }

section img:not(.hero-bg):not([class*="full-bleed"]):not([class*="fullbleed"]) {
  max-height: 640px;
  object-fit: cover;
}

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 64px !important;
  max-width: 220px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}
.footer img, footer img {
  max-height: 48px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%;
  z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.page-header, [class*="page-header"], .about-feature, .about-hero {
  position: relative; overflow: hidden; max-height: 64vh;
}
.page-header > img, [class*="page-header"] > img, .page-header-bg,
.about-feature > img:first-of-type, .about-hero-bg,
.page-header img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%;
  z-index: 0;
}

section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

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

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

/* ============================================================
   HEADING LINK RESET (MANDATORY)
   ============================================================ */
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: var(--font-display);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h1 { font-size: clamp(48px, 7vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(24px, 3vw, 40px); }

p { line-height: 1.65; }

.label-mono {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
}

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

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.container {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.wide-container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.bleed { width: 100%; }

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

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

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

.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px; max-width: 200px; width: auto; object-fit: contain; }

.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;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
}
.nav-pages a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

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

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
  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;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    gap: 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    z-index: 899;
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages li { border-bottom: 1px solid var(--border); }
  .nav-pages a { display: block; padding: 14px 0; font-size: 14px; }
  .nav-cta .nav-cta-text { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(56px, 7vh, 96px);
}

.hero > img:first-of-type,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  z-index: 0;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    110deg,
    rgba(12,12,15,0.88) 0%,
    rgba(12,12,15,0.72) 40%,
    rgba(12,12,15,0.38) 70%,
    rgba(12,12,15,0.10) 100%
  );
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  width: 100%;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.hero-title,
.hero-inner h1,
#hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(64px, 8.5vw, 132px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  max-width: 16ch;
  margin-bottom: 28px;
}

.hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  max-width: 48ch;
  margin-bottom: 36px;
  font-weight: 500;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.25);
  width: fit-content;
}

.hero-trust-chips .trust-chip {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.90);
  padding: 10px 18px;
  border-right: 1px solid rgba(255,255,255,0.25);
  white-space: nowrap;
}
.hero-trust-chips .trust-chip:last-child { border-right: none; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-estimate, .btn-submit, .btn-phone, .btn-outline, .btn-white, .cta-form-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 0;
  border: 2px solid transparent;
  cursor: pointer;
  transition: filter 150ms, background 150ms, color 150ms;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary, .btn-estimate, .btn-submit, .cta-form-btn {
  background: var(--primary);
  color: var(--neutral-light);
  border-color: var(--primary);
}
.btn-primary:hover, .btn-estimate:hover, .btn-submit:hover, .cta-form-btn:hover {
  filter: brightness(0.88);
  color: var(--neutral-light);
  text-decoration: none;
}
.btn-outline, .btn-phone {
  background: transparent;
  color: var(--neutral-light);
  border-color: rgba(255,255,255,0.60);
}
.btn-outline:hover, .btn-phone:hover {
  border-color: var(--neutral-light);
  color: var(--neutral-light);
  text-decoration: none;
}
.btn-white {
  background: var(--neutral-light);
  color: var(--ink);
  border-color: var(--neutral-light);
}
.btn-white:hover {
  background: var(--extra1);
  color: var(--ink);
  text-decoration: none;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-primary svg, .btn-estimate svg, .btn-submit svg { width: 18px; height: 18px; }

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

.area-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--ink-20);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border-radius: 0;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 0;
  overflow: hidden;
}

.trust-strip-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink);
  border-right: 1px solid var(--ink);
  flex: 1 1 auto;
  white-space: nowrap;
}
.trust-badge:last-child { border-right: none; }
.trust-badge svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--primary); }

/* ============================================================
   BRAND BAND (unique move)
   ============================================================ */
.brand-band {
  background: var(--primary);
  padding: clamp(40px, 5vh, 72px) 0;
  overflow: hidden;
}

.brand-band-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.brand-band-claim, .brand-band-text {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  max-width: 20ch;
}

.brand-band-meta {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-top: 20px;
}

/* ============================================================
   MARQUEE / SERVICE AREAS
   ============================================================ */
.marquee-section {
  background: var(--ink);
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 1;
  max-height: 80px;
}

.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  width: max-content;
}

.marquee-section:hover .marquee-track { animation-play-state: paused; }

.marquee-item {
  font-family: var(--font-mono);
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neutral-light);
  padding: 0 28px;
  line-height: 1.2;
}

.marquee-sep {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-size: 18px;
  font-weight: 900;
  padding: 0 4px;
  align-self: center;
  flex-shrink: 0;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   SECTION SHARED
   ============================================================ */
.section-header {
  margin-bottom: clamp(40px, 5vh, 64px);
}

.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}

.section-title, .section-header h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}

/* ============================================================
   SERVICES (index.html feature blocks)
   ============================================================ */
.services {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.services .section-header {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.service-block {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 380px;
  border-top: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-block:last-child { border-bottom: 1px solid var(--border); }
.service-block:hover { box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18); }

.service-block.reverse {
  grid-template-columns: 60% 40%;
}
.service-block.reverse .service-block-img { order: 2; }
.service-block.reverse .service-block-body { order: 1; }

.service-block-img {
  overflow: hidden;
  position: relative;
}
.service-block-img img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  position: absolute;
  inset: 0;
  display: block;
  filter: grayscale(15%);
  transition: filter 300ms;
}
.service-block:hover .service-block-img img { filter: grayscale(0%); }

.service-block-body {
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--canvas);
}

.service-index {
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 900;
  line-height: 0.85;
  color: var(--primary);
  opacity: 0.12;
  display: block;
  margin-bottom: -20px;
  letter-spacing: -0.04em;
}

.service-block-body h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.service-name {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 14px;
}

.service-desc {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 28px;
  max-width: 52ch;
}

.service-cta, .service-block-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  width: fit-content;
}
.service-cta:hover, .service-block-body a:hover {
  color: var(--primary-dark);
  text-decoration: none;
  border-bottom-color: var(--primary-dark);
}

/* Services nav strip (services.html) */
.services-nav-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 0;
  position: sticky;
  top: var(--header-height);
  z-index: 800;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.services-nav-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  gap: 0;
}

.services-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  border-right: 1px solid var(--border);
  white-space: nowrap;
  transition: color 150ms, background 150ms;
}
.services-nav-item:hover { color: var(--primary); text-decoration: none; background: var(--canvas); }

.sni-num {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  color: var(--primary);
  opacity: 0.4;
  line-height: 1;
}

/* Feature blocks (services.html) */
.services-feature {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.feature-block {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 480px;
  border-top: 1px solid var(--border);
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}
.feature-block:last-child { border-bottom: 1px solid var(--border); }
.feature-block.reverse { grid-template-columns: 58% 42%; }
.feature-block.reverse .fb-photo { order: 2; }
.feature-block.reverse .fb-body { order: 1; }

.fb-photo {
  position: relative;
  overflow: hidden;
  margin-inline: calc(-1 * clamp(20px, 4vw, 56px));
}
.fb-photo img {
  width: 100%; height: 100%;
  max-height: none;
  object-fit: cover;
  position: absolute; inset: 0;
  filter: grayscale(10%);
  transition: filter 400ms;
}
.feature-block:hover .fb-photo img { filter: grayscale(0%); }

.fb-photo-index {
  position: absolute;
  top: 20px; left: 20px;
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 900;
  color: var(--neutral-light);
  opacity: 0.15;
  line-height: 1;
  z-index: 2;
  letter-spacing: -0.04em;
}

.fb-body {
  padding: clamp(40px, 5vw, 72px) clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fb-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}

.fb-body h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  margin-bottom: 20px;
}

.fb-desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 14px;
}

.fb-features {
  list-style: none;
  padding: 0; margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fb-features li {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 12px;
}
.fb-features li::before {
  content: '';
  display: block;
  width: 20px; height: 2px;
  background: var(--primary);
  flex-shrink: 0;
}

/* ============================================================
   ABOUT (index.html)
   ============================================================ */
.about {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.about-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 40% 60%;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}

.about-portrait-col {
  position: relative;
}
.about-portrait-col img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.about-text-col { display: flex; flex-direction: column; gap: 0; }

.about-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 24px;
}

.brand-divider {
  width: 80px;
  height: 4px;
  background: var(--primary);
  margin-bottom: 28px;
}

.about-text-col p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 16px;
}

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

/* ============================================================
   GALLERY (index.html)
   ============================================================ */
.gallery {
  background: var(--ink);
  padding: var(--section-py) 0;
}

.gallery-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.gallery .section-header h2,
.gallery .section-title {
  color: var(--neutral-light);
}
.gallery .section-eyebrow { color: var(--accent); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 32px;
}

.gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
  position: relative;
  background: var(--muted);
}
.gallery-tile img {
  width: 100%; height: 100%;
  max-height: none;
  object-fit: cover;
  position: absolute; inset: 0;
  transition: transform 400ms ease, filter 400ms ease;
  filter: grayscale(20%);
}
.gallery-tile:hover img { transform: scale(1.04); filter: grayscale(0%); }

.gallery-cta-wrap {
  text-align: center;
  margin-top: 40px;
}

/* Gallery page (gallery.html) */
.gallery-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.gallery-section-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.gallery-section-header {
  margin-bottom: 32px;
}
.gallery-section-header h2 { font-size: clamp(36px, 5vw, 64px); }
.gallery-count {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-top: 8px;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 2px solid var(--border);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 150ms, color 150ms, background 150ms;
  border-radius: 0;
}
.filter-pill:hover, .filter-pill.active {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(236,21,58,0.05);
  text-decoration: none;
}

.pill-count {
  background: var(--border);
  color: var(--muted);
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 0;
}
.filter-pill.active .pill-count {
  background: var(--primary);
  color: var(--neutral-light);
}

.gallery-card {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

.gallery-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery-card-img-wrap img {
  width: 100%; height: 100%;
  max-height: none;
  object-fit: cover;
  position: absolute; inset: 0;
  transition: transform 400ms;
}
.gallery-card:hover .gallery-card-img-wrap img { transform: scale(1.04); }

.gallery-card-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--primary);
  color: var(--neutral-light);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 0;
  z-index: 2;
}

.gallery-card-category {
  position: absolute;
  bottom: 12px; left: 12px;
  background: rgba(12,12,15,0.75);
  color: var(--neutral-light);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 10px;
  z-index: 2;
}

.gallery-card-body {
  padding: 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-card-body h3 {
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.gallery-card-location svg { width: 12px; height: 12px; flex-shrink: 0; }

.gallery-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.gallery-card-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.gallery-meta-item {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.gallery-empty {
  display: none;
  grid-column: 1 / -1;
  padding: 80px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--border);
}
.gallery-empty.visible { display: block; }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.faq-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.faq-list {
  margin-top: 0;
}

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

details.faq > summary, .faq-list details > summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  color: var(--ink);
  min-height: 68px;
}
details.faq > summary::-webkit-details-marker,
.faq-list details > summary::-webkit-details-marker { display: none; }

.faq-chevron { width: 24px; height: 24px; color: var(--ink); flex-shrink: 0; transition: transform 250ms, color 250ms; }
.faq-list details > summary svg { width: 24px; height: 24px; flex-shrink: 0; transition: transform 250ms; }

.faq-list details[open] > summary .faq-chevron,
.faq-list details[open] > summary svg {
  transform: rotate(45deg);
  color: var(--primary);
}

.faq-answer, .faq-list details p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  padding-bottom: 24px;
  max-width: 72ch;
  margin-top: 0;
}

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  background: var(--primary);
  padding: clamp(40px, 5vh, 64px) 0;
}

.team-cta-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.team-cta-text {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
}
.team-cta-text span { opacity: 0.55; }

.team-cta-inner a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--neutral-light);
  color: var(--ink);
  padding: 18px 32px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 150ms;
  border-radius: 0;
}
.team-cta-inner a:hover { filter: brightness(0.92); text-decoration: none; color: var(--ink); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.contact-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.contact-form-col h2,
.contact-form-side h2,
.contact-form-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 28px;
}

.contact-section-label, .contact-info-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  display: block;
}

.contact-info-col h3,
.contact-info-side h2,
.contact-info-heading {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 32px;
}

/* Forms */
.contact-form, .cta-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--border);
}
.form-row:first-child { border-top: 1px solid var(--border); }

.form-field {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-field:not(:last-child) { border-right: 1px solid var(--border); }
.form-field.full { grid-column: 1 / -1; }

.form-row:has(.form-field.full) { grid-template-columns: 1fr; }

.form-field label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 14px 16px 4px;
  display: block;
}

.form-field input,
.form-field select,
.form-field textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  padding: 4px 16px 14px;
  resize: none;
  appearance: none;
}
.form-field textarea,
.contact-form textarea { min-height: 120px; }

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { background: rgba(236,21,58,0.03); }

.form-submit, .btn-submit {
  margin-top: 0;
  border-top: none;
  align-self: flex-start;
  margin-top: 20px;
}

/* Contact info blocks */
.info-block {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-block:first-of-type { border-top: 1px solid var(--border); }

.info-block-label, .info-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
}

.info-value, .info-block a {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
  text-decoration: none;
}
.info-block a:hover { color: var(--primary); text-decoration: none; }

.hours-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  align-items: baseline;
}

.hours-row {
  display: contents;
}

.hours-day {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.hours-time {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.service-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border: 2px solid var(--border-heavy);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 150ms, color 150ms;
}
.social-link svg { width: 20px; height: 20px; }
.social-link:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

/* CTA form (gallery.html) */
.cta-form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cta-form-row input {
  flex: 1 1 160px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
  color: var(--neutral-light);
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  border-radius: 0;
}
.cta-form-row input::placeholder { color: rgba(255,255,255,0.5); }
.cta-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
  color: var(--neutral-light);
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  min-height: 100px;
  resize: none;
  margin: 12px 0;
  border-radius: 0;
}
.cta-form-btn {
  background: var(--neutral-light);
  color: var(--ink);
  border-color: var(--neutral-light);
  padding: 16px 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  transition: filter 150ms;
}
.cta-form-btn:hover { filter: brightness(0.92); }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--ink);
  padding: var(--section-py) 0;
  position: relative;
  overflow: hidden;
}
.cta-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.2; }

.cta-banner-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}

.cta-banner-label, .cta-banner-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: block;
}

.cta-banner-heading, .cta-banner-headline, .cta-banner-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  margin-bottom: 16px;
}
.cta-banner-heading span { color: var(--primary); }

.cta-banner-sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.70);
  margin-bottom: 24px;
}

.cta-banner-hours {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.cta-banner-btns, .cta-banner-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-banner-text h2 {
  font-size: clamp(28px, 4vw, 56px);
  color: var(--neutral-light);
}

.cta-phone-big {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  color: var(--primary);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.cta-phone-big:hover { color: var(--accent); text-decoration: none; }

/* ============================================================
   FOUNDER STORY (about.html)
   ============================================================ */
.founder-story {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.founder-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 38% 62%;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.founder-portrait-col img {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
}

.founder-text-col { display: flex; flex-direction: column; }

.founder-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 28px;
}

.founder-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.founder-body p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

.drop-cap::first-letter {
  font-family: var(--font-display);
  font-size: 4.5em;
  font-weight: 900;
  color: var(--primary);
  float: left;
  line-height: 0.82;
  margin-right: 8px;
  margin-top: 4px;
  text-transform: uppercase;
}

.founder-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ============================================================
   VALUES (about.html)
   ============================================================ */
.values {
  background: var(--ink);
  padding: var(--section-py) 0;
}

.section-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.values .section-eyebrow { color: var(--accent); }
.values .section-inner > h2 {
  color: var(--neutral-light);
  margin-bottom: 48px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-left: 1px solid rgba(255,255,255,0.12);
}

.value-card {
  padding: 36px 28px;
  border-right: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.value-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  color: var(--primary);
  line-height: 0.85;
  letter-spacing: -0.04em;
  display: block;
}

.value-card h3 {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  color: var(--neutral-light);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.value-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  color: var(--neutral-light);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.value-body {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.60);
}

/* ============================================================
   JOURNEY / TIMELINE (about.html)
   ============================================================ */
.journey {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.journey .section-eyebrow { color: var(--primary); }
.journey .section-inner > h2 { margin-bottom: 48px; }

.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 3px solid var(--primary);
  padding-left: 0;
  margin-left: 20px;
}

.timeline-item {
  position: relative;
  padding: 28px 0 28px 40px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
}
.timeline-item:last-child { border-bottom: none; }

.timeline-dot {
  position: absolute;
  left: -10px;
  top: 34px;
  width: 18px; height: 18px;
  background: var(--primary);
  border: 3px solid var(--surface);
  border-radius: 0;
  flex-shrink: 0;
}

.timeline-year {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  padding-top: 4px;
}

.timeline-item h3 {
  font-size: clamp(16px, 1.8vw, 22px);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.timeline-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.timeline-item p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

/* ============================================================
   CREW STRIP (about.html)
   ============================================================ */
.crew-strip {
  background: var(--ink);
  padding: var(--section-py) 0;
}

.crew-strip-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.crew-strip .label-mono { color: var(--accent); margin-bottom: 16px; display: block; }
.crew-strip h2, .crew-strip-inner h2 {
  font-size: clamp(28px, 4vw, 56px);
  color: var(--neutral-light);
  margin-bottom: 40px;
}

.crew-photo-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 4px;
}
.crew-photo-row img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  max-height: 280px;
  display: block;
  filter: grayscale(30%);
  transition: filter 300ms;
}
.crew-photo-row img:hover { filter: grayscale(0%); }

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(40px, 5vh, 72px);
}

.page-header-overlay, .hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(12,12,15,0.55) 0%,
    rgba(12,12,15,0.82) 100%
  );
}

.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  width: 100%;
}

.page-header-eyebrow, .page-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: block;
}

.page-header-title, .page-header-inner h1, .page-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 96px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  margin-bottom: 16px;
  max-width: 16ch;
}

.page-header-sub, .page-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  max-width: 52ch;
}

.page-header-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--neutral-light);
  padding-top: clamp(56px, 7vh, 96px);
}

.footer-inner, .footer-grid {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  padding-bottom: 56px;
}

.footer-brand, .footer-brand-col { display: flex; flex-direction: column; gap: 12px; }
.footer-brand img, .footer-brand-logo img {
  max-height: 40px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1);
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  color: var(--neutral-light);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
  max-width: 28ch;
}

.footer-since, .footer-sub, .footer-about, .footer-desc {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.footer-col-title, .footer-col-heading {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}

.footer-col ul, .footer-links {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a, .footer-links li a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col ul li a:hover, .footer-links li a:hover {
  color: var(--neutral-light);
  text-decoration: none;
}

.footer-col ul li, .footer-links li, .footer-info-list li {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}

.footer-contact-info { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-item { font-size: 13px; color: rgba(255,255,255,0.55); }
.footer-phone-link { color: rgba(255,255,255,0.80); font-weight: 600; }
.footer-phone-link:hover { color: var(--primary); text-decoration: none; }

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-trust {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-trust-item {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-trust-item span::before {
  content: '';
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--primary);
  margin-right: 8px;
  vertical-align: middle;
}

.footer-bottom {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-block: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy, .footer-legal {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}

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

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

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.stagger.visible > *,
.stagger > *.visible {
  transition-delay: calc(var(--i, 0) * 80ms);
}

.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   STATS
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  padding: 80px 0;
  text-align: center;
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.04em;
}
.stat-label {
  font-size: clamp(11px, 1vw, 14px);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
}

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

/* ============================================================
   MISC / UTILITY
   ============================================================ */
.section-header p.section-eyebrow { margin-bottom: 12px; }

.page-header-inner > h1 { color: var(--neutral-light); }

/* Service area chips inside contact */
.contact-info-side .service-area-chips,
.contact-info-col .service-area-chips {
  margin-top: 4px;
}

/* Readable table cells */
.services-table thead .col-service { background: var(--ink); color: var(--neutral-light); }

/* No mirror transforms */
.flip { order: 2; }

/* ============================================================
   RESPONSIVE — 1200px
   ============================================================ */
@media (max-width: 1200px) {
  .footer-inner, .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   RESPONSIVE — 900px
   ============================================================ */
@media (max-width: 900px) {
  .about-inner,
  .founder-inner,
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .service-block,
  .service-block.reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .service-block-img {
    height: 260px;
    position: relative;
  }
  .service-block-img img { position: absolute; }
  .service-block.reverse .service-block-img { order: 0; }
  .service-block.reverse .service-block-body { order: 1; }

  .feature-block,
  .feature-block.reverse {
    grid-template-columns: 1fr;
    padding-inline: clamp(20px, 4vw, 40px);
  }
  .fb-photo { min-height: 300px; margin-inline: -20px; }
  .feature-block.reverse .fb-photo { order: 0; }
  .feature-block.reverse .fb-body { order: 1; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }

  .cta-banner-inner { grid-template-columns: 1fr; gap: 40px; }

  .timeline-item { grid-template-columns: 80px 1fr; }

  .hero-trust-chips { flex-wrap: wrap; }
  .hero-trust-chips .trust-chip { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.25); }
  .hero-trust-chips .trust-chip:last-child { border-bottom: none; }

  .crew-photo-row { grid-template-columns: repeat(2, 1fr); }
  .crew-photo-row img { height: 200px; max-height: 200px; }

  .team-cta-inner { flex-direction: column; align-items: flex-start; }

  .services-nav-inner { gap: 0; overflow-x: auto; }
}

/* ============================================================
   RESPONSIVE — 640px
   ============================================================ */
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-inner, .footer-grid { grid-template-columns: 1fr; }

  .hero { min-height: 88vh; align-items: flex-end; padding-bottom: 40px; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }

  .contact-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-field:not(:last-child) { border-right: none; border-bottom: 1px solid var(--border); }

  .brand-band-claim, .brand-band-text { max-width: 100%; }

  .trust-strip-inner { flex-direction: column; }
  .trust-badge { border-right: none; border-bottom: 1px solid var(--ink); }
  .trust-badge:last-child { border-bottom: none; }

  .page-header { min-height: 44vh; }

  .crew-photo-row { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; padding-left: 28px; }
  .timeline-year { font-size: 24px; }

  .services-nav-strip { position: static; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.service-block-img { grid-column: 1 / -1; }
.service-block-body { grid-column: 1 / -1; }
.gallery-tile { grid-column: 1 / -1; }
.hours-day { grid-column: 1 / -1; }
.hours-time { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.fb-photo { grid-column: 1 / -1; }
.fb-body { grid-column: 1 / -1; }
.footer-hours { grid-column: 1 / -1; }
.footer-brand-col { grid-column: 1 / -1; }
.founder-text-col { grid-column: 1 / -1; }
.timeline-dot { grid-column: 1 / -1; }
.label-mono { grid-column: 1 / -1; }
.timeline-title { grid-column: 1 / -1; }
.about-text-col { grid-column: 1 / -1; }
.contact-form-side { grid-column: 1 / -1; }
.contact-info-side { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.hours-row { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
/* validator patch: keep the hero photo visible, no smothering dark band */
.hero-overlay { background: linear-gradient(to top, rgba(0,0,0,0.66), rgba(0,0,0,0.34) 38%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 100%), linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0) 58%) !important; }
