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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #F4941D;
  --accent:         #FCBC79;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --ink:            #0C0C0F;
  --muted:          #5A5852;
  --border:         #0C0C0F;
  --primary-dark:   #D97D0A;
  --primary-light:  #FDE3BC;
  --surface-2:      #E8E5DF;
  --radius:         0px;
  --header-height:  72px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

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

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

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

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

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

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

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

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

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

p { line-height: 1.7; }

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

/* Label / mono eyebrow utility */
.section-label, .section-eyebrow, .page-eyebrow, .page-header-eyebrow,
.brand-band-label, .cta-banner-eyebrow, .service-block-label,
.gallery-section-count, .contact-info-label, .info-block-label {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: clamp(10px, 1.1vw, 13px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* ============================================================
   CONTAINERS
   ============================================================ */
.container {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}
.wide-container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}
.section-inner,
.contact-inner,
.faq-inner,
.gallery-section-inner,
.services-head,
.reviews-head,
.founder-inner,
.values-header,
.timeline-header {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-cta-primary,
.btn-form,
.btn-form-submit,
.form-submit,
.btn-outline-ink,
.btn-outline-white,
.btn-ink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 32px;
  border-radius: 0;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms, transform 120ms;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.btn-primary,
.btn-cta-primary,
.btn-form-submit,
.form-submit {
  background: var(--primary);
  color: var(--canvas);
  border-color: var(--primary);
}
.btn-primary:hover,
.btn-cta-primary:hover,
.btn-form-submit:hover,
.form-submit:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--canvas);
  text-decoration: none;
  transform: translateY(-1px);
}
.btn-outline-ink, .btn-ink {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline-ink:hover, .btn-ink:hover {
  background: var(--ink);
  color: var(--canvas);
  text-decoration: none;
}
.btn-outline-white {
  background: transparent;
  color: var(--canvas);
  border-color: var(--canvas);
}
.btn-outline-white:hover {
  background: var(--canvas);
  color: var(--ink);
  text-decoration: none;
}

/* ============================================================
   SVG CAPS
   ============================================================ */
svg { display: block; }
.review-stars svg,
.review-card svg { width: 18px; height: 18px; color: var(--primary); fill: var(--primary); flex-shrink: 0; }
.service-block-cta svg,
.nav-cta svg,
.footer-contact-item svg,
.footer-social-link svg,
.social-link svg,
.info-block svg { width: 20px; height: 20px; flex-shrink: 0; }
.mobile-sticky-cta svg,
.mobile-cta-pill svg { width: 22px; height: 22px; }
.gallery-card-location svg { width: 14px; height: 14px; flex-shrink: 0; }
.faq-icon { font-family: 'IBM Plex Mono', monospace; font-weight: 600; font-size: 18px; color: var(--primary); }
.timeline-dot svg { width: 18px; height: 18px; }

/* ============================================================
   PROGRESS BAR
   ============================================================ */
.progress-bar,
.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(12,12,15,0.1);
}
.top-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1360px;
  margin-inline: auto;
  padding: 0 clamp(16px, 3vw, 40px);
  height: var(--header-height);
}
.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 180px !important;
}
.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 28px;
  align-items: center;
}
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover { color: var(--primary); }
.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(--canvas);
  padding: 10px 20px;
  border-radius: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  transition: background 150ms;
}
.nav-cta:hover { background: var(--primary-dark); color: var(--canvas); text-decoration: none; }
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 26px;
  cursor: pointer;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .top-nav { gap: 16px; }
  .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 clamp(20px, 4vw, 40px);
    gap: 8px;
    border-bottom: 1px solid rgba(12,12,15,0.12);
    z-index: 800;
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages li { width: 100%; }
  .nav-pages a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(12,12,15,0.06);
    font-size: 13px;
  }
  .nav-cta .nav-cta-text { display: none; }
  .nav-cta { padding: 10px 14px; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(56px, 8vh, 96px);
}
.hero > img:first-of-type,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
  filter: grayscale(18%) brightness(0.78);
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(12,12,15,0.88) 0%,
    rgba(12,12,15,0.72) 45%,
    rgba(244,148,29,0.18) 80%,
    transparent 100%
  );
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  width: 100%;
}
.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(64px, 8.5vw, 132px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--canvas);
  max-width: 16ch;
  margin-bottom: 24px;
}
.hero-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,0.82);
  max-width: 52ch;
  line-height: 1.6;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.hero-ctas a:first-child {
  background: var(--primary);
  color: var(--canvas);
  border: 2px solid var(--primary);
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background 150ms, border-color 150ms;
}
.hero-ctas a:first-child:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  text-decoration: none;
}
.hero-ctas a:last-child {
  background: transparent;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.7);
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background 150ms, border-color 150ms;
}
.hero-ctas a:last-child:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--canvas);
  text-decoration: none;
}
.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  border: 1px solid rgba(255,255,255,0.35);
  width: fit-content;
}
.hero-trust-chips .trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.88);
  padding: 10px 18px;
  border-right: 1px solid rgba(255,255,255,0.25);
  line-height: 1.2;
  white-space: nowrap;
}
.hero-trust-chips .trust-chip:last-child { border-right: none; }

@media (max-width: 640px) {
  .hero { min-height: 100svh; align-items: flex-end; padding-bottom: 40px; }
  .hero-title { font-size: clamp(44px, 11vw, 80px); }
  .hero-trust-chips { flex-direction: column; }
  .hero-trust-chips .trust-chip { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .hero-trust-chips .trust-chip:last-child { border-bottom: none; }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 0;
}
.trust-strip-inner {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.trust-strip-inner .trust-chip,
.trust-strip-inner .trust-chip-sq {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  border-right: 1px solid var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
  white-space: nowrap;
}
.trust-strip-inner .trust-chip:last-child,
.trust-strip-inner .trust-chip-sq:last-child { border-right: none; }
.trust-strip-inner .trust-chip svg,
.trust-strip-inner .trust-chip-sq svg { width: 18px; height: 18px; color: var(--primary); fill: var(--primary); flex-shrink: 0; }

/* About page trust strip uses .trust-chip without -sq */
.trust-strip .trust-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  border-right: 1px solid var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
  white-space: nowrap;
}
.trust-strip .trust-chip:last-child { border-right: none; }
.trust-strip .trust-chip svg { width: 18px; height: 18px; color: var(--primary); fill: var(--primary); flex-shrink: 0; }
.chip-star { color: var(--primary); font-size: 18px; }

@media (max-width: 640px) {
  .trust-strip-inner { flex-direction: column; }
  .trust-strip-inner .trust-chip,
  .trust-strip-inner .trust-chip-sq,
  .trust-strip .trust-chip {
    border-right: none;
    border-bottom: 1px solid var(--ink);
    padding: 14px 20px;
  }
  .trust-strip-inner .trust-chip:last-child,
  .trust-strip-inner .trust-chip-sq:last-child,
  .trust-strip .trust-chip:last-child { border-bottom: none; }
}

/* ============================================================
   BRAND BAND (unique move — full-bleed brand-color claim)
   ============================================================ */
.brand-band {
  background: var(--primary);
  padding: clamp(48px, 7vh, 88px) 0;
  overflow: hidden;
}
.brand-band-inner {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}
.brand-band-claim {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 7vw, 120px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--canvas);
  max-width: 20ch;
  margin-bottom: 24px;
}
.brand-band-sub {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.75);
}
/* Gallery page brand-band with stats */
.brand-band-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 32px;
}
.brand-band-stat { display: flex; flex-direction: column; gap: 4px; }
.brand-band-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: var(--canvas);
  line-height: 0.92;
}
.brand-band-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
}

/* ============================================================
   SERVICES (tabbed — index.html)
   ============================================================ */
.services {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.services-head {
  padding-bottom: 48px;
}
.services-head h2 { color: var(--ink); }
.services-tabs {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 0;
}
.service-tab {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 14px 24px;
  cursor: pointer;
  transition: color 150ms, border-color 150ms;
  margin-bottom: -2px;
  white-space: nowrap;
}
.service-tab:hover { color: var(--primary); }
.service-tab.active { color: var(--primary); border-bottom-color: var(--primary); }
.services-panels {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  border: 2px solid var(--ink);
  border-top: none;
}
.service-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 480px;
}
.service-panel.active { display: grid; }
.service-panel-img {
  position: relative;
  overflow: hidden;
  background: var(--surface);
}
.service-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
  filter: grayscale(12%);
}
.service-panel-body {
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  background: var(--canvas);
}
.service-index {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 900;
  color: var(--primary);
  line-height: 0.85;
  opacity: 0.18;
  position: absolute;
  top: 12px; right: 16px;
  pointer-events: none;
  user-select: none;
}
.service-panel-body h3 {
  font-size: clamp(24px, 3vw, 40px);
  color: var(--ink);
  margin-top: 8px;
}
.service-panel-body p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}
.service-panel-body a.btn,
.service-panel-body a {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .service-panel { grid-template-columns: 1fr; }
  .service-panel-img { min-height: 260px; }
  .services-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0; }
  .service-tab { flex-shrink: 0; padding: 12px 16px; font-size: 11px; }
}

/* SERVICE INDEX BLOCKS (services.html) */
.services-index {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.service-block {
  border-bottom: 1px solid rgba(12,12,15,0.12);
  padding: clamp(48px, 6vh, 80px) clamp(20px, 4vw, 56px);
  max-width: 1360px;
  margin-inline: auto;
}
.service-block:first-child { border-top: 1px solid rgba(12,12,15,0.12); }
.service-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.service-block.reverse .service-block-inner { direction: rtl; }
.service-block.reverse .service-block-inner > * { direction: ltr; }
.service-block-photo {
  position: relative;
  overflow: hidden;
}
.service-block-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  max-height: none;
  filter: grayscale(10%);
  display: block;
}
.service-block-num {
  position: absolute;
  top: 16px; left: 20px;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(56px, 8vw, 100px);
  font-weight: 900;
  color: var(--primary);
  line-height: 0.85;
  opacity: 0.22;
  user-select: none;
}
.service-block-body { display: flex; flex-direction: column; gap: 16px; }
.service-block-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}
.service-block-body h2 { font-size: clamp(28px, 3.5vw, 48px); color: var(--ink); }
.service-block-desc { font-size: 16px; color: var(--muted); line-height: 1.7; }
.service-block-bullets { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.service-block-bullets li {
  font-size: 15px;
  color: var(--ink);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.service-block-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 2px;
  background: var(--primary);
}
.service-block-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  text-decoration: none;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: gap 150ms;
}
.service-block-cta:hover { gap: 14px; color: var(--primary-dark); text-decoration: none; }
.service-block-cta svg { width: 18px; height: 18px; }

@media (max-width: 900px) {
  .service-block-inner { grid-template-columns: 1fr; }
  .service-block.reverse .service-block-inner { direction: ltr; }
  .service-block-photo { order: -1; }
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background: var(--surface);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: clamp(56px, 7vh, 88px) clamp(20px, 4vw, 56px);
}
.stats-grid {
  max-width: 1360px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.stat {
  text-align: center;
  padding: 32px 24px;
  border-right: 1px solid var(--ink);
}
.stat:last-child { border-right: none; }
.stat-num {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  line-height: 0.92;
  color: var(--primary);
  letter-spacing: -0.02em;
}
.stat-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 10px;
}

@media (max-width: 640px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--ink); }
  .stat:last-child { border-bottom: none; }
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews,
.reviews-section {
  background: var(--ink);
  padding: clamp(72px, 9vh, 112px) 0;
}
.reviews-head,
.reviews-header {
  padding-bottom: 48px;
}
.reviews-head h2,
.reviews-header h2,
.reviews-headline { color: var(--canvas); }
.reviews-head .section-label,
.reviews-header .section-eyebrow { color: var(--accent); }
.reviews-grid {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.review-card {
  padding: 32px 28px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.review-stars svg { width: 18px; height: 18px; color: var(--primary); fill: var(--primary); }
.review-quote {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
  font-style: italic;
  flex: 1;
  margin-bottom: 20px;
}
.review-attribution { display: flex; flex-direction: column; gap: 2px; }
.review-name {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
}

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 2px; }
}
@media (min-width: 641px) and (max-width: 900px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   GALLERY (index.html)
   ============================================================ */
.gallery {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.gallery-head {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.gallery-head .section-label { margin-bottom: 0; }
.gallery-head h2 { color: var(--ink); }
.gallery-head a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}
.gallery-grid {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.gallery-tile {
  aspect-ratio: 4/3;
  overflow: hidden;
  display: block;
  position: relative;
}
.gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out, filter 300ms;
  filter: grayscale(15%);
  max-height: none;
}
.gallery-tile:hover img { transform: scale(1.04); filter: grayscale(0%); }
.gallery-tile-featured {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

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

/* GALLERY PAGE */
.gallery-section {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.gallery-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.gallery-section-title {
  font-size: clamp(32px, 4.5vw, 56px);
  color: var(--ink);
}
.gallery-section-title span { color: var(--primary); }
.gallery-section-count {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.filter-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  background: transparent;
  border: 1.5px solid var(--ink);
  padding: 8px 16px;
  cursor: pointer;
  transition: background 150ms, color 150ms;
  border-radius: 0;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--canvas);
}
/* Gallery cards */
.gallery-card {
  border: 1px solid rgba(12,12,15,0.1);
  background: var(--canvas);
  overflow: hidden;
  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;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.gallery-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms;
  filter: grayscale(10%);
}
.gallery-card:hover .gallery-card-img-wrap img { transform: scale(1.04); }
.gallery-card-tag-overlay {
  position: absolute;
  top: 12px; left: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--canvas);
  background: var(--primary);
  padding: 4px 10px;
}
.gallery-card-body {
  padding: 20px 22px 18px;
}
.gallery-card-index {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 4px;
}
.gallery-card-body h3 {
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.gallery-card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 12px;
}
.gallery-card-footer { display: flex; align-items: center; gap: 6px; }
.gallery-card-location {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.gallery-empty {
  grid-column: 1 / -1;
  padding: 80px 24px;
  text-align: center;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: none;
}
.gallery-empty.visible { display: block; }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.faq-head { padding-bottom: 40px; }
.faq-head h2 { color: var(--ink); }
.faq-list {
  max-width: 860px;
  margin-inline: auto;
}
details.faq-item {
  border-bottom: 1px solid var(--ink);
  padding: 0;
}
details.faq-item:first-child { border-top: 1px solid var(--ink); }
details.faq-item > summary {
  cursor: pointer;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 16px;
  min-height: 64px;
  line-height: 1.1;
}
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item > summary .faq-icon {
  flex-shrink: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 22px;
  font-weight: 300;
  color: var(--primary);
  transition: transform 200ms;
  display: block;
  line-height: 1;
}
details.faq-item[open] > summary .faq-icon {
  transform: rotate(45deg);
}
.faq-body {
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 72ch;
}

/* ============================================================
   CONTACT (index.html)
   ============================================================ */
.contact {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.contact-head { padding-bottom: 48px; }
.contact-head h2 { color: var(--ink); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.contact-form-col, .contact-info-col { display: flex; flex-direction: column; gap: 0; }

/* FORM */
.form-group, .form-field {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  margin-bottom: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field-full { grid-column: 1 / -1; }
.form-label, label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.form-input, input[type="text"], input[type="email"], input[type="tel"],
input[type="number"], textarea, select {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: var(--surface);
  border: 1.5px solid transparent;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  padding: 14px 16px;
  width: 100%;
  transition: border-color 150ms, background 150ms;
  outline: none;
  appearance: none;
}
.form-input:focus, input:focus, textarea:focus, select:focus {
  border-color: var(--primary);
  background: var(--canvas);
  border-bottom-color: var(--primary);
}
.form-textarea, textarea {
  resize: vertical;
  min-height: 130px;
}
.contact-form button,
.form-submit,
.btn-form-submit,
.btn-form {
  background: var(--primary);
  color: var(--canvas);
  border: 2px solid var(--primary);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 36px;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  transition: background 150ms, border-color 150ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact-form button:hover,
.form-submit:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.form-submit svg { width: 18px; height: 18px; }

.contact-info-block { padding: 24px 0; border-bottom: 1px solid rgba(12,12,15,0.1); }
.contact-info-block:last-child { border-bottom: none; }
.contact-info-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary); margin-bottom: 8px; }
.contact-info-value { font-size: 16px; color: var(--ink); font-weight: 500; line-height: 1.5; }
.contact-info-email a { color: var(--ink); font-weight: 600; }

.areas-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.area-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
  background: transparent;
  border: 1.5px solid var(--ink);
  padding: 4px 10px;
}

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

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

/* ============================================================
   CONTACT SPLIT (contact.html)
   ============================================================ */
.contact-split {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.contact-split-inner {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.contact-form-col h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 24px; color: var(--ink); }
.contact-form { display: flex; flex-direction: column; gap: 0; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.form-discount-note {
  margin-top: 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.info-block { padding: 22px 0; }
.info-divider { height: 1px; background: rgba(12,12,15,0.1); }
.info-block-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 6px;
}
.info-block-value { font-size: 16px; color: var(--ink); font-weight: 500; line-height: 1.5; }
.info-phone-link { color: var(--ink); font-weight: 700; font-size: 20px; }
.service-area-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.area-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1.5px solid rgba(12,12,15,0.3);
  padding: 4px 10px;
  color: var(--muted);
}

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: 48vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(40px, 6vh, 72px);
  position: relative;
  overflow: hidden;
}
.page-header > img,
.page-header-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
  filter: grayscale(15%) brightness(0.65);
  max-height: none;
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(12,12,15,0.5) 0%, rgba(12,12,15,0.8) 100%);
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  width: 100%;
}
.page-header-eyebrow,
.page-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  display: block;
  margin-bottom: 16px;
}
.page-header-title,
.page-header-h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--canvas);
  max-width: 18ch;
  margin-bottom: 20px;
}
.page-header-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,0.8);
  max-width: 52ch;
  line-height: 1.6;
}
.page-header-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-top: 20px;
}
.page-header-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1.5px solid rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.85);
  padding: 6px 14px;
}
.page-header-chip.orange { border-color: var(--primary); color: var(--primary); }

/* ============================================================
   DISCOUNT BANNER / STRIP
   ============================================================ */
.discount-banner {
  background: var(--ink);
  padding: clamp(48px, 6vh, 72px) clamp(20px, 4vw, 56px);
  text-align: center;
}
.discount-strip {
  background: var(--ink);
  padding: clamp(32px, 4vh, 56px) clamp(20px, 4vw, 40px);
}
.discount-strip-inner {
  max-width: 1360px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.discount-label,
.discount-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  display: block;
}
.discount-text {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--canvas);
  line-height: 0.95;
}
.discount-sub { font-size: 14px; color: rgba(255,255,255,0.65); margin-top: 6px; }
.discount-cta { color: var(--primary); font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
  border-top: 2px solid var(--ink);
}
.cta-banner-inner {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.cta-banner-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;
}
.cta-banner-h2,
.cta-banner-headline,
.cta-banner-title {
  font-size: clamp(32px, 4.5vw, 64px);
  color: var(--ink);
  margin-bottom: 20px;
}
.cta-banner-body,
.cta-banner-sub { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.cta-divider { height: 2px; background: var(--primary); width: 48px; margin: 20px 0; }
.cta-banner-phone {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  color: var(--primary);
  text-decoration: none;
  display: block;
  margin-top: 12px;
}
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.cta-banner-text h2, .cta-banner-left h2 { font-size: clamp(32px, 4.5vw, 64px); }
.cta-form {
  background: var(--canvas);
  border: 2px solid var(--ink);
  padding: clamp(28px, 4vw, 48px);
}
.cta-form-title,
.cta-form h3 {
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--ink);
  margin-bottom: 8px;
}
.cta-form-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.cta-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cta-phone-giant {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 900;
  color: var(--primary);
  display: block;
  text-decoration: none;
  line-height: 0.95;
}

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

/* ============================================================
   ABOUT / FOUNDER
   ============================================================ */
.founder-story {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.founder-inner {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.founder-portrait-col { position: relative; }
.founder-portrait-frame {
  position: relative;
  border: 2px solid var(--ink);
  overflow: hidden;
}
.founder-portrait-frame img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  max-height: none;
  filter: grayscale(15%);
}
.founder-accent-block {
  position: absolute;
  top: 16px; left: -16px;
  width: 32px; height: 80px;
  background: var(--primary);
}
.founder-rating-badge {
  position: absolute;
  bottom: 20px; right: -16px;
  background: var(--primary);
  color: var(--canvas);
  padding: 14px 18px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  min-width: 100px;
}
.founder-rating-badge strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}
.founder-body-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.founder-headline {
  font-size: clamp(32px, 4vw, 56px);
  color: var(--ink);
}
.drop-cap::first-letter {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 900;
  color: var(--primary);
  float: left;
  line-height: 0.75;
  margin: 8px 12px 0 0;
  text-transform: uppercase;
}
.founder-discount-block {
  border: 2px solid var(--primary);
  padding: 24px 28px;
  margin-top: 8px;
}
.founder-discount-label {
  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: 8px;
}
.founder-discount-headline {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1;
}
.founder-discount-text { font-size: 15px; color: var(--muted); }

@media (max-width: 900px) {
  .founder-inner { grid-template-columns: 1fr; }
  .founder-portrait-col { max-width: 360px; }
  .founder-accent-block { display: none; }
  .founder-rating-badge { right: 0; bottom: 0; }
}

/* ============================================================
   VALUES SECTION
   ============================================================ */
.values-section {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.values-header {
  padding-bottom: 48px;
}
.values-headline { font-size: clamp(32px, 4.5vw, 64px); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.value-card {
  background: var(--canvas);
  border: 1px solid rgba(12,12,15,0.08);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.12);
}
.value-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  color: var(--primary);
  line-height: 0.9;
  opacity: 0.35;
}
.value-card h3 {
  font-size: clamp(18px, 2vw, 24px);
  color: var(--ink);
  text-transform: uppercase;
}
.value-text { font-size: 15px; color: var(--muted); line-height: 1.65; }

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

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-section {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}
.timeline-header { padding-bottom: 48px; }
.timeline-headline { font-size: clamp(32px, 4.5vw, 64px); }
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}
.timeline-step {
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.timeline-dot {
  width: 12px; height: 12px;
  background: var(--primary);
  position: absolute;
  top: -7px; left: 28px;
}
.timeline-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-top: 8px;
}
.timeline-step h3 { font-size: clamp(16px, 2vw, 22px); color: var(--ink); }
.timeline-text { font-size: 14px; color: var(--muted); line-height: 1.6; }
.timeline-title { font-size: clamp(18px, 2vw, 26px); }

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

/* ============================================================
   SERVICE AREA
   ============================================================ */
.service-area-section {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}
.area-header { padding-bottom: 32px; }
.area-headline { font-size: clamp(28px, 4vw, 56px); margin-bottom: 12px; }
.area-intro { font-size: 16px; color: var(--muted); max-width: 60ch; }
.area-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.area-list li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
  padding: 16px 20px;
  border: 1px solid rgba(12,12,15,0.12);
  background: var(--canvas);
}
.area-pill {
  display: inline-block;
  border: 1.5px solid rgba(12,12,15,0.3);
  padding: 5px 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.area-tag {
  display: inline-block;
  border: 1.5px solid rgba(12,12,15,0.2);
  padding: 5px 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

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

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  padding-top: clamp(56px, 8vh, 88px);
  color: rgba(255,255,255,0.75);
}
.footer-inner,
.footer-grid {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  padding-bottom: 56px;
}
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand img { filter: brightness(0) invert(1) !important; }
.footer-brand-blurb,
.footer-brand-desc,
.footer-tagline,
.footer-brand-tagline { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; max-width: 36ch; }
.footer-brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  color: var(--canvas);
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.footer-brand-phone a, .footer-brand-email a { color: rgba(255,255,255,0.75); font-size: 14px; }
.footer-brand-phone a:hover, .footer-brand-email a:hover { color: var(--primary); text-decoration: none; }
.footer-col-title, .footer-col h4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--canvas);
  margin-bottom: 16px;
}
.footer-links, .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a, .footer-col ul a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover, .footer-col ul a:hover { color: var(--primary); text-decoration: none; }
.footer-address, .footer-contact {
  font-style: normal;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
}
.footer-contact-item svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--primary); }
.footer-contact-item a { color: rgba(255,255,255,0.6); }
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }
.footer-service-areas { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 8px; line-height: 1.6; }
.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.footer-contact-line { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-contact-line a { font-size: 14px; color: rgba(255,255,255,0.6); }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }
.footer-areas { display: flex; flex-wrap: wrap; gap: 4px; }
.footer-areas span {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}
.footer-areas span::after { content: ','; margin-left: 1px; }
.footer-areas span:last-child::after { content: ''; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  max-width: 1360px;
  margin-inline: auto;
  padding: 24px clamp(20px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-legal, .footer-copy, .footer-bottom p {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.footer-legal a, .footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-legal a:hover, .footer-bottom a:hover { color: var(--primary); text-decoration: none; }
.footer-social, .footer-bottom-social { display: flex; gap: 8px; }
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);
  transition: background 150ms, border-color 150ms;
  text-decoration: none;
}
.footer-social-link:hover { background: var(--primary); border-color: var(--primary); color: var(--canvas); text-decoration: none; }
.footer-social-link svg { width: 16px; height: 16px; }
.footer-logo { margin-bottom: 12px; }

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

/* ============================================================
   MOBILE STICKY CTA
   ============================================================ */
.mobile-sticky-cta,
a.mobile-cta-pill {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--canvas);
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: background 150ms, transform 150ms;
}
.mobile-sticky-cta:hover,
a.mobile-cta-pill:hover { background: var(--primary-dark); color: var(--canvas); text-decoration: none; transform: translateY(-2px); }
.mobile-sticky-cta svg,
a.mobile-cta-pill svg { width: 22px; height: 22px; flex-shrink: 0; }
.mobile-sticky-cta > a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.mobile-sticky-cta > a svg { width: 22px; height: 22px; }

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

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.fade-left { opacity: 0; transform: translateX(-28px); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.fade-right { opacity: 0; transform: translateX(28px); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.scale-in { opacity: 0; transform: scale(0.94); transition: opacity 500ms ease-out, transform 500ms ease-out; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 500ms ease-out, transform 500ms ease-out; }
.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(n+7) { opacity: 1; transform: none; transition-delay: 480ms; }

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

/* ============================================================
   MARQUEE (fallback — thin strip if HTML uses .marquee)
   ============================================================ */
.marquee { overflow: hidden; padding: 14px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); max-height: 64px; position: relative; z-index: 1; }
.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%); } }

/* ============================================================
   MISC UTILITIES / OVERRIDES
   ============================================================ */
.orange { color: var(--primary) !important; }

/* Readable table */
.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); }
.services-table tbody .col-service,
.services-table tbody .col-desc,
.services-table tbody .col-timeline,
.services-table tbody .col-price { background: var(--canvas); color: var(--ink); }

/* No mirror on .reverse */
.reverse { order: 0; }

/* Grain texture overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.018;
  pointer-events: none;
  z-index: 9998;
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 1200px) {
  .footer-inner, .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hero { min-height: 90svh; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; }
  .hero-ctas a { text-align: center; justify-content: center; }
  .brand-band-claim { font-size: clamp(36px, 10vw, 72px); }
  .reviews-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}


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