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

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --primary:        #24943B;
  --primary-dark:   #1a6e2c;
  --primary-light:  #e8f5ec;
  --accent:         #3461E5;
  --ink:            #141414;
  --ink-mid:        #3a3a3a;
  --muted:          #6B665C;
  --canvas:         #FFFFFF;
  --surface:        #F7F4ED;
  --surface-dark:   #1a1a18;
  --border:         rgba(20,20,20,0.1);
  --border-primary: rgba(36,148,59,0.3);
  --shadow-sm:      0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:      0 8px 32px rgba(0,0,0,0.1);
  --shadow-lg:      0 24px 64px rgba(0,0,0,0.15);
  --radius:         0px;
  --header-height:  72px;
  --section-py:     clamp(96px, 12vh, 180px);
  --content-max:    1440px;
  --content-inner:  1320px;
}

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

/* ============================================================
   RESET + GLOBAL
   ============================================================ */
*, *::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;
}

body {
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--canvas);
  overflow-x: hidden;
  -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: 44px !important;
  max-width: 200px !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 styles */
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; }

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

ul { list-style: none; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.display,
h1, h2.display { font-family: 'Archivo Black', sans-serif; }

h1 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

h2 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.025em;
}

h3 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

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

p { line-height: 1.7; }

.eyebrow, .section-eyebrow, .sf-eyebrow,
.page-header-eyebrow, .gallery-section-eyebrow,
.cta-banner-eyebrow, .contact-section-eyebrow,
.credential-eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}

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

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container, .section-inner, .contact-inner, .gallery-section-inner {
  max-width: var(--content-inner);
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

.inner {
  max-width: var(--content-inner);
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

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

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-submit,
.btn-primary-mag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 18px 32px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: filter 150ms, transform 150ms, box-shadow 150ms;
  white-space: nowrap;
  line-height: 1;
}

.btn-primary,
.btn-submit,
.btn-primary-mag {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.btn-primary:hover,
.btn-submit:hover,
.btn-primary-mag:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(36,148,59,0.3);
  color: #fff;
  text-decoration: none;
}

.btn-outline,
.btn-outline-white,
.btn-ghost-white {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}

.btn-outline:hover { background: var(--ink); color: var(--canvas); text-decoration: none; }

.btn-ghost-white,
.btn-outline-white {
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}

.btn-ghost-white:hover,
.btn-outline-white:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  text-decoration: none;
}

.btn-white {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 18px 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: filter 150ms;
}

.btn-white:hover { filter: brightness(0.94); text-decoration: none; color: var(--ink); }

.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 18px 32px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.6);
  color: #fff;
  text-decoration: none;
  transition: background 150ms, border-color 150ms;
  cursor: pointer;
}

.btn-phone:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; text-decoration: none; }
.btn-phone svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================================
   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 {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  height: var(--header-height);
}

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo:hover { text-decoration: none; }

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

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

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}

.nav-pages a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

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

.nav-cta:hover { filter: brightness(0.92); text-decoration: none; color: #fff; }
.nav-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

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

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

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

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(20,20,20,0.18) 0%,
    rgba(20,20,20,0.3) 40%,
    rgba(20,20,20,0.78) 100%
  );
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--content-inner);
  margin: 0 auto;
  width: 100%;
  padding: clamp(64px, 8vw, 120px) clamp(20px, 4vw, 64px) clamp(72px, 9vw, 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(36,148,59,0.7);
  padding: 6px 14px;
  margin-bottom: 24px;
  background: rgba(36,148,59,0.18);
}

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

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

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

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

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

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

/* Booking ribbon */
.booking-ribbon {
  position: absolute;
  top: 32px; right: clamp(20px, 4vw, 64px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  padding: 10px 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

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

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

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

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

.trust-strip-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  flex-shrink: 0;
  margin-right: 8px;
}

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

.trust-badge svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }

/* Contact page trust chips */
.trust-strip .trust-chip {
  border-color: var(--border-primary);
  color: var(--ink);
  background: var(--canvas);
}

.trust-strip .trust-chip-dot { background: var(--primary); }

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

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

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

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

.marquee-item::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 48px;
  vertical-align: middle;
}

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

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

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

.services-head h2 {
  font-size: clamp(36px, 5vw, 72px);
}

.services-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: gap 150ms;
}

.services-all-link:hover { gap: 14px; text-decoration: none; color: var(--primary); }
.services-all-link svg { width: 18px; height: 18px; }

.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;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 10px 20px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms;
  white-space: nowrap;
}

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

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

.services-panels { position: relative; }

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

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

.service-panel > img,
.service-panel-img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  max-height: none !important;
}

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

.service-panel-body h3 {
  font-size: clamp(24px, 3vw, 40px);
  margin-bottom: 4px;
}

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

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

.service-panel-body a:hover { filter: brightness(0.9); text-decoration: none; color: #fff; }

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

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

.gallery-preview-head h2 { font-size: clamp(36px, 5vw, 72px); }

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

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

.gallery-tile > img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none !important;
  transition: transform 400ms ease-out;
}

.gallery-tile:hover > img { transform: scale(1.04); }

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

.gallery-cta-row {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

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

.service-areas-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.service-areas-layout h2 { font-size: clamp(32px, 4vw, 60px); }

.service-areas-desc {
  color: var(--muted);
  font-size: 15px;
  margin-top: 12px;
}

.areas-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}

.area-pill, .area-chip {
  display: inline-block;
  border: 1px solid var(--border-primary);
  padding: 8px 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink);
  background: var(--surface);
  transition: background 150ms, color 150ms;
  cursor: default;
}

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

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

.faq-section h2 { font-size: clamp(32px, 4vw, 60px); margin-bottom: 48px; }

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

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

details.faq-item > summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  line-height: 1.4;
  min-height: 60px;
  padding: 4px 0;
}

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

details.faq-item > summary::after {
  content: "+";
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  font-weight: 900;
  transition: transform 200ms;
  color: var(--muted);
  flex-shrink: 0;
}

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

.faq-chevron { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
details.faq-item > summary svg.faq-chevron { display: none; }

.faq-body {
  margin-top: 12px;
  line-height: 1.7;
  color: var(--ink-mid);
  padding-bottom: 8px;
}

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

.contact {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.contact-inner {
  max-width: var(--content-inner);
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

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

.contact-section-eyebrow, .contact-sub {
  margin-bottom: 16px;
}

.contact-sub {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 32px;
}

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

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

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

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

textarea, .form-textarea {
  min-height: 120px;
  resize: vertical;
  font-family: 'Inter Tight', sans-serif;
}

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

.form-guarantee {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.5;
}

.contact-info-col,
.contact-info-card {
  background: var(--surface);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--border);
}

.contact-info-card { /* same as col */ }

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

.contact-info-block, .info-block {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.contact-info-block:last-child, .info-block:last-child { border-bottom: none; }

.contact-info-lbl, .info-block-heading {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 4px;
  display: block;
}

.contact-info-val, .info-block p:not(.info-block-heading) {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}

.contact-phone-big, .contact-info-val a, .info-phone, .info-email {
  font-family: 'Archivo Black', sans-serif;
  font-size: 20px;
  color: var(--ink);
  font-weight: 900;
}

.info-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 14px;
  gap: 12px;
}

.info-hours-day { font-weight: 600; }
.info-hours-time { color: var(--muted); }
.info-hours-time.closed { color: #dc2626; }
.footer-hours-row { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; font-size: 13px; }
.footer-hours-day { font-weight: 600; }
.footer-hours-time { color: var(--muted); }

.service-area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border-primary);
  padding: 10px 16px;
  background: var(--primary-light);
  margin-top: 8px;
}

.cert-badge svg { width: 20px; height: 20px; color: var(--primary); }
.cert-badge-text { font-weight: 700; font-size: 13px; color: var(--primary); }

.cred-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.cred-tag {
  display: inline-block;
  border: 1px solid var(--border-primary);
  padding: 5px 12px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary);
  background: var(--primary-light);
}

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

.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(20,20,20,0.75), rgba(20,20,20,0.3));
  pointer-events: none;
}

.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--content-inner);
  margin: 0 auto;
  width: 100%;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 64px);
}

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

.page-header-eyebrow { color: rgba(255,255,255,0.8); margin-bottom: 8px; }
.page-header-sub { color: rgba(255,255,255,0.7); font-size: 17px; margin-top: 8px; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}

.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.breadcrumb span { color: rgba(255,255,255,0.8); }

/* ============================================================
   SERVICE FEATURES (services.html)
   ============================================================ */
.service-features { padding: var(--section-py) 0; background: var(--canvas); }

.service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  border-bottom: 1px solid var(--border);
}

.service-feature.sf-odd { /* photo left, text right — default */ }

.sf-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  width: 100%;
  grid-column: 1 / -1;
}

.sf-photo {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.sf-odd .sf-photo { order: -1; }
.sf-inner .sf-photo { order: 2; }

.sf-photo > img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none !important;
  position: absolute; inset: 0;
}

.sf-index {
  position: absolute;
  top: 24px; left: 24px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary);
  padding: 6px 14px;
  z-index: 3;
}

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

.sf-odd .sf-body { background: var(--surface); }

.sf-body h2 { font-size: clamp(28px, 3.5vw, 52px); margin-bottom: 8px; }

.sf-body p { color: var(--ink-mid); line-height: 1.7; }

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

.sf-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.5;
}

.sf-bullets li::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 7px;
}

.sf-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 28px;
  align-self: flex-start;
  text-decoration: none;
  transition: filter 150ms;
  margin-top: 8px;
}

.sf-body a:hover { filter: brightness(0.9); text-decoration: none; color: #fff; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--surface-dark);
  padding: var(--section-py) 0;
}

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

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

.cta-banner h2 {
  font-size: clamp(32px, 4vw, 64px);
  color: #fff;
  max-width: 18ch;
}

.cta-banner p:not(.cta-banner-eyebrow):not(h2 *) { color: rgba(255,255,255,0.7); max-width: 50ch; }

.cta-banner-text { flex: 1; min-width: 280px; }
.cta-banner-sub { color: rgba(255,255,255,0.7); margin-top: 12px; }

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

.cta-banner-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  width: 100%;
  margin-top: 24px;
}

.cta-banner-form input,
.cta-banner-form textarea {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
  flex: 1 1 200px;
}

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

.cta-banner-form a {
  background: var(--primary);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: filter 150ms;
}

.cta-banner-form a:hover { filter: brightness(0.9); text-decoration: none; color: #fff; }

/* ============================================================
   GALLERY PAGE (gallery.html)
   ============================================================ */
.gallery-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

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

.gallery-section-header {
  margin-bottom: 40px;
}

.gallery-section-title {
  font-size: clamp(36px, 5vw, 72px);
  margin-bottom: 12px;
}

.gallery-section-desc {
  color: var(--muted);
  font-size: 17px;
  max-width: 60ch;
}

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

.filter-pill {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 9px 20px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 150ms;
}

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

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

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

.gallery-card.featured {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

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

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

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.8) 0%, transparent 60%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 300ms;
}

.gallery-card:hover .gallery-card-overlay { opacity: 1; }

.gallery-card-overlay h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}

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

.gallery-card-meta { display: flex; gap: 16px; }

.gallery-card-meta-item {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

.gallery-card-num {
  position: absolute;
  top: 16px; left: 16px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.8);
  z-index: 3;
}

.gallery-card-location {
  position: absolute;
  bottom: 16px; right: 16px;
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  z-index: 3;
}

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

.story-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

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

.story-portrait-wrap {
  position: relative;
  overflow: hidden;
}

.story-portrait-wrap > img {
  width: 100%; height: 480px;
  object-fit: cover;
  max-height: none !important;
  display: block;
  filter: grayscale(20%);
}

.story-portrait-badge {
  position: absolute;
  bottom: -16px; right: -16px;
  background: var(--primary);
  color: #fff;
  padding: 18px 22px;
  z-index: 3;
}

.story-portrait-badge-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.8;
  display: block;
  margin-bottom: 2px;
}

.story-portrait-badge-val {
  font-family: 'Archivo Black', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.story-content { padding-top: 8px; }

.story-content h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 24px; }

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

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

.story-pullquote, blockquote.story-pullquote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  border-left: 4px solid var(--primary);
  padding-left: 28px;
  margin: 8px 0;
}

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

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

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

.value-card {
  background: var(--canvas);
  padding: 40px 32px;
  border: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

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

.value-card-num {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 1;
  color: var(--primary);
  opacity: 0.25;
  display: block;
  margin-bottom: 16px;
}

.value-card h3 { font-size: 20px; margin-bottom: 10px; }
.value-card-desc { color: var(--muted); font-size: 15px; line-height: 1.65; }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

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

.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.timeline-track::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px; right: 20px;
  height: 2px;
  background: var(--border);
  z-index: 0;
}

.timeline-item {
  position: relative;
  padding: 0 24px;
  z-index: 1;
}

.timeline-item:first-child { padding-left: 0; }

.timeline-dot {
  width: 40px; height: 40px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.timeline-dot span {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #fff;
}

.timeline-item h3 { font-size: 18px; margin-bottom: 6px; }
.timeline-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--primary); margin-bottom: 6px; }
.timeline-desc { color: var(--muted); font-size: 14px; line-height: 1.6; }
.timeline-title { font-size: 20px; font-weight: 900; }

/* ============================================================
   CREW FEATURE
   ============================================================ */
.crew {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.crew > .inner > h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 40px; }

.crew-feature {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  max-height: 640px;
}

.crew-feature > img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none !important;
  position: absolute; inset: 0;
  filter: grayscale(30%);
}

.crew-feature-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.2) 60%);
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: clamp(32px, 4vw, 56px);
  gap: 32px;
}

.crew-label {
  flex: 1;
}

.crew-label h3 { font-size: clamp(24px, 3vw, 40px); color: #fff; margin-bottom: 6px; }
.crew-label span { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(255,255,255,0.7); }

.crew-badges { display: flex; flex-wrap: wrap; gap: 8px; }

.crew-badge {
  border: 1px solid rgba(36,148,59,0.7);
  background: rgba(36,148,59,0.2);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 6px 14px;
}

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

.about-mag-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 480px;
}

.about-mag-left {
  background: var(--primary);
  padding: clamp(48px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-mag-accent-block {
  position: relative;
}

.about-mag-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 2;
}

.about-mag-supergraphic {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(80px, 12vw, 180px);
  line-height: 0.85;
  color: rgba(255,255,255,0.08);
  position: absolute;
  bottom: -20px; left: -8px;
  pointer-events: none;
  z-index: 1;
  text-transform: uppercase;
  user-select: none;
}

.about-mag-right {
  background: var(--surface);
  padding: clamp(48px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.about-mag-right h2 { font-size: clamp(28px, 3.5vw, 52px); margin-bottom: 4px; }
.about-mag-right p { color: var(--ink-mid); font-size: 16px; line-height: 1.72; }

.about-mag-right a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 28px;
  align-self: flex-start;
  margin-top: 8px;
  text-decoration: none;
  transition: filter 150ms;
}

.about-mag-right a:hover { filter: brightness(0.9); text-decoration: none; color: #fff; }

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

.credentials > .inner > h2 { font-size: clamp(28px, 3.5vw, 52px); margin-bottom: 40px; }

.credentials-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.credential-card {
  background: var(--canvas);
  padding: 36px 28px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

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

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

.credential-value {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 900;
  font-size: clamp(16px, 2vw, 22px);
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 6px;
  font-feature-settings: "tnum";
}

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

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

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

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

.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand-name { font-family: 'Archivo Black', sans-serif; font-weight: 900; font-size: 18px; color: #fff; margin-top: 10px; }
.footer-tagline, .footer-brand-tagline { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.6; max-width: 32ch; }
.footer-brand a { display: inline-flex; }

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

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

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

.footer-col ul li a,
.footer-col-list li a,
.footer-links li a,
.footer-contact-link,
.footer-email-link,
.footer-phone-link {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}

.footer-col ul li a:hover,
.footer-col-list li a:hover,
.footer-links li a:hover,
.footer-contact-link:hover,
.footer-email-link:hover,
.footer-phone-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer-phone { font-family: 'Archivo Black', sans-serif; font-size: 16px; color: #fff; font-weight: 900; }
.footer-contact-item { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.5; }
.footer-hours-list { display: flex; flex-direction: column; gap: 4px; }

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

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

.footer-badges, .footer-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.footer-badge, .footer-cert, .footer-cert-chip, .footer-cert-tag {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 5px 12px;
}

.footer-legal-links { list-style: none; display: flex; gap: 20px; padding: 0; }
.footer-legal-links li a { font-size: 12px; color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-legal-links li a:hover { color: var(--primary); }

/* ============================================================
   MOBILE STICKY CTA
   ============================================================ */
.mobile-sticky-cta,
.mobile-call,
.mobile-call-pill,
.mobile-cta-pill {
  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);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: filter 150ms, transform 150ms;
}

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

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

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

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

.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-left.visible { opacity: 1; transform: translateX(0); }
.fade-right.visible { opacity: 1; transform: translateX(0); }
.scale-in.visible { opacity: 1; transform: scale(1); }
.stagger.visible > * { opacity: 1; transform: translateY(0); }
.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; }

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

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

.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
   ============================================================ */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

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

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

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

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

/* ============================================================
   TABLE CELLS
   ============================================================ */
.services-table { width: 100%; border-collapse: collapse; }
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price {
  background: var(--ink);
  color: #fff;
  padding: 14px 18px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-align: left;
}

.services-table tbody td {
  background: var(--canvas);
  color: var(--ink);
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
}

/* ============================================================
   MISCELLANEOUS
   ============================================================ */
.section-title { font-size: clamp(36px, 5vw, 72px); }

.display { font-family: 'Archivo Black', sans-serif; font-weight: 900; }

/* Filter pill active state */
button { cursor: pointer; }

address { font-style: normal; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .credentials-band { grid-template-columns: repeat(2, 1fr); }
  .timeline-track { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .timeline-track::before { display: none; }
}

@media (max-width: 900px) {
  /* Nav */
  .nav-toggle { display: flex; }
  .nav-cta span { display: none; }

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

  #navLinks.nav-pages.open { display: flex; }
  #navLinks.nav-pages li { width: 100%; }
  #navLinks.nav-pages a { padding: 12px 0; font-size: 17px; width: 100%; display: block; }

  /* Hero */
  .hero-title { font-size: clamp(48px, 10vw, 80px); }
  .booking-ribbon { top: 16px; right: 16px; font-size: 10px; padding: 8px 12px; }

  /* Services panel */
  .service-panel { grid-template-columns: 1fr; }
  .service-panel > img { min-height: 260px; max-height: 300px !important; height: 280px; position: static; }
  .service-panel-body { padding: 28px 24px; }

  /* Story */
  .story-grid { grid-template-columns: 1fr; }
  .story-portrait-wrap > img { height: 320px; }
  .story-portrait-badge { bottom: 0; right: 0; }

  /* Service areas */
  .service-areas-layout { grid-template-columns: 1fr; gap: 32px; }

  /* About mag */
  .about-mag-grid { grid-template-columns: 1fr; }
  .about-mag-left { min-height: 280px; }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; }

  /* Gallery */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card.featured { grid-column: span 2; }
  .gallery-grid-preview { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid-preview .gallery-tile:nth-child(3) { display: none; }

  /* Values */
  .values-grid { grid-template-columns: 1fr 1fr; }

  /* SF alternating */
  .service-feature,
  .sf-inner {
    grid-template-columns: 1fr;
  }
  .sf-photo { min-height: 280px; max-height: 320px; }
  .sf-photo > img { position: static; width: 100%; height: 280px; }
  .sf-body { padding: 32px 24px; }

  /* Credentials */
  .credentials-band { grid-template-columns: 1fr 1fr; }

  /* CTA banner */
  .cta-banner-inner { flex-direction: column; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; }

  /* Form */
  .form-row { grid-template-columns: 1fr; }

  /* Timeline */
  .timeline-track { grid-template-columns: 1fr; gap: 0; }
  .timeline-item { padding: 0 0 32px; border-left: 2px solid var(--border); padding-left: 24px; }
  .timeline-dot { position: absolute; left: -20px; top: 0; width: 38px; height: 38px; }
  .timeline-item { position: relative; }
}

@media (max-width: 640px) {
  .hero-title { font-size: clamp(40px, 11vw, 64px); }
  .hero-ctas { flex-direction: column; }
  .hero-ctas a { text-align: center; justify-content: center; }

  .services-head { flex-direction: column; align-items: flex-start; }

  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.featured { grid-column: span 1; }
  .gallery-grid-preview { grid-template-columns: 1fr; }
  .gallery-grid-preview .gallery-tile:nth-child(3) { display: block; }

  .values-grid { grid-template-columns: 1fr; }
  .credentials-band { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .about-mag-grid { grid-template-columns: 1fr; }

  .cta-banner-inner { align-items: flex-start; }
}


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