@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Inter+Tight:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ─── TOKENS ─────────────────────────────────────────────────────────────── */
:root {
  --primary:        #348414;
  --primary-dim:    #2a6a10;
  --primary-glow:   rgba(52,132,20,0.18);
  --accent:         #74543C;
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --surface-raised: #211F1B;
  --ink:            #F4F1EA;
  --ink-mid:        #C8C4BA;
  --muted:          #8E8A82;
  --muted-dim:      #5A5750;
  --border:         rgba(244,241,234,0.10);
  --border-brand:   rgba(52,132,20,0.35);
  --hairline:       #348414;
  --header-height:  72px;
  --radius:         4px;
  --radius-pill:    999px;
  --font-display:   'Cormorant Garamond', Georgia, serif;
  --font-body:      'Inter Tight', system-ui, sans-serif;
  --font-mono:      'IBM Plex Mono', monospace;
  --section-py:     clamp(96px, 12vh, 160px);
  --content-max:    1200px;
  --wide-max:       1400px;
}

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

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

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

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  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: 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; object-position: center 45%; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

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

section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}

section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

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

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

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

/* ─── TYPOGRAPHY ──────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 { font-size: clamp(52px, 8vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.8vw, 36px); }

p { line-height: 1.72; color: var(--ink-mid); }

/* Luxury type accent — italic Cormorant tinted brand-color inline */
.aw, .display-accent, em.display-accent {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--primary);
  font-size: 1.08em;
}

/* Labels / eyebrows in IBM Plex Mono */
.section-eyebrow, .section-label, .page-header-eyebrow, .page-eyebrow,
.hero-eyebrow, .cta-banner-eyebrow, .about-story-eyebrow,
.mission-block-label, .info-block-label, .contact-form-label,
.step-num, .timeline-step-label, .footer-col-title, .footer-col-heading,
.footer-contact-label, .info-item-label, .ci-label {
  font-family: var(--font-mono);
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
}

/* ─── LAYOUT CONTAINERS ───────────────────────────────────────────────────── */
.container {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

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

/* ─── SCROLL PROGRESS ─────────────────────────────────────────────────────── */
#scroll-progress, #scrollProgress, .scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: var(--primary);
  z-index: 9999;
  transition: width 80ms 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;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 28px;
  height: var(--header-height);
}

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

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

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-body);
  color: var(--ink-mid);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 150ms;
}
.nav-pages a:hover { color: var(--primary); text-decoration: none; }
.nav-pages a[aria-current="page"], .nav-pages a.nav-active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
}

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--font-body);
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.9); color: var(--ink); text-decoration: none; }
.nav-cta-icon { width: 18px; height: 18px; }

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

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

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

#hero > img, #hero .hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
  filter: brightness(0.72) saturate(0.85);
}

.hero-overlay {
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(52,132,20,0.22) 0%, transparent 60%),
    linear-gradient(to top, rgba(12,12,15,0.92) 0%, rgba(12,12,15,0.55) 55%, rgba(12,12,15,0.82) 100%);
}

.hero-inner {
  padding: clamp(48px, 8vh, 96px) clamp(24px, 5vw, 80px);
  padding-bottom: clamp(56px, 9vh, 112px);
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(72px, 9vw, 144px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 14ch;
}

.hero-title .aw {
  color: var(--primary);
  font-style: italic;
}

.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--ink-mid);
  max-width: 46ch;
  line-height: 1.6;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

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

/* ─── BUTTONS ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  padding: 16px 32px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: filter 160ms, transform 160ms, box-shadow 160ms;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  letter-spacing: 0.01em;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }

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

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(244,241,234,0.35);
}
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); background: rgba(244,241,234,0.06); }

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.btn-outline:hover { background: var(--primary); color: var(--ink); }

.btn-sm { padding: 10px 20px; font-size: 13px; }

.btn svg { width: 18px; height: 18px; }

/* ─── CHIPS ───────────────────────────────────────────────────────────────── */
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mid);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 5px 12px;
  background: transparent;
}

.trust-chip.featured {
  border-color: var(--primary);
  color: var(--primary);
}

/* ─── TRUST STRIP (homepage) ──────────────────────────────────────────────── */
.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}

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

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.trust-icon svg { width: 20px; height: 20px; }

.trust-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mid);
}

.trust-label strong { color: var(--ink); font-weight: 600; }

.trust-sep, .trust-dot {
  color: var(--primary);
  font-size: 16px;
  flex-shrink: 0;
}

/* Contact page trust strip */
.trust-strip-contact {
  background: var(--canvas);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.trust-strip-contact .trust-strip-inner {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

/* ─── MARQUEE ─────────────────────────────────────────────────────────────── */
.marquee {
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid var(--border-brand);
  border-bottom: 1px solid var(--border-brand);
  max-height: 64px;
  position: relative;
  z-index: 1;
  background: var(--canvas);
}

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

.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-item {
  font-family: var(--font-mono);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(11px, 1.2vw, 15px);
  color: var(--muted);
  line-height: 1.2;
  flex-shrink: 0;
}

.marquee-dot {
  color: var(--primary);
}

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

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

.services-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

.services-inner .section-title {
  margin-bottom: 36px;
}

.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0;
}

.service-tab {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 16px 12px;
  cursor: pointer;
  transition: color 160ms, border-color 160ms;
  margin-bottom: -1px;
}

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

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

.services-panels { position: relative; }

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

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

.service-panel > img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
  grid-column: 1;
  filter: grayscale(20%) brightness(0.88);
}

.service-panel-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  border-left: 1px solid var(--border-brand);
}

.service-panel-name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.service-panel-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-mid);
}

.service-panel-body h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(24px, 3vw, 40px);
  color: var(--ink);
  line-height: 1.05;
}

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

@media (max-width: 760px) {
  .service-panel { grid-template-columns: 1fr; min-height: auto; }
  .service-panel > img { max-height: 240px; grid-column: 1; }
  .service-panel-body { border-left: none; border-top: 1px solid var(--border-brand); padding: 28px 24px; }
}

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

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

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

.gallery-top-text { flex: 1; }
.gallery-top a { flex-shrink: 0; }

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

/* First tile spans 2 rows (tall) */
.gallery-tile { aspect-ratio: 4 / 3; overflow: hidden; position: relative; cursor: pointer; }
.gallery-tile.gallery-tile-tall { aspect-ratio: auto; grid-row: span 2; }

.gallery-tile > img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  filter: grayscale(15%) brightness(0.9);
  max-height: none;
}

.gallery-tile:hover > img { transform: scale(1.04); filter: grayscale(0%) brightness(1); }

.gallery-tile-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.65) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 350ms;
}
.gallery-tile:hover .gallery-tile-overlay { opacity: 1; }

.gallery-tile-meta {
  position: absolute; bottom: 16px; left: 16px; right: 16px;
  opacity: 0; transform: translateY(6px);
  transition: opacity 300ms, transform 300ms;
}
.gallery-tile:hover .gallery-tile-meta { opacity: 1; transform: translateY(0); }
.gallery-tile-meta h3 { font-size: 15px; color: var(--ink); }

.tile-category {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
}

.tile-location {
  font-size: 12px;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 4px;
}

.tile-badge {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(52,132,20,0.15);
  border: 1px solid rgba(52,132,20,0.35);
  padding: 3px 8px;
  border-radius: var(--radius-pill);
}

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

/* ─── GALLERY PAGE ────────────────────────────────────────────────────────── */
.gallery-section {
  max-width: var(--content-max);
  margin-inline: auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}

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

.gallery-header-text { flex: 1; }
.gallery-header-count {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  flex-shrink: 0;
}

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

.filter-pill, .gallery-filters button {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  cursor: pointer;
  transition: color 150ms, border-color 150ms, background 150ms;
}

.filter-pill:hover, .gallery-filters button:hover { color: var(--ink); border-color: var(--muted-dim); }
.filter-pill.active, .gallery-filters button.active {
  color: var(--primary);
  border-color: var(--primary);
  background: var(--primary-glow);
}

.filter-label { display: none; }

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

#galleryGrid .gallery-tile { aspect-ratio: 4 / 3; }
#galleryGrid .gallery-tile.tall { aspect-ratio: auto; grid-row: span 2; }

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

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

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

.faq-inner .section-title { margin-bottom: 48px; }

.faq-list { margin-top: 0; }

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

.faq-list details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(15px, 1.6vw, 18px);
  font-family: var(--font-body);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  gap: 16px;
}

.faq-list details summary::-webkit-details-marker { display: none; }

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

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

.faq-body {
  padding-bottom: 22px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--ink-mid);
}

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

/* ─── TEAM CTA STRIP ──────────────────────────────────────────────────────── */
.team-cta {
  padding: 64px 0;
  background: var(--canvas);
  border-top: 1px solid var(--border-brand);
  border-bottom: 1px solid var(--border-brand);
}

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

.team-cta-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 3vw, 36px);
  color: var(--ink);
  line-height: 1.2;
  max-width: 60ch;
}

.team-cta-text .aw { font-size: 1.1em; }

.team-cta-inner > a { flex-shrink: 0; }

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

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

.contact-form-wrap { grid-column: 1; }
.contact-info { grid-column: 2; padding-top: 60px; }

@media (max-width: 900px) {
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-form-wrap, .contact-info { grid-column: 1; }
  .contact-info { padding-top: 0; }
}

.contact-info-item {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.contact-info-item:last-child { border-bottom: none; }

.contact-phone {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 28px);
  color: var(--ink);
  text-decoration: none;
}
.contact-phone:hover { color: var(--primary); text-decoration: none; }

.ci-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.ci-avail, .ci-value {
  font-size: 15px;
  color: var(--ink-mid);
}

.ci-value a { color: var(--ink-mid); }
.ci-value a:hover { color: var(--primary); }

.contact-socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  transition: color 150ms, border-color 150ms;
}
.contact-socials a:hover { color: var(--primary); border-color: var(--primary); text-decoration: none; }

/* ─── FORMS ───────────────────────────────────────────────────────────────── */
.contact-form, form.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

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

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

.form-label, label.form-label, .contact-form label {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-input, input.form-input,
.form-textarea, textarea.form-textarea,
input[type="text"], input[type="email"],
input[type="tel"], input[type="number"],
select, textarea {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  padding: 14px 16px;
  transition: border-color 160ms;
  outline: none;
  width: 100%;
}

.form-input:focus, input:focus, textarea:focus, select:focus {
  border-color: var(--primary);
}

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

.form-submit, button.form-submit {
  background: var(--primary);
  color: var(--ink);
  border: none;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 16px 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: filter 150ms;
  align-self: flex-start;
}
.form-submit:hover { filter: brightness(0.88); }
.form-submit svg { width: 18px; height: 18px; }

select option { background: var(--surface); color: var(--ink); }

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

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

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

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

.contact-form-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 24px;
}

.info-block-label { margin-bottom: 8px; }
.info-block-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 12px;
}
.info-block-heading em { color: var(--primary); }
.info-block-intro { font-size: 15px; color: var(--ink-mid); margin-bottom: 28px; }

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

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.info-item-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.info-item-icon svg { width: 20px; height: 20px; }

.info-item-body { flex: 1; }

.info-item-label {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}

.info-item-value {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.5;
}
.info-item-value a { color: var(--ink-mid); }
.info-item-value a:hover { color: var(--primary); }

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

.service-area-chip {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
}

.social-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.social-link, .social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  transition: color 150ms, border-color 150ms;
}
.social-link:hover, .social-pill:hover {
  color: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
}

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

/* ─── PAGE HEADERS (sub-pages) ────────────────────────────────────────────── */
.page-header {
  min-height: clamp(280px, 40vh, 520px);
  display: flex;
  align-items: flex-end;
}

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

.page-header-inner {
  position: relative; z-index: 2;
  padding: clamp(36px, 5vw, 64px) clamp(20px, 5vw, 72px);
  width: 100%;
  max-width: 900px;
}

.page-header-title, h1.page-header-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 16px;
}
.page-header-title em { color: var(--primary); }

.page-header-sub {
  font-size: 15px;
  color: var(--ink-mid);
  max-width: 48ch;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-header-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.page-header-eyebrow { color: var(--primary); }

/* Contact page header variants */
.page-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(44px, 6vw, 96px);
  color: var(--ink);
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.page-title em { color: var(--primary); }
.page-eyebrow { color: var(--primary); }
.page-sub { color: var(--ink-mid); font-size: 15px; margin-top: 12px; }

/* ─── SERVICES DETAIL PAGE ────────────────────────────────────────────────── */
.services-page-header { min-height: clamp(300px, 42vh, 540px); }

.services-index-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.services-index-inner {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

.services-index-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 14px 16px;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 150ms, border-color 150ms;
}
.services-index-link:hover { color: var(--ink); text-decoration: none; }
.services-index-link.active { color: var(--primary); border-bottom-color: var(--primary); }

.services-index-dot {
  width: 5px; height: 5px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
}

.services-detail {
  padding: var(--section-py) 0;
  background: var(--canvas);
}

.services-detail-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 10vh, 120px);
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.service-block-left .service-block-photo { grid-column: 1; }
.service-block-left .service-block-body  { grid-column: 2; }
.service-block-right .service-block-photo { grid-column: 2; order: 2; }
.service-block-right .service-block-body  { grid-column: 1; order: 1; }

.service-block-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.service-block-photo > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 460px;
  object-fit: cover;
  display: block;
  filter: grayscale(12%) brightness(0.88);
  transition: filter 400ms;
}
.service-block:hover .service-block-photo > img { filter: grayscale(0%) brightness(0.95); }

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

.service-block-index {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}

.service-block-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 42px);
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.service-block-title em { color: var(--primary); font-style: italic; }

.service-block-divider {
  height: 1px;
  background: var(--border-brand);
  width: 48px;
}

.service-block-copy {
  font-size: 15px;
  line-height: 1.72;
  color: var(--ink-mid);
}

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

.service-block-bullets li {
  font-size: 14px;
  color: var(--ink-mid);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.service-block-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--primary);
}

.service-block-emergency { border-left: 3px solid var(--primary); padding-left: 24px; }
.service-block-urgent-label {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: -8px;
}

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

@media (max-width: 760px) {
  .service-block { grid-template-columns: 1fr; }
  .service-block-left .service-block-photo,
  .service-block-left .service-block-body,
  .service-block-right .service-block-photo,
  .service-block-right .service-block-body { grid-column: 1; order: unset; }
  .service-block-right .service-block-photo { order: -1; }
}

/* ─── CTA BANNER ──────────────────────────────────────────────────────────── */
.cta-banner {
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
  border-bottom: 1px solid var(--border-brand);
  padding: clamp(72px, 10vh, 120px) 0;
}

.cta-banner-inner {
  max-width: 720px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  text-align: center;
}

.cta-banner-eyebrow { text-align: center; }

.cta-banner-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(36px, 5vw, 72px);
  color: var(--ink);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.cta-banner-title em { color: var(--primary); }

.cta-banner-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
}

.cta-banner-sub, .cta-banner-phone {
  font-size: 16px;
  color: var(--ink-mid);
  margin-bottom: 28px;
  line-height: 1.6;
}

.cta-banner-actions, .cta-btns, .cta-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.cta-banner-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin-top: 24px;
}

/* ─── ABOUT STORY ─────────────────────────────────────────────────────────── */
.about-story {
  padding: var(--section-py) 0;
  background: var(--canvas);
}

.about-story-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

.about-story-portrait {
  position: relative;
  grid-column: 1;
}

.about-story-portrait > img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius);
  filter: grayscale(20%) brightness(0.88);
}

.about-story-portrait-caption {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
}

.about-story-text {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.about-story-eyebrow { margin-bottom: 4px; }

.about-story-headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 58px);
  color: var(--ink);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.about-story-headline em { color: var(--primary); font-style: italic; }

.about-story-body { display: flex; flex-direction: column; gap: 14px; }
.about-story-body p { font-size: 15px; line-height: 1.72; color: var(--ink-mid); }

.about-story-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border-brand);
}

.about-story-chip {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 5px 12px;
}

@media (max-width: 760px) {
  .about-story-inner { grid-template-columns: 1fr; }
  .about-story-portrait, .about-story-text { grid-column: 1; }
}

/* ─── HAIRLINE ────────────────────────────────────────────────────────────── */
hr.hairline {
  border: none;
  border-top: 1px solid var(--border-brand);
  margin: 0;
}

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

.values-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

.values-inner .section-title { margin-bottom: 48px; }

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

.value-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px 28px;
  border-top: 2px solid var(--border-brand);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.35); }

.value-card-num {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.value-card h3 {
  font-size: clamp(17px, 1.8vw, 22px);
  margin-bottom: 10px;
  color: var(--ink);
}

.value-card-body { font-size: 14px; color: var(--ink-mid); line-height: 1.65; }

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

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

.timeline-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

.timeline-inner .section-title { margin-bottom: 48px; }

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

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

.timeline-step {
  position: relative;
  z-index: 1;
}

.timeline-step-dot {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.timeline-step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--primary);
}

.timeline-step-label {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.timeline-step h3 {
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--ink);
  margin-bottom: 8px;
}

.timeline-step-body { font-size: 14px; color: var(--ink-mid); line-height: 1.65; }

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

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

.mission-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.mission-block {
  border-top: 1px solid var(--border-brand);
  padding-top: 28px;
}

.mission-block h3 {
  font-size: clamp(20px, 2.5vw, 30px);
  color: var(--ink);
  margin-bottom: 12px;
}

.mission-block-label { margin-bottom: 8px; }
.mission-block-body { font-size: 15px; color: var(--ink-mid); line-height: 1.72; }

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

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

.crew-strip-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

.crew-strip-inner > img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  filter: grayscale(18%) brightness(0.88);
  margin-top: 32px;
}

.crew-strip-caption {
  font-size: 14px;
  color: var(--muted);
  margin-top: 16px;
  text-align: center;
  font-style: italic;
}

/* ─── SECTION SHARED STYLES ───────────────────────────────────────────────── */
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 72px);
  color: var(--ink);
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.section-title .aw, .section-title em {
  color: var(--primary);
  font-style: italic;
}

/* ─── FOOTER ──────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: clamp(56px, 8vh, 96px) 0 0;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-brand { grid-column: 1; }
.footer-brand > img { margin-bottom: 16px; }

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer-tagline em { color: var(--primary); font-style: italic; font-family: var(--font-display); }

.footer-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.footer-col { grid-column: auto; }

.footer-col-title, .footer-col-heading, .footer-col h4 {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  display: block;
}

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

.footer-links a {
  font-size: 14px;
  color: var(--ink-mid);
  text-decoration: none;
  transition: color 150ms;
  display: inline-block;
}
.footer-links a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-line, .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--ink-mid);
}
.footer-contact-line a, .footer-contact-item a { color: var(--ink-mid); font-size: 13px; }
.footer-contact-line a:hover, .footer-contact-item a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 3px; }
.footer-contact-value { font-size: 13px; color: var(--ink-mid); }

.footer-emerg { font-size: 12px; color: var(--primary); font-family: var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 6px; }

.footer-social-links, .footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  transition: color 150ms, border-color 150ms;
}
.footer-social-link:hover { color: var(--primary); border-color: var(--primary); text-decoration: none; }
.footer-social-link svg { width: 16px; height: 16px; }

.footer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.footer-trust-badge {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
}

.footer-trust-line {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 0.08em;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy, .footer-bottom-copy {
  font-size: 12px;
  color: var(--muted);
}

.footer-trust, .footer-rating {
  font-size: 12px;
  color: var(--muted);
}
.footer-trust strong, .footer-rating strong { color: var(--ink-mid); }

.footer-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

/* ─── MOBILE CTA PILL ─────────────────────────────────────────────────────── */
.mobile-cta, .mobile-cta-pill, .mobile-sticky-cta {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  display: block;
}

.mobile-cta a, .mobile-cta-link, .mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 600;
  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: filter 150ms, transform 150ms;
  white-space: nowrap;
}
.mobile-cta a:hover, .mobile-cta-link:hover, .mobile-sticky-cta a:hover {
  filter: brightness(0.88);
  transform: translateY(-1px);
  text-decoration: none;
  color: var(--ink);
}

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

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

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

/* ─── ANIMATION UTILITIES ─────────────────────────────────────────────────── */
.fade-up, .fade-left, .fade-right, .scale-in {
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms ease;
}

.fade-up    { transform: translateY(28px); }
.fade-left  { transform: translateX(-28px); }
.fade-right { transform: translateX(28px); }
.scale-in   { transform: scale(0.94); }

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

.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.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; }

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

/* ─── MISC UTILITY ────────────────────────────────────────────────────────── */
.dark-canvas { background: var(--canvas); }

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

/* Cap SVGs that have no size attr */
.trust-icon svg,
.faq-chevron,
.nav-cta-icon,
.info-item-icon svg,
.footer-social-link svg,
.contact-socials svg,
.tile-location svg,
.form-submit svg {
  width: 20px; height: 20px;
  flex-shrink: 0;
}

.faq-chevron { width: 20px; height: 20px; }

/* ─── PROCESS STRIP (required pattern) ───────────────────────────────────── */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}
.process-step {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
}
.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
}

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

/* Table cells */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price {
  background: var(--surface);
  color: var(--ink);
}

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

@media (max-width: 900px) {
  #hero.hero { min-height: 80vh; }
  .hero-title { font-size: clamp(52px, 10vw, 96px); }
  .contact-inner { gap: 40px; }
  .about-story-inner { gap: 40px; }
}

@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .team-cta-inner { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cta-banner-actions, .cta-btns, .cta-pair { flex-direction: column; align-items: center; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.gallery-tile { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
/* validator patch: keep the hero photo visible, no smothering dark band */
.hero-overlay { background: linear-gradient(to top, rgba(0,0,0,0.66), rgba(0,0,0,0.34) 38%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 100%), linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0) 58%) !important; }
