@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');

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --primary:       #0E5C3F;
  --primary-dark:  #0a4530;
  --primary-light: #1a7a54;
  --accent:        #0E5C3F;
  --canvas:        #FFFFFF;
  --surface:       #F7F4ED;
  --ink:           #141414;
  --ink-mid:       #3a3730;
  --muted:         #6B665C;
  --border:        rgba(14,92,63,0.18);
  --border-light:  rgba(0,0,0,0.08);
  --header-height: 72px;

  --radius: 0px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg: 0 18px 48px -12px rgba(0,0,0,0.18);

  --section-py: clamp(96px, 12vh, 180px);
  --container-max: 1440px;
  --wide-max: 1400px;
}

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

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

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

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

/* Universal image cap */
img { max-width: 100%; height: auto; display: block; }

section img:not(.hero-bg):not([class*="full-bleed"]):not([class*="fullbleed"]) {
  max-height: 640px;
  object-fit: cover;
}

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 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; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay):not(.hero-ribbon) {
  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; 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;
}

.hero-split {
  display: grid;
  grid-template-columns: 60% 40%;
  min-height: 88vh; gap: 0;
}
.hero-split-text {
  background: var(--canvas);
  padding: clamp(48px, 7vw, 96px);
  display: flex; flex-direction: column; justify-content: center; z-index: 2;
}
.hero-split-photo { position: relative; overflow: hidden; background: transparent; }
.hero-split-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-split-photo { min-height: 60vw; order: -1; }
}

/* Heading anchor fix */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

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

h1 { font-size: clamp(48px, 7vw, 120px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.5vw, 32px); letter-spacing: -0.02em; }
h4 { font-size: clamp(16px, 1.6vw, 20px); letter-spacing: -0.01em; }

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

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

/* Label / eyebrow style */
.eyebrow, .section-eyebrow, .page-header-eyebrow, .service-block-eyebrow,
.cta-banner-eyebrow, .contact-form-label, .info-card-label,
.footer-col-title, .footer-col-label {
  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;
}

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

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

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

.bleed { width: 100%; max-width: none; }

/* ============================================================
   ACCENT BAR
   ============================================================ */
.accent-bar, .eyebrow-bar, .section-accent-bar, .info-bar {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: var(--primary);
  border-radius: 0;
  margin-right: 10px;
  vertical-align: middle;
}

.section-accent-bar {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary);
  margin-bottom: 16px;
}

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

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

.btn-outline, .btn-secondary, .btn-cta-secondary {
  background: transparent;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline:hover, .btn-secondary:hover, .btn-cta-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-decoration: none;
}

.btn-white {
  background: var(--canvas);
  color: var(--primary);
}
.btn-white:hover {
  background: var(--surface);
  color: var(--primary-dark);
  text-decoration: none;
}

.btn-phone {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 16px 28px;
}
.btn-phone:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   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;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.nav-logo:hover { color: var(--primary); text-decoration: none; }
.nav-logo-accent { color: var(--primary); }
.nav-logo span { color: var(--primary); }

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

.nav-pages li { list-style: none; }

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
  color: var(--ink);
  text-decoration: none;
}
.nav-pages a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.88); color: #fff; text-decoration: none; }

.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;
  flex: 0 0 auto;
}

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

  #navLinks.nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    gap: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    justify-content: flex-start;
    z-index: 899;
  }

  #navLinks.nav-pages.open { display: flex; }

  .nav-cta .nav-cta-text { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}

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

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(14, 92, 63, 0.06) 0%,
    rgba(10, 20, 14, 0.30) 40%,
    rgba(8, 14, 10, 0.82) 100%
  );
}

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

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

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

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin-inline: auto;
  padding: clamp(48px, 6vw, 96px) clamp(20px, 4vw, 64px) clamp(64px, 8vh, 112px);
  width: 100%;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.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-title-accent { color: var(--primary); }

.hero-sub {
  font-size: clamp(16px, 1.6vw, 20px);
  color: rgba(255,255,255,0.75);
  max-width: 52ch;
  margin-bottom: 36px;
  line-height: 1.55;
  font-weight: 400;
}

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

.hero-divider {
  width: 48px;
  height: 2px;
  background: rgba(255,255,255,0.3);
  margin-bottom: 28px;
}

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

.trust-chip {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  border: 1px solid rgba(14,92,63,0.6);
  background: rgba(14,92,63,0.12);
  padding: 7px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

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

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

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

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

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

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

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  padding: 28px 0;
  border-bottom: 1px solid var(--border-light);
}

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

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

/* ============================================================
   SERVICES (TABBED PANEL — index.html)
   ============================================================ */
.services {
  background: var(--canvas);
  padding-block: var(--section-py);
}

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

.services-inner .section-eyebrow { margin-bottom: 12px; }
.services-inner .section-title { margin-bottom: 36px; max-width: 22ch; }

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

.service-tab {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mid);
  background: transparent;
  border: 1px solid var(--border-light);
  padding: 10px 20px;
  cursor: pointer;
  transition: background 200ms, color 200ms, border-color 200ms;
  border-radius: 0;
}

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

.service-tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.services-panels { position: relative; }

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

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

.service-panel > img,
.service-panel-img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* When img is a direct child of service-panel */
.service-panel > img:first-of-type {
  position: relative !important;
  max-height: none !important;
  height: 100% !important;
}

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

.service-panel-num {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  color: var(--primary);
  opacity: 0.15;
  letter-spacing: -0.04em;
  margin-bottom: -8px;
}

.service-panel-body h3 {
  font-size: clamp(22px, 2.5vw, 34px);
  margin-bottom: 8px;
}

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

.service-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 24px;
  margin-top: 8px;
  text-decoration: none;
  transition: background 200ms;
  align-self: flex-start;
}

.service-panel-cta:hover {
  background: var(--primary-dark);
  color: #fff;
  text-decoration: none;
}

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

/* ============================================================
   SERVICES FEATURE BLOCKS (services.html)
   ============================================================ */
.services-feature {
  background: var(--canvas);
}

.service-block {
  border-bottom: 1px solid var(--border-light);
}

.service-block-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  padding-block: clamp(64px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.service-block.reverse .service-block-inner {
  direction: rtl;
}
.service-block.reverse .service-block-inner > * {
  direction: ltr;
}

.service-block-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.service-block-photo > img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none !important;
  display: block;
  filter: grayscale(10%);
}

.service-block-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,92,63,0.25) 0%, transparent 60%);
  z-index: 1;
}

.service-block-index {
  position: absolute;
  top: 20px; left: 20px;
  z-index: 2;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #fff;
  background: var(--primary);
  padding: 6px 12px;
}

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

.service-block-text h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  margin-bottom: 0;
}

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

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

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

.service-block-bullets li {
  font-size: 15px;
  color: var(--ink-mid);
  padding-left: 20px;
  position: relative;
}

.service-block-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 10px; height: 2px;
  background: var(--primary);
}

.service-block-text a.btn, .service-block-text > a {
  background: var(--primary);
  color: #fff;
  padding: 16px 28px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  text-decoration: none;
  transition: background 200ms;
}

.service-block-text a:hover {
  background: var(--primary-dark);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .service-block-inner { grid-template-columns: 1fr; }
  .service-block.reverse .service-block-inner { direction: ltr; }
  .service-block-photo { aspect-ratio: 16/9; }
}

/* ============================================================
   ABOUT (about.html)
   ============================================================ */
.about-story {
  background: var(--canvas);
  padding-block: var(--section-py);
}

.about-story-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}

.about-story-inner h2 {
  margin-bottom: 28px;
  font-size: clamp(36px, 4.5vw, 64px);
}

.about-story-body { display: flex; flex-direction: column; gap: 20px; }

.about-pull-quote {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--primary);
  border-left: 4px solid var(--primary);
  padding-left: 28px;
  margin-block: 8px;
}

/* Values */
.values-cards {
  background: var(--surface);
  padding-block: var(--section-py);
}

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

.values-cards-inner h2 { margin-bottom: 12px; font-size: clamp(32px, 4vw, 56px); }

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

.value-card {
  padding: 32px 28px;
  background: var(--canvas);
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

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

.value-card h3 { font-size: 18px; letter-spacing: -0.01em; margin-bottom: 0; }
.value-card p { font-size: 14.5px; color: var(--muted); }

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

/* Journey timeline */
.journey-timeline {
  background: var(--canvas);
  padding-block: var(--section-py);
}

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

.journey-timeline-inner h2 { margin-bottom: 48px; font-size: clamp(32px, 4vw, 56px); }

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

.timeline-track::before {
  content: '';
  position: absolute;
  top: 16px; left: 0; right: 0;
  height: 1px;
  background: var(--border-light);
}

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.timeline-dot {
  width: 32px; height: 32px;
  border: 2px solid var(--primary);
  background: var(--canvas);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

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

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

.timeline-step h3 { font-size: 18px; letter-spacing: -0.01em; }
.timeline-step p { font-size: 14.5px; color: var(--muted); }

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

/* About section (stats) */
.about-section {
  background: var(--surface);
  padding-block: var(--section-py);
}

.about-section-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.about-section-inner > div { display: flex; flex-direction: column; gap: 20px; }
.about-section-inner h2 { font-size: clamp(28px, 3.5vw, 48px); }
.about-section-inner p { font-size: 16px; color: var(--ink-mid); }

.about-section-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}

.about-stat-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-light);
}

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

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

.about-section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2px;
}

.about-section-link svg { width: 16px; height: 16px; }
.about-section-link:hover { color: var(--primary-dark); text-decoration: none; }

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

/* ============================================================
   GALLERY
   ============================================================ */
.gallery {
  background: var(--surface);
  padding-block: var(--section-py);
}

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

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

.gallery-header h2 { margin-bottom: 0; }
.gallery-header a {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  white-space: nowrap;
}

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

.gallery-item {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}

.gallery-item img, .gallery-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
  transition: transform 400ms ease-out, filter 400ms;
  filter: grayscale(8%);
}

.gallery-item:hover img, .gallery-item:hover .gallery-item-img {
  transform: scale(1.04);
  filter: grayscale(0%);
}

/* Gallery full page (gallery.html) */
.gallery-section {
  background: var(--canvas);
  padding-block: var(--section-py);
}

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

.gallery-headline-block h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 0; }

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

.filter-pill {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mid);
  background: transparent;
  border: 1px solid var(--border-light);
  padding: 8px 18px;
  cursor: pointer;
  transition: background 200ms, color 200ms, border-color 200ms;
}

.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

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

.project-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.project-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.project-card-wide { grid-column: span 2; }

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

.project-card-wide .project-card-photo { aspect-ratio: 21/9; }

.project-card-photo > img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none !important;
  transition: transform 400ms ease-out;
  filter: grayscale(10%);
}

.project-card:hover .project-card-photo > img { transform: scale(1.04); }

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

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

.project-category-tag {
  position: absolute;
  bottom: 16px; left: 16px;
  z-index: 2;
  background: rgba(0,0,0,0.65);
  color: rgba(255,255,255,0.9);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.project-card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.project-card-body h3 { font-size: clamp(16px, 1.8vw, 22px); margin-bottom: 0; }

.project-card-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--muted);
}

.project-card-location svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--primary); }

.project-card-desc { font-size: 14px; color: var(--muted); line-height: 1.55; }

.project-card-meta {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.project-meta-item { font-size: 12px; color: var(--muted); }
.project-meta-label { font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.project-meta-value { color: var(--ink-mid); }

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

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  background: var(--canvas);
  padding-block: var(--section-py);
}

.service-areas-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}

.service-areas-inner h2 { margin-bottom: 36px; font-size: clamp(32px, 4vw, 56px); }

.areas-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.area-pill, .service-area-pills .area-pill {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--border);
  padding: 10px 20px;
  transition: background 200ms, color 200ms;
  display: inline-block;
}

.area-pill:hover { background: var(--primary); color: #fff; text-decoration: none; border-color: var(--primary); }

/* ============================================================
   TEAM CTA BAND
   ============================================================ */
.team-cta {
  background: var(--primary);
  padding-block: 56px;
}

.team-cta-inner {
  max-width: var(--container-max);
  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(22px, 3vw, 40px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.team-cta-accent { color: rgba(255,255,255,0.5); }

.team-cta-inner > a {
  background: #fff;
  color: var(--primary);
  padding: 16px 28px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms;
  flex-shrink: 0;
}

.team-cta-inner > a:hover { background: var(--surface); text-decoration: none; }

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

.cta-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(14,92,63,0.3) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}

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

.cta-banner-left { grid-column: 1; }
.cta-banner-right { grid-column: 2; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.cta-banner-actions { grid-column: 2; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }

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

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

.cta-banner .eyebrow { color: var(--primary); margin-bottom: 12px; }

.cta-banner-text > p, .cta-banner-left > p {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
}

.cta-banner-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.cta-banner-form input,
.cta-banner-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  border-radius: 0;
  outline: none;
  transition: border-color 200ms;
}

.cta-banner-form input::placeholder,
.cta-banner-form textarea::placeholder { color: rgba(255,255,255,0.4); }

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

.cta-banner-form button {
  background: var(--primary);
  color: #fff;
  padding: 16px 32px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 200ms;
  align-self: flex-start;
}

.cta-banner-form button:hover { background: var(--primary-dark); }

.cta-banner-phone, .cta-banner-email {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.cta-banner-phone:hover, .cta-banner-email:hover { color: var(--primary); text-decoration: none; }

.cta-banner-right a, .cta-banner-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 28px;
  text-decoration: none;
  transition: background 200ms, color 200ms;
}

.cta-banner-right a:first-child, .cta-banner-actions a:first-child {
  background: var(--primary); color: #fff;
}
.cta-banner-right a:first-child:hover, .cta-banner-actions a:first-child:hover {
  background: var(--primary-dark); text-decoration: none;
}

.cta-banner-right a:last-child:not(:first-child),
.cta-banner-actions a:last-child:not(:first-child) {
  background: transparent; color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.3);
}
.cta-banner-right a:last-child:not(:first-child):hover,
.cta-banner-actions a:last-child:not(:first-child):hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-decoration: none;
}

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

/* ============================================================
   CONTACT
   ============================================================ */
.contact, .contact-section {
  background: var(--canvas);
  padding-block: var(--section-py);
}

.contact-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.contact-form-col, .contact-inner > div { display: flex; flex-direction: column; gap: 16px; }
.contact-form-col h2 { font-size: clamp(28px, 3.5vw, 48px); margin-bottom: 8px; }
.contact-title { font-size: clamp(28px, 3.5vw, 48px); }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

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

.form-group.full-width { grid-column: 1 / -1; }

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

.form-field input, .form-group input,
.form-field textarea, .form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-bottom: 2px solid var(--border-light);
  background: var(--surface);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15.5px;
  border-radius: 0;
  outline: none;
  transition: border-color 200ms;
  -webkit-appearance: none;
}

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

.form-field input:focus + label,
.form-group input:focus + label { color: var(--primary); }

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

.form-submit, .contact-form > button {
  align-self: flex-start;
}

.form-submit button, .contact-form > button, .btn-submit {
  background: var(--primary);
  color: #fff;
  padding: 18px 40px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 200ms, transform 150ms;
}

.form-submit button:hover, .contact-form > button:hover, .btn-submit:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.contact-info-col { display: flex; flex-direction: column; gap: 24px; padding-top: 8px; }

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

.info-block { display: flex; flex-direction: column; gap: 6px; padding-bottom: 20px; border-bottom: 1px solid var(--border-light); }

.info-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0;
}

.info-value {
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
}

.info-value a { color: var(--primary); }
.info-value a:hover { color: var(--primary-dark); }

.info-note {
  font-size: 13px;
  color: var(--muted);
}

.info-rating {
  font-family: 'Archivo Black', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.02em;
}

.info-rating-sub { font-size: 13px; color: var(--muted); }

/* Contact info rows (contact.html) */
.info-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: baseline;
  padding-block: 12px;
  border-bottom: 1px solid var(--border-light);
}

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

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

.info-row-value {
  font-size: 15.5px;
  color: var(--ink);
}

.info-row-value a { color: var(--primary); }
.info-row-value.small { font-size: 13px; color: var(--muted); }

.rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.rating-stars { display: flex; gap: 2px; }
.rating-stars svg { width: 16px; height: 16px; color: var(--primary); flex: 0 0 auto; }

.rating-text { font-weight: 700; color: var(--ink); font-size: 15px; }
.rating-count { font-size: 13px; color: var(--muted); }

.service-area-pills { display: flex; flex-wrap: wrap; gap: 6px; }

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

/* Contact section heading */
.contact-form-heading { font-size: clamp(28px, 3.5vw, 48px); }

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(240px, 40vh, 480px);
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
  background: var(--ink);
}

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

.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--container-max);
  margin-inline: auto;
  padding: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 64px);
  width: 100%;
}

.page-header-inner h1 {
  font-size: clamp(40px, 6vw, 96px);
  color: #fff;
  margin-bottom: 8px;
}

.page-header-eyebrow { color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.page-header-sub { color: rgba(255,255,255,0.75); font-size: clamp(15px, 1.5vw, 18px); margin-top: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer, footer {
  background: var(--ink);
  color: rgba(255,255,255,0.65);
  padding-top: clamp(64px, 8vw, 112px);
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand, .footer-brand-name, .footer-brand-block > div:first-child {
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.1;
}

.footer-brand-accent, .footer-brand-name span, .footer-brand-block span { color: var(--primary); }

.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
  max-width: 28ch;
  margin-top: 8px;
}

.footer-contact-line, .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-top: 8px;
}

.footer-contact-line a, .footer-contact-item a { color: rgba(255,255,255,0.6); }
.footer-contact-line a:hover, .footer-contact-item:hover, .footer-contact-item a:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer-contact-item svg, .footer-contact-line svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--primary); }

.footer-col-title, .footer-col-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
}

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

.footer-links li a, .footer-nav-list li a, .footer-col-links li a,
.footer-links a, .footer-nav-list a, .footer-col-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 150ms;
}

.footer-links a:hover, .footer-nav-list a:hover, .footer-col-links a:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer-links li span, .footer-nav-list li span, .footer-col-links li span {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}

.footer-phone, .footer-phone-link, .footer-tel,
.footer-email, .footer-email-link {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}

.footer-phone-link:hover, .footer-email-link:hover { color: var(--primary); text-decoration: none; }

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

.footer-col h4:first-child { margin-top: 0; }

.footer-col ul { list-style: none; padding: 0; margin-bottom: 16px; }
.footer-col ul li { font-size: 13px; color: rgba(255,255,255,0.45); padding-block: 4px; }

.footer-bottom {
  padding-block: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy { font-size: 13px; color: rgba(255,255,255,0.35); }

.footer-service-area {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

.footer-credentials { display: flex; gap: 16px; flex-wrap: wrap; }

.footer-cred {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

.footer-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-badge {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 4px 10px;
}

.footer-license { font-size: 13px; color: rgba(255,255,255,0.35); }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

/* ============================================================
   MOBILE CALL PILL / STICKY CTA
   ============================================================ */
.mobile-sticky-cta, .mobile-call-pill, .mobile-cta-pill {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 200ms, transform 150ms;
}

.mobile-sticky-cta > a, .mobile-call-pill > a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.mobile-sticky-cta > a:hover, .mobile-call-pill > a:hover { text-decoration: none; color: #fff; }

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

.mobile-sticky-cta:hover, .mobile-call-pill:hover, .mobile-cta-pill:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}

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

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

.fade-left {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 700ms cubic-bezier(0.22,1,0.36,1), transform 700ms cubic-bezier(0.22,1,0.36,1);
}

.fade-right {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 700ms cubic-bezier(0.22,1,0.36,1), transform 700ms cubic-bezier(0.22,1,0.36,1);
}

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

.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms cubic-bezier(0.22,1,0.36,1), transform 600ms cubic-bezier(0.22,1,0.36,1);
}

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

.stagger.visible > * { opacity: 1; transform: none; }

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

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

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

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

/* ============================================================
   PROCESS
   ============================================================ */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.process-step {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 0;
}

.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
  font-family: 'Archivo', sans-serif;
  text-transform: uppercase;
}

/* ============================================================
   REVIEW CARDS
   ============================================================ */
.review-card {
  padding: 28px;
  border-radius: 0;
  background: var(--surface);
  border: 1px solid var(--border-light);
}

.review-stars { display: flex; gap: 3px; }
.review-stars svg { color: var(--primary); width: 18px; height: 18px; }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; color: var(--ink-mid); }
.review-attribution { font-size: 13px; color: var(--muted); opacity: 0.75; }

/* ============================================================
   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;
  font-size: 16.5px;
  color: var(--ink);
}

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

details.faq > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 24px;
  transition: transform 200ms;
  flex-shrink: 0;
  margin-left: 16px;
}

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

details.faq p { margin-top: 12px; line-height: 1.6; color: var(--ink-mid); }

/* ============================================================
   SERVICE CARD HOVER
   ============================================================ */
.service-card {
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

/* ============================================================
   MISC UTILITY CLASSES
   ============================================================ */
.small { font-size: 13px; }
.full-width { width: 100%; }
.reverse { /* layout order swap handled by direction: rtl on inner */ }

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

@media (max-width: 900px) {
  .hero { min-height: 80vh; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ribbon { top: 16px; right: 16px; font-size: 10px; padding: 8px 12px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .team-cta-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 640px) {
  .hero-title { max-width: 100%; }
  .hero-trust-chips { gap: 8px; }
  .services-tabs { gap: 6px; }
  .service-tab { padding: 8px 14px; font-size: 10px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.service-block-photo { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.info-row-label { grid-column: 1 / -1; }
.info-row-value { grid-column: 1 / -1; }
.small { grid-column: 1 / -1; }
.rating-row { grid-column: 1 / -1; }
.service-area-pills { 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; }
