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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #6ABF3A;
  --primary-tint:   rgba(106,191,58,0.12);
  --primary-dark:   #55a02d;
  --accent:         #2D2D2D;
  --canvas:         #F4EFE6;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --ink-mid:        #3d3830;
  --muted:          #7A7268;
  --sand-1:         #EDE7DA;
  --sand-2:         #E2D9C9;
  --border:         rgba(31,27,22,0.10);
  --border-strong:  rgba(31,27,22,0.18);
  --frame-gap:      12px;
  --radius:         12px;
  --radius-pill:    999px;
  --header-height:  72px;
  --section-py:     clamp(96px, 12vh, 152px);
  --content-max:    1240px;
  --wide-max:       1400px;
  --shadow-card:    0 2px 0 rgba(31,27,22,0.08), 0 8px 24px -8px rgba(31,27,22,0.10);
  --shadow-float:   0 18px 48px -10px rgba(31,27,22,0.30);
}

@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: 17px;
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  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: 44px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

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

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

.page-header, [class*="page-header"], .about-feature, .about-hero {
  position: relative; overflow: hidden; max-height: 64vh;
}
.page-header > img, [class*="page-header"] > img, .page-header-bg,
.about-feature > img:first-of-type, .about-hero-bg,
.page-header img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}

section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

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

/* Heading anchors never look like links */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 { font-size: clamp(48px, 7vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 64px); }
h3 { font-size: clamp(22px, 2.5vw, 32px); }

p { line-height: 1.7; }

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

strong { font-weight: 600; }

ul { list-style: none; }

address { font-style: normal; }

/* Section eyebrow label */
.section-eyebrow,
.page-eyebrow,
.page-header-eyebrow,
.cta-eyebrow,
.cta-banner-eyebrow,
.info-card-eyebrow,
.service-eyebrow,
.service-panel-eyebrow,
.areas-group-label {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.section-eyebrow-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.section-eyebrow-line::after {
  content: '';
  display: block;
  height: 2px;
  width: 48px;
  background: var(--primary);
  border-radius: 2px;
}

/* Eyebrow underline rule */
.section-headline,
.section-title,
.section-inner > h2,
.gallery-inner > h2,
.contact-head > h2,
.values-header > h2,
.timeline-header > h2,
.crew-header > h2,
.about-copy-col > h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}

.section-rule, hr.section-rule, hr.service-title-rule {
  border: none;
  border-top: 2px solid var(--primary);
  width: 48px;
  margin: 16px 0 24px;
}

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

.wide-container {
  width: 100%;
  max-width: var(--wide-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.section-inner {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-py) clamp(20px, 5vw, 48px);
}

.bleed { width: 100%; max-width: none; }

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

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

.stagger > *:nth-child(1) { transition-delay: 0.05s; }
.stagger > *:nth-child(2) { transition-delay: 0.12s; }
.stagger > *:nth-child(3) { transition-delay: 0.19s; }
.stagger > *:nth-child(4) { transition-delay: 0.26s; }
.stagger > *:nth-child(5) { transition-delay: 0.33s; }
.stagger > *:nth-child(6) { transition-delay: 0.40s; }
.stagger > *:nth-child(7) { transition-delay: 0.47s; }
.stagger > *:nth-child(8) { transition-delay: 0.54s; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-ghost,
.btn-outline,
.btn-outline-light,
.btn-full,
.btn-primary-form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 16px 30px;
  border-radius: 10px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 180ms ease, transform 180ms ease, background 180ms ease, color 180ms ease;
  line-height: 1;
}

.btn-primary {
  background: var(--primary);
  color: var(--surface);
  border-color: var(--primary);
}
.btn-primary:hover { filter: brightness(0.90); color: var(--surface); text-decoration: none; }

.btn-ghost {
  background: rgba(255,255,255,0.15);
  color: var(--surface);
  border-color: rgba(255,255,255,0.55);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.25); color: var(--surface); text-decoration: none; }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-strong);
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

.btn-outline-light {
  background: transparent;
  color: var(--surface);
  border-color: rgba(255,255,255,0.6);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.1); color: var(--surface); text-decoration: none; }

.btn-full { width: 100%; }

.btn-primary-form {
  background: var(--primary);
  color: var(--surface);
  border-color: var(--primary);
  width: 100%;
  padding: 18px 30px;
  font-size: 16px;
}
.btn-primary-form:hover { filter: brightness(0.88); text-decoration: none; }
.btn-primary-form svg { width: 18px; height: 18px; flex-shrink: 0; }

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

/* ============================================================
   PHOTO FRAME — the "mounted print" signature move
   ============================================================ */
.photo-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.photo-frame::before {
  content: '';
  position: absolute;
  inset: var(--frame-gap);
  border: var(--frame-gap) solid var(--canvas);
  border-radius: calc(var(--radius) - 4px);
  z-index: 2;
  pointer-events: none;
}
.photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About portrait uses surface white as frame so it pops on canvas sections */
.about-portrait-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: var(--frame-gap) solid var(--canvas);
  box-shadow: var(--shadow-card);
}
.about-portrait-frame img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

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

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

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}

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

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

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0;
}
.nav-pages a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
}

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

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

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

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

.hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(31,27,22,0.72) 0%,
    rgba(31,27,22,0.45) 50%,
    rgba(106,191,58,0.22) 100%
  );
}

.hero-inner {
  padding: clamp(48px, 8vh, 96px) clamp(24px, 6vw, 80px);
  max-width: 780px;
}

.hero-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
}

.hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(56px, 9vw, 120px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--surface);
  max-width: 14ch;
  margin-bottom: 24px;
}

.hero-sub {
  font-size: clamp(16px, 1.5vw, 20px);
  color: rgba(244,239,230,0.88);
  max-width: 52ch;
  margin-bottom: 36px;
  line-height: 1.6;
}

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

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

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  border: none;
}
.trust-chip svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip, .trust-ribbon {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.trust-inner, .trust-ribbon-inner, .trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

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

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

.marquee-wrap: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.10em;
  text-transform: uppercase;
  color: var(--ink-mid);
  line-height: 1.2;
  flex-shrink: 0;
}

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

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

/* ============================================================
   SERVICES (tabbed)
   ============================================================ */
.services {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.services > .section-inner > h2 { margin-bottom: 0; }

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

.service-tab {
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-strong);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  transition: background 180ms, color 180ms, border-color 180ms;
  white-space: nowrap;
}
.service-tab:hover { border-color: var(--primary); color: var(--primary); }
.service-tab.active {
  background: var(--primary);
  color: var(--surface);
  border-color: var(--primary);
}

.services-panels {
  position: relative;
}

.service-panel {
  display: none;
  grid-template-columns: 45% 1fr;
  gap: 40px;
  align-items: stretch;
  min-height: 480px;
}
.service-panel.active { display: grid; }

.service-panel-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--sand-2);
}
.service-panel-photo::before {
  content: '';
  position: absolute;
  inset: var(--frame-gap);
  border: var(--frame-gap) solid var(--canvas);
  border-radius: calc(var(--radius) - 4px);
  z-index: 2;
  pointer-events: none;
}
.service-panel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  max-height: none;
}

.service-panel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 12px 0;
}
.service-panel-body .service-panel-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}
.service-panel-body h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.service-panel-body p {
  font-size: 16px;
  color: var(--ink-mid);
  margin-bottom: 14px;
  line-height: 1.7;
}
.service-panel-body > a.btn,
.service-panel-body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  background: var(--primary);
  color: var(--surface);
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: filter 180ms;
  width: fit-content;
}
.service-panel-body > a:hover { filter: brightness(0.88); color: var(--surface); text-decoration: none; }

@media (max-width: 900px) {
  .service-panel { grid-template-columns: 1fr; min-height: auto; }
  .service-panel-photo { height: 260px; position: relative; }
  .service-panel-photo img { position: absolute; }
}

/* ============================================================
   GALLERY SECTION (homepage)
   ============================================================ */
.gallery-section {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.gallery-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.gallery-split {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 56px;
  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;
  display: block;
}

.gallery-copy { padding: 20px 0; }

.gallery-pull {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--ink);
}

.gallery-copy p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.gallery-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--primary);
  font-size: 15px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-inner {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
}

.gallery-section-sub {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 52ch;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.filter-pill {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-strong);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  transition: all 180ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  color: var(--surface);
  border-color: var(--primary);
}

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

.gallery-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.gallery-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-float); }

.gallery-card-featured {
  grid-column: 1 / 3;
}

.gallery-card-photo {
  position: relative;
  overflow: hidden;
}
.gallery-card-photo-inner {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery-card-photo-inner img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
  transition: transform 400ms ease;
}
.gallery-card:hover .gallery-card-photo-inner img { transform: scale(1.04); }

.gallery-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--primary);
  color: var(--surface);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  z-index: 3;
}

.gallery-card-category {
  position: absolute;
  bottom: 12px; right: 12px;
  background: rgba(31,27,22,0.65);
  color: var(--canvas);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  z-index: 3;
  backdrop-filter: blur(4px);
}

.gallery-card-body {
  padding: 20px;
}
.gallery-card-body h3 {
  font-size: clamp(16px, 1.6vw, 20px);
  margin-bottom: 8px;
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 8px;
}
.gallery-card-location svg { width: 14px; height: 14px; }

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

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

.gallery-meta-item {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--primary);
  background: var(--primary-tint);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

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

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

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

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

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

.review-rating-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 2px;
}

.review-count {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}

.review-mark {
  width: 28px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  margin-bottom: 14px;
}

.review-quote {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: var(--ink);
  font-style: italic;
}

.review-attribution {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.04em;
}

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

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.areas-intro {
  font-size: 17px;
  color: var(--muted);
  max-width: 52ch;
  margin-bottom: 36px;
  line-height: 1.7;
}

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

.area-pill {
  display: inline-flex;
  align-items: center;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  transition: background 180ms, color 180ms;
}
.area-pill:hover { background: var(--primary); color: var(--surface); }

.area-pill-nc {
  background: rgba(106,191,58,0.08);
  color: var(--muted);
}

.areas-footnote {
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
}

/* Services page areas */
.areas-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.areas-group { /* each column */ }

.areas-group-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.areas-list {
  list-style: none;
  padding: 0;
}
.areas-list li {
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  color: var(--ink-mid);
}
.areas-list li:last-child { border-bottom: none; }

.areas-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}

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

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

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

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

summary.faq-question {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Inter Tight', sans-serif;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  user-select: none;
}
summary.faq-question::-webkit-details-marker { display: none; }
summary.faq-question::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: var(--muted);
  transition: transform 200ms, color 200ms;
  flex-shrink: 0;
  margin-left: 16px;
}
details.faq-item[open] > summary.faq-question::after {
  transform: rotate(45deg);
  color: var(--primary);
}

.faq-answer {
  padding-bottom: 20px;
}
.faq-answer p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-mid);
}

/* ============================================================
   TEAM CTA
   ============================================================ */
#team-cta.team-cta {
  background: var(--surface);
  padding: var(--section-py) 0;
}

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

.team-cta-text { flex: 1; }

.team-cta-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 28ch;
}

.team-cta-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--surface);
  padding: 16px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 180ms;
  flex-shrink: 0;
}
.team-cta-inner > a:hover { filter: brightness(0.88); color: var(--surface); text-decoration: none; }

@media (max-width: 640px) {
  .team-cta-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
}

.contact-head { margin-bottom: 32px; }

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

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

.form-group label,
.form-field label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: 'Inter Tight', sans-serif;
}

.form-group input,
.form-group textarea,
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1.5px solid var(--border-strong);
  background: var(--surface);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 450;
  transition: border-color 180ms, box-shadow 180ms;
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(106,191,58,0.15);
}

.form-group textarea,
.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

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

.form-submit { margin-top: 4px; }

.form-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
}

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

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

.contact-info-card h3,
.contact-info-col h3 {
  font-size: clamp(20px, 2.2vw, 28px);
  margin-bottom: 24px;
}

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

.info-block {
  margin-bottom: 20px;
}

.info-label, .info-item-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
  font-family: 'Inter Tight', sans-serif;
}

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

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.info-icon {
  width: 36px;
  height: 36px;
  background: var(--primary-tint);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-icon svg { width: 18px; height: 18px; color: var(--primary); }

.info-divider {
  height: 1px;
  background: var(--border);
  margin: 18px 0;
}

.info-social { display: inline-flex; align-items: center; gap: 6px; color: var(--primary); }
.info-social svg { width: 20px; height: 20px; }

.info-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.info-area-chip {
  font-size: 12px;
  font-weight: 600;
  background: var(--primary-tint);
  color: var(--primary);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.contact-cta-box {
  background: var(--primary-tint);
  border-radius: 8px;
  padding: 18px;
  text-align: center;
  margin-top: 20px;
}
.contact-cta-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--surface);
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: filter 180ms;
}
.contact-cta-box a:hover { filter: brightness(0.88); color: var(--surface); text-decoration: none; }
.contact-cta-box p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 12px;
}

/* Contact form block (contact page) */
.contact-form-block {
  display: flex;
  flex-direction: column;
}

.free-estimates-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--primary-tint);
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 20px;
}
.badge-icon { display: flex; align-items: center; }
.badge-icon svg { width: 24px; height: 24px; color: var(--primary); }
.badge-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink); }
.badge-text span { font-size: 13px; color: var(--muted); }

.info-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
}
.info-social-link svg { width: 20px; height: 20px; }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(260px, 40vh, 480px);
  display: flex;
  align-items: flex-end;
}

.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(31,27,22,0.72) 0%,
    rgba(31,27,22,0.30) 60%,
    rgba(31,27,22,0.10) 100%
  );
  z-index: 1;
}

.page-header-inner {
  position: relative;
  z-index: 2;
  padding: 48px clamp(24px, 5vw, 64px);
  max-width: var(--wide-max);
  margin: 0 auto;
  width: 100%;
}

.page-header-inner h1,
.page-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--surface);
}

.page-eyebrow,
.page-header-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 10px;
}

.page-sub,
.page-header-sub {
  font-size: 17px;
  color: rgba(244,239,230,0.80);
  margin-top: 12px;
  max-width: 52ch;
}

/* ============================================================
   SERVICES FEATURE BLOCKS (services.html)
   ============================================================ */
.services-feature {
  background: var(--canvas);
}

.service-block {
  padding: clamp(64px, 8vh, 96px) 0;
  border-bottom: 1px solid var(--border);
}
.service-block:nth-child(even) { background: var(--surface); }

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

.service-block-flip .service-block-inner {
  direction: ltr;
}
.service-block-flip .service-block-inner .service-photo { order: 2; }
.service-block-flip .service-block-inner .service-block-body { order: 1; }

.service-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--sand-2);
}
.service-photo::before {
  content: '';
  position: absolute;
  inset: var(--frame-gap);
  border: var(--frame-gap) solid var(--canvas);
  border-radius: calc(var(--radius) - 4px);
  z-index: 2;
  pointer-events: none;
}
.service-block:nth-child(even) .service-photo::before {
  border-color: var(--surface);
}
.service-photo img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  max-height: none;
  display: block;
}

.service-block-body h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 16px;
  line-height: 1.05;
}

.service-eyebrow {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}

hr.service-title-rule {
  border: none;
  border-top: 2px solid var(--primary);
  width: 40px;
  margin: 14px 0 20px;
}

.service-body-text {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.75;
  margin-bottom: 14px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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: 9px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.service-block-body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--surface);
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: filter 180ms;
}
.service-block-body > a:hover { filter: brightness(0.88); color: var(--surface); text-decoration: none; }

@media (max-width: 900px) {
  .service-block-inner { grid-template-columns: 1fr; gap: 32px; }
  .service-block-flip .service-block-inner .service-photo { order: -1; }
  .service-block-flip .service-block-inner .service-block-body { order: 0; }
  .service-photo img { height: 260px; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  padding: clamp(64px, 9vh, 112px) 0;
}

.cta-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(106,191,58,0.20) 0%, transparent 70%);
  pointer-events: none;
}

.cta-banner-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.cta-banner-text { max-width: 600px; }

.cta-banner-eyebrow, span.cta-banner-eyebrow {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.cta-banner-heading,
.cta-banner-headline,
h2.cta-banner-heading {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 60px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--canvas);
  margin-bottom: 16px;
}
.cta-banner-heading span { color: var(--primary); }

.cta-banner-sub, p.cta-banner-sub {
  font-size: 17px;
  color: rgba(244,239,230,0.75);
  line-height: 1.6;
}

.cta-banner-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

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

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

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.about-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start;
}

.about-copy-col { padding-top: 8px; }
.about-copy-col > h2 { margin-bottom: 24px; }

.about-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.about-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}
.about-body p { font-size: 16px; color: var(--ink-mid); line-height: 1.75; }

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
}
.about-chip svg { width: 16px; height: 16px; flex-shrink: 0; }

.about-portrait-caption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 900px) {
  .about-layout { grid-template-columns: 1fr; }
  .about-portrait-frame img { height: 300px; }
}

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

.values-header {
  margin-bottom: 48px;
}
.values-header h2 { font-size: clamp(32px, 4vw, 52px); }

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

.value-card {
  padding: 28px 24px;
  background: var(--canvas);
  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-card); }

.value-icon {
  width: 44px;
  height: 44px;
  background: var(--primary-tint);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.value-icon svg { width: 22px; height: 22px; color: var(--primary); }

.value-card h3 {
  font-size: 18px;
  font-family: 'DM Serif Display', Georgia, serif;
  margin-bottom: 10px;
  line-height: 1.2;
}

.value-text { font-size: 15px; color: var(--muted); line-height: 1.65; }

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

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

.timeline-header { margin-bottom: 48px; }
.timeline-header h2 { font-size: clamp(32px, 4vw, 52px); }

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

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.timeline-dot {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.timeline-dot svg { width: 20px; height: 20px; color: var(--surface); }

.timeline-year {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 2px;
}
.timeline-label {
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 6px;
}
.timeline-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

@media (max-width: 900px) {
  .timeline-track { grid-template-columns: 1fr; }
  .timeline-track::before { display: none; }
  .timeline-step { flex-direction: row; }
}

/* ============================================================
   CREW / TEAM STRIP
   ============================================================ */
.crew-section {
  background: var(--surface);
  padding: var(--section-py) 0;
}

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

.crew-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.crew-card {
  background: var(--canvas);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 250ms ease-out;
}
.crew-card:hover { transform: translateY(-3px); }

.crew-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sand-2);
}
.crew-photo img { width: 100%; height: 100%; object-fit: cover; }

.crew-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sand-2);
}
.crew-placeholder svg { width: 64px; height: 64px; color: var(--muted); opacity: 0.4; }

.crew-info { padding: 22px; }
.crew-name { font-family: 'DM Serif Display', Georgia, serif; font-size: 20px; margin-bottom: 4px; }
.crew-role {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.crew-bio { font-size: 14px; color: var(--muted); line-height: 1.65; }

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

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--canvas);
  padding: 72px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.5fr;
  gap: 48px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.5fr;
  gap: 48px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.footer-brand {}
.footer-brand-logo { margin-bottom: 14px; }

.footer-tagline {
  font-size: 15px;
  color: rgba(244,239,230,0.65);
  line-height: 1.6;
  margin-bottom: 8px;
  max-width: 28ch;
}
.footer-since {
  font-size: 13px;
  color: rgba(244,239,230,0.40);
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.footer-social, .footer-social-link, .footer-fb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(244,239,230,0.55);
  transition: color 180ms;
}
.footer-social svg, .footer-social a svg { width: 20px; height: 20px; }
.footer-social a, .footer-social-link { color: rgba(244,239,230,0.55); }
.footer-social a:hover, .footer-social-link:hover { color: var(--primary); text-decoration: none; }

.footer-col-title, .footer-col-head {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244,239,230,0.45);
  margin-bottom: 18px;
}

.footer-links, .footer-col ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a, .footer-col ul a {
  font-size: 15px;
  color: rgba(244,239,230,0.70);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover, .footer-col ul a:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer-col-info { display: flex; flex-direction: column; gap: 10px; }
.footer-col-info p { font-size: 14px; color: rgba(244,239,230,0.65); line-height: 1.6; }

.footer-contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(244,239,230,0.65);
}
.footer-contact-list li svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--primary); margin-top: 2px; }
.footer-contact-list a { color: rgba(244,239,230,0.75); }
.footer-contact-list a:hover { color: var(--primary); text-decoration: none; }

.footer-trust {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
}

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(244,239,230,0.65);
}
.footer-contact-line svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.footer-contact-line a { color: rgba(244,239,230,0.75); }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }

.footer-phone { color: rgba(244,239,230,0.80); font-weight: 600; }

.footer-bottom, .footer-bottom-wrap {
  border-top: 1px solid rgba(244,239,230,0.10);
  margin-top: 56px;
  padding: 24px clamp(20px, 5vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 100%;
}
.footer-bottom p, .footer-bottom span, .footer-copy {
  font-size: 13px;
  color: rgba(244,239,230,0.40);
}

.footer-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-badge {
  font-size: 12px;
  background: rgba(244,239,230,0.08);
  color: rgba(244,239,230,0.55);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

address a { color: rgba(244,239,230,0.75); }
address a:hover { color: var(--primary); text-decoration: none; }

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

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

.mobile-cta > 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);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  white-space: nowrap;
  transition: filter 180ms, transform 180ms;
}
.mobile-cta > a:hover,
.mobile-cta-pill > a:hover,
.mobile-sticky-cta > a:hover {
  filter: brightness(0.88);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--surface);
}
.mobile-cta svg, .mobile-cta-pill svg, .mobile-sticky-cta svg {
  width: 20px; height: 20px; flex-shrink: 0;
}
.mobile-cta span, .mobile-cta-pill span { }

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

/* ============================================================
   SERVICE CARD HOVER (generic)
   ============================================================ */
.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);
}

/* ============================================================
   STAT COUNTER (if used)
   ============================================================ */
.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-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1;
  color: var(--primary);
}
.stat-label {
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
}

/* ============================================================
   MISC UTILITY
   ============================================================ */
.section-eyebrow + h2,
.section-eyebrow + .section-headline {
  margin-top: 0;
}

/* Accessible focus */
:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

/* Monochrome team photos */
.crew-photo img {
  filter: grayscale(30%);
  transition: filter 400ms;
}
.crew-card:hover .crew-photo img { filter: grayscale(0%); }

/* Table cells — never leak dark header styles into tbody */
thead .col-service,
thead .col-desc,
thead .col-timeline,
thead .col-price {
  background: var(--ink);
  color: var(--canvas);
}
tbody .col-service,
tbody .col-desc,
tbody .col-timeline,
tbody .col-price {
  background: transparent;
  color: var(--ink);
}

/* Gallery page hero pad */
.gallery-section .gallery-inner {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  padding-left: clamp(20px, 5vw, 48px);
  padding-right: clamp(20px, 5vw, 48px);
}

/* Grain texture overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

/* Prevent h1/h2 anchors from being styled as links */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.photo-frame { grid-column: 1 / -1; }
.contact-form-wrap { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.about-copy-col { grid-column: 1 / -1; }
.cta-banner-eyebrow { grid-column: 1 / -1; }
.cta-banner-headline { grid-column: 1 / -1; }
.cta-banner-sub { grid-column: 1 / -1; }
.cta-pair { grid-column: 1 / -1; }
.form-field { 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; }
