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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #8D8D58;
  --primary-tint:   rgba(141,141,88,0.12);
  --primary-dark:   #6e6e44;
  --accent:         #F30B0B;
  --canvas:         #F4EFE6;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --ink-mid:        #4a4539;
  --muted:          #7A7268;
  --border:         rgba(31,27,22,0.10);
  --border-strong:  rgba(31,27,22,0.18);
  --shadow-card:    0 2px 12px rgba(31,27,22,0.07);
  --shadow-float:   0 18px 40px -10px rgba(31,27,22,0.28);
  --radius:         12px;
  --radius-sm:      8px;
  --radius-pill:    999px;
  --header-height:  72px;
  --mounted-frame:  12px;  /* sand inner border = 'mounted print' */
}

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

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

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

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

/* Headings inside anchors never render 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;
}

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

ul { list-style: none; }

svg { display: block; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container, .section-inner, .inner, .faq-inner,
.service-areas-inner, .about-story-inner, .values-grid,
.journey-inner, .crew-inner, .footer-inner,
.trust-strip-inner, .creds-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
}

.wide-container { max-width: 1400px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }

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

h1 { font-size: clamp(48px, 8vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.8vw, 36px); }
h4 { font-size: clamp(16px, 1.8vw, 22px); }
h5 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em; }

p { line-height: 1.68; }

.section-eyebrow, .page-eyebrow, .page-header-eyebrow,
.feature-eyebrow, .about-story-eyebrow, .cta-eyebrow,
.cta-banner-eyebrow, .section-headline {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
  width: fit-content;
}

.section-title { max-width: 18ch; }

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

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

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

.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.nav-logo img { max-height: 44px; }

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

.nav-pages ul { display: flex; gap: 28px; align-items: center; list-style: none; padding: 0; margin: 0; }
.nav-pages li a, .nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages li a:hover, .nav-pages a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages li a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

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

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

@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;
    align-items: flex-start;
    padding: 20px 28px 28px;
    gap: 4px;
    border-bottom: 1px solid var(--border);
    z-index: 800;
  }
  .nav-pages ul { flex-direction: column; align-items: flex-start; width: 100%; }
  .nav-pages.open { display: flex; }

  .nav-cta span { display: none; }
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up   { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-left { opacity: 0; transform: translateX(-28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-right{ opacity: 0; transform: translateX(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.scale-in  { opacity: 0; transform: scale(0.94); transition: opacity 0.5s ease, transform 0.5s ease; }
.stagger > * { opacity: 0; transform: translateY(20px); 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.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; }
.stagger.visible > *:nth-child(7) { transition-delay: 480ms; }
.stagger.visible > *:nth-child(8) { transition-delay: 560ms; }

/* ============================================================
   MOUNTED PRINT FRAME — unique move
   Every photo in a .about-story-portrait-wrap, .service-panel-img,
   .gallery-tile, .gallery-photo-frame, .feature-photo, .crew-photo-wrap
   gets a 12px sand inner border (box-shadow inset).
   ============================================================ */
.about-story-portrait-wrap,
.gallery-tile,
.gallery-photo-frame,
.feature-photo,
.crew-photo-wrap,
.service-panel-img,
.about-strip-img-wrap {
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--canvas);
  border-radius: var(--radius);
  overflow: hidden;
}

/* On white-surface sections the frame color should match surface */
.trust-cards .gallery-tile,
section.trust-cards .gallery-photo-frame {
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--surface);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-ghost, .btn-outline,
.btn-outline-white, .btn-surface, .btn-white,
.btn-feature, .btn-submit, .contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: filter 150ms, transform 120ms, box-shadow 150ms;
  white-space: nowrap;
}
.btn-primary, .btn-submit, .contact-submit {
  background: var(--primary); color: #fff;
}
.btn-primary:hover, .btn-submit:hover, .contact-submit:hover {
  filter: brightness(0.9); transform: translateY(-1px);
  color: #fff; text-decoration: none;
}
.btn-ghost, .btn-outline {
  background: transparent;
  border-color: var(--surface);
  color: var(--surface);
}
.btn-ghost:hover, .btn-outline:hover {
  background: var(--surface); color: var(--ink); text-decoration: none;
}
.btn-outline-white {
  background: transparent; border-color: rgba(255,255,255,0.5); color: #fff;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); color: #fff; text-decoration: none; }
.btn-surface, .btn-white {
  background: var(--surface); color: var(--ink);
}
.btn-feature {
  background: var(--primary); color: #fff; border-color: var(--primary);
  margin-top: 8px;
}
.btn-feature:hover { filter: brightness(0.9); transform: translateY(-1px); color: #fff; text-decoration: none; }
.btn-feature svg { width: 18px; height: 18px; }

/* ============================================================
   CHIP / PILL STYLES
   ============================================================ */
.trust-chip, .strip-chip, .area-pill, .area-chip,
.about-chip, .cred-badge, .footer-cred-chip, .area-pill-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: none;
  white-space: nowrap;
}

.trust-chip::before, .strip-chip::before {
  content: '•';
  color: var(--primary);
  font-size: 10px;
}

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 95vh;
  background: var(--ink);
}

.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: grayscale(15%) brightness(0.85);
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(31,27,22,0.55) 0%,
    rgba(31,27,22,0.72) 40%,
    rgba(141,141,88,0.35) 100%
  );
}

.hero-inner {
  position: relative; z-index: 2;
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(48px, 8vw, 96px) clamp(24px, 5vw, 80px) clamp(56px, 8vh, 96px);
  max-width: 1240px;
  margin-inline: auto;
}

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

h1.hero-title, .hero-inner h1 {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: clamp(52px, 9vw, 132px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 14ch;
  margin-bottom: 24px;
}

.hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(255,255,255,0.82);
  max-width: 52ch;
  line-height: 1.55;
  margin-bottom: 36px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
.hero-ctas .btn-primary { background: var(--primary); color: #fff; border-radius: var(--radius); }
.hero-ctas .btn-ghost   { border-color: rgba(255,255,255,0.55); color: #fff; border-radius: var(--radius); }
.hero-ctas a { text-decoration: none; }

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0; margin: 0;
}
.hero-trust-chips .trust-chip {
  background: rgba(141,141,88,0.18);
  color: rgba(255,255,255,0.92);
  font-size: 12px;
}
.hero-trust-chips .trust-chip::before { color: var(--primary); }

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

.trust-strip-inner, .trust-chips-row {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 140px);
}

.services .section-inner { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }
.services .section-title { margin-bottom: 32px; }

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

.service-tab {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--ink-mid);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms;
  white-space: nowrap;
}
.service-tab:hover { border-color: var(--primary); color: var(--primary); }
.service-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.services-panels { position: relative; }

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

.service-panel-img {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--canvas);
}
.service-panel-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
}

.service-panel-body {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.service-panel-body h3 {
  font-size: clamp(24px, 3vw, 38px);
  color: var(--ink);
  margin-bottom: 4px;
}
.service-panel-body p { color: var(--ink-mid); line-height: 1.65; }
.service-panel-body a.btn-primary, .service-panel-body a {
  margin-top: 8px;
  align-self: flex-start;
}

@media (max-width: 760px) {
  .service-panel { grid-template-columns: 1fr; }
  .service-panel-img { min-height: 240px; }
  .service-panel-img img { max-height: 280px; }
}

/* ============================================================
   GALLERY (index)
   ============================================================ */
section#gallery.gallery {
  background: var(--surface);
  padding-block: clamp(80px, 10vh, 140px);
}

section#gallery .section-inner { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }
section#gallery .section-eyebrow { margin-bottom: 20px; }
section#gallery .section-title { margin-bottom: 36px; }

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

section#gallery .gallery-tile {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--surface);
}
section#gallery .gallery-tile.gallery-tile-tall {
  grid-row: span 2;
  aspect-ratio: auto;
}
section#gallery .gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  max-height: none;
}
section#gallery .gallery-tile:hover img { transform: scale(1.04); }

.gallery-view-all { text-align: center; margin-top: 16px; }
.gallery-view-all a {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 640px) {
  section#gallery .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  section#gallery .gallery-tile.gallery-tile-tall { grid-row: auto; }
}

/* ============================================================
   REVIEWS / TRUST CARDS
   ============================================================ */
section#reviews.trust-cards {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 140px);
}

.trust-cards .section-inner { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }
.trust-cards .section-title { margin-bottom: 40px; }

.trust-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.tcard {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--border);
}

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

.tcard-rating {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 4px;
}

.tcard-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 16px;
}

.tcard-body {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 16px;
}

.tcard-attr {
  font-size: 13px;
  color: var(--muted);
}

.tcard-guarantee {
  background: var(--primary);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.tcard-guarantee h3 { color: #fff; font-size: clamp(18px, 2vw, 26px); }
.tcard-guarantee p { color: rgba(255,255,255,0.82); font-size: 15px; line-height: 1.6; }
.tcard-guarantee a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tcard-creds {
  background: var(--ink);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
}
.tcard-creds h3 { color: #fff; font-size: clamp(16px, 1.8vw, 22px); margin-bottom: 16px; }
.cred-list { display: flex; flex-direction: column; gap: 8px; }
.cred-item {
  font-size: 13px;
  color: rgba(255,255,255,0.78);
  padding-left: 14px;
  position: relative;
}
.cred-item::before {
  content: '→';
  position: absolute; left: 0;
  color: var(--primary);
  font-size: 11px;
}

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

/* ============================================================
   SERVICE AREAS (index)
   ============================================================ */
section#service-areas.service-areas {
  background: var(--surface);
  padding-block: clamp(80px, 10vh, 140px);
}

.service-areas .section-inner { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }

.areas-intro {
  color: var(--ink-mid);
  font-size: 17px;
  max-width: 52ch;
  margin-bottom: 28px;
}

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

/* ============================================================
   FAQ (index + contact)
   ============================================================ */
section#faq.faq, .faq-section {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 140px);
}

.faq .section-inner { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }
.faq-inner { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }

.faq-eyebrow { margin-bottom: 28px; }
.faq-section .faq-eyebrow { color: var(--primary); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; padding-bottom: 10px; border-bottom: 2px solid var(--primary); width: fit-content; }
.faq-title, .faq-section h2 { margin-bottom: 32px; }

.faq-list { max-width: 760px; }

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

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

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

details summary::after { display: none; }

.faq-answer, details p {
  margin-top: 14px;
  color: var(--ink-mid);
  line-height: 1.68;
  font-size: 16px;
  max-width: 68ch;
}

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  background: var(--primary);
  padding-block: clamp(48px, 6vh, 80px);
}

.team-cta-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.team-cta-copy {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3vw, 38px);
  color: #fff;
  max-width: 44ch;
  line-height: 1.2;
}

.team-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--primary);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  flex-shrink: 0;
  transition: filter 150ms;
}
.team-cta-link:hover { filter: brightness(0.95); text-decoration: none; color: var(--primary); }
.team-cta-link svg { width: 18px; height: 18px; }

/* ============================================================
   CONTACT SECTION (index)
   ============================================================ */
section#contact.contact {
  background: var(--surface);
  padding-block: clamp(80px, 10vh, 140px);
}

.contact .section-inner { max-width: 1240px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 60px); }

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

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

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

.contact-block h4 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 6px;
}
.contact-block p { color: var(--ink-mid); font-size: 16px; line-height: 1.6; }
.contact-block a { color: var(--ink); font-weight: 600; font-size: 18px; text-decoration: none; }
.contact-block a:hover { color: var(--primary); }

@media (max-width: 760px) {
  .contact-layout { grid-template-columns: 1fr; }
}

/* ============================================================
   FORM ELEMENTS
   ============================================================ */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

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

.form-input, input[type="text"], input[type="email"], input[type="tel"],
input[type="name"], input, .form-textarea, textarea, select {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  width: 100%;
  transition: border-color 150ms, box-shadow 150ms;
  outline: none;
  appearance: none;
}
.form-input:focus, input:focus, textarea:focus, select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(141,141,88,0.15);
}

.form-textarea, textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.form-notice { font-size: 12px; color: var(--muted); line-height: 1.5; }

button.btn-submit, .btn-submit {
  background: var(--primary); color: #fff;
  border: none; padding: 16px 30px;
  border-radius: 10px; font-weight: 600; font-size: 15px;
  cursor: pointer; transition: filter 150ms; align-self: flex-start;
}
button.btn-submit:hover { filter: brightness(0.9); }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: 46vh;
  max-height: 64vh;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  display: flex;
  align-items: flex-end;
}

.page-header > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: brightness(0.7);
}

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

.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1240px;
  margin-inline: auto;
  padding: clamp(32px, 5vh, 64px) clamp(24px, 4vw, 60px);
  width: 100%;
}

.page-header-inner h1, .page-header-inner .page-header-title {
  font-size: clamp(36px, 6vw, 80px);
  color: #fff;
  max-width: 18ch;
}

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

.page-header-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  margin-top: 12px;
  max-width: 52ch;
}

/* ============================================================
   CREDS SECTION (about page)
   ============================================================ */
.creds-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.creds-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cred-badge {
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
}

/* ============================================================
   ABOUT STORY
   ============================================================ */
.about-story {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 140px);
}

.about-story-inner {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.about-story-portrait-col { position: sticky; top: calc(var(--header-height) + 20px); }

.about-story-portrait-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--canvas);
  background: var(--border);
  margin-bottom: 12px;
}
.about-story-portrait-wrap img {
  width: 100%; height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  max-height: 580px;
}

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

.about-story-body { display: flex; flex-direction: column; gap: 18px; }
.about-story-eyebrow { margin-bottom: 4px; }
.about-story-body h2 { font-size: clamp(28px, 4vw, 52px); margin-bottom: 4px; }
.about-story-body p { color: var(--ink-mid); font-size: 17px; line-height: 1.7; }
.about-story-headline { font-family: 'DM Serif Display', serif; font-size: clamp(20px, 2.5vw, 32px); color: var(--ink); font-style: italic; }

.about-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.about-chip { font-size: 13px; padding: 6px 14px; }

@media (max-width: 900px) {
  .about-story-inner { grid-template-columns: 1fr; }
  .about-story-portrait-col { position: relative; top: auto; }
  .about-story-portrait-wrap img { aspect-ratio: 16/9; max-height: 360px; }
}

/* ============================================================
   VALUES SECTION
   ============================================================ */
.values-section {
  background: var(--surface);
  padding-block: clamp(80px, 10vh, 140px);
}

.values-grid {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
}
.values-grid h2 { margin-bottom: 40px; max-width: 18ch; }

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

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

.value-card-icon { margin-bottom: 16px; }
.value-card-icon svg { width: 28px; height: 28px; color: var(--primary); }

.value-card h3 { font-size: 20px; margin-bottom: 10px; }
.value-card-body { color: var(--ink-mid); font-size: 15px; line-height: 1.65; }

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

/* ============================================================
   JOURNEY TIMELINE
   ============================================================ */
.journey-section {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 140px);
}

.journey-inner { }
.journey-inner h2 { margin-bottom: 48px; }

.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.journey-steps::before {
  content: '';
  position: absolute;
  top: 24px; left: 0; right: 0;
  height: 1px;
  background: var(--border-strong);
}

.journey-step {
  padding-top: 48px;
  position: relative;
}

.journey-dot {
  position: absolute;
  top: 0;
  width: 48px; height: 48px;
  background: var(--primary-tint);
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.journey-dot svg { width: 20px; height: 20px; color: var(--primary); }

.journey-step h3 { font-size: 18px; margin-bottom: 6px; }
.journey-date { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--primary); margin-bottom: 8px; }
.journey-desc { font-size: 15px; color: var(--ink-mid); line-height: 1.6; }

@media (max-width: 760px) {
  .journey-steps { grid-template-columns: repeat(2, 1fr); }
  .journey-steps::before { display: none; }
}
@media (max-width: 480px) {
  .journey-steps { grid-template-columns: 1fr; }
}

/* ============================================================
   CREW SECTION
   ============================================================ */
.crew-section {
  background: var(--surface);
  padding-block: clamp(80px, 10vh, 140px);
}

.crew-inner {
  text-align: center;
}
.crew-inner h2 { margin-bottom: 32px; }

.crew-photo-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--surface);
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 24px;
}
.crew-photo-wrap img { width: 100%; max-height: 500px; object-fit: cover; }

.crew-tagline {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(18px, 2vw, 26px);
  color: var(--ink-mid);
  max-width: 52ch;
  margin-inline: auto;
  line-height: 1.5;
}

/* ============================================================
   ABOUT STRIP
   ============================================================ */
.about-strip {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 140px);
}

.about-strip-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.about-strip-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--canvas);
}
.about-strip-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; max-height: 400px; }

.about-strip-body { display: flex; flex-direction: column; gap: 16px; }
.about-strip-body .section-eyebrow { margin-bottom: 4px; }
.about-strip-body h2 { font-size: clamp(26px, 3.5vw, 48px); }
.about-strip-body p { color: var(--ink-mid); font-size: 17px; line-height: 1.7; }

.about-strip-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: #fff;
  padding: 14px 26px; border-radius: 10px;
  font-weight: 600; font-size: 15px;
  text-decoration: none; align-self: flex-start;
  margin-top: 4px;
  transition: filter 150ms;
}
.about-strip-cta:hover { filter: brightness(0.9); color: #fff; text-decoration: none; }
.about-strip-cta svg { width: 18px; height: 18px; }

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

/* ============================================================
   SERVICE AREAS SECTION (about page)
   ============================================================ */
.service-areas-section {
  background: var(--surface);
  padding-block: clamp(80px, 10vh, 140px);
}

.service-areas-inner h2 { margin-bottom: 28px; }
.service-areas-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area-chip { font-size: 13px; }

/* ============================================================
   SERVICE FEATURE (services.html)
   ============================================================ */
.service-feature {
  background: var(--canvas);
  padding-block: clamp(72px, 9vh, 120px);
  border-bottom: 1px solid var(--border);
}
.service-feature:nth-child(even) { background: var(--surface); }

.service-feature-grid {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.service-feature-grid.photo-right .feature-photo { order: 2; }
.service-feature-grid.photo-right .feature-body  { order: 1; }

.feature-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--canvas);
}
.service-feature:nth-child(even) .feature-photo {
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--surface);
}
.feature-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; max-height: 460px; }

.feature-body { display: flex; flex-direction: column; gap: 16px; }
.feature-eyebrow { margin-bottom: 0; }
.feature-title, .feature-body h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  margin-bottom: 4px;
}
.feature-desc { color: var(--ink-mid); font-size: 17px; line-height: 1.7; }
.feature-bullets { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.feature-bullets li {
  padding-left: 18px;
  position: relative;
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.5;
}
.feature-bullets li::before {
  content: '→';
  position: absolute; left: 0;
  color: var(--primary); font-size: 13px;
}

@media (max-width: 760px) {
  .service-feature-grid { grid-template-columns: 1fr; }
  .service-feature-grid.photo-right .feature-photo,
  .service-feature-grid.photo-right .feature-body { order: unset; }
  .feature-photo img { max-height: 280px; }
}

/* ============================================================
   CTA BANNER (services, gallery, about pages)
   ============================================================ */
.cta-banner {
  background: var(--ink);
  padding-block: clamp(72px, 10vh, 120px);
  position: relative;
  overflow: hidden;
}

.cta-banner > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; opacity: 0.18;
}

.cta-banner-inner {
  position: relative; z-index: 2;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

section.cta-banner .cta-banner-inner {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}

.cta-banner-text { }
.cta-eyebrow, .cta-banner-eyebrow {
  color: var(--primary);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: block;
  border: none; padding: 0;
}

.cta-banner-inner h2, .cta-banner-title {
  font-size: clamp(28px, 4vw, 58px);
  color: #fff;
  max-width: 18ch;
  margin-bottom: 16px;
}

.cta-sub, .cta-banner-sub {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  max-width: 48ch;
  margin-bottom: 28px;
}

.cta-banner-phone { font-family: 'DM Serif Display', serif; font-size: 28px; color: #fff; margin-bottom: 24px; }
.cta-phone-link { color: var(--primary); text-decoration: none; }
.cta-phone-link:hover { color: var(--primary); text-decoration: underline; }

.cta-banner-btns, .cta-banner-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.cta-banner-btns a, .cta-banner-actions a { text-decoration: none; }

.cta-form {
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-form-title {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 4px;
}
.cta-form .form-field { }
.cta-form button { background: var(--primary); color: #fff; border: none; padding: 14px 28px; border-radius: 10px; font-weight: 600; font-size: 15px; cursor: pointer; transition: filter 150ms; }
.cta-form button:hover { filter: brightness(0.9); }

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

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-filter-section {
  background: var(--canvas);
  padding-block: 48px 28px;
}

.filter-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
}
.filter-header h2 { font-size: clamp(22px, 3vw, 38px); }

.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }

.filter-pill {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--ink-mid);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms;
}
.filter-pill.active, .filter-pill:hover {
  background: var(--primary); border-color: var(--primary); color: #fff;
}

.gallery-grid-section {
  background: var(--canvas);
  padding-block: 20px clamp(80px, 10vh, 140px);
}

#galleryGrid.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;
  grid-column: auto;
}
.gallery-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-float); }

.gallery-photo-frame {
  aspect-ratio: 4/3;
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--surface);
}
.gallery-photo-frame img { width: 100%; height: 100%; object-fit: cover; max-height: none; transition: transform 400ms ease; }
.gallery-card:hover .gallery-photo-frame img { transform: scale(1.04); }

.gallery-card-body { padding: 18px 20px; }
.gallery-card-headline, .gallery-card-body h3 { font-size: 18px; margin-bottom: 6px; }
.gallery-tag {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--primary);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}
.gallery-card-loc {
  display: flex; align-items: center; gap: 5px;
  font-size: 13px; color: var(--muted); margin-bottom: 6px;
}
.gallery-card-loc svg { width: 14px; height: 14px; flex-shrink: 0; }
.gallery-card-desc { font-size: 14px; color: var(--ink-mid); line-height: 1.55; }

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

/* ============================================================
   CONTACT PAGE — SPLIT
   ============================================================ */
.contact-split-section {
  background: var(--canvas);
  padding-block: clamp(72px, 9vh, 120px);
}

.contact-split-grid {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.contact-form-col { }
.contact-section-eyebrow {
  font-weight: 600; font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--primary); margin-bottom: 8px;
  padding-bottom: 10px; border-bottom: 2px solid var(--primary); width: fit-content;
}
.contact-headline { font-size: clamp(28px, 4vw, 52px); margin-bottom: 8px; }
.contact-subline { color: var(--ink-mid); font-size: 17px; margin-bottom: 28px; }

.contact-info-col {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-info-col > img {
  width: 100%; border-radius: var(--radius-sm);
  box-shadow: inset 0 0 0 var(--mounted-frame) var(--surface);
  margin-bottom: 24px;
  aspect-ratio: 16/9;
  object-fit: cover;
  max-height: 220px;
}

.contact-phone-big { font-family: 'DM Serif Display', serif; font-size: 32px; color: var(--ink); }
.info-phone-link, .info-email-link { color: var(--ink); text-decoration: none; font-weight: 500; }
.info-phone-link:hover, .info-email-link:hover { color: var(--primary); }

.info-block { padding: 16px 0; }
.info-block-label {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted); margin-bottom: 6px;
}
.info-block-value { color: var(--ink-mid); font-size: 16px; line-height: 1.6; }
.emergency-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(243,11,11,0.1); color: #c00; font-size: 12px;
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
  padding: 4px 12px; border-radius: var(--radius-pill);
  margin-top: 6px;
}
.emergency-badge svg { width: 14px; height: 14px; }

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

.hours-list { display: flex; flex-direction: column; gap: 6px; }
.hours-list li { display: flex; justify-content: space-between; font-size: 14px; color: var(--ink-mid); }

.area-pills-info { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.area-pill-info {
  background: var(--primary-tint); color: var(--primary);
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; padding: 4px 12px; border-radius: var(--radius-pill);
}

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

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
  padding-top: clamp(60px, 8vh, 100px);
}

.footer-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand {}
.footer-brand img, .footer-logo img { max-height: 44px !important; margin-bottom: 16px; }
.footer-brand-name { font-family: 'DM Serif Display', serif; font-size: 18px; color: #fff; margin-bottom: 6px; }
.footer-brand-text, .footer-tagline { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; max-width: 28ch; margin-bottom: 16px; }

.footer-col h4, .footer-col h5, .footer-col-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}

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

.footer-phone-link, .footer-contact-item a {
  color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14px;
  transition: color 150ms;
}
.footer-phone-link:hover, .footer-contact-item a:hover { color: #fff; text-decoration: none; }

.footer-contact-line { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.footer-contact-line a { font-size: 13px; color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-item { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.footer-contact-item svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.footer-contact-item span { font-size: 14px; color: rgba(255,255,255,0.65); }

.footer-address { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }

.footer-credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.footer-cred-chip {
  background: rgba(141,141,88,0.18); color: var(--primary);
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; padding: 4px 10px; border-radius: var(--radius-pill);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.38);
  flex-wrap: wrap;
  gap: 8px;
}

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

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

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

/* ============================================================
   MISC SMALL COMPONENTS
   ============================================================ */
/* Stat counters (if any) */
.stat-num { font-size: clamp(48px, 8vw, 96px); font-weight: 900; 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; }

/* Service card hover */
.service-card { transition: transform 250ms ease-out, box-shadow 250ms ease-out; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18); }

/* Info col logo */
.info-col-logo img { max-height: 40px !important; }

/* Form success */
.form-success {
  display: none;
  padding: 16px 20px;
  background: var(--primary-tint);
  border-radius: var(--radius-sm);
  color: var(--primary);
  font-weight: 600;
  font-size: 15px;
  border-left: 3px solid var(--primary);
}
.form-success.visible { display: block; }

/* Scroll progress bar */
#scrollBar.scroll-bar {
  position: fixed; top: 0; left: 0; right: 0;
  height: 3px; z-index: 9999; background: transparent;
}

/* ============================================================
   RESPONSIVE CLEANUP
   ============================================================ */
@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-inner { padding-inline: 24px; }
  .team-cta-inner { flex-direction: column; }
  .cta-banner-inner { grid-template-columns: 1fr; }
  .cta-banner-btns, .cta-banner-actions { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
}


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