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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #1C4424;
  --accent:         #2C5334;
  --canvas:         #FFFFFF;
  --surface:        #F7F4ED;
  --ink:            #141414;
  --muted:          #6B665C;
  --border:         rgba(28,68,36,0.18);
  --border-light:   rgba(0,0,0,0.08);
  --shadow-card:    0 12px 40px -12px rgba(0,0,0,0.14);
  --shadow-cta:     0 18px 40px -10px rgba(0,0,0,0.45);
  --radius:         0px;
  --header-height:  72px;
}
@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', 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 30%; 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 30%; 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; }
}

/* Headings inside anchors stay as headings */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* Cap unsized SVGs */
svg { max-width: 100%; }
.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; }
.nav-cta-icon { width: 18px; height: 18px; }
.gallery-card-badge svg, .gallery-card-location svg { width: 14px; height: 14px; }
.footer-contact-line svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-service svg { width: 16px; height: 16px; }
.mobile-call svg, .mobile-cta-pill svg, .mobile-sticky-cta svg, .mobile-cta svg { width: 20px; height: 20px; }
.free-est-badge svg { width: 18px; height: 18px; }
.btn-submit svg { width: 16px; height: 16px; }

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

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

/* ============================================================
   TYPOGRAPHY SCALE
   ============================================================ */
h1 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}
h2 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4.5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.025em;
}
h3 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.1;
  letter-spacing: -0.015em;
}
h4 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
p { line-height: 1.68; }
em { font-style: italic; }

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

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }
.wide-container { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }
.section-wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-primary-solid, .btn-cta-submit, .btn-submit,
.btn-service, .btn-white, .btn-outline, .btn-outline-dark,
.btn-inv-primary, .btn-inv-outline, .btn-phone,
.btn-cta-outline, .btn-cta-white, .btn-btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700; font-size: 14px;
  text-transform: uppercase; letter-spacing: 0.1em;
  padding: 18px 32px; border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer; transition: background 180ms, color 180ms, border-color 180ms, transform 150ms;
  text-decoration: none; white-space: nowrap;
}
.btn-primary, .btn-primary-solid, .btn-cta-submit, .btn-submit {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
.btn-primary:hover, .btn-primary-solid:hover, .btn-cta-submit:hover, .btn-submit:hover {
  background: var(--accent); border-color: var(--accent); color: #fff;
  text-decoration: none; transform: translateY(-1px);
}
.btn-outline, .btn-outline-dark {
  background: transparent; color: var(--ink); border-color: var(--ink);
}
.btn-outline:hover, .btn-outline-dark:hover {
  background: var(--ink); color: #fff; text-decoration: none;
}
.btn-white, .btn-cta-white, .btn-btn-white {
  background: #fff; color: var(--primary); border-color: #fff;
}
.btn-white:hover, .btn-cta-white:hover { background: var(--surface); text-decoration: none; }
.btn-inv-primary {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
.btn-inv-primary:hover { background: var(--accent); border-color: var(--accent); text-decoration: none; }
.btn-inv-outline {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.6);
}
.btn-inv-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); text-decoration: none; }
.btn-phone {
  background: transparent; color: var(--primary); border-color: var(--primary);
}
.btn-phone:hover { background: var(--primary); color: #fff; text-decoration: none; }
.btn-service {
  background: var(--primary); color: #fff; border-color: var(--primary);
  font-size: 12px; padding: 12px 20px; margin-top: 20px;
}
.btn-service:hover { background: var(--accent); border-color: var(--accent); text-decoration: none; }
.btn-cta-outline {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.6);
}
.btn-cta-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); text-decoration: none; }

/* ============================================================
   SCROLL PROGRESS BAR (JS target)
   ============================================================ */
/* already defined above */

/* ============================================================
   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 clamp(20px, 4vw, 48px);
  display: flex; align-items: center; gap: 32px;
}
.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px; max-width: 200px; }
.nav-pages {
  flex: 1;
  display: flex; justify-content: center; align-items: center;
  list-style: none; gap: 28px;
}
.nav-pages a {
  display: inline-block; padding: 6px 0;
  font-family: 'Archivo', sans-serif; font-weight: 500; font-size: 15px;
  color: var(--ink); text-decoration: none;
  transition: color 150ms;
}
.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;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: #fff;
  padding: 10px 20px; border-radius: 999px;
  font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 14px;
  text-decoration: none; white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.92); color: #fff; text-decoration: none; }
.nav-cta-text { }
.nav-toggle {
  display: none; background: transparent; border: none;
  color: var(--ink); font-size: 24px; width: 44px; height: 44px;
  cursor: pointer; align-items: center; justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .top-nav { gap: 12px; }
  .nav-toggle { display: flex; margin-left: auto; }
  .nav-pages {
    display: none; flex-direction: column; justify-content: flex-start;
    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); z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 17px; padding: 10px 0; border-bottom: 1px solid var(--border-light); width: 100%; }
  .nav-cta-text { display: none; }
  .nav-cta { padding: 10px 14px; }
}

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 92vh;
  display: flex; align-items: flex-end;
  background: var(--ink);
}
.hero-overlay {
  background: linear-gradient(
    to top,
    rgba(12,28,14,0.88) 0%,
    rgba(12,28,14,0.45) 50%,
    rgba(0,0,0,0.18) 100%
  );
}
.hero-inner {
  width: 100%; max-width: 1320px; margin: 0 auto;
  padding: clamp(48px, 6vw, 96px) clamp(20px, 4vw, 64px);
  padding-top: clamp(100px, 12vw, 160px);
}
.hero-eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--primary); background: rgba(28,68,36,0.18);
  display: inline-block; padding: 6px 12px; margin-bottom: 20px;
  border-left: 3px solid var(--primary);
}
.hero-title, .hero h1 {
  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: 16ch; margin-bottom: 24px;
}
.hero-sub {
  font-size: clamp(15px, 1.4vw, 18px); color: rgba(255,255,255,0.82);
  max-width: 48ch; margin-bottom: 36px; line-height: 1.6;
}
.hero-ctas {
  display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px;
}
.hero-ctas a {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 18px 32px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: all 180ms;
  border-radius: 0;
}
.hero-ctas a:first-child {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
.hero-ctas a:first-child:hover { background: var(--accent); border-color: var(--accent); text-decoration: none; transform: translateY(-1px); }
.hero-ctas a:last-child {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.55);
}
.hero-ctas a:last-child:hover { border-color: #fff; background: rgba(255,255,255,0.08); text-decoration: none; }
.hero-trust-chips {
  display: flex; flex-wrap: wrap; gap: 10px; list-style: none;
}
.trust-chip {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.9); border: 1px solid var(--primary);
  padding: 7px 14px; background: rgba(28,68,36,0.22);
}
.hero-ribbon {
  position: absolute; top: 28px; right: 28px; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  background: rgba(28,68,36,0.9); color: #fff;
  padding: 10px 18px;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  backdrop-filter: blur(8px);
}
.ribbon-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #5dbd6e;
  box-shadow: 0 0 0 0 rgba(93,189,110,0.5);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(93,189,110,0.5); }
  50% { box-shadow: 0 0 0 6px rgba(93,189,110,0); }
}
@media (max-width: 640px) {
  #hero.hero { min-height: 100svh; }
  .hero-title, .hero h1 { font-size: clamp(48px, 12vw, 80px); }
  .hero-ribbon { top: 16px; right: 16px; font-size: 10px; padding: 8px 12px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas a { text-align: center; justify-content: center; }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
#trust.trust-strip, .trust-strip {
  background: var(--surface);
  padding: clamp(32px, 4vh, 56px) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-strip-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center;
}
.trust-badge {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--ink); border: 1px solid var(--primary);
  padding: 9px 18px; background: var(--canvas);
  transition: background 180ms, color 180ms;
}
.trust-badge:hover { background: var(--primary); color: #fff; }

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

/* ============================================================
   SERVICES — EDITORIAL BENTO
   ============================================================ */
#services.services {
  background: var(--canvas);
  padding: clamp(96px, 12vh, 180px) 0;
}
.services-inner {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.services-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.services-header-left { }
.services-header > a {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--primary); text-decoration: none; border-bottom: 2px solid var(--primary);
  padding-bottom: 2px; flex-shrink: 0;
}
.services-header > a:hover { text-decoration: none; color: var(--accent); }
.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 3px;
}
/* Flagship card spans 2 columns × 2 rows */
.service-card.flagship {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  min-height: 540px;
}
/* Other 4 cards fill the right column */
.service-card:not(.flagship) {
  grid-column: 3;
  min-height: 200px;
}
/* 5th + 6th cards: bottom row */
.service-card:nth-child(5),
.service-card:nth-child(6) {
  grid-column: auto;
  grid-row: 2;
}
/* Re-place: 5 cards after flagship = cols 3 row 1-2, then cols 1-2 row 3 */
.services-bento .service-card:nth-child(2) { grid-column: 3; grid-row: 1; }
.services-bento .service-card:nth-child(3) { grid-column: 3; grid-row: 2; }
.services-bento .service-card:nth-child(4) { grid-column: 1; grid-row: 3; }
.services-bento .service-card:nth-child(5) { grid-column: 2; grid-row: 3; }
.services-bento .service-card:nth-child(6) { grid-column: 3; grid-row: 3; }
.service-card {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--ink);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  text-decoration: none;
  min-height: 240px;
}
.service-card > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: grayscale(20%) brightness(0.85);
  transition: transform 400ms ease-out, filter 400ms;
  max-height: none !important;
}
.service-card:hover > img { transform: scale(1.04); filter: grayscale(0%) brightness(0.75); }
.service-card:hover { transform: none; box-shadow: none; }
.sc-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(10,25,12,0.92) 0%, rgba(0,0,0,0.1) 60%);
  transition: opacity 300ms;
}
.service-card:hover .sc-overlay { opacity: 0.95; }
.sc-body {
  position: relative; z-index: 2;
  padding: clamp(20px, 3vw, 36px);
  display: flex; flex-direction: column; gap: 8px;
}
.sc-num {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(28px, 5vw, 72px); line-height: 1;
  color: var(--primary); opacity: 0.8;
}
.service-card.flagship .sc-num { font-size: clamp(48px, 7vw, 100px); }
.sc-body h3 {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  color: #fff; font-size: clamp(16px, 2.2vw, 24px);
  line-height: 1.05; letter-spacing: -0.01em;
}
.service-card.flagship .sc-body h3 { font-size: clamp(22px, 3vw, 36px); }
.sc-desc {
  font-size: clamp(13px, 1.2vw, 15px); color: rgba(255,255,255,0.78);
  line-height: 1.55; max-width: 48ch;
  opacity: 0; transform: translateY(8px);
  transition: opacity 300ms, transform 300ms;
}
.service-card.flagship .sc-desc { opacity: 1; transform: none; }
.service-card:hover .sc-desc { opacity: 1; transform: none; }
.sc-more {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--primary); display: inline-flex; align-items: center; gap: 6px;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .services-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .service-card.flagship { grid-column: 1 / 3; grid-row: auto; min-height: 360px; }
  .services-bento .service-card:nth-child(2) { grid-column: auto; grid-row: auto; }
  .services-bento .service-card:nth-child(3) { grid-column: auto; grid-row: auto; }
  .services-bento .service-card:nth-child(4) { grid-column: auto; grid-row: auto; }
  .services-bento .service-card:nth-child(5) { grid-column: auto; grid-row: auto; }
  .services-bento .service-card:nth-child(6) { grid-column: auto; grid-row: auto; }
  .service-card:not(.flagship) { min-height: 200px; }
}
@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card.flagship { grid-column: 1; min-height: 320px; }
  .services-bento .service-card:nth-child(n) { grid-column: 1; grid-row: auto; }
  .service-card:not(.flagship) { min-height: 180px; }
}

/* ============================================================
   GALLERY PREVIEW (index page)
   ============================================================ */
#gallery.gallery-preview {
  background: var(--surface);
  padding: clamp(96px, 12vh, 180px) 0;
}
.gallery-preview-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.gallery-header {
  margin-bottom: 56px;
}
.gallery-header h2 { color: var(--ink); }
.gallery-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  min-height: 520px;
}
.gallery-split-photo {
  position: relative; overflow: hidden; background: var(--ink);
}
.gallery-split-photo > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: grayscale(15%);
  transition: transform 500ms; max-height: none !important;
}
.gallery-split:hover .gallery-split-photo > img { transform: scale(1.03); }
.gallery-split-text {
  background: var(--ink); color: #fff;
  padding: clamp(40px, 6vw, 80px);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.gallery-big-num {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(72px, 12vw, 160px); line-height: 0.9;
  color: var(--primary); margin-bottom: 8px;
}
.gallery-big-label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.6); margin-bottom: 28px;
}
.gallery-split-headline {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(22px, 3vw, 36px); line-height: 1.05;
  letter-spacing: -0.02em; margin-bottom: 20px;
}
.gallery-split-body { font-size: 15px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 32px; }
.gallery-split-text a {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: #fff;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em;
  padding: 16px 28px; text-decoration: none; transition: background 180ms;
  align-self: flex-start;
}
.gallery-split-text a:hover { background: var(--accent); text-decoration: none; }
@media (max-width: 900px) {
  .gallery-split { grid-template-columns: 1fr; }
  .gallery-split-photo { min-height: 320px; }
}

/* ============================================================
   FAQ
   ============================================================ */
#faq.faq {
  background: var(--canvas);
  padding: clamp(96px, 12vh, 180px) 0;
}
.faq-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.faq-header { margin-bottom: 56px; }
.faq-header h2 { color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; }
.faq-col { }
details {
  border-bottom: 1px solid var(--border-light);
  padding: 18px 0;
}
details > summary {
  cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 600;
  font-size: 16px; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; color: var(--ink);
}
details > summary::-webkit-details-marker { display: none; }
details > summary .faq-chevron {
  color: var(--ink); flex-shrink: 0;
  transition: transform 200ms, color 200ms;
}
details[open] > summary .faq-chevron { transform: rotate(45deg); color: var(--primary); }
details > summary::after { display: none; }
.faq-answer {
  margin-top: 14px; font-size: 15px; color: var(--muted);
  line-height: 1.68; padding-right: 32px;
}
@media (max-width: 640px) {
  .faq-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   TEAM CTA (about-teaser on index)
   ============================================================ */
#about-teaser.team-cta {
  background: var(--primary);
  padding: clamp(96px, 12vh, 180px) 0;
}
.team-cta-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex; justify-content: space-between; align-items: center; gap: 48px;
}
.team-cta-copy { }
.team-cta-eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.6); margin-bottom: 16px;
}
.team-cta-headline {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(28px, 4vw, 60px); line-height: 1.0;
  letter-spacing: -0.025em; color: #fff; max-width: 20ch;
}
.team-cta-headline em { font-style: italic; color: rgba(255,255,255,0.75); }
.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; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 18px 32px; text-decoration: none; flex-shrink: 0;
  transition: background 180ms;
}
.team-cta-inner > a:hover { background: var(--surface); text-decoration: none; }
@media (max-width: 900px) {
  .team-cta-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   CONTACT (index page)
   ============================================================ */
#contact.contact {
  background: var(--surface);
  padding: clamp(96px, 12vh, 180px) 0;
}
.contact-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.contact-header { margin-bottom: 56px; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; }
/* Form side */
.contact-form form {
  display: flex; flex-direction: column; gap: 20px;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.form-row > div { display: flex; flex-direction: column; gap: 6px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-label, label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted);
}
.form-input, input[type="text"], input[type="email"], input[type="tel"],
input[type="phone"], select, textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid rgba(0,0,0,0.15); background: var(--canvas);
  font-family: 'Inter Tight', sans-serif; font-size: 15px;
  color: var(--ink); outline: none; border-radius: 0;
  transition: border-color 150ms;
  appearance: none;
}
.form-input:focus, input:focus, select:focus, textarea:focus {
  border-color: var(--primary); box-shadow: 0 0 0 3px rgba(28,68,36,0.1);
}
.form-textarea, textarea {
  min-height: 140px; resize: vertical;
}
.form-submit, .form-submit-row { margin-top: 8px; }
.contact-form button[type="submit"], .form-submit button {
  width: 100%; background: var(--primary); color: #fff;
  border: none; cursor: pointer;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 18px 32px; transition: background 180ms;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.contact-form button[type="submit"]:hover { background: var(--accent); }
/* Info side */
.contact-info { display: flex; flex-direction: column; gap: 32px; }
.info-block { }
.info-label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--primary); margin-bottom: 8px;
}
.info-value { font-size: 15px; color: var(--ink); line-height: 1.6; }
.phone-alt {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(22px, 3vw, 36px); letter-spacing: -0.02em;
  color: var(--primary);
}
.phone-alt a { color: inherit; }
.phone-alt a:hover { text-decoration: none; color: var(--accent); }
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer, .site-footer {
  background: var(--ink); color: rgba(255,255,255,0.75);
  padding: clamp(64px, 8vh, 120px) 0 0;
}
.footer-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px; padding-bottom: 64px;
}
.footer-logo img, .footer-brand img { max-height: 40px !important; margin-bottom: 20px; }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 24px; line-height: 1.6; }
.footer-brand-name {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: 18px; color: #fff; margin-bottom: 6px;
}
.footer-col-title, .footer-col-heading, .footer-col-label, .footer-grid > div > h4 {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45); margin-bottom: 16px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links li a, .footer-links a {
  font-size: 14px; color: rgba(255,255,255,0.65); text-decoration: none;
  transition: color 150ms;
}
.footer-links li a:hover, .footer-links a:hover { color: #fff; text-decoration: none; }
.footer-contact-line {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.65);
  margin-bottom: 10px;
}
.footer-contact-line a { color: inherit; }
.footer-contact-line a:hover { color: #fff; text-decoration: none; }
.footer-contact-item {
  display: flex; flex-direction: column; gap: 2px; margin-bottom: 12px;
}
.footer-contact-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.4); font-family: 'Archivo', sans-serif; font-weight: 700;
}
.footer-contact-val { font-size: 14px; color: rgba(255,255,255,0.65); }
.footer-contact-item a { color: rgba(255,255,255,0.65); }
.footer-contact-item a:hover { color: #fff; text-decoration: none; }
address { font-style: normal; }
.footer-phone-link { color: rgba(255,255,255,0.65); }
.footer-phone-link:hover { color: #fff; text-decoration: none; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 24px 0; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-copy, .footer-lic { font-size: 13px; color: rgba(255,255,255,0.4); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 13px; color: rgba(255,255,255,0.4); }
.footer-legal a:hover { color: rgba(255,255,255,0.75); text-decoration: none; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: 50vh; max-height: 64vh;
  display: flex; align-items: flex-end;
  background: var(--ink);
}
.page-header > img {
  filter: brightness(0.6);
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.2) 100%);
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1320px; margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 64px);
  width: 100%;
}
.page-header-eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--primary); margin-bottom: 16px; display: block;
}
.page-header-inner h1 {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(40px, 6vw, 88px); line-height: 0.96;
  letter-spacing: -0.03em; color: #fff; max-width: 16ch;
}
.page-header-sub {
  font-size: 17px; color: rgba(255,255,255,0.75);
  margin-top: 16px; max-width: 56ch; line-height: 1.6;
}
.page-header-title { color: #fff; }

/* ============================================================
   SERVICE FEATURE (services.html)
   ============================================================ */
.service-feature {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.service-feature.alt { background: var(--surface); }
.service-feature-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.service-feature-grid.reverse { direction: rtl; }
.service-feature-grid.reverse > * { direction: ltr; }
.service-photo-wrap {
  position: relative; overflow: hidden; background: var(--ink);
  aspect-ratio: 4/3;
}
.service-photo-wrap > img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(10%); max-height: none !important;
  transition: transform 400ms;
}
.service-photo-wrap:hover > img { transform: scale(1.03); }
.service-photo-index {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: 72px; line-height: 1; color: rgba(255,255,255,0.15);
  pointer-events: none;
}
.service-body { display: flex; flex-direction: column; gap: 16px; }
.service-eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--primary); border-left: 3px solid var(--primary); padding-left: 12px;
}
.service-body h2 { color: var(--ink); }
.service-body p { font-size: 15.5px; color: var(--muted); line-height: 1.7; }
.service-features-list {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
  padding-left: 0;
}
.service-features-list li {
  font-size: 14px; color: var(--ink); display: flex; align-items: flex-start; gap: 10px;
}
.service-features-list li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary); flex-shrink: 0; margin-top: 7px;
}
@media (max-width: 900px) {
  .service-feature-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-feature-grid.reverse { direction: ltr; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--primary);
  padding: clamp(80px, 10vh, 140px) 0;
}
.cta-banner-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.cta-banner-eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.55); margin-bottom: 16px; display: block;
}
.cta-banner-left h2, .cta-banner-text h2 {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(28px, 4vw, 60px); line-height: 1.0; letter-spacing: -0.025em;
  color: #fff;
}
.cta-banner-left h2 em, .cta-banner-text h2 em { font-style: italic; }
.cta-banner-sub { font-size: 16px; color: rgba(255,255,255,0.75); margin-top: 16px; line-height: 1.6; }
.cta-banner-chips {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px;
}
.cta-chip {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.3);
  padding: 7px 14px;
}
.cta-banner-actions {
  display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px;
}
/* Right side form */
.cta-form { display: flex; flex-direction: column; gap: 14px; }
.cta-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cta-form input, .cta-form textarea, .cta-form select {
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  color: #fff; padding: 14px 16px; font-family: 'Inter Tight', sans-serif;
  font-size: 15px; outline: none; border-radius: 0;
}
.cta-form input::placeholder, .cta-form textarea::placeholder { color: rgba(255,255,255,0.5); }
.cta-form input:focus, .cta-form textarea:focus {
  border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.18);
}
.cta-form textarea { min-height: 120px; resize: vertical; }
.cta-form button[type="submit"] {
  background: #fff; color: var(--primary);
  border: none; cursor: pointer;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 18px 32px; transition: background 180ms;
}
.cta-form button[type="submit"]:hover { background: var(--surface); }
.cta-btn-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
/* Phone blocks in CTA */
.cta-phone-block { margin-bottom: 20px; }
.cta-phone-label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.55); display: block; margin-bottom: 6px;
}
.cta-phone-num {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(20px, 2.5vw, 32px); color: #fff; letter-spacing: -0.02em;
}
.cta-phone-link { color: #fff; text-decoration: none; }
.cta-phone-link:hover { color: rgba(255,255,255,0.8); text-decoration: none; }
.cta-phone-label-display { color: rgba(255,255,255,0.6); font-size: 13px; margin-top: 4px; }
.phone-big { font-family: 'Archivo Black', sans-serif; font-weight: 900; font-size: clamp(22px, 3vw, 40px); color: #fff; }
.phone-display { color: rgba(255,255,255,0.7); font-size: 14px; }
@media (max-width: 900px) {
  .cta-banner-inner { grid-template-columns: 1fr; }
  .cta-form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   GALLERY SECTION (gallery.html)
   ============================================================ */
#portfolio.gallery-section {
  background: var(--canvas);
  padding: clamp(80px, 10vh, 140px) 0;
}
.gallery-section-inner {
  max-width: 1440px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.gallery-header-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 36px; flex-wrap: wrap; gap: 16px;
}
.gallery-heading-block { }
.gallery-heading-block h2 { color: var(--ink); }
.gallery-count {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--muted);
}
.gallery-visible-count {
  font-family: 'Archivo', sans-serif; font-weight: 500;
  font-size: 14px; color: var(--muted); margin-bottom: 24px;
}
/* Filters */
.gallery-filters {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px;
}
.gallery-filters button, .filter-pill {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em;
  padding: 9px 18px; border: 1px solid var(--border-light);
  background: var(--canvas); color: var(--muted); cursor: pointer;
  transition: all 150ms; border-radius: 0;
}
.gallery-filters button:hover, .filter-pill:hover { border-color: var(--primary); color: var(--primary); }
.gallery-filters button.active, .filter-pill.active {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
/* Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.gallery-card {
  position: relative; overflow: hidden; background: var(--ink);
  aspect-ratio: 4/3; cursor: pointer;
}
.gallery-card.featured { grid-column: span 2; }
.gallery-card > img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(20%) brightness(0.9);
  transition: transform 400ms, filter 400ms;
  max-height: none !important;
}
.gallery-card:hover > img { transform: scale(1.04); filter: grayscale(0%) brightness(0.75); }
.gallery-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.05) 60%);
  opacity: 0; transition: opacity 300ms;
}
.gallery-card:hover .gallery-card-overlay { opacity: 1; }
.gallery-card-body {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 20px; transform: translateY(8px);
  opacity: 0; transition: opacity 300ms, transform 300ms;
}
.gallery-card:hover .gallery-card-body { opacity: 1; transform: none; }
.gallery-card-body h3 {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(14px, 1.5vw, 18px); color: #fff;
  margin-bottom: 6px; line-height: 1.1;
}
.gallery-card-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em;
  background: var(--primary); color: #fff; padding: 4px 10px;
}
.gallery-card-num {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: 28px; color: rgba(255,255,255,0.18); line-height: 1;
}
.gallery-card-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: 'Archivo', sans-serif; font-weight: 600;
  font-size: 11px; color: rgba(255,255,255,0.75);
  background: rgba(28,68,36,0.75); padding: 3px 8px; margin-bottom: 4px;
}
.gallery-card-location {
  display: flex; align-items: center; gap: 4px;
  font-size: 12px; color: rgba(255,255,255,0.6);
}
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card.featured { grid-column: span 2; }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.featured { grid-column: span 2; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
/* Founder story */
.founder-story {
  background: var(--canvas);
  padding: clamp(96px, 12vh, 180px) 0;
}
.founder-story-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
  display: grid; grid-template-columns: 360px 1fr; gap: 80px; align-items: start;
}
.founder-portrait-col { position: sticky; top: calc(var(--header-height) + 32px); }
.founder-portrait-col > img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: grayscale(20%); max-height: none !important;
}
.founder-portrait-caption {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--muted); margin-top: 14px;
}
.founder-text-col { }
.founder-body { display: flex; flex-direction: column; gap: 24px; margin-top: 24px; }
.founder-body p { font-size: 16.5px; color: var(--muted); line-height: 1.7; }
blockquote.founder-pull-quote {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(20px, 2.5vw, 30px); line-height: 1.15;
  letter-spacing: -0.02em; color: var(--ink);
  border-left: 4px solid var(--primary); padding-left: 28px;
  margin: 12px 0;
}
@media (max-width: 900px) {
  .founder-story-inner { grid-template-columns: 1fr; gap: 40px; }
  .founder-portrait-col { position: static; }
}

/* Values section */
.values-section {
  background: var(--surface);
  padding: clamp(96px, 12vh, 180px) 0;
}
.values-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.values-header { margin-bottom: 56px; }
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
}
.value-card {
  background: var(--canvas); padding: 40px 32px;
  display: flex; flex-direction: column; gap: 16px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.value-num {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: clamp(48px, 6vw, 80px); line-height: 1;
  color: var(--primary); opacity: 0.6;
}
.value-card h3 { font-size: clamp(16px, 1.8vw, 22px); color: var(--ink); }
.value-card p { font-size: 14.5px; color: var(--muted); line-height: 1.65; }
@media (max-width: 900px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* Timeline section */
.timeline-section {
  background: var(--canvas);
  padding: clamp(96px, 12vh, 180px) 0;
}
.timeline-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.timeline-header { margin-bottom: 56px; }
.timeline-track {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  position: relative;
}
.timeline-track::before {
  content: ''; position: absolute;
  top: 20px; left: 0; right: 0; height: 1px;
  background: var(--border); z-index: 0;
}
.timeline-step {
  padding: 0 24px 0 0; position: relative; z-index: 1;
}
.timeline-dot {
  width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid var(--primary); background: var(--canvas);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.timeline-dot span {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--primary);
}
.timeline-step-label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--primary); margin-bottom: 8px;
}
.timeline-step h3 { font-size: clamp(16px, 1.8vw, 22px); color: var(--ink); margin-bottom: 8px; }
.timeline-step p { font-size: 14px; color: var(--muted); line-height: 1.6; }
@media (max-width: 900px) {
  .timeline-track { grid-template-columns: 1fr 1fr; }
  .timeline-track::before { display: none; }
}
@media (max-width: 640px) {
  .timeline-track { grid-template-columns: 1fr; }
}

/* Crew strip */
.crew-strip {
  background: var(--surface);
  padding: clamp(96px, 12vh, 180px) 0;
}
.crew-strip-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.crew-header { margin-bottom: 56px; }
.crew-photos {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
}
.crew-photo-item { position: relative; overflow: hidden; background: var(--ink); }
.crew-photo-item > img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: grayscale(25%) brightness(0.9);
  transition: filter 350ms, transform 350ms;
  max-height: none !important;
}
.crew-photo-item:hover > img { filter: grayscale(0%) brightness(1); transform: scale(1.02); }
.crew-photo-label {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
  padding: 28px 20px 16px;
}
.crew-photo-label span {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.9);
}
@media (max-width: 640px) {
  .crew-photos { grid-template-columns: 1fr 1fr; }
}

/* About editorial */
.about-editorial {
  background: var(--primary);
  padding: clamp(80px, 10vh, 140px) 0;
}
.about-editorial-inner {
  max-width: 900px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}
.about-editorial-inner h2 {
  color: #fff; margin-bottom: 24px;
}
.about-editorial-inner p {
  font-size: 16.5px; color: rgba(255,255,255,0.78); line-height: 1.7;
  margin-bottom: 20px;
}
.about-bridge { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
  background: var(--canvas);
  padding: clamp(96px, 12vh, 180px) 0;
}
.contact-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: start;
}
.contact-form-label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--primary); display: block; margin-bottom: 12px;
}
.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.025em;
  color: var(--ink); margin-bottom: 16px;
}
.contact-form-sub { font-size: 15px; color: var(--muted); margin-bottom: 36px; line-height: 1.6; }
.contact-form {
  display: flex; flex-direction: column; gap: 20px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group-full { grid-column: 1 / -1; }
.form-submit-row {
  display: flex; align-items: center; gap: 20px; margin-top: 8px;
}
.btn-submit {
  background: var(--primary); color: #fff; border: none; cursor: pointer;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 18px 40px; display: inline-flex; align-items: center; gap: 10px;
  transition: background 180ms;
}
.btn-submit:hover { background: var(--accent); }
.form-note { font-size: 12px; color: var(--muted); }
/* Contact info card */
.contact-info-card {
  background: var(--surface); padding: 40px;
  display: flex; flex-direction: column; gap: 24px;
  position: sticky; top: calc(var(--header-height) + 32px);
}
.info-card-label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--primary); margin-bottom: 4px;
}
.info-card-business {
  font-family: 'Archivo Black', sans-serif; font-weight: 900;
  font-size: 20px; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 8px;
}
.info-block-label {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--muted); margin-bottom: 6px;
}
.info-block a { color: var(--primary); font-weight: 600; }
.info-block a:hover { color: var(--accent); text-decoration: none; }
.service-area-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.area-pill {
  font-family: 'Archivo', sans-serif; font-weight: 600;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink); border: 1px solid var(--border); padding: 4px 10px;
  background: var(--canvas);
}
.free-est-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: #fff;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  padding: 12px 20px; text-decoration: none; margin-top: 8px; align-self: flex-start;
}
.free-est-badge:hover { background: var(--accent); text-decoration: none; color: #fff; }
select#f-service {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%236B665C' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat; background-position: right 12px center;
  background-size: 12px; padding-right: 36px;
}
@media (max-width: 900px) {
  .contact-inner { grid-template-columns: 1fr; }
  .contact-info-card { position: static; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call, .mobile-cta, .mobile-cta-sticky, .mobile-sticky-cta {
  position: fixed; bottom: 18px; right: 18px; z-index: 999;
  display: flex;
}
.mobile-call > a, .mobile-cta > a, .mobile-cta-pill,
.mobile-sticky-cta > a, .mobile-cta-sticky > a {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--primary); color: #fff;
  padding: 14px 22px; border-radius: 999px;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: background 180ms, transform 150ms;
}
.mobile-call > a:hover, .mobile-cta > a:hover, .mobile-cta-pill:hover,
.mobile-sticky-cta > a:hover { background: var(--accent); transform: translateY(-2px); text-decoration: none; color: #fff; }
@media (min-width: 900px) {
  .mobile-call, .mobile-cta, .mobile-cta-sticky, .mobile-sticky-cta { display: none; }
}

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

/* ============================================================
   MISC UTILITIES
   ============================================================ */
.section-sub { font-size: 16px; color: var(--muted); margin-top: 12px; max-width: 52ch; line-height: 1.6; }
.section-title { color: var(--ink); }

/* Prevent any flip transform from mirroring text */
.reverse { direction: rtl; }
.reverse > * { direction: ltr; }


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.gallery-split-photo { grid-column: 1 / -1; }
.gallery-split-text { grid-column: 1 / -1; }
.faq-col { grid-column: 1 / -1; }
.contact-grid { grid-column: 1 / -1; }
.service-photo-wrap { grid-column: 1 / -1; }
.service-body { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.footer-col { 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; }
