@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');

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --primary:        #388649;
  --accent:         #046C1C;
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --ink:            #F4F1EA;
  --muted:          #8E8A82;
  --primary-dim:    rgba(56, 134, 73, 0.18);
  --primary-glow:   rgba(56, 134, 73, 0.08);
  --border:         rgba(244, 241, 234, 0.10);
  --border-brand:   rgba(56, 134, 73, 0.40);
  --overlay-dark:   rgba(12, 12, 15, 0.82);
  --header-height:  72px;
  --radius:         4px;
  --section-py:     clamp(112px, 14vh, 180px);
  --container:      1200px;
  --wide:           1400px;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  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; }

/* Anchors in 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: var(--ink); transition: color 150ms; text-decoration: none; }
a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

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

/* Luxury brochure move: .accent-word and display em inside copy */
.accent-word,
em.accent-word,
.about-body em,
.about-text-heading em,
.section-heading em,
.hero-title em,
.page-header-title em,
.page-header-title em,
.cta-banner-heading em,
.cta-banner-title em,
.cta-strip-heading em,
.crew-pullquote em,
.drop-cap em,
.about-body p em,
.service-desc em,
h2 em,
h3 em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  color: var(--primary);
  font-size: 1.25em;
  line-height: 0.9;
}

/* Body copy em that's NOT a heading inherits inline */
p em { font-style: italic; }

/* Labels / eyebrows */
.section-eyebrow,
.section-label,
.page-eyebrow,
.page-header-eyebrow,
.cta-banner-eyebrow,
.cta-strip-eyebrow,
.service-index,
.step-num,
.info-card-label,
.contact-info-label,
.filter-label,
.footer-col-heading,
.footer-col-title,
.footer-col-label {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 16px;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.wide-container { max-width: var(--wide); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.section-inner { max-width: var(--container); margin: 0 auto; padding: clamp(80px, 10vh, 140px) clamp(20px, 4vw, 48px); }

.section-divider {
  width: 48px;
  height: 1px;
  background: var(--primary);
  margin-top: 20px;
  margin-bottom: 0;
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up    { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-left  { opacity: 0; transform: translateX(-28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-right { opacity: 0; transform: translateX(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.scale-in   { opacity: 0; transform: scale(0.94); transition: opacity 0.6s ease, transform 0.6s ease; }

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

.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.stagger > *.visible { opacity: 1; transform: none; }
.stagger > *:nth-child(1) { transition-delay: 0.05s; }
.stagger > *:nth-child(2) { transition-delay: 0.12s; }
.stagger > *:nth-child(3) { transition-delay: 0.19s; }
.stagger > *:nth-child(4) { transition-delay: 0.26s; }
.stagger > *:nth-child(5) { transition-delay: 0.33s; }
.stagger > *:nth-child(6) { transition-delay: 0.40s; }
.stagger > *:nth-child(7) { transition-delay: 0.47s; }
.stagger > *:nth-child(8) { transition-delay: 0.54s; }

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

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

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

.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px !important; }

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-pages ul {
  list-style: none;
  display: flex;
  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.10em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 150ms;
  white-space: nowrap;
}
.nav-pages a:hover { color: var(--ink); text-decoration: none; }
.nav-pages a[aria-current="page"] { color: var(--primary); border-bottom: 2px solid var(--primary); }

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--canvas) !important;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: filter 200ms;
}
.nav-cta:hover { filter: brightness(0.88); color: var(--canvas) !important; text-decoration: none !important; }
.nav-cta svg { width: 14px; height: 14px; 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;
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-cta span { 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);
    border-bottom: 1px solid var(--border);
    padding: 24px 28px;
    gap: 0;
    flex: unset;
  }
  .nav-pages.open { display: flex; }
  .nav-pages ul { flex-direction: column; gap: 0; align-items: flex-start; width: 100%; }
  .nav-pages li { width: 100%; }
  .nav-pages a { display: block; padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 13px; color: var(--ink); }
  .nav-pages a:last-child { border-bottom: none; }
}

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 96vh;
  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: grayscale(15%) brightness(0.75);
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(4, 108, 28, 0.22) 0%, transparent 55%),
    linear-gradient(to top, rgba(12,12,15,0.88) 0%, rgba(12,12,15,0.55) 50%, rgba(12,12,15,0.72) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px) clamp(72px, 9vh, 120px);
  width: 100%;
}

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

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

.hero-title .accent-word {
  color: var(--primary);
  font-size: 1em;
}

.hero-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--muted);
  line-height: 1.6;
  max-width: 46ch;
  margin-bottom: 36px;
}

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

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

.trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 14px;
  white-space: nowrap;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: var(--radius);
  padding: 18px 32px;
  transition: filter 200ms, background 200ms, color 200ms;
  cursor: pointer;
  white-space: nowrap;
  border: none;
}

.btn-primary,
.btn.btn-primary {
  background: var(--primary);
  color: var(--canvas);
}
.btn-primary:hover { filter: brightness(0.88); color: var(--canvas) !important; }

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

.btn-primary-cta {
  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.10em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: var(--radius);
  text-decoration: none !important;
  transition: filter 200ms;
}
.btn-primary-cta:hover { filter: brightness(0.88); color: var(--canvas) !important; }

.btn-service {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  transition: gap 200ms, color 200ms;
  margin-top: 20px;
}
.btn-service:hover { gap: 14px; color: var(--ink); text-decoration: none !important; }
.btn-service svg { width: 14px; height: 14px; }

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

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

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

.marquee-item {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: clamp(10px, 1.2vw, 13px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
  flex-shrink: 0;
}

.marquee-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  margin-left: 48px;
  vertical-align: middle;
}

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

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

.trust-strip-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.trust-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 16px;
  white-space: nowrap;
}

.trust-pill.featured {
  border-color: var(--border-brand);
  color: var(--primary);
  background: var(--primary-glow);
}

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

/* ============================================================
   SERVICES (index.html tabbed panel)
   ============================================================ */
#services.services {
  background: var(--canvas);
}

.services-head {
  margin-bottom: 48px;
}

.services-head .section-heading {
  font-size: clamp(36px, 5vw, 72px);
  margin-top: 12px;
}

#serviceTabs.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0;
}

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

.services-panels { position: relative; }

.service-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.service-panel.active { display: grid; }

.service-panel-img {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--surface);
}
.service-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%) brightness(0.9);
  transition: filter 400ms;
}
.service-panel-img:hover img { filter: grayscale(0%) brightness(1); }

.service-panel-body { padding: 8px 0; }

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

.service-panel-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 16px;
}

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

@media (max-width: 640px) {
  .service-panel { grid-template-columns: 1fr; }
  .service-tab { font-size: 10px; padding: 10px 12px; }
}

/* ============================================================
   SERVICES DETAIL PAGE (services.html)
   ============================================================ */
.services-intro { background: var(--canvas); }
.services-intro .section-inner { padding-top: 80px; padding-bottom: 60px; }
.services-intro h2 {
  font-size: clamp(36px, 5vw, 64px);
  margin-top: 12px;
  max-width: 18ch;
}
.services-intro p { color: var(--muted); max-width: 55ch; margin-top: 20px; font-size: 16px; line-height: 1.7; }

.services-detail { background: var(--canvas); }

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px);
  max-width: var(--container);
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}

.service-block.reverse .service-photo-col { order: 2; }
.service-block.reverse .service-text-col  { order: 1; }

.service-photo-col {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--surface);
  grid-column: 1;
}
.service-block.reverse .service-photo-col { grid-column: 2; }
.service-block.reverse .service-text-col  { grid-column: 1; }

.service-photo-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(15%) brightness(0.88);
  transition: filter 400ms, transform 600ms;
}
.service-photo-col:hover img { filter: grayscale(0%) brightness(1); transform: scale(1.02); }

.service-text-col { padding: 8px 0; }

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

.service-text-col h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.0;
  margin-bottom: 20px;
}

.service-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 14px;
}

.service-bullets {
  list-style: none;
  margin: 20px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-bullets li {
  font-size: 14px;
  color: var(--muted);
  padding-left: 20px;
  position: relative;
  line-height: 1.55;
}
.service-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 1px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .service-block { grid-template-columns: 1fr; gap: 32px; }
  .service-block.reverse .service-photo-col,
  .service-block.reverse .service-text-col { order: unset; grid-column: auto; }
  .service-photo-col, .service-block.reverse .service-photo-col { grid-column: auto; }
}

/* ============================================================
   PAGE HEADER (sub-page banners)
   ============================================================ */
.page-header {
  min-height: clamp(300px, 45vh, 520px);
  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.90) 0%, rgba(12,12,15,0.45) 60%, rgba(12,12,15,0.62) 100%);
}

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

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

.page-header-title,
.page-header-inner h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 600;
  font-style: italic;
  line-height: 0.97;
  color: var(--ink);
  margin-bottom: 16px;
  max-width: 16ch;
}

.page-header-sub {
  font-size: clamp(14px, 1.4vw, 16px);
  color: var(--muted);
  max-width: 52ch;
  line-height: 1.6;
}

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

.gallery-preview {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16/6;
  background: var(--surface);
  margin-top: 32px;
}

.gallery-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%) brightness(0.85);
}

.gallery-preview-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(12,12,15,0.60);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms;
}
.gallery-preview:hover .gallery-preview-overlay { background: rgba(12,12,15,0.45); }

.gallery-preview-cta { text-align: center; }

/* Gallery full page */
.gallery-filter-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px clamp(20px, 4vw, 48px) 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.filter-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0;
}

#filterPills.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 16px;
  background: transparent;
  cursor: pointer;
  transition: color 150ms, border-color 150ms, background 150ms;
}
.filter-pill:hover,
.filter-pill.active { color: var(--primary); border-color: var(--border-brand); background: var(--primary-glow); }

.gallery-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px) clamp(60px, 8vh, 100px);
}

.gallery-tally {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}

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

.gallery-card {
  background: var(--surface);
  overflow: hidden;
  border-radius: 0;
  transition: transform 250ms ease-out;
}
.gallery-card:hover { transform: scale(0.99); z-index: 2; }

.gallery-card-photo {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.gallery-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(15%);
  transition: filter 400ms, transform 500ms;
}
.gallery-card:hover .gallery-card-photo img { filter: grayscale(0%); transform: scale(1.03); }

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

.gallery-card-num {
  position: absolute;
  bottom: 10px; right: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  color: rgba(244,241,234,0.55);
  letter-spacing: 0.10em;
}

.gallery-card-body {
  padding: 18px 20px 20px;
}

.gallery-card-body h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}
.gallery-card-location svg { width: 12px; height: 12px; }

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

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

.gallery-meta-item { display: flex; flex-direction: column; gap: 2px; }

.gallery-meta-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.6;
}

.gallery-meta-value {
  font-size: 12px;
  color: var(--ink);
  opacity: 0.75;
}

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

/* ============================================================
   REVIEWS
   ============================================================ */
#reviews.reviews {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.review-card {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-top: 1px solid var(--border-brand);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.review-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.45); }

.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.review-stars svg { width: 16px; height: 16px; color: var(--primary); fill: var(--primary); flex-shrink: 0; }

.review-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
  color: var(--ink);
  flex: 1;
  margin-bottom: 20px;
}

.review-attribution {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.reviewer-name {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
}

.review-verified {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.10em;
  color: var(--primary);
  text-transform: uppercase;
  margin-left: auto;
}

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

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

.faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--border);
}

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

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

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

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

.faq-list details p {
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--muted);
  max-width: 72ch;
}

/* ============================================================
   TEAM CTA (index.html)
   ============================================================ */
.team-cta {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.team-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.team-cta-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.1;
  color: var(--ink);
  max-width: 60ch;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.cta-banner-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(80px, 10vh, 130px) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.cta-banner-text { max-width: 56ch; }
.cta-banner-title,
.cta-banner-heading {
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.0;
  margin-top: 10px;
  margin-bottom: 16px;
}
.cta-banner-sub,
.cta-banner-title + p { color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 0; }

.cta-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.cta-hours {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

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

/* ============================================================
   CTA STRIP (contact.html)
   ============================================================ */
.cta-strip {
  background: var(--canvas);
  padding: clamp(60px, 8vh, 100px) clamp(20px, 4vw, 48px);
  max-width: var(--container);
  margin: 0 auto;
  text-align: center;
}

.cta-strip-heading {
  font-size: clamp(32px, 4.5vw, 64px);
  margin: 10px 0 16px;
}

.cta-strip-sub { color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 32px; max-width: 50ch; margin-inline: auto; }

.cta-strip-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.contact-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(60px, 8vh, 100px) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-form-col { }

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

.contact-form-heading {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 12px;
}

.contact-form-intro {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 28px;
}

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

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

.form-group {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  margin-bottom: 18px;
}

.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;
}
.form-group:focus-within label { color: var(--primary); }

.form-group input,
.form-group textarea,
.form-group select {
  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;
  width: 100%;
  outline: none;
  transition: border-color 200ms;
  appearance: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--primary); }

.form-group textarea { resize: vertical; min-height: 100px; }

.form-group select { cursor: pointer; }

.form-group option { background: var(--surface); color: var(--ink); }

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--canvas);
  border: none;
  border-radius: var(--radius);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 18px 32px;
  cursor: pointer;
  margin-top: 8px;
  transition: filter 200ms;
  align-self: flex-start;
}
.form-submit:hover { filter: brightness(0.88); }
.form-submit svg { width: 14px; height: 14px; }

/* Contact info card */
.contact-info,
.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: var(--radius);
  padding: 36px;
}

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

.info-block,
.contact-info-block {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.info-block:last-child,
.contact-info-block:last-child { border-bottom: none; }

.info-block-title,
.contact-info-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}

.info-block p,
.info-block a,
.contact-info-block a {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.55;
}
.info-block a:hover { color: var(--primary); }

.hours-table { display: flex; flex-direction: column; gap: 6px; }
.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
}
.day { color: var(--ink); }
.time { color: var(--muted); font-family: 'IBM Plex Mono', monospace; font-size: 12px; }

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

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

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

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-story { background: var(--canvas); }

.about-story-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 7vw, 80px);
  align-items: start;
}

.about-portrait-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.about-portrait-wrap img {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
  filter: grayscale(20%) brightness(0.88);
}

.about-portrait-caption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

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

.about-text-heading {
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.0;
  margin-bottom: 32px;
}

.about-body { display: flex; flex-direction: column; gap: 0; }

.drop-cap p:first-of-type::first-letter,
p.drop-cap::first-letter {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4.5em;
  font-weight: 600;
  font-style: italic;
  float: left;
  line-height: 0.75;
  margin-right: 8px;
  margin-top: 6px;
  color: var(--primary);
}

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

.about-hairline {
  width: 100%;
  height: 1px;
  background: var(--border-brand);
  margin: 20px 0;
}

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

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

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

.values-inner .section-heading {
  font-size: clamp(36px, 5vw, 72px);
  margin-top: 12px;
  margin-bottom: 48px;
}

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

.value-card {
  background: var(--canvas);
  border: 1px solid var(--border);
  padding: 32px 28px;
  border-top: 2px solid var(--border-brand);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.40); }

.value-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: 16px;
}

.value-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.value-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 0;
}

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

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

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

.journey-inner .section-heading {
  font-size: clamp(36px, 5vw, 72px);
  margin-top: 12px;
  margin-bottom: 56px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0; right: 0;
  height: 1px;
  background: var(--border);
}

.timeline-step { position: relative; padding-top: 40px; }

.timeline-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--canvas);
}

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

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

.timeline-step h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.15;
}

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

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

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

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

.crew-strip-inner .section-heading {
  font-size: clamp(32px, 4.5vw, 60px);
  margin-top: 12px;
  margin-bottom: 48px;
}

.crew-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

.crew-pullquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 20px;
}

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

.crew-quote-block p:last-child {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 8px;
}

.crew-photo-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
}
.crew-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%) brightness(0.88);
}

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

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas { background: var(--canvas); }

.service-areas-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
}

.areas-heading { font-size: clamp(28px, 4vw, 52px); margin-top: 12px; margin-bottom: 16px; }
.areas-desc { font-size: 15px; color: var(--muted); line-height: 1.65; }

.areas-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0;
}
.areas-list li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

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

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer,
footer.site-footer,
footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.footer-inner,
.site-footer .section-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(60px, 8vh, 100px) clamp(20px, 4vw, 48px) clamp(40px, 5vh, 60px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand img { margin-bottom: 16px; }

.footer-brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 28ch;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.footer-socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  transition: color 150ms, border-color 150ms;
}
.footer-socials a:hover { color: var(--primary); border-color: var(--border-brand); text-decoration: none; }
.footer-socials svg { width: 16px; height: 16px; }

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

.footer-col h4 {
  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;
  font-style: normal;
}

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

.footer-contact { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.footer-contact a { font-size: 13px; color: var(--muted); }
.footer-contact a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-line,
.contact-line {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.contact-line a { color: var(--muted); }
.contact-line a:hover { color: var(--primary); text-decoration: none; }

.footer-hours { font-size: 13px; color: var(--muted); line-height: 1.8; }

.footer-phone { font-size: 15px; color: var(--ink); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.footer-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.10em;
  color: var(--muted);
  opacity: 0.6;
  text-transform: uppercase;
}

.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.5;
}
.footer-legal a:hover { opacity: 1; color: var(--primary); }

.footer-bottom p { 
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.10em;
  color: var(--muted);
  opacity: 0.6;
  text-transform: uppercase;
}
.footer-bottom p a { color: var(--muted); opacity: 0.5; font-size: 10px; }
.footer-bottom p a:hover { color: var(--primary); opacity: 1; }

address { font-style: normal; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call,
.mobile-call-pill,
.mobile-cta-pill,
.mobile-sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--canvas) !important;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.55), 0 4px 12px rgba(56,134,73,0.30);
  transition: filter 200ms, transform 200ms;
}
.mobile-call:hover,
.mobile-call-pill:hover,
.mobile-cta-pill:hover,
.mobile-sticky-cta:hover { filter: brightness(0.90); transform: translateY(-1px); }

.mobile-call > a,
.mobile-call-pill > a,
.mobile-sticky-cta > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--canvas) !important;
  text-decoration: none !important;
}

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

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

/* ============================================================
   MISC STRUCTURAL
   ============================================================ */
.section-heading {
  font-size: clamp(36px, 5vw, 72px);
  margin-top: 12px;
  line-height: 1.0;
}

/* Unsized SVGs cap */
svg { flex-shrink: 0; }
.review-stars svg,
.faq-chevron,
.gallery-card-location svg,
.btn svg,
.btn-service svg,
.btn-ghost svg,
.btn-primary svg,
.form-submit svg,
.cta-strip-btns svg,
.footer-socials svg,
.nav-cta svg,
.contact-line svg {
  width: 18px;
  height: 18px;
}
.faq-chevron { width: 20px; height: 20px; }
.review-stars svg { width: 16px; height: 16px; }
.gallery-card-location svg { width: 12px; height: 12px; }
.nav-cta svg { width: 14px; height: 14px; }
.btn-service svg { width: 14px; height: 14px; }

/* Intro hairline (services.html) */
.intro-hairline {
  width: 48px;
  height: 1px;
  background: var(--primary);
  margin: 16px 0 24px;
}

/* Section label on services.html */
.section-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 16px;
}

/* About page active nav */
.about-text { max-width: none; }

/* Journey section values eyebrow */
.section-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
}

/* CTA pair (about.html) */
.cta-pair {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

/* Process (services.html WHY section) */
.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; }

/* 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', 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; }

/* Why section (services.html) */
.services-detail + section {
  background: var(--canvas);
}
.services-detail + section .section-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}
.services-detail + section h2 {
  font-size: clamp(32px, 4.5vw, 58px);
  margin-top: 12px;
  margin-bottom: 48px;
}
.services-detail + section > div { max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px) var(--section-py); }
.services-detail + section > div > div {
  border: 1px solid var(--border);
  padding: 28px;
  border-radius: var(--radius);
  border-top: 2px solid var(--border-brand);
  margin-bottom: 20px;
}
.services-detail + section > div > div h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 6px;
}
.services-detail + section > div > div span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}
.services-detail + section > div > div p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 8px;
}

/* Generic why/process grid section */
.section-inner > .fade-up + div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .section-inner > .fade-up + div { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .section-inner > .fade-up + div { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; }
  .hero-title { font-size: clamp(52px, 13vw, 88px); }
  .reviews-grid { grid-template-columns: 1fr; }
  .cta-banner-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-story-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .crew-feature { grid-template-columns: 1fr; }
  .service-areas-inner { grid-template-columns: 1fr; }
  .areas-list { grid-template-columns: repeat(2, 1fr); }
  .cta-strip-btns { flex-direction: column; align-items: center; }
}

@media (min-width: 640px) and (max-width: 900px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .service-block { grid-template-columns: 1fr; }
  .service-block.reverse .service-photo-col,
  .service-block.reverse .service-text-col { order: unset; grid-column: auto; }
}

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

/* No mirror transforms */
.reverse { order: unset; }


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.footer-brand { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.cta-banner-eyebrow { grid-column: 1 / -1; }
.cta-banner-title { grid-column: 1 / -1; }
.cta-banner-sub { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.about-portrait-wrap { grid-column: 1 / -1; }
.about-text { 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; }
