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

/* ─── TOKENS ──────────────────────────────────────────────────── */
:root {
  --primary:        #55ACEE;
  --primary-dark:   #3d8fcc;
  --primary-faint:  rgba(85,172,238,0.12);
  --accent:         #A0041E;
  --canvas:         #FAF6EE;
  --surface:        #FFFFFF;
  --ink:            #1A1814;
  --ink-mid:        #3a3530;
  --muted:          #6B6660;
  --muted-light:    #9e9890;
  --sand:           #EDE8DF;
  --sand-2:         #E4DDD1;
  --border:         rgba(26,24,20,0.10);
  --border-strong:  rgba(26,24,20,0.18);
  --shadow-sm:      0 2px 8px rgba(26,24,20,0.07);
  --shadow-md:      0 8px 32px rgba(26,24,20,0.10);
  --shadow-lg:      0 18px 56px rgba(26,24,20,0.13);
  --radius:         8px;
  --radius-pill:    999px;
  --header-height:  72px;
  --section-y:      clamp(96px, 12vh, 160px);
  --content-width:  1280px;
  --wide-width:     1400px;
}

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

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

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

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ─── LAYOUT UTILITIES ────────────────────────────────────────── */
.container {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.wide-container {
  max-width: var(--wide-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.bleed { width: 100%; max-width: none; padding: 0; }

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

/* ─── 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 {
  display: flex;
  align-items: center;
  gap: 32px;
  height: var(--header-height);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

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

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

.nav-pages ul,
ul#navLinks {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  padding: 0; margin: 0;
}

#navLinks { display: flex; gap: 28px; align-items: center; }

#navLinks a,
.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;
  transition: color 150ms;
  white-space: nowrap;
}
#navLinks a:hover,
.nav-pages a:hover { color: var(--primary); }
#navLinks a[aria-current="page"],
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--surface);
  padding: 10px 20px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.92); color: var(--surface); text-decoration: none; }
.nav-cta svg { width: 18px; height: 18px; flex-shrink: 0; }

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  #navLinks, .nav-pages ul { display: none; flex-direction: column; }
  #navLinks.open,
  .nav-pages.open { display: flex; }
  .nav-pages {
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 28px;
    gap: 0;
    border-bottom: 1px solid rgba(26,24,20,0.08);
    display: none;
    z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages ul, #navLinks {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  #navLinks li, .nav-pages li { width: 100%; }
  #navLinks a, .nav-pages a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 16px;
  }
  .nav-cta { padding: 10px 12px; }
  .nav-cta span { display: none; }
}

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

.fade-up.visible, .fade-left.visible, .fade-right.visible, .scale-in.visible {
  opacity: 1; transform: none;
}
.stagger .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; }

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

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

.section-eyebrow .eyebrow-bullet { display: inline-block; }

/* If eyebrow-bullet is a child element, don't also add ::before */
.section-eyebrow:has(.eyebrow-bullet)::before,
.eyebrow:has(.eyebrow-bullet)::before { display: none; }

/* ─── SECTION BASE ────────────────────────────────────────────── */
.section-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--section-y) clamp(20px, 5vw, 60px);
}

.section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 20px;
  max-width: 18ch;
}

.section-sub {
  font-size: 17px;
  line-height: 1.68;
  color: var(--muted);
  max-width: 56ch;
  margin-bottom: 40px;
}

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

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

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

.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-outline-white {
  background: transparent;
  color: var(--surface);
  border: 1.5px solid rgba(255,255,255,0.6);
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); color: var(--surface); }

.btn-light {
  background: var(--surface);
  color: var(--ink);
}
.btn-light:hover { background: var(--sand); color: var(--ink); }

.btn-phone {
  background: var(--surface);
  color: var(--ink);
  border: 1.5px solid var(--border-strong);
}
.btn-phone:hover { background: var(--sand); color: var(--ink); }

/* ─── HERO ────────────────────────────────────────────────────── */
#hero.hero {
  min-height: 96vh;
  display: flex;
  align-items: flex-end;
}

#hero > img:first-of-type,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  z-index: 0;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(26,24,20,0.08) 0%,
    rgba(26,24,20,0.55) 55%,
    rgba(26,24,20,0.82) 100%
  );
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) clamp(20px, 5vw, 60px);
  padding-bottom: clamp(64px, 9vh, 112px);
  width: 100%;
}

.hero-eyebrow {
  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.72);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--primary);
  border-radius: 1px;
}

.hero-hairline {
  display: block;
  width: 64px;
  height: 2px;
  background: var(--primary);
  margin: 16px 0 24px;
}

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

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

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-ctas .btn-phone svg { width: 18px; height: 18px; }

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

.hero-trust-chips .trust-chip,
.trust-chip {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--surface);
  border: 1px solid rgba(85,172,238,0.55);
  border-radius: 999px;
  padding: 5px 12px;
  background: rgba(85,172,238,0.10);
  white-space: nowrap;
}

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

/* ─── TRUST STRIP ─────────────────────────────────────────────── */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.trust-strip-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-mid);
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: 6px 14px;
  background: transparent;
  white-space: nowrap;
}
.trust-pill svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--primary); }

.trust-band { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px 0; }
.trust-band-inner {
  max-width: var(--content-width); margin: 0 auto;
  padding: 0 clamp(20px,5vw,60px);
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center; justify-content: center;
}
.trust-band-inner .trust-chip {
  color: var(--ink-mid);
  border-color: var(--primary);
  background: transparent;
}

/* ─── MARQUEE STRIP ───────────────────────────────────────────── */
.marquee-strip {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  max-height: 64px;
  position: relative;
  z-index: 1;
  background: var(--canvas);
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }

.marquee-item {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(13px, 1.4vw, 18px);
  line-height: 1.2;
  color: var(--ink-mid);
  flex-shrink: 0;
}
.marquee-sep {
  color: var(--primary);
  font-size: clamp(10px, 1.2vw, 14px);
}

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

/* ─── SERVICES ────────────────────────────────────────────────── */
.services { background: var(--canvas); }
.services .section-inner { padding-top: var(--section-y); padding-bottom: var(--section-y); }

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

.service-tab {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 160ms;
  white-space: nowrap;
}
.service-tab:hover { border-color: var(--primary); color: var(--primary); }
.service-tab.active {
  background: var(--ink);
  color: var(--surface);
  border-color: var(--ink);
}

.services-panels { position: relative; }

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

.service-panel-img {
  position: relative;
  overflow: hidden;
  background: var(--sand);
}
.service-panel-img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
}

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

.service-panel-num {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}
.service-panel-body h3 {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.service-panel-body p {
  font-size: 16px;
  line-height: 1.68;
  color: var(--muted);
}
.service-panel-body .btn { margin-top: 8px; align-self: flex-start; }

@media (max-width: 900px) {
  .service-panel.active { grid-template-columns: 1fr; }
  .service-panel-img { min-height: 240px; }
  .service-panel-img img { position: relative; inset: auto; width: 100%; height: 240px; max-height: 240px; }
}

/* ─── EDITORIAL BREAK ─────────────────────────────────────────── */
.editorial-break {
  position: relative;
  overflow: hidden;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(64px, 10vw, 120px) 0;
}

/* It uses a background image set inline or a child img */
.editorial-break > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0; max-height: none;
}

.editorial-break::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(rgba(26,24,20,0.56), rgba(26,24,20,0.72));
  z-index: 1;
}

.editorial-break-rule {
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px; z-index: 3;
  background: transparent;
  display: flex; align-items: center;
}
.editorial-break-rule span {
  display: block;
  width: 64px; height: 2px;
  background: var(--primary);
  margin: 0 auto;
}

.editorial-break blockquote {
  position: relative; z-index: 2;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 5vw, 60px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--surface);
  max-width: 22ch;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.editorial-break-link {
  position: relative; z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  margin-top: 28px;
  transition: color 150ms;
}
.editorial-break-link:hover { color: var(--surface); text-decoration: none; }
.editorial-break-link svg { width: 18px; height: 18px; }

/* ─── GALLERY ─────────────────────────────────────────────────── */
.gallery { background: var(--surface); }
.gallery .section-inner { padding-top: var(--section-y); padding-bottom: var(--section-y); }

.gallery-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.gallery-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.gallery-photo img {
  width: 100%; height: 100%; object-fit: cover;
  max-height: none;
  transition: transform 600ms ease;
}
.gallery-photo:hover img { transform: scale(1.03); }

.gallery-copy {
  padding: 0 clamp(0px, 3vw, 48px);
}
.gallery-copy-eyebrow {
  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;
}
.gallery-copy h3 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.gallery-copy p {
  color: var(--muted);
  line-height: 1.68;
  margin-bottom: 24px;
}
.gallery-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms, gap 150ms;
}
.gallery-link:hover { color: var(--primary); gap: 12px; text-decoration: none; }
.gallery-link svg { width: 16px; height: 16px; }

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

/* ─── SERVICE AREAS ───────────────────────────────────────────── */
.service-areas,
.service-areas-section {
  background: var(--canvas);
}
.service-areas .section-inner,
.service-areas-section .section-inner,
.service-areas-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--section-y) clamp(20px, 5vw, 60px);
}
.service-areas-inner .section-eyebrow { margin-bottom: 16px; }

.area-cloud,
.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.area-pill,
.sa-chip {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mid);
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: 6px 16px;
  background: transparent;
  transition: background 150ms, color 150ms;
}
.area-pill:hover,
.sa-chip:hover { background: var(--primary); color: var(--surface); }
.service-area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }

/* ─── FAQ ─────────────────────────────────────────────────────── */
.faq { background: var(--surface); }
.faq .section-inner { padding-top: var(--section-y); padding-bottom: var(--section-y); }

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

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

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

.faq-chevron {
  width: 20px; height: 20px;
  flex-shrink: 0;
  transition: transform 200ms;
  color: var(--muted);
}
.faq-list details[open] .faq-chevron,
details.faq[open] .faq-chevron {
  transform: rotate(180deg);
  color: var(--primary);
}

/* For details without explicit .faq-chevron using ::after */
details.faq > summary::after { content: ""; }

.faq-answer,
.faq-list details p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  padding-bottom: 22px;
  margin-top: 0;
  max-width: 64ch;
}

/* ─── TEAM CTA ────────────────────────────────────────────────── */
.team-cta {
  background: var(--ink);
  padding: clamp(48px, 7vh, 80px) 0;
}
.team-cta-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.team-cta-left { flex: 1; }
.team-cta-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}
.team-cta-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--surface);
}
.team-cta .btn-outline {
  color: var(--surface);
  border-color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}
.team-cta .btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.team-cta .btn-outline svg { width: 18px; height: 18px; }

/* ─── CONTACT ─────────────────────────────────────────────────── */
.contact { background: var(--canvas); }
.contact .section-inner { padding-top: var(--section-y); padding-bottom: var(--section-y); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  margin-top: 40px;
  align-items: start;
}

.contact-form { grid-column: 1; }
.contact-info  { grid-column: 2; }

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-row:last-child { border-bottom: none; }
.contact-info-row > svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--primary); margin-top: 2px; }

.contact-info-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-info-value {
  font-size: 16px;
  color: var(--ink);
  line-height: 1.6;
}
.contact-info-value a { color: var(--ink); }
.contact-info-value a:hover { color: var(--primary); }

.directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  margin-top: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.directions-btn svg { width: 14px; height: 14px; }
.directions-btn:hover { color: var(--primary-dark); text-decoration: none; }

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

/* ─── FORM ────────────────────────────────────────────────────── */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group,
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-label,
label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.form-input,
input[type="text"], input[type="email"], input[type="tel"],
input[type="number"], select {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--surface);
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 12px 16px;
  width: 100%;
  transition: border-color 150ms, box-shadow 150ms;
  outline: none;
  appearance: none;
}
.form-input:focus,
input:focus, select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(85,172,238,0.15);
}
.form-textarea,
textarea {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--surface);
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 12px 16px;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  transition: border-color 150ms, box-shadow 150ms;
  outline: none;
}
textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(85,172,238,0.15); }

.form-submit,
button[type="submit"] {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: var(--primary);
  color: var(--surface);
  border: none;
  border-radius: var(--radius);
  padding: 16px 32px;
  width: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: filter 150ms, transform 150ms;
}
.form-submit:hover, button[type="submit"]:hover { filter: brightness(0.92); transform: translateY(-1px); }
.form-submit svg, button[type="submit"] svg { width: 18px; height: 18px; }
.form-note { font-size: 13px; color: var(--muted); margin-bottom: 12px; line-height: 1.5; }

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

/* ─── FOOTER ──────────────────────────────────────────────────── */
footer, .site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
  padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 60px) 0;
}

.footer-inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: 48px;
}

.footer-brand { grid-column: 1; }
.footer-brand img { margin-bottom: 16px; opacity: 0.9; }
.footer-brand p,
.footer-tagline {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.55);
  margin-bottom: 16px;
}

.footer-col { }
.footer-col h4,
.footer-col-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  margin-bottom: 16px;
}

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

.footer-contact-item, .footer-contact-links { margin-bottom: 8px; }
.footer-contact-item a, .footer-contact-links a, .footer-phone, .footer-email {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}
.footer-contact-item a:hover, .footer-contact-links a:hover { color: var(--surface); }

.footer-hours-list, .footer-hours-item { font-size: 13px; color: rgba(255,255,255,0.55); }
.footer-hours-row, .hours-row, .footer-hours-item {
  display: flex; gap: 12px;
  padding: 3px 0;
}
.footer-hours-day, .hours-day { font-weight: 600; min-width: 80px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy, .footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-certs, .footer-bottom-certs { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-cert, .footer-cert-tag, .footer-badge {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  padding: 3px 8px;
}
.footer-logo { margin-bottom: 16px; }

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

/* ─── MOBILE CALL PILL ────────────────────────────────────────── */
.mobile-call,
.mobile-cta-pill,
.mobile-sticky-cta {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  display: flex;
}
.mobile-call a,
.mobile-cta-pill,
a.mobile-cta-pill,
.mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--surface);
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 150ms, transform 150ms;
  white-space: nowrap;
}
.mobile-call a svg, .mobile-cta-pill svg, .mobile-sticky-cta a svg {
  width: 20px; height: 20px; flex-shrink: 0;
}
.mobile-call a:hover, .mobile-cta-pill:hover, .mobile-sticky-cta a:hover {
  filter: brightness(0.92); transform: translateY(-2px); text-decoration: none;
}

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

/* ─── PAGE HEADER (sub-pages) ─────────────────────────────────── */
.page-header {
  position: relative;
  overflow: hidden;
  min-height: clamp(240px, 38vh, 420px);
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
}
.page-header > img:first-of-type,
.page-header-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  z-index: 0; max-height: none;
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(26,24,20,0.2), rgba(26,24,20,0.65));
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
  padding: clamp(32px, 5vh, 64px) clamp(20px, 5vw, 60px);
}
.page-header-inner h1,
.page-header-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: -0.03em;
  color: var(--surface);
  max-width: 18ch;
  margin-bottom: 8px;
}
.page-header-eyebrow {
  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.65);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.page-header-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  margin-top: 10px;
  max-width: 52ch;
}
.page-header-accent {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  color: rgba(255,255,255,0.85);
}

/* Breadcrumb */
.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 12px;
}
.page-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; }
.page-breadcrumb a:hover { color: var(--surface); text-decoration: none; }
.page-breadcrumb-sep { opacity: 0.4; }

/* ─── SERVICES DETAIL (services.html) ────────────────────────── */
.services-intro {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: clamp(40px, 6vh, 80px) clamp(20px, 5vw, 60px);
}
.services-intro .eyebrow { margin-bottom: 12px; }
.services-intro p:last-of-type {
  font-size: clamp(18px, 2.5vw, 24px);
  color: var(--ink-mid);
  line-height: 1.55;
  max-width: 68ch;
}

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

.service-block {
  border-bottom: 1px solid var(--border);
  padding: clamp(48px, 8vh, 96px) 0;
}
.service-block:last-child { border-bottom: none; }

.service-block-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.service-block.reverse .service-block-inner {
  /* Reverse layout using order, NOT transform */
}
.service-block.reverse .service-block-photo { order: 2; }
.service-block.reverse .service-block-body  { order: 1; }

.service-block-photo {
  position: relative;
  order: 1;
}
.service-block-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  max-height: none;
  display: block;
}
.service-block-index {
  position: absolute;
  top: -12px; left: -12px;
  width: 40px; height: 40px;
  background: var(--primary);
  color: var(--surface);
  border-radius: 50%;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.service-block-body {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.service-block-body .eyebrow { margin-bottom: 0; }
.service-block-body h2 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
}
.service-block-body p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.service-features {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.service-features li {
  font-size: 15px;
  color: var(--ink-mid);
  padding-left: 20px;
  position: relative;
}
.service-features li::before {
  content: '';
  position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px;
  background: var(--primary);
  border-radius: 50%;
}

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

@media (max-width: 900px) {
  .service-block-inner { grid-template-columns: 1fr; }
  .service-block-photo { order: 1 !important; }
  .service-block-body  { order: 2 !important; }
}

/* ─── CTA BANNER ──────────────────────────────────────────────── */
.cta-banner {
  background: var(--ink);
  padding: clamp(56px, 9vh, 96px) 0;
}
.cta-banner-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.cta-banner-left { grid-column: 1; }
.cta-banner-right { grid-column: 2; }

.cta-banner .eyebrow,
.cta-banner-eyebrow {
  color: var(--primary);
  margin-bottom: 12px;
}
.cta-banner h2,
.cta-banner-inner > p {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--surface);
  margin-bottom: 16px;
  max-width: 22ch;
}
.cta-phone-big {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.cta-phone-label {
  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.45);
  display: block;
  margin-bottom: 8px;
}
.cta-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cta-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.cta-banner-phone {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.02em;
  text-decoration: none;
  margin-bottom: 20px;
}
.cta-banner-phone:hover { color: var(--surface); text-decoration: none; }

.cta-banner .contact-form { background: var(--surface); padding: 32px; border-radius: var(--radius); }

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

/* ─── GALLERY PAGE ────────────────────────────────────────────── */
.gallery-filter {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  position: sticky;
  top: var(--header-height);
  z-index: 100;
}
.gallery-filter-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.filter-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 8px;
}
.filter-pill {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 150ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--ink); color: var(--surface); border-color: var(--ink);
}

/* Case Grid */
.case-grid-section {
  background: var(--canvas);
  padding: var(--section-y) 0;
}
.case-grid-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
#caseGrid.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.case-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  border: 1px solid var(--border);
}
.case-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.case-card.featured { grid-column: span 2; }

.case-card-photo {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--sand);
}
.case-card.featured .case-card-photo { aspect-ratio: 16/9; }
.case-card-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 600ms ease;
}
.case-card:hover .case-card-photo img { transform: scale(1.04); }

.case-card-badge {
  position: absolute; top: 12px; left: 12px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  background: var(--primary); color: var(--surface);
  padding: 4px 10px; border-radius: 4px;
}
.case-card-tag {
  position: absolute; top: 12px; right: 12px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: rgba(26,24,20,0.75); color: var(--surface);
  padding: 4px 10px; border-radius: 4px;
}

.case-card-body {
  padding: 20px 24px 24px;
}
.case-card-body h2 {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.case-card-location {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--muted);
  margin-bottom: 8px;
}
.case-card-location svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; }
.case-card-title { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.case-card-desc { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }

.case-card-meta {
  display: flex; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.case-meta-item { font-size: 12px; }
.case-meta-label { font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 10px; color: var(--muted); display: block; }
.case-meta-num { font-weight: 700; color: var(--ink); display: block; }

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

/* ─── ABOUT PAGE ──────────────────────────────────────────────── */
.about-editorial { background: var(--canvas); }
.about-editorial-inner {
  max-width: 70ch;
  margin: 0 auto;
  padding: var(--section-y) clamp(20px, 5vw, 60px);
}
.about-editorial-inner .section-eyebrow { margin-bottom: 20px; }
.about-editorial-inner h2 {
  font-size: clamp(32px, 4.5vw, 60px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
}
.about-editorial-inner p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-mid);
  margin-bottom: 20px;
}
.drop-cap::first-letter {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 4.2em;
  font-weight: 700;
  float: left;
  line-height: 0.82;
  padding-right: 10px;
  padding-top: 4px;
  color: var(--primary);
}
.about-hairline {
  display: block;
  width: 72px;
  height: 2px;
  background: var(--primary);
  margin-top: 28px;
}

/* Founder story */
.founder-story { background: var(--surface); padding: var(--section-y) 0; }
.founder-story-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.founder-portrait-col { grid-column: 1; }
.founder-copy-col    { grid-column: 2; }

.founder-portrait-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.founder-portrait-wrap img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  max-height: none;
}
.founder-portrait-badge {
  position: absolute;
  bottom: -12px; right: -12px;
  width: 72px; height: 72px;
  background: var(--primary);
  border-radius: 50%;
  border: 3px solid var(--surface);
}

.founder-copy-col .section-eyebrow { margin-bottom: 16px; }
.founder-copy-col h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.founder-copy-col p {
  font-size: 16px;
  line-height: 1.72;
  color: var(--muted);
  margin-bottom: 16px;
}
.founder-pull-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.35;
  color: var(--ink);
  border-left: 3px solid var(--primary);
  padding-left: 24px;
  margin: 28px 0;
}

@media (max-width: 900px) {
  .founder-story-inner { grid-template-columns: 1fr; }
  .founder-portrait-col { grid-column: 1; }
  .founder-copy-col    { grid-column: 1; }
}

/* Values */
.values-section { background: var(--canvas); padding: var(--section-y) 0; }
.values-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.values-header { margin-bottom: 40px; }
.values-header h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px 24px;
  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', Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.35;
  line-height: 1;
  margin-bottom: 12px;
}
.value-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.value-card p { 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; } }

/* Credentials */
.credentials-section { background: var(--surface); padding: var(--section-y) 0; }
.credentials-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.credentials-inner h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.credentials-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}
.credential-badge {
  background: var(--canvas);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.credential-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.credential-badge-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.credential-badge-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

/* Crew strip */
.crew-strip { background: var(--canvas); padding: var(--section-y) 0; }
.crew-strip-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.crew-strip-inner > div:first-child { margin-bottom: 32px; }
.crew-strip-inner h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.crew-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.crew-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.crew-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.crew-card-icon {
  width: 48px; height: 48px;
  background: var(--primary-faint);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.crew-card-icon svg { width: 24px; height: 24px; color: var(--primary); }
.crew-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.crew-card p  { font-size: 14px; color: var(--muted); line-height: 1.65; }

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

/* Contact info card (contact.html) */
.contact-form-wrap {
  background: var(--canvas);
  padding: var(--section-y) clamp(20px, 5vw, 60px);
  max-width: var(--content-width);
  grid-column: 1;
}
.contact-form-title, .contact-form-wrap h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.contact-form-intro { font-size: 16px; color: var(--muted); margin-bottom: 28px; line-height: 1.65; }

.contact #contact.contact { background: var(--canvas); }
#contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--section-y) clamp(20px, 5vw, 60px);
}

.contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--border);
  position: sticky;
  top: calc(var(--header-height) + 24px);
}
.info-card-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}
.info-block {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info-block-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.info-block-value {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.6;
}
.info-block-value a { color: var(--ink); }
.info-block-value a:hover { color: var(--primary); }
.info-divider { border: none; border-top: 1px solid var(--border); margin: 0; }
.info-phone-link {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.info-phone-link:hover { color: var(--primary-dark); text-decoration: none; }

.hours-grid { display: flex; flex-direction: column; gap: 4px; margin-top: 8px; }
.hours-row { display: flex; gap: 12px; font-size: 14px; }
.hours-day { font-weight: 600; min-width: 90px; }

/* Expect strip (contact.html) */
.expect-strip { background: var(--surface); padding: var(--section-y) 0; }
.expect-inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}
.expect-item {
  background: var(--canvas);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border);
}
.expect-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.35;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.expect-item h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.expect-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

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

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

/* ─── REVIEW CARDS ────────────────────────────────────────────── */
.review-card {
  padding: 28px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.review-stars svg { color: var(--primary); width: 18px; height: 18px; }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; font-style: italic; }
.review-attribution { font-size: 13px; color: var(--muted); opacity: 0.75; }

/* ─── STATS ───────────────────────────────────────────────────── */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  padding: 80px 0;
  text-align: center;
}
.stat-num { font-size: clamp(48px, 8vw, 96px); font-weight: 900; line-height: 1; color: var(--primary); }
.stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-top: 8px; }

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

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

/* ─── MISC / UTILITY ──────────────────────────────────────────── */
.featured { }

/* Table safety */
thead .col-service,
thead .col-desc,
thead .col-timeline,
thead .col-price {
  background: var(--ink); color: var(--surface);
}
tbody .col-service, tbody .col-desc, tbody .col-timeline, tbody .col-price {
  background: transparent; color: var(--ink);
}

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


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