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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #2C2C2C;
  --accent:         #555555;
  --canvas:         #FFFFFF;
  --surface:        #F7F4ED;
  --ink:            #141414;
  --muted:          #6B665C;
  --ink-mid:        #3A3A3A;
  --border:         rgba(44,44,44,0.14);
  --border-strong:  rgba(44,44,44,0.30);
  --overlay-dark:   rgba(10,10,10,0.58);
  --overlay-tint:   rgba(20,18,14,0.72);
  --radius:         0px;
  --header-height:  72px;
  --section-py:     clamp(96px, 12vh, 180px);
  --container-w:    1440px;
  --wide-w:         1400px;
}

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

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

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

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

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

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

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

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

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

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

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

/* Heading anchor reset */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

h1 { font-size: clamp(48px, 8vw, 132px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.5vw, 36px); }

p { line-height: 1.7; }

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; }

/* Eyebrow label style */
.section-eyebrow,
.page-eyebrow, .page-header-eyebrow,
.about-eyebrow, .about-magazine-eyebrow, .about-story .about-eyebrow,
.service-eyebrow, .contact-form-eyebrow, .cta-banner-label, .cta-banner-eyebrow,
.info-card-label, .info-block-eyebrow, .trust-strip-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}
.section-eyebrow::before,
.about-magazine-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  vertical-align: middle;
  margin-right: 10px;
}

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

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

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

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

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

.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !important;
}

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

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
  color: var(--ink);
  text-decoration: none;
  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); }

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

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-cta-text { display: none; }
  .nav-cta { padding: 10px 12px; }

  ul#navLinks, ul.nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    gap: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    justify-content: flex-start;
    z-index: 800;
  }
  ul#navLinks.open, ul.nav-pages.open { display: flex; }
  .nav-pages a { font-size: 17px; padding: 10px 0; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-service,
.btn-submit,
.btn-banner,
.btn-cta-outline,
.btn-dark,
.btn-white,
.btn-outline-white,
.btn-phone,
.btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: filter 160ms, transform 160ms, background 160ms, color 160ms;
  line-height: 1;
  white-space: nowrap;
}
.btn, .btn-primary, .btn-submit, .btn-banner, .btn-dark {
  background: var(--primary);
  color: var(--canvas);
}
.btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-banner:hover, .btn-dark:hover {
  filter: brightness(0.85);
  color: var(--canvas);
  text-decoration: none;
}
.btn-white, .btn-cta-white {
  background: var(--canvas);
  color: var(--primary);
}
.btn-white:hover, .btn-cta-white:hover {
  background: var(--surface);
  color: var(--primary);
  text-decoration: none;
}
.btn-outline-white, .btn-cta-outline {
  background: transparent;
  color: var(--canvas);
  border: 2px solid var(--canvas);
}
.btn-outline-white:hover, .btn-cta-outline:hover {
  background: var(--canvas);
  color: var(--primary);
  text-decoration: none;
}
.btn-phone {
  background: transparent;
  color: var(--canvas);
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-service {
  background: var(--primary);
  color: var(--canvas);
  margin-top: 8px;
}
.btn-service svg { width: 16px; height: 16px; }

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

.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(10,9,8,0.18) 0%,
    rgba(16,14,10,0.42) 50%,
    rgba(20,16,10,0.82) 100%
  );
}

.hero-ribbon {
  position: absolute;
  top: clamp(80px, 10vw, 120px);
  right: clamp(24px, 4vw, 64px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--canvas);
  padding: 10px 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-ribbon-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--canvas);
  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.4; transform: scale(0.7); }
}

.hero-inner {
  padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 80px);
  max-width: 860px;
}

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

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

.hero-sub {
  font-size: clamp(15px, 1.4vw, 19px);
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  max-width: 52ch;
  margin-bottom: 36px;
}

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

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

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

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-section {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
  background: var(--surface);
  position: relative;
  z-index: 1;
}

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

.marquee-section:hover .marquee-track { 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, 18px);
  line-height: 1.2;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.marquee-item.hi { color: var(--ink); }

.marquee-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--canvas);
  padding: clamp(48px, 6vh, 80px) 0;
  border-bottom: 1px solid var(--border);
}

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

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

.trust-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

/* ============================================================
   SERVICES (tab panel)
   ============================================================ */
#services.services {
  background: var(--surface);
  padding-block: var(--section-py);
}

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

.services-hd {
  margin-bottom: 40px;
}

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

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

.service-tab {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 18px;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-radius: 0;
  transition: background 160ms, color 160ms, border-color 160ms;
}
.service-tab:hover { border-color: var(--primary); color: var(--ink); }
.service-tab.active {
  background: var(--primary);
  color: var(--canvas);
  border-color: var(--primary);
}

.services-panels { position: relative; }

.service-panel {
  display: none;
  grid-template-columns: 45% 1fr;
  gap: 0;
  min-height: 480px;
  background: var(--canvas);
}
.service-panel.active { display: grid; }

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

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

.service-panel-num {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--primary);
  opacity: 0.12;
  position: absolute;
  top: -16px;
  right: 32px;
  pointer-events: none;
  user-select: none;
}

.service-panel-title,
.service-panel-body h3 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-top: 32px;
}

.service-panel-body p {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.68;
  max-width: 52ch;
}

.service-panel-cta { margin-top: 8px; }

@media (max-width: 900px) {
  .service-panel.active { grid-template-columns: 1fr; }
  .service-panel > img,
  .service-panel-img { min-height: 260px; max-height: 320px; }
  .service-panel-body { padding: 28px 24px; }
  .service-panel-num { font-size: 64px; top: -8px; right: 16px; }
}

/* Services detail page */
.services-detail {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  padding-block: var(--section-py);
}

.service-block {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 0;
  margin-bottom: 80px;
  background: var(--canvas);
}

.service-block:nth-child(even) {
  direction: rtl;
}
.service-block:nth-child(even) > * { direction: ltr; }

.service-block-photo {
  overflow: hidden;
  max-height: 520px;
}
.service-block-photo img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 520px;
  object-fit: cover;
}

.service-block-content {
  padding: clamp(40px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background: var(--surface);
}

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

.service-index {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--primary);
  opacity: 0.15;
  line-height: 1;
}

.service-block-content h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.0;
  margin-top: -8px;
}

.service-block-copy {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 54ch;
}

@media (max-width: 900px) {
  .service-block { grid-template-columns: 1fr; direction: ltr; }
  .service-block-photo { max-height: 280px; }
  .service-block-photo img { min-height: 220px; max-height: 280px; }
  .service-block-content { padding: 32px 24px; }
}

/* Jump nav */
.services-jump-nav {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: var(--header-height);
  z-index: 800;
  overflow-x: auto;
}
.services-jump-inner {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: flex;
  gap: 0;
  overflow-x: auto;
}
.services-jump-inner a {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 20px;
  white-space: nowrap;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 150ms, border-color 150ms;
}
.services-jump-inner a:hover { color: var(--ink); border-bottom-color: var(--primary); text-decoration: none; }

/* Credential band */
.credential-band {
  background: var(--primary);
  padding: 18px 0;
  overflow: hidden;
}
.credential-band-inner {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cred-chip {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.28);
}

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}
.page-header-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(10,9,8,0.3) 0%, rgba(16,14,10,0.72) 100%);
  pointer-events: none;
}
.page-header-inner {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 5vw, 80px);
  max-width: var(--container-w);
  margin-inline: auto;
  width: 100%;
}
.page-header-inner h1,
.page-header-inner .page-title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--canvas);
  max-width: 18ch;
}
.page-header-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
}
.page-header-sub, .page-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  margin-top: 12px;
  line-height: 1.55;
}
.page-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

/* ============================================================
   GALLERY (index preview)
   ============================================================ */
#gallery.gallery-preview {
  background: var(--canvas);
  padding-block: var(--section-py);
}

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

.gallery-preview-hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 24px;
}
.gallery-preview-hd a {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  flex-shrink: 0;
}

.gallery-feature-wrap {
  position: relative;
  overflow: hidden;
  max-height: 600px;
  background: var(--ink);
}
.gallery-feature-wrap > img {
  width: 100%;
  max-height: 600px;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}
.gallery-feature-wrap:hover > img { transform: scale(1.02); }

.gallery-info-panel {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: clamp(24px, 3vw, 40px);
  background: linear-gradient(to top, rgba(10,9,8,0.88) 0%, transparent 100%);
  color: var(--canvas);
  z-index: 2;
}
.gallery-info-panel .eyebrow-sm {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 8px;
  display: block;
}
.gallery-info-panel h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  color: var(--canvas);
  line-height: 1.0;
  margin-bottom: 16px;
}
.gallery-info-panel a {
  color: var(--canvas);
  border-bottom: 1px solid rgba(255,255,255,0.45);
}

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

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

.gallery-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  gap: 24px;
}
.gallery-header-left h2,
.gallery-section-title {
  font-size: clamp(36px, 5vw, 64px);
}
.gallery-count {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.filter-pill {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  border-radius: 0;
  transition: background 150ms, color 150ms, border-color 150ms;
}
.filter-pill.active, .filter-pill:hover {
  background: var(--primary);
  color: var(--canvas);
  border-color: var(--primary);
}

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

.gallery-card {
  background: var(--canvas);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gallery-card:hover .gallery-card-img img { transform: scale(1.04); }

.gallery-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.gallery-card-img img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform 500ms ease;
}
.card-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--primary);
  color: var(--canvas);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  z-index: 2;
}
.card-cat-tag {
  position: absolute;
  top: 12px; right: 12px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  z-index: 2;
}

.gallery-card-body {
  padding: 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gallery-card-body h3 {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.15;
  color: var(--ink);
}
.card-location {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-location svg { width: 12px; height: 12px; flex-shrink: 0; }
.card-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
}
.card-meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.card-meta-item {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 3px 8px;
  border: 1px solid var(--border);
}

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-header-row { flex-direction: column; align-items: flex-start; }
}

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

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

.service-areas-left h2 {
  font-size: clamp(28px, 3.5vw, 52px);
  margin-bottom: 16px;
}
.service-areas-left p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}

.areas-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}

.area-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--border-strong);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mid);
  background: var(--canvas);
  transition: background 150ms, border-color 150ms, color 150ms;
}
.area-pill:hover { background: var(--primary); color: var(--canvas); border-color: var(--primary); }

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

/* ============================================================
   FAQ
   ============================================================ */
#faq.faq {
  background: var(--canvas);
  padding-block: var(--section-py);
}

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

.faq-hd {
  margin-bottom: 48px;
}
.faq-hd h2 { font-size: clamp(32px, 4.5vw, 64px); }

.faq-list { border-top: 1px solid var(--border); }

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

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

.faq-chevron {
  width: 20px; height: 20px;
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 220ms, color 220ms;
}
details.faq[open] > summary .faq-chevron {
  transform: rotate(180deg);
  color: var(--primary);
}
details.faq[open] > summary { color: var(--primary); }

details.faq > summary::after { display: none; }

.faq-answer {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.7;
  padding-bottom: 24px;
  max-width: 68ch;
}

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

.about-story-inner {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.about-portrait-col { position: relative; }
.about-portrait-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.about-portrait-caption {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.about-portrait-caption-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 4px;
}
.about-portrait-caption-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.about-portrait-caption-title {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.4;
}

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

.about-story-headline {
  font-size: clamp(32px, 4vw, 60px);
  margin-bottom: 32px;
}

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

.about-pull-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.35;
  color: var(--ink);
  padding: 24px 0 24px 28px;
  border-left: 3px solid var(--primary);
  margin: 32px 0;
}

.about-story-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

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

/* ============================================================
   ABOUT MAGAZINE
   ============================================================ */
.about-magazine {
  background: var(--surface);
  padding-block: var(--section-py);
}

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

.about-magazine-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.about-magazine-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px; height: 2px;
  background: var(--primary);
}

.about-magazine-headline {
  font-size: clamp(28px, 3.5vw, 52px);
  margin-bottom: 24px;
}

.about-magazine-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 24px;
  max-width: 58ch;
}

.about-mag-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.38;
  color: var(--ink);
  padding: 20px 0 20px 24px;
  border-left: 3px solid var(--primary);
  margin-top: 24px;
}

.about-magazine-photo-wrap {
  position: relative;
}
.about-magazine-photo-wrap > img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
.about-magazine-photo-accent {
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: -20px;
  right: -20px;
  background: var(--primary);
  z-index: 1;
}
.about-magazine-award {
  position: absolute;
  bottom: 24px;
  left: -24px;
  background: var(--primary);
  color: var(--canvas);
  padding: 20px 24px;
  z-index: 3;
  min-width: 140px;
}
.about-magazine-award-year {
  font-family: 'Archivo Black', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--canvas);
}
.about-magazine-award-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 6px;
}

@media (max-width: 900px) {
  .about-magazine-inner { grid-template-columns: 1fr; }
  .about-magazine-photo-accent { display: none; }
  .about-magazine-award { left: 0; bottom: 0; }
}

/* ============================================================
   CREDENTIALS
   ============================================================ */
#credentials.credentials {
  background: var(--canvas);
  padding-block: var(--section-py);
}

.credentials-inner {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.credentials-inner h2 { margin-bottom: 48px; font-size: clamp(32px, 4.5vw, 64px); }

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

.cred-badge {
  padding: 32px;
  background: var(--surface);
  border-left: 3px solid var(--primary);
}
.cred-badge-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}
.cred-badge-number {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.credentials-certs-heading {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

.credentials-certs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border: 1px solid var(--border);
  background: var(--surface);
}
.cert-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}
.cert-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-mid);
}

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

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

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

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
}

.value-card {
  background: var(--canvas);
  padding: clamp(28px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.value-card h3 {
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.1;
  color: var(--ink);
}

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

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

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

.journey-inner {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
}
.journey-inner > h2,
.journey-inner > .section-eyebrow {
  color: var(--canvas);
}
.journey-inner .section-eyebrow { color: rgba(255,255,255,0.6); }
.journey-inner h2 { color: var(--canvas); margin-bottom: 48px; }

.journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 8px;
}

.journey-track {
  position: absolute;
  top: 12px; left: 0; right: 0;
  height: 1px;
  background: rgba(255,255,255,0.2);
  z-index: 0;
}

.journey-step {
  position: relative;
  z-index: 1;
  padding-top: 32px;
}

.journey-dot {
  position: absolute;
  top: 0; left: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--canvas);
  border: 3px solid var(--primary);
  outline: 3px solid rgba(255,255,255,0.3);
}

.journey-year {
  font-family: 'Archivo Black', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}

.journey-milestone {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--canvas);
  margin-bottom: 8px;
}

.journey-detail {
  font-size: 13.5px;
  color: rgba(255,255,255,0.62);
  line-height: 1.6;
}

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

/* ============================================================
   TEAM CTA (index CTA band)
   ============================================================ */
#about-cta.team-cta {
  background: var(--primary);
  padding-block: var(--section-py);
}

.team-cta-inner {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.team-cta-text h2 {
  font-size: clamp(30px, 4vw, 58px);
  color: var(--canvas);
}
.team-cta-text p {
  color: rgba(255,255,255,0.7);
  margin-top: 8px;
}

.team-cta-inner > a {
  background: var(--canvas);
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 36px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: filter 150ms;
}
.team-cta-inner > a:hover { filter: brightness(0.9); text-decoration: none; }

/* ============================================================
   CTA BANNER (services/about/gallery pages)
   ============================================================ */
.cta-banner {
  background: var(--primary);
  padding-block: clamp(64px, 8vh, 120px);
}

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

.cta-banner-left h2,
.cta-banner-headline { color: var(--canvas); font-size: clamp(28px, 3.5vw, 52px); margin-bottom: 12px; }
.cta-banner-eyebrow { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.6); display: block; margin-bottom: 10px; }
.cta-banner-sub, .cta-banner-note { color: rgba(255,255,255,0.7); font-size: 15px; margin-top: 8px; }
.cta-banner-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.6); display: block; margin-bottom: 12px; }

.cta-banner-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.cta-banner-actions a { white-space: nowrap; }

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

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

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

.contact-form-hd { margin-bottom: 32px; }
.contact-form-hd h2,
.contact-form-col > h2 { font-size: clamp(28px, 3.5vw, 48px); }
.contact-form-eyebrow { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--primary); display: block; margin-bottom: 10px; }
.contact-form-intro { font-size: 15px; color: var(--muted); line-height: 1.65; margin-bottom: 28px; }

.contact-form { display: flex; flex-direction: column; gap: 20px; }

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group.full { grid-column: 1 / -1; }

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

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

.form-group textarea { min-height: 140px; resize: vertical; }

.form-submit {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.btn-submit {
  background: var(--primary);
  color: var(--canvas);
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}
.btn-submit:hover { filter: brightness(0.85); }

.form-note {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  text-align: center;
}

/* Contact info col */
.contact-info-hd { margin-bottom: 24px; }
.contact-info-hd h2 { font-size: clamp(22px, 2.4vw, 32px); }

.contact-info-card {
  background: var(--surface);
  padding: 32px;
}
.info-card-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--primary); display: block; margin-bottom: 20px; }

.contact-info-block { display: flex; flex-direction: column; gap: 24px; }
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.info-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--primary); margin-top: 2px; }
.info-icon svg { width: 20px; height: 20px; }

.info-block-eyebrow, .info-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}

.info-block-value, .info-value {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.info-block-value a, .info-value a { color: var(--ink); }
.info-block-value a:hover, .info-value a:hover { color: var(--primary); }
.info-block-note { font-size: 12px; color: var(--muted); margin-top: 4px; }

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}
.day, .time { font-size: 14px; color: var(--ink-mid); }
.day { font-weight: 600; }

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

/* Contact page variant */
.contact-form-col { display: flex; flex-direction: column; }

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

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

.footer-grid {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(40px, 5vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand { grid-column: 1; }
.footer-brand img,
.footer-brand-col img {
  filter: brightness(0) invert(1);
  max-height: 40px !important;
  margin-bottom: 16px;
}
.footer-brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--canvas);
  margin-bottom: 8px;
}
.footer-tagline {
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  max-width: 24ch;
  margin-bottom: 16px;
}

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

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

.footer-col ul a,
.footer-links a,
.footer-links li a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.62);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col ul a:hover,
.footer-links a:hover { color: var(--canvas); text-decoration: none; }

.footer-phone a,
.footer-email a,
.footer-contact-value a {
  color: rgba(255,255,255,0.62);
  text-decoration: none;
}
.footer-phone a:hover,
.footer-email a:hover,
.footer-contact-value a:hover { color: var(--canvas); }

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.62);
}
.footer-contact-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  display: block;
  margin-bottom: 2px;
}
.footer-contact-value { font-size: 13px; color: rgba(255,255,255,0.62); }

.footer-creds { display: flex; flex-direction: column; gap: 8px; }
.footer-cred-item {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.4;
}

.footer-hours-row { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; font-size: 13px; margin-bottom: 6px; }
.footer-hours-row span:first-child { color: rgba(255,255,255,0.55); }

.footer-socials { display: flex; gap: 12px; margin-top: 16px; }
.footer-social-link {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.55);
  transition: background 150ms, color 150ms;
}
.footer-social-link:hover { background: var(--canvas); color: var(--ink); text-decoration: none; }
.footer-social-link svg { width: 16px; height: 16px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-rating { font-size: 12px; color: rgba(255,255,255,0.35); }

.footer-licenses { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-license,
.footer-license-line {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  font-family: 'Archivo', monospace;
}

.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11px; color: rgba(255,255,255,0.3); }
.footer-legal a:hover { color: rgba(255,255,255,0.7); text-decoration: none; }

@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 240px 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-call-pill,
.mobile-cta a,
.mobile-call-cta a,
a#mobileCall {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  background: var(--primary);
  color: var(--canvas) !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: filter 150ms, transform 150ms;
}
.mobile-call-pill:hover,
a#mobileCall:hover {
  filter: brightness(0.85);
  transform: translateY(-2px);
  text-decoration: none !important;
}
.mobile-call-pill svg,
.mobile-cta svg,
.mobile-call-cta svg {
  width: 20px; height: 20px;
  flex-shrink: 0;
}

.mobile-cta,
.mobile-call-cta {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
}
.mobile-cta a,
.mobile-call-cta a { position: static; }

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

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 640ms ease, transform 640ms ease;
}
.fade-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 640ms ease, transform 640ms ease;
}
.fade-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 640ms ease, transform 640ms ease;
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 560ms ease, transform 560ms ease;
}
.stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.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; }
.stagger.visible > *:nth-child(n+9) { transition-delay: 640ms; }

/* ============================================================
   SERVICE CARD HOVER (generic)
   ============================================================ */
.service-card {
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

/* ============================================================
   REVIEW CARD
   ============================================================ */
.review-card {
  padding: 28px;
  border-radius: 0;
  background: var(--surface);
}
.review-stars svg { color: var(--primary); width: 18px; height: 18px; }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; }
.review-attribution { font-size: 13px; color: var(--muted); opacity: 0.75; }

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

/* ============================================================
   PROCESS STRIP
   ============================================================ */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}
.process-step {
  padding: 24px;
  border: 1px solid var(--border);
}
.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
  font-family: 'Archivo', sans-serif;
}

/* ============================================================
   GRAIN TEXTURE OVERLAY
   ============================================================ */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 128px;
}

/* ============================================================
   TABLE SAFETY
   ============================================================ */
table { border-collapse: collapse; width: 100%; }
th {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 16px;
  text-align: left;
  color: var(--canvas);
}
tbody td {
  padding: 14px 16px;
  font-size: 14px;
  color: var(--ink);
  border-bottom: 1px solid var(--border);
  background: var(--canvas);
}
thead .col-service, thead .col-desc, thead .col-timeline, thead .col-price {
  background: var(--primary);
  color: var(--canvas);
}

/* ============================================================
   MISC UTILITY
   ============================================================ */
.bleed { width: 100%; max-width: 100%; }

/* Section spacing helpers */
.section { padding-block: var(--section-py); }
.full-bleed { width: 100%; max-width: none; }

/* SVG icon caps (all unsized SVGs) */
svg { display: block; }
.info-icon svg,
.contact-info-item svg { width: 20px; height: 20px; }
.faq-chevron { width: 20px; height: 20px; }
.btn-service svg { width: 16px; height: 16px; }
.nav-cta svg { width: 18px; height: 18px; }
.footer-social-link svg { width: 16px; height: 16px; }
.card-location svg { width: 12px; height: 12px; }
.mobile-call-pill svg { width: 20px; height: 20px; }
.mobile-cta svg, .mobile-call-cta svg { width: 20px; height: 20px; }

/* ============================================================
   MEDIA QUERIES
   ============================================================ */
@media (max-width: 1200px) {
  .about-magazine-inner { grid-template-columns: 1fr 400px; }
}

@media (max-width: 900px) {
  .gallery-preview-hd { flex-direction: column; align-items: flex-start; }
  .hero-ribbon { top: calc(var(--header-height) + 12px); right: 16px; }
  .hero-inner { padding: 40px 24px; }
  h1.hero-title, .hero-inner h1 { font-size: clamp(44px, 10vw, 72px); }
  .team-cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; }
  .about-story-cta { flex-direction: column; }
  .cta-banner-actions { flex-direction: column; }
  .services-jump-inner { gap: 0; }
  .form-row { grid-template-columns: 1fr; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.contact-form-col { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
.hours-day { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.service-block-photo { grid-column: 1 / -1; }
.service-block-content { grid-column: 1 / -1; }
.cta-banner-left { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.footer-brand-col { grid-column: 1 / -1; }
.footer-services-col { grid-column: 1 / -1; }
.footer-nav-col { grid-column: 1 / -1; }
.footer-contact-col { grid-column: 1 / -1; }
.about-story-content { grid-column: 1 / -1; }
.journey-track { grid-column: 1 / -1; }
.day { grid-column: 1 / -1; }
.time { grid-column: 1 / -1; }
