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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #a68530;
  --primary-dark:   #8a6d24;
  --primary-light:  #c9a84c;
  --accent:         #a68530;
  --canvas:         #FFFFFF;
  --surface:        #F7F4ED;
  --surface-2:      #EDE9DF;
  --ink:            #141414;
  --ink-mid:        #3a3730;
  --muted:          #6B665C;
  --border:         rgba(166,133,48,0.22);
  --border-ink:     rgba(20,20,20,0.10);
  --overlay-dark:   rgba(10,8,4,0.72);
  --shadow-card:    0 8px 32px -8px rgba(20,20,20,0.14);
  --shadow-lift:    0 18px 48px -16px rgba(20,20,20,0.22);
  --header-height:  72px;
  --radius:         0px;
  --section-y:      clamp(96px, 12vh, 180px);
  --max-w:          1440px;
  --wide-w:         1400px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

/* ============================================================
   GLOBAL SMOOTH SCROLL + SCROLL PADDING
   ============================================================ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

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

/* ============================================================
   HEADING ANCHOR RESET
   ============================================================ */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

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

body {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 1.68;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}

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

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

ul { list-style: none; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.wide-container {
  max-width: var(--wide-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}

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

/* ============================================================
   EYEBROW / LABEL
   ============================================================ */
.eyebrow,
.section-eyebrow,
.service-block-eyebrow,
.page-header-eyebrow,
.ph-eyebrow,
.hero-eyebrow,
.cta-banner-eyebrow,
.gallery-feature-label,
.gallery-meta,
.contact-form-title,
.info-card-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-submit,
.btn-form,
.btn-service,
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: filter 180ms, transform 140ms, box-shadow 180ms;
  white-space: nowrap;
  line-height: 1;
}
.btn-primary,
.btn-submit,
.btn-form,
.btn-service {
  background: var(--primary);
  color: #fff;
}
.btn-primary:hover,
.btn-submit:hover,
.btn-form:hover,
.btn-service:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px rgba(166,133,48,0.45);
  color: #fff;
  text-decoration: none;
}
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-dark:hover {
  filter: brightness(1.15);
  color: #fff;
  text-decoration: none;
}
.btn-ghost,
.btn-outline-gold,
.btn-outline-light,
.btn-ink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  transition: background 180ms, color 180ms, border-color 180ms;
  white-space: nowrap;
  line-height: 1;
}
.btn-ghost,
.btn-outline-gold {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}
.btn-ghost:hover,
.btn-outline-gold:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}
.btn-outline-light {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.btn-ink {
  background: var(--ink);
  border: 2px solid var(--ink);
  color: #fff;
}
.btn-ink:hover {
  background: transparent;
  color: var(--ink);
  text-decoration: none;
}
.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 18px 32px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: var(--radius);
  transition: border-color 180ms, background 180ms;
}
.btn-phone:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================================
   SVG SIZE CAP
   ============================================================ */
svg { max-width: 100%; }
.trust-badge svg,
.contact-info-group svg,
.footer-contact-item svg,
.gallery-card-loc svg,
.service-block-features svg,
.cta-phone-link svg,
.mobile-call-pill svg,
.mobile-cta-sticky svg,
.mobile-call svg,
.mobile-call-link svg,
.mobile-sticky-cta svg,
.nav-cta svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.review-stars svg { width: 18px; height: 18px; }

/* ============================================================
   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-inline: auto;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 180px !important;
}
.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  padding: 0; margin: 0;
  list-style: none;
}
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover { color: var(--primary); text-decoration: none; }
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
}
.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #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: filter 180ms;
}
.nav-cta:hover { filter: brightness(0.9); color: #fff; text-decoration: none; }
.nav-cta svg { width: 18px; height: 18px; flex-shrink: 0; }
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 26px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 899px) {
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    gap: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    z-index: 900;
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 16px; padding: 10px 0; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 10px 14px; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}
.hero > img:first-of-type,
.hero-bg {
  filter: brightness(0.75);
}
.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(10,8,4,0.10) 0%,
    rgba(10,8,4,0.28) 40%,
    rgba(14,10,2,0.78) 100%
  );
}
.hero-ribbon {
  position: absolute;
  top: 40px;
  right: clamp(20px, 4vw, 60px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(20,20,20,0.75);
  backdrop-filter: blur(8px);
  border: 1px solid var(--primary);
  padding: 10px 18px;
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.ribbon-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  animation: pulse-dot 1.8s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.35); }
}
.hero-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  padding-bottom: clamp(60px, 8vh, 100px);
  padding-top: clamp(60px, 8vh, 100px);
  width: 100%;
}
.hero-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  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-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  max-width: 52ch;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0; margin: 0;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border: 1px solid var(--primary);
  background: rgba(20,20,20,0.45);
  backdrop-filter: blur(6px);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  border-radius: 0;
}
.trust-chip svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee,
.marquee-strip {
  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:hover .marquee-track,
.marquee-strip:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-item {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(12px, 1.4vw, 16px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
  flex-shrink: 0;
}
.marquee-item::before {
  content: '—';
  color: var(--primary);
  margin-right: 48px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  padding: 48px 0;
}
.trust-strip-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  border: 1px solid var(--border);
  background: var(--canvas);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  flex: 1 1 auto;
  min-width: 180px;
  max-width: 280px;
}
.trust-badge svg { width: 22px; height: 22px; color: var(--primary); flex-shrink: 0; }

/* ============================================================
   SERVICES (index.html tabbed panel)
   ============================================================ */
.services {
  background: var(--canvas);
  padding-block: var(--section-y);
}
.services-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.services-inner > h2,
.services-inner .section-title {
  font-size: clamp(36px, 5vw, 72px);
  margin-bottom: 40px;
  max-width: 22ch;
}
.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.service-tab {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid var(--border-ink);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-radius: 0;
  transition: background 160ms, color 160ms, border-color 160ms;
}
.service-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: transparent;
}
.service-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.services-panels {
  min-height: 480px;
}
.service-panel {
  display: none;
  grid-template-columns: 45% 1fr;
  gap: 0;
  min-height: 480px;
}
.service-panel.active {
  display: grid;
}
.service-panel-img {
  overflow: hidden;
  height: 480px;
  position: relative;
}
.service-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
}
.service-panel-body {
  background: var(--surface);
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.service-panel-num {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 1;
  color: var(--primary);
  opacity: 0.22;
  margin-bottom: 4px;
  letter-spacing: -0.04em;
}
.service-panel-body h3 {
  font-size: clamp(22px, 2.5vw, 36px);
  margin-bottom: 18px;
  line-height: 1.05;
}
.service-panel-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-mid);
  margin-bottom: 12px;
}
.service-panel-cta {
  margin-top: 24px;
}
@media (max-width: 899px) {
  .service-panel.active { grid-template-columns: 1fr; }
  .service-panel-img { height: 280px; }
  .services-panels { min-height: auto; }
}

/* ============================================================
   GALLERY PREVIEW (index.html)
   ============================================================ */
.gallery-preview {
  background: var(--surface);
  padding-block: var(--section-y);
}
.gallery-preview-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.gallery-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.gallery-preview-header h2 {
  font-size: clamp(32px, 4vw, 56px);
}
.gallery-preview-header a {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
}
.gallery-feature-wrap {
  position: relative;
  overflow: hidden;
  height: clamp(320px, 50vw, 640px);
}
.gallery-feature-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  position: absolute;
  inset: 0;
}
.gallery-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,8,4,0.72) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 32px;
  z-index: 2;
}
.gallery-view-link {
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
  display: inline-block;
}

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  background: var(--canvas);
  padding-block: var(--section-y);
}
.service-areas-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.service-areas-inner .section-title,
.service-areas-inner h2 {
  font-size: clamp(32px, 4vw, 60px);
  margin-bottom: 16px;
}
.areas-intro { font-size: 16px; color: var(--muted); margin-top: 8px; }
.areas-pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.area-pill {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid var(--border);
  background: transparent;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  border-radius: 0;
  transition: border-color 150ms, background 150ms, color 150ms;
}
.area-pill:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}
.areas-cta-note {
  margin-top: 24px;
  font-size: 14px;
  color: var(--muted);
}
.areas-cta-note a { color: var(--primary); font-weight: 700; }
@media (max-width: 799px) {
  .service-areas-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   TEAM CTA BAND
   ============================================================ */
.team-cta-band {
  background: var(--ink);
  padding: 48px 0;
}
.team-cta-band-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.team-cta-text {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 2.5vw, 32px);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}
.team-cta-text em {
  font-style: normal;
  color: var(--primary);
}
.team-cta-band-inner a {
  flex-shrink: 0;
}

/* ============================================================
   CONTACT (index.html)
   ============================================================ */
.contact {
  background: var(--surface);
  padding-block: var(--section-y);
}
.contact-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.contact-inner .section-title,
.contact-inner h2 { font-size: clamp(28px, 3.5vw, 52px); margin-bottom: 32px; }
@media (max-width: 899px) {
  .contact-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   CONTACT SPLIT (contact.html)
   ============================================================ */
.contact-split {
  background: var(--canvas);
  padding-block: var(--section-y);
}
.contact-split-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.contact-form-wrap h2 { font-size: clamp(28px, 3vw, 44px); margin-bottom: 8px; }
.contact-info-card {
  background: var(--surface);
  padding: 36px 32px;
  border-top: 3px solid var(--primary);
}
.info-card-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 20px;
  text-transform: none;
}
.info-divider {
  height: 1px;
  background: var(--border-ink);
  margin: 20px 0;
}
.info-block { margin-bottom: 16px; }
.info-block-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}
.info-block-value {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.info-block-value a { color: var(--primary); font-weight: 600; }
.info-phone-link {
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.info-phone-link:hover { color: var(--primary); text-decoration: none; }
.service-area-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
@media (max-width: 899px) {
  .contact-split-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   CONTACT INFO COL (index.html)
   ============================================================ */
.contact-info-col {
  background: var(--canvas);
  padding: 36px 32px;
  border-top: 3px solid var(--primary);
}
.contact-info-heading {
  font-size: clamp(22px, 2.5vw, 36px);
  margin-bottom: 28px;
  line-height: 1.05;
}
.contact-info-group {
  margin-bottom: 20px;
}
.contact-info-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
}
.contact-info-val {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.55;
}
.contact-info-group a {
  color: var(--ink);
  font-weight: 600;
  display: block;
  font-size: 15px;
}
.contact-info-group a:hover { color: var(--primary); }
.contact-phone-big {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: -0.02em;
}
.contact-emergency {
  margin-top: 24px;
  padding: 16px;
  background: var(--surface);
  border-left: 3px solid var(--primary);
  font-size: 14px;
  color: var(--ink-mid);
}

/* ============================================================
   FORMS
   ============================================================ */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field,
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-label, label.form-label, label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.form-input, input.form-input,
input[type="text"], input[type="email"], input[type="tel"], input[type="phone"],
select.form-select, select,
textarea, textarea.form-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 160ms;
  outline: none;
  appearance: none;
}
.form-input:focus, input:focus, select:focus, textarea:focus {
  border-color: var(--primary);
}
textarea, textarea.form-textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}
.form-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.btn-submit, button[type="submit"] {
  align-self: flex-start;
}
@media (max-width: 639px) {
  .form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(240px, 36vh, 480px);
  max-height: 64vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}
.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,8,4,0.25) 0%, rgba(10,8,4,0.72) 100%);
  z-index: 1;
  pointer-events: none;
}
.page-header-inner {
  position: relative;
  z-index: 2;
  padding: clamp(32px, 6vw, 72px) clamp(20px, 4vw, 64px);
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
}
.page-header-inner h1 {
  font-size: clamp(40px, 6vw, 96px);
  color: #fff;
  line-height: 0.96;
  letter-spacing: -0.03em;
  max-width: 20ch;
}
.ph-eyebrow,
.page-header-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}
.page-header-sub {
  margin-top: 12px;
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  max-width: 52ch;
}

/* ============================================================
   SERVICES FEATURE BLOCKS (services.html)
   ============================================================ */
.services-feature {
  padding-block: var(--section-y);
  background: var(--canvas);
}
.service-block {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: clamp(60px, 8vw, 120px);
  align-items: stretch;
}
.service-block:nth-child(even) { direction: rtl; }
.service-block:nth-child(even) > * { direction: ltr; }
.service-block-photo {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.service-block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  position: absolute;
  inset: 0;
}
.service-index-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.04em;
  pointer-events: none;
}
.service-block-body {
  background: var(--surface);
  padding: clamp(40px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-block-body h2 {
  font-size: clamp(24px, 3vw, 42px);
  margin-bottom: 20px;
  line-height: 1.05;
}
.service-block-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-mid);
  margin-bottom: 12px;
}
.service-block-features {
  list-style: none;
  padding: 0;
  margin: 16px 0 28px;
}
.service-block-features li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-ink);
  font-size: 14px;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-block-features li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary);
  flex-shrink: 0;
  border-radius: 0;
}
.btn-service svg { width: 16px; height: 16px; }
@media (max-width: 899px) {
  .service-block { grid-template-columns: 1fr; direction: ltr; }
  .service-block:nth-child(even) { direction: ltr; }
  .service-block-photo { min-height: 280px; position: relative; height: 280px; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  padding-block: clamp(64px, 9vw, 120px);
}
.cta-banner > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cta-banner-overlay {
  position: absolute; inset: 0;
  background: rgba(10,8,4,0.82);
  z-index: 1;
}
.cta-banner-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.cta-banner-left h2,
.cta-banner-h2 {
  font-size: clamp(32px, 4.5vw, 68px);
  color: #fff;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.cta-banner-left h2 span,
.cta-banner-h2 span,
.gold { color: var(--primary); }
.cta-banner-left p,
.cta-banner-sub {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  margin-bottom: 24px;
  max-width: 48ch;
}
.cta-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-family: 'Archivo Black', sans-serif;
  font-size: 20px;
  letter-spacing: -0.01em;
  text-decoration: none;
  margin-top: 16px;
}
.cta-phone-link:hover { color: var(--primary-light); text-decoration: none; }
.cta-banner-form {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 36px 32px;
}
.cta-banner-form h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 24px;
}
.cta-banner-form .form-label,
.cta-banner-form label {
  color: rgba(255,255,255,0.65);
}
.cta-banner-form input,
.cta-banner-form select,
.cta-banner-form textarea {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
.cta-banner-form input:focus,
.cta-banner-form select:focus,
.cta-banner-form textarea:focus {
  border-color: var(--primary);
}
.cta-banner-form input::placeholder,
.cta-banner-form textarea::placeholder { color: rgba(255,255,255,0.35); }
.cta-banner-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-pair {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cta-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.cta-banner-eyebrow { color: var(--primary); }
.cta-banner-phone {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
@media (max-width: 899px) {
  .cta-banner-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   GALLERY FULL (gallery.html)
   ============================================================ */
.gallery-full {
  background: var(--canvas);
  padding-block: var(--section-y);
}
.gallery-full-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.gallery-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.gallery-header-row h2 { font-size: clamp(28px, 4vw, 56px); }
.gallery-meta {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.filter-btn {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 18px;
  border: 1px solid var(--border-ink);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-radius: 0;
  transition: background 160ms, color 160ms, border-color 160ms;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.gallery-card {
  background: var(--canvas);
  overflow: hidden;
  transition: transform 250ms ease-out;
}
.gallery-card:hover { transform: scale(1.01); }
.gallery-card-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease-out;
}
.gallery-card:hover .gallery-card-img img { transform: scale(1.04); }
.gallery-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--primary);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.gallery-card-body {
  padding: 16px 20px;
  background: var(--canvas);
}
.gallery-card-body h3 {
  font-size: 15px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  font-family: 'Archivo Black', sans-serif;
}
.gallery-card-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 8px;
}
.gallery-card-loc {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.gallery-card-loc svg { width: 13px; height: 13px; flex-shrink: 0; }
.gallery-card-title { font-size: 15px; }
@media (max-width: 899px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 499px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ABOUT STORY (about.html)
   ============================================================ */
.about-story {
  background: var(--canvas);
  padding-block: var(--section-y);
}
.about-story-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}
.about-portrait-wrap {
  position: relative;
  overflow: hidden;
}
.about-portrait-wrap img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  max-height: none;
  display: block;
}
.portrait-accent-block {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--primary);
  z-index: 2;
}
.about-story-text h2 {
  font-size: clamp(32px, 4vw, 60px);
  margin-bottom: 24px;
  line-height: 1.0;
}
.about-drop-cap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-drop-cap p { font-size: 16px; line-height: 1.7; color: var(--ink-mid); }
.pull-quote {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink);
  border-left: 4px solid var(--primary);
  padding-left: 24px;
  margin: 8px 0;
  font-style: normal;
}
@media (max-width: 899px) {
  .about-story-inner { grid-template-columns: 1fr; }
  .about-portrait-wrap img { height: 360px; }
}

/* ============================================================
   VALUES CARDS
   ============================================================ */
.values-cards {
  background: var(--surface);
  padding-block: var(--section-y);
}
.values-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.values-header {
  margin-bottom: 48px;
}
.values-header h2 { font-size: clamp(28px, 3.5vw, 52px); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.value-card {
  background: var(--canvas);
  padding: 36px 28px;
  border-top: 3px solid transparent;
  transition: border-color 200ms, box-shadow 200ms;
}
.value-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-card);
}
.value-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
  opacity: 0.3;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.value-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  color: var(--ink);
}
.value-body { font-size: 14px; line-height: 1.65; color: var(--ink-mid); }
@media (max-width: 899px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 499px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   JOURNEY TIMELINE
   ============================================================ */
.journey-timeline {
  background: var(--canvas);
  padding-block: var(--section-y);
}
.journey-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.journey-header {
  margin-bottom: 56px;
}
.journey-header h2 { font-size: clamp(28px, 3.5vw, 52px); }
.timeline { position: relative; }
.timeline-track {
  position: absolute;
  top: 18px;
  left: 0; right: 0;
  height: 1px;
  background: var(--border-ink);
  z-index: 0;
}
.timeline-track-fill {
  height: 100%;
  background: var(--primary);
  width: 0%;
  transition: width 1.2s ease-out;
}
.timeline > .timeline-step:last-child ~ .timeline-track .timeline-track-fill { width: 100%; }
.timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  padding-top: 0;
}
.timeline-track { grid-column: 1 / -1; position: relative; height: 1px; margin-bottom: 32px; }
.timeline-step {
  padding: 0 24px 0 0;
  position: relative;
}
.timeline-dot {
  width: 36px;
  height: 36px;
  border: 2px solid var(--primary);
  background: var(--canvas);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.timeline-dot-inner {
  width: 12px;
  height: 12px;
  background: var(--primary);
}
.timeline-step-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}
.timeline-step-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 8px;
}
.timeline-step-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ============================================================
   CREW STRIP
   ============================================================ */
.crew-strip {
  background: var(--surface);
  padding-block: var(--section-y);
}
.crew-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.crew-header { margin-bottom: 24px; }
.crew-header h2 { font-size: clamp(28px, 3.5vw, 52px); }
.crew-lead {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--ink-mid);
  max-width: 64ch;
  margin-bottom: 40px;
  line-height: 1.65;
}
.crew-brand-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border-ink);
}
.crew-fact {
  background: var(--canvas);
  padding: 36px 32px;
}
.crew-fact-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.crew-fact-value {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.03em;
}
@media (max-width: 699px) {
  .crew-brand-bar { grid-template-columns: 1fr; }
}

/* ============================================================
   ABOUT EDITORIAL
   ============================================================ */
.about-editorial {
  background: var(--ink);
  padding-block: var(--section-y);
}
.about-editorial-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  max-width: 800px;
}
.about-editorial-inner .eyebrow { color: var(--primary); }
.about-editorial-inner h2,
.about-editorial-inner p {
  color: rgba(255,255,255,0.9);
}
.about-editorial-inner h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  margin-bottom: 20px;
}
.about-editorial-inner > p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.about-editorial-cta { margin-top: 8px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
}
.footer-inner,
.footer-grid {
  max-width: var(--max-w);
  margin-inline: auto;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 4vw, 64px) 0;
  display: grid;
  grid-template-columns: 280px repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
}
.footer-brand,
.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-brand img,
.footer-logo img,
.footer-brand-logo img {
  max-height: 40px !important;
  filter: brightness(0) invert(1);
}
.footer-tagline,
.footer-brand-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
}
.footer-brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.footer-col h4,
.footer-col-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0; margin: 0;
}
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.62);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover { color: #fff; text-decoration: none; }
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.62);
  margin-bottom: 10px;
}
.footer-contact-item a { color: rgba(255,255,255,0.62); }
.footer-contact-item a:hover { color: #fff; text-decoration: none; }
.footer-plain { font-size: 13px; color: rgba(255,255,255,0.45); }
.footer-phone-link,
.footer-phone {
  color: rgba(255,255,255,0.9);
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.footer-phone-link:hover { color: var(--primary); text-decoration: none; }
.footer-top {
  display: grid;
  grid-template-columns: 260px repeat(3, 1fr);
  gap: 40px;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 64px) 0;
  max-width: var(--max-w);
  margin-inline: auto;
}
.footer-bottom {
  max-width: var(--max-w);
  margin-inline: auto;
  padding: 28px clamp(20px, 4vw, 64px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
}
.footer-copy,
.footer-legal {
  font-size: 12px;
  color: rgba(255,255,255,0.38);
}
@media (max-width: 1099px) {
  .footer-inner,
  .footer-grid,
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 599px) {
  .footer-inner,
  .footer-grid,
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call-pill,
.mobile-cta-sticky,
.mobile-call,
.mobile-sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  display: 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;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 180ms, transform 140ms;
}
.mobile-call-pill:hover,
.mobile-cta-sticky:hover,
.mobile-call:hover,
.mobile-sticky-cta:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.mobile-call-pill a,
.mobile-cta-sticky a,
.mobile-call a,
.mobile-sticky-cta a,
.mobile-call-link {
  display: inherit;
  align-items: inherit;
  gap: inherit;
  color: inherit;
  text-decoration: none;
  font: inherit;
}
@media (min-width: 900px) {
  .mobile-call-pill,
  .mobile-cta-sticky,
  .mobile-call,
  .mobile-sticky-cta { display: none; }
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up,
.fade-left,
.fade-right,
.scale-in,
.stagger > * {
  opacity: 0;
  transition: opacity 700ms ease-out, transform 700ms ease-out;
}
.fade-up { transform: translateY(28px); }
.fade-left { transform: translateX(-28px); }
.fade-right { transform: translateX(28px); }
.scale-in { transform: scale(0.96); }
.stagger > * { transform: translateY(20px); }

.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: 60ms; }
.stagger.visible > *:nth-child(2) { transition-delay: 130ms; }
.stagger.visible > *:nth-child(3) { transition-delay: 200ms; }
.stagger.visible > *:nth-child(4) { transition-delay: 270ms; }
.stagger.visible > *:nth-child(5) { transition-delay: 340ms; }
.stagger.visible > *:nth-child(6) { transition-delay: 410ms; }
.stagger.visible > *:nth-child(7) { transition-delay: 480ms; }
.stagger.visible > *:nth-child(8) { transition-delay: 550ms; }

/* ============================================================
   SERVICE CARD HOVER (generic)
   ============================================================ */
.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);
}

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

/* ============================================================
   REVIEW CARDS
   ============================================================ */
.review-card {
  padding: 28px;
  border-radius: 0;
  background: var(--surface-2);
}
.review-stars { display: flex; gap: 2px; }
.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; }

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

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

/* ============================================================
   SECTION TITLE GENERIC
   ============================================================ */
.section-title {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.97;
  letter-spacing: -0.03em;
}

/* ============================================================
   MISC UTILITY
   ============================================================ */
.gold { color: var(--primary); }

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 899px) {
  .hero { min-height: 88vh; }
  .hero-title { font-size: clamp(48px, 10vw, 80px); }
  .cta-pair { flex-direction: column; }
}
@media (max-width: 639px) {
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn, .hero-ctas .btn-ghost, .hero-ctas .btn-phone {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .timeline { display: flex; flex-direction: column; gap: 32px; padding-top: 0; }
  .timeline-track { display: none; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.form-field { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.service-block-photo { grid-column: 1 / -1; }
.about-story-text { grid-column: 1 / -1; }
.crew-fact { grid-column: 1 / -1; }
.footer-brand-block { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
.footer-top { grid-column: 1 / -1; }
.footer-bottom { 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; }
