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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #2D5A1B;
  --accent:         #6B9E4E;
  --canvas:         #FFFFFF;
  --surface:        #F4F2EE;
  --ink:            #0C0C0F;
  --muted:          #6B6B6B;
  --border:         rgba(12,12,15,0.10);
  --border-mid:     rgba(12,12,15,0.16);
  --primary-dark:   #1f3f12;
  --primary-light:  #3d7525;
  --accent-light:   #e8f0e1;
  --shadow-sm:      0 2px 8px rgba(12,12,15,0.06);
  --shadow-md:      0 8px 28px rgba(12,12,15,0.10);
  --shadow-lg:      0 18px 48px rgba(12,12,15,0.14);
  --radius:         4px;
  --radius-pill:    999px;
  --header-height:  72px;
  --section-py:     clamp(88px, 11vh, 144px);
  --container:      1280px;
  --ff-display:     'Space Grotesk', sans-serif;
  --ff-body:        'IBM Plex Sans', sans-serif;
  --ff-mono:        'IBM Plex Mono', monospace;
}

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

/* ============================================================
   RESETS & 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;
}

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

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

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

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

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

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; 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; z-index: 0;
}
section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

[class*="gallery-grid"] > [class*="gallery-tile"],
[class*="gallery-grid"] > a,
[class*="gallery-grid"] > figure {
  grid-column: auto; width: auto; max-width: 100%; height: auto; min-height: 0;
}
[class*="gallery-tile"] { aspect-ratio: 4 / 3; overflow: hidden; }
[class*="gallery-tile"] > img { width: 100%; height: 100%; object-fit: cover; }

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

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

ul { list-style: none; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.wide-container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.section-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, h2, h3, h4, h5 {
  font-family: var(--ff-display);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}

h1 { font-size: clamp(48px, 7vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 3vw, 32px); }
h4 { font-size: clamp(16px, 2vw, 20px); letter-spacing: -0.01em; }
h5 { font-size: 14px; letter-spacing: 0.04em; font-weight: 600; text-transform: uppercase; }

p { line-height: 1.7; }

/* Mono label system */
.section-label, .section-eyebrow, .page-header-eyebrow, .page-eyebrow,
.hero-eyebrow, .service-block-eyebrow, .cta-banner-eyebrow,
.contact-eyebrow, .gallery-section-label, .services-jumpnav-label,
.footer-col-head, .footer-col-heading, .footer-col-title {
  font-family: var(--ff-mono);
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
}

/* Section numeral supergraphic */
.section-numeral,
.hero-numeral,
.service-panel-num,
.service-block-numeral,
.value-card-num,
.info-card-numeral,
.contact-numeral,
.cta-banner-numeral,
.page-header-numeral,
.page-numeral {
  font-family: var(--ff-display);
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.04em;
  color: var(--primary);
  display: block;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-outline,
.btn-ghost,
.btn-white,
.btn-phone,
.btn-banner-primary,
.btn-banner-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 180ms, color 180ms, border-color 180ms, transform 160ms, box-shadow 160ms;
  white-space: nowrap;
}

.btn-primary, .btn-banner-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover, .btn-banner-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(45,90,27,0.28);
}

.btn-outline, .btn-banner-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-mid);
}
.btn-outline:hover, .btn-banner-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  text-decoration: none;
  border-color: rgba(255,255,255,0.8);
}

.btn-white {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.btn-white:hover {
  background: var(--surface);
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-phone {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--border-mid);
}
.btn-phone:hover {
  border-color: var(--primary);
  color: var(--primary);
  text-decoration: none;
}

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

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

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

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

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-pages ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: filter 160ms;
}
.nav-cta:hover {
  filter: brightness(0.92);
  color: #fff;
  text-decoration: none;
}

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

/* Mobile nav */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }

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

  .nav-cta span { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
}

.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(12,12,15,0.45) 0%,
    rgba(12,12,15,0.60) 55%,
    rgba(12,12,15,0.72) 100%
  );
}

.booking-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  color: #fff;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 20px;
  z-index: 3;
}

.hero-inner {
  padding: clamp(80px, 12vh, 140px) clamp(24px, 6vw, 96px) clamp(64px, 9vh, 96px);
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
  flex: 1;
  justify-content: flex-end;
}

.hero-numeral {
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
  color: var(--primary);
  margin-bottom: 12px;
}

.hero-eyebrow {
  font-family: var(--ff-mono);
  font-size: clamp(10px, 1.2vw, 13px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 16px;
}

.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(64px, 8.5vw, 128px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 14ch;
  margin-bottom: 20px;
}
.hero-title a { color: inherit; text-decoration: none; }

.hero-sub {
  font-family: var(--ff-body);
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.70);
  line-height: 1.55;
  max-width: 52ch;
  margin-bottom: 32px;
}

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

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.trust-chip, .hero-trust-chips .trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: var(--radius-pill);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  white-space: nowrap;
}

.trust-chip-star { color: var(--accent); font-size: 12px; }

@media (max-width: 640px) {
  .hero-inner { padding-inline: 20px; padding-bottom: 48px; }
  .hero-title { font-size: clamp(48px, 11vw, 72px); }
}

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

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

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 16px;
  border: 1px solid var(--border-mid);
  border-radius: var(--radius-pill);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}

/* About page trust chips (non-hero) */
.about-chips .trust-chip,
.about-story .trust-chip {
  border-color: var(--border-mid);
  color: var(--ink);
  background: transparent;
}

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

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

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

.marquee-item {
  font-family: var(--ff-mono);
  font-size: clamp(11px, 1.4vw, 14px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
}

.marquee-sep {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.2;
  align-self: center;
}

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

/* ============================================================
   SERVICES (TABBED PANEL)
   ============================================================ */
.services {
  padding-block: var(--section-py);
  background: var(--surface);
}

.services-header {
  margin-bottom: 40px;
}

.services-header h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.service-tab {
  font-family: var(--ff-mono);
  font-size: clamp(10px, 1.1vw, 12px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border-mid);
  background: var(--canvas);
  color: var(--ink);
  cursor: pointer;
  transition: background 160ms, color 160ms, border-color 160ms;
}
.service-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.service-tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.services-panels {
  position: relative;
  min-height: 480px;
}

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

.service-panel-img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.service-panel-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.service-panel-body {
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.service-panel-num {
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  display: block;
  opacity: 0.12;
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--ff-display);
  pointer-events: none;
}

.service-panel-body { position: relative; }

.service-panel-name {
  font-family: var(--ff-display);
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.service-panel-body h3 {
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: -0.02em;
}

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

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

@media (max-width: 900px) {
  .service-panel { grid-template-columns: 1fr; }
  .service-panel-img { min-height: 240px; max-height: 240px; }
  .service-panel-img img { max-height: none; }
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews {
  padding-block: var(--section-py);
  background: var(--canvas);
}

.reviews > .section-inner > div:first-child h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

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

.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  position: relative;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.review-stars {
  display: flex;
  gap: 3px;
}
.review-stars svg {
  width: 18px;
  height: 18px;
  color: var(--primary);
  fill: var(--primary);
  flex-shrink: 0;
}

.review-quote {
  font-family: var(--ff-body);
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  flex: 1;
}

.review-attribution {
  font-family: var(--ff-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.review-badge {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  opacity: 0.75;
}

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

/* ============================================================
   GALLERY (index.html)
   ============================================================ */
.gallery {
  padding-block: var(--section-py);
  background: var(--surface);
}

.gallery > .section-inner > div:first-child h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
}

.gallery-tile {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  background: var(--surface);
}
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease-out;
}
.gallery-tile:hover img { transform: scale(1.04); }
.gallery-tile:hover { text-decoration: none; }

.gallery-tile-tall {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 420px;
}
.gallery-tile-tall img { position: absolute; inset: 0; width: 100%; height: 100%; }

.gallery > .section-inner > div:last-child {
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-tile-tall { grid-row: span 1; min-height: auto; aspect-ratio: 4 / 3; }
}

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

.faq > .section-inner > div:first-child h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 48px;
}

.faq-list { margin-top: 16px; }

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

.faq-list details > summary {
  cursor: pointer;
  font-family: var(--ff-display);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  letter-spacing: -0.01em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  transition: color 150ms;
}
.faq-list details > summary::-webkit-details-marker { display: none; }

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

.faq-list details p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 72ch;
}

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

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

.team-cta-text {
  font-family: var(--ff-display);
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ============================================================
   CONTACT (index.html)
   ============================================================ */
.contact {
  padding-block: var(--section-py);
  background: var(--surface);
}

.contact > .section-inner > div:first-child h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 48px;
}

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

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

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

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

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

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  background: var(--canvas);
  border: 1px solid var(--border-mid);
  border-radius: var(--radius);
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--ink);
  transition: border-color 150ms;
  outline: none;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(45,90,27,0.12);
}
.form-field textarea { min-height: 120px; resize: vertical; }

.form-submit {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: var(--radius);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 180ms, transform 160ms;
  align-self: flex-start;
}
.form-submit:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.form-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

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

.contact-info-block h4 {
  font-size: 13px;
  font-family: var(--ff-mono);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.contact-info-block a {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ff-display);
  color: var(--ink);
  letter-spacing: -0.01em;
  display: block;
}
.contact-info-block a:hover { color: var(--primary); text-decoration: none; }
.contact-info-block p { color: var(--muted); font-size: 15px; line-height: 1.7; }

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

/* ============================================================
   CONTACT SECTION (contact.html)
   ============================================================ */
.contact-section {
  padding-block: var(--section-py);
  background: var(--canvas);
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.contact-header {
  margin-bottom: 48px;
}

.contact-header h2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-card-numeral {
  font-family: var(--ff-display);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary);
  opacity: 0.18;
}

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

.info-phone a, .info-email a {
  font-family: var(--ff-display);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.info-phone a:hover, .info-email a:hover { color: var(--primary); text-decoration: none; }

.info-divider {
  border: none;
  border-top: 1px solid var(--border);
}

.info-hours-row {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

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

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

.service-area-pill {
  padding: 5px 12px;
  border: 1px solid var(--border-mid);
  border-radius: var(--radius-pill);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

.info-guarantee-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.info-guarantee {
  font-size: 14px;
  color: var(--muted);
  padding-left: 14px;
  position: relative;
}
.info-guarantee::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(280px, 40vh, 480px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}

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

.page-header-inner {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 6vh, 72px) clamp(24px, 6vw, 96px) clamp(40px, 5vh, 64px);
  max-width: var(--container);
  margin-inline: auto;
  width: 100%;
}

.page-header-inner h1 {
  font-size: clamp(40px, 6vw, 80px);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.0;
}

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

.page-header-sub {
  font-family: var(--ff-body);
  font-size: clamp(14px, 1.8vw, 18px);
  color: rgba(255,255,255,0.65);
  margin-top: 12px;
  max-width: 56ch;
}

.page-header-numeral {
  position: absolute;
  bottom: 24px;
  right: clamp(24px, 6vw, 96px);
  font-family: var(--ff-display);
  font-size: clamp(72px, 12vw, 160px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
  color: var(--primary);
  opacity: 0.25;
  z-index: 2;
  pointer-events: none;
}

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

.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}
.page-breadcrumb a {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.page-breadcrumb a:hover { color: rgba(255,255,255,0.9); text-decoration: none; }
.page-breadcrumb-sep { color: rgba(255,255,255,0.3); font-size: 10px; }

.page-numeral {
  font-family: var(--ff-display);
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.85;
  color: var(--primary);
  opacity: 0.2;
  display: block;
  margin-bottom: 8px;
}

/* ============================================================
   SERVICES JUMP NAV (services.html)
   ============================================================ */
.services-jumpnav {
  background: var(--canvas);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  position: sticky;
  top: var(--header-height);
  z-index: 800;
}

.services-jumpnav-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}
.services-jumpnav-inner::-webkit-scrollbar { display: none; }

.services-jumpnav-label {
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.services-jumpnav-list {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
.services-jumpnav-list li { flex-shrink: 0; }
.services-jumpnav-list a {
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 6px 14px;
  border: 1px solid var(--border-mid);
  border-radius: var(--radius);
  display: block;
  white-space: nowrap;
  transition: border-color 150ms, color 150ms, background 150ms;
}
.services-jumpnav-list a:hover {
  border-color: var(--primary);
  color: var(--primary);
  text-decoration: none;
}

/* ============================================================
   SERVICE BLOCKS (services.html)
   ============================================================ */
.services-blocks {
  padding-block: var(--section-py);
}

.service-block {
  padding-block: 64px;
}

.service-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

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

.service-block-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  background: var(--surface);
}
.service-block-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease-out;
}
.service-block:hover .service-block-photo img { transform: scale(1.03); }

.service-block-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-block-numeral {
  font-family: var(--ff-display);
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
  color: var(--primary);
  display: block;
  opacity: 0.15;
  pointer-events: none;
}

.service-block-eyebrow {
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
}

.service-block-content h2 {
  font-size: clamp(28px, 4vw, 52px);
  letter-spacing: -0.025em;
}

.service-block-body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}
.service-block-body p + p { margin-top: 12px; }

.service-block-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}
.service-block-features li {
  font-size: 14px;
  color: var(--muted);
  padding-left: 18px;
  position: relative;
}
.service-block-features li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 8px;
}

.service-block-cta {
  align-self: flex-start;
  margin-top: 8px;
}

.service-block-divider {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}
.service-block-divider hr {
  border: none;
  border-top: 1px solid var(--border);
}

@media (max-width: 900px) {
  .service-block-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-block.reverse .service-block-grid {
    direction: ltr;
  }
  .service-block-photo { aspect-ratio: 16 / 9; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  padding-block: var(--section-py);
  background: var(--ink);
  position: relative;
  overflow: hidden;
}

.cta-banner > img:first-of-type {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.25;
  max-height: none;
}

.cta-banner-accent {
  position: absolute;
  inset: 0;
  background: var(--primary);
  z-index: 0;
}

.cta-banner-numeral {
  position: absolute;
  right: clamp(20px, 6vw, 80px);
  bottom: -16px;
  font-family: var(--ff-display);
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
  color: rgba(255,255,255,0.06);
  z-index: 1;
  pointer-events: none;
}

.cta-banner-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

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

.cta-banner-sub {
  font-size: clamp(15px, 1.8vw, 18px);
  color: rgba(255,255,255,0.65);
  max-width: 52ch;
  line-height: 1.6;
}

.cta-banner-actions, .cta-banner-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.cta-banner-phone {
  font-family: var(--ff-display);
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.cta-banner-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.cta-banner-stat {
  text-align: right;
}

.cta-banner-stat-num {
  font-family: var(--ff-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.0;
  color: #fff;
}

.cta-banner-stat-label {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}

/* gallery.html cta banner — side-by-side */
.gallery-section .cta-banner .cta-banner-inner,
section.cta-banner .cta-banner-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
}

@media (max-width: 900px) {
  section.cta-banner .cta-banner-inner {
    grid-template-columns: 1fr;
  }
  .cta-banner-aside { flex-direction: row; }
  .cta-banner-stat { text-align: left; }
}

/* ============================================================
   GALLERY SECTION (gallery.html)
   ============================================================ */
.gallery-section {
  padding-block: var(--section-py);
}

.gallery-section-header {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  margin-bottom: 40px;
}

.gallery-section-label {
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
}

.gallery-filters {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.filter-pill {
  padding: 8px 16px;
  border: 1px solid var(--border-mid);
  border-radius: var(--radius-pill);
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--canvas);
  cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

#galleryGrid {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--canvas);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.gallery-card.featured {
  grid-column: span 2;
}

.gallery-card-img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.gallery-card.featured .gallery-card-img-wrap {
  aspect-ratio: 16 / 9;
}
.gallery-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease-out;
}
.gallery-card:hover .gallery-card-img-wrap img { transform: scale(1.04); }

.gallery-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  background: var(--primary);
  color: #fff;
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius);
  z-index: 2;
}

.gallery-card-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 10px;
  background: rgba(12,12,15,0.65);
  color: rgba(255,255,255,0.85);
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  z-index: 2;
}

.gallery-card-body {
  padding: 20px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-card-body h3 {
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: -0.01em;
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.gallery-card-location svg { width: 12px; height: 12px; flex-shrink: 0; }

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

.gallery-card-meta {
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.gallery-meta-item {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.gallery-meta-label { text-transform: uppercase; display: block; font-size: 9px; }
.gallery-meta-value { color: var(--ink); font-weight: 500; }

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

/* ============================================================
   ABOUT STORY (about.html)
   ============================================================ */
.about-story {
  padding-block: var(--section-py);
  background: var(--canvas);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 96px);
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  align-items: start;
}

.about-story-photo-col {
  position: relative;
}

.about-story-photo-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  position: relative;
  background: var(--surface);
}
.about-story-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  position: absolute;
  inset: 0;
}

.about-story-photo-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  background: var(--primary);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.55;
}

.about-story-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}

.about-story-text-col h2 {
  margin-bottom: 4px;
}

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

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

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-photo-wrap { aspect-ratio: 16 / 9; }
  .about-story-photo-accent { display: none; }
}

/* ============================================================
   VALUES SECTION (about.html)
   ============================================================ */
.values-section {
  padding-block: var(--section-py);
  background: var(--surface);
}

.values-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.values-header {
  margin-bottom: 48px;
}
.values-header h2 { display: flex; flex-direction: column; gap: 4px; }

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

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

.value-card-num {
  font-family: var(--ff-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--primary);
  display: block;
}

.value-card h3 {
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing: -0.01em;
}

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

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

/* ============================================================
   TIMELINE (about.html)
   ============================================================ */
.timeline-section {
  padding-block: var(--section-py);
  background: var(--canvas);
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.timeline-header {
  margin-bottom: 48px;
}
.timeline-header h2 { display: flex; flex-direction: column; gap: 4px; }

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

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 48px;
  position: relative;
}

.timeline-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--canvas);
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline-dot svg { width: 18px; height: 18px; color: var(--primary); }

.timeline-date {
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
}

.timeline-label {
  font-family: var(--ff-display);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: -0.01em;
  display: block;
}

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

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

/* ============================================================
   ABOUT SECTION (about.html)
   ============================================================ */
.about-section {
  padding-block: var(--section-py);
  background: var(--surface);
}

.about-section-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.about-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.about-section-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-section-text h2 { display: flex; flex-direction: column; gap: 4px; }
.about-section-text p { color: var(--muted); font-size: 15px; line-height: 1.75; }

.about-section-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
}
.about-section-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  max-height: none;
}

@media (max-width: 900px) {
  .about-section-grid { grid-template-columns: 1fr; }
  .about-section-photo { aspect-ratio: 16 / 9; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.65);
  padding-top: clamp(64px, 8vh, 96px);
}

.footer-inner, .footer-grid {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
}

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

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

.footer-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  display: block;
}

.footer-col h4, .footer-col h5,
.footer-col-head, .footer-col-heading, .footer-col-title {
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  display: block;
  margin-bottom: 16px;
}

.footer-col ul, .footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col li a, .footer-links li a {
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col li a:hover, .footer-links li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-contact-block, .footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.footer-contact-label {
  font-family: var(--ff-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  display: block;
}

.footer-contact-value, .footer-contact-line {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}

.footer-contact-value a, .footer-contact-line a,
.footer-phone-link {
  color: rgba(255,255,255,0.80);
  text-decoration: none;
}
.footer-contact-value a:hover, .footer-contact-line a:hover,
.footer-phone-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-contact-line svg { width: 14px; height: 14px; flex-shrink: 0; opacity: 0.5; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px clamp(20px, 5vw, 64px);
  max-width: var(--container);
  margin-inline: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy, .footer-license {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.25);
}

.footer-areas {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
}

.footer-license {
  text-align: right;
}

@media (max-width: 900px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 640px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand { grid-column: span 1; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   MOBILE CTA PILL
   ============================================================ */
.mobile-cta,
.mobile-cta-pill,
.mobile-sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  display: flex;
}

.mobile-cta > a,
.mobile-cta-pill > a,
.mobile-sticky-cta > a,
a.mobile-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: background 160ms, transform 160ms, box-shadow 160ms;
  white-space: nowrap;
}
.mobile-cta > a:hover,
.mobile-cta-pill > a:hover,
.mobile-sticky-cta > a:hover,
a.mobile-cta-pill:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px -10px rgba(0,0,0,0.52);
  text-decoration: none;
  color: #fff;
}

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

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

/* ============================================================
   STATS
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  padding: 80px 0;
  text-align: center;
}

.stat-num {
  font-family: var(--ff-display);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.stat-label {
  font-family: var(--ff-mono);
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-top: 8px;
  display: block;
}

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

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

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

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

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

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

/* ============================================================
   SVG CAPS (prevent unsized svg blowup)
   ============================================================ */
.faq-chevron { width: 20px; height: 20px; }
.review-stars svg { width: 18px; height: 18px; }
.footer-contact-line svg { width: 14px; height: 14px; }
.gallery-card-location svg { width: 12px; height: 12px; }
.timeline-dot svg { width: 18px; height: 18px; }
.cta-banner-btns svg { width: 18px; height: 18px; }
.btn-ghost svg, .btn-primary svg, .btn-outline svg { width: 18px; height: 18px; }

/* catch-all for any unsized inline svg */
svg:not([width]):not([height]) { width: 24px; height: 24px; }

/* ============================================================
   MISC UTILITIES
   ============================================================ */

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

/* Monochrome filter for team/prospect photos */
.about-story-photo-wrap img,
.about-section-photo img {
  filter: grayscale(20%);
  transition: filter 400ms;
}
.about-story-photo-wrap:hover img,
.about-section-photo:hover img {
  filter: grayscale(0%);
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.gallery-tile { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.service-block-photo { grid-column: 1 / -1; }
.service-block-content { grid-column: 1 / -1; }
.cta-banner-eyebrow { grid-column: 1 / -1; }
.cta-banner-headline { grid-column: 1 / -1; }
.cta-banner-phone { grid-column: 1 / -1; }
.cta-banner-sub { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.about-story-text-col { grid-column: 1 / -1; }
.cta-banner-title { grid-column: 1 / -1; }
.cta-banner-btns { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { 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; }
