@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,400;0,450;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #756B1E;
  --accent:         #575127;
  --canvas:         #FFFFFF;
  --surface:        #F4F2EE;
  --ink:            #0C0C0F;
  --muted:          #6B6B6B;
  --border:         rgba(12,12,15,0.10);
  --border-strong:  rgba(12,12,15,0.18);
  --primary-dark:   #5a521700;
  --primary-tint:   rgba(117,107,30,0.08);
  --shadow-sm:      0 2px 8px -2px rgba(12,12,15,0.10);
  --shadow-md:      0 8px 24px -6px rgba(12,12,15,0.14);
  --shadow-lg:      0 18px 48px -12px rgba(12,12,15,0.20);
  --radius:         4px;
  --radius-pill:    999px;
  --header-height:  72px;
  --font-display:   'Space Grotesk', sans-serif;
  --font-body:      'IBM Plex Sans', sans-serif;
  --font-mono:      'IBM Plex Mono', monospace;
  --section-py:     clamp(88px, 11vh, 144px);
  --container:      1280px;
}

@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);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}

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

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

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

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; 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; }

/* Headings as plain text when wrapped in anchors */
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, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}

h1 { font-size: clamp(40px, 5.5vw, 72px); }
h2 { font-size: clamp(36px, 5vw, 64px); }
h3 { font-size: clamp(22px, 2.5vw, 32px); }

p { line-height: 1.68; }

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

ul { list-style: none; }

/* Mono label base */
.section-eyebrow,
.page-header-eyebrow,
.strip-eyebrow,
.cta-banner-eyebrow,
.gallery-section-eyebrow,
.faq-eyebrow,
.contact-label,
.info-card-label,
.info-item-label,
.info-label,
.footer-col-label,
.footer-col-title,
.footer-col-hed,
.footer-col-heading,
.service-feature-eyebrow,
.panel-numeral,
.step-num,
.services-registry-hed,
.about-portrait-tag-label,
.journey-step-label,
.project-card-tag,
.project-card-badge {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

/* Oversized index numerals — the signature system */
.section-numeral,
.hero-numeral,
.faq-numeral,
.cta-banner-num,
.page-header-index,
.page-header-num,
.page-header-numeral,
.section-num,
.section-index {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  user-select: none;
}

.panel-numeral,
.service-feature-index,
.value-card-num,
.service-strip-num,
.journey-step-label {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 12px;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container,
.section-inner,
.trust-strip-inner,
.contact-inner,
.faq-inner,
.gallery-section,
.gallery-header,
.footer-inner,
.top-nav,
.cta-banner-inner {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.section-inner {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}

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

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

.top-nav {
  height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo:hover { text-decoration: none; }

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.nav-pages ul,
ul#navLinks {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#navLinks a,
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms;
}
#navLinks a:hover,
.nav-pages a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
#navLinks a[aria-current="page"],
.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: #fff;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.88); color: #fff; text-decoration: none; }
.nav-cta-icon { width: 18px; height: 18px; flex-shrink: 0; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ink);
  font-size: 24px;
  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; }

  ul#navLinks,
  .nav-pages {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--canvas);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px clamp(20px, 4vw, 48px);
    gap: 8px;
    border-bottom: 1px solid var(--border);
    z-index: 890;
  }
  ul#navLinks.open,
  .nav-pages.open { display: flex; }

  .nav-cta span { display: none; }

  #navLinks a,
  .nav-pages a { font-size: 17px; padding: 10px 0; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-light,
.btn-submit,
.btn-gallery,
.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: filter 150ms, transform 150ms, box-shadow 150ms;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.btn-primary,
.btn-submit {
  background: var(--primary);
  color: #fff;
}
.btn-primary:hover,
.btn-submit:hover { filter: brightness(0.88); color: #fff; text-decoration: none; }

.btn-ghost,
.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-ghost:hover,
.btn-outline:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

.btn-light {
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
}
.btn-light:hover { background: rgba(255,255,255,0.22); color: #fff; text-decoration: none; }

.btn-gallery {
  background: var(--canvas);
  color: var(--ink);
  border: 1.5px solid var(--border-strong);
}
.btn-gallery:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

.btn-phone {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
}
.btn-phone:hover { background: rgba(255,255,255,0.1); color: #fff; text-decoration: none; }

.btn-arrow svg { width: 16px; height: 16px; }

.btn-submit { width: 100%; justify-content: center; margin-top: 8px; }
.btn-submit svg { width: 18px; height: 18px; }

/* ============================================================
   CHIPS / TRUST BADGES
   ============================================================ */
.trust-chip,
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  background: var(--canvas);
  white-space: nowrap;
}
.trust-badge-accent { background: var(--primary); color: #fff; border-color: var(--primary); }

.trust-chip-dot,
.chip-star {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

.service-area-chip,
.assurance-item {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
  background: var(--surface);
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 7px 16px;
  background: var(--canvas);
  cursor: pointer;
  transition: border-color 150ms, color 150ms, background 150ms;
}
.filter-pill:hover,
.filter-pill.active {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-tint);
}

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

.trust-strip-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  max-height: 64px;
  position: relative;
  z-index: 1;
  background: var(--canvas);
}

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

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

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.2;
  color: var(--ink);
}

.marquee-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

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

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

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

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(12,12,15,0.42) 0%, rgba(12,12,15,0.72) 100%);
}

.hero-inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  padding-bottom: clamp(64px, 8vh, 100px);
  padding-top: clamp(80px, 10vh, 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.hero-numeral {
  font-family: var(--font-display);
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  display: block;
  margin-bottom: 16px;
  user-select: none;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
}

.hero-title,
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 18ch;
  margin-bottom: 20px;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.6vw, 18px);
  color: rgba(255,255,255,0.72);
  max-width: 48ch;
  line-height: 1.55;
  margin-bottom: 32px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-trust-chips .trust-chip {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
  backdrop-filter: blur(4px);
}

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 38vh, 440px);
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
  background: var(--ink);
}

.page-header > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
  filter: grayscale(20%);
}

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

.page-header-inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  padding-bottom: clamp(40px, 6vh, 72px);
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-header-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.6);
}

.page-header-index,
.page-header-num,
.page-header-numeral {
  position: absolute;
  top: 0; right: clamp(20px, 4vw, 48px);
  font-family: var(--font-display);
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  opacity: 0.55;
  user-select: none;
}

.page-header-inner h1,
.page-header-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 80px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 18ch;
}

.page-header-sub {
  font-family: var(--font-body);
  font-size: 17px;
  color: rgba(255,255,255,0.68);
  max-width: 52ch;
  line-height: 1.5;
}

/* ============================================================
   SERVICES SECTION (tabbed)
   ============================================================ */
.services {
  background: var(--surface);
}

.services .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services .fade-up:first-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0;
}

.service-tab {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 16px;
  cursor: pointer;
  transition: color 150ms, border-color 150ms;
  margin-bottom: -1px;
  white-space: nowrap;
}
.service-tab:hover { color: var(--ink); }
.service-tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.services-panels { position: relative; }

.service-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--border);
  min-height: 360px;
}

.service-panel.active {
  display: grid;
}

.service-panel > img:first-of-type,
.service-panel-img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.service-panel-body {
  padding: 36px 36px 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.service-panel-body h3 {
  font-size: clamp(22px, 2.5vw, 30px);
  margin-top: 8px;
}

.service-panel-body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.service-panel-body .btn-primary {
  align-self: flex-start;
  margin-top: 8px;
}

.services-all-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
  text-decoration: none;
  transition: gap 150ms;
}
.services-all-link:hover { gap: 14px; text-decoration: none; color: var(--primary); }
.services-all-link svg { width: 16px; height: 16px; }

@media (max-width: 900px) {
  .service-panel.active {
    grid-template-columns: 1fr;
  }
  .service-panel > img:first-of-type { max-height: 220px; }
  .service-panel-body { padding: 24px; }
}

/* ============================================================
   SERVICE FEATURES (services.html)
   ============================================================ */
.section-intro {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 48px) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
}

.section-desc {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
}

.services-features {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  align-items: stretch;
}

.service-feature-reverse {
  direction: rtl;
}
.service-feature-reverse > * {
  direction: ltr;
}

.service-feature-photo {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.service-feature-photo img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.service-feature:hover .service-feature-photo img { transform: scale(1.02); }

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

.service-feature-index {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
}

.service-feature-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-feature-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.service-feature-copy {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}

.service-feature-bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-feature-bullets li {
  font-size: 14px;
  color: var(--ink);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.service-feature-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.service-feature-body .btn-primary {
  align-self: flex-start;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .section-intro { grid-template-columns: 1fr; }
  .service-feature { grid-template-columns: 1fr; direction: ltr; }
  .service-feature-reverse { direction: ltr; }
  .service-feature-photo { min-height: 220px; order: -1; }
  .service-feature-photo img { max-height: 280px; }
}

/* ============================================================
   GALLERY (index.html)
   ============================================================ */
.gallery {
  background: var(--canvas);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}

.gallery-header > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-section-title,
.gallery-section-eyebrow { display: block; }

.gallery-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
}

.gallery-frame > img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  display: block;
  filter: grayscale(8%);
  transition: transform 400ms ease, filter 400ms ease;
}
.gallery-frame:hover > img { transform: scale(1.015); filter: grayscale(0%); }

.gallery-cta-row {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.gallery-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.75);
}

/* ============================================================
   GALLERY PAGE (gallery.html)
   ============================================================ */
.gallery-section {
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: clamp(64px, 8vw, 120px);
}

.gallery-title-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-top: 4px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  aspect-ratio: 4 / 3;
  cursor: pointer;
}

.project-card.featured {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

.project-card > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform 400ms ease, filter 300ms ease;
  filter: grayscale(10%);
}
.project-card:hover > img:first-of-type { transform: scale(1.03); filter: grayscale(0%); }

.project-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.75) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 250ms;
}
.project-card:hover .project-card-overlay { opacity: 1; }

.project-card-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 20px;
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 250ms, transform 250ms;
}
.project-card:hover .project-card-info { opacity: 1; transform: translateY(0); }

.project-card-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 4px;
}
.project-card-location svg { width: 12px; height: 12px; }

.project-card-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.project-card-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  line-height: 1.45;
  margin-bottom: 10px;
}

.project-card-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.project-meta-item {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 3px 8px;
  border-radius: var(--radius-pill);
}

.project-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  background: var(--primary);
  color: #fff;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.project-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  background: rgba(12,12,15,0.55);
  color: rgba(255,255,255,0.85);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(4px);
}

@media (max-width: 900px) {
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card.featured { grid-column: span 2; aspect-ratio: 4/3; }
}
@media (max-width: 640px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-card.featured { grid-column: 1; }
  .project-card-info { opacity: 1; transform: none; }
  .project-card-overlay { opacity: 1; }
}

/* ============================================================
   SERVICE STRIPS (gallery.html)
   ============================================================ */
.service-strips {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.strip-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  display: block;
  margin-bottom: 20px;
}

.service-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-strip-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  aspect-ratio: 3 / 4;
  cursor: pointer;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-strip-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.service-strip-card > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%; max-height: none;
  object-fit: cover;
  filter: grayscale(15%);
  transition: filter 300ms;
}
.service-strip-card:hover > img { filter: grayscale(0%); }

.service-strip-card-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 20px 16px 16px;
  background: linear-gradient(to top, rgba(12,12,15,0.85) 0%, transparent 100%);
}

.service-strip-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}

.service-strip-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 2px;
}

.service-strip-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  line-height: 1.4;
}

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

/* ============================================================
   FAQ
   ============================================================ */
.faq,
.faq-section {
  background: var(--canvas);
}

.faq .section-inner,
.faq-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}

.faq-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.faq-title-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-title-block h2,
.faq .section-inner h2 {
  font-size: clamp(36px, 5vw, 64px);
}

.faq-list { max-width: 800px; }

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

.faq-list details summary,
details.faq summary {
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  transition: color 150ms;
}
details.faq > summary::-webkit-details-marker,
.faq-list details summary::-webkit-details-marker { display: none; }

.faq-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.faq-icon svg,
.faq-chevron {
  width: 20px;
  height: 20px;
  color: var(--muted);
  transition: transform 200ms, color 200ms;
  flex-shrink: 0;
}

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

.faq-list details summary::after,
details.faq > summary::after {
  content: '+';
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  color: var(--muted);
  transition: transform 200ms, color 200ms;
  flex-shrink: 0;
}
details[open] > summary::after {
  transform: rotate(45deg);
  color: var(--primary);
}

/* Hide auto-generated + when icon SVG is used */
.faq-list details summary:has(.faq-icon)::after { display: none; }

.faq-list details p,
.faq-answer {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.68;
  padding-bottom: 20px;
  max-width: 68ch;
}

.faq-list details p a { color: var(--primary); }

/* ============================================================
   TEAM CTA BAND
   ============================================================ */
.team-cta-band {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
}

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

.team-cta-copy {
  font-family: var(--font-body);
  font-size: clamp(16px, 2vw, 20px);
  color: var(--ink);
  line-height: 1.4;
}
.team-cta-copy em {
  font-style: normal;
  font-weight: 700;
  color: var(--primary);
}

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

.contact .section-inner,
.contact-inner {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}

.contact-label {
  display: block;
  margin-bottom: 12px;
}

.contact-section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 40px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-field,
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label,
.field label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}

.form-field input,
.form-field textarea,
.form-field select,
.field input,
.field textarea,
.field select {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--canvas);
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 12px 16px;
  width: 100%;
  transition: border-color 150ms, box-shadow 150ms;
  outline: none;
  appearance: none;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus,
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(117,107,30,0.12);
}

.form-field textarea,
.field textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.55;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

.info-row,
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
}

.info-divider {
  height: 1px;
  background: var(--border);
}

.info-icon {
  width: 36px;
  height: 36px;
  background: var(--primary-tint);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-icon svg { width: 18px; height: 18px; color: var(--primary); }

.info-item-label,
.info-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}

.info-value,
.info-item > div > p:last-child,
.info-item > p:last-child {
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.4;
}

.info-item > p:last-child a,
.info-value a { color: var(--primary); font-weight: 600; }

.assurance-chips,
.service-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

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

/* ============================================================
   ABOUT STORY
   ============================================================ */
.about-story,
.section-wrap {
  background: var(--canvas);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: start;
}

.about-portrait-col {
  position: relative;
}

.about-portrait-ghost {
  position: absolute;
  top: -16px;
  left: -16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  z-index: 0;
}

.about-portrait-col > img,
.about-portrait-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius);
  filter: grayscale(12%);
}

.about-portrait-tag {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 2;
  background: var(--primary);
  color: #fff;
  padding: 14px 18px;
  border-radius: var(--radius);
}

.about-portrait-tag-label {
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.75;
  margin-bottom: 2px;
}

.about-portrait-tag-val {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.about-story-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
}

.about-story-hed {
  font-size: clamp(30px, 4vw, 52px);
  margin-top: 8px;
}

.about-paras {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 4px 0;
}

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

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

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-portrait-col { max-width: 320px; }
}

/* ============================================================
   VALUES
   ============================================================ */
.values-section {
  background: var(--surface);
}

.values-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.value-card-num {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
}

.value-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

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

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

/* ============================================================
   JOURNEY TIMELINE
   ============================================================ */
.journey-section {
  background: var(--canvas);
}

.journey-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.journey-track {
  position: absolute;
  top: 20px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: var(--border-strong);
  z-index: 0;
}

.journey-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.journey-dot-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.journey-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border-strong);
  background: var(--canvas);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 200ms;
}
.journey-step:hover .journey-dot { border-color: var(--primary); }

.journey-dot-core {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
}

.journey-step-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 2px;
}

.journey-step h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.journey-step-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .journey-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .journey-track { display: none; }
}
@media (max-width: 640px) {
  .journey-steps { grid-template-columns: 1fr; }
}

/* ============================================================
   CREW SECTION
   ============================================================ */
.crew-section {
  background: var(--surface);
}

.crew-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.crew-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.crew-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 3 / 4;
  background: var(--ink);
  cursor: default;
  transition: transform 250ms ease-out;
}
.crew-tile:hover { transform: translateY(-3px); }

.crew-tile > img,
.crew-tile-img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: grayscale(12%);
  transition: filter 300ms;
}
.crew-tile:hover > img,
.crew-tile:hover .crew-tile-img { filter: grayscale(0%); }

.crew-tile-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 48px 16px 16px;
  background: linear-gradient(to top, rgba(12,12,15,0.8) 0%, transparent 100%);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.85);
}

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

/* ============================================================
   ABOUT FINAL SECTION
   ============================================================ */
.about-final-section {
  background: var(--surface);
}

.about-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.about-final-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 16px 0;
}
.about-final-body p { font-size: 15px; color: var(--muted); line-height: 1.68; }

.about-final-cta { margin-top: 8px; }

.services-registry { padding-top: 12px; }

.services-registry-hed {
  display: block;
  margin-bottom: 16px;
}

.services-registry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 24px;
  list-style: none;
  padding: 0;
}

.services-registry-item {
  font-size: 14px;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 500;
  line-height: 1.4;
}
.services-registry-item::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 8px;
  vertical-align: middle;
}

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  min-height: 380px;
  display: flex;
  align-items: center;
}

.cta-banner > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%; max-height: none;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: grayscale(30%);
}

.cta-banner-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(12,12,15,0.72);
}

.cta-banner-inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 100px) clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.cta-banner-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.55);
  display: block;
}

.cta-banner-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(64px, 9vw, 120px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  user-select: none;
}

.cta-banner-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 18ch;
}

.cta-banner-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.68);
  max-width: 50ch;
  line-height: 1.55;
}

.cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-banner-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 150ms;
}
.cta-banner-phone:hover { color: #fff; text-decoration: none; }

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

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 48px) 0;
}

.footer-grid,
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand { display: flex; flex-direction: column; gap: 12px; }

.footer-brand img,
.footer-brand .footer-logo img { filter: brightness(0) invert(1); }

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

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

.footer-contact,
.footer-contact-line {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-contact a,
.footer-contact-line a,
.footer-contact-item a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-contact a:hover,
.footer-contact-line a:hover,
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }

.footer-col { display: flex; flex-direction: column; gap: 12px; }

.footer-col-label,
.footer-col-title,
.footer-col-hed,
.footer-col-heading {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4);
  display: block;
}

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

.footer-links a,
.footer-nav-list a,
.footer-col ul a {
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover,
.footer-nav-list a:hover,
.footer-col ul a:hover { color: var(--primary); text-decoration: none; }

.footer-assurances {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-assurances li {
  font-size: 12px;
  color: rgba(255,255,255,0.50);
  padding-left: 12px;
  position: relative;
  line-height: 1.4;
}
.footer-assurances li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
}

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

.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
}

.footer-rating {
  font-size: 12px;
  color: rgba(255,255,255,0.40);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-trust {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-trust-item {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.35);
}

@media (max-width: 900px) {
  .footer-grid,
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .footer-grid,
  .footer-top { grid-template-columns: 1fr; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call-pill,
.mobile-cta,
.mobile-cta-pill {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius-pill);
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
}

.mobile-call-pill a,
.mobile-cta a,
.mobile-cta-pill a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.mobile-call-pill a:hover,
.mobile-cta a:hover,
.mobile-cta-pill a:hover { color: #fff; text-decoration: none; }

.mobile-call-pill svg,
.mobile-cta svg,
.mobile-cta-pill svg { width: 20px; height: 20px; flex-shrink: 0; }

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

/* ============================================================
   ANIMATIONS
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 500ms ease, transform 500ms ease;
}
.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.stagger.visible > * { opacity: 1; transform: translateY(0); }
.stagger.visible > *:nth-child(1) { transition-delay: 0ms; }
.stagger.visible > *:nth-child(2) { transition-delay: 80ms; }
.stagger.visible > *:nth-child(3) { transition-delay: 160ms; }
.stagger.visible > *:nth-child(4) { transition-delay: 240ms; }
.stagger.visible > *:nth-child(5) { transition-delay: 320ms; }
.stagger.visible > *:nth-child(6) { transition-delay: 400ms; }

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

/* ============================================================
   MISC / UTILITY
   ============================================================ */

/* Section shared title block styles */
.section-inner > .fade-up:first-child,
.section-inner > div:first-child {
  position: relative;
}

/* Section index as subtle corner mark (reuse .section-index) */
.section-index {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  margin-bottom: 8px;
}

/* info-divider standalone */
.info-divider { width: 100%; height: 1px; background: var(--border); }

/* Featured badge on gallery hero */
.featured .project-card-badge { background: var(--primary); }

/* Scroll progress alternate selectors */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--primary); z-index: 9999; width: 0; }

/* No-js / reduced motion fallback */
@media (prefers-reduced-motion: reduce) {
  .fade-up, .fade-left, .fade-right, .scale-in { opacity: 1; transform: none; transition: none; }
  .stagger > * { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .cta-banner-actions { flex-direction: column; align-items: flex-start; }
  .team-cta-inner { flex-direction: column; }
  .section-intro { padding-top: 40px; }
  .services-features { padding-top: 32px; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.footer-col { grid-column: 1 / -1; }
.service-feature-photo { grid-column: 1 / -1; }
.service-feature-body { grid-column: 1 / -1; }
.project-card { grid-column: 1 / -1; }
.service-strip-card { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.journey-track { grid-column: 1 / -1; }
.services-registry-item { grid-column: 1 / -1; }
.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; }
