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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #D9EC79;
  --primary-dark:   #b8cc4a;
  --accent:         #69A64F;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --ink:            #0C0C0F;
  --ink-mid:        #2a2a2e;
  --muted:          #5A5852;
  --border:         rgba(12,12,15,0.14);
  --border-ink:     #0C0C0F;
  --header-height:  72px;
}

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

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

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

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Universal image cap */
img { max-width: 100%; height: auto; display: block; }

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

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 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; }
}

/* Anchor-in-heading fix */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container       { max-width: 1360px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.wide-container  { max-width: 1400px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.bleed           { width: 100vw; margin-left: calc(-50vw + 50%); }

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
.display-xl {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: 'Archivo Black', sans-serif; font-weight: 900; }

h1 {
  font-size: clamp(48px, 7vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

p { line-height: 1.68; }

.section-eyebrow,
.service-feature-eyebrow,
.page-header-eyebrow,
.about-eyebrow,
.cta-eyebrow,
.cta-banner-eyebrow,
.contact-form-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  display: block;
}

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

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

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

.top-nav {
  display: flex; align-items: center; gap: 32px;
  height: var(--header-height);
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

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

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

.nav-cta {
  flex: 0 0 auto;
  display: flex; align-items: center; gap: 8px;
  background: var(--ink);
  color: var(--primary) !important;
  padding: 10px 20px;
  border-radius: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none !important; white-space: nowrap;
}
.nav-cta:hover {
  background: var(--primary); color: var(--ink) !important;
  text-decoration: none !important;
}
.nav-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

.nav-toggle {
  display: none;
  background: none; 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 clamp(20px,4vw,48px);
    gap: 4px; border-bottom: 1px solid var(--border);
    z-index: 899; justify-content: flex-start; align-items: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages li { width: 100%; }
  .nav-pages a { font-size: 13px; padding: 10px 0; width: 100%; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 10px 14px; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 18px 32px; border-radius: 0;
  text-decoration: none; cursor: pointer;
  border: 2px solid transparent;
  transition: background 160ms, color 160ms, border-color 160ms;
}

.btn-primary, .btn-primary-dark, .btn-primary-service, .form-submit, .cta-form-submit {
  background: var(--primary); color: var(--ink);
  border-color: var(--primary);
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 18px 32px; border-radius: 0;
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; cursor: pointer;
  transition: background 160ms, color 160ms;
}
.btn-primary:hover, .btn-primary-dark:hover, .btn-primary-service:hover, .form-submit:hover, .cta-form-submit:hover {
  background: var(--primary-dark); border-color: var(--primary-dark); color: var(--ink);
  text-decoration: none;
}

.btn-outline, .btn-outline-dark {
  background: transparent; color: var(--canvas);
  border: 2px solid var(--canvas);
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 16px 30px; border-radius: 0;
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; cursor: pointer;
  transition: background 160ms, color 160ms;
}
.btn-outline:hover { background: var(--canvas); color: var(--ink); text-decoration: none; }
.btn-outline-dark {
  color: var(--ink); border-color: var(--ink);
}
.btn-outline-dark:hover { background: var(--ink); color: var(--canvas); text-decoration: none; }

.btn-phone {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--primary); text-decoration: none;
  padding: 0;
}
.btn-phone:hover { color: var(--canvas); text-decoration: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 94vh;
  background: var(--ink);
  display: flex; align-items: flex-end;
}

.hero-overlay {
  background: linear-gradient(
    160deg,
    rgba(12,12,15,0.82) 0%,
    rgba(12,12,15,0.72) 40%,
    rgba(12,12,15,0.35) 100%
  );
}

.hero-inner {
  width: 100%; max-width: 1360px;
  margin: 0 auto;
  padding: clamp(56px, 8vh, 120px) clamp(20px, 4vw, 56px);
  padding-top: clamp(80px, 12vh, 160px);
  display: flex; flex-direction: column;
  align-items: flex-start; gap: 0;
}

.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 20px;
}

.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(64px, 8.5vw, 132px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--canvas);
  max-width: 18ch;
  margin-bottom: 28px;
}
.hero-title span { color: var(--primary); }

.hero-sub {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,0.80);
  max-width: 52ch;
  margin-bottom: 36px;
  line-height: 1.65;
}

.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 16px;
  margin-bottom: 48px;
}
.hero-ctas a { text-decoration: none; }

.hero-trust-chips {
  display: flex; flex-wrap: wrap; gap: 0;
  list-style: none;
  border: 1px solid rgba(255,255,255,0.22);
}
.trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 10px 20px;
  border-right: 1px solid rgba(255,255,255,0.22);
  white-space: nowrap;
}
.trust-chip:last-child { border-right: none; }

@media (max-width: 640px) {
  .hero { min-height: 88vh; }
  .hero-trust-chips { gap: 0; flex-wrap: wrap; }
  .trust-chip { border-bottom: 1px solid rgba(255,255,255,0.22); }
}

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

.brand-band-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex; flex-direction: column; gap: 24px;
}

.brand-band-claim {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6.5vw, 108px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--ink);
  max-width: 22ch;
}
.brand-band-claim span { color: var(--accent); }
.brand-band-claim br { display: block; }

.brand-band-chips {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 2px solid var(--ink);
  width: fit-content;
}
.brand-band-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); padding: 10px 20px;
  border-right: 2px solid var(--ink);
}
.brand-band-chip:last-child { border-right: none; }

.brand-band-sep {
  width: 64px; height: 4px; background: var(--ink);
}

.brand-band-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink);
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  padding: clamp(32px, 4vh, 56px) 0;
}

.trust-strip-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-ink);
}

.trust-badge {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  padding: 24px 28px;
  border-right: 1px solid var(--border-ink);
  flex: 1 1 180px;
  gap: 6px;
}
.trust-badge:last-child { border-right: none; }

.trust-badge-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}

.trust-badge-value {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 900; color: var(--ink);
  letter-spacing: -0.01em;
}

.trust-badge-stars {
  display: flex; gap: 2px; align-items: center;
}
.trust-badge-stars svg {
  width: 16px; height: 16px;
  color: var(--accent); fill: var(--accent);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .trust-badge { flex: 1 1 calc(50% - 1px); }
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}

.services-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.section-heading {
  margin-bottom: clamp(40px, 5vh, 64px);
  color: var(--ink);
}
.section-heading span { color: var(--primary-dark); }

.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border-ink);
}

.service-card {
  position: relative; overflow: hidden;
  border-right: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  display: block; text-decoration: none;
  aspect-ratio: 3 / 4;
  background: var(--ink);
  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.28); text-decoration: none; }
.service-card:nth-child(3n) { border-right: none; }
.service-card:nth-child(n+4) { border-bottom: none; }

.service-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0; filter: grayscale(30%);
  transition: transform 400ms ease-out;
}
.service-card:hover > img { transform: scale(1.04); }

.service-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.9) 0%, rgba(12,12,15,0.4) 55%, rgba(12,12,15,0.05) 100%);
}

.service-card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 2; padding: 28px 24px;
}

.service-card-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900; color: var(--canvas);
  letter-spacing: -0.01em; text-transform: uppercase;
  margin-bottom: 6px;
}

.service-card-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 8px;
}

.service-card-desc {
  font-size: 13px; color: rgba(255,255,255,0.72);
  line-height: 1.5; margin-bottom: 12px;
  display: none;
}
.service-card:hover .service-card-desc { display: block; }

.service-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--primary);
}
.service-card-link svg { width: 16px; height: 16px; flex-shrink: 0; }

.services-cta {
  margin-top: 40px; text-align: center;
}
.services-cta a { text-decoration: none; }
.services-cta p { font-size: 15px; color: var(--muted); margin-bottom: 16px; }

@media (max-width: 900px) {
  .services-bento { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3n) { border-right: 1px solid var(--border-ink); }
  .service-card:nth-child(2n) { border-right: none; }
  .service-card:nth-child(n+5) { border-bottom: none; }
  .service-card:nth-child(4), .service-card:nth-child(5), .service-card:nth-child(6) { border-bottom: 1px solid var(--border-ink); }
  .service-card:nth-child(5), .service-card:nth-child(6) { border-bottom: none; }
  .service-card-desc { display: block; }
}

@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card { border-right: none !important; aspect-ratio: 4 / 3; }
  .service-card:not(:last-child) { border-bottom: 1px solid var(--border-ink) !important; }
  .service-card-desc { display: block; }
}

/* ============================================================
   GALLERY PREVIEW (index page)
   ============================================================ */
.gallery-preview {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
  overflow: hidden;
}

.gallery-preview-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.gallery-preview-inner > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; opacity: 0.06;
  pointer-events: none;
  max-height: none !important;
}

.gallery-preview-header {
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.gallery-preview-header > div { flex: 1; }
.gallery-preview-header a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); border-bottom: 2px solid var(--ink);
  text-decoration: none; white-space: nowrap;
  padding-bottom: 4px;
}
.gallery-preview-header a:hover { color: var(--accent); border-color: var(--accent); }

.gallery-preview-footer {
  margin-top: 40px; text-align: center;
}
.gallery-preview-footer a {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--ink); color: var(--primary);
  padding: 18px 32px; text-decoration: none;
  transition: background 160ms;
}
.gallery-preview-footer a:hover { background: var(--ink-mid); text-decoration: none; color: var(--primary); }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}

.faq-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.faq-aside {
  position: sticky; top: calc(var(--header-height) + 32px);
}
.faq-aside .section-heading { margin-bottom: 20px; }
.faq-aside p { color: var(--muted); margin-bottom: 28px; line-height: 1.65; }
.faq-aside a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  border-bottom: 2px solid var(--ink); padding-bottom: 4px;
}
.faq-aside a:hover { color: var(--accent); border-color: var(--accent); }

.faq-list { display: flex; flex-direction: column; }

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

details.faq > summary, .faq-list details > summary {
  cursor: pointer;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: clamp(14px, 1.4vw, 17px);
  text-transform: uppercase; letter-spacing: -0.01em;
  list-style: none; display: flex;
  justify-content: space-between; align-items: center;
  gap: 20px; color: var(--ink);
}
details.faq > summary::-webkit-details-marker,
.faq-list details > summary::-webkit-details-marker { display: none; }

.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; color: var(--ink); transition: transform 200ms; }
details[open] > summary .faq-chevron { transform: rotate(45deg); color: var(--accent); }

.faq-answer {
  margin-top: 14px; padding-right: 40px;
  color: var(--muted); line-height: 1.68;
  font-size: 15px;
}

@media (max-width: 900px) {
  .faq-inner { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
}

/* ============================================================
   CONTACT (index page)
   ============================================================ */
.contact {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}

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

.contact-form-col .section-heading,
.contact-form-col h2 { margin-bottom: 28px; }
.contact-form-col h2 span { color: var(--accent); }

/* Contact section page */
.contact-section {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}

.contact-form-side .contact-form-title,
.contact-form-col h2.contact-form-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.0; letter-spacing: -0.02em;
  text-transform: uppercase; margin-bottom: 32px;
}
.contact-form-title span { color: var(--accent); }

/* ============================================================
   FORMS (shared)
   ============================================================ */
.contact-form, .cta-form {
  display: flex; flex-direction: column; gap: 0;
}

.form-row, .cta-form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; margin-bottom: 0;
}

.form-field, .form-group {
  display: flex; flex-direction: column-reverse;
  border: 1px solid var(--border-ink);
  border-top: none;
  padding: 0;
}
.form-field:first-child, .form-group:first-child { border-top: 1px solid var(--border-ink); }
.form-row .form-field:first-child, .form-row .form-group:first-child { border-top: 1px solid var(--border-ink); border-right: none; }
.form-row .form-field + .form-field,
.form-row .form-group + .form-group { border-top: 1px solid var(--border-ink); }

.form-field label, .form-group label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); padding: 14px 18px 0;
  display: block;
}

.form-field input, .form-field textarea,
.form-group input, .form-group textarea, .form-group select {
  background: transparent; border: none; outline: none;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px; font-weight: 500;
  color: var(--ink); padding: 8px 18px 14px;
  width: 100%; resize: none;
  -webkit-appearance: none;
}
.form-group select {
  background: transparent;
  cursor: pointer;
}
.form-field textarea, .form-group textarea { min-height: 120px; }

.form-field input:focus, .form-field textarea:focus,
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  background: rgba(217,236,121,0.06);
}

.form-row { border-top: 1px solid var(--border-ink); }
.form-row .form-field, .form-row .form-group { border-top: none; }
.contact-form .form-row:first-child,
.contact-form .form-row { border-top: 1px solid var(--border-ink); }

.contact-form .form-field,
.contact-form .form-group { margin-bottom: 0; }

/* Build proper form stack */
.contact-form > .form-row { border-top: 1px solid var(--border-ink); }
.contact-form > .form-row + .form-field,
.contact-form > .form-row + .form-group,
.contact-form > .form-field + .form-field,
.contact-form > .form-field + .form-group,
.contact-form > .form-group + .form-group,
.contact-form > .form-group + .form-field { border-top: none; }

.form-submit {
  margin-top: 0; border: none;
  width: 100%; justify-content: center;
  background: var(--primary); color: var(--ink);
  padding: 20px 32px; cursor: pointer;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
  transition: background 160ms;
}
.form-submit:hover { background: var(--primary-dark); }
.form-submit svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================================
   CONTACT INFO COLUMN
   ============================================================ */
.contact-info-col {
  padding-top: 8px;
}

.contact-info-heading {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.01em; margin-bottom: 28px;
}

.contact-info-block { display: flex; flex-direction: column; gap: 0; }

.contact-info-row {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-row:first-child { border-top: 1px solid var(--border); }

.contact-info-icon {
  width: 20px; height: 20px;
  color: var(--accent); flex-shrink: 0; margin-top: 2px;
}

.contact-info-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 4px;
}

.contact-info-value {
  font-size: 15px; font-weight: 500; color: var(--ink);
}
.contact-info-value a { color: var(--ink); text-decoration: none; }
.contact-info-value a:hover { color: var(--accent); }

.contact-discount-note {
  margin-top: 28px; padding: 20px 24px;
  border: 2px solid var(--primary);
  background: rgba(217,236,121,0.1);
}
.contact-discount-note p {
  font-size: 14px; color: var(--ink); line-height: 1.6;
}

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

/* ============================================================
   CONTACT SECTION (contact.html)
   ============================================================ */
.contact-section .contact-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(48px, 6vw, 96px);
}

.contact-form-side { }
.contact-info-side {
  padding-top: 8px;
  display: flex; flex-direction: column;
}

.contact-info-side > div { padding: 20px 0; }
.info-divider {
  height: 1px; background: var(--border-ink);
  margin: 0;
}
.info-block-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 6px;
}
.info-block-value {
  font-size: 16px; font-weight: 600; color: var(--ink);
}
.info-block-value a { color: var(--ink); text-decoration: none; }
.info-block-value a:hover { color: var(--accent); text-decoration: underline; }

.info-email-link, .info-phone-link {
  font-size: 16px; font-weight: 600; color: var(--ink);
  text-decoration: none; display: block;
}
.info-email-link:hover, .info-phone-link:hover { color: var(--accent); }

.service-area-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.service-area-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: 2px solid var(--border-ink);
  padding: 6px 14px; color: var(--ink);
}

.trust-block { }
.trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 4px 0;
}
.trust-item-dot {
  width: 8px; height: 8px;
  background: var(--primary); flex-shrink: 0;
}
.trust-item span:last-child { font-size: 14px; color: var(--ink); }

.info-rating { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.info-rating-stars { display: flex; gap: 3px; }
.info-rating-stars svg { width: 18px; height: 18px; color: var(--accent); fill: var(--accent); flex-shrink: 0; }
.info-rating-text { font-size: 14px; color: var(--muted); }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(260px, 40vh, 480px);
  background: var(--ink);
  display: flex; align-items: flex-end;
}

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

.page-header-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1360px; margin: 0 auto;
  padding: clamp(48px, 6vh, 80px) clamp(20px, 4vw, 56px);
}

.page-header-title, .page-header-inner h1 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5.5vw, 88px);
  line-height: 0.95; letter-spacing: -0.025em;
  text-transform: uppercase; color: var(--canvas);
  margin-top: 16px;
}

.page-header-sub {
  font-size: clamp(14px, 1.4vw, 17px);
  color: rgba(255,255,255,0.75);
  margin-top: 12px; line-height: 1.6;
  max-width: 56ch;
}

/* ============================================================
   SERVICE JUMP NAV
   ============================================================ */
.service-jump-nav {
  background: var(--surface);
  border-bottom: 1px solid var(--border-ink);
  overflow-x: auto;
  position: sticky; top: var(--header-height); z-index: 80;
}
.service-jump-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex; gap: 0;
}
.service-jump-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  padding: 16px 20px;
  border-right: 1px solid var(--border);
  white-space: nowrap;
  transition: color 150ms, background 150ms;
}
.service-jump-link:hover {
  color: var(--ink); background: rgba(217,236,121,0.12);
  text-decoration: none;
}

/* ============================================================
   SERVICE FEATURE ROWS (services.html)
   ============================================================ */
.service-feature {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
  border-bottom: 1px solid var(--border);
}
.service-feature:nth-child(even) { background: var(--surface); }

.service-feature-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.service-feature.photo-left .service-feature-inner {
  grid-template-areas: "photo body";
}
.service-feature.photo-left .service-feature-photo { grid-area: photo; }
.service-feature.photo-left .service-feature-body { grid-area: body; }

.service-feature.photo-right .service-feature-inner {
  grid-template-areas: "body photo";
}
.service-feature.photo-right .service-feature-photo { grid-area: photo; }
.service-feature.photo-right .service-feature-body { grid-area: body; }

.service-feature-photo {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--border-ink);
}
.service-feature-photo img {
  width: 100%; height: 100%;
  object-fit: cover; filter: grayscale(20%);
  max-height: none !important;
}

.service-feature-index {
  position: absolute; bottom: 0; right: 0;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(72px, 10vw, 140px);
  line-height: 0.8; letter-spacing: -0.04em;
  color: var(--primary); opacity: 0.9;
  pointer-events: none; z-index: 2;
  padding: 0 12px 0 0;
}

.service-feature-body h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  margin-bottom: 16px;
}

.service-feature-body p {
  color: var(--muted); font-size: 15px;
  line-height: 1.68; margin-bottom: 14px;
}

.service-feature-bullets {
  list-style: none; margin: 20px 0 28px;
  display: flex; flex-direction: column; gap: 8px;
}
.service-feature-bullets li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15px; color: var(--ink);
}
.service-feature-bullets li::before {
  content: ''; flex-shrink: 0;
  width: 10px; height: 10px;
  background: var(--primary);
  margin-top: 5px;
}

.service-feature-body a.btn-primary {
  text-decoration: none; display: inline-flex;
}

@media (max-width: 900px) {
  .service-feature-inner { grid-template-columns: 1fr !important; grid-template-areas: "photo" "body" !important; }
  .service-feature-photo, .service-feature-body { grid-area: unset !important; }
}

/* ============================================================
   CTA BANNER (services, gallery, about pages)
   ============================================================ */
.cta-banner {
  background: var(--ink);
  padding: clamp(72px, 9vh, 112px) 0;
}

.cta-banner-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.cta-banner-left h2, .cta-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 0.95; letter-spacing: -0.025em;
  text-transform: uppercase; color: var(--canvas);
  margin-bottom: 20px;
}
.cta-banner-left h2 span, .cta-title span { color: var(--primary); }
.cta-banner-headline { color: var(--canvas); }
.cta-banner-headline span { color: var(--primary); }

.cta-meta, .cta-sub {
  color: rgba(255,255,255,0.65); font-size: 15px;
  line-height: 1.65; margin-bottom: 10px;
}

.cta-phone-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 8px;
  display: block;
}

.cta-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.cta-actions a { text-decoration: none; }
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.cta-banner-actions a { text-decoration: none; }

.cta-banner-phone {
  display: flex; align-items: center; justify-content: center;
  padding-top: clamp(16px, 3vh, 40px);
}
.cta-banner-phone a {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 900; letter-spacing: -0.02em;
  color: var(--primary); text-decoration: none;
  text-transform: uppercase;
}
.cta-banner-phone a:hover { color: var(--canvas); text-decoration: none; }

.cta-phone-big {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 900; color: var(--primary);
  text-decoration: none; letter-spacing: -0.01em;
  display: block; margin-bottom: 16px;
}

.cta-banner-right form.cta-form { }
.cta-form input, .cta-form textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--canvas); font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px; padding: 14px 18px; width: 100%;
  margin-bottom: 0; outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.cta-form input::placeholder, .cta-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.cta-form input:focus, .cta-form textarea:focus { border-color: var(--primary); background: rgba(217,236,121,0.06); }
.cta-form textarea { min-height: 100px; resize: none; }
.cta-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.cta-form-row input { border-right: none; }
.cta-form-row input:last-child { border-right: 1px solid rgba(255,255,255,0.15); }
.cta-form > .cta-form-row + .cta-form-row input { border-top: none; }
.cta-form > textarea { border-top: none; border-bottom: none; }
.cta-form-submit {
  width: 100%; background: var(--primary); color: var(--ink);
  border: none; cursor: pointer; padding: 18px 32px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background 160ms;
}
.cta-form-submit:hover { background: var(--primary-dark); }
.cta-form-submit svg { width: 18px; height: 18px; }

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

/* ============================================================
   GALLERY (gallery.html)
   ============================================================ */
.gallery-section {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}

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

.gallery-header-row {
  display: flex; align-items: baseline;
  justify-content: space-between; gap: 24px;
  margin-bottom: 32px; flex-wrap: wrap;
}

.gallery-section-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.02em; color: var(--ink);
}

.gallery-section-count {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted);
}

.gallery-filters {
  display: flex; flex-wrap: wrap; gap: 0;
  margin-bottom: 32px;
  border: 1px solid var(--border-ink);
  width: fit-content;
}

.filter-btn {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: transparent; border: none;
  border-right: 1px solid var(--border-ink);
  padding: 12px 20px; cursor: pointer;
  color: var(--muted); transition: background 150ms, color 150ms;
}
.filter-btn:last-child { border-right: none; }
.filter-btn:hover, .filter-btn.active {
  background: var(--ink); color: var(--primary);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border-ink);
}

.gallery-card {
  border-right: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
  overflow: hidden;
  background: var(--surface);
  transition: transform 250ms ease-out;
}
.gallery-card:nth-child(3n) { border-right: none; }
.gallery-card.featured { grid-column: span 2; }

.gallery-card-img-wrap {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery-card.featured .gallery-card-img-wrap { aspect-ratio: 16 / 9; }

.gallery-card-img-wrap > img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: grayscale(15%);
  transition: transform 400ms ease-out;
  max-height: none !important;
}
.gallery-card:hover .gallery-card-img-wrap > img { transform: scale(1.05); }

.gallery-card-badge {
  position: absolute; top: 12px; left: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--primary); color: var(--ink);
  padding: 4px 10px; z-index: 2;
}

.gallery-card-tag {
  position: absolute; top: 12px; right: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(12,12,15,0.75); color: var(--canvas);
  padding: 4px 10px; z-index: 2;
}

.gallery-card-body {
  padding: 20px 20px 20px;
  background: var(--canvas);
}

.gallery-card-body h3 {
  font-size: clamp(14px, 1.4vw, 17px);
  text-transform: uppercase; margin-bottom: 8px;
  color: var(--ink);
}

.gallery-card-desc {
  font-size: 13px; color: var(--muted);
  line-height: 1.55; margin-bottom: 12px;
}

.gallery-card-meta {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-bottom: 10px;
}

.gallery-card-stat {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
}

.gallery-card-loc {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--muted);
}
.gallery-card-loc svg { width: 14px; height: 14px; flex-shrink: 0; }

.gallery-card-name { font-weight: 600; font-size: 13px; }

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

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card { border-right: none !important; }
  .gallery-card.featured { grid-column: span 1; }
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}

.about-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.about-header-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
  margin-bottom: clamp(48px, 6vh, 80px);
}

.about-brand-block {
  position: relative; padding: 40px;
  background: var(--primary);
}

.about-supergraphic {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(72px, 12vw, 180px);
  line-height: 0.8; letter-spacing: -0.04em;
  color: rgba(12,12,15,0.12);
  pointer-events: none; text-transform: uppercase;
  margin-bottom: -24px;
}

.about-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); opacity: 0.7;
  margin-bottom: 14px; display: block;
}

.about-sub-headline {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.015em; color: var(--ink);
  line-height: 1.05;
}

.about-portrait-col {
  position: relative;
}
.about-portrait-col img {
  width: 100%; aspect-ratio: 3 / 4;
  object-fit: cover; object-position: center top;
  filter: grayscale(20%);
  border: 1px solid var(--border-ink);
  max-height: none !important;
}

.about-portrait-caption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-top: 12px;
}

.about-story-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
}

.about-story-left p,
.about-story-right p {
  color: var(--muted); font-size: 16px;
  line-height: 1.72; margin-bottom: 20px;
}

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

/* ============================================================
   VALUES SECTION
   ============================================================ */
.values-section {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}

.values-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.values-inner .section-title { margin-bottom: clamp(40px, 5vh, 64px); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border-ink);
}

.value-card {
  padding: 36px 28px;
  border-right: 1px solid var(--border-ink);
  background: var(--surface);
  transition: background 200ms;
}
.value-card:last-child { border-right: none; }
.value-card:hover { background: var(--canvas); }

.value-num {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900; line-height: 0.9;
  color: var(--primary); letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.value-card h3 {
  font-size: clamp(14px, 1.5vw, 18px);
  text-transform: uppercase; letter-spacing: 0.02em;
  margin-bottom: 10px; color: var(--ink);
}

.value-body { font-size: 14px; color: var(--muted); line-height: 1.6; }

@media (max-width: 900px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2n) { border-right: none; }
  .value-card:nth-child(1),
  .value-card:nth-child(2) { border-bottom: 1px solid var(--border-ink); }
}
@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
  .value-card { border-right: none !important; border-bottom: 1px solid var(--border-ink); }
  .value-card:last-child { border-bottom: none; }
}

/* ============================================================
   TIMELINE SECTION
   ============================================================ */
.timeline-section {
  background: var(--canvas);
  padding: clamp(72px, 9vh, 112px) 0;
}

.timeline-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.timeline-inner .section-title { margin-bottom: clamp(40px, 5vh, 64px); }

.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border-ink);
  position: relative;
}

.timeline-step {
  padding: 32px 28px;
  border-right: 1px solid var(--border-ink);
  position: relative;
}
.timeline-step:last-child { border-right: none; }

.timeline-dot {
  width: 20px; height: 20px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.timeline-dot-inner {
  width: 8px; height: 8px;
  background: var(--ink);
}

.timeline-year {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}

.timeline-step h3 {
  font-size: clamp(14px, 1.5vw, 18px);
  text-transform: uppercase; margin-bottom: 8px; color: var(--ink);
}

.timeline-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

.timeline-milestone {
  font-family: 'Archivo Black', sans-serif;
  font-size: 11px; font-weight: 900;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--primary); margin-top: 8px;
}

@media (max-width: 900px) {
  .timeline-track { grid-template-columns: repeat(2, 1fr); }
  .timeline-step:nth-child(2n) { border-right: none; }
  .timeline-step:nth-child(-n+2) { border-bottom: 1px solid var(--border-ink); }
}
@media (max-width: 640px) {
  .timeline-track { grid-template-columns: 1fr; }
  .timeline-step { border-right: none !important; border-bottom: 1px solid var(--border-ink); }
  .timeline-step:last-child { border-bottom: none; }
}

/* ============================================================
   CREW SECTION
   ============================================================ */
.crew-section {
  background: var(--surface);
  padding: clamp(72px, 9vh, 112px) 0;
}

.crew-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.crew-inner .section-title { margin-bottom: 40px; }

.crew-inner img {
  width: 100%; max-height: 560px;
  object-fit: cover; object-position: center top;
  filter: grayscale(20%);
  border: 1px solid var(--border-ink);
  margin-bottom: 20px;
}

.crew-strip-img {
  width: 100%; height: 400px;
  object-fit: cover; filter: grayscale(20%);
}

.crew-caption {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--border-ink);
  width: fit-content; align-items: center;
}

.crew-caption-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); padding: 12px 20px;
  border-right: 1px solid var(--border-ink);
}

.crew-caption-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink); padding: 12px 18px;
  border-right: 1px solid var(--border-ink);
}
.crew-caption-tag:last-child { border-right: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.65);
}

.footer-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.footer-top, .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  padding: clamp(56px, 7vh, 96px) 0 clamp(40px, 5vh, 64px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand, .footer-brand-col {
  display: flex; flex-direction: column; gap: 16px;
}

.footer-brand img, .footer-brand-col img {
  max-height: 48px !important;
  width: auto !important;
  filter: brightness(0) invert(1);
  max-width: 180px !important;
}

.footer-brand-logo img {
  max-height: 48px !important;
  width: auto !important;
  filter: brightness(0) invert(1);
}

.footer-brand-name, .footer-brand-tagline, .footer-tagline {
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--canvas);
}

.footer-brand-tagline, .footer-tagline {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500; font-size: 13px;
  text-transform: none; letter-spacing: 0;
  color: rgba(255,255,255,0.55);
}

.footer-about-text {
  font-size: 13px; color: rgba(255,255,255,0.5);
  line-height: 1.65;
}

.footer-contact-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-contact-link:hover { color: var(--primary); text-decoration: none; }
.footer-contact-link svg { width: 16px; height: 16px; flex-shrink: 0; }

.footer-contact-line {
  font-size: 13px; color: rgba(255,255,255,0.55);
  line-height: 1.7;
}
.footer-contact-line a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-row {
  font-size: 13px; color: rgba(255,255,255,0.55);
  line-height: 1.7;
}
.footer-contact-row a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-contact-row a:hover { color: var(--primary); text-decoration: none; }

.footer-col { }
.footer-col-heading, .footer-col-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 16px;
  display: block;
}

.footer-links, .footer-col ul {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
}
.footer-links li a, .footer-col ul li a {
  font-size: 14px; color: rgba(255,255,255,0.65);
  text-decoration: none; transition: color 150ms;
}
.footer-links li a:hover, .footer-col ul li a:hover { color: var(--primary); text-decoration: none; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; gap: 16px; flex-wrap: wrap;
}

.footer-copyright, .footer-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.footer-trust, .footer-legal, .footer-license {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

@media (max-width: 900px) {
  .footer-top, .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-brand-col { grid-column: span 2; }
}
@media (max-width: 640px) {
  .footer-top, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-brand-col { grid-column: span 1; }
}

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

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

/* ============================================================
   ANIMATIONS
   ============================================================ */
.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 > .fade-up:nth-child(1) { transition-delay: 0ms; }
.stagger > .fade-up:nth-child(2) { transition-delay: 90ms; }
.stagger > .fade-up:nth-child(3) { transition-delay: 180ms; }
.stagger > .fade-up:nth-child(4) { transition-delay: 270ms; }
.stagger > .fade-up:nth-child(5) { transition-delay: 360ms; }
.stagger > .fade-up:nth-child(6) { transition-delay: 450ms; }
.stagger > .fade-up:nth-child(7) { transition-delay: 540ms; }
.stagger > .fade-up:nth-child(8) { transition-delay: 630ms; }

.visible {
  opacity: 1 !important;
  transform: translateY(0) translateX(0) scale(1) !important;
}

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

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

/* ============================================================
   REVIEW CARDS (utility)
   ============================================================ */
.review-card {
  padding: 28px; background: var(--surface);
  border: 1px solid var(--border-ink);
}
.review-stars svg { color: var(--accent); width: 18px; height: 18px; }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; }
.review-attribution {
  font-size: 13px; color: var(--muted); opacity: 0.75;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.06em; text-transform: uppercase;
}

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

/* ============================================================
   TABLE (utility)
   ============================================================ */
.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(--primary);
}

/* ============================================================
   MISC UTILITIES
   ============================================================ */
.section-title { color: var(--ink); }
.section-title span { color: var(--primary-dark); }

/* Readable table cells */
thead th { background: var(--ink); color: var(--canvas); }
tbody td { background: var(--canvas); color: var(--ink); }

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


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