@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Inter+Tight:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #A6DF26;
  --accent:         #E8F870;
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --surface-2:      #232018;
  --ink:            #F4F1EA;
  --ink-mid:        #C8C4BC;
  --muted:          #8E8A82;
  --border:         rgba(244,241,234,0.10);
  --border-brand:   rgba(166,223,38,0.35);
  --primary-dim:    rgba(166,223,38,0.12);
  --primary-glow:   rgba(166,223,38,0.18);
  --shadow-card:    0 24px 48px -16px rgba(0,0,0,0.55);
  --radius:         4px;
  --header-height:  72px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

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

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

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -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: 44px !important;
  max-width: 200px !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; }
}

/* Anchors inside headings */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

/* Global anchor */
a { color: inherit; text-decoration: none; transition: color 150ms; }
a:hover { color: var(--primary); }

/* ============================================================
   TYPOGRAPHY UTILITIES
   ============================================================ */
.display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.eyebrow, .section-eyebrow, .hero-eyebrow,
.page-eyebrow, .page-header-eyebrow, .page-header-breadcrumb,
.about-story-eyebrow, .about-section-eyebrow,
.feature-block-eyebrow, .cta-banner-eyebrow,
.services-intro span.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  display: block;
  margin-bottom: 16px;
}

/* Inline display words — the unique move */
.inline-display, .brand-word, .accent-word {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.25em;
  color: var(--primary);
  line-height: 1;
}

/* Section title base */
.section-title, .section-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.97;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: clamp(40px, 5vw, 64px);
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}
.wide-container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 56px);
}

/* ============================================================
   SCROLL PROGRESS
   ============================================================ */
#scrollProgress, .scroll-progress, #scrollBar, .scroll-bar {
  position: fixed;
  top: 0; left: 0;
  width: 0%;
  height: 2px;
  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 var(--border);
}

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

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  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-size: 15px;
  font-weight: 500;
  color: var(--ink-mid);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover { color: var(--primary); }
.nav-pages a[aria-current="page"],
.nav-pages a.nav-active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: var(--canvas);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.9); color: var(--canvas); }
.nav-cta svg, .nav-cta-icon { width: 18px; height: 18px; flex-shrink: 0; }

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-cta-text { display: none; }
  .nav-cta { padding: 10px 12px; }

  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    gap: 8px;
    border-bottom: 1px solid var(--border);
    z-index: 800;
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 17px; padding: 10px 0; width: 100%; }
}

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
}

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

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 70% 80% at 0% 100%, rgba(166,223,38,0.08) 0%, transparent 60%),
    linear-gradient(to top, rgba(12,12,15,0.92) 0%, rgba(12,12,15,0.6) 40%, rgba(12,12,15,0.35) 100%),
    linear-gradient(to right, rgba(12,12,15,0.75) 0%, rgba(12,12,15,0.15) 60%);
}

.hero-inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: clamp(64px, 10vw, 120px) clamp(20px, 5vw, 48px);
  padding-bottom: clamp(72px, 10vw, 120px);
}

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

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(72px, 9vw, 144px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 14ch;
  margin-bottom: 24px;
}

.hero-title .brand-word {
  color: var(--primary);
  font-size: inherit;
}

.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--ink-mid);
  max-width: 48ch;
  line-height: 1.6;
  margin-bottom: 36px;
}

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

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

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: filter 180ms, transform 180ms, box-shadow 180ms;
  white-space: nowrap;
  border: none;
}

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-primary, .btn-estimate {
  background: var(--primary);
  color: var(--canvas);
  font-weight: 600;
}
.btn-primary:hover, .btn-estimate:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
  color: var(--canvas);
}

.btn-primary-lg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  border-radius: var(--radius);
  background: var(--primary);
  color: var(--canvas);
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: filter 180ms, transform 180ms;
  white-space: nowrap;
}
.btn-primary-lg:hover { filter: brightness(0.9); transform: translateY(-1px); color: var(--canvas); }
.btn-primary-lg svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-ghost, .btn-ghost-lg {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border);
}
.btn-ghost:hover, .btn-ghost-lg:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-1px);
}

.btn-ghost-lg { padding: 18px 32px; font-size: 16px; }

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--primary);
  color: var(--canvas);
  border: none;
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: filter 180ms, transform 180ms;
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
.btn-submit:hover { filter: brightness(0.9); transform: translateY(-1px); }
.btn-submit svg { width: 18px; height: 18px; }

.btn-service {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--primary);
  color: var(--canvas);
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 24px;
  transition: filter 150ms, transform 150ms;
  align-self: flex-start;
}
.btn-service:hover { filter: brightness(0.9); transform: translateY(-1px); color: var(--canvas); }
.btn-service svg { width: 16px; height: 16px; }

/* ============================================================
   TRUST CHIPS / PILLS
   ============================================================ */
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-mid);
  white-space: nowrap;
  background: rgba(244,241,234,0.04);
}

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

.trust-strip-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-mid);
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(244,241,234,0.03);
}

.trust-pill-star {
  color: var(--primary);
  font-size: 13px;
}

.trust-sep {
  color: var(--primary);
  font-size: 16px;
  line-height: 1;
  opacity: 0.7;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee, .services-strip {
  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;
  will-change: transform;
}

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

.marquee-item {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(13px, 1.4vw, 18px);
  line-height: 1.2;
  color: var(--ink-mid);
  display: inline-flex;
  align-items: center;
  gap: 48px;
  flex-shrink: 0;
}

.marquee-sep, .dot {
  color: var(--primary);
  display: inline-block;
}

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

/* ============================================================
   SERVICES SECTION
   ============================================================ */
#services.services {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 48px);
  max-width: 1200px;
  margin-inline: auto;
}

#services .section-eyebrow { margin-bottom: 12px; }

#services .section-title { margin-bottom: clamp(40px, 5vw, 60px); }

.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.service-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  display: block;
  text-decoration: none;
  background: var(--surface);
  cursor: pointer;
}

.service-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms ease-out, filter 600ms;
  filter: saturate(0.5) brightness(0.7);
  max-height: none;
}
.service-card:hover > img {
  transform: scale(1.04);
  filter: saturate(0.7) brightness(0.75);
}

.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.2) 55%, transparent 100%);
  transition: opacity 300ms;
}

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

.service-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.0;
  color: var(--ink);
  margin-bottom: 6px;
}

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

.service-card-desc {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.5;
  margin-bottom: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}
.service-card:hover .service-card-desc { max-height: 80px; }

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

/* Service card hover lift */
.service-card { transition: transform 250ms ease-out, box-shadow 250ms ease-out; }
.service-card:hover { transform: translateY(-2px); box-shadow: 0 24px 48px -16px rgba(0,0,0,0.5); }

@media (max-width: 900px) {
  .services-bento { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card { aspect-ratio: 4 / 3; }
}

/* ============================================================
   ABOUT QUOTE
   ============================================================ */
.about-quote {
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 48px);
}

.about-quote-inner {
  max-width: 800px;
  margin-inline: auto;
  position: relative;
}

.about-quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(80px, 12vw, 140px);
  font-style: italic;
  color: var(--primary);
  line-height: 0.6;
  display: block;
  margin-bottom: 8px;
  opacity: 0.6;
}

.about-quote-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.about-quote-text .brand-word { color: var(--primary); font-size: 1.25em; }

.about-quote-body {
  font-size: clamp(16px, 1.8vw, 19px);
  color: var(--ink-mid);
  line-height: 1.75;
  margin-bottom: 36px;
}

.about-quote-body .inline-display { color: var(--primary); }

.about-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hairline {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--border-brand);
  vertical-align: middle;
}

/* ============================================================
   GALLERY
   ============================================================ */
#gallery.gallery {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 48px);
  max-width: 1200px;
  margin-inline: auto;
}

#gallery .section-eyebrow { margin-bottom: 12px; }
#gallery .section-title { margin-bottom: clamp(36px, 4vw, 52px); }

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

.gallery-tile {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  background: var(--surface);
}

.gallery-tile > img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms ease-out, filter 400ms;
  filter: saturate(0.6);
  max-height: none;
}
.gallery-tile:hover > img {
  transform: scale(1.06);
  filter: saturate(1);
}

.gallery-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

/* ============================================================
   GALLERY PAGE (gallery.html)
   ============================================================ */
.gallery-section {
  max-width: 1280px;
  margin-inline: auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 48px);
}

.gallery-filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}

.gallery-filter-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-right: 8px;
}

.filter-pill {
  padding: 8px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-mid);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  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-dim);
}

#galleryGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.gallery-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface);
  display: block;
}

.gallery-card.card-wide {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

.gallery-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms ease-out, filter 400ms;
  filter: saturate(0.65);
  max-height: none;
}
.gallery-card:hover > img {
  transform: scale(1.05);
  filter: saturate(1);
}

.gallery-card-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.8) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 300ms;
}
.gallery-card:hover .gallery-card-scrim { opacity: 1; }

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

.gallery-card h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 26px);
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 6px;
}

.gallery-card-tag {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 3;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--canvas);
  background: var(--primary);
  padding: 4px 10px;
  border-radius: 2px;
}

.gallery-card-num {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 3;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: var(--ink-mid);
  opacity: 0.6;
}

.gallery-card-location {
  font-size: 12px;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 6px;
}

.gallery-card-location-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
}

.gallery-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 26px);
  color: var(--ink);
}

@media (max-width: 900px) {
  #galleryGrid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card.card-wide { grid-column: span 1; aspect-ratio: 4 / 3; }
}
@media (max-width: 640px) {
  #galleryGrid { grid-template-columns: 1fr; }
}

/* ============================================================
   FAQ
   ============================================================ */
#faq.faq {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 48px);
  max-width: 1200px;
  margin-inline: auto;
}

.faq-cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.faq-cols > div:first-child .section-title {
  font-size: clamp(32px, 4vw, 56px);
  margin-bottom: 24px;
}

.faq-intro-note {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 16px;
}
.faq-intro-note a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }

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

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

details.faq > summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  font-size: clamp(15px, 1.6vw, 17px);
  color: var(--ink);
  transition: color 150ms;
}
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary:hover { color: var(--primary); }

.faq-chevron {
  width: 20px; height: 20px;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 250ms, color 250ms;
}
details.faq[open] .faq-chevron {
  transform: rotate(45deg);
  color: var(--primary);
}

details.faq p {
  padding-bottom: 24px;
  color: var(--ink-mid);
  font-size: 15px;
  line-height: 1.7;
}

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

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  padding: clamp(48px, 6vw, 72px) clamp(20px, 5vw, 48px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.team-cta-inner {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.team-cta-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.15;
  color: var(--ink);
  flex: 1;
}
.team-cta-text .brand-word { color: var(--primary); }

/* ============================================================
   CONTACT
   ============================================================ */
#contact.contact {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 48px);
  max-width: 1200px;
  margin-inline: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-grid > div:first-child .section-title { margin-bottom: 32px; }
.contact-grid > div:first-child .section-eyebrow { margin-bottom: 12px; }

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

.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

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

.form-input, .form-textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  padding: 14px 16px;
  transition: border-color 150ms;
  width: 100%;
  outline: none;
  appearance: none;
}
.form-input:focus,
.form-textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
}
.form-input::placeholder,
.form-textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--muted);
}
.form-textarea, .contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.form-note { font-size: 12px; color: var(--muted); }

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

.contact-info-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-item:first-child { border-top: 1px solid var(--border); }

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

.contact-info-value {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.6;
}
.contact-info-value a { color: var(--ink); }
.contact-info-value a:hover { color: var(--primary); }

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

/* ============================================================
   CONTACT SPLIT (contact.html)
   ============================================================ */
#contact.contact-split, .contact-split {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
  max-width: 1200px;
  margin-inline: auto;
  padding: clamp(64px, 8vw, 120px) clamp(20px, 5vw, 48px);
}

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

.contact-form-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 12px;
}
.contact-form-title .accent-word { color: var(--primary); font-size: 1.25em; }

.contact-form-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 28px;
}

.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: var(--radius);
  padding: 32px;
}

.info-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 28px);
  color: var(--ink);
  margin-bottom: 24px;
  line-height: 1.1;
}
.info-card-title .accent-word { color: var(--primary); font-size: 1.2em; }

.info-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info-item:last-child { border-bottom: none; }

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

.info-value {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.5;
}
.info-value a { color: var(--ink); }
.info-value a:hover { color: var(--primary); }

.service-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.area-chip {
  padding: 4px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

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

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

.page-header-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.5) 50%, rgba(12,12,15,0.3) 100%);
}

.page-header-inner {
  position: relative; z-index: 2;
  width: 100%;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 48px);
}

.page-header-breadcrumb {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  text-decoration: none;
}
.page-header-breadcrumb a { color: var(--muted); }
.page-header-breadcrumb a:hover { color: var(--primary); }
.page-header-breadcrumb span { color: var(--muted); }

.page-header-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  display: block;
  margin-bottom: 16px;
}

.page-header-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 16ch;
  margin-bottom: 16px;
}

.page-header-sub, .page-sub {
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--ink-mid);
  max-width: 52ch;
  line-height: 1.6;
}

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

.page-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 16ch;
  margin-bottom: 16px;
}
.page-title .accent-word { color: var(--primary); font-size: 1.25em; }

/* ============================================================
   SERVICES PAGE (services.html)
   ============================================================ */
.services-section {
  padding: clamp(72px, 8vw, 120px) 0;
}

.services-section-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 8vw, 104px);
}

.services-intro { max-width: 640px; }

.services-intro h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-top: 16px;
}
.services-intro h2 em { color: var(--primary); font-style: italic; }

.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

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

.feature-block-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
}
.feature-block-photo > img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
  transition: transform 600ms ease-out;
  position: static;
  max-height: none;
}
.feature-block:hover .feature-block-photo > img { transform: scale(1.03); }

.feature-block-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(12,12,15,0.2) 0%, transparent 60%);
}

.feature-block-num {
  position: absolute;
  bottom: 16px; right: 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: var(--ink-mid);
  letter-spacing: 0.1em;
  opacity: 0.6;
}

.feature-block-body {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}

.feature-block-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 14px;
}

.feature-block-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.0;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 20px;
}
.feature-block-title em { color: var(--primary); font-style: italic; }

.feature-block-copy {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.75;
  margin-bottom: 14px;
}

.feature-block-bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.feature-block-bullets li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.5;
}
.feature-block-bullets li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 7px;
}

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 10vw, 130px) clamp(20px, 5vw, 48px);
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
}

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

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

.cta-banner-inner {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-banner-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  display: block;
  margin-bottom: 14px;
}

.cta-banner-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.97;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 16px;
  max-width: 18ch;
}
.cta-banner-headline em { color: var(--primary); font-style: italic; }

.cta-banner-sub {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.6;
  max-width: 44ch;
}

.cta-banner p:not(.cta-banner-eyebrow):not(.cta-banner-sub) {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.6;
  margin-top: 12px;
  max-width: 44ch;
}

.cta-banner-left { flex: 1; min-width: 280px; }
.cta-banner-right { flex: 0 0 auto; }

.cta-banner-actions, .cta-banner-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
}

.cta-banner-phone {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--primary);
  text-decoration: none;
  display: block;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .cta-banner-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   ABOUT STORY (about.html)
   ============================================================ */
#about.about-story, .about-story {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 48px);
  max-width: 1200px;
  margin-inline: auto;
}

.about-story-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.about-story-portrait {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.about-story-portrait > img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: saturate(0.5) contrast(1.05);
  display: block;
  max-height: 560px;
}

.about-story-portrait-caption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  padding: 12px 0;
}

.about-story-eyebrow { margin-bottom: 14px; }

.about-story-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 28px;
}
.about-story-headline em { color: var(--primary); font-style: italic; }

.about-story-divider {
  width: 40px;
  height: 1px;
  background: var(--primary);
  margin-bottom: 28px;
  opacity: 0.6;
}

.about-story-body p {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.75;
  margin-bottom: 16px;
}
.about-story-body p em { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--primary); font-size: 1.2em; }

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

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 48px);
}

.about-section-inner {
  max-width: 760px;
  margin-inline: auto;
}

.about-section-eyebrow { margin-bottom: 14px; }

.about-section-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 28px;
}

.about-section-divider {
  width: 40px;
  height: 1px;
  background: var(--primary);
  margin-bottom: 28px;
  opacity: 0.6;
}

.about-section-body p {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.75;
  margin-bottom: 16px;
}

/* ============================================================
   VALUES CARDS (about.html)
   ============================================================ */
.values-cards {
  padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 48px);
  max-width: 1200px;
  margin-inline: auto;
}

.values-cards-inner {}

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

.value-card {
  background: var(--surface);
  border-top: 2px solid var(--border-brand);
  padding: 32px 28px;
  transition: border-color 250ms;
}
.value-card:hover { border-top-color: var(--primary); }

.value-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 28px);
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 12px;
}

.value-card-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 10px;
}

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

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

/* ============================================================
   JOURNEY TIMELINE (about.html)
   ============================================================ */
.journey-timeline {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 48px);
}

.journey-timeline-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.journey-timeline-inner > .section-eyebrow { margin-bottom: 14px; }

.journey-timeline-inner > .section-headline {
  margin-bottom: 48px;
}
.journey-timeline-inner > .section-headline em { color: var(--primary); font-style: italic; }

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

.timeline-steps::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: var(--border);
}

.timeline-step {
  padding: 0 20px 0 0;
  position: relative;
}

.timeline-dot {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-brand);
  background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  position: relative; z-index: 1;
}

.timeline-dot-inner {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.timeline-step h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 8px;
}

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

.timeline-title { /* used in h3 inside step */ }

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

@media (max-width: 900px) {
  .timeline-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .timeline-steps::before { display: none; }
}
@media (max-width: 640px) {
  .timeline-steps { grid-template-columns: 1fr; }
}

/* ============================================================
   CREW STRIP (about.html)
   ============================================================ */
.crew-strip {
  padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 48px);
  max-width: 1200px;
  margin-inline: auto;
}

.crew-strip-inner {}

.crew-strip-inner > .section-eyebrow { margin-bottom: 14px; }
.crew-strip-inner > .section-headline { margin-bottom: 40px; }
.crew-strip-inner > .section-headline em { color: var(--primary); font-style: italic; }

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

.crew-photo-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--surface);
}

.crew-photo-item > img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.4) contrast(1.1);
  transition: filter 400ms, transform 600ms;
  max-height: none;
}
.crew-photo-item:hover > img {
  filter: saturate(0.65) contrast(1.05);
  transform: scale(1.04);
}

.crew-photo-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.75) 0%, transparent 55%);
}

.crew-photo-label {
  position: absolute;
  bottom: 16px; left: 16px;
  z-index: 2;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 22px);
  color: var(--ink);
  line-height: 1.1;
}

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

/* ============================================================
   FOOTER
   ============================================================ */
.footer, .site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: clamp(64px, 8vw, 100px) clamp(20px, 5vw, 48px) 0;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  width: 100%;
}

.footer-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  width: 100%;
}

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

.footer-brand-logo { margin-bottom: 8px; }

.footer-tagline, .footer-brand-tagline {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 28ch;
}
.footer-tagline .accent-word { color: var(--primary); font-size: 1.1em; }

.footer-addr, .footer-address, .footer-brand-address {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.footer-addr a, .footer-brand-address a { color: var(--muted); }
.footer-addr a:hover, .footer-brand-address a:hover { color: var(--primary); }

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 4px;
}
.footer-contact-item a { color: var(--muted); }
.footer-contact-item a:hover { color: var(--primary); }
.footer-contact-item svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; }

.footer-contact-line {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.footer-contact-line a { color: var(--muted); }
.footer-contact-line a:hover { color: var(--primary); }

.footer-col-title, .footer-col-heading {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 18px;
}

.footer-links, .footer-col-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a, .footer-col-links a {
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover, .footer-col-links a:hover { color: var(--ink); }

.footer-area-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

.footer-bottom {
  max-width: 1200px;
  margin-inline: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy, .footer-bottom-copy, .footer-fine {
  font-size: 12px;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.06em;
}

.footer-copy-accent { color: var(--primary); }
.footer-bottom-payment { font-size: 12px; color: var(--muted); }

.footer-legal-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-legal-links a {
  font-size: 12px;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.06em;
}
.footer-legal-links a:hover { color: var(--primary); }

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

/* ============================================================
   MOBILE CALL PILL / CTA
   ============================================================ */
.mobile-call-pill,
.mobile-call,
.mobile-sticky-cta,
.mobile-cta {
  display: none;
}

@media (max-width: 900px) {
  .mobile-call-pill,
  .mobile-call,
  .mobile-sticky-cta,
  .mobile-cta {
    display: flex;
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 999;
    background: var(--primary);
    color: var(--canvas);
    padding: 14px 22px;
    border-radius: 999px;
    box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
  }
  .mobile-call-pill a,
  .mobile-call a,
  .mobile-sticky-cta a,
  .mobile-cta a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--canvas);
    text-decoration: none;
  }
  .mobile-call-pill svg,
  .mobile-call svg,
  .mobile-sticky-cta svg,
  .mobile-cta svg { width: 20px; height: 20px; }
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.16,1,0.3,1), transform 700ms cubic-bezier(0.16,1,0.3,1);
}
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 700ms cubic-bezier(0.16,1,0.3,1), transform 700ms cubic-bezier(0.16,1,0.3,1);
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 700ms cubic-bezier(0.16,1,0.3,1), transform 700ms cubic-bezier(0.16,1,0.3,1);
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 700ms cubic-bezier(0.16,1,0.3,1), transform 700ms cubic-bezier(0.16,1,0.3,1);
}
.stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms cubic-bezier(0.16,1,0.3,1), transform 600ms cubic-bezier(0.16,1,0.3,1);
}
.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible { opacity: 1; transform: none; }

.stagger.visible > * { opacity: 1; transform: none; }
.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; }
.stagger.visible > *:nth-child(7) { transition-delay: 480ms; }
.stagger.visible > *:nth-child(8) { transition-delay: 560ms; }

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

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

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

/* ============================================================
   MISC UTILITY
   ============================================================ */
.phone-link, .cta-phone-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.phone-link:hover, .cta-phone-link:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dot {
  color: var(--primary);
  display: inline-block;
}

/* Reverse layout — layout swap only, never mirror */
.reverse {
  order: 0;
}

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

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 640px) {
  .hero-title { max-width: 100%; font-size: clamp(52px, 14vw, 80px); }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .trust-strip-inner { gap: 8px; }
  .faq-cols > div:first-child { display: none; }
  .team-cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 900px) {
  .services-section-inner { gap: clamp(48px, 6vw, 72px); }
  .about-story-portrait > img { max-height: 360px; }
}

@media (min-width: 1200px) {
  .services-bento {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.footer-brand { grid-column: 1 / -1; }
.feature-block-photo { grid-column: 1 / -1; }
.feature-block-body { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
.footer-cols { grid-column: 1 / -1; }
.about-story-text { grid-column: 1 / -1; }
.footer-col { 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; }
