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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #957860;
  --primary-dark:   #7a6050;
  --primary-tint:   rgba(149,120,96,0.12);
  --accent:         #A4C4AC;
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --surface-2:      #221e1a;
  --ink:            #F4F1EA;
  --ink-dim:        #ccc7be;
  --muted:          #8E8A82;
  --border:         rgba(149,120,96,0.18);
  --border-subtle:  rgba(244,241,234,0.08);
  --header-height:  72px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  background: var(--canvas);
  color: var(--ink);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.68;
  background: var(--canvas);
  color: var(--ink);
  overflow-x: hidden;
}

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

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

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

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

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

/* Links */
a { color: var(--ink-dim); text-decoration: none; transition: color 150ms ease; }
a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 { font-size: clamp(48px, 7vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.4vw, 32px); font-weight: 600; }
h4 { font-size: clamp(18px, 1.8vw, 24px); }

em { font-style: italic; }

/* Italic accent in display contexts */
.accent-word,
h1 em, h2 em, h3 em,
.hero-title em,
.section-title em,
.story-headline em,
.team-bridge-headline em,
.cta-banner-headline em,
.cta-banner-title em,
.gallery-section-title em,
.page-header-title em,
.contact-form-heading em,
.info-card-heading em,
.section-headline em {
  font-style: italic;
  color: var(--primary);
}

/* Mono label style */
.hero-eyebrow,
.section-eyebrow,
.page-eyebrow,
.page-header-eyebrow,
.banner-eyebrow,
.cta-banner-eyebrow,
.gallery-section-eyebrow,
.story-eyebrow,
.story-mission-label,
.service-feat-label,
.service-feat-num,
.service-card-num,
.credentials-label,
.contact-form-label,
.contact-info-label,
.info-detail-label,
.info-avail-label,
.info-areas-label,
.footer-col-title,
.footer-col-heading,
.promise-attribution,
.review-attribution,
.timeline-label,
.value-num,
.cta-phone-label,
.info-card-heading .label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 0.85vw, 12px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.4;
}

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

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}
.wide-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}
.section-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease, background 160ms ease, color 160ms ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }

.btn-primary {
  background: var(--primary);
  color: var(--canvas);
}
.btn-primary:hover { filter: brightness(1.1); color: var(--canvas); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(244,241,234,0.25);
}
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }

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

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

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

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 28px;
  align-items: center;
}
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
}
.nav-pages a:hover { color: var(--ink); text-decoration: none; }
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 4px;
}

.nav-cta {
  flex: 0 0 auto;
}
.nav-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--canvas);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 160ms ease;
}
.nav-cta a:hover { filter: brightness(0.92); text-decoration: none; color: var(--canvas); }
.nav-cta a svg { width: 14px; height: 14px; }

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 22px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .nav-pages {
    display: none;
    position: absolute;
    top: 60px;
    left: 0; right: 0;
    flex-direction: column;
    background: var(--canvas);
    padding: 24px;
    gap: 4px;
    border-bottom: 1px solid var(--border-subtle);
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { padding: 12px 0; font-size: 13px; color: var(--ink); }
  .nav-toggle { display: flex; margin-left: auto; }
  .nav-cta a span { display: none; }
  .nav-cta a { padding: 10px 12px; }
}

/* ============================================================
   HERO
   ============================================================ */
section#hero.hero {
  min-height: 95vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(64px, 8vh, 112px);
}

section#hero.hero > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 20%; z-index: 0;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(149,120,96,0.22) 0%, transparent 55%),
    linear-gradient(to top, rgba(12,12,15,0.92) 0%, rgba(12,12,15,0.55) 45%, rgba(12,12,15,0.75) 100%);
}

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

.hero-eyebrow {
  margin-bottom: 20px;
  color: var(--primary);
}

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

.hero-sub {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--ink-dim);
  max-width: 48ch;
  line-height: 1.6;
  margin-bottom: 36px;
}

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

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

/* ============================================================
   TRUST CHIPS
   ============================================================ */
.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: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(12,12,15,0.6);
  backdrop-filter: blur(8px);
}
.trust-chip .trust-strip-stars { color: var(--primary); }

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-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: marqueeScroll 38s linear infinite;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: clamp(11px, 1.1vw, 14px);
  line-height: 1.2;
  color: var(--muted);
  flex-shrink: 0;
}
.marquee-item span { color: var(--primary); }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   TRUST STRIP (standalone section below hero)
   ============================================================ */
.trust-strip-wrap {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px clamp(20px, 4vw, 48px);
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.trust-sep, .dot {
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.trust-strip-stars { color: var(--primary); }
.trust-sep { display: inline-block; margin: 0 4px; }

/* ============================================================
   SERVICES BENTO
   ============================================================ */
.services {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.services-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  margin-bottom: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.services-header-text { flex: 1; }
.services-header .section-eyebrow { display: block; margin-bottom: 12px; }
.services-header .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.services-all-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.services-all-link:hover { text-decoration: none; opacity: 0.75; }

.services-bento {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 2px;
}

/* Flagship card spans 2 cols */
.service-card.flagship {
  grid-column: span 2;
}

.service-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  display: block;
  text-decoration: none;
  min-height: 320px;
  cursor: pointer;
}
.service-card > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 600ms ease;
  max-height: none !important;
}
.service-card:hover > img { transform: scale(1.04); }
.service-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.9) 0%, rgba(12,12,15,0.2) 60%, transparent 100%);
  transition: background 300ms ease;
}
.service-card:hover .service-card-overlay {
  background: linear-gradient(to top, rgba(12,12,15,0.95) 0%, rgba(12,12,15,0.4) 70%, transparent 100%);
}
.service-card-body {
  position: absolute; inset: 0; z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}
.service-card-body h3 {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.15;
}
.service-card-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
  display: block;
}
.service-card-desc {
  font-size: 13px;
  color: var(--ink-dim);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  margin-bottom: 10px;
  max-width: 38ch;
}
.service-card:hover .service-card-desc { opacity: 1; transform: translateY(0); }
.service-card-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-card-link::after { content: '\2192'; }

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

@media (max-width: 900px) {
  .services-bento { grid-template-columns: 1fr 1fr; gap: 2px; }
  .service-card.flagship { grid-column: span 2; }
  .service-card { min-height: 260px; }
}
@media (max-width: 600px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card.flagship { grid-column: span 1; }
  .service-card { min-height: 220px; }
}

/* ============================================================
   GALLERY PREVIEW (index.html)
   ============================================================ */
.gallery-preview {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.gallery-preview-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.gallery-feature {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  border-radius: 4px;
}
.gallery-feature > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  max-height: none !important;
}
.gallery-feature-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.85) 0%, rgba(12,12,15,0.15) 55%, transparent 100%);
}
.gallery-feature-copy {
  position: absolute; inset: 0; z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 56px);
}
.gallery-feature-copy .section-eyebrow { margin-bottom: 16px; }
.gallery-feature-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  line-height: 1.05;
  max-width: 16ch;
  margin-bottom: 20px;
}
.gallery-feature-sub {
  font-size: clamp(14px, 1.1vw, 17px);
  color: var(--ink-dim);
  max-width: 40ch;
  margin-bottom: 28px;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--surface);
}
.reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.reviews-header {
  margin-bottom: 56px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 32px;
}
.reviews-header .section-eyebrow { margin-bottom: 16px; display: block; }
.reviews-header h2 {
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
  color: var(--ink);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  padding: 32px;
  background: var(--surface-2);
  border-radius: 4px;
  border-top: 1px solid var(--primary);
}
.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}
.review-stars svg {
  width: 16px; height: 16px;
  color: var(--primary);
  fill: var(--primary);
  flex-shrink: 0;
}
.review-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1.3;
}
.review-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 1.4vw, 19px);
  font-style: italic;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 20px;
}
.review-attribution {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; gap: 16px; } }
@media (min-width: 640px) and (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.faq-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.faq-header {
  margin-bottom: 56px;
}
.faq-header .section-eyebrow { display: block; margin-bottom: 16px; }
.faq-header h2 {
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
}
.faq-list {}
.faq-item {
  border-bottom: 1px solid var(--border-subtle);
}
.faq-item summary {
  cursor: pointer;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 16px;
  transition: color 150ms;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--primary); }
.faq-chevron {
  width: 18px; height: 18px;
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 220ms ease;
}
.faq-item[open] summary { color: var(--primary); }
.faq-item[open] .faq-chevron { transform: rotate(45deg); }
.faq-body {
  padding: 0 0 22px;
  color: var(--ink-dim);
  line-height: 1.7;
  font-size: clamp(14px, 1.05vw, 16px);
}

details.faq {
  border-bottom: 1px solid var(--border-subtle);
  padding: 18px 0;
}
details.faq > summary {
  cursor: pointer; font-weight: 600; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after {
  content: "+"; font-weight: 300; transition: transform 200ms; color: var(--muted);
}
details.faq[open] > summary::after {
  transform: rotate(45deg); color: var(--primary);
}
details.faq p { margin-top: 12px; line-height: 1.6; }

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  padding: clamp(56px, 7vh, 96px) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.team-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.team-cta-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  line-height: 1.2;
}
.team-cta-text span { color: var(--primary); }
.team-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--canvas);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 160ms;
  flex-shrink: 0;
}
.team-cta-link:hover { filter: brightness(0.92); text-decoration: none; color: var(--canvas); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(80px, 10vh, 140px) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-header { margin-bottom: 40px; }
.contact-header .section-eyebrow { display: block; margin-bottom: 12px; }
.contact-header .section-title,
.contact-header h2 {
  font-size: clamp(28px, 4vw, 52px);
  font-style: italic;
  line-height: 1.05;
}
.contact-form-label { display: block; margin-bottom: 12px; }
.contact-form-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 8px;
}
.contact-form-sub {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 36px;
}
.contact-form-group,
.form-field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.contact-label, .form-field label, .contact-form-group label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 150ms;
}
.contact-input, .contact-textarea,
.form-field input, .form-field textarea, .form-field select,
input[id^="cf-"], textarea[id^="cf-"] {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  padding: 14px 16px;
  transition: border-color 150ms;
  outline: none;
  -webkit-appearance: none;
}
.contact-input:focus, .contact-textarea:focus,
.form-field input:focus, .form-field textarea:focus, .form-field select:focus,
input[id^="cf-"]:focus, textarea[id^="cf-"]:focus {
  border-color: var(--primary);
}
.contact-input:focus + label, .contact-textarea:focus + label,
.form-field input:focus + label, .form-field textarea:focus + label {
  color: var(--primary);
}
.contact-textarea, .form-field textarea { min-height: 128px; resize: vertical; }
.form-field select, #contact-service {
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}
.form-field select option { background: var(--surface); color: var(--ink); }
.contact-submit, .form-submit {
  background: var(--primary);
  color: var(--canvas);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: filter 160ms;
  width: 100%;
  margin-top: 8px;
}
.contact-submit:hover, .form-submit:hover { filter: brightness(0.92); }

/* Contact info side */
.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: 4px;
  padding: 36px;
}
.info-card-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-style: italic;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 32px;
  line-height: 1.2;
}
.contact-info-item,
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.contact-info-item:last-of-type,
.info-item:last-of-type { border-bottom: 0; }
.contact-info-icon,
.info-icon {
  flex-shrink: 0;
  color: var(--primary);
  margin-top: 2px;
}
.contact-info-icon svg, .info-icon svg { width: 18px; height: 18px; }
.contact-info-label,
.info-detail-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
  display: block;
}
.contact-info-value,
.info-detail-value {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.contact-info-value a, .info-detail-value a { color: var(--ink); }
.contact-info-value a:hover, .info-detail-value a:hover { color: var(--primary); text-decoration: none; }

.info-availability {
  margin-top: 20px;
  padding: 16px;
  background: var(--canvas);
  border-radius: 4px;
  border: 1px solid var(--border-subtle);
}
.info-avail-text {
  font-size: 14px;
  color: var(--ink-dim);
  line-height: 1.6;
  margin-top: 6px;
}
.info-service-areas { margin-top: 16px; }
.areas-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.area-pill {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 11px;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.06em;
}
.info-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.social-link {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--muted);
  transition: border-color 150ms, color 150ms;
}
.social-link:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }
.social-link svg { width: 16px; height: 16px; }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 45vh, 520px);
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
}
.page-header > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%; z-index: 0;
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.88) 0%, rgba(12,12,15,0.45) 55%, rgba(12,12,15,0.65) 100%);
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(40px, 6vh, 80px) clamp(20px, 4vw, 48px);
  width: 100%;
}
.page-header-eyebrow,
.page-eyebrow { display: block; margin-bottom: 16px; }
.page-header-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 16px;
  max-width: 18ch;
}
.page-header-sub {
  font-size: clamp(14px, 1.1vw, 17px);
  color: var(--ink-dim);
  max-width: 48ch;
  line-height: 1.6;
}

/* ============================================================
   SERVICES LIST (services.html)
   ============================================================ */
.services-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(64px, 8vh, 112px) clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 480px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}
.service-feature:nth-child(even) { direction: rtl; }
.service-feature:nth-child(even) > * { direction: ltr; }
.service-feat-img {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.service-feat-img > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  max-height: none !important;
  transition: transform 600ms ease;
}
.service-feature:hover .service-feat-img > img { transform: scale(1.03); }
.service-feat-img-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(12,12,15,0.25);
}
.service-feat-num {
  position: absolute;
  bottom: 20px; right: 20px;
  z-index: 2;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(12,12,15,0.7);
  padding: 6px 12px;
  border-radius: 2px;
  backdrop-filter: blur(4px);
}
.service-feat-body {
  padding: clamp(40px, 5vw, 72px);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.service-feat-label { display: block; }
.service-feat-body h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 4px;
}
.service-feat-body p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: var(--ink-dim);
  line-height: 1.7;
  max-width: 46ch;
}
.service-feat-body a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--canvas);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 12px;
  align-self: flex-start;
  transition: filter 160ms;
}
.service-feat-body a:hover { filter: brightness(0.92); text-decoration: none; color: var(--canvas); }

@media (max-width: 900px) {
  .service-feature { grid-template-columns: 1fr; min-height: auto; direction: ltr !important; }
  .service-feature:nth-child(even) { direction: ltr; }
  .service-feat-img { min-height: 260px; }
}

/* ============================================================
   EMERGENCY BANNER (services.html)
   ============================================================ */
.emergency-banner {
  padding: clamp(64px, 8vh, 112px) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.emergency-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.emergency-text { }
.emergency-text .banner-eyebrow { display: block; margin-bottom: 20px; }
.emergency-text h2 {
  font-size: clamp(32px, 4.5vw, 64px);
  font-style: italic;
  margin-bottom: 20px;
}
.emergency-text p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: var(--ink-dim);
  line-height: 1.7;
  margin-bottom: 12px;
}
.emergency-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.emergency-ctas a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: filter 160ms;
}
.emergency-ctas a:first-child {
  background: var(--primary); color: var(--canvas);
}
.emergency-ctas a:first-child:hover { filter: brightness(0.92); text-decoration: none; color: var(--canvas); }
.emergency-ctas a:last-child {
  border: 1px solid var(--border); color: var(--ink);
}
.emergency-ctas a:last-child:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }
.emergency-feat-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  min-height: 360px;
}
.emergency-feat-img > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none !important;
}
@media (max-width: 900px) {
  .emergency-inner { grid-template-columns: 1fr; gap: 40px; }
  .emergency-feat-img { min-height: 240px; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border-subtle);
}
.cta-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}
.cta-banner-left { }
.cta-banner-eyebrow,
.cta-banner-eyebrow.fade-up { display: block; margin-bottom: 20px; }
.cta-banner-title,
.cta-banner-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.cta-banner-sub {
  font-size: clamp(14px, 1.1vw, 17px);
  color: var(--ink-dim);
  max-width: 44ch;
  line-height: 1.65;
  margin-bottom: 32px;
}
.cta-banner-btns,
.cta-pair {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-banner-btns a, .cta-pair a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: filter 160ms, border-color 160ms, color 160ms;
}
.cta-banner-btns a:first-child, .cta-pair a:first-child {
  background: var(--primary); color: var(--canvas);
}
.cta-banner-btns a:first-child:hover, .cta-pair a:first-child:hover {
  filter: brightness(0.92); text-decoration: none; color: var(--canvas);
}
.cta-banner-btns a:last-child, .cta-pair a:last-child {
  border: 1px solid rgba(244,241,234,0.2); color: var(--ink);
}
.cta-banner-btns a:last-child:hover, .cta-pair a:last-child:hover {
  border-color: var(--primary); color: var(--primary); text-decoration: none;
}
.cta-banner-right {
  flex-shrink: 0;
}
.cta-phone-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.cta-phone-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-style: italic;
  color: var(--ink);
  white-space: nowrap;
}
.cta-phone-big a { color: var(--ink); }
.cta-phone-big a:hover { color: var(--primary); text-decoration: none; }

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

/* Full-width CTA banner variant (about.html) */
section.cta-banner {
  text-align: left;
}

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-section {
  padding: clamp(64px, 8vh, 112px) 0;
  background: var(--canvas);
}
.gallery-section-header {
  max-width: 1200px;
  margin: 0 auto 48px;
  padding: 0 clamp(20px, 4vw, 48px);
}
.gallery-section-eyebrow { display: block; margin-bottom: 16px; }
.gallery-section-title {
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
}
.filter-bar {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-btn {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 18px;
  border: 1px solid var(--border-subtle);
  background: transparent;
  color: var(--muted);
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 150ms, color 150ms, background 150ms;
}
.filter-btn:hover, .filter-btn.active {
  border-color: var(--primary);
  color: var(--primary);
}
.filter-btn.active { background: var(--primary-tint); }

.project-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.project-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  aspect-ratio: 4 / 3;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.project-card-featured { aspect-ratio: 8 / 5; grid-column: span 2; }
.project-card-tall { aspect-ratio: 3 / 4; grid-row: span 2; }
.project-card-img-wrap {
  position: absolute; inset: 0;
}
.project-card-img-wrap > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  max-height: none !important;
}
.project-card:hover .project-card-img-wrap > img { transform: scale(1.05); }
.project-card-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.8) 0%, transparent 55%);
  z-index: 1;
  transition: opacity 300ms;
}
.project-card:hover .project-card-scrim { opacity: 1; }
.project-card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 20px;
  transform: translateY(4px);
  transition: transform 300ms ease;
}
.project-card:hover .project-card-body { transform: translateY(0); }
.project-card-body h3 {
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: italic;
  color: var(--ink);
  margin-bottom: 4px;
  font-family: 'Cormorant Garamond', serif;
}
.project-card-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
}
.project-card-location {
  font-size: 11px;
  color: var(--ink-dim);
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-card-location svg { width: 11px; height: 11px; }
.project-card-desc {
  font-size: 12px;
  color: var(--ink-dim);
  margin-top: 6px;
  opacity: 0;
  transition: opacity 300ms;
  line-height: 1.5;
}
.project-card:hover .project-card-desc { opacity: 1; }

@media (max-width: 900px) {
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card-featured { grid-column: span 2; }
  .project-card-tall { grid-row: auto; aspect-ratio: 4/3; }
}
@media (max-width: 600px) {
  .project-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .project-card-featured { grid-column: span 2; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.founder-story {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.founder-story-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}
.founder-portrait-col { }
.founder-portrait-frame {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.founder-portrait-frame > img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.05);
  max-height: none !important;
}
.founder-portrait-caption {
  margin-top: 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.founder-portrait-caption strong { color: var(--primary); font-weight: 700; }
.founder-story-body { }
.story-eyebrow { display: block; margin-bottom: 20px; }
.story-headline {
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
  line-height: 1.05;
  margin-bottom: 32px;
}
.story-body p {
  font-size: clamp(15px, 1.1vw, 17px);
  color: var(--ink-dim);
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 62ch;
}
.story-body p em { font-style: italic; color: var(--primary); font-family: 'Cormorant Garamond', serif; font-size: 1.15em; }
.story-divider {
  width: 48px;
  height: 1px;
  background: var(--primary);
  margin: 32px 0;
}
.story-mission {
  padding: 28px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--primary);
  border-radius: 0 4px 4px 0;
  background: var(--surface);
  margin-bottom: 24px;
}
.story-mission-label { display: block; margin-bottom: 10px; }
.story-mission p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 1.6vw, 22px);
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .founder-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .founder-portrait-frame > img { aspect-ratio: 4 / 3; }
}

/* VALUES */
.values-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--surface);
}
.values-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.values-inner .section-eyebrow { display: block; margin-bottom: 16px; }
.values-inner .section-headline {
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
  margin-bottom: 56px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.value-card {
  padding: 36px 28px;
  background: var(--surface-2);
  border-top: 1px solid var(--primary);
  transition: background 200ms;
}
.value-card:hover { background: rgba(149,120,96,0.06); }
.value-num {
  display: block;
  color: var(--primary);
  margin-bottom: 16px;
}
.value-card h3 {
  font-size: clamp(18px, 1.8vw, 24px);
  font-style: italic;
  margin-bottom: 12px;
}
.value-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}
@media (max-width: 900px) { .values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .values-grid { grid-template-columns: 1fr; } }

/* TIMELINE */
.timeline-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.timeline-section .section-eyebrow { display: block; margin-bottom: 16px; max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 clamp(20px, 4vw, 48px); }
.timeline-section .section-headline {
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
  margin-bottom: 56px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.timeline-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}
.timeline-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
}
.timeline-dot-inner {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}
.timeline-dot::after {
  content: '';
  width: 1px;
  flex: 1;
  background: var(--border);
  margin-top: 8px;
}
.timeline-item:last-child .timeline-dot::after { display: none; }
.timeline-content h3 {
  font-size: clamp(18px, 1.8vw, 24px);
  font-style: italic;
  margin-bottom: 8px;
}
.timeline-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
  display: block;
}
.timeline-body {
  font-size: 15px;
  color: var(--ink-dim);
  line-height: 1.7;
}

/* PROMISE STRIP */
.promise-strip {
  padding: clamp(56px, 7vh, 96px) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.promise-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  text-align: center;
}
.promise-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 44px);
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 20px;
}
.promise-attribution {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}

/* TEAM BRIDGE */
.team-bridge {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.team-bridge-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
}
.team-bridge-text .section-eyebrow { display: block; margin-bottom: 20px; }
.team-bridge-headline {
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
  line-height: 1.05;
  margin-bottom: 24px;
}
.team-bridge-body {
  font-size: clamp(15px, 1.1vw, 17px);
  color: var(--ink-dim);
  line-height: 1.75;
  max-width: 56ch;
  margin-bottom: 40px;
}
.team-bridge-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.bridge-stat { }
.bridge-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  font-style: italic;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 4px;
}
.bridge-stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.team-bridge-credentials {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: 4px;
  padding: 36px;
}
.credentials-label { display: block; margin-bottom: 20px; }
.credentials-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.credentials-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 14px;
  color: var(--ink-dim);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.credentials-list li::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 7px;
}
.credentials-list li:last-child { border-bottom: 0; }
@media (max-width: 900px) {
  .team-bridge-inner { grid-template-columns: 1fr; gap: 48px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border-subtle);
  padding: clamp(56px, 7vh, 96px) 0 0;
}
.footer-inner,
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.footer-brand { }
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: var(--ink);
  margin-top: 12px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 8px;
  max-width: 28ch;
}
.footer-contact-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
}
.footer-contact-row a {
  font-size: 13px;
  color: var(--muted);
}
.footer-contact-row a:hover { color: var(--primary); }
.footer-col-title,
.footer-col-heading {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-links a {
  font-size: 13px;
  color: var(--muted);
}
.footer-links a:hover { color: var(--primary); text-decoration: none; }
.footer-links li span {
  font-size: 13px;
  color: var(--muted);
}
.footer-contact-line {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 4px;
}
.footer-contact-line a { color: var(--muted); }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }
.footer-phone-link { color: var(--primary) !important; }
.footer-bottom {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 20px clamp(20px, 4vw, 48px);
  border-top: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-copy, .footer-badge {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
@media (max-width: 900px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 600px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-brand { grid-column: auto; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call-pill,
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
}
.mobile-call-pill a,
.mobile-cta a,
a.mobile-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--canvas) !important;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.55);
  transition: filter 160ms, transform 160ms;
}
.mobile-call-pill a:hover,
.mobile-cta a:hover,
a.mobile-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  text-decoration: none !important;
}
.mobile-call-pill a svg,
.mobile-cta a svg,
a.mobile-cta svg { width: 18px; height: 18px; color: var(--canvas); fill: var(--canvas); }

@media (max-width: 900px) {
  .mobile-call-pill, .mobile-cta, a.mobile-cta { display: flex; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
.fade-up, .fade-left, .fade-right, .scale-in {
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-up    { transform: translateY(28px); }
.fade-left  { transform: translateX(-28px); }
.fade-right { transform: translateX(28px); }
.scale-in   { transform: scale(0.94); }

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

.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.stagger > *.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.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', serif;
  font-style: italic;
}
.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;
  font-weight: 500;
}

/* ============================================================
   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: 8px;
}
.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
  font-family: 'IBM Plex Mono', monospace;
}

/* ============================================================
   MISC UTILITY
   ============================================================ */
.bleed { width: 100vw; margin-left: calc(-50vw + 50%); }

/* Readability cap for tables */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price {
  background: var(--surface);
  color: var(--ink);
}

/* Prevent heading links from looking like browser links */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

/* ============================================================
   RESPONSIVE TYPOGRAPHY
   ============================================================ */
@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .team-bridge-stats { gap: 24px; }
  .bridge-stat-num { font-size: 40px; }
}

@media (min-width: 640px) and (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .nav-toggle { display: none; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.footer-col { grid-column: 1 / -1; }
.service-feat-img { grid-column: 1 / -1; }
.service-feat-body { grid-column: 1 / -1; }
.banner-eyebrow { grid-column: 1 / -1; }
.cta-phone-big { grid-column: 1 / -1; }
.cta-banner-btns { grid-column: 1 / -1; }
.timeline-dot { grid-column: 1 / -1; }
.timeline-content { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
/* validator patch: cap unsized SVGs in layout cells */
.contact-info-icon { width: 24px; height: 24px; max-width: 32px; max-height: 32px; }
/* 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; }
