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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

:root {
  --primary:        #374265;
  --accent:         #1A2A52;
  --canvas:         #FFFFFF;
  --surface:        #F2F0EB;
  --ink:            #0C0C0F;
  --muted:          #5A5852;
  --neutral-dark:   #0C0C0F;
  --neutral-light:  #FFFFFF;
  --extra1:         #F2F0EB;
  --extra2:         #5A5852;
  --border:         rgba(12,12,15,0.14);
  --border-hard:    #0C0C0F;
  --surface-2:      #ECEAE4;
  --header-height:  72px;
  --section-pad:    clamp(72px, 9vh, 112px);
  --content-max:    1360px;
  --radius:         0;
  --font-display:   'Archivo Black', sans-serif;
  --font-body:      'IBM Plex Sans', sans-serif;
  --font-mono:      'IBM Plex Mono', monospace;
}

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

body {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}

/* ── UNIVERSAL IMAGE CAP ─────────────────────────────────────── */
img { max-width: 100%; height: auto; display: block; }

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

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 64px !important;
  max-width: 220px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.footer img, footer img {
  max-height: 48px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; 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; 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; }

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

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

/* ── LAYOUT UTILITIES ────────────────────────────────────────── */
.container { max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.wide-container { max-width: 1400px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.section-inner { max-width: var(--content-max); margin: 0 auto; padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px); }

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

/* ── SITE HEADER ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(12,12,15,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; text-decoration: none; }
.nav-logo img { max-height: 44px; max-width: 200px; width: auto; object-fit: contain; }

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

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

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-body);
  letter-spacing: 0.01em;
}

.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);
  text-decoration: none;
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--font-body);
  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;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  flex: 0 0 auto;
}

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

  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(12,12,15,0.08);
    z-index: 800;
  }

  .nav-pages.open { display: flex; }
  .nav-pages ul { flex-direction: column; gap: 0; width: 100%; }
  .nav-pages li { width: 100%; }
  .nav-pages a { display: block; padding: 12px 0; border-bottom: 1px solid var(--border); width: 100%; }

  .nav-cta span { display: none; }
  .nav-cta::before { content: ""; }
}

/* ── ANIMATION UTILITIES ─────────────────────────────────────── */
.fade-up    { opacity: 0; transform: translateY(32px); transition: opacity 600ms ease, transform 600ms ease; }
.fade-left  { opacity: 0; transform: translateX(-32px); transition: opacity 600ms ease, transform 600ms ease; }
.fade-right { opacity: 0; transform: translateX(32px); transition: opacity 600ms ease, transform 600ms ease; }
.scale-in   { opacity: 0; transform: scale(0.94); transition: opacity 600ms ease, transform 600ms ease; }

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

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

/* ── BUTTONS ─────────────────────────────────────────────────── */
.btn, .btn-primary, .btn-outline, .btn-ghost, .btn-banner-primary, .btn-banner-secondary,
.btn-service, .btn-submit, .btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 150ms, color 150ms, filter 150ms, transform 200ms;
  padding: 18px 32px;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: none;
}

.btn-primary, .btn-banner-primary, .btn-submit, .form-submit button, .cta-form-submit button {
  background: var(--primary);
  color: #fff;
}
.btn-primary:hover, .btn-banner-primary:hover, .btn-submit:hover,
.form-submit button:hover, .cta-form-submit button:hover {
  filter: brightness(0.88); color: #fff; text-decoration: none;
}

.btn-outline, .btn-banner-secondary {
  background: transparent;
  color: var(--neutral-light);
  border: 2px solid var(--neutral-light);
}
.btn-outline:hover, .btn-banner-secondary:hover {
  background: rgba(255,255,255,0.1); color: #fff; text-decoration: none;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--neutral-light); text-decoration: none; }

.btn-service {
  background: var(--primary);
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}
.btn-service svg { width: 18px; height: 18px; }
.btn-service:hover { filter: brightness(0.88); color: #fff; text-decoration: none; }

.btn-phone {
  background: transparent;
  color: var(--neutral-light);
  border: 2px solid rgba(255,255,255,0.5);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.btn-phone:hover { border-color: #fff; color: #fff; text-decoration: none; }

/* ── HERO ────────────────────────────────────────────────────── */
#hero, section.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
}

#hero > img:first-of-type,
section.hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  max-height: none;
}

.hero-overlay {
  background: linear-gradient(
    105deg,
    rgba(26,42,82,0.88) 0%,
    rgba(55,66,101,0.78) 40%,
    rgba(12,12,15,0.55) 100%
  );
}

.hero-inner {
  padding: clamp(72px, 10vh, 120px) clamp(24px, 5vw, 80px) clamp(64px, 8vh, 100px);
  max-width: calc(var(--content-max) + 80px);
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 92vh;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 16px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(56px, 8.5vw, 132px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  max-width: 18ch;
  margin-bottom: 24px;
}

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

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

.hero-trust-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.3);
}

.trust-chip {
  padding: 10px 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  border-right: 1px solid rgba(255,255,255,0.3);
}
.trust-chip:last-child { border-right: none; }

/* ── TRUST STRIP ─────────────────────────────────────────────── */
.trust-strip {
  background: var(--canvas);
  border-top: 1px solid var(--border-hard);
  border-bottom: 1px solid var(--border-hard);
}

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

.trust-badge {
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex: 1 1 auto;
}

.badge-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.badge-value {
  font-family: var(--font-display);
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.trust-divider {
  width: 1px;
  background: var(--border-hard);
  align-self: stretch;
}

/* contact.html trust-band variant */
.trust-band {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 16px clamp(20px, 4vw, 56px);
}
.trust-band-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* about.html trust-chip in strip */
.trust-strip .trust-chip,
.trust-band .trust-chip {
  padding: 8px 18px;
  border: 2px solid var(--border-hard);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

/* ── SERVICE AREAS MARQUEE ───────────────────────────────────── */
.service-areas-marquee {
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  position: relative;
  z-index: 1;
}

.service-areas-marquee .marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}

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

.marquee-item {
  font-family: var(--font-mono);
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0 20px;
}

.marquee-sep {
  color: var(--primary);
  font-size: 20px;
  font-weight: 900;
  padding: 0 4px;
  align-self: center;
  flex: 0 0 auto;
}

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

/* ── BRAND BAND ──────────────────────────────────────────────── */
.brand-band {
  background: var(--primary);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 56px);
  overflow: hidden;
}

.brand-band-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.brand-band-claim {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 96px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  max-width: 22ch;
}

/* ── PAGE HEADER (sub-pages) ─────────────────────────────────── */
.page-header {
  min-height: clamp(280px, 40vh, 480px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

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

.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.82) 0%, rgba(12,12,15,0.4) 60%, transparent 100%);
  pointer-events: none;
}

.page-header-inner {
  position: relative; z-index: 2;
  padding: clamp(32px, 5vw, 64px) clamp(24px, 5vw, 80px) clamp(40px, 6vh, 72px);
  max-width: calc(var(--content-max) + 80px);
  margin: 0 auto; width: 100%;
}

.page-header-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
}

.page-header-title, .page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
}

.page-header-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,0.75);
  max-width: 56ch;
  margin-top: 14px;
  line-height: 1.55;
}

/* ── SECTION HEADINGS ────────────────────────────────────────── */
.section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.section-eyebrow-light {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 40px;
}

.section-title em { font-style: normal; color: var(--primary); }

.section-title-light {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  margin-bottom: 40px;
}
.section-title-light em { font-style: normal; color: rgba(255,255,255,0.55); }

/* ── SERVICES SECTION ────────────────────────────────────────── */
.services { background: var(--canvas); }

.services-header { margin-bottom: 48px; }
.services-header h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}

.services-bento { display: flex; flex-direction: column; gap: 24px; }

/* Flagship */
.service-flagship {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background: var(--neutral-dark);
  cursor: pointer;
}

.service-flagship > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  max-height: none;
  filter: grayscale(25%);
}

.flagship-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(26,42,82,0.88) 0%, rgba(26,42,82,0.5) 60%, transparent 100%);
}

.flagship-body {
  position: relative; z-index: 2;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  max-width: 60%;
}

.flagship-body .service-index {
  font-family: var(--font-mono);
  font-size: clamp(56px, 9vw, 120px);
  font-weight: 600;
  color: rgba(255,255,255,0.12);
  line-height: 1;
  position: absolute;
  top: 28px; right: 48px;
  letter-spacing: -0.04em;
}

.flagship-title, .flagship-body h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  margin-bottom: 16px;
}

.flagship-body p {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 1.6;
  max-width: 48ch;
  margin-bottom: 8px;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  overflow: hidden;
}

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

.service-card-img-wrap {
  overflow: hidden;
  height: 200px;
  background: var(--surface-2);
  position: relative;
}

.service-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  max-height: none;
  filter: grayscale(15%);
  transition: transform 400ms ease;
}

.service-card:hover .service-card-img-wrap img { transform: scale(1.04); }

.service-card-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.service-card-body h3 {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

.service-index-sm {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.1em;
}

.service-card-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
}

.service-card-arrow {
  display: inline-block;
  font-size: 18px;
  color: var(--primary);
  font-weight: 700;
  margin-top: 8px;
  transition: transform 200ms;
}
.service-card:hover .service-card-arrow { transform: translateX(4px); }

/* service index on flagship */
.service-index {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.services-more {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.services-more-note {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* services.html — service-block layout */
.services-list { background: var(--canvas); }

.service-block {
  border-bottom: 1px solid var(--border);
}
.service-block:nth-child(even) { background: var(--surface); }

.service-block-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 480px;
}

.service-block.reverse .service-block-inner {
  direction: rtl;
}
.service-block.reverse .service-block-body { direction: ltr; }
.service-block.reverse .service-block-photo { direction: ltr; }

.service-block-photo {
  overflow: hidden;
  position: relative;
  min-height: 380px;
}
.service-block-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(10%);
}

.service-block-body {
  padding: clamp(40px, 6vw, 72px) clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-block-body h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 16px;
  margin-top: 8px;
}

.service-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}

.service-desc {
  font-size: 15px;
  line-height: 1.68;
  color: var(--muted);
  margin-bottom: 10px;
}

.service-bullets {
  list-style: none;
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-bullets li {
  font-size: 14px;
  color: var(--ink);
  padding-left: 18px;
  position: relative;
}
.service-bullets li::before {
  content: '';
  position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px;
  background: var(--primary);
}

/* ── REVIEWS SECTION ─────────────────────────────────────────── */
.reviews { background: var(--surface); }

.reviews-header { margin-bottom: 40px; }
.reviews-header h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.reviews-rating-block {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 40px;
  padding: 28px 32px;
  border: 2px solid var(--border-hard);
  background: var(--canvas);
}

.rating-score-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.rating-score {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.03em;
}

.rating-stars {
  display: flex;
  gap: 3px;
}
.rating-stars svg {
  width: 20px; height: 20px;
  color: var(--primary);
  fill: var(--primary);
}

.rating-count {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

.rating-copy-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.rating-copy {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
}

.guarantee-block {
  background: var(--primary);
  padding: 32px 36px;
}

.guarantee-inner { max-width: 900px; }

.guarantee-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
}

.guarantee-quote {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 900;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--neutral-light);
  text-transform: uppercase;
}

/* ── GALLERY SECTION ─────────────────────────────────────────── */
.gallery { background: var(--canvas); }
.gallery-section { background: var(--canvas); }

.gallery-header { margin-bottom: 36px; }
.gallery-header h2, .gallery-section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.gallery-section-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.gallery-heading-block { margin-bottom: 0; }

.gallery-container {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.gallery-count {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

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

.filter-pill {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid var(--border-hard);
  color: var(--ink);
  cursor: pointer;
  border-radius: 0;
  transition: background 150ms, color 150ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

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

.gallery-card {
  background: var(--surface);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gallery-card.featured {
  grid-column: span 2;
}

.gallery-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery-card.featured .gallery-card-img-wrap { aspect-ratio: 16 / 9; }

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

.gallery-card-num {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em;
  background: var(--primary);
  color: #fff;
  padding: 4px 9px;
}

.gallery-card-cat {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(12,12,15,0.75);
  color: #fff;
  padding: 4px 9px;
}

.gallery-card-body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gallery-card-body h3 {
  font-family: var(--font-display);
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

.gallery-card-location {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 4px;
}
.gallery-card-location svg { width: 12px; height: 12px; }

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

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

.gallery-card-stat {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 3px 8px;
  border: 1px solid var(--border);
}

.gallery-card-stat-val { color: var(--ink); }
.gallery-card-stat-lbl { color: var(--muted); font-size: 10px; }

.gallery-feature {
  margin-bottom: 24px;
  overflow: hidden;
}
.gallery-feature img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  max-height: none;
  filter: grayscale(10%);
}

.gallery-cta { margin-top: 40px; }

/* ── FAQ SECTION ─────────────────────────────────────────────── */
.faq { background: var(--surface); }

.faq-header { margin-bottom: 40px; }
.faq-header h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

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

details.faq-item {
  border-bottom: 1px solid var(--border-hard);
  padding: 0;
}

details.faq-item > summary.faq-question {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  gap: 24px;
}
details.faq-item > summary.faq-question::-webkit-details-marker { display: none; }

details.faq-item > summary.faq-question::after {
  content: "+";
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 24px;
  color: var(--ink);
  flex: 0 0 auto;
  transition: transform 200ms, color 200ms;
}
details.faq-item[open] > summary.faq-question::after {
  transform: rotate(45deg);
  color: var(--primary);
}

.faq-answer {
  padding-bottom: 20px;
}
.faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

/* ── TEAM CTA ────────────────────────────────────────────────── */
.team-cta {
  background: var(--primary);
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 56px);
}

.team-cta-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.team-cta-copy {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  flex: 1;
}

.team-cta-inner a {
  background: var(--neutral-light);
  color: var(--primary);
  padding: 18px 32px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  flex: 0 0 auto;
  border-radius: 0;
  transition: filter 150ms;
}
.team-cta-inner a:hover { filter: brightness(0.92); text-decoration: none; }

/* ── CONTACT SECTION ─────────────────────────────────────────── */
.contact { background: var(--canvas); }
.contact-section { background: var(--canvas); }

.contact-header { margin-bottom: 48px; }
.contact-header h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-form-side, .contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-section-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 16px;
}

.contact-form-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 28px;
}

.contact-form-side h2, .contact-form-side > form > h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 28px;
}

.contact-info-side, .contact-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-info-block, .info-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-info-label, .info-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.info-phone-big {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--primary);
}

.info-phone-alt {
  font-size: 15px;
  color: var(--muted);
}

/* ── FORMS ───────────────────────────────────────────────────── */
.form-group, .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  position: relative;
}

.form-label, label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-input, .form-textarea, .form-select,
input[type="text"], input[type="email"], input[type="tel"],
input[type="name"], textarea, select {
  width: 100%;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border-hard);
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  outline: none;
  transition: border-color 150ms;
  appearance: none;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--primary);
}

textarea, .form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

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

.form-submit button, .btn-submit, .cta-form-submit button {
  width: 100%;
  padding: 18px 32px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 150ms;
}
.form-submit button:hover, .btn-submit:hover, .cta-form-submit button:hover {
  filter: brightness(0.88);
}

.form-note {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: block;
  text-align: center;
  margin-top: 8px;
}

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

/* ── CTA BANNER ──────────────────────────────────────────────── */
.cta-banner {
  background: var(--primary);
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 56px);
}

.cta-banner-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.cta-banner-text, .cta-banner-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cta-banner-text-eyebrow, .cta-banner-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
}

.cta-banner-headline, .cta-banner-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  margin-bottom: 20px;
}

.cta-phone-link {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 900;
  color: var(--neutral-light);
  text-decoration: none;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 8px;
}
.cta-phone-link:hover { color: rgba(255,255,255,0.8); text-decoration: none; }

.cta-phone-note {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 28px;
}

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

.cta-banner-form, .cta-form {
  background: var(--canvas);
  padding: 32px 28px;
}

.cta-form-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 20px;
}

.cta-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.cta-form-row:has(> :only-child) { grid-template-columns: 1fr; }
.cta-form-row .form-field { margin-bottom: 0; }

.cta-banner-right { display: flex; flex-direction: column; gap: 0; }

/* ── ABOUT SECTION ───────────────────────────────────────────── */
.about-section { background: var(--canvas); }

.about-section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-text-col { display: flex; flex-direction: column; }

.about-text-col h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 24px;
}
.about-text-col h2 em { font-style: normal; color: var(--primary); }

.about-body { margin-bottom: 28px; }
.about-body p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 16px;
}

.about-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 4px solid var(--primary);
}

.about-chip {
  padding: 8px 16px;
  border: 2px solid var(--border-hard);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
}

.about-photo-col { overflow: hidden; }
.about-photo-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
}

/* ── FOUNDER STORY ───────────────────────────────────────────── */
.founder-story { background: var(--surface); }

.founder-story-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}

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

.founder-portrait-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
  max-height: none !important;
}

.founder-portrait-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--primary);
  color: #fff;
  padding: 12px 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-story-col { display: flex; flex-direction: column; }

.founder-story-col h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 24px;
}
.founder-story-col h2 em { font-style: normal; color: var(--primary); }

.founder-body p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 16px;
}

/* ── VALUES CARDS ────────────────────────────────────────────── */
.values-cards { background: var(--canvas); }

.values-cards-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

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

.value-card {
  background: var(--surface);
  padding: 32px 28px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.value-num {
  font-family: var(--font-mono);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 600;
  color: rgba(55,66,101,0.14);
  line-height: 1;
  letter-spacing: -0.04em;
}

.value-title {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

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

/* ── JOURNEY TIMELINE ────────────────────────────────────────── */
.journey-timeline {
  background: var(--accent);
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.journey-timeline-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

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

.timeline-step {
  padding: 28px 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.timeline-dot {
  width: 10px; height: 10px;
  background: var(--neutral-light);
  border-radius: 50%;
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.timeline-year {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.timeline-title {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--neutral-light);
}

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

/* ── CREW STRIP ──────────────────────────────────────────────── */
.crew-strip { background: var(--surface); }

.crew-strip-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

.crew-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 48px;
}

.crew-fact {
  padding: 36px 28px;
  background: var(--canvas);
  border: 1px solid var(--border);
}

.crew-fact-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.crew-fact-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
  margin-bottom: 12px;
}

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

/* ── CREDENTIALS ─────────────────────────────────────────────── */
.credentials { background: var(--canvas); }

.credentials-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(72px, 9vh, 112px) clamp(20px, 4vw, 56px);
}

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

.credential-card {
  padding: 28px;
  border: 2px solid var(--border-hard);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.credential-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}

.credential-value {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

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

/* ── GUARANTEE ───────────────────────────────────────────────── */
.guarantee-strip, .guarantee-band {
  background: var(--primary);
  padding: clamp(64px, 8vw, 96px) clamp(20px, 4vw, 56px);
}

.guarantee-inner, .guarantee-band-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.guarantee-label, .guarantee-body-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.guarantee-body-headline, .guarantee-title, .guarantee-strip h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--neutral-light);
  max-width: 20ch;
}

.guarantee-body-text, .guarantee-text {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.65;
  color: rgba(255,255,255,0.8);
  max-width: 64ch;
}

/* ── SERVICE AREA PILLS ──────────────────────────────────────── */
.service-area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.area-pill {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid var(--border);
  color: var(--ink);
  background: transparent;
}

/* ── FOOTER ──────────────────────────────────────────────────── */
.site-footer {
  background: var(--neutral-dark);
  color: rgba(255,255,255,0.75);
}

.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 72px clamp(20px, 4vw, 56px) 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 72px clamp(20px, 4vw, 56px) 48px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand { display: flex; flex-direction: column; gap: 12px; }

.footer-brand-logo img, .footer-brand img { max-height: 40px !important; }

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--neutral-light);
  letter-spacing: -0.01em;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
  max-width: 32ch;
}

.footer-since, .footer-cert {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.footer-brand-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
}

.footer-brand-creds {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
}

.footer-col { display: flex; flex-direction: column; gap: 12px; }

.footer-col-title, .footer-col-head {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}

.footer-col-head-spaced { margin-top: 24px; }

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

.footer-col a, .footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col a:hover, .footer-links a:hover {
  color: var(--neutral-light);
  text-decoration: none;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}
.footer-contact-item a { color: rgba(255,255,255,0.65); }
.footer-contact-item a:hover { color: #fff; }
.footer-contact-item svg { width: 16px; height: 16px; flex: 0 0 auto; }

.footer-contact-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  display: block;
  margin-bottom: 4px;
}

.footer-contact-line {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 4px;
}
.footer-contact-line a { color: rgba(255,255,255,0.65); }
.footer-contact-line a:hover { color: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px clamp(20px, 4vw, 56px);
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p, .footer-copy, .footer-bottom-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}

.footer-license {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}

.footer-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-cert-badge, .footer-cert {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.12);
}

.footer-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-award {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.1);
}

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

.mobile-call-pill:hover,
.mobile-call-btn:hover,
.mobile-sticky-cta:hover,
.mobile-cta:hover {
  filter: brightness(0.88);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

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

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

/* ── MISC SECTIONS ───────────────────────────────────────────── */
.scroll-progress, #scrollProgress, #scroll-progress,
.scroll-bar, #scrollBar {
  position: fixed; top: 0; left: 0;
  height: 3px; width: 0;
  background: var(--primary);
  z-index: 9999;
}

/* Ratings block standalone (about / reviews) */
.guarantee-strip .guarantee-block {
  background: transparent;
  padding: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .service-block-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .service-block.reverse .service-block-inner { direction: ltr; }
  .service-block-photo { min-height: 260px; }
  .service-block-photo img { position: static; width: 100%; height: 260px; }

  .about-section-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-photo-col { order: -1; }

  .contact-split, .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: clamp(48px, 7vw, 80px) clamp(20px, 4vw, 56px);
  }

  .cta-banner-inner { grid-template-columns: 1fr; gap: 40px; }

  .footer-inner, .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand { grid-column: 1 / -1; }

  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
  .crew-facts { grid-template-columns: 1fr; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card.featured { grid-column: span 2; }

  .founder-story-inner { grid-template-columns: 1fr; gap: 40px; }

  .form-row, .cta-form-row { grid-template-columns: 1fr; }

  .flagship-body { max-width: 100%; padding: 24px 24px 32px; }
  .flagship-body .service-index { right: 20px; font-size: 56px; }
  .service-flagship { min-height: 340px; }

  .hero-trust-chips { display: none; }

  .reviews-rating-block { flex-direction: column; gap: 20px; }

  .trust-strip-inner { flex-wrap: wrap; }
  .trust-divider { display: none; }
  .trust-badge { flex: 1 1 40%; border-bottom: 1px solid var(--border); }
}

@media (max-width: 640px) {
  .hero-title { font-size: clamp(44px, 12vw, 72px); }
  .services-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .timeline-steps { grid-template-columns: 1fr; }
  .credentials-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.featured { grid-column: span 1; }
  .footer-inner, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .brand-band-claim { font-size: clamp(28px, 8vw, 52px); }
  .cta-form-row { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn, .hero-ctas a { width: 100%; justify-content: center; }
}


/* === 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; }
.cta-banner-text { grid-column: 1 / -1; }
.cta-form-field { grid-column: 1 / -1; }
.cta-form-submit { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.contact-form-side { grid-column: 1 / -1; }
.contact-info-side { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
/* validator patch: keep the hero photo visible, no smothering dark band */
.hero-overlay { background: linear-gradient(to top, rgba(0,0,0,0.66), rgba(0,0,0,0.34) 38%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 100%), linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0) 58%) !important; }
