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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #F0B428;
  --primary-deep:   #c8921a;
  --primary-pale:   rgba(240,180,40,0.12);
  --accent:         #0F1B2D;
  --accent-mid:     #1e3452;
  --ink:            #2a2118;
  --ink-soft:       rgba(42,33,24,0.68);
  --ink-muted:      rgba(42,33,24,0.42);
  --surface:        #f6f1e6;
  --surface-warm:   #efe7d4;
  --surface-card:   #fdfaf4;
  --sand:           #e8dfc8;
  --sand-mid:       #d6c9aa;
  --extra2:         #7a5c3a;
  --warm-border:    rgba(60,40,20,0.10);
  --warm-border-md: rgba(60,40,20,0.18);
  --gold-shadow:    rgba(240,180,40,0.22);
  --navy-shadow:    rgba(15,27,45,0.28);

  --radius-card:    16px;
  --radius-pill:    999px;
  --radius-sm:      8px;

  --max-w:          1200px;
  --max-w-wide:     1400px;
  --section-pad:    clamp(64px, 9vw, 120px);
  --col-gap:        clamp(24px, 3vw, 48px);

  --font-display:   'Fraunces', Georgia, serif;
  --font-body:      'Inter', system-ui, sans-serif;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--surface);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

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

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

/* Anchors inside headings */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

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

svg { display: block; }

img { filter: saturate(1.05) brightness(1.02); }

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

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, .hero-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 6.5vw, 92px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--accent);
}
h2, .section-heading {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--accent);
}
h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--accent);
}
h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(13px, 1.2vw, 15px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
p { line-height: 1.72; }

/* ============================================================
   SECTION LABEL
   ============================================================ */
.section-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary-deep);
  margin-bottom: 10px;
}
.heading-rule {
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  margin-bottom: 20px;
}

/* Section heading ::after underline */
.gallery-header h2,
.process-header h2,
.faq-header h2,
.services-header h2,
.intro-copy h2 {
  position: relative;
  display: inline-block;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out, background 160ms, color 160ms;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; }

.btn-primary,
.btn-gold-pill {
  background: var(--primary);
  color: var(--accent);
  border-radius: var(--radius-pill);
  padding: 18px 32px;
  box-shadow: 0 8px 28px -8px var(--gold-shadow);
}
.btn-primary:hover,
.btn-gold-pill:hover {
  background: var(--primary-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -10px var(--gold-shadow);
}

.btn-ghost-cream {
  background: transparent;
  color: var(--surface);
  border: 2px solid rgba(255,255,255,0.45);
  border-radius: var(--radius-pill);
  padding: 16px 30px;
}
.btn-ghost-cream:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 20px 40px;
  font-size: clamp(15px, 1.4vw, 17px);
}

.btn-submit {
  background: var(--primary);
  color: var(--accent);
  border-radius: var(--radius-pill);
  padding: 16px 36px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  transition: background 160ms, transform 200ms, box-shadow 200ms;
}
.btn-submit:hover {
  background: var(--primary-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px var(--gold-shadow);
}

/* ============================================================
   TOP BAR / UTIL BAR
   ============================================================ */
.top-bar {
  background: var(--accent);
  color: var(--surface);
  position: sticky;
  top: 0;
  z-index: 900;
}
.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px clamp(20px, 5vw, 48px);
  max-width: var(--max-w-wide);
  margin-inline: auto;
  flex-wrap: wrap;
}
.top-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--surface);
}
.top-bar-item svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; }
.top-bar-item a { color: var(--surface); font-weight: 600; }
.top-bar-item a:hover { color: var(--primary); text-decoration: none; }
.top-bar-badge {
  background: var(--primary);
  color: var(--accent);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/* Util bar (contact page) */
.util-bar {
  background: var(--accent);
  color: var(--surface);
  position: sticky;
  top: 0;
  z-index: 900;
}
.util-bar-left,
.util-bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.util-bar-left {
  flex-direction: row;
}
.util-bar-left span,
.util-bar-right span {
  font-size: 13px;
  color: var(--surface);
}
.util-bar-right a { color: var(--primary); font-weight: 600; font-size: 13px; }
.util-badge {
  background: var(--primary);
  color: var(--accent);
  border-radius: var(--radius-pill);
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  background: var(--surface-card);
  border-bottom: 1px solid var(--warm-border);
  position: sticky;
  top: 44px;
  z-index: 800;
  box-shadow: 0 2px 12px rgba(15,27,45,0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 48px);
  max-width: var(--max-w-wide);
  margin-inline: auto;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo:hover { text-decoration: none; }
.nav-logo-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: var(--accent);
}

.nav-links {
  display: none;
  list-style: none;
  gap: 8px;
}
.nav-links li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: color 150ms, background 150ms;
  display: block;
}
.nav-links li a:hover {
  color: var(--accent);
  background: var(--primary-pale);
  text-decoration: none;
}
.nav-links li a.active {
  color: var(--accent);
  background: var(--primary-pale);
}

.nav-cta {
  display: none;
  background: var(--primary);
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 160ms, transform 200ms;
}
.nav-cta:hover { background: var(--primary-deep); color: #fff; text-decoration: none; transform: translateY(-1px); }

.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--accent);
  border-radius: var(--radius-sm);
  transition: background 150ms;
}
.nav-toggle:hover { background: var(--primary-pale); }
.nav-toggle svg { width: 22px; height: 22px; }

/* Mobile nav open state */
.nav-links.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--surface-card);
  border-bottom: 1px solid var(--warm-border);
  padding: 16px clamp(20px, 5vw, 48px) 20px;
  box-shadow: 0 8px 24px rgba(15,27,45,0.10);
  z-index: 799;
}
.nav-links.open li a {
  padding: 10px 14px;
}

/* #navLinks for contact page (direct anchors) */
#navLinks {
  display: none;
}
#navLinks.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--surface-card);
  border-bottom: 1px solid var(--warm-border);
  padding: 16px clamp(20px, 5vw, 48px) 20px;
  box-shadow: 0 8px 24px rgba(15,27,45,0.10);
  z-index: 799;
}
#navLinks a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: color 150ms, background 150ms;
  display: block;
}
#navLinks a:hover {
  color: var(--accent);
  background: var(--primary-pale);
  text-decoration: none;
}

@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .nav-links {
    display: flex;
    position: static;
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    flex-direction: row;
  }
  .nav-cta { display: inline-flex; }
  #navLinks {
    display: flex;
    flex-direction: row;
    gap: 8px;
    position: static;
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  #navLinks a { padding: 6px 14px; }
}

/* ============================================================
   HERO — v1-centered-warm
   ============================================================ */
#hero {
  background: var(--surface);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(64px, 10vw, 120px) clamp(20px, 5vw, 48px) 0;
  overflow: visible;
}

.hero-centered-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 780px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-logo-mark {
  margin-bottom: 12px;
}
.hero-logo-mark img {
  max-height: 160px !important;
  max-width: 360px !important;
  width: auto !important;
  margin-inline: auto;
  object-fit: contain;
  filter: none;
}

.hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-deep);
  margin-bottom: 16px;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 6.5vw, 92px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--accent);
  margin-bottom: 24px;
}

.hero-sub {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--ink-soft);
  max-width: 520px;
  line-height: 1.6;
  margin-bottom: 36px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin-bottom: 48px;
}
.trust-chip {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--surface-warm);
  border: 1px solid var(--warm-border-md);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

/* Hero photo band — sits directly below the centered block */
.hero-photo-band {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/7;
}
.hero-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: saturate(1.05) brightness(1.02);
}
.hero-photo-band .hero-overlay {
  background: linear-gradient(180deg,
    rgba(60,40,20,0) 55%,
    rgba(60,40,20,0.18) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface-warm);
  border-top: 1px solid var(--warm-border);
  border-bottom: 1px solid var(--warm-border);
  padding: 28px clamp(20px, 5vw, 48px);
}
.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 32px;
  max-width: var(--max-w);
  margin-inline: auto;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.trust-icon svg { width: 18px; height: 18px; color: var(--primary-deep); flex-shrink: 0; }
.trust-divider {
  width: 1px;
  height: 22px;
  background: var(--warm-border-md);
  flex-shrink: 0;
}
.trust-badge-highlight {
  color: var(--primary-deep);
  font-weight: 700;
}
.trust-badge-highlight .trust-icon svg { color: var(--primary); }

/* Contact page trust strip */
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.trust-item svg { width: 18px; height: 18px; color: var(--primary-deep); flex-shrink: 0; }
.trust-item-gold { color: var(--primary-deep); }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-wrap { background: var(--accent); }
.marquee {
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  max-height: 80px !important;
  position: relative;
  z-index: 1;
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(13px, 1.4vw, 18px) !important;
  line-height: 1.2 !important;
  color: var(--surface);
  flex-shrink: 0;
}
.marquee-sep {
  color: var(--primary);
  font-size: clamp(13px, 1.4vw, 18px) !important;
  flex-shrink: 0;
  user-select: none;
}

/* ============================================================
   INTRO / ABOUT
   ============================================================ */
.intro-story {
  background: var(--surface);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.intro-story-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--col-gap);
  max-width: var(--max-w);
  margin-inline: auto;
  align-items: start;
}
.intro-photo {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
}
.intro-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius-card);
}
.intro-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(60,40,20,0.15) 100%);
  border-radius: var(--radius-card);
  pointer-events: none;
}

.intro-copy { display: flex; flex-direction: column; gap: 4px; }
.intro-body {
  font-size: clamp(15px, 1.5vw, 17px);
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 18px;
}
.intro-pullquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 28px);
  color: var(--accent);
  line-height: 1.4;
  border-left: 3px solid var(--primary);
  padding: 12px 0 12px 24px;
  margin: 16px 0 24px;
}

.intro-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.area-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--extra2);
  background: var(--sand);
  border-radius: var(--radius-pill);
  padding: 5px 12px;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .intro-story-inner {
    grid-template-columns: 5fr 7fr;
  }
  .intro-photo img { height: 560px; }
}

/* ============================================================
   STATS
   ============================================================ */
.stats {
  background: var(--accent);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
  max-width: var(--max-w);
  margin-inline: auto;
  text-align: center;
}
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 500;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.03em;
}
.stat-label {
  font-size: clamp(11px, 1vw, 13px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(246,241,230,0.65);
  margin-top: 10px;
  font-weight: 600;
}

@media (min-width: 640px) {
  .stats-inner { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid {
  background: var(--surface-warm);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.services-grid-inner {
  max-width: var(--max-w);
  margin-inline: auto;
}
.services-header {
  margin-bottom: 48px;
  text-align: center;
}
.services-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.service-card {
  display: flex;
  flex-direction: column;
  background: var(--surface-card);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 18px 50px -28px rgba(60,40,20,0.12);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px -20px rgba(60,40,20,0.18);
  text-decoration: none;
  color: var(--ink);
}
.service-card-photo {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.service-card-photo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform 400ms ease-out;
}
.service-card:hover .service-card-photo img { transform: scale(1.04); }
.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(15,27,45,0.22) 100%);
  pointer-events: none;
}
.service-index {
  position: absolute;
  top: 12px;
  left: 14px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  color: var(--primary);
  background: var(--accent);
  border-radius: var(--radius-pill);
  padding: 3px 10px;
  line-height: 1.4;
  z-index: 2;
}
.service-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-card-body h3 {
  font-size: clamp(17px, 1.8vw, 21px);
  color: var(--accent);
  margin-bottom: 2px;
}
.service-desc {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.65;
}
.service-name { /* inline heading alias */ }

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

/* Service anchors (invisible scroll targets) */
.service-anchor {
  display: block;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery {
  background: var(--surface);
  padding: var(--section-pad) 0;
  overflow: hidden;
}
.gallery-header {
  text-align: center;
  margin-bottom: 40px;
  padding-inline: clamp(20px, 5vw, 48px);
}
.gallery-heading { /* alias for h2 inside .gallery-header */ }

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 4px;
  max-width: var(--max-w-wide);
  margin-inline: auto;
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-wide {
  grid-column: span 2;
  aspect-ratio: 16/6;
}
.gallery-portrait {
  grid-column: span 1;
  aspect-ratio: 4/5;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform 500ms ease-out;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(15,27,45,0.36) 100%);
  opacity: 0;
  transition: opacity 300ms;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--surface);
  letter-spacing: 0.06em;
}

@media (min-width: 900px) {
  .gallery-mosaic {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 6px;
  }
  .gallery-wide:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    aspect-ratio: 3/4;
  }
  .gallery-wide:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1;
    aspect-ratio: 16/7;
  }
  .gallery-portrait:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    aspect-ratio: 4/3;
  }
  .gallery-portrait:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
    aspect-ratio: 4/3;
  }
}

/* ============================================================
   PROCESS
   ============================================================ */
.process {
  background: var(--surface-warm);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.process-inner {
  max-width: var(--max-w);
  margin-inline: auto;
}
.process-header {
  text-align: center;
  margin-bottom: 56px;
}
.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.process-step {
  position: relative;
  background: var(--surface-card);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  box-shadow: 0 18px 50px -28px rgba(60,40,20,0.10);
}
.step-num {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-deep);
  background: var(--primary-pale);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.process-step h3 {
  font-size: clamp(18px, 2vw, 22px);
  color: var(--accent);
  margin-bottom: 10px;
}
.step-title { /* alias */ }
.step-desc {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.step-connector,
.step-connector-left,
.step-connector-right,
.step-connector-both { display: none; } /* decorative connectors; hidden at mobile */

@media (min-width: 900px) {
  .process-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start;
  }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  background: var(--accent);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.testimonials-inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.testimonials-label {
  color: rgba(246,241,230,0.55);
}
.review-stars-row {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.review-stars-row svg { width: 22px; height: 22px; color: var(--primary); }
.review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-card);
  padding: 36px 40px;
  width: 100%;
}
.review-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--surface);
  line-height: 1.5;
  margin-bottom: 24px;
}
.review-attribution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(246,241,230,0.6);
}
.review-name { font-weight: 600; color: rgba(246,241,230,0.85); }
.review-meta { color: rgba(246,241,230,0.5); }
.review-aggregate {
  font-size: 13px;
  color: rgba(246,241,230,0.45);
  letter-spacing: 0.04em;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--surface);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.faq-inner {
  max-width: 760px;
  margin-inline: auto;
}
.faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.faq-list { display: flex; flex-direction: column; gap: 0; }

details.faq-item {
  border-bottom: 1px solid var(--warm-border-md);
  padding: 20px 0;
}
details.faq-item > summary.faq-question {
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(15px, 1.6vw, 17px);
  color: var(--accent);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
}
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item > summary.faq-question::after {
  content: "+";
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 22px;
  color: var(--primary-deep);
  flex-shrink: 0;
  transition: transform 200ms;
}
details.faq-item[open] > summary.faq-question::after {
  transform: rotate(45deg);
  color: var(--primary-deep);
}
.faq-answer {
  margin-top: 14px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.72;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: var(--accent);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.cta-band-inner {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cta-heading {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--surface);
}
/* phone number in cta — style large */
.cta-heading strong,
.cta-band-inner h2 strong {
  color: var(--primary);
  font-weight: 500;
}
.cta-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(246,241,230,0.7);
  line-height: 1.6;
}
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
.cta-area-tag {
  font-size: 12px;
  font-weight: 600;
  color: rgba(246,241,230,0.55);
  letter-spacing: 0.06em;
}
.cta-sep {
  color: var(--primary);
  font-size: 12px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--accent);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 48px) 0;
  color: var(--surface);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-bottom: clamp(48px, 6vw, 80px);
}
.footer-col-heading,
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,241,230,0.45);
  margin-bottom: 16px;
  display: block;
}
.footer-col h4 { color: rgba(246,241,230,0.45); margin-bottom: 16px; }

.footer-tagline {
  font-size: 14px;
  color: rgba(246,241,230,0.55);
  line-height: 1.6;
  margin-top: 12px;
  margin-bottom: 16px;
}
.footer-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary-deep);
  background: var(--primary-pale);
  border-radius: var(--radius-pill);
  padding: 5px 12px;
}
.footer-brand-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--surface);
  margin-top: 10px;
}
.footer-license {
  font-size: 12px;
  color: rgba(246,241,230,0.35);
  margin-top: 8px;
}

.footer p a,
.footer-links li a,
.footer-links a {
  color: rgba(246,241,230,0.65);
  font-size: 14px;
  text-decoration: none;
  line-height: 1.8;
  display: inline-block;
  transition: color 150ms;
}
.footer p a:hover,
.footer-links li a:hover,
.footer-links a:hover {
  color: var(--primary);
  text-decoration: none;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-phone {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}
.footer-hours {
  font-size: 13px;
  color: rgba(246,241,230,0.55);
  line-height: 1.6;
}

.footer-area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.footer-col-areas .area-tag {
  background: rgba(255,255,255,0.07);
  color: rgba(246,241,230,0.65);
  border: none;
  font-size: 12px;
}
.footer-services-list { margin-top: 20px; }
.footer-services-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-services-list ul a {
  font-size: 14px;
  color: rgba(246,241,230,0.55);
  text-decoration: none;
  transition: color 150ms;
}
.footer-services-list ul a:hover { color: var(--primary); }

.footer-text p {
  font-size: 14px;
  color: rgba(246,241,230,0.55);
  line-height: 1.7;
  margin-bottom: 6px;
}
.footer-text p a { color: rgba(246,241,230,0.65); }
.footer-text p a:hover { color: var(--primary); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.footer-bottom p,
.footer-bottom-copy,
.footer-service-areas {
  font-size: 12px;
  color: rgba(246,241,230,0.3);
  line-height: 1.6;
}

/* Footer top (contact page) */
.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-bottom: clamp(40px, 6vw, 72px);
}

@media (min-width: 640px) {
  .footer-top { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .footer-inner { grid-template-columns: 2fr 1.5fr 1.5fr; }
  .footer-top { grid-template-columns: 2fr 1fr 1fr 1.5fr; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.page-hero {
  background: var(--surface-warm);
  text-align: center;
  padding: clamp(56px, 9vw, 112px) clamp(20px, 5vw, 48px) clamp(48px, 7vw, 80px);
}
.page-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-deep);
  margin-bottom: 14px;
}
.page-hero-rule {
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  margin: 14px auto 20px;
}
.page-hero h1 {
  font-size: clamp(40px, 6vw, 80px);
  color: var(--accent);
  margin-bottom: 16px;
}
.page-hero-title { /* alias */ }
.page-hero-sub {
  font-size: clamp(15px, 1.7vw, 19px);
  color: var(--ink-soft);
  max-width: 480px;
  margin-inline: auto;
  line-height: 1.65;
}

.contact-section {
  background: var(--surface);
  padding: var(--section-pad) clamp(20px, 5vw, 48px);
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--col-gap);
  max-width: var(--max-w);
  margin-inline: auto;
  align-items: start;
}
@media (min-width: 900px) {
  .contact-inner { grid-template-columns: 3fr 2fr; }
}

.contact-form-card {
  background: var(--surface-card);
  border: 1px solid var(--warm-border);
  border-radius: var(--radius-card);
  padding: 36px 32px;
  box-shadow: 0 18px 50px -28px rgba(60,40,20,0.12);
}
.contact-form-card h2 {
  font-size: clamp(24px, 3vw, 36px);
  color: var(--accent);
  margin-bottom: 8px;
}
.contact-form-card > p {
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.first-visit-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-pale);
  border: 1px solid rgba(240,180,40,0.3);
  border-radius: var(--radius-pill);
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-deep);
  margin-bottom: 24px;
}
.first-visit-chip svg { width: 15px; height: 15px; color: var(--primary-deep); }

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--warm-border-md);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  width: 100%;
  transition: border-color 150ms, box-shadow 150ms;
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-pale);
}
.form-group textarea { resize: vertical; min-height: 120px; }

.contact-info-card {
  background: var(--accent);
  border-radius: var(--radius-card);
  padding: 36px 32px;
  color: var(--surface);
  box-shadow: 0 18px 50px -28px var(--navy-shadow);
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
}
.contact-info-card:hover { text-decoration: none; color: var(--surface); }
.contact-phone-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246,241,230,0.5);
  margin-bottom: 4px;
}
.contact-phone-number {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  color: var(--primary);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.contact-phone-sub {
  font-size: 13px;
  color: rgba(246,241,230,0.5);
  margin-bottom: 4px;
}
hr.contact-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 20px 0;
}
.contact-info-block {
  margin-bottom: 20px;
}
.contact-info-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246,241,230,0.4);
  margin-bottom: 6px;
}
.contact-info-value {
  font-size: 14px;
  color: rgba(246,241,230,0.8);
  line-height: 1.65;
}
.contact-info-value a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.contact-info-value a:hover { color: var(--primary-deep); text-decoration: none; }
.contact-info-value strong { color: rgba(246,241,230,0.9); font-weight: 600; }

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}
.hours-day, .hours-time {
  font-size: 13px;
  color: rgba(246,241,230,0.7);
}

.emergency-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(240,180,40,0.12);
  border: 1px solid rgba(240,180,40,0.25);
  border-radius: var(--radius-pill);
  padding: 6px 12px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}
.emergency-badge svg { width: 14px; height: 14px; }

/* ============================================================
   MOBILE CALL PILL (mandatory)
   ============================================================ */
.mobile-call-pill {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  text-decoration: none;
  transition: background 150ms, transform 200ms;
}
.mobile-call-pill svg { width: 18px; height: 18px; flex-shrink: 0; }
.mobile-call-pill:hover {
  background: var(--primary-deep);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}
@media (min-width: 900px) {
  .mobile-call-pill { display: none; }
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up,
.fade-left,
.fade-right,
.scale-in {
  opacity: 0;
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  will-change: transform, opacity;
}
.fade-up    { transform: translateY(28px); }
.fade-left  { transform: translateX(-28px); }
.fade-right { transform: translateX(28px); }
.scale-in   { transform: scale(0.96); }

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

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

/* ============================================================
   SECTION BACKGROUND ALTERNATION
   ============================================================ */
.intro-story     { background: var(--surface); }
.stats           { background: var(--accent); }
.services-grid   { background: var(--surface-warm); }
.gallery         { background: var(--surface); }
.process         { background: var(--surface-warm); }
.testimonials    { background: var(--accent); }
.faq             { background: var(--surface); }
.cta-band        { background: var(--accent); }

/* ============================================================
   RESPONSIVE MEDIA QUERIES
   ============================================================ */
@media (max-width: 639px) {
  .top-bar-inner { gap: 8px; }
  .trust-strip-inner { gap: 12px 20px; }
  .trust-divider { display: none; }
  .hero-photo-band { aspect-ratio: 4/3; border-radius: var(--radius-card) var(--radius-card) 0 0; }
  .review-card { padding: 24px 20px; }
  .contact-form-card { padding: 24px 20px; }
  .contact-info-card { padding: 24px 20px; }
}

@media (min-width: 640px) {
  .stats-inner { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 900px) {
  .intro-story-inner { grid-template-columns: 5fr 7fr; gap: 64px; }
  .intro-photo img { height: 560px; }
  .process-steps { grid-template-columns: repeat(3, 1fr); }
  .contact-inner { grid-template-columns: 3fr 2fr; }
  .footer-inner { grid-template-columns: 2fr 1.5fr 1.5fr; }
  .footer-top { grid-template-columns: 2fr 1fr 1fr 1.5fr; }
  .nav-toggle { display: none; }
  .nav-links { display: flex; position: static; flex-direction: row; background: none; border: none; padding: 0; box-shadow: none; }
  .nav-cta { display: inline-flex; }
  #navLinks { display: flex; flex-direction: row; gap: 8px; position: static; background: none; border: none; padding: 0; box-shadow: none; }
  #navLinks a { padding: 6px 14px; }
}

@media (min-width: 1200px) {
  .gallery-mosaic { gap: 8px; }
}


/* === Validator patches (auto-applied) === */
/* Note: the validator's blanket `.fade-* { grid-column: 1 / -1 }` rules were
   removed — they were forcing every grid item with a reveal animation to span
   the whole row, which collapsed the services and process grids to a single
   column. Per-element placement is set on the .gallery-* rules above. */
.footer-top { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
