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

/* ─── TOKENS ─────────────────────────────────────────────────────────────── */
:root {
  --primary:        #8CCC2C;
  --primary-dark:   #6fa820;
  --primary-light:  #b8e46a;
  --accent:         #446C2C;
  --accent-dark:    #2f4d1e;
  --canvas:         #FFFFFF;
  --surface:        #F7F4ED;
  --surface-2:      #EDE9DF;
  --ink:            #141414;
  --ink-mid:        #3a3830;
  --muted:          #6B665C;
  --border:         rgba(20,20,20,0.1);
  --border-brand:   rgba(140,204,44,0.4);
  --invert-bg:      #141414;
  --invert-text:    #F7F4ED;
  --header-height:  72px;
  --radius:         0px;
  --section-pad:    clamp(96px, 12vh, 180px);
  --content-max:    1440px;
  --container-pad:  clamp(20px, 4vw, 80px);
}

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

/* ─── RESET + GLOBAL ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); font-size: 16px; }
body { font-family: 'Inter Tight', system-ui, sans-serif; font-weight: 500; font-size: 16.5px; line-height: 1.65; color: var(--ink); background: var(--canvas); -webkit-font-smoothing: antialiased; }

/* Universal image cap */
img { max-width: 100%; height: auto; display: block; }
section img:not(.hero-bg):not([class*="full-bleed"]):not([class*="fullbleed"]) {
  max-height: 640px;
  object-fit: cover;
}
.nav img, header img, .header img, .nav-logo img, .logo img { max-height: 64px !important; max-width: 220px !important; width: auto !important; align-self: flex-start !important; object-fit: contain !important; flex: 0 0 auto !important; }
.footer img, footer img { max-height: 48px !important; max-width: 200px !important; width: auto !important; align-self: flex-start !important; object-fit: contain !important; flex: 0 0 auto !important; }
.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; z-index: 0; }
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) { position: relative; z-index: 2; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.page-header, [class*="page-header"], .about-feature, .about-hero { position: relative; overflow: hidden; max-height: 64vh; }
.page-header > img, [class*="page-header"] > img, .page-header-bg, .about-feature > img:first-of-type, .about-hero-bg,
.page-header img:first-of-type { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; z-index: 0; }
section > img:first-child:not([class*="logo"]):not(.nav-logo) { max-height: 64vh; object-fit: cover; }
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) { max-height: 720px; }
[class*="gallery-grid"] > [class*="gallery-tile"],
[class*="gallery-grid"] > a, [class*="gallery-grid"] > figure { grid-column: auto; width: auto; max-width: 100%; height: auto; min-height: 0; }
[class*="gallery-tile"] { aspect-ratio: 4 / 3; overflow: hidden; }
[class*="gallery-tile"] > img { width: 100%; height: 100%; object-fit: cover; }
.hero-split { display: grid; grid-template-columns: 60% 40%; min-height: 88vh; gap: 0; }
.hero-split-text { background: var(--canvas); padding: clamp(48px, 7vw, 96px); display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.hero-split-photo { position: relative; overflow: hidden; background: transparent; }
.hero-split-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-split-photo { min-height: 60vw; order: -1; }
}

/* Heading anchor rule */
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; }
ul { list-style: none; }

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

/* ─── LAYOUT UTILITIES ───────────────────────────────────────────────────── */
.container { max-width: var(--content-max); margin: 0 auto; padding: 0 var(--container-pad); }
.wide-container { max-width: 1400px; margin: 0 auto; padding: 0 var(--container-pad); }
.section-inner { max-width: var(--content-max); margin: 0 auto; padding: var(--section-pad) var(--container-pad); }

/* ─── TYPOGRAPHY ─────────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo Black', sans-serif; font-weight: 900; line-height: 1.0; letter-spacing: -0.03em; color: var(--ink); }
h1 { font-size: clamp(48px, 7vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.5vw, 34px); }
p { line-height: 1.7; }

.section-eyebrow, .eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 16px;
}

/* ─── BUTTONS ────────────────────────────────────────────────────────────── */
.btn, .btn-primary, .btn-ghost, .btn-ghost-light, .btn-outline, .btn-primary-dark, .btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: filter 200ms, background 200ms, color 200ms, border-color 200ms;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.btn-primary, .btn-submit {
  background: var(--primary);
  color: var(--ink);
  border-color: var(--primary);
}
.btn-primary:hover, .btn-submit:hover { filter: brightness(0.9); color: var(--ink); text-decoration: none; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--canvas); text-decoration: none; }
.btn-ghost-light {
  background: transparent;
  color: var(--canvas);
  border-color: rgba(255,255,255,0.6);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.12); text-decoration: none; }
.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline:hover { background: var(--primary); color: var(--ink); text-decoration: none; }
.btn-primary-dark {
  background: var(--ink);
  color: var(--canvas);
  border-color: var(--ink);
}
.btn-primary-dark:hover { filter: brightness(1.3); text-decoration: none; }

/* ─── FORMS ──────────────────────────────────────────────────────────────── */
.form-field, .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field label, .form-group label {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.form-field input, .form-field textarea,
.form-group input, .form-group textarea, .form-group select {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  background: var(--canvas);
  color: var(--ink);
  transition: border-color 150ms;
  -webkit-appearance: none;
  appearance: none;
}
.form-field input:focus, .form-field textarea:focus,
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: var(--primary);
}
.form-field textarea, .form-group textarea { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

/* ─── SITE HEADER ────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.top-nav {
  height: var(--header-height);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px; max-width: 200px; width: auto; object-fit: contain; }
.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-pages ul {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.04em;
}
.nav-pages a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-pages a[aria-current="page"] { color: var(--primary); border-bottom: 2px solid var(--primary); }
.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-cta:hover { filter: brightness(0.92); color: var(--ink); text-decoration: none; }
.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) {
  .nav-toggle { display: flex; margin-left: auto; }
  .nav-pages {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    flex-direction: column;
    z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages ul { flex-direction: column; gap: 8px; }
  .nav-pages a { font-size: 18px; padding: 10px 0; }
  .nav-cta span { display: none; }
}

/* ─── HERO (TYPOGRAPHIC) ─────────────────────────────────────────────────── */
.hero-typographic {
  background: var(--canvas);
  padding: clamp(80px, 12vh, 160px) var(--container-pad) clamp(64px, 8vh, 120px);
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.hero-supergraphic {
  position: absolute;
  top: -0.08em;
  right: -0.02em;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(220px, 30vw, 480px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--border-brand);
  letter-spacing: -0.05em;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background: var(--primary);
  flex-shrink: 0;
}
.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 8.5vw, 132px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-transform: uppercase;
  max-width: 18ch;
  margin-bottom: 28px;
}
.hero-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.65;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}
.cta-phone {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--primary);
  color: var(--ink-mid);
  background: transparent;
  border-radius: var(--radius);
}
@media (max-width: 640px) {
  .hero-typographic { min-height: auto; padding-top: 60px; }
  .hero-title { font-size: clamp(42px, 11vw, 80px); }
}

/* ─── TRUST STRIP ────────────────────────────────────────────────────────── */
.trust-strip {
  background: var(--surface);
  padding: 32px var(--container-pad);
  overflow: hidden;
}
.trust-strip-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.trust-strip .trust-chip {
  background: var(--canvas);
  border-color: var(--primary);
}

/* ─── MARQUEE ────────────────────────────────────────────────────────────── */
.marquee-wrap { overflow: hidden; }
.marquee {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  max-height: 64px;
  position: relative;
  z-index: 1;
  background: var(--canvas);
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  width: max-content;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-item {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.4vw, 18px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
}
.marquee-sep {
  color: var(--primary);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  align-self: center;
}

/* ─── SECTION HEADER ─────────────────────────────────────────────────────── */
.section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.section-header-text { flex: 1; }
.section-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 16px;
}
.section-intro {
  font-size: 17px;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.65;
}
.section-header a {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  flex-shrink: 0;
  align-self: flex-end;
}

/* ─── SERVICES BENTO ─────────────────────────────────────────────────────── */
.services { background: var(--canvas); }
.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 2px;
}
.bento-card {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  display: block;
  text-decoration: none;
  min-height: 320px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.bento-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.22); text-decoration: none; }
.bento-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 500ms ease;
  filter: grayscale(20%);
}
.bento-card:hover > img { transform: scale(1.04); }
.bento-flagship {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  min-height: 480px;
}
.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.82) 0%, rgba(20,20,20,0.28) 55%, transparent 100%);
  z-index: 1;
}
.bento-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(20px, 3vw, 40px);
  z-index: 2;
}
.bento-num {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.0;
  color: var(--primary);
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.bento-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 30px);
  color: var(--canvas);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.bento-flagship .bento-body h3 { font-size: clamp(26px, 3vw, 44px); }
.bento-desc {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(247,244,237,0.82);
  display: block;
  margin-bottom: 14px;
  max-width: 56ch;
}
.bento-link {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bento-link::after { content: '\2192'; font-size: 14px; }

@media (max-width: 900px) {
  .services-bento { grid-template-columns: 1fr 1fr; }
  .bento-flagship { grid-column: 1 / 3; min-height: 380px; }
}
@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .bento-flagship { grid-column: 1; min-height: 300px; }
  .bento-card { min-height: 260px; }
}

/* ─── GALLERY (INDEX PAGE) ───────────────────────────────────────────────── */
.gallery { background: var(--surface); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
  position: relative;
}
.gallery-tile-tall {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 400px;
}
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease, filter 300ms; filter: grayscale(15%); max-height: none; }
.gallery-tile:hover img { transform: scale(1.04); filter: grayscale(0%); }

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-tile-tall { grid-row: auto; min-height: auto; aspect-ratio: 4/3; }
}

/* ─── FAQ ────────────────────────────────────────────────────────────────── */
.faq { background: var(--canvas); }
.faq-list { max-width: 840px; }
details.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
details.faq-item > summary.faq-question {
  cursor: pointer;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--ink);
}
details.faq-item > summary.faq-question::-webkit-details-marker { display: none; }
details.faq-item > summary.faq-question::after {
  content: "+";
  font-weight: 300;
  font-size: 24px;
  flex-shrink: 0;
  transition: transform 200ms, color 200ms;
  color: var(--muted);
}
details.faq-item[open] > summary.faq-question::after { transform: rotate(45deg); color: var(--primary); }
details.faq-item > summary.faq-question .faq-chevron { display: none; }
.faq-answer {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-mid);
  max-width: 72ch;
}

/* FAQ section (contact page uses .faq-section) */
.faq-section { background: var(--surface); }
.faq-inner { max-width: 840px; margin: 0 auto; padding: var(--section-pad) var(--container-pad); }
.faq-header { margin-bottom: 48px; }
.faq-header h2 { font-size: clamp(32px, 4vw, 56px); }

/* ─── TEAM CTA ───────────────────────────────────────────────────────────── */
.team-cta {
  background: var(--invert-bg);
  padding: clamp(56px, 7vw, 96px) var(--container-pad);
}
.team-cta-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.team-cta-text {
  flex: 1;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3vw, 40px);
  letter-spacing: -0.02em;
  color: var(--invert-text);
  line-height: 1.1;
}
.team-cta-inner a { flex-shrink: 0; background: var(--primary); color: var(--ink); }
.team-cta-inner a:hover { filter: brightness(0.9); text-decoration: none; }

/* ─── CONTACT ────────────────────────────────────────────────────────────── */
.contact { background: var(--surface); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.contact-form-col .section-eyebrow { margin-bottom: 10px; }
.contact-form-col .section-title { font-size: clamp(30px, 4vw, 54px); margin-bottom: 32px; }
.contact-form-subtitle { font-size: 16px; color: var(--muted); margin-bottom: 32px; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.contact-form .btn-submit { margin-top: 8px; align-self: flex-start; }
.contact-info-col { display: flex; flex-direction: column; gap: 0; }
.contact-info-block {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-block:first-child { padding-top: 0; }
.contact-info-block h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}
.contact-info-block p {
  font-size: 17px;
  color: var(--ink-mid);
  line-height: 1.6;
}
.contact-info-block a { color: var(--ink); font-weight: 600; }
.contact-info-block a:hover { color: var(--primary); }
.cred-list { display: flex; flex-direction: column; gap: 8px; }
.cred-list li {
  font-size: 14px;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cred-list li::before { content: ''; display: block; width: 6px; height: 6px; background: var(--primary); flex-shrink: 0; }

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

/* contact-section (contact page) */
.contact-section { background: var(--surface); }
.contact-inner { max-width: var(--content-max); margin: 0 auto; padding: var(--section-pad) var(--container-pad); display: grid; grid-template-columns: 1fr 400px; gap: clamp(40px, 5vw, 80px); align-items: start; }
@media (max-width: 900px) { .contact-inner { grid-template-columns: 1fr; } }

.contact-info-card {
  background: var(--canvas);
  padding: 36px;
  border-top: 3px solid var(--primary);
}
.info-card-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 24px;
  display: block;
}
.info-block { margin-bottom: 24px; }
.info-block:last-child { margin-bottom: 0; }
.info-block-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.info-block-value { font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.info-block-value a { color: var(--ink); }
.info-block-value a:hover { color: var(--primary); }
.info-block-body { font-size: 14px; color: var(--muted); line-height: 1.6; }
.rating-row { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.stars-inline { display: flex; gap: 2px; }
.stars-inline svg { width: 16px; height: 16px; color: var(--primary); fill: var(--primary); }
.rating-label { font-size: 13px; font-weight: 600; color: var(--muted); }
.service-area-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.area-pill {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 11px;
  border: 1px solid var(--border);
  color: var(--muted);
}
.trust-note { margin-top: 24px; padding: 16px; background: rgba(140,204,44,0.08); border-left: 3px solid var(--primary); }
.trust-note p { font-size: 13px; color: var(--ink-mid); line-height: 1.6; }

/* ─── CTA BANNER ─────────────────────────────────────────────────────────── */
.cta-banner {
  background: var(--invert-bg);
  padding: clamp(72px, 10vh, 140px) var(--container-pad);
}
.cta-banner-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.cta-banner-left h2, .cta-banner-text h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 4.5vw, 68px);
  color: var(--invert-text);
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.cta-banner-left h2 span, .cta-banner-text h2 span { color: var(--primary); }
.cta-banner-left p, .cta-banner-text p { color: rgba(247,244,237,0.68); font-size: 16px; line-height: 1.65; margin-bottom: 32px; }
.cta-banner-eyebrow, .eyebrow, .cta-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 16px;
}
.cta-pair { display: flex; flex-wrap: wrap; gap: 16px; }
.cta-banner-right form { display: flex; flex-direction: column; gap: 16px; }
.cta-banner-right .form-group label { color: rgba(247,244,237,0.6); }
.cta-banner-right .form-group input,
.cta-banner-right .form-group select,
.cta-banner-right .form-group textarea {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: var(--invert-text);
}
.cta-banner-right .form-group input::placeholder,
.cta-banner-right .form-group textarea::placeholder { color: rgba(247,244,237,0.4); }
.cta-banner-right .form-group input:focus,
.cta-banner-right .form-group select:focus,
.cta-banner-right .form-group textarea:focus { border-color: var(--primary); }
.cta-banner-right .btn-submit { background: var(--primary); color: var(--ink); border: none; width: 100%; justify-content: center; }
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.cta-banner-text { grid-column: 1 / 3; text-align: center; }
.cta-banner-text .cta-banner-actions { justify-content: center; }

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

/* ─── PAGE HEADER (sub-pages) ────────────────────────────────────────────── */
.page-header {
  min-height: clamp(280px, 40vh, 520px);
  display: flex;
  align-items: flex-end;
  background: var(--ink);
}
.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.72) 0%, rgba(20,20,20,0.32) 70%, transparent 100%);
  z-index: 1;
}
.page-header-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) var(--container-pad);
  width: 100%;
}
.page-header-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
  display: block;
}
.page-header-inner h1 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 6vw, 88px);
  letter-spacing: -0.03em;
  color: var(--canvas);
  text-transform: uppercase;
  line-height: 0.96;
}
.page-header-sub {
  font-size: 17px;
  color: rgba(247,244,237,0.75);
  margin-top: 18px;
  max-width: 560px;
  line-height: 1.6;
}

/* ─── SERVICE BLOCKS (services.html) ─────────────────────────────────────── */
.service-block { background: var(--canvas); }
.service-block:nth-child(even) { background: var(--surface); }
.service-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.service-block-grid.photo-right .service-photo { order: 2; }
.service-block-grid.photo-right .service-copy { order: 1; }
.service-photo { position: relative; }
.service-photo img { width: 100%; height: 480px; object-fit: cover; max-height: 480px; filter: grayscale(10%); }
.service-photo-index {
  position: absolute;
  top: 24px;
  left: 24px;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.0;
  color: var(--primary);
  letter-spacing: -0.04em;
  pointer-events: none;
}
.service-copy-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
  display: block;
}
.service-copy h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  margin-bottom: 20px;
}
.service-copy > p {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.7;
  margin-bottom: 16px;
}
.service-features {
  list-style: none;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-features li {
  font-size: 15px;
  color: var(--ink-mid);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.service-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 2px;
  background: var(--primary);
}
.service-copy a.btn-primary,
.service-copy a.btn-outline { display: inline-flex; margin-top: 8px; }

@media (max-width: 900px) {
  .service-block-grid { grid-template-columns: 1fr; }
  .service-block-grid.photo-right .service-photo,
  .service-block-grid.photo-right .service-copy { order: unset; }
  .service-photo img { height: 300px; max-height: 300px; }
}

/* ─── GALLERY PAGE ───────────────────────────────────────────────────────── */
.gallery-filter {
  background: var(--canvas);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: var(--header-height);
  z-index: 100;
}
.gallery-filter-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  overflow-x: auto;
}
.filter-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 8px;
  flex-shrink: 0;
}
.filter-pill {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1.5px solid var(--border);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 150ms, color 150ms, background 150ms;
  flex-shrink: 0;
}
.filter-pill:hover,
.filter-pill.active { border-color: var(--primary); color: var(--ink); background: rgba(140,204,44,0.08); }

.gallery-section { background: var(--surface); }
.gallery-section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-pad) var(--container-pad);
}
.gallery-featured {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(320px, 50vh, 640px);
  margin-bottom: 4px;
}
.gallery-featured > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-height: none; }
.gallery-featured-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,20,20,0.72) 0%, transparent 60%); z-index: 1; }
.gallery-featured-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  background: var(--primary);
  color: var(--ink);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 14px;
}
.gallery-featured-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(24px, 4vw, 48px);
  z-index: 2;
}
.gallery-featured-caption h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  color: var(--canvas);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.gallery-featured-tag {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}
.gallery-featured-caption p { color: rgba(247,244,237,0.75); font-size: 16px; }

/* Gallery grid (gallery page) */
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 4px;
}
@media (max-width: 900px) { .gallery-section .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .gallery-section .gallery-grid { grid-template-columns: 1fr 1fr; } }

/* Project cards */
.project-card {
  background: var(--canvas);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.project-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18); }
.project-card-header {
  position: relative;
  background: var(--ink);
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-card-visual { position: relative; width: 100%; height: 100%; }
.card-visual-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.card-visual-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--canvas);
}
.project-card-num {
  position: absolute;
  top: 12px;
  left: 16px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 11px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 0.12em;
}
.project-card-category {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247,244,237,0.65);
}
.project-card-body { padding: 20px; flex: 1; }
.project-card-body h3 { font-size: 16px; letter-spacing: -0.01em; margin-bottom: 8px; }
.project-card-location {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.project-card-location svg { width: 13px; height: 13px; flex-shrink: 0; }
.project-card-body > p { font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 14px; }
.project-card-meta { display: flex; gap: 16px; flex-wrap: wrap; }
.project-meta-item { font-size: 11px; color: var(--muted); letter-spacing: 0.08em; }
.project-meta-label { font-weight: 700; text-transform: uppercase; }
.project-meta-val { color: var(--ink-mid); }

/* ─── ABOUT PAGE ─────────────────────────────────────────────────────────── */
.about-story { background: var(--canvas); }
.about-story-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--section-pad) var(--container-pad);
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.about-story-portrait {
  position: relative;
}
.about-story-portrait img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  max-height: 560px;
  filter: grayscale(15%);
}
.portrait-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--canvas);
  padding: 14px 20px;
  border-left: 3px solid var(--primary);
}
.portrait-label-name { font-family: 'Archivo Black', sans-serif; font-size: 16px; font-weight: 900; color: var(--ink); }
.portrait-label-role { font-family: 'Archivo', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--primary); margin-top: 3px; }
.about-story-content { padding-top: 8px; }
.about-story-headline { font-size: clamp(32px, 4vw, 56px); margin-bottom: 24px; }
.about-story-body p { font-size: 17px; color: var(--ink-mid); line-height: 1.75; margin-bottom: 20px; }
.about-pull-quote {
  display: block;
  border-left: 4px solid var(--primary);
  padding: 20px 28px;
  margin: 28px 0;
  background: var(--surface);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.45;
  color: var(--ink);
}

@media (max-width: 900px) {
  .about-story-inner { grid-template-columns: 1fr; }
  .about-story-portrait img { height: 400px; max-height: 400px; }
}

/* Values */
.values-section { background: var(--surface); }
.values-inner { max-width: var(--content-max); margin: 0 auto; padding: var(--section-pad) var(--container-pad); }
.values-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; margin-bottom: clamp(40px, 5vw, 72px); }
.values-headline { font-size: clamp(32px, 4vw, 56px); }
.values-sub { max-width: 420px; font-size: 16px; color: var(--muted); line-height: 1.65; padding-top: 52px; text-align: right; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.value-card {
  background: var(--canvas);
  padding: 32px 28px;
  border-top: 3px solid transparent;
  transition: border-color 250ms;
}
.value-card:hover { border-color: var(--primary); }
.value-index {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  color: var(--primary);
  line-height: 1.0;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.value-card h3 { font-size: 18px; letter-spacing: -0.01em; margin-bottom: 12px; }
.value-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

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

/* Journey */
.journey-section { background: var(--canvas); }
.journey-inner { max-width: var(--content-max); margin: 0 auto; padding: var(--section-pad) var(--container-pad); }
.journey-header { margin-bottom: clamp(40px, 5vw, 72px); }
.journey-headline { font-size: clamp(32px, 4vw, 56px); }
.journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.journey-track::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border);
}
.journey-item { padding: 32px 24px 0 0; }
.journey-dot {
  width: 16px;
  height: 16px;
  background: var(--primary);
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.journey-year {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.journey-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 10px;
}
.journey-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

@media (max-width: 900px) { .journey-track { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .journey-track { grid-template-columns: 1fr; } .journey-track::before { display: none; } }

/* Crew */
.crew-section { background: var(--surface); }
.crew-inner { max-width: var(--content-max); margin: 0 auto; padding: var(--section-pad) var(--container-pad); }
.crew-header { margin-bottom: clamp(40px, 5vw, 64px); }
.crew-headline { font-size: clamp(28px, 4vw, 52px); }
.crew-sub { font-size: 17px; color: var(--muted); max-width: 540px; line-height: 1.65; margin-top: 16px; }
.crew-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.crew-card { background: var(--canvas); overflow: hidden; }
.crew-card > img { width: 100%; height: 380px; object-fit: cover; max-height: 380px; filter: grayscale(20%); }
.crew-card-info { padding: 24px; }
.crew-card-name { font-family: 'Archivo Black', sans-serif; font-size: 20px; font-weight: 900; letter-spacing: -0.02em; margin-bottom: 4px; }
.crew-card-role { font-family: 'Archivo', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--primary); margin-bottom: 10px; }
.crew-card-cert { font-size: 12px; color: var(--muted); border: 1px solid var(--border); padding: 4px 10px; display: inline-block; }
.crew-note { font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; color: var(--ink); padding: 32px; background: var(--surface); height: 100%; display: flex; align-items: center; border: none; margin: 0; }

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

/* About editorial */
.about-editorial { background: var(--invert-bg); }
.about-editorial-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: var(--section-pad) var(--container-pad);
}
.editorial-accent-bar { width: 48px; height: 4px; background: var(--primary); margin-bottom: 24px; }
.editorial-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  display: block;
}
.editorial-headline {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--invert-text);
  margin-bottom: 32px;
  line-height: 1.0;
}
.editorial-body p { font-size: 17px; color: rgba(247,244,237,0.75); line-height: 1.75; margin-bottom: 20px; }
.creds-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.cred-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 9px 16px;
  border: 1px solid rgba(140,204,44,0.4);
  color: rgba(247,244,237,0.8);
}
.cred-chip-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; flex-shrink: 0; }

/* ─── REVIEWS (not in main nav but classes present) ──────────────────────── */
.review-card { padding: 28px; border-radius: var(--radius); background: var(--surface-2); }
.review-stars svg { color: var(--primary); width: 18px; height: 18px; fill: var(--primary); }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; font-family: 'Fraunces', serif; font-style: italic; }
.review-attribution { font-size: 13px; color: var(--muted); opacity: 0.75; }

/* ─── FOOTER ─────────────────────────────────────────────────────────────── */
.site-footer, footer {
  background: var(--ink);
  color: var(--invert-text);
  padding-top: clamp(56px, 8vw, 96px);
}
.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 var(--container-pad) clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
}
.footer-brand { display: flex; flex-direction: column; gap: 0; }
.footer-brand img { margin-bottom: 16px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-tagline { font-size: 14px; color: rgba(247,244,237,0.55); line-height: 1.65; max-width: 320px; }
.footer-tagline br + * { margin-top: 4px; }
.footer-col { display: flex; flex-direction: column; gap: 0; }
.footer-col h4, .footer-col-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  display: block;
}
.footer-col ul, .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a, .footer-links a {
  font-size: 14px;
  color: rgba(247,244,237,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col a:hover, .footer-links a:hover { color: var(--primary); text-decoration: none; }
.footer-phone-link, .footer-email-link { font-weight: 600; color: rgba(247,244,237,0.85) !important; }
.footer-license, .footer-trust-item { font-size: 12px; color: rgba(247,244,237,0.45); line-height: 1.5; margin-bottom: 6px; }
.footer-trust-items { display: flex; flex-direction: column; gap: 4px; }
footer address { font-style: normal; font-size: 14px; color: rgba(247,244,237,0.65); line-height: 1.7; }
.footer-bottom {
  border-top: 1px solid rgba(247,244,237,0.08);
  padding: 20px var(--container-pad);
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p, .footer-bottom span, .footer-copy { font-size: 12px; color: rgba(247,244,237,0.35); }

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

/* ─── MOBILE STICKY CTA ───────────────────────────────────────────────────── */
.mobile-sticky-cta, .mobile-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  color: var(--ink);
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: filter 200ms, transform 200ms;
}
.mobile-sticky-cta:hover, .mobile-cta:hover { filter: brightness(0.92); transform: translateY(-2px); text-decoration: none; }
.mobile-sticky-cta svg, .mobile-cta svg { width: 20px; height: 20px; flex-shrink: 0; }
@media (min-width: 900px) { .mobile-sticky-cta, .mobile-cta { display: none; } }

/* ─── ANIMATION UTILITIES ────────────────────────────────────────────────── */
.fade-up  { opacity: 0; transform: translateY(28px); transition: opacity 600ms ease, transform 600ms ease; }
.fade-left  { opacity: 0; transform: translateX(-28px); transition: opacity 600ms ease, transform 600ms ease; }
.fade-right { opacity: 0; transform: translateX(28px); transition: opacity 600ms ease, transform 600ms ease; }
.scale-in  { opacity: 0; transform: scale(0.94); transition: opacity 500ms ease, transform 500ms ease; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 500ms ease, transform 500ms ease; }
.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1)  { opacity: 1; transform: none; transition-delay: 0ms; }
.stagger.visible > *:nth-child(2)  { opacity: 1; transform: none; transition-delay: 80ms; }
.stagger.visible > *:nth-child(3)  { opacity: 1; transform: none; transition-delay: 160ms; }
.stagger.visible > *:nth-child(4)  { opacity: 1; transform: none; transition-delay: 240ms; }
.stagger.visible > *:nth-child(5)  { opacity: 1; transform: none; transition-delay: 320ms; }
.stagger.visible > *:nth-child(6)  { opacity: 1; transform: none; transition-delay: 400ms; }
.stagger.visible > *:nth-child(7)  { opacity: 1; transform: none; transition-delay: 480ms; }
.stagger.visible > *:nth-child(8)  { opacity: 1; transform: none; transition-delay: 560ms; }

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

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

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

/* ─── TABLE CELLS ────────────────────────────────────────────────────────── */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price { background: var(--ink); color: var(--invert-text); }
.services-table tbody td { background: var(--canvas); color: var(--ink); }

/* ─── SVG CAPS ───────────────────────────────────────────────────────────── */
svg:not([width]):not([height]):not(.card-visual-bg) {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.faq-chevron { width: 20px; height: 20px; transition: transform 200ms; color: var(--muted); }
details.faq-item[open] .faq-chevron { transform: rotate(180deg); color: var(--primary); }

/* ─── MISC ───────────────────────────────────────────────────────────────── */
::selection { background: var(--primary); color: var(--ink); }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }

/* No flip mirroring */
.flip { order: 2; }

/* Responsive utility */
@media (max-width: 640px) {
  .section-header { flex-direction: column; }
  .values-header { flex-direction: column; }
  .values-sub { text-align: left; padding-top: 0; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .cta-pair { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-banner-inner { grid-template-columns: 1fr; }
}


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