@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Inter+Tight:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --primary:        #2F7C1C;
  --accent:         #3B8428;
  --primary-dark:   #245f14;
  --primary-glow:   rgba(47, 124, 28, 0.18);
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --surface-2:      #201e1a;
  --ink:            #F4F1EA;
  --ink-mid:        #c8c4bb;
  --muted:          #8E8A82;
  --border:         rgba(244, 241, 234, 0.10);
  --border-brand:   rgba(47, 124, 28, 0.45);
  --hairline:       rgba(47, 124, 28, 0.55);
  --shadow:         0 24px 64px -16px rgba(0, 0, 0, 0.65);
  --shadow-sm:      0 8px 24px -8px rgba(0, 0, 0, 0.45);
  --radius:         4px;
  --header-height:  72px;
  --section-py:     clamp(112px, 14vh, 180px);
  --content-max:    1200px;
  --wide-max:       1400px;
}

@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;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.68;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 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; object-position: center 45%; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.page-header, [class*="page-header"], .about-feature, .about-hero {
  position: relative; overflow: hidden; max-height: 64vh;
}
.page-header > img, [class*="page-header"] > img, .page-header-bg,
.about-feature > img:first-of-type, .about-hero-bg,
.page-header img:first-of-type {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%; 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; }

/* Anchors inside headings render as the heading */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

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

/* Headings: Cormorant Garamond at display */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h3 { line-height: 1.15; }
h4 { line-height: 1.2; letter-spacing: -0.01em; }

p { margin: 0; }

ul, ol { list-style: none; }

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

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

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

/* Eyebrow / label */
.eyebrow,
.section-eyebrow,
.about-story-eyebrow,
.gallery-section-eyebrow,
.cta-banner-eyebrow,
.service-areas-eyebrow,
.page-header-eyebrow,
.contact-form-label,
.info-card-label,
.emergency-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 16px;
}

/* Brand-tinted italic display words — the unique move */
.hi, em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  color: var(--primary);
}

/* Override em color inside body/muted contexts */
.hero-sub em,
.section-lead em,
.about-body em,
.service-areas-body em,
.cta-banner-sub em,
.footer-tagline em,
.page-header-sub em {
  font-style: italic;
  color: var(--primary);
  font-size: 1.12em;
}

/* Hairline accent rule */
.hairline {
  width: 48px;
  height: 2px;
  background: var(--hairline);
  border: none;
  margin: 24px 0 32px;
}

/* Display headline */
.display-head {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
}

/* Section inner wrapper */
.section-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-block: var(--section-py);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-ghost, .btn-service, .btn-submit, .btn-sm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: filter 200ms ease, transform 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.btn-primary, .btn, .btn-submit {
  background: var(--primary);
  color: var(--ink);
  border: 1px solid transparent;
  padding: 18px 32px;
}
.btn-primary:hover, .btn:hover, .btn-submit:hover {
  filter: brightness(1.12);
  color: var(--ink);
  text-decoration: none;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border);
  padding: 18px 32px;
}
.btn-ghost:hover {
  border-color: rgba(244, 241, 234, 0.35);
  color: var(--ink);
  text-decoration: none;
}

.btn-service {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--border-brand);
  padding: 12px 22px;
  font-size: 13px;
}
.btn-service:hover {
  background: var(--primary);
  color: var(--ink);
  border-color: var(--primary);
  text-decoration: none;
}
.btn-service svg { width: 16px; height: 16px; flex-shrink: 0; }

.btn-sm { padding: 10px 20px; font-size: 13px; }

/* Submit */
.btn-submit {
  width: 100%;
  justify-content: center;
  padding: 18px;
  margin-top: 8px;
  border: none;
}
.btn-submit svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.scale-in {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1) { transition-delay: 0.05s; }
.stagger.visible > *:nth-child(2) { transition-delay: 0.12s; }
.stagger.visible > *:nth-child(3) { transition-delay: 0.19s; }
.stagger.visible > *:nth-child(4) { transition-delay: 0.26s; }
.stagger.visible > *:nth-child(5) { transition-delay: 0.33s; }
.stagger.visible > *:nth-child(6) { transition-delay: 0.40s; }

/* Already visible on load (server-added class) */
.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.scale-in.visible {
  opacity: 1;
  transform: none;
}

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

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

.top-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1320px;
  margin-inline: 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; }
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !important;
  width: auto !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  align-self: center !important;
}

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-pages ul,
ul#navLinks {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-pages a,
#navLinks a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-mid);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 150ms ease;
}
.nav-pages a:hover,
#navLinks a:hover { color: var(--primary); text-decoration: none; }
.nav-pages a[aria-current="page"],
#navLinks a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
}

.nav-cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.nav-cta a {
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-cta a:hover { filter: brightness(1.12); text-decoration: none; color: var(--ink); }
.nav-cta a svg { width: 16px; height: 16px; flex-shrink: 0; }

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; }
  .nav-pages {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages ul,
  ul#navLinks {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }
  .nav-pages a,
  #navLinks a { font-size: 17px; padding: 10px 0; width: 100%; }
  .nav-cta a span { display: none; }
  .top-nav { gap: 12px; }
}

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#hero.hero > img,
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
  filter: grayscale(18%) brightness(0.82);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(47, 124, 28, 0.22) 0%, transparent 65%),
    linear-gradient(170deg, rgba(12, 12, 15, 0.35) 0%, rgba(12, 12, 15, 0.55) 40%, rgba(12, 12, 15, 0.88) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-bottom: clamp(64px, 10vh, 120px);
  padding-top: clamp(120px, 16vh, 180px);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
}

.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(72px, 9vw, 144px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 14ch;
  margin-bottom: 28px;
}
.hero-title .hi {
  color: var(--primary);
  font-style: italic;
  display: inline;
}

.hero-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--ink-mid);
  max-width: 52ch;
  line-height: 1.6;
  margin-bottom: 40px;
}

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

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

.trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-mid);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 14px;
  white-space: nowrap;
}

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

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

.ts-item {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-mid);
  white-space: nowrap;
  padding: 0 16px;
}

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

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

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

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

.marquee-item {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: clamp(11px, 1.2vw, 14px);
  line-height: 1.2;
  color: var(--muted);
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.marquee-item::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

.marquee-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
  margin-left: 16px;
}

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

/* ============================================================
   SERVICES SECTION (index.html bento)
   ============================================================ */
.services {
  background: var(--canvas);
}

.services-head {
  margin-bottom: 64px;
}

.services-head .display-head { max-width: 20ch; }

.section-lead {
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--ink-mid);
  max-width: 56ch;
  line-height: 1.65;
  margin-top: 8px;
}

/* Bento grid — 6 cards: 1 large + 5 standard */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 2px;
}

.svc-card {
  background: var(--surface);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out, border-color 250ms ease;
  position: relative;
}
.svc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.55);
  border-color: var(--border-brand);
  text-decoration: none;
  color: var(--ink);
}

/* Large card spans 2 cols, 2 rows */
.svc-card-lg {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.svc-c2 { grid-column: 3; grid-row: 1; }
.svc-c3 { grid-column: 3; grid-row: 2; }
.svc-c4 { grid-column: 1; grid-row: 3; }
.svc-c5 { grid-column: 2; grid-row: 3; }
.svc-c6 { grid-column: 3; grid-row: 3; }

.svc-img-wrap { overflow: hidden; flex-shrink: 0; }
.svc-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 500ms ease; }
.svc-card:hover .svc-img-wrap img { transform: scale(1.04); }

.svc-img-wrap-lg { height: clamp(260px, 35vw, 480px); }
.svc-img-wrap-std { height: clamp(120px, 14vw, 200px); }

.svc-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.svc-idx {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.svc-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.svc-card-lg .svc-body h3 {
  font-size: clamp(24px, 2.8vw, 38px);
}

.svc-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.svc-card-lg .svc-desc { -webkit-line-clamp: 3; font-size: 15px; }

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

.services-footer {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 900px) {
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .svc-card-lg { grid-column: 1 / 3; grid-row: 1; }
  .svc-c2 { grid-column: 1; grid-row: 2; }
  .svc-c3 { grid-column: 2; grid-row: 2; }
  .svc-c4 { grid-column: 1; grid-row: 3; }
  .svc-c5 { grid-column: 2; grid-row: 3; }
  .svc-c6 { grid-column: 1 / 3; grid-row: 4; }
  .svc-img-wrap-std { height: clamp(100px, 20vw, 180px); }
}

@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; grid-template-rows: none; }
  .svc-card-lg,
  .svc-c2, .svc-c3, .svc-c4, .svc-c5, .svc-c6 {
    grid-column: 1;
    grid-row: auto;
  }
  .svc-img-wrap-lg { height: clamp(200px, 52vw, 360px); }
  .svc-img-wrap-std { height: clamp(160px, 44vw, 280px); }
}

/* ============================================================
   GALLERY PREVIEW (index.html)
   ============================================================ */
.gallery-preview {
  background: var(--canvas);
}

.gallery-preview-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
.gallery-preview-head > div { flex: 1; }
.gallery-preview-head > a {
  flex: 0 0 auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  border-bottom: 1px solid var(--border-brand);
  padding-bottom: 4px;
  white-space: nowrap;
}
.gallery-preview-head > a:hover { text-decoration: none; color: var(--ink); }

.gallery-grid-prev {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  min-height: clamp(280px, 40vw, 560px);
}

.gtile {
  overflow: hidden;
  position: relative;
}
.gtile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
  transition: transform 500ms ease;
  filter: grayscale(12%);
}
.gtile:hover img { transform: scale(1.04); filter: grayscale(0%); }

.gtile-main { grid-column: 1; grid-row: 1 / 3; }
.gtile-b    { grid-column: 2; grid-row: 1; }
.gtile-c    { grid-column: 2; grid-row: 2; }
.gtile-d    { grid-column: 3; grid-row: 1 / 3; }

@media (max-width: 640px) {
  .gallery-grid-prev {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto;
  }
  .gtile-main { grid-column: 1 / 3; grid-row: 1; min-height: 200px; }
  .gtile-b    { grid-column: 1; grid-row: 2; min-height: 140px; }
  .gtile-c    { grid-column: 2; grid-row: 2; min-height: 140px; }
  .gtile-d    { grid-column: 1 / 3; grid-row: 3; min-height: 160px; }
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.reviews-head { margin-bottom: 56px; }

.rating-panel {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start;
}

.rating-big {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 600;
  line-height: 1.0;
  color: var(--ink);
  display: block;
  letter-spacing: -0.03em;
}

.rating-stars {
  display: flex;
  gap: 4px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.rating-stars svg {
  color: var(--primary);
  width: 20px;
  height: 20px;
  fill: var(--primary);
}

.rating-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.rating-award {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 20px;
}

.rating-blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 24px;
}

.rating-attr {
  font-size: 13px;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* Review card (used in other variants) */
.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface-2);
  border-top: 1px solid var(--border-brand);
}
.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; }

@media (max-width: 760px) {
  .rating-panel { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--canvas); }
.faq-head { margin-bottom: 56px; }

.faq-body {
  max-width: 76ch;
}

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

.faq-item summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  color: var(--ink);
  transition: color 150ms;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--primary); }

.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 250ms ease, color 250ms ease;
}
.faq-item[open] .faq-chevron {
  transform: rotate(45deg);
  color: var(--primary);
}

.faq-item p {
  padding-bottom: 22px;
  line-height: 1.68;
  color: var(--ink-mid);
  max-width: 68ch;
}

/* Legacy details.faq support */
details.faq { border-bottom: 1px solid var(--border); padding: 18px 0; }
details.faq > summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 22px;
  transition: transform 200ms;
  color: var(--muted);
  flex-shrink: 0;
}
details.faq[open] > summary::after { transform: rotate(45deg); color: var(--primary); }
details.faq p { margin-top: 12px; line-height: 1.6; }

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.team-cta .section-inner { padding-block: clamp(64px, 8vh, 96px); }

.team-cta-row {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.team-cta-line {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  flex: 1;
}
.team-cta-line .hi {
  color: var(--primary);
  font-style: italic;
}

.team-cta-row > a {
  flex: 0 0 auto;
}

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

.contact-head { margin-bottom: 64px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-bottom: var(--section-py);
}

/* Form */
.form-group,
.form-field {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  margin-bottom: 20px;
  position: relative;
}

.form-label,
.contact-grid label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  transition: color 200ms;
}

.form-input,
.form-textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  padding: 14px 16px;
  outline: none;
  width: 100%;
  transition: border-color 200ms;
  appearance: none;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
}
input[type="text"]:focus + label,
input[type="email"]:focus + label,
select:focus + label,
textarea:focus + label { color: var(--primary); }

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

select { cursor: pointer; }
select option { background: var(--surface); color: var(--ink); }

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

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

/* Contact info */
.ci-block {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.ci-block:last-child { border-bottom: none; margin-bottom: 0; }

.ci-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 8px;
}

.ci-value {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--ink);
  line-height: 1.5;
}
.ci-value a { color: var(--ink); }
.ci-value a:hover { color: var(--primary); }

.ci-creds {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.8;
}

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

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

.page-header > img,
.page-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
  filter: grayscale(15%) brightness(0.72);
}

.page-header-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(175deg, rgba(12,12,15,0.40) 0%, rgba(12,12,15,0.80) 100%);
  pointer-events: none;
}

.page-header-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-block: clamp(48px, 6vh, 96px);
  width: 100%;
}

.page-header-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 16px;
}
.page-header-title em { color: var(--primary); font-style: italic; }

.page-header-eyebrow {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 16px;
}

.page-header-sub {
  font-size: 16px;
  color: var(--ink-mid);
  max-width: 48ch;
  line-height: 1.6;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--primary); text-decoration: none; }
.breadcrumb-sep { color: var(--muted); opacity: 0.5; }

/* ============================================================
   SERVICES DETAIL (services.html)
   ============================================================ */
.services-detail {
  background: var(--canvas);
}

.services-detail-header {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-block: clamp(80px, 10vh, 120px) 64px;
}

.section-eyebrow {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 16px;
}

.section-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 24px;
}
.section-headline em { color: var(--primary); font-style: italic; }

.section-intro {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--ink-mid);
  max-width: 60ch;
  line-height: 1.65;
}

/* Service blocks */
.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: clamp(400px, 55vh, 640px);
  border-top: 1px solid var(--border);
}

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

.service-block-photo {
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 44vw, 560px);
}
.service-block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0;
  transition: transform 600ms ease;
  filter: grayscale(10%);
}
.service-block:hover .service-block-photo img { transform: scale(1.03); filter: grayscale(0%); }

.service-index-num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink);
  background: var(--primary);
  padding: 4px 10px;
  border-radius: var(--radius);
  z-index: 2;
}

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

.service-num-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
}

.service-block-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.service-block-title em { color: var(--primary); font-style: italic; }

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

.service-bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-bullets li {
  font-size: 14px;
  color: var(--ink-mid);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.service-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  background: var(--surface);
  overflow: hidden;
  border-top: 1px solid var(--border);
}

.cta-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.18;
  filter: grayscale(50%);
}

.cta-banner-bg-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(47,124,28,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.cta-banner-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-block: clamp(80px, 10vh, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cta-banner-copy { display: flex; flex-direction: column; gap: 20px; }

.cta-banner-title,
.cta-banner-headline,
.cta-banner-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.cta-banner-title em,
.cta-banner-headline em,
.cta-banner-heading em { color: var(--primary); font-style: italic; }

.cta-banner-sub {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.65;
  max-width: 48ch;
}

.cta-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: -0.01em;
}
.cta-phone-link:hover { text-decoration: none; color: var(--accent); }
.cta-phone-link svg { width: 28px; height: 28px; flex-shrink: 0; }

.cta-phone-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 8px;
}

.cta-banner-form {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: var(--radius);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cta-banner-form-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.cta-banner-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-banner-text > div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-banner-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

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

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

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

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

.gallery-heading-block { flex: 1; }

.gallery-section-eyebrow {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 12px;
}

.gallery-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.gallery-section-title em { color: var(--primary); font-style: italic; }

.gallery-count-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  align-self: flex-end;
}

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

.filter-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 16px;
  background: transparent;
  cursor: pointer;
  transition: color 150ms, border-color 150ms, background 150ms;
}
.filter-pill:hover,
.filter-pill.active {
  color: var(--ink);
  border-color: var(--primary);
  background: var(--primary-glow);
}

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

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

.gallery-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
}

.card-featured {
  grid-column: 1 / 2;
  grid-row: 1;
}

.gallery-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-shrink: 0;
}
.gallery-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
  transition: transform 500ms ease;
  filter: grayscale(12%);
}
.gallery-card:hover .gallery-card-img-wrap img { transform: scale(1.05); filter: grayscale(0%); }

.gallery-card-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.6) 0%, transparent 55%);
  z-index: 1;
  pointer-events: none;
}

.gallery-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(12,12,15,0.72);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 10px;
  backdrop-filter: blur(8px);
}

.badge-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: var(--primary);
}

.badge-cat {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.gallery-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--surface);
}

.gallery-card-body h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.gallery-card-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.gallery-card-location {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.gallery-card-location svg { width: 12px; height: 12px; flex-shrink: 0; }

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

.gallery-card-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.gallery-meta-item {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.gallery-meta-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--border);
}

/* Stat card inside gallery */
.gallery-stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.gallery-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--primary);
}
.gallery-stat-num span { font-size: 0.6em; }

.gallery-stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.gallery-stat-body {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.5;
}

/* Gallery quote card */
.gallery-quote-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gallery-quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 64px;
  line-height: 0.8;
  color: var(--primary);
  font-weight: 600;
  font-style: italic;
}
.gallery-quote-mark::before { content: '\201C'; }

.gallery-quote-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
}

.gallery-quote-attr {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

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

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

.about-story-grid {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}

.about-portrait-col { display: flex; flex-direction: column; gap: 28px; }

.about-portrait-frame {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  aspect-ratio: 3 / 4;
  max-height: 560px;
}
.about-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
  max-height: none;
}

.portrait-caption {
  padding: 0;
}

.portrait-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.portrait-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 4px;
}

.portrait-cert {
  font-size: 13px;
  color: var(--muted);
}

.credentials {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: var(--radius);
  padding: 20px 24px;
}

.credentials-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  display: block;
  margin-bottom: 14px;
}

.credentials-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.credentials-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.4;
}
.credentials-list li span:first-child { flex: 1; }

.cred-badge {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  border: 1px solid var(--border-brand);
  border-radius: var(--radius);
  padding: 2px 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.about-story-col {
  padding-top: 8px;
}

.about-story-eyebrow {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 16px;
}

.about-story-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 40px;
}
.about-story-headline em { color: var(--primary); font-style: italic; }

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

.about-body p {
  font-size: clamp(15px, 1.5vw, 17px);
  color: var(--ink-mid);
  line-height: 1.72;
}

.about-pullquote {
  border-left: 2px solid var(--primary);
  padding-left: 28px;
  margin-block: 8px;
}

.about-pullquote blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 12px;
}

.about-pullquote cite {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-style: normal;
}

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-portrait-frame { max-height: 400px; aspect-ratio: 4 / 3; }
}

/* Divider strip */
hr.divider-strip {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0;
}

/* Service Areas */
.service-areas {
  background: var(--canvas);
  padding-block: clamp(80px, 10vh, 120px);
}

.service-areas-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.service-areas-eyebrow {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 16px;
}

.service-areas-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 28px;
}
.service-areas-headline em { color: var(--primary); font-style: italic; }

.service-areas-body p {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--ink-mid);
  line-height: 1.68;
  margin-bottom: 12px;
}

.areas-col-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  display: block;
  margin-bottom: 16px;
}

.areas-col {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.area-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-mid);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 14px;
  transition: border-color 150ms, color 150ms;
}
.area-tag:hover { border-color: var(--primary); color: var(--primary); }

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

/* ============================================================
   CONTACT PAGE (contact.html)
   ============================================================ */
.contact-form-side {
  padding-block: var(--section-py);
  padding-inline: clamp(20px, 5vw, 48px);
  max-width: 620px;
}

.contact-form-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 16px;
}

.contact-form-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 40px;
}
.contact-form-headline em { color: var(--primary); font-style: italic; }

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

#contact.contact > .contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  align-items: stretch;
  max-width: none;
  padding: 0;
}

.contact-info-card {
  background: var(--surface);
  border-left: 1px solid var(--border);
  padding: clamp(40px, 6vw, 80px);
  height: 100%;
}

.info-card-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 12px;
}

.info-card-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 36px;
}

.info-block { display: flex; flex-direction: column; gap: 0; }

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-block: 20px;
  border-bottom: 1px solid var(--border);
}
.info-item:last-child { border-bottom: none; }

.info-icon { flex-shrink: 0; padding-top: 2px; }
.info-icon svg { width: 18px; height: 18px; color: var(--primary); }

.info-item-text { flex: 1; }

.info-item-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}

.info-item-value {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.info-item-value a { color: var(--ink); }
.info-item-value a:hover { color: var(--primary); text-decoration: none; }

.info-divider {
  height: 1px;
  background: var(--border);
  margin-block: 28px;
}

.service-area-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 12px;
}

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

.area-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-mid);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 5px 12px;
}

.cert-strip { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }

.cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.cert-text {
  font-size: 13px;
  color: var(--ink-mid);
}

/* Emergency strip */
.emergency-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px clamp(20px, 5vw, 48px);
}

.emergency-card {
  max-width: var(--content-max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.emergency-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  display: block;
  margin-bottom: 4px;
}

.emergency-text {
  font-size: 16px;
  color: var(--ink);
}

.emergency-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 14px 24px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 200ms;
}
.emergency-phone:hover { filter: brightness(1.12); text-decoration: none; color: var(--ink); }
.emergency-phone svg { width: 18px; height: 18px; flex-shrink: 0; }

@media (max-width: 900px) {
  #contact.contact > .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-side { padding-block: clamp(48px, 8vh, 80px); max-width: none; }
  .contact-info-card { border-left: none; border-top: 1px solid var(--border); }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer, .site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  color: var(--ink-mid);
}

.footer-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-top: clamp(56px, 8vh, 96px);
  padding-bottom: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px 40px;
  margin-bottom: 48px;
}

.footer-brand,
.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  display: inline-block;
  text-decoration: none;
}
.footer-logo img,
.footer-brand img,
.footer-brand-col img {
  max-height: 40px !important;
  max-width: 180px !important;
  width: auto !important;
  object-fit: contain !important;
  align-self: flex-start !important;
}

.footer-tagline {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 32ch;
}
.footer-tagline em { font-style: italic; color: var(--ink-mid); font-size: inherit; }

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.4;
}
.footer-contact-line svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.footer-contact-line a { color: var(--ink-mid); }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }

.footer-cert, .footer-cert-item {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.footer-cert em { font-style: italic; color: var(--ink-mid); font-size: inherit; }

.footer-cert-block { display: flex; flex-direction: column; gap: 4px; }

.footer-col-head,
.footer-col-heading,
.footer-col-title,
.footer-col-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 20px;
}

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

.footer-links a,
.footer-col ul a {
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover,
.footer-col ul a:hover { color: var(--primary); text-decoration: none; }

.footer-creds {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.footer-creds a { color: var(--muted); }
.footer-creds a:hover { color: var(--primary); text-decoration: none; }

.footer-phone-link {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
.footer-phone-link:hover { color: var(--primary); text-decoration: none; }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copy, .footer-legal, .footer-cert-tag, .footer-badge {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.footer-legal em { font-style: italic; color: var(--ink-mid); font-size: inherit; }

.footer-legal-links {
  display: flex;
  gap: 20px;
}
.footer-legal-links a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
}
.footer-legal-links a:hover { color: var(--primary); text-decoration: none; }

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

/* ============================================================
   MOBILE CALL PILL (sticky)
   ============================================================ */
.mobile-call-pill,
.mobile-cta,
.mobile-cta-pill,
.mobile-sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  color: var(--ink);
  border-radius: 999px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(47,124,28,0.25);
  transition: filter 200ms ease, transform 200ms ease;
}
.mobile-call-pill:hover,
.mobile-cta:hover,
.mobile-cta-pill:hover,
.mobile-sticky-cta:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--ink);
}
.mobile-call-pill svg,
.mobile-cta svg,
.mobile-cta-pill svg,
.mobile-sticky-cta svg,
.mobile-sticky-cta a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.mobile-sticky-cta > a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}

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

/* ============================================================
   STATS (generic, used if present)
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  padding: 80px 0;
  text-align: center;
}
.stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -0.03em;
}
.stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
}

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

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

/* ============================================================
   INFO BLOCK (contact page generic)
   ============================================================ */
.info-block a { color: var(--ink); }
.info-block a:hover { color: var(--primary); text-decoration: none; }

/* ============================================================
   MISC CLASSES
   ============================================================ */
.section-head { margin-bottom: 56px; }

.full { grid-column: 1 / -1; }

.reverse {
  /* swap layout only via order */
}
.service-block.reverse .service-block-photo { order: 2; }
.service-block.reverse .service-block-body  { order: 1; direction: ltr; }
.service-block.reverse { direction: ltr; }

/* Table (if any) — scoped rules */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price {
  background: var(--surface);
  color: var(--ink);
}

/* ============================================================
   GRAIN TEXTURE OVERLAY
   ============================================================ */
body::before {
  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-size: 128px 128px;
}

/* ============================================================
   RESPONSIVE — GLOBAL
   ============================================================ */
@media (max-width: 1200px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .svc-card-lg { grid-column: 1 / 3; }
  .svc-c2 { grid-column: 1; grid-row: 2; }
  .svc-c3 { grid-column: 2; grid-row: 2; }
  .svc-c4 { grid-column: 1; grid-row: 3; }
  .svc-c5 { grid-column: 2; grid-row: 3; }
  .svc-c6 { grid-column: 1 / 3; grid-row: 4; }
}

@media (max-width: 900px) {
  .hero-title { max-width: 100%; }
  .hero-inner { padding-top: clamp(80px, 12vh, 120px); }
}

@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; }
  .hero-ctas a { width: 100%; justify-content: center; }
  .team-cta-row { flex-direction: column; align-items: flex-start; }
  .trust-strip-inner { gap: 8px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .service-areas-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   ACTIVE STATE (tabs etc.)
   ============================================================ */
.active { /* generic — specific component .active states are defined per component */ }


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.hero-eyebrow { grid-column: 1 / -1; }
.hero-title { grid-column: 1 / -1; }
.hero-sub { grid-column: 1 / -1; }
.hero-ctas { grid-column: 1 / -1; }
.hero-trust-chips { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.about-story-col { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
/* validator patch: keep the hero photo visible, no smothering dark band */
.hero-overlay { background: linear-gradient(to top, rgba(0,0,0,0.66), rgba(0,0,0,0.34) 38%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 100%), linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0) 58%) !important; }
