@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;1,9..144,700&family=Inter+Tight:wght@400;450;500;600;700&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #24943B;
  --primary-dark:   #1b7530;
  --primary-light:  #d6edd9;
  --accent:         #3461E5;
  --canvas:         #FAF6EE;
  --surface:        #FFFFFF;
  --ink:            #1A1814;
  --ink-mid:        #3d3a35;
  --muted:          #6B6660;
  --border:         rgba(26,24,20,0.10);
  --border-brand:   rgba(36,148,59,0.28);
  --shadow-sm:      0 2px 8px rgba(26,24,20,0.06);
  --shadow-md:      0 8px 32px rgba(26,24,20,0.10);
  --shadow-lg:      0 24px 64px rgba(26,24,20,0.13);
  --radius:         8px;
  --section-py:     clamp(96px, 12vh, 160px);
  --max-w:          1280px;
  --header-height:  72px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

/* ============================================================
   RESET + GLOBALS
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 450;
  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: 64px !important;
  max-width: 220px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}
.footer img, footer img {
  max-height: 48px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

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

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

.hero-split {
  display: grid; grid-template-columns: 60% 40%; min-height: 88vh; gap: 0;
}
.hero-split-text {
  background: var(--canvas);
  padding: clamp(48px, 7vw, 96px);
  display: flex; flex-direction: column; justify-content: center; z-index: 2;
}
.hero-split-photo { position: relative; overflow: hidden; background: transparent; }
.hero-split-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-split-photo { min-height: 60vw; order: -1; }
}

/* ============================================================
   HEADING + ANCHOR OVERRIDE
   ============================================================ */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, .hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(56px, 8vw, 128px);
  line-height: 0.97;
  letter-spacing: -0.03em;
  max-width: 14ch;
}
h2, .section-title, .cta-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}
h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
h4 { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 15px; }
p { line-height: 1.68; }

/* Eyebrow label — the unique move: square bullet prefix */
.eyebrow,
.section-eyebrow,
.page-eyebrow,
.page-header-eyebrow,
.cta-eyebrow,
.cta-banner-eyebrow,
.info-card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.eyebrow::before,
.section-eyebrow::before,
.page-eyebrow::before,
.page-header-eyebrow::before,
.cta-eyebrow::before,
.cta-banner-eyebrow::before,
.info-card-eyebrow::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 1px;
  flex-shrink: 0;
}

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.container, .section-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}
.wide-container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

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

/* ============================================================
   SITE HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(26,24,20,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;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav-logo img {
  max-height: 44px;
  max-width: 200px;
  width: auto;
  object-fit: contain;
}
.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 28px;
  align-items: center;
}
.nav-pages li { list-style: none; }
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
  white-space: nowrap;
}
.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;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.92); color: #fff; text-decoration: none; }
.nav-cta-icon { width: 18px; height: 18px; flex-shrink: 0; }
.nav-cta-text { }
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 900px) {
  .nav-pages {
    display: none;
    position: absolute;
    top: 60px; left: 0; right: 0;
    flex-direction: column;
    background: var(--canvas);
    padding: 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(26,24,20,0.08);
    z-index: 800;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-toggle { display: flex; }
  .nav-cta-text { display: none; }
  .nav-cta { padding: 10px 12px; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-ghost, .btn-outline, .form-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: filter 180ms, transform 150ms, box-shadow 180ms;
  border: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary);
  color: #ffffff;
}
.btn-primary:hover { filter: brightness(0.92); color: #fff; text-decoration: none; transform: translateY(-1px); }
.btn-ghost, .btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--border);
}
.btn-ghost:hover, .btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  text-decoration: none;
}
.form-submit {
  background: var(--primary);
  color: #ffffff;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
.form-submit:hover { filter: brightness(0.92); transform: translateY(-1px); }
svg { flex-shrink: 0; }

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 96vh;
  display: flex;
  align-items: flex-end;
}
.hero-overlay {
  background: linear-gradient(
    160deg,
    rgba(10,9,7,0.78) 0%,
    rgba(10,9,7,0.54) 48%,
    rgba(10,9,7,0.22) 100%
  );
}
.hero-ribbon {
  display: none;
}
.hero-inner {
  padding: clamp(56px, 9vw, 120px) clamp(20px, 5vw, 64px) clamp(72px, 9vw, 120px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--primary);
  border-radius: 1px;
  flex-shrink: 0;
}
.hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(64px, 9vw, 140px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 14ch;
  margin-bottom: 24px;
}
.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(255,255,255,0.82);
  max-width: 52ch;
  margin-bottom: 36px;
  line-height: 1.6;
  font-weight: 450;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-ctas a:first-child {
  background: var(--primary);
  color: #ffffff;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: filter 180ms, transform 150ms;
}
.hero-ctas a:first-child:hover { filter: brightness(0.92); transform: translateY(-1px); }
.hero-ctas a:last-child {
  background: transparent;
  color: #ffffff;
  padding: 16px 28px;
  border-radius: var(--radius);
  border: 1.5px solid rgba(255,255,255,0.4);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 180ms, background 180ms;
}
.hero-ctas a:last-child:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.08); text-decoration: none; }
.btn-phone-link {
  color: #ffffff;
  text-decoration: none;
}
.hero-trust-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  background: rgba(36,148,59,0.12);
  backdrop-filter: blur(4px);
}

@media (max-width: 640px) {
  .hero-title { font-size: clamp(52px, 14vw, 80px); }
  .hero-ctas { flex-direction: column; }
  .hero-ctas a { width: 100%; justify-content: center; }
}

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-strip {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--canvas);
  position: relative;
  z-index: 1;
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.2;
  color: var(--muted);
  white-space: nowrap;
}
.marquee-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 1px;
  background: var(--primary);
  flex-shrink: 0;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  padding: clamp(32px, 4vw, 56px) 0;
  border-bottom: 1px solid var(--border);
}
.trust-strip-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--border-brand);
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-mid);
  background: transparent;
  transition: background 180ms;
}
.trust-pill:hover { background: var(--primary-light); }

/* ============================================================
   SECTION SHARED
   ============================================================ */
.section-inner {
  padding-block: var(--section-py);
}
.section-title { margin-bottom: 16px; }
.section-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--muted);
  max-width: 56ch;
  margin-bottom: 56px;
  line-height: 1.65;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  background: var(--canvas);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* Flagship takes 2 columns */
.service-card.flagship {
  grid-column: span 2;
}
/* 5 cards: first (flagship) = 2 cols, then 3 normal = 1 col each.
   Row 1: flagship(2) + card2(1). Row 2: card3(1) + card4(1) + card5(1) */

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  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);
  text-decoration: none;
  color: var(--ink);
}
.service-card > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  flex-shrink: 0;
}
.service-card.flagship > img { height: 320px; }
.service-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.service-card-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 4px;
}
.service-card-body h3 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.1;
}
.service-card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  margin-top: auto;
  padding-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

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

/* ============================================================
   GALLERY (index.html - preview)
   ============================================================ */
.gallery-section {
  background: var(--surface);
}
.gallery-preview-wrap {
  display: block;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 7;
  text-decoration: none;
}
.gallery-preview-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 600ms ease;
}
.gallery-preview-wrap:hover > img { transform: scale(1.03); }
.gallery-preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,9,7,0.72) 0%, rgba(10,9,7,0) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  pointer-events: none;
}
.gallery-overlay-label {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.0;
  letter-spacing: -0.02em;
  display: block;
}
.gallery-overlay-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary-light);
}

/* ============================================================
   GALLERY PAGE (gallery.html)
   ============================================================ */
.gallery-section-header {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: var(--section-py) 48px;
}
.gallery-filters {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}
.filter-pill {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 150ms;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.filter-pill.active,
.filter-pill:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}
#galleryGrid.gallery-grid {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-bottom: var(--section-py);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.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;
  transition: transform 500ms ease;
}
.gallery-card:hover .gallery-card-photo > img { transform: scale(1.04); }
.card-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 4px 10px;
  border-radius: 999px;
}
.card-category-tag {
  position: absolute;
  top: 12px; right: 12px;
  background: rgba(10,9,7,0.64);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
}
.gallery-card-body {
  padding: 20px;
}
.gallery-card-body h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.card-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 6px;
}
.card-location svg { width: 12px; height: 12px; }
.card-desc { font-size: 14px; color: var(--muted); line-height: 1.5; margin-bottom: 12px; }
.card-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.card-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.card-headline { }
.card-meta-item span:first-child { color: var(--primary); }

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

/* ============================================================
   PHOTO BREAK (full-bleed between services + reviews)
   ============================================================ */
.photo-break {
  position: relative;
  height: clamp(320px, 45vh, 580px);
  overflow: hidden;
}
.photo-break > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  max-height: none;
}
.photo-break-scrim,
.photo-break-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,9,7,0.68) 0%, rgba(10,9,7,0.22) 70%);
  z-index: 1;
}
.photo-break-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: clamp(32px, 6vw, 80px);
}
.photo-break-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(24px, 3.5vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: 22ch;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-section {
  background: var(--surface);
}
.faq-list {
  margin-top: 8px;
}
details {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
details summary::-webkit-details-marker { display: none; }
details summary svg, details summary .faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 240ms;
  color: var(--muted);
}
details[open] > summary .faq-chevron,
details[open] > summary svg {
  transform: rotate(180deg);
  color: var(--primary);
}
.faq-answer {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.68;
  color: var(--muted);
  max-width: 72ch;
}

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  background: var(--canvas);
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}
.team-cta-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.team-cta-copy { max-width: 54ch; }
.team-cta-text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 16px;
}
.team-cta-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.6;
}
.team-cta-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: filter 180ms, transform 150ms;
}
.team-cta-inner > a:hover { filter: brightness(0.92); transform: translateY(-1px); text-decoration: none; color: #fff; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section, #contact.contact-section {
  background: var(--canvas);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 56px;
}
.contact-form, .cta-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group, .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-label, label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.form-input, input, .form-select, select, .form-textarea, textarea {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 150ms;
  outline: none;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(36,148,59,0.12);
}
textarea, .form-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}
.contact-info, .contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px;
}
.contact-info-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.contact-info-tagline {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 28px;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg { width: 18px; height: 18px; color: var(--primary); }
.contact-item-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-item-value { font-size: 15px; font-weight: 500; }

/* contact.html standalone */
#contact.contact {
  padding-block: var(--section-py);
  background: var(--canvas);
}
#contact.contact .contact-grid {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}
.contact-form-col {
  display: flex;
  flex-direction: column;
}
.contact-intro { color: var(--muted); font-size: 16px; margin-bottom: 28px; line-height: 1.65; }
.contact-headline { }

/* info-block (contact.html) */
.info-block {
  padding: 20px 0;
}
.info-block-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 6px;
}
.info-block-value { font-size: 15px; font-weight: 500; color: var(--ink); }
.info-divider { height: 1px; background: var(--border); margin: 0; }
.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
  margin-top: 4px;
}
.hours-day { font-size: 13px; font-weight: 600; color: var(--ink); }
.hours-time { font-size: 13px; color: var(--muted); }
.service-area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.area-pill {
  padding: 4px 12px;
  border: 1px solid var(--border-brand);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ink-mid);
}

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--ink);
  padding-block: var(--section-py);
}
.cta-banner-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.cta-banner-text { }
.cta-banner-text .eyebrow,
.cta-banner-text p.eyebrow,
.cta-eyebrow { color: rgba(255,255,255,0.5); }
.cta-banner-text .eyebrow::before,
.cta-eyebrow::before { background: var(--primary); }
.cta-banner-inner h2,
.cta-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 68px);
  color: #ffffff;
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.cta-banner-inner h2 em, .cta-title em {
  font-style: italic;
  color: var(--primary-light);
}
.cta-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  max-width: 48ch;
  margin-bottom: 36px;
}
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cta-actions a:first-child, .cta-actions .btn-primary {
  background: var(--primary);
  color: #ffffff;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: filter 180ms, transform 150ms;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cta-actions a:first-child:hover { filter: brightness(0.92); transform: translateY(-1px); color: #fff; text-decoration: none; }
.cta-actions a:last-child:not(:first-child), .cta-actions .btn-ghost {
  background: transparent;
  color: #ffffff;
  padding: 16px 28px;
  border-radius: var(--radius);
  border: 1.5px solid rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 180ms;
}
.cta-actions a:last-child:not(:first-child):hover { border-color: rgba(255,255,255,0.7); text-decoration: none; color: #fff; }
.cta-banner-form .cta-form {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px;
}
.cta-form-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--ink);
}
.cta-banner-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  margin-bottom: 24px;
}

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: 44vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}
.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,9,7,0.82) 0%, rgba(10,9,7,0.38) 100%);
  z-index: 1;
}
.page-header-inner {
  position: relative;
  z-index: 2;
  padding: 48px clamp(20px, 5vw, 64px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
}
.page-header-inner h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 6vw, 88px);
  font-weight: 700;
  color: #ffffff;
  line-height: 0.97;
  letter-spacing: -0.03em;
}
.page-header-eyebrow,
.page-eyebrow {
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.page-header-eyebrow::before,
.page-eyebrow::before {
  background: var(--primary);
}
.page-header-sub {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  margin-top: 12px;
  max-width: 52ch;
}
.page-header-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 6vw, 88px);
  font-weight: 700;
  color: #ffffff;
  line-height: 0.97;
  letter-spacing: -0.03em;
}

/* ============================================================
   SERVICES DETAIL (services.html)
   ============================================================ */
.services-detail {
  padding-block: var(--section-py);
  background: var(--canvas);
}
.services-detail-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}
.services-detail-header {
  max-width: 64ch;
  margin-bottom: 72px;
}
.services-detail-header p:not(.eyebrow) {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--muted);
  line-height: 1.65;
}

.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  margin-bottom: clamp(72px, 10vh, 120px);
}
.feature-block.reverse .feature-photo { order: 2; }
.feature-block.reverse .feature-body { order: 1; }

.feature-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.feature-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}
.feature-body {}
.feature-body h3 {
  margin-bottom: 14px;
}
.feature-body p:not(.eyebrow) {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.68;
  margin-bottom: 12px;
}
.feature-bullets {
  list-style: none;
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-mid);
}
.feature-bullets li::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 1px;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 7px;
}
.feature-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff;
  padding: 12px 22px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: filter 180ms, transform 150ms;
}
.feature-body a:hover { filter: brightness(0.92); transform: translateY(-1px); text-decoration: none; color: #fff; }

@media (max-width: 900px) {
  .feature-block, .feature-block.reverse { grid-template-columns: 1fr; }
  .feature-block.reverse .feature-photo { order: 0; }
  .feature-block.reverse .feature-body { order: 1; }
}

/* ============================================================
   ABOUT (about.html)
   ============================================================ */
.about-story {
  padding-block: var(--section-py);
  background: var(--canvas);
}
.about-story-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.about-portrait-col {
  position: relative;
}
.about-portrait-col > img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  max-height: 560px;
}
.portrait-caption {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-top: 12px;
}
.about-story-col { }
.about-story-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.about-body { display: flex; flex-direction: column; gap: 16px; }
.about-body p {
  font-size: 17px;
  color: var(--ink-mid);
  line-height: 1.72;
}
.story-hairline {
  height: 3px;
  width: 48px;
  background: var(--primary);
  border-radius: 2px;
  margin-top: 36px;
}

/* Values */
.values-section {
  background: var(--surface);
  padding-block: var(--section-py);
}
.values-section-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}
.values-header { max-width: 60ch; margin-bottom: 56px; }
.values-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--canvas);
  border-radius: var(--radius);
  padding: 28px;
}
.value-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.0;
  margin-bottom: 12px;
}
.value-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.value-title { }
.value-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

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

/* Timeline */
.timeline-section {
  background: var(--canvas);
  padding-block: var(--section-py);
}
.timeline-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}
.timeline-header { max-width: 60ch; margin-bottom: 56px; }
.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.timeline-step {
  position: relative;
  padding-top: 32px;
}
.timeline-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--primary);
  margin-bottom: 16px;
}
.timeline-marker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
  margin-bottom: 8px;
}
.timeline-step h3 { font-size: 18px; margin-bottom: 8px; }
.timeline-title { }
.timeline-headline { }
.timeline-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

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

/* About editorial section */
.about-editorial {
  background: var(--surface);
  padding-block: var(--section-py);
}
.about-editorial-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}
.editorial-col { max-width: 72ch; }
.editorial-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.editorial-body { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.editorial-body p {
  font-size: 17px;
  color: var(--ink-mid);
  line-height: 1.72;
}
.editorial-hairline {
  height: 3px;
  width: 48px;
  background: var(--primary);
  border-radius: 2px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
}
.footer-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: clamp(64px, 8vw, 100px) 0;
}
.footer-grid {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: clamp(64px, 8vw, 100px) 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand, .footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-brand img, .footer-brand-col img { filter: brightness(0) invert(1); opacity: 0.9; }
.footer-logo { }
.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
  max-width: 32ch;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.72);
  transition: background 150ms;
  text-decoration: none;
}
.footer-social a:hover { background: rgba(255,255,255,0.16); color: #fff; text-decoration: none; }
.footer-social svg { width: 16px; height: 16px; }
.footer-col { }
.footer-col-title, .footer-col-head {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 18px;
}
.footer-links, .footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.footer-links li, .footer-col-links li { list-style: none; }
.footer-links a, .footer-col-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover, .footer-col-links a:hover { color: #ffffff; text-decoration: none; }
.footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-contact-item, .footer-contact-link {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}
.footer-contact-link { text-decoration: none; transition: color 150ms; }
.footer-contact-link:hover { color: #fff; text-decoration: none; }
.footer-phone-link { color: rgba(255,255,255,0.65); text-decoration: none; transition: color 150ms; }
.footer-phone-link:hover { color: #fff; text-decoration: none; }
.footer-email-link { color: rgba(255,255,255,0.65); text-decoration: none; transition: color 150ms; }
.footer-email-link:hover { color: #fff; text-decoration: none; }

.footer-hours-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.footer-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}
.footer-hours-day { color: rgba(255,255,255,0.65); font-weight: 500; }
.footer-hours-time { color: rgba(255,255,255,0.45); }
.footer-hours { display: flex; flex-direction: column; gap: 6px; }

.footer-bottom {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: 28px;
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy, .footer-legal {
  font-size: 13px;
  color: rgba(255,255,255,0.36);
}
.footer-badge, .footer-badges {
  font-size: 12px;
  color: rgba(255,255,255,0.36);
}
.footer-links-bottom {
  display: flex;
  gap: 20px;
}
.footer-links-bottom a {
  font-size: 13px;
  color: rgba(255,255,255,0.36);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links-bottom a:hover { color: rgba(255,255,255,0.72); text-decoration: none; }
.footer-divider {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
/* Footer on services.html / gallery.html without .footer-inner wrapper */
.site-footer > .footer-grid,
footer > .footer-grid {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: clamp(64px, 8vw, 100px) 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
.site-footer > .footer-bottom,
footer > .footer-bottom {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: 28px;
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .footer-grid,
  .site-footer > .footer-grid,
  footer > .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .footer-grid,
  .site-footer > .footer-grid,
  footer > .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   MOBILE CALL PILL + CTA
   ============================================================ */
.mobile-call-pill {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 150ms, transform 150ms;
}
.mobile-call-pill:hover { filter: brightness(0.92); transform: translateY(-2px); text-decoration: none; color: #fff; }
.mobile-call-pill svg { width: 20px; height: 20px; }
@media (min-width: 900px) {
  .mobile-call-pill { display: none; }
}

/* mobile-call-btn variant (index.html) */
.mobile-call-btn {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
}
.mobile-call-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 150ms, transform 150ms;
}
.mobile-call-btn a:hover { filter: brightness(0.92); transform: translateY(-2px); text-decoration: none; color: #fff; }
.mobile-call-btn svg { width: 20px; height: 20px; }
@media (min-width: 900px) {
  .mobile-call-btn { display: none; }
}

/* mobile-cta variant */
.mobile-cta {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
}
.mobile-cta-link, .mobile-cta a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 150ms, transform 150ms;
}
.mobile-cta-link:hover, .mobile-cta a:hover { filter: brightness(0.92); transform: translateY(-2px); text-decoration: none; color: #fff; }
.mobile-cta svg { width: 20px; height: 20px; }
@media (min-width: 900px) {
  .mobile-cta { display: none; }
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible {
  opacity: 1;
  transform: none;
}
.stagger .fade-up:nth-child(1) { transition-delay: 0ms; }
.stagger .fade-up:nth-child(2) { transition-delay: 80ms; }
.stagger .fade-up:nth-child(3) { transition-delay: 160ms; }
.stagger .fade-up:nth-child(4) { transition-delay: 240ms; }
.stagger .fade-up:nth-child(5) { transition-delay: 320ms; }
.stagger .fade-up:nth-child(6) { transition-delay: 400ms; }
.stagger .fade-up:nth-child(7) { transition-delay: 480ms; }
.stagger .fade-up:nth-child(8) { transition-delay: 560ms; }

/* ============================================================
   MISC UTILITY
   ============================================================ */
/* Reverse layout (no content mirroring) */
.reverse {
  direction: ltr;
}
/* Table cells */
thead .col-service, thead .col-desc, thead .col-timeline, thead .col-price {
  background: var(--ink);
  color: #ffffff;
}
tbody .col-service, tbody .col-desc, tbody .col-timeline, tbody .col-price {
  background: transparent;
  color: var(--ink);
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 1200px) {
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .timeline-track { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .feature-block { grid-template-columns: 1fr; gap: 32px; }
  .feature-block.reverse .feature-photo { order: 0; }
  .feature-block.reverse .feature-body { order: 1; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.flagship { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card.flagship { grid-column: auto; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-track { grid-template-columns: 1fr; }
  .about-story-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; }
  .cta-actions a { width: 100%; justify-content: center; }
}


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