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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #56A8D4;
  --primary-dark:   #3a8ab8;
  --primary-dim:    rgba(86,168,212,0.12);
  --accent:         #2F3454;
  --accent-dark:    #1e2238;
  --canvas:         #FFFFFF;
  --surface:        #F7F4ED;
  --surface-2:      #EDEAE0;
  --ink:            #141414;
  --ink-mid:        #3a3a3a;
  --muted:          #6B665C;
  --border:         rgba(86,168,212,0.22);
  --border-ink:     rgba(20,20,20,0.10);
  --shadow-card:    0 8px 32px -8px rgba(20,20,20,0.14);
  --shadow-float:   0 18px 40px -10px rgba(20,20,20,0.32);
  --header-height:  72px;
  --radius:         0px;
  --section-py:     clamp(96px, 12vh, 180px);
  --content-max:    1440px;
  --inner-max:      1280px;
}

@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-size: 16.5px;
  font-weight: 500;
  line-height: 1.65;
  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; object-position: center 30%; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.page-header, [class*="page-header"], .about-feature, .about-hero {
  position: relative; overflow: hidden; max-height: 64vh;
}
.page-header > img, [class*="page-header"] > img,
.page-header-bg, .about-feature > img:first-of-type,
.about-hero-bg, .page-header img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%; z-index: 0;
}
section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

[class*="gallery-grid"] > [class*="gallery-tile"],
[class*="gallery-grid"] > a,
[class*="gallery-grid"] > figure {
  grid-column: auto; width: auto; max-width: 100%; height: auto; min-height: 0;
}
[class*="gallery-tile"] { aspect-ratio: 4 / 3; overflow: hidden; }
[class*="gallery-tile"] > img { width: 100%; height: 100%; object-fit: cover; }

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

/* Headings inside anchors render as heading */
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, h5, h6 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}

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

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

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

/* Label style */
.sec-eyebrow,
.section-eyebrow,
.hero-eyebrow,
.page-header-eyebrow,
.page-eyebrow,
.cta-eyebrow,
.service-eyebrow,
.gallery-section-label,
.about-section-eyebrow,
.about-verbatim-label p,
.footer-col-title,
.service-area-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);
  margin-bottom: 12px;
  display: block;
}

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

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

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

.sec-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.sec-pad { padding-top: var(--section-py); padding-bottom: var(--section-py); }
.sec-canvas { background: var(--canvas); }
.sec-surface { background: var(--surface); }

.sec-title {
  font-size: clamp(36px, 5vw, 72px);
  max-width: 18ch;
  margin-bottom: clamp(40px, 6vw, 72px);
  margin-top: 8px;
}

/* ============================================================
   SITE HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.top-nav {
  height: var(--header-height);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo { flex: 0 0 auto; }

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

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

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--canvas);
  padding: 10px 20px;
  border-radius: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.9); color: var(--canvas); text-decoration: none; }

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-cta span { display: none; }
  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    z-index: 800;
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 16px; padding: 10px 0; width: 100%; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  background: var(--accent);
}

.hero > img:not(.hero-bg) {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%;
  z-index: 0;
}

.hero-overlay {
  background: linear-gradient(
    170deg,
    rgba(20,20,20,0.18) 0%,
    rgba(47,52,84,0.28) 40%,
    rgba(20,20,20,0.82) 100%
  );
}

.hero-ribbon {
  position: absolute;
  top: clamp(80px, 12vh, 120px);
  right: clamp(24px, 4vw, 64px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(86,168,212,0.45);
  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: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
  animation: pulse-dot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

.hero-inner {
  width: 100%;
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 48px);
  padding-bottom: clamp(64px, 9vh, 120px);
}

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

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

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

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

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

.trust-chip {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.90);
  border: 1px solid rgba(86,168,212,0.55);
  padding: 6px 14px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-primary-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--primary);
  color: var(--canvas);
  padding: 18px 32px;
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  cursor: pointer;
  text-decoration: none;
  transition: filter 200ms, transform 200ms;
  white-space: nowrap;
}
.btn:hover, .btn-primary:hover, .btn-primary-lg:hover {
  filter: brightness(0.88);
  transform: translateY(-1px);
  text-decoration: none;
  color: var(--canvas);
}

.btn-primary-lg { font-size: 16px; padding: 20px 40px; }

.btn-outline-white,
.btn-outline-primary,
.btn-outline-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  padding: 18px 32px;
  border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,0.6);
  cursor: pointer;
  text-decoration: none;
  transition: background 200ms, border-color 200ms, color 200ms;
  white-space: nowrap;
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover {
  background: var(--primary-dim);
  color: var(--primary-dark);
  text-decoration: none;
}
.btn-outline-lg {
  font-size: 16px;
  padding: 20px 40px;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--primary);
  color: var(--canvas);
  padding: 18px 36px;
  border: none;
  cursor: pointer;
  transition: filter 180ms, transform 180ms;
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
.btn-submit:hover { filter: brightness(0.88); transform: translateY(-1px); }

.btn-service {
  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;
  color: var(--primary);
  background: transparent;
  border: 2px solid var(--primary);
  padding: 12px 24px;
  text-decoration: none;
  transition: background 180ms, color 180ms;
}
.btn-service:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}
.btn-service svg { width: 16px; height: 16px; }

.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--border-ink);
  padding: 18px 32px;
  text-decoration: none;
  transition: border-color 150ms, color 150ms;
}
.btn-phone:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

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

.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  align-items: center;
}
.marquee-section:hover .marquee-track { animation-play-state: paused; }

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

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

.marquee-sep {
  color: var(--primary);
  font-size: 18px;
  flex-shrink: 0;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--accent);
  padding: 32px 0;
}

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

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(86,168,212,0.35);
  padding: 12px 20px;
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  transition: background 200ms, border-color 200ms;
}
.trust-badge:hover {
  background: rgba(86,168,212,0.18);
  border-color: var(--primary);
}
.trust-badge svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }

/* ============================================================
   SERVICES BENTO
   ============================================================ */
.services-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  margin-bottom: 40px;
}

.svc-card {
  position: relative;
  overflow: hidden;
  background: var(--accent);
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.svc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(20,20,20,0.32);
  text-decoration: none;
}

.svc-card-flagship {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
  min-height: 520px;
}

.svc-card:not(.svc-card-flagship):nth-child(2) { grid-column: 7 / 10; grid-row: 1; min-height: 250px; }
.svc-card:not(.svc-card-flagship):nth-child(3) { grid-column: 10 / 13; grid-row: 1; min-height: 250px; }
.svc-card:not(.svc-card-flagship):nth-child(4) { grid-column: 7 / 10; grid-row: 2; min-height: 250px; }
.svc-card:not(.svc-card-flagship):nth-child(5) { grid-column: 10 / 13; grid-row: 2; min-height: 250px; }

.svc-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-height: none !important;
  z-index: 0;
  transition: transform 600ms ease;
}
.svc-card:hover .svc-img { transform: scale(1.04); }

.svc-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20,20,20,0.88) 0%,
    rgba(20,20,20,0.30) 50%,
    rgba(20,20,20,0.05) 100%
  );
  z-index: 1;
}

.svc-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: clamp(20px, 3vw, 36px);
}

.svc-index {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.9;
  color: var(--primary);
  opacity: 0.7;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.svc-card-flagship .svc-index { font-size: clamp(64px, 8vw, 100px); }

.svc-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.svc-card-flagship .svc-body h3 { font-size: clamp(24px, 3vw, 38px); }

.svc-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-card-flagship .svc-desc {
  font-size: 16px;
  -webkit-line-clamp: 3;
}

.svc-learn {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.svc-learn::after { content: '\2192'; }

.services-foot {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .svc-card-flagship { grid-column: 1 / 7; }
  .svc-card:not(.svc-card-flagship):nth-child(2) { grid-column: 7 / 10; }
  .svc-card:not(.svc-card-flagship):nth-child(3) { grid-column: 10 / 13; }
  .svc-card:not(.svc-card-flagship):nth-child(4) { grid-column: 7 / 10; }
  .svc-card:not(.svc-card-flagship):nth-child(5) { grid-column: 10 / 13; }
}

@media (max-width: 768px) {
  .services-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .svc-card-flagship { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
  .svc-card:not(.svc-card-flagship):nth-child(2) { grid-column: auto; grid-row: auto; min-height: 200px; }
  .svc-card:not(.svc-card-flagship):nth-child(3) { grid-column: auto; grid-row: auto; min-height: 200px; }
  .svc-card:not(.svc-card-flagship):nth-child(4) { grid-column: auto; grid-row: auto; min-height: 200px; }
  .svc-card:not(.svc-card-flagship):nth-child(5) { grid-column: 1 / -1; grid-row: auto; min-height: 200px; }
}

@media (max-width: 480px) {
  .services-bento { grid-template-columns: 1fr; }
  .svc-card:not(.svc-card-flagship):nth-child(5) { grid-column: 1; }
}

/* ============================================================
   GALLERY PREVIEW (index.html)
   ============================================================ */
.gallery-preview {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  background: var(--accent);
}

.gallery-preview-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-height: none !important;
  z-index: 0;
  transition: transform 600ms ease;
}
.gallery-preview:hover .gallery-preview-img { transform: scale(1.03); }

.gallery-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20,20,20,0.75) 0%,
    rgba(20,20,20,0.15) 60%,
    transparent 100%
  );
  z-index: 1;
}

.gallery-preview-inner {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery-preview-inner h3 {
  color: #fff;
  font-size: clamp(24px, 3.5vw, 44px);
  max-width: 20ch;
}

/* ============================================================
   GALLERY FULL (gallery.html)
   ============================================================ */
.gallery-full { background: var(--canvas); }
.gallery-full-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 48px);
}

.gallery-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.gallery-section-title {
  font-size: clamp(32px, 4.5vw, 60px);
  margin-top: 8px;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pill {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 18px;
  background: transparent;
  border: 1px solid var(--border-ink);
  color: var(--muted);
  cursor: pointer;
  transition: background 160ms, border-color 160ms, color 160ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

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

.gallery-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--accent);
  cursor: pointer;
}

.gallery-card > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-height: none !important;
  z-index: 0;
  transition: transform 500ms ease;
  filter: grayscale(15%);
}
.gallery-card:hover > img { transform: scale(1.06); filter: grayscale(0); }

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.80) 0%, transparent 55%);
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms;
}
.gallery-card:hover .gallery-card-overlay { opacity: 1; }

.gallery-card-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 20px 22px;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 300ms, opacity 300ms;
}
.gallery-card:hover .gallery-card-body { transform: translateY(0); opacity: 1; }

.gallery-card-num {
  margin-bottom: 6px;
}

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

.gallery-card-title {
  font-size: clamp(15px, 1.6vw, 20px);
  color: #fff;
  margin-bottom: 4px;
}

.gallery-card-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 8px;
}

.gallery-card-loc {
  font-size: 12px;
  color: rgba(255,255,255,0.60);
  display: flex;
  align-items: center;
  gap: 4px;
}
.gallery-card-loc svg { width: 12px; height: 12px; flex-shrink: 0; }

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

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: clamp(32px, 5vw, 56px);
}

.review-card {
  background: var(--surface);
  padding: 32px;
  border-top: 3px solid var(--primary);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}
.review-stars svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }

.review-mark {
  font-family: 'Archivo Black', sans-serif;
  font-size: 48px;
  line-height: 0.8;
  color: var(--primary);
  opacity: 0.25;
  display: block;
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}

.review-quote {
  font-family: 'Inter Tight', sans-serif;
  font-style: italic;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 18px;
}

.review-attr {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 13px;
  color: var(--muted);
}

.review-attr span:first-child {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink);
}

.review-verified {
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  margin-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid var(--border-ink);
}

details.faq,
.faq-list details {
  border-bottom: 1px solid var(--border-ink);
  padding: 0;
}

.faq-list details > summary,
details.faq > summary {
  cursor: pointer;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.4vw, 18px);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  letter-spacing: -0.01em;
  transition: color 150ms;
  min-height: 64px;
}
.faq-list details > summary::-webkit-details-marker,
details.faq > summary::-webkit-details-marker { display: none; }

.faq-icon {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--border-ink);
  color: var(--ink-mid);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: background 200ms, border-color 200ms, color 200ms, transform 200ms;
}

.faq-list details[open] > summary .faq-icon {
  transform: rotate(45deg);
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.faq-list details > summary:hover { color: var(--primary); }

.faq-list details > p,
.faq-list details p {
  padding: 0 0 24px 0;
  font-size: 16px;
  line-height: 1.68;
  color: var(--muted);
  max-width: 72ch;
}

/* ============================================================
   TEAM CTA STRIP
   ============================================================ */
.team-cta-strip {
  background: var(--primary);
  padding: 28px 0;
}

.team-cta-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.team-cta-text {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.team-cta-text em { font-style: normal; opacity: 0.80; }

.team-cta-inner a {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid rgba(255,255,255,0.55);
  padding-bottom: 2px;
  text-decoration: none;
  transition: border-color 150ms;
  white-space: nowrap;
}
.team-cta-inner a:hover { border-color: #fff; text-decoration: none; color: #fff; }

/* ============================================================
   CONTACT (index.html)
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-top: clamp(32px, 5vw, 56px);
}

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

.contact-emergency {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--primary-dim);
  border: 1px solid var(--border);
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--ink);
}
.contact-emergency svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
.contact-emergency p { margin: 0; font-size: 14px; }

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-ink);
}
.contact-info-row:last-child { border-bottom: none; }

.ci-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-dim);
  flex-shrink: 0;
}
.ci-icon svg { width: 18px; height: 18px; color: var(--primary); }

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

.ci-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

/* ============================================================
   FORM
   ============================================================ */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

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

.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: var(--canvas);
  border: 1.5px solid var(--border-ink);
  padding: 12px 14px;
  border-radius: 0;
  transition: border-color 150ms;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.form-group textarea { min-height: 120px; resize: vertical; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

.form-intro {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 24px;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--accent);
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 120px) 0;
}

.cta-banner-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.18;
  z-index: 0;
  max-height: none !important;
}

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

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

.cta-banner-text,
.cta-banner-left {
  color: #fff;
}

.cta-banner-text h2,
.cta-banner-left h2 {
  color: #fff;
  font-size: clamp(32px, 4.5vw, 60px);
  margin-top: 12px;
  margin-bottom: 24px;
}

.cta-banner-title { color: #fff; }
.cta-banner-phone { color: var(--primary); }
.cta-banner-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

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

.cta-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.cta-chip {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(86,168,212,0.45);
  padding: 5px 12px;
}

.cta-form {
  background: var(--canvas);
  padding: clamp(28px, 4vw, 44px);
}

.cta-form h3 {
  font-size: clamp(18px, 2vw, 26px);
  margin-bottom: 20px;
  color: var(--ink);
}

/* ============================================================
   SERVICES DETAIL (services.html)
   ============================================================ */
.page-header {
  min-height: 40vh;
  background: var(--accent);
}

.page-header-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    170deg,
    rgba(47,52,84,0.55) 0%,
    rgba(20,20,20,0.75) 100%
  );
  z-index: 1;
}

.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: clamp(40px, 8vw, 96px) clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 40vh;
}

.page-header-inner h1 {
  font-size: clamp(40px, 6vw, 88px);
  color: #fff;
  margin-top: 12px;
}
.page-header-eyebrow { color: var(--primary); }
.page-header-sub, .page-header .page-header-sub {
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(255,255,255,0.78);
  margin-top: 12px;
  max-width: 56ch;
}
.page-eyebrow { color: var(--primary); }

.services-nav-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--border-ink);
  overflow-x: auto;
  scrollbar-width: none;
}
.services-nav-strip::-webkit-scrollbar { display: none; }

.services-nav-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  gap: 0;
  white-space: nowrap;
}
.services-nav-inner a {
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 16px 20px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 150ms, border-color 150ms;
  display: inline-block;
}
.services-nav-inner a:hover {
  color: var(--primary);
  text-decoration: none;
  border-color: var(--primary);
}

.services-detail {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.services-detail > div {
  border-bottom: 1px solid var(--border-ink);
  padding: clamp(48px, 7vw, 96px) 0;
}
.services-detail > div:last-child { border-bottom: none; }

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.services-detail > div:nth-child(even) .service-block {
  direction: rtl;
}
.services-detail > div:nth-child(even) .service-block > * {
  direction: ltr;
}

@media (max-width: 900px) {
  .service-block { grid-template-columns: 1fr; }
  .services-detail > div:nth-child(even) .service-block { direction: ltr; }
}

.service-block-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--accent);
}
.service-block-photo > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-height: none !important;
  z-index: 0;
  transition: transform 500ms ease;
}
.service-block:hover .service-block-photo > img { transform: scale(1.04); }

.service-index {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  opacity: 0.18;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.service-block-copy {
  padding: 8px 0;
}

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

.service-block-copy h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  margin-bottom: 16px;
}

.service-block-copy > p {
  font-size: 16px;
  line-height: 1.68;
  color: var(--muted);
  margin-bottom: 12px;
}

.service-bullets {
  list-style: none;
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-bullets li {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.5;
}
.service-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 2px;
  background: var(--primary);
}

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

.about-story-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

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

.about-portrait-col { position: relative; }

.about-portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--surface);
  max-height: 520px;
}
.about-portrait-frame > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-height: none !important;
}

.about-portrait-accent {
  position: absolute;
  bottom: -12px; right: -12px;
  width: 80px; height: 80px;
  background: var(--primary);
  z-index: 2;
  pointer-events: none;
}

.about-portrait-label {
  font-family: 'Archivo', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 16px;
  padding-left: 4px;
}

.about-text-col { padding-top: 16px; }

.about-section-eyebrow {
  display: block;
  border-left: 3px solid var(--primary);
  padding-left: 14px;
  margin-bottom: 20px;
}

.about-text-col h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  margin-bottom: 24px;
}

.about-body p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink-mid);
  margin-bottom: 16px;
}

/* ============================================================
   VALUES
   ============================================================ */
.values {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.values-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.values-header {
  margin-bottom: clamp(32px, 5vw, 56px);
}
.values-header h2 { font-size: clamp(32px, 4.5vw, 60px); margin-top: 8px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .values-grid { grid-template-columns: 1fr; } }

.value-card {
  padding: 32px 24px;
  background: var(--canvas);
  border-top: 3px solid var(--primary);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }

.value-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.9;
  color: var(--primary);
  opacity: 0.35;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.value-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.1;
}

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

/* ============================================================
   JOURNEY TIMELINE
   ============================================================ */
.journey {
  background: var(--accent);
  padding: var(--section-py) 0;
}

.journey-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.journey-header { margin-bottom: clamp(40px, 6vw, 72px); }
.journey-header h2, .journey-header .section-title {
  color: #fff;
  font-size: clamp(32px, 4.5vw, 60px);
  margin-top: 8px;
}
.journey-header .section-eyebrow { color: var(--primary); }

.journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.journey-track::before {
  content: '';
  position: absolute;
  top: 18px; left: 0; right: 0;
  height: 1px;
  background: rgba(86,168,212,0.30);
}

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

.journey-step { padding: 0 24px 0 0; position: relative; }

.journey-dot {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(86,168,212,0.45);
  background: var(--accent);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: border-color 200ms, background 200ms;
}
.journey-step.active .journey-dot {
  background: var(--primary);
  border-color: var(--primary);
}

.journey-step h3 {
  color: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  margin-bottom: 6px;
}

.journey-phase {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}

.journey-body {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}

/* ============================================================
   ABOUT VERBATIM
   ============================================================ */
.about-verbatim {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.about-verbatim-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}
@media (max-width: 900px) { .about-verbatim-inner { grid-template-columns: 1fr; } }

.about-verbatim-label {
  border-left: 3px solid var(--primary);
  padding-left: 16px;
}
.about-verbatim-label h2 {
  font-size: clamp(22px, 2.5vw, 32px);
  margin-top: 10px;
}

.about-verbatim-copy p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-mid);
  margin-bottom: 18px;
}
.about-verbatim-copy p:last-child { margin-bottom: 0; }

/* ============================================================
   CONTACT SECTION (contact.html)
   ============================================================ */
.contact-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.contact-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
@media (max-width: 1100px) { .contact-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .contact-inner { grid-template-columns: 1fr; } }

.contact-form-col > h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  margin-bottom: 8px;
}

.info-card {
  background: var(--surface);
  padding: 32px;
  border-top: 3px solid var(--primary);
}
.info-card h3 {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 24px;
}

.info-rows { margin-bottom: 24px; }

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

.info-icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-dim);
  flex-shrink: 0;
}
.info-icon svg { width: 18px !important; height: 18px !important; color: var(--primary); }

.info-label {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}
.info-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.info-value a { color: var(--primary); }

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

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 20px;
}

.area-chip {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mid);
  border: 1px solid var(--border-ink);
  padding: 5px 10px;
  background: var(--canvas);
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.rating-stars {
  display: flex;
  gap: 2px;
}
.rating-stars svg { width: 16px !important; height: 16px !important; color: var(--primary); }
.rating-text {
  font-size: 13px;
  color: var(--muted);
}
.rating-text strong { color: var(--ink); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.70);
  padding-top: clamp(48px, 7vw, 88px);
}

.footer-inner,
.site-footer > div:first-child {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 240px 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: clamp(40px, 6vw, 64px);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo-wrap { display: flex; align-items: flex-start; }
.footer-tagline, .footer-brand-tagline {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.55);
}

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

.footer-col ul,
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col ul a,
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.62);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col ul a:hover,
.footer-links a:hover { color: var(--primary); text-decoration: none; }

.footer-col h4 {
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  margin-bottom: 16px;
  line-height: 1.2;
}

.footer-address {
  font-style: normal;
  font-size: 14px;
  color: rgba(255,255,255,0.62);
  line-height: 1.8;
}
.footer-address a { color: rgba(255,255,255,0.62); }
.footer-address a:hover { color: var(--primary); text-decoration: none; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px clamp(20px, 4vw, 48px);
  max-width: var(--inner-max);
  margin: 0 auto;
}

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

.footer-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-stars {
  display: flex; gap: 2px;
}
.footer-stars svg { width: 13px !important; height: 13px !important; color: var(--primary); }

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

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.footer-contact-info a, .footer-email-link, .footer-phone-link {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 150ms;
}
.footer-contact-info a:hover, .footer-email-link:hover, .footer-phone-link:hover {
  color: var(--primary); text-decoration: none;
}

.footer-info-row { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.footer-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}
.footer-info-item svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; }
.footer-info-item a { color: rgba(255,255,255,0.55); }
.footer-info-item a:hover { color: var(--primary); text-decoration: none; }

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call-pill,
a.mobile-call-pill {
  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;
  box-shadow: 0 18px 40px -10px rgba(20,20,20,0.45);
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: filter 180ms, transform 180ms;
  white-space: nowrap;
}
.mobile-call-pill:hover { filter: brightness(0.88); transform: translateY(-2px); text-decoration: none; color: #fff; }
.mobile-call-pill svg { width: 18px; height: 18px; flex-shrink: 0; }

.mobile-cta,
.mobile-cta-pill {
  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;
  box-shadow: 0 18px 40px -10px rgba(20,20,20,0.45);
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: filter 180ms, transform 180ms;
}
.mobile-cta a,
a.mobile-cta-pill {
  display: flex; align-items: center; gap: 10px;
  color: #fff; text-decoration: none;
  border-radius: 999px;
}
.mobile-cta svg, .mobile-cta-pill svg { width: 20px; height: 20px; color: #fff; }

.mobile-call { position: fixed; bottom: 18px; right: 18px; z-index: 999; }
.mobile-call a {
  display: flex; align-items: center; gap: 10px;
  background: var(--primary);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(20,20,20,0.45);
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: filter 180ms, transform 180ms;
}
.mobile-call a:hover { filter: brightness(0.88); text-decoration: none; color: #fff; }
.mobile-call svg { width: 20px; height: 20px; flex-shrink: 0; }

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

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms cubic-bezier(0.22,1,0.36,1), transform 600ms cubic-bezier(0.22,1,0.36,1);
}
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 600ms cubic-bezier(0.22,1,0.36,1), transform 600ms cubic-bezier(0.22,1,0.36,1);
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms cubic-bezier(0.22,1,0.36,1), transform 600ms 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(22px);
  transition: opacity 550ms cubic-bezier(0.22,1,0.36,1), transform 550ms 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; }

/* ============================================================
   TABLE CELL SAFETY
   ============================================================ */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price {
  background: var(--accent);
  color: #fff;
}
.services-table tbody .col-service,
.services-table tbody .col-desc,
.services-table tbody .col-timeline,
.services-table tbody .col-price {
  background: transparent;
  color: var(--ink);
}


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