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

/* ─── Custom Properties ─────────────────────────────────────────────────── */
:root {
  --primary:        #42692d;
  --primary-dark:   #325221;
  --primary-light:  #5a8a3c;
  --primary-wash:   #edf3e8;
  --accent:         #4A4A4A;
  --canvas:         #FAF6EE;
  --surface:        #FFFFFF;
  --ink:            #1A1814;
  --ink-mid:        #3a3630;
  --muted:          #6B6660;
  --border:         rgba(26,24,20,0.10);
  --border-strong:  rgba(26,24,20,0.18);
  --shadow-sm:      0 2px 12px -4px rgba(26,24,20,0.12);
  --shadow-md:      0 8px 32px -8px rgba(26,24,20,0.16);
  --shadow-lg:      0 18px 48px -12px rgba(26,24,20,0.20);
  --radius:         8px;
  --radius-pill:    999px;
  --header-height:  72px;
  --section-py:     clamp(96px, 12vh, 160px);
  --container:      1280px;
}

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

/* ─── Reset & Base ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

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

.gallery-tile { aspect-ratio: 4 / 3; overflow: hidden; }
.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; }
}

/* ─── Anchor & heading-anchor rules ────────────────────────────────────── */
h1 a, h2 a, h3 a,
.hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

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

/* ─── Typography ────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 { font-size: clamp(48px, 7vw, 120px); letter-spacing: -0.03em; }
h2 { font-size: clamp(36px, 5vw, 72px); letter-spacing: -0.025em; }
h3 { font-size: clamp(22px, 2.5vw, 34px); letter-spacing: -0.015em; line-height: 1.1; }
h4 { font-size: clamp(16px, 1.6vw, 20px); letter-spacing: -0.01em; line-height: 1.2; }

p { line-height: 1.68; }

/* ─── Eyebrow labels ────────────────────────────────────────────────────── */
.eyebrow,
.section-eyebrow,
.page-eyebrow,
.page-header-eyebrow,
.info-card-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.eyebrow-light {
  color: rgba(255,255,255,0.70);
}

.eyebrow-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--primary);
  border-radius: 1px;
  flex-shrink: 0;
}

/* ─── 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);
}

.bleed {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

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

.btn:hover { text-decoration: none; transform: translateY(-1px); }

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 18px -4px rgba(66,105,45,0.40);
}

.btn-primary:hover {
  filter: brightness(0.92);
  color: #fff;
  box-shadow: 0 8px 24px -4px rgba(66,105,45,0.50);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--border-strong);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  padding: 14px 20px;
}

.btn-ghost:hover { color: var(--primary); }

.btn-white {
  background: #fff;
  color: var(--ink);
}

.btn-white:hover { filter: brightness(0.96); color: var(--primary); }

.btn-white-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.60);
}

.btn-white-outline:hover {
  background: rgba(255,255,255,0.10);
  border-color: #fff;
  color: #fff;
}

.btn-full { width: 100%; justify-content: center; }

/* ─── Chip styles ───────────────────────────────────────────────────────── */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--primary);
  color: var(--ink);
  background: transparent;
}

.chip-hero {
  border-color: rgba(255,255,255,0.50);
  color: rgba(255,255,255,0.90);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
}

/* ─── Scroll progress bar ───────────────────────────────────────────────── */
#progress-bar,
#scrollProgress,
#scroll-progress,
.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(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;
}

.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 a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.01em;
  border-bottom: 2px solid transparent;
  transition: color 150ms, border-color 150ms;
}

.nav-pages a:hover {
  color: var(--primary);
  text-decoration: none;
  border-bottom-color: var(--primary);
}

.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 180ms;
}

.nav-cta:hover { filter: brightness(0.92); color: #fff; text-decoration: none; }

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

.nav-cta-label { font-size: 14px; }

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

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

  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    gap: 4px;
    border-bottom: 1px solid rgba(26,24,20,0.08);
    z-index: 800;
    justify-content: flex-start;
  }

  .nav-pages.open { display: flex; }

  .nav-pages a {
    padding: 12px 0;
    font-size: 17px;
    border-bottom: 1px solid var(--border);
    width: 100%;
  }

  .nav-pages li:last-child a { border-bottom: none; }
}

/* ─── Hero ──────────────────────────────────────────────────────────────── */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  background-color: transparent;
}

.hero-overlay {
  background: linear-gradient(
    160deg,
    rgba(15,12,8,0.25) 0%,
    rgba(15,12,8,0.55) 50%,
    rgba(15,12,8,0.80) 100%
  );
}

.hero-ribbon {
  display: none;
}

.hero-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-bottom: clamp(56px, 8vh, 96px);
  padding-top: 120px;
  width: 100%;
}

.hero-eyebrow {
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(72px, 9vw, 140px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 14ch;
  margin-bottom: 24px;
}

.hero-accent-line {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--primary);
  margin-bottom: 20px;
  border-radius: 2px;
}

.hero-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 450;
  color: rgba(255,255,255,0.85);
  max-width: 52ch;
  line-height: 1.55;
  margin-bottom: 32px;
}

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

.hero-ctas .btn svg { width: 18px; height: 18px; }

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

/* ─── Marquee strip ─────────────────────────────────────────────────────── */
.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(--canvas);
}

.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: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 1.4vw, 16px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mid);
  line-height: 1.2;
}

.marquee-sep {
  color: var(--primary);
  font-size: 12px;
  align-self: center;
  flex-shrink: 0;
}

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

/* ─── Trust Strip ───────────────────────────────────────────────────────── */
#trust.trust-strip {
  background: var(--surface);
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}

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

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--primary);
  border-radius: var(--radius-pill);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
}

.trust-pill-icon {
  width: 16px;
  height: 16px;
  color: var(--primary);
  flex-shrink: 0;
}

/* ─── Services ──────────────────────────────────────────────────────────── */
.services {
  padding: var(--section-py) 0;
  background: var(--canvas);
}

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

.services-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 48px;
}

.services-top h2 { margin: 0; }

.services-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.6;
  align-self: end;
}

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

.service-tab {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 200ms;
  white-space: nowrap;
}

.service-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.service-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.services-panels { position: relative; }

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

.service-panel.active {
  display: grid;
}

.service-panel-img {
  position: relative;
  overflow: hidden;
  background: var(--accent);
}

.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;
  justify-content: center;
  gap: 16px;
}

.service-panel-body h3 {
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: 8px;
}

.service-panel-body p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-mid);
}

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

@media (max-width: 768px) {
  .services-top { grid-template-columns: 1fr; }
  .service-panel.active { grid-template-columns: 1fr; }
  .service-panel-img { min-height: 240px; position: relative; }
  .service-panel-img img { position: absolute; }
  .service-panel { min-height: auto; }
}

/* ─── Editorial Break ───────────────────────────────────────────────────── */
.editorial-break {
  width: 100%;
  height: clamp(280px, 40vh, 520px);
  overflow: hidden;
  position: relative;
  display: block;
}

.editorial-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  max-height: none;
}

/* ─── Gallery ───────────────────────────────────────────────────────────── */
.gallery {
  padding: var(--section-py) 0;
  background: var(--canvas);
}

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

.gallery-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.gallery-top h2 { margin: 0; }

.gallery-headline { margin-bottom: 0; }

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

.gallery-grid .gallery-tile {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  display: block;
  text-decoration: none;
  position: relative;
  background: var(--accent);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.gallery-grid .gallery-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.gallery-grid .gallery-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease;
}

.gallery-grid .gallery-tile:hover img {
  transform: scale(1.04);
}

.gallery-cta-row {
  text-align: center;
  padding-top: 8px;
}

/* gallery.html - enhanced tiles */
.gallery-section { padding: var(--section-py) 0; background: var(--canvas); }

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

.gallery-section-header h2 { margin: 0; }

.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 {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 200ms;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.gallery-section .gallery-grid {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 0;
}

.gallery-section .gallery-tile {
  aspect-ratio: auto;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.gallery-section .gallery-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.gallery-tile-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--accent);
}

.gallery-tile-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease;
}

.gallery-tile:hover .gallery-tile-img-wrap img { transform: scale(1.04); }

.gallery-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(15,12,8,0.50));
  z-index: 1;
  pointer-events: none;
}

.gallery-tile-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  background: var(--primary);
  color: #fff;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.gallery-tile-num {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  font-family: 'Fraunces', serif;
  font-size: 14px;
  color: rgba(255,255,255,0.60);
}

.gallery-tile-info {
  padding: 16px 20px 20px;
}

.gallery-tile-info h3 {
  font-size: 17px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.gallery-tile-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 4px;
}

.gallery-tile-location svg { width: 12px; height: 12px; flex-shrink: 0; }

.gallery-tile-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.gallery-showcase {
  max-width: var(--container);
  margin-inline: auto;
  margin-top: 32px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  min-height: 360px;
  background: var(--ink);
}

.gallery-showcase img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  opacity: 0.60;
}

.gallery-showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15,12,8,0.70) 0%, transparent 60%);
  z-index: 1;
}

.gallery-showcase-text {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 360px;
}

.gallery-showcase-text h3 { color: #fff; font-size: clamp(28px, 3.5vw, 48px); }
.gallery-showcase-text p { color: rgba(255,255,255,0.75); font-size: 16px; margin-bottom: 24px; }
.gallery-showcase-text .section-eyebrow { color: rgba(255,255,255,0.60); }

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

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

/* ─── Service Areas ─────────────────────────────────────────────────────── */
.service-areas {
  padding: var(--section-py) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

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

.areas-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 40px;
}

.areas-top h2 { margin: 0; }

.areas-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  align-self: end;
}

.areas-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-pill,
.area-chip {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--primary);
  color: var(--ink);
  background: transparent;
  transition: background 180ms, color 180ms;
}

.area-pill:hover,
.area-chip:hover {
  background: var(--primary-wash);
  color: var(--primary-dark);
}

@media (max-width: 768px) {
  .areas-top { grid-template-columns: 1fr; }
}

/* ─── Areas strip (gallery.html) ────────────────────────────────────────── */
#service-areas .areas-strip {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

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

.areas-strip-inner h2 { font-size: clamp(28px, 3.5vw, 48px); margin: 0; }

@media (max-width: 768px) {
  .areas-strip-inner { grid-template-columns: 1fr; }
}

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

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

.faq-headline { margin-bottom: 48px; }

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

.faq-inner details summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 17px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  gap: 16px;
  transition: color 150ms;
}

.faq-inner details summary:hover { color: var(--primary); }
.faq-inner details summary::-webkit-details-marker { display: none; }

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

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

.faq-answer {
  padding: 0 0 22px;
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink-mid);
}

/* ─── Team CTA ──────────────────────────────────────────────────────────── */
.team-cta {
  background: var(--ink);
  padding: clamp(72px, 9vh, 120px) 0;
}

.team-cta-inner {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.team-cta-inner h3 {
  font-size: clamp(32px, 4vw, 56px);
  color: #fff;
}

.team-cta-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.70);
  max-width: 56ch;
  line-height: 1.60;
  margin-bottom: 8px;
}

/* ─── Contact ───────────────────────────────────────────────────────────── */
.contact {
  padding: var(--section-py) 0;
  background: var(--canvas);
}

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

.contact-title,
.contact-form-title {
  font-size: clamp(28px, 3.5vw, 48px);
  margin-bottom: 8px;
}

.contact-form-wrap h2 { margin-bottom: 8px; }

.contact-form-desc {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 32px;
}

/* contact.html split layout */
.contact-split {
  max-width: var(--container);
  margin-inline: auto;
  padding: var(--section-py) clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: start;
}

.contact-form-col h2 { margin-bottom: 8px; }

.contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.contact-info-title,
.info-card-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}

.contact-info-col {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.contact-info-col h3 {
  font-size: 22px;
  margin-bottom: 28px;
}

.info-block {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.info-block:last-child { border-bottom: none; }

.info-label,
.info-block-label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.info-block a,
.info-block-value a {
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
}

.info-block-value { font-size: 16px; color: var(--ink); line-height: 1.55; }
.phone-val a { font-size: 20px; font-weight: 600; color: var(--ink); }

.hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  background: var(--primary-wash);
  color: var(--primary-dark);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 150ms, color 150ms, background 150ms;
}

.social-link svg { width: 18px; height: 18px; }

.social-link:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-wash);
  text-decoration: none;
}

@media (max-width: 900px) {
  .contact-inner,
  .contact-split { grid-template-columns: 1fr; }
  .contact-info-card,
  .contact-info-col { position: static; }
}

/* ─── Forms ─────────────────────────────────────────────────────────────── */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-mid);
}

.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--surface);
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 12px 16px;
  outline: none;
  transition: border-color 180ms, box-shadow 180ms;
  appearance: none;
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(66,105,45,0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.55;
}

.form-submit {
  align-self: flex-start;
}

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

/* ─── Page Header (sub-pages) ───────────────────────────────────────────── */
.page-header {
  min-height: clamp(240px, 36vh, 480px);
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
}

.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,12,8,0.75) 0%, rgba(15,12,8,0.30) 60%, transparent 100%);
  z-index: 1;
}

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

.page-header-inner h1 {
  font-size: clamp(40px, 6vw, 88px);
  color: #fff;
  max-width: 14ch;
  line-height: 0.95;
}

.page-header-eyebrow {
  color: rgba(255,255,255,0.65);
  margin-bottom: 16px;
}

.page-header-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  max-width: 56ch;
  line-height: 1.55;
  margin-top: 16px;
}

/* ─── Service Features (services.html) ──────────────────────────────────── */
.service-feature {
  padding: var(--section-py) 0;
  background: var(--canvas);
  border-bottom: 1px solid var(--border);
}

.service-feature:nth-child(even) { background: var(--surface); }

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

.service-feature.reverse .service-feature-inner {
  direction: rtl;
}

.service-feature.reverse .service-feature-inner > * {
  direction: ltr;
}

.service-feature-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--accent);
}

.service-feature-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.service-feature-accent {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 80px;
  height: 80px;
  background: var(--primary);
  border-radius: var(--radius);
  z-index: 0;
}

.service-feature-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-feature-body h2 { font-size: clamp(28px, 3.5vw, 48px); }

.service-feature-body p { font-size: 16px; color: var(--ink-mid); line-height: 1.68; }

.service-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-mid);
}

.service-bullets li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--primary);
  margin-top: 7px;
  flex-shrink: 0;
}

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

/* ─── CTA Banner ────────────────────────────────────────────────────────── */
.cta-banner {
  background: var(--ink);
  padding: clamp(72px, 9vh, 120px) 0;
}

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

.cta-banner-inner h2 {
  font-size: clamp(32px, 5vw, 72px);
  color: #fff;
  max-width: 18ch;
  margin-bottom: 12px;
}

.cta-banner-inner > p {
  font-size: 17px;
  color: rgba(255,255,255,0.70);
  max-width: 52ch;
  line-height: 1.60;
  margin-bottom: 32px;
}

.cta-banner-inner .eyebrow { color: rgba(255,255,255,0.55); }
.cta-banner-inner .section-eyebrow { color: rgba(255,255,255,0.55); }
.cta-banner-inner .eyebrow-light { color: rgba(255,255,255,0.55); }

.cta-banner-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-banner-phone {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 52px);
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  display: block;
  text-decoration: none;
}

.cta-phone-big {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 52px);
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
}

/* ─── About page ────────────────────────────────────────────────────────── */
#about {
  padding: var(--section-py) 0;
  background: var(--canvas);
}

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

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

.about-grid > div:first-child {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--accent);
  position: relative;
}

.about-grid > div:first-child img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.about-img {
  border-radius: var(--radius);
  overflow: hidden;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-text h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 8px; }
.about-text p { font-size: 16px; color: var(--ink-mid); line-height: 1.70; }

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--primary);
  margin-top: 4px;
}

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

/* ─── Founder section ───────────────────────────────────────────────────── */
.founder-section {
  padding: var(--section-py) 0;
  background: var(--surface);
}

.founder-wrap {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.founder-portrait-col {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  position: relative;
  background: var(--accent);
}

.founder-portrait-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.founder-portrait {
  border-radius: var(--radius);
  overflow: hidden;
}

.founder-story-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}

.founder-story-text h2 { font-size: clamp(28px, 3.5vw, 48px); }
.founder-story-text p { font-size: 16px; color: var(--ink-mid); line-height: 1.70; }

.drop-cap::first-letter {
  font-family: 'Fraunces', serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 0.80;
  float: left;
  margin: 4px 12px 0 0;
  color: var(--primary);
}

@media (max-width: 768px) {
  .founder-wrap { grid-template-columns: 1fr; }
  .founder-portrait-col { aspect-ratio: 4 / 3; max-height: 320px; }
}

/* ─── Values ────────────────────────────────────────────────────────────── */
.values-wrap {
  max-width: var(--container);
  margin-inline: auto;
  padding: var(--section-py) clamp(20px, 5vw, 64px);
}

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

.values-header h2 { font-size: clamp(28px, 3.5vw, 48px); }

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

.value-card {
  padding: 28px 24px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.value-card-num {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.value-card h3 { font-size: 18px; margin-bottom: 8px; }
.value-card p { font-size: 14px; color: var(--muted); line-height: 1.60; }

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

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

/* ─── Timeline ──────────────────────────────────────────────────────────── */
.timeline-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

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

.timeline-wrap h2 { font-size: clamp(28px, 3.5vw, 48px); margin-bottom: 48px; }

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

.timeline-grid::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  height: 1px;
  background: var(--border);
  z-index: 0;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px;
  position: relative;
}

.timeline-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--border-strong);
  background: var(--canvas);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  flex-shrink: 0;
}

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

.timeline-label {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.timeline-step h3 { font-size: 18px; margin: 0; }
.timeline-step p { font-size: 14px; color: var(--muted); line-height: 1.60; }

@media (max-width: 768px) {
  .timeline-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .timeline-grid::before { display: none; }
  .timeline-step { padding: 0; flex-direction: row; flex-wrap: wrap; }
  .timeline-dot { margin-bottom: 0; }
}

/* ─── Crew strip ────────────────────────────────────────────────────────── */
.crew-wrap {
  max-width: var(--container);
  margin-inline: auto;
  padding: var(--section-py) clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.crew-wrap h2 { font-size: clamp(28px, 3.5vw, 48px); }
.crew-wrap img { border-radius: var(--radius); }

.crew-photo { border-radius: var(--radius); overflow: hidden; }

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

/* ─── Footer ────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.75);
  padding-top: clamp(56px, 8vh, 96px);
}

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

.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: clamp(40px, 6vh, 72px);
}

.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand-desc { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.55); max-width: 28ch; }

.footer-brand-logo img { filter: brightness(0) invert(1); opacity: 0.85; }

.footer-col { display: flex; flex-direction: column; gap: 16px; }

.footer-col-head,
.footer-col-heading,
footer h4 {
  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.40);
  margin-bottom: 8px;
}

.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }

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

.footer-links a:hover,
.footer-col a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-phone { font-size: 18px; font-weight: 600; color: rgba(255,255,255,0.90); }
.footer-rating { font-size: 13px; color: rgba(255,255,255,0.50); }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.45); font-style: italic; }

.footer-contact-line,
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 8px;
}

.footer-contact-line svg,
.footer-contact-item svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-line a,
.footer-contact-item a { color: rgba(255,255,255,0.75); text-decoration: none; }
.footer-contact-line a:hover,
.footer-contact-item a:hover { color: #fff; text-decoration: none; }

.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  transition: border-color 150ms, color 150ms;
}
.footer-social a:hover { border-color: rgba(255,255,255,0.60); color: #fff; text-decoration: none; }
.footer-social svg { width: 16px; height: 16px; }

.footer-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.footer-area-tag {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  padding: 3px 8px;
  border-radius: 3px;
}

.footer-specialties { display: flex; flex-wrap: wrap; gap: 6px; }

.footer-spec-badge {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  padding: 3px 8px;
  border-radius: 3px;
}

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

.footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); }

.footer-legal-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.footer-legal-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 150ms;
}

.footer-legal-links a:hover { color: rgba(255,255,255,0.70); text-decoration: none; }

.footer-logo img { filter: brightness(0) invert(1); opacity: 0.70; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}

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

/* ─── Mobile sticky CTA ─────────────────────────────────────────────────── */
.mobile-sticky-cta,
.mobile-cta-sticky,
.mobile-cta-pill,
.mobile-call,
.mobile-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-sticky-cta > a,
.mobile-cta-sticky > a,
.mobile-call,
.mobile-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 180ms, transform 180ms;
  white-space: nowrap;
}

.mobile-sticky-cta > a:hover,
.mobile-cta-sticky > a:hover,
.mobile-call:hover,
.mobile-cta:hover {
  filter: brightness(0.92);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}

a.mobile-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 180ms, transform 180ms;
  white-space: nowrap;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
}

a.mobile-cta-pill:hover {
  filter: brightness(0.92);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}

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

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

/* ─── Animation utilities ───────────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-left {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-right {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

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

.stat-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
}

.stat-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
}

/* ─── Process / Step ────────────────────────────────────────────────────── */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.process-step {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
}

/* ─── Review cards ──────────────────────────────────────────────────────── */
.review-card {
  padding: 28px;
  border-radius: 12px;
  background: var(--surface);
}

.review-stars svg { color: var(--primary); width: 18px; height: 18px; }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; }
.review-attribution { font-size: 13px; color: var(--muted); opacity: 0.75; }

/* ─── 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); }

/* ─── Headings in dark sections get white ───────────────────────────────── */
.cta-banner h2,
.cta-banner h3,
.team-cta h3 {
  color: #fff;
}

/* ─── Misc helpers ──────────────────────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ─── Responsive tweaks ─────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hero { min-height: 80vh; }
  .hero-title { max-width: 100%; }
  .services-top { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero { min-height: 70vh; align-items: flex-end; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .about-grid { grid-template-columns: 1fr; }
  .service-feature-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-split { grid-template-columns: 1fr; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.services-sub { grid-column: 1 / -1; }
.areas-sub { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.gallery-tile { grid-column: 1 / -1; }
.areas-cloud { grid-column: 1 / -1; }
.footer-info { grid-column: 1 / -1; }
.contact-form-col { 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; }
