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

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --primary:        #4e682a;
  --primary-dark:   #3a4e1f;
  --primary-light:  #6a8a38;
  --accent:         #5A5A5A;
  --canvas:         #FFFFFF;
  --surface:        #F7F4ED;
  --surface-2:      #EEE9DC;
  --ink:            #141414;
  --ink-mid:        #2e2e2e;
  --muted:          #6B665C;
  --border:         rgba(78,104,42,0.2);
  --border-ink:     rgba(20,20,20,0.1);
  --header-height:  72px;
}

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

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

body {
  font-family: 'Inter Tight', 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 anchors */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

ul, ol { list-style: none; }

/* ============================================================
   SCROLL PROGRESS BAR
   ============================================================ */
#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: 1280px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 56px); }
.wide-container { max-width: 1440px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 56px); }
.section-inner { max-width: 1280px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 56px); }

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1, h2, h3, h4 {
  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, 3vw, 36px); }

p { line-height: 1.65; }

.eyebrow,
.section-eyebrow,
.page-eyebrow,
.page-header-eyebrow,
.services-feature-header-eyebrow,
.feature-block-eyebrow,
.gallery-section-label,
.contact-section-label,
.cta-banner-eyebrow,
.cred-badge-label,
.footer-col-title,
.footer-col-heading,
.info-card-label,
.info-row-label,
.contact-item-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
}

.pull-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
  color: var(--primary);
  border-left: 3px solid var(--primary);
  padding-left: 24px;
  margin-block: 32px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 0;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 200ms, color 200ms, border-color 200ms, transform 120ms;
  white-space: nowrap;
  line-height: 1;
}

.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.btn-primary, .btn.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover, .btn.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

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

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

.btn-white-outline, .btn.btn-white-outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-white-outline:hover {
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.btn-ghost {
  background: transparent;
  color: var(--canvas);
  border-color: rgba(255,255,255,0.5);
  padding: 16px 28px;
}
.btn-ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.12);
  color: #fff;
  text-decoration: none;
}

.btn-phone {
  background: transparent;
  color: var(--primary);
  border-color: var(--border);
  font-size: 15px;
  padding: 14px 24px;
}

.btn-submit {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  width: 100%;
  justify-content: center;
  padding: 20px 32px;
  font-size: 15px;
}
.btn-submit:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   SITE HEADER / NAV
   ============================================================ */
.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-inline: auto;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !important;
}

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

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

#navLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 28px;
  align-items: center;
}

#navLinks li { display: block; }

#navLinks a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}
#navLinks a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
#navLinks a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms;
}
.nav-cta:hover {
  background: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  filter: brightness(0.92);
}

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }

  #navLinks {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    z-index: 890;
  }
  #navLinks.open { display: flex; }
  #navLinks li { width: 100%; }
  #navLinks a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-ink);
  }
  .nav-pages { flex: unset; }
  .nav-cta span { display: none; }
}

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

.hero > img:first-of-type,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
  filter: grayscale(15%);
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(20,20,20,0.35) 0%,
    rgba(20,20,20,0.15) 30%,
    rgba(20,20,20,0.0) 55%,
    rgba(14,22,8,0.72) 80%,
    rgba(14,22,8,0.88) 100%
  );
}

.hero-ribbon {
  position: absolute;
  top: 28px;
  right: clamp(20px, 4vw, 56px);
  z-index: 10;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-ribbon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: pulse-dot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-top: clamp(80px, 14vh, 160px);
  padding-bottom: clamp(64px, 10vh, 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 92vh;
  justify-content: flex-end;
}

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

.hero-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(56px, 8vw, 132px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 18ch;
  margin-bottom: 24px;
}

.hero-sub {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
  max-width: 56ch;
  margin-bottom: 36px;
}

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

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

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--primary-light);
  padding: 6px 12px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.06);
}

.trust-chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-light);
  flex-shrink: 0;
}

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-section {
  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(--surface);
}

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

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

.marquee-item {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.4vw, 16px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
  flex-shrink: 0;
}

.marquee-item::before {
  content: "·";
  color: var(--primary);
  margin-right: 48px;
  font-weight: 900;
}
.marquee-item:first-child::before { display: none; }

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

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  padding-block: clamp(40px, 5vh, 64px);
  border-bottom: 1px solid var(--border-ink);
}

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

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--primary);
  padding: 8px 14px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--canvas);
}

.trust-badge svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
  flex-shrink: 0;
}

/* ============================================================
   SERVICES SECTION (tabbed panel)
   ============================================================ */
.services {
  background: var(--canvas);
  padding-block: clamp(96px, 12vh, 180px);
}

.services-header {
  margin-bottom: 48px;
}
.services-header .section-eyebrow { margin-bottom: 12px; display: block; }
.services-header .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);
}

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

.service-tab {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid var(--border-ink);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-radius: 0;
  transition: background 180ms, color 180ms, border-color 180ms;
  white-space: nowrap;
}

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

.service-tab.active {
  background: var(--primary);
  color: #fff;
  border-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-ink);
}

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

.service-panel-img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.service-panel-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.service-panel-body {
  padding: clamp(32px, 4vw, 56px);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.service-panel-body h3 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.service-panel-body p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

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

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

/* ============================================================
   GALLERY
   ============================================================ */
.gallery {
  background: var(--surface);
  padding-block: clamp(96px, 12vh, 180px);
}

.gallery-header {
  margin-bottom: 48px;
}
.gallery-header .section-eyebrow { margin-bottom: 12px; display: block; }
.gallery-header .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;
}

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

.gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery-tile-tall {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 0;
}

.gallery-tile img, .gallery-tile-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease;
}

.gallery-tile:hover img { transform: scale(1.04); }

.gallery-cta-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

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

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  background: var(--canvas);
  padding-block: clamp(96px, 12vh, 180px);
}

.service-areas-header .section-eyebrow { display: block; margin-bottom: 12px; }
.service-areas-header h2 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.service-areas-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 52ch;
  margin-bottom: 40px;
}

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

.area-chip {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  transition: background 180ms, color 180ms;
}

.area-chip:hover {
  background: var(--primary);
  color: #fff;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--surface);
  padding-block: clamp(96px, 12vh, 180px);
}

.faq-header {
  margin-bottom: 48px;
}
.faq-header .section-eyebrow { display: block; margin-bottom: 12px; }
.faq-header .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;
}

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

.faq-item {
  border-bottom: 1px solid var(--border-ink);
}

.faq-item summary {
  cursor: pointer;
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  gap: 16px;
  transition: color 150ms;
}

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

.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 220ms ease;
}

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

.faq-answer {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  padding-bottom: 22px;
  max-width: 68ch;
}

/* Contact-page faq variant */
.faq-section {
  background: var(--surface);
  padding-block: clamp(64px, 8vh, 120px);
}
.faq-inner { max-width: 1280px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 56px); }
.faq-subhead {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.0;
  margin-bottom: 40px;
  margin-top: 12px;
}
.faq-section .faq-list { max-width: 800px; }
.faq-section details { border-bottom: 1px solid var(--border-ink); }
.faq-section details summary {
  cursor: pointer;
  font-family: 'Archivo Black', sans-serif;
  font-size: 17px;
  font-weight: 900;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: var(--ink);
}
.faq-section details summary::-webkit-details-marker { display: none; }
.faq-section details summary::after {
  content: "+";
  font-weight: 300;
  font-size: 24px;
  color: var(--primary);
  transition: transform 200ms;
  flex-shrink: 0;
}
.faq-section details[open] summary::after { transform: rotate(45deg); }
.faq-section details p { padding-bottom: 20px; color: var(--muted); line-height: 1.65; }

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

.team-cta-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}

.team-cta-text {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
}

.team-cta-text span {
  color: rgba(255,255,255,0.6);
}

.team-cta-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 36px;
  text-decoration: none;
  transition: background 180ms, color 180ms;
}
.team-cta-inner > a:hover {
  background: var(--surface);
  color: var(--primary-dark);
  text-decoration: none;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background: var(--canvas);
  padding-block: clamp(96px, 12vh, 180px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-form-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.contact-form-sub {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.form-group label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-group input,
.form-group select,
.form-group textarea,
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border-ink);
  border-radius: 0;
  background: var(--canvas);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  transition: border-color 180ms;
  appearance: none;
}

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

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

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.form-field label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-submit, .form-group .btn-submit { margin-top: 8px; }

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

/* Contact info column */
.contact-info h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.contact-emergency-banner {
  background: var(--primary);
  color: #fff;
  padding: 16px 20px;
  margin-bottom: 28px;
}

.contact-emergency-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 4px;
}

.contact-emergency-text {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-block: 16px;
  border-bottom: 1px solid var(--border-ink);
}

.contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--primary);
  margin-top: 2px;
}

.contact-item-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.contact-item-value {
  font-size: 16px;
  color: var(--ink);
  line-height: 1.45;
}

.contact-free-block {
  margin-top: 24px;
  padding: 20px;
  background: var(--surface);
  border-left: 3px solid var(--primary);
}

.contact-free-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.contact-free-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-free-list li {
  font-size: 14px;
  color: var(--muted);
  padding-left: 16px;
  position: relative;
}
.contact-free-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 0;
}

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(280px, 40vh, 500px);
  max-height: 64vh;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page-header > img:first-of-type,
.page-header-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(20,20,20,0.3) 0%,
    rgba(14,22,8,0.75) 100%
  );
}

.page-header-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-block: clamp(48px, 6vh, 80px);
}

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

.page-header-title, .page-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 16ch;
}

.page-header-sub, .page-sub {
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(255,255,255,0.78);
  margin-top: 16px;
  max-width: 52ch;
}

.page-header-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  list-style: none;
}

.page-header-chip {
  border: 1px solid rgba(255,255,255,0.4);
  padding: 6px 14px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

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

.services-feature-header {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  margin-bottom: 64px;
}

.services-feature-header-eyebrow { display: block; margin-bottom: 12px; }
.services-feature-header > p:not(.services-feature-header-eyebrow) {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.03em;
}

.feature-block {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 0;
  margin-bottom: 2px;
  min-height: 520px;
  border-bottom: 1px solid var(--border-ink);
}

.feature-block:nth-child(even) {
  grid-template-columns: 1fr 52%;
}
.feature-block:nth-child(even) .feature-block-photo { order: 2; }
.feature-block:nth-child(even) .feature-block-body { order: 1; }

.feature-block-photo {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.feature-block-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.feature-block-index {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.15);
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

.feature-block-body {
  padding: clamp(40px, 5vw, 72px);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.feature-block-eyebrow { display: block; }

.feature-block-body h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}

.feature-block-body p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

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

.feature-bullets li {
  font-size: 15px;
  color: var(--muted);
  padding-left: 20px;
  position: relative;
}
.feature-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .feature-block,
  .feature-block:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .feature-block-photo,
  .feature-block:nth-child(even) .feature-block-photo { order: -1; min-height: 280px; }
  .feature-block-body,
  .feature-block:nth-child(even) .feature-block-body { order: 1; }
}

/* Service nav strip */
.service-nav-strip {
  background: var(--ink);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: sticky;
  top: var(--header-height);
  z-index: 800;
}
.service-nav-strip::-webkit-scrollbar { display: none; }

.service-nav-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: flex;
  gap: 0;
}

.service-nav-link {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  padding: 16px 20px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 150ms, border-color 150ms;
  display: block;
}
.service-nav-link:hover {
  color: #fff;
  border-bottom-color: var(--primary);
  text-decoration: none;
}

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

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

.gallery-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery-headline-block .gallery-section-label {
  display: block;
  margin-bottom: 10px;
}

.gallery-h2 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.03em;
}

.gallery-count-badge {
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  align-self: flex-start;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.filter-btn {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 18px;
  border: 1px solid var(--border-ink);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-radius: 0;
  transition: background 180ms, color 180ms, border-color 180ms;
}
.filter-btn.active, .filter-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

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

.gallery-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--border-ink);
  overflow: hidden;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

.gallery-card.featured {
  grid-column: span 2;
}

.gallery-card-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.gallery-card.featured .gallery-card-photo { aspect-ratio: 16 / 9; }

.gallery-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease;
}
.gallery-card:hover .gallery-card-photo img { transform: scale(1.04); }

.gallery-card-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(20,20,20,0.5) 100%);
  z-index: 1;
}

.gallery-card-num {
  position: absolute;
  bottom: 12px;
  left: 14px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: rgba(255,255,255,0.7);
  z-index: 2;
  letter-spacing: 0.06em;
}

.gallery-card-cat {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 2;
}

.gallery-card-body {
  padding: 20px 22px;
  background: var(--canvas);
}

.gallery-card-body h3 {
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.gallery-card-location svg { width: 12px; height: 12px; }

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

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

.gallery-meta-item {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 4px 10px;
  border: 1px solid var(--border-ink);
}

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--ink);
  position: relative;
  overflow: hidden;
  padding-block: clamp(80px, 10vh, 140px);
}

.cta-banner > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.25;
  filter: grayscale(100%);
}

.cta-banner-bg {
  position: absolute; inset: 0; z-index: 0;
}

.cta-banner-inner {
  position: relative; z-index: 2;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.cta-banner-text .eyebrow { color: var(--primary-light); margin-bottom: 16px; display: block; }
.cta-banner-text > p:not(.eyebrow):not(.cta-sub):not(.cta-banner-sub) {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 24px;
}

.cta-banner-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
}

.cta-banner-eyebrow { color: var(--primary-light) !important; display: block; margin-bottom: 16px; }

.cta-banner-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
  line-height: 1.55;
}

.cta-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  margin-top: 20px;
}

.cta-banner-phone {
  font-family: 'Archivo Black', sans-serif;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 16px;
}
.cta-banner-phone:hover { color: var(--primary-light); text-decoration: none; }

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

.cta-banner-left { }
.cta-banner-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/* CTA form side */
.cta-form-side {
  background: var(--surface);
  padding: clamp(28px, 4vw, 48px);
}

.cta-form-side h3,
.cta-form-side > h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 24px;
}

.cta-form-side .form-field input,
.cta-form-side .form-field select,
.cta-form-side .form-field textarea {
  background: var(--canvas);
}

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

/* ============================================================
   ABOUT — FOUNDER STORY
   ============================================================ */
.founder-story {
  background: var(--surface);
  padding-block: clamp(96px, 12vh, 180px);
}

.founder-story-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.founder-portrait-col { position: relative; }
.founder-portrait-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.founder-portrait-caption {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
}

.founder-story-text .section-eyebrow { display: block; margin-bottom: 16px; }
.founder-story-text h2 {
  font-size: clamp(32px, 4.5vw, 60px);
  margin-bottom: 20px;
}
.founder-story-text p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 16.5px;
}

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

/* ============================================================
   ABOUT — VALUES
   ============================================================ */
.values-section {
  background: var(--canvas);
  padding-block: clamp(96px, 12vh, 180px);
}

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

.values-inner .section-eyebrow { display: block; margin-bottom: 12px; }

.section-headline {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 56px;
}

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

.value-card {
  padding: 36px 28px;
  background: var(--surface);
  border: 1px solid var(--border-ink);
  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.12);
}

.value-num {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  opacity: 0.25;
}

.value-card h3 {
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.value-body {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}

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

/* ============================================================
   ABOUT — TIMELINE
   ============================================================ */
.timeline-section {
  background: var(--surface);
  padding-block: clamp(96px, 12vh, 180px);
}

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

.timeline-inner .section-eyebrow { display: block; margin-bottom: 12px; }

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

.timeline-track::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--primary);
  opacity: 0.3;
}

.timeline-step {
  position: relative;
  padding-top: 40px;
}

.timeline-dot {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-dot-inner {
  width: 8px;
  height: 8px;
  background: var(--primary);
}

.timeline-year {
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 8px;
}

.timeline-step h3 {
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.timeline-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

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

/* ============================================================
   ABOUT — CREW
   ============================================================ */
.crew-section {
  background: var(--canvas);
  padding-block: clamp(96px, 12vh, 180px);
}

.crew-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.crew-inner .section-eyebrow { display: block; margin-bottom: 12px; }

.crew-img-wrap {
  margin-block: 40px;
  overflow: hidden;
  max-height: 500px;
}

.crew-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crew-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-block: 40px;
  border-top: 1px solid var(--border-ink);
  border-bottom: 1px solid var(--border-ink);
}

.crew-stat { text-align: left; }

.crew-stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--primary);
  display: block;
}

.crew-stat-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
  display: block;
}

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

/* ============================================================
   ABOUT — MAGAZINE ABOUT
   ============================================================ */
.about-magazine {
  background: var(--surface);
  padding-block: clamp(96px, 12vh, 180px);
}

.about-magazine-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.about-photo-stack {
  position: relative;
  min-height: 500px;
}

.about-photo-stack > img {
  width: 85%;
  max-height: 520px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.about-photo-accent-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 52%;
  background: var(--primary);
  z-index: 1;
}

.about-text-col .section-eyebrow { display: block; margin-bottom: 16px; }
.about-text-col h2 {
  font-size: clamp(32px, 4.5vw, 60px);
  margin-bottom: 24px;
}
.about-text-col p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 16.5px;
}
.about-text-col .btn { margin-top: 12px; }

@media (max-width: 900px) {
  .about-magazine-inner { grid-template-columns: 1fr; }
  .about-photo-stack { min-height: 320px; }
  .about-photo-stack > img { width: 90%; max-height: 360px; }
}

/* ============================================================
   CREDENTIALS
   ============================================================ */
.credentials-section {
  background: var(--canvas);
  padding-block: clamp(96px, 12vh, 180px);
}

.credentials-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}

.credentials-inner .section-eyebrow { display: block; margin-bottom: 12px; }

.credentials-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 48px;
}

.cred-badge {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border-ink);
  border-left: 3px solid var(--primary);
  transition: transform 250ms ease-out;
}
.cred-badge:hover { transform: translateY(-2px); }

.cred-badge-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 8px;
}

.cred-badge-value {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--ink);
  display: block;
  line-height: 1.2;
}

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

/* ============================================================
   CONTACT PAGE — SPLIT
   ============================================================ */
.contact-split {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 140px);
}

.contact-split-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-form-side h2,
.contact-form-heading {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.contact-form-intro {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 32px;
}

.contact-info-card {
  background: var(--surface);
  padding: 32px 28px;
  border-top: 3px solid var(--primary);
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.info-card-label {
  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: 12px;
}

.info-emergency-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 8px 14px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.info-emergency-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: pulse-dot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

.info-divider {
  border: none;
  border-top: 1px solid var(--border-ink);
  margin-block: 20px;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-block: 14px;
  border-bottom: 1px solid var(--border-ink);
}

.info-row:last-of-type { border-bottom: none; }

.info-row-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--primary);
  margin-top: 2px;
}

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

.info-row-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.info-row-value {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.45;
}

.info-hours-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-hours-row {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
}

.info-area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.info-area-pill {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid var(--border);
  color: var(--muted);
}

.info-emergency-block {
  margin-top: 20px;
  padding: 16px;
  background: rgba(78,104,42,0.08);
  border-left: 2px solid var(--primary);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.info-phone-link {
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}
.info-phone-link:hover { color: var(--primary-dark); text-decoration: none; }

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

/* ============================================================
   FREE ESTIMATES BOX
   ============================================================ */
.free-estimates-box {
  background: var(--surface);
  padding-block: clamp(64px, 8vh, 100px);
}

.free-estimates-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.free-est-heading {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-block: 12px 20px;
}

.free-est-body {
  font-size: 16.5px;
  color: var(--muted);
  line-height: 1.65;
}

.free-est-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.free-est-list li {
  font-size: 15px;
  color: var(--muted);
  padding-left: 20px;
  position: relative;
}
.free-est-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--primary);
}

.free-est-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
  opacity: 0.75;
}

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

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  padding-block: clamp(64px, 8vh, 100px) 0;
}

.footer-grid, .footer-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(48px, 6vh, 80px);
}

.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
  max-width: 26ch;
}
.footer-brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.01em;
}
.footer-brand-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  max-width: 26ch;
}

.footer-col-title, .footer-col-heading {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
  display: block;
}

.footer-col h4 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}

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

.footer-col-list a,
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col-list a:hover,
.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

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

.footer-cert-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 20px;
  margin-bottom: 8px;
}

.footer-cert-text {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-social-link, .footer-social a {
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: border-color 150ms, color 150ms;
}
.footer-social-link:hover, .footer-social a:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
  text-decoration: none;
}
.footer-social svg { width: 16px; height: 16px; }

.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: border-color 150ms, color 150ms;
}
.footer-socials a:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
  text-decoration: none;
}
.footer-socials svg { width: 16px; height: 16px; }

.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact a, .footer-phone-link {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 150ms;
}
.footer-contact a:hover, .footer-phone-link:hover {
  color: var(--primary-light);
  text-decoration: none;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.footer-contact-row svg { width: 16px; height: 16px; color: var(--primary-light); flex-shrink: 0; }
.footer-contact-row a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-contact-row a:hover { color: #fff; text-decoration: none; }

.footer-contact-items { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-item {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
.footer-contact-item strong { color: rgba(255,255,255,0.85); }
.footer-contact-item a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-contact-item a:hover { color: #fff; text-decoration: none; }

.footer-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.footer-areas span {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,0.12);
}

.footer-bottom {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
  padding-block: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-copyright, .footer-copy, .footer-legal, .footer-certs {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .footer-grid, .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .footer-grid, .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call-pill, .mobile-cta {
  display: flex;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
}

.mobile-call-pill a, .mobile-cta a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  color: #fff;
  text-decoration: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.mobile-call-pill a:hover, .mobile-cta a:hover {
  color: #fff;
  text-decoration: none;
}
.mobile-call-pill svg, .mobile-cta svg {
  width: 20px; height: 20px; flex-shrink: 0;
}

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

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms cubic-bezier(0.16,1,0.3,1), transform 600ms cubic-bezier(0.16,1,0.3,1);
}

.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 600ms cubic-bezier(0.16,1,0.3,1), transform 600ms cubic-bezier(0.16,1,0.3,1);
}

.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms cubic-bezier(0.16,1,0.3,1), transform 600ms cubic-bezier(0.16,1,0.3,1);
}

.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 600ms cubic-bezier(0.16,1,0.3,1), transform 600ms cubic-bezier(0.16,1,0.3,1);
}

.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms cubic-bezier(0.16,1,0.3,1), transform 500ms cubic-bezier(0.16,1,0.3,1);
}

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

.stagger.visible > * {
  opacity: 1;
  transform: none;
}
.stagger.visible > *:nth-child(1) { transition-delay: 0ms; }
.stagger.visible > *:nth-child(2) { transition-delay: 80ms; }
.stagger.visible > *:nth-child(3) { transition-delay: 160ms; }
.stagger.visible > *:nth-child(4) { transition-delay: 240ms; }
.stagger.visible > *:nth-child(5) { transition-delay: 320ms; }
.stagger.visible > *:nth-child(6) { transition-delay: 400ms; }
.stagger.visible > *:nth-child(7) { transition-delay: 480ms; }
.stagger.visible > *:nth-child(8) { transition-delay: 560ms; }
.stagger.visible > *:nth-child(9) { transition-delay: 640ms; }

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

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

/* ============================================================
   STATS
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  padding: 80px 0;
  text-align: center;
}

.stat-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
}

.stat-label {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
}

/* ============================================================
   PROCESS STRIP
   ============================================================ */
.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: 0;
}
.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
  font-family: 'Archivo', sans-serif;
}

/* ============================================================
   MISC HELPERS
   ============================================================ */
.highlight { color: var(--primary); }

.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;
}

/* cta-phone */
.cta-phone { }
.cta-phone-link {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  color: #fff;
  text-decoration: none;
}
.cta-phone-link:hover { color: var(--primary-light); text-decoration: none; }

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .footer-grid, .footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .about-magazine-inner { grid-template-columns: 1fr; }
  .credentials-band { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-track { grid-template-columns: repeat(2, 1fr); }
  .crew-meta { grid-template-columns: repeat(2, 1fr); }
  .footer-grid, .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 640px) {
  .hero-inner { min-height: 80vh; }
  .hero-title { font-size: clamp(48px, 14vw, 80px); }
  .service-panel { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-tile-tall { grid-row: span 1; aspect-ratio: 4 / 3; }
  .form-row { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .timeline-track { grid-template-columns: 1fr; }
  .crew-meta { grid-template-columns: repeat(2, 1fr); }
  .founder-story-inner { grid-template-columns: 1fr; }
  .about-magazine-inner { grid-template-columns: 1fr; }
  .footer-grid, .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .contact-split-inner { grid-template-columns: 1fr; }
  .free-estimates-inner { grid-template-columns: 1fr; }
}


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