/* ==========================================================================
   Olympic Inspections & Testing — site styles
   Forest green + cream + amber palette. Mold-focused, architected for
   future radon / asbestos / lead / water expansion.
   ========================================================================== */

:root {
  --forest: #2d4a2d;            /* primary — logo color */
  --forest-dark: #1d331d;
  --forest-soft: rgba(45, 74, 45, 0.10);
  --cream: #faf6ee;
  --cream-warm: #f3ecd9;
  --cream-deep: #e8dfca;
  --ink: #1f2a1c;               /* dark text — green-tinged */
  --ink-soft: #4a5547;
  --ink-mute: #7a857a;
  --line: rgba(31, 42, 28, 0.12);
  --line-soft: rgba(31, 42, 28, 0.06);
  --amber: #c87b29;             /* warmth accent */
  --amber-soft: rgba(200, 123, 41, 0.12);
  --wheat: #d4a83a;
  --bone: #fff;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(31, 42, 28, 0.06);
  --shadow-md: 0 8px 24px -8px rgba(31, 42, 28, 0.18);
  --shadow-lg: 0 24px 48px -16px rgba(31, 42, 28, 0.30);

  --serif: "Merriweather", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --impact: "Bebas Neue", "Oswald", Impact, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: var(--forest); text-decoration: none; }
a:hover { color: var(--forest-dark); }

button { font-family: inherit; cursor: pointer; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4, .section-title {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--ink);
}

.section-title {
  font-size: clamp(2rem, 4.4vw, 3rem);
  text-align: center;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  /* Centered by parent .section-titlewrap text-align: center.
     DO NOT add left:50% or translateX — that double-shifts the title right. */
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--forest), var(--amber));
  border-radius: 3px;
}

.section-sub {
  text-align: center;
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

.section-titlewrap { text-align: center; }

/* ---------- BUTTONS ---------- */
.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  font-family: var(--sans);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(180deg, var(--forest) 0%, var(--forest-dark) 100%);
  color: var(--cream);
  box-shadow: 0 6px 16px -4px rgba(45, 74, 45, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -4px rgba(45, 74, 45, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
  color: #fff;
}
.btn-outline {
  background: transparent;
  color: var(--forest);
  border-color: var(--forest);
}
.btn-outline:hover {
  background: var(--forest);
  color: var(--cream);
}

/* ---------- NAV ---------- */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(250, 246, 238, 0);
  backdrop-filter: blur(0);
  transition: background 0.3s ease, backdrop-filter 0.3s ease,
    padding 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#navbar.scrolled {
  background: rgba(250, 246, 238, 0.96);
  backdrop-filter: blur(10px);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(31, 42, 28, 0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--forest);
}
.nav-logo .logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-logo .logo-mark svg { width: 100%; height: 100%; }

/* New OIT brand mark — replaces the inline SVG mountain logo.
   Locked 2026-05-10: PNG already contains the OIT wordmark, so this
   is the SOLE element inside .nav-logo (no separate text block).

   Rendered as a mask-image rather than an <img> so we can re-tint
   the dark-on-transparent PNG to brand forest-green via background-
   color. Filter-chain recoloring is brittle; mask-image gives a
   pixel-crisp result and re-themes for free if --forest ever changes.

   Aspect ratio = 1500/940 ≈ 1.596:1 (matches the cropped PNG). */
.nav-brand-img {
  display: block;
  height: 48px;                                 /* desktop — bumped from 38px */
  width: 76.6px;                                /* 48 * 1.596 */
  background-color: var(--forest);
  -webkit-mask: url(/sites/olympic-inspections/logo.png) center / contain no-repeat;
          mask: url(/sites/olympic-inspections/logo.png) center / contain no-repeat;
}
#navbar.scrolled .nav-brand-img {
  height: 42px;                                 /* shrink slightly when nav condenses */
  width: 67px;
}
@media (max-width: 600px) {
  .nav-brand-img { height: 36px; width: 57.5px; }
  #navbar.scrolled .nav-brand-img { height: 32px; width: 51px; }
}
.nav-logo .nav-name { line-height: 1.1; }
.nav-logo .nav-name small {
  display: block;
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  font-size: 0.94rem;
  color: var(--ink-soft);
  font-weight: 500;
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--forest); }

.nav-cta {
  background: var(--forest);
  color: var(--cream) !important;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  transition: background 0.2s ease, transform 0.2s ease;
}
.nav-cta:hover { background: var(--forest-dark); transform: translateY(-1px); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 32px; height: 32px;
  background: transparent;
  border: none;
  align-items: center;
  justify-content: center;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

/* Mobile drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 200;
  display: none;
  padding: 80px 32px 32px;
  flex-direction: column;
  gap: 20px;
}
.mobile-drawer.open { display: flex; }
.mobile-drawer .mobile-close {
  position: absolute;
  top: 22px;
  right: 22px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: var(--ink);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.mobile-drawer a {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--ink);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 140px 0 80px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(45, 74, 45, 0.06) 0%, transparent 70%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
  overflow: hidden;
}
.hero::before {
  /* Pine silhouette pattern */
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'><g fill='%232d4a2d' opacity='0.05'><path d='M120 30 L100 70 L112 70 L92 110 L110 110 L82 160 L158 160 L130 110 L148 110 L128 70 L140 70 Z'/><path d='M40 100 L24 132 L34 132 L18 162 L62 162 L46 132 L56 132 Z'/><path d='M200 80 L184 112 L194 112 L178 142 L222 142 L206 112 L216 112 Z'/></g></svg>");
  background-repeat: repeat;
  background-size: 320px 320px;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--forest-soft);
  border: 1px solid rgba(45, 74, 45, 0.20);
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
}
.hero-eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 8px var(--amber);
}

/* ─── Glowing variant — pulsing amber ring + warm text glow ────────────
   Used on the hero "Transparent pricing" eyebrow as a visual draw.
   Loops at 2.6s — slow enough to read as "important" without nagging.
   Respects prefers-reduced-motion. */
.hero-eyebrow--glow {
  position: relative;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(45, 74, 45, 0.08));
  border-color: rgba(245, 158, 11, 0.50);
  color: #1f3a1f;
  text-shadow: 0 0 12px rgba(245, 158, 11, 0.45);
  animation: oit-eyebrow-pulse 2.6s ease-in-out infinite;
}
.hero-eyebrow--glow::before {
  width: 8px; height: 8px;
  background: var(--amber);
  box-shadow:
    0 0 6px var(--amber),
    0 0 14px rgba(245, 158, 11, 0.7),
    0 0 24px rgba(245, 158, 11, 0.4);
  animation: oit-eyebrow-dot 1.4s ease-in-out infinite;
}

@keyframes oit-eyebrow-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(245, 158, 11, 0.55),
      0 0 18px rgba(245, 158, 11, 0.18);
    border-color: rgba(245, 158, 11, 0.50);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(245, 158, 11, 0),
      0 0 28px rgba(245, 158, 11, 0.40);
    border-color: rgba(245, 158, 11, 0.85);
  }
}

@keyframes oit-eyebrow-dot {
  0%, 100% { transform: scale(1);   opacity: 1;   }
  50%      { transform: scale(1.4); opacity: 0.85; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow--glow,
  .hero-eyebrow--glow::before {
    animation: none;
  }
}

.hero h1 {
  font-size: clamp(2.4rem, 5.4vw, 3.8rem);
  margin-bottom: 22px;
  line-height: 1.1;
}
.hero h1 .accent {
  color: var(--forest);
  font-style: italic;
}
.hero p.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 32px;
  line-height: 1.6;
}

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

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 100px;
  border: 1.5px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hero-trust-item:hover {
  transform: translateY(-1px);
}

/* Checkmark-emoji items (lab-certified, 3-5 day) */
.hero-trust-item.check {
  background: rgba(45, 74, 45, 0.08);
  border-color: rgba(45, 74, 45, 0.20);
  color: var(--ink);
}
.hero-trust-item.check:hover {
  background: rgba(45, 74, 45, 0.13);
  border-color: rgba(45, 74, 45, 0.35);
  box-shadow: 0 4px 10px -3px rgba(45, 74, 45, 0.20);
}
.hero-trust-emoji {
  font-size: 1.05rem;
  line-height: 1;
}

/* "Fully insured" — distinct blue badge */
.hero-trust-item.insured {
  background: linear-gradient(135deg, #1e4d8c 0%, #14366a 100%);
  border-color: #14366a;
  color: #ffffff;
  box-shadow: 0 4px 12px -3px rgba(30, 77, 140, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.hero-trust-item.insured:hover {
  background: linear-gradient(135deg, #2658a0 0%, #1a417a 100%);
  box-shadow: 0 8px 18px -4px rgba(30, 77, 140, 0.50),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}
.hero-trust-shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cfe1f7;
  filter: drop-shadow(0 0 4px rgba(207, 225, 247, 0.40));
}

.hero-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--bone);
  padding: 12px;
  border: 1px solid var(--line);
}
.hero-card .hero-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 4 / 3;
  background: var(--cream-warm);
}
.hero-card .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-card .hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(31, 42, 28, 0.55) 100%);
  pointer-events: none;
}
.hero-card .hero-image-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(31, 42, 28, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(250, 246, 238, 0.18);
  display: flex;
  flex-direction: column;
  gap: 0;
  color: var(--cream);
}
.hero-card .hero-image-badge .num {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--wheat);
  line-height: 1;
}
.hero-card .hero-image-badge .label {
  font-size: 0.66rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(250, 246, 238, 0.78);
  margin-top: 3px;
}
.hero-card .hero-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 4px 8px 12px;
}
.hero-card-stat {
  text-align: center;
}
.hero-card-stat .num {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--forest);
  line-height: 1;
}
.hero-card-stat .label {
  display: block;
  margin-top: 4px;
  font-size: 0.66rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-mute);
  line-height: 1.3;
}

/* ---------- TRUST BAR ---------- */
.trust-bar {
  background:
    /* Subtle gold highlight glow top-left */
    radial-gradient(ellipse 70% 50% at 18% 0%, rgba(212, 168, 58, 0.10) 0%, transparent 60%),
    /* Mirror glow bottom-right */
    radial-gradient(ellipse 70% 50% at 82% 100%, rgba(212, 168, 58, 0.08) 0%, transparent 60%),
    /* Faint pine silhouettes (very subtle texture) */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'><g fill='%23ffffff' opacity='0.025'><path d='M40 30 L30 60 L36 60 L26 90 L54 90 L44 60 L50 60 Z'/><path d='M170 130 L160 156 L165 156 L156 184 L184 184 L175 156 L180 156 Z'/></g></svg>"),
    /* Base layered green gradient */
    linear-gradient(180deg, #345532 0%, #2d4a2d 48%, #243d24 100%);
  padding: 26px 0;
  color: rgba(250, 246, 238, 0.85);
  position: relative;
  overflow: hidden;
}
/* Hairline gold accent at top + bottom of the bar */
.trust-bar::before,
.trust-bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 168, 58, 0.45) 25%, rgba(212, 168, 58, 0.55) 50%, rgba(212, 168, 58, 0.45) 75%, transparent 100%);
}
.trust-bar::before { top: 0; }
.trust-bar::after  { bottom: 0; }

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 168, 58, 0.16);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.trust-bar-item:hover {
  transform: translateY(-2px);
  background: rgba(212, 168, 58, 0.08);
  border-color: rgba(212, 168, 58, 0.32);
}
.trust-bar-item svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: var(--wheat);
  filter: drop-shadow(0 0 8px rgba(212, 168, 58, 0.35));
}

/* ---------- SECTIONS ---------- */
section {
  padding: 80px 0;
  position: relative;
}
@media (min-width: 961px) {
  section { padding: 96px 0; }
}

.services { background: var(--cream); }
.process { background: var(--cream-warm); position: relative; overflow: hidden; }
.process::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='%232d4a2d' opacity='0.04'><circle cx='80' cy='80' r='40' fill='none' stroke='%232d4a2d' stroke-width='1'/><circle cx='80' cy='80' r='25' fill='none' stroke='%232d4a2d' stroke-width='1'/></g></svg>");
  background-size: 240px 240px;
  pointer-events: none;
}
.process .container { position: relative; }
.calculator { background: var(--cream); }
.why { background: var(--cream-deep); }
.faq-section { background: var(--cream); }
.book { background: linear-gradient(180deg, var(--forest) 0%, var(--forest-dark) 100%); color: var(--cream); }
.book .section-title { color: var(--cream); }
.book .section-title::after { background: linear-gradient(90deg, var(--wheat), var(--amber)); }
.book .section-sub { color: rgba(250, 246, 238, 0.78); }

/* ---------- SERVICES GRID ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 26px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}
.service-card.future {
  opacity: 0.65;
  background: rgba(255, 255, 255, 0.5);
  border-style: dashed;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--forest);
  box-shadow: 0 18px 36px -12px rgba(45, 74, 45, 0.20);
}
.service-card.future:hover {
  transform: none;
  border-color: var(--line);
  box-shadow: none;
}
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  margin-bottom: 18px;
  box-shadow: 0 6px 14px -4px rgba(45, 74, 45, 0.30);
  font-size: 26px;
}
.service-card.future .service-icon {
  background: linear-gradient(135deg, #b5b3a8 0%, #969385 100%);
  box-shadow: none;
}
.service-card h3 {
  font-size: 1.22rem;
  margin-bottom: 8px;
  color: var(--ink);
}
.service-card p {
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}
.service-card .future-tag {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--amber);
  font-family: var(--sans);
}

/* ---------- PROCESS / HOW IT WORKS ---------- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.process-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 22px;
  position: relative;
  text-align: left;
}
.process-step .step-num {
  position: absolute;
  top: -16px;
  left: 22px;
  width: 36px;
  height: 36px;
  background: var(--forest);
  color: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 6px 14px -4px rgba(45, 74, 45, 0.40);
}
.process-step h3 {
  font-size: 1.08rem;
  margin: 14px 0 8px;
  color: var(--ink);
}
.process-step p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}
.process-step .step-time {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--amber);
}

/* ---------- COST CALCULATOR ---------- */
.calc-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  position: relative;
}
.calc-wrap::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--forest) 0%, var(--amber) 100%);
  border-radius: 18px 18px 0 0;
}
.calc-step {
  margin-bottom: 24px;
}
.calc-step-label {
  display: block;
  font-family: var(--impact);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 12px;
}

.calc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.calc-pill {
  flex: 1 1 auto;
  min-width: 120px;
  padding: 12px 14px;
  background: var(--cream);
  border: 2px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.94rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s ease;
  text-align: center;
}
.calc-pill:hover {
  border-color: var(--forest);
  background: rgba(45, 74, 45, 0.04);
}
.calc-pill.is-active {
  background: var(--forest);
  border-color: var(--forest-dark);
  color: var(--cream);
  box-shadow: 0 4px 10px -2px rgba(45, 74, 45, 0.40);
}
.calc-pill .pill-sub {
  display: block;
  font-size: 0.74rem;
  font-weight: 500;
  opacity: 0.78;
  margin-top: 2px;
  letter-spacing: 0;
}

/* Property-size slider — replaces the old tier pills (Ben spec 2026-05-09).
   Continuous pricing: $150 base ≤1500 sqft, +$50 per 500 sqft after. */
.calc-slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px;
  background: var(--cream);
  border: 2px solid var(--line);
  border-radius: 8px;
}
.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--forest) 0%, var(--forest) var(--pct, 22%), rgba(45,74,45,0.18) var(--pct, 22%), rgba(45,74,45,0.18) 100%);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: var(--forest);
  border: 3px solid var(--cream);
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 2px 6px rgba(45,74,45,0.35);
}
.calc-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: var(--forest);
  border: 3px solid var(--cream);
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 2px 6px rgba(45,74,45,0.35);
}
.calc-slider:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.calc-slider-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.calc-slider-readout {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest);
}
.calc-over5000-btn {
  flex: 0 0 auto;
  min-width: 0;
  padding: 8px 14px;
  font-size: 0.82rem;
}
.calc-slider-formula {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: var(--ink);
  opacity: 0.65;
  font-style: italic;
}

.calc-addons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.calc-addon {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.calc-addon:has(input:checked) {
  border-color: var(--forest);
  background: rgba(45, 74, 45, 0.04);
}
.calc-addon input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: var(--forest);
  cursor: pointer;
}
.calc-addon-info strong {
  display: block;
  font-size: 0.96rem;
  color: var(--ink);
  margin-bottom: 1px;
}
.calc-addon-info span {
  font-size: 0.82rem;
  color: var(--ink-mute);
}
.calc-addon-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  color: var(--ink-soft);
}
.calc-addon-qty button {
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--forest);
  cursor: pointer;
  line-height: 1;
}
.calc-addon-qty button:hover { background: var(--forest-soft); }
.calc-addon-qty button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.calc-addon-qty .qty-val {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
  color: var(--forest);
}
.calc-addon-price {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest);
}

/* Price card */
.calc-price-card {
  background: linear-gradient(135deg, rgba(45, 74, 45, 0.06) 0%, rgba(200, 123, 41, 0.08) 100%);
  border: 2px solid rgba(45, 74, 45, 0.18);
  border-radius: 14px;
  padding: 26px 24px;
  margin-top: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.calc-price-card::before {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(212, 168, 58, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.calc-price-label {
  font-family: var(--impact);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 6px;
  position: relative;
}
.calc-price-value {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
  position: relative;
  transition: transform 0.25s ease;
  margin-bottom: 6px;
}
.calc-price-value.flash { animation: priceFlash 0.4s ease; }
@keyframes priceFlash {
  0% { transform: scale(1); }
  40% { transform: scale(1.04); }
  100% { transform: scale(1); }
}
.calc-price-sub {
  font-size: 0.88rem;
  color: var(--ink-soft);
  position: relative;
}
.calc-cta {
  display: block;
  margin-top: 22px;
  padding: 16px;
  background: linear-gradient(180deg, var(--forest) 0%, var(--forest-dark) 100%);
  color: var(--cream);
  border-radius: 10px;
  text-align: center;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.calc-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -6px rgba(45, 74, 45, 0.45);
  color: var(--cream);
}

.calc-disclaimer {
  font-size: 0.76rem;
  color: var(--ink-mute);
  font-style: italic;
  text-align: center;
  margin-top: 14px;
  line-height: 1.55;
}

/* ---------- WHY GRID ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .why-grid { grid-template-columns: 1fr; max-width: 360px; }
}
.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 24px;
  border: 1px solid var(--line);
  text-align: left;
}
.why-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--forest-soft);
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 22px;
}
.why-card h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.why-card p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-item.open { border-color: var(--forest); }
.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  background: transparent;
  border: none;
  cursor: pointer;
}
.faq-arrow {
  flex-shrink: 0;
  color: var(--forest);
  transition: transform 0.3s ease;
  font-size: 14px;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 22px;
}
.faq-item.open .faq-answer {
  max-height: 320px;
  padding-bottom: 18px;
}
.faq-answer p {
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.6;
}

/* ---------- BOOKING FORM ---------- */
.book-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(250, 246, 238, 0.16);
  border-radius: 16px;
  padding: 40px 36px;
  backdrop-filter: blur(10px);
}
.book-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.book-form .form-group {
  margin-bottom: 18px;
}
.book-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cream);
  margin-bottom: 6px;
}
.book-form input[type="text"],
.book-form input[type="tel"],
.book-form input[type="email"],
.book-form input[type="date"],
.book-form input[type="number"],
.book-form select,
.book-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(250, 246, 238, 0.25);
  background: rgba(0, 0, 0, 0.2);
  color: var(--cream);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.96rem;
  outline: none;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.book-form input::placeholder,
.book-form textarea::placeholder {
  color: rgba(250, 246, 238, 0.5);
}
.book-form input:focus,
.book-form select:focus,
.book-form textarea:focus {
  border-color: var(--wheat);
  background: rgba(0, 0, 0, 0.30);
}
.book-form textarea { resize: vertical; min-height: 88px; }
.book-form-summary {
  background: rgba(212, 168, 58, 0.10);
  border: 1px solid rgba(212, 168, 58, 0.30);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 18px;
  font-size: 0.94rem;
  color: var(--cream);
}
.book-form-summary strong {
  display: block;
  font-family: var(--impact);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wheat);
  margin-bottom: 10px;
}
/* Top "size + total price" line — bigger, prominent */
.book-form-summary .booking-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 0;
  font-size: 1rem;
}
.book-form-summary .booking-line :first-child {
  color: var(--cream);
  font-weight: 500;
}
.book-form-summary .booking-line :last-child {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--wheat);
  font-size: 1.05rem;
  white-space: nowrap;
}
/* Hairline divider between size and addon line items */
.book-form-summary .summary-divider {
  height: 1px;
  background: rgba(212, 168, 58, 0.25);
  margin: 10px 0 8px;
}
/* Each addon row */
.book-form-summary .summary-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 3px 0;
  font-size: 0.84rem;
  color: rgba(250, 246, 238, 0.78);
}
.book-form-summary .summary-line .summary-label {
  font-weight: 500;
}
.book-form-summary .summary-line .summary-price {
  font-family: var(--serif);
  font-weight: 600;
  color: rgba(250, 246, 238, 0.92);
  white-space: nowrap;
}

/* ---------- CUSTOM SCROLLBAR (green → cream gradient) ---------- */
/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--forest) var(--cream-warm);
}
/* Chromium / Safari / mobile */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: var(--cream-warm);
}
*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--forest) 0%, var(--forest-dark) 50%, var(--cream-warm) 100%);
  border-radius: 100px;
  border: 2px solid var(--cream-warm);
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--forest-dark) 0%, var(--forest) 50%, var(--wheat) 100%);
  background-clip: padding-box;
}
*::-webkit-scrollbar-corner { background: var(--cream-warm); }

/* On the slot picker (which has a dark bg) — invert track to dark */
.slot-picker::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.20);
}
.slot-picker::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--wheat) 0%, var(--amber) 50%, var(--cream-warm) 100%);
  border-color: rgba(0, 0, 0, 0.20);
}

/* ---------- CUSTOM TIME SLOT (under the 4 preset slots) ---------- */
.slot-custom-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 14px;
  width: 100%;
  background: rgba(212, 168, 58, 0.08);
  border: 1.5px dashed rgba(212, 168, 58, 0.40);
  border-radius: 8px;
  color: var(--wheat);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
  text-align: left;
}
.slot-custom-toggle:hover {
  background: rgba(212, 168, 58, 0.14);
  border-color: rgba(212, 168, 58, 0.60);
}
.slot-custom-toggle.is-open {
  border-style: solid;
  background: rgba(212, 168, 58, 0.18);
}
.slot-custom-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--wheat);
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.slot-custom-toggle.is-open .slot-custom-toggle-icon {
  transform: rotate(45deg);
}

.slot-custom {
  margin-top: 12px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(250, 246, 238, 0.14);
  border-radius: 10px;
}
.slot-custom[hidden] { display: none; }
.slot-custom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.slot-custom-row label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cream);
  margin-bottom: 5px;
}
.slot-custom-row input {
  width: 100%;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.30);
  border: 1.5px solid rgba(250, 246, 238, 0.20);
  border-radius: 6px;
  color: var(--cream);
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
}
.slot-custom-row input:focus {
  border-color: var(--wheat);
  background: rgba(0, 0, 0, 0.40);
}
.slot-custom-note {
  margin-top: 10px;
  font-size: 0.78rem;
  color: rgba(250, 246, 238, 0.55);
  font-style: italic;
}
@media (max-width: 540px) {
  .slot-custom-row { grid-template-columns: 1fr; gap: 8px; }
}
.book-submit {
  display: block;
  width: 100%;
  padding: 16px;
  background: linear-gradient(180deg, var(--wheat) 0%, var(--amber) 100%);
  color: var(--ink);
  border: none;
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.book-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -6px rgba(212, 168, 58, 0.55);
}
.book-form-note {
  margin-top: 18px;
  font-size: 0.82rem;
  color: rgba(250, 246, 238, 0.65);
  text-align: center;
}
#bookSuccess {
  display: none;
  text-align: center;
  padding: 36px 20px;
}
#bookSuccess.show { display: block; }
#bookSuccess svg {
  width: 60px;
  height: 60px;
  color: var(--wheat);
  margin: 0 auto 16px;
}
#bookSuccess h3 {
  color: var(--cream);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
#bookSuccess p {
  color: rgba(250, 246, 238, 0.78);
  font-size: 0.96rem;
}

/* ---------- FOOTER ---------- */
.footer {
  background: var(--ink);
  color: rgba(250, 246, 238, 0.72);
  padding: 60px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer h4 {
  font-family: var(--serif);
  font-size: 0.98rem;
  color: var(--cream);
  margin-bottom: 14px;
}
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 8px; font-size: 0.9rem; }
.footer ul li a {
  color: rgba(250, 246, 238, 0.72);
  transition: color 0.18s ease;
}
.footer ul li a:hover { color: var(--wheat); }
.footer-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-mark .logo-mark {
  width: 44px;
  height: 44px;
  background: var(--cream);
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-mark .logo-mark svg { width: 100%; height: 100%; }

/* New OIT brand image in footer. Logo is dark-on-transparent, footer
   is dark — invert + brightness filter renders it as cream/white
   without needing a separate light-version asset. */
.footer-brand-img {
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  /* Invert turns dark→light, then we shift toward cream for warmth. */
  filter: invert(1) brightness(1.15) sepia(0.12) hue-rotate(-10deg) saturate(0.9);
}
.footer-mark strong {
  display: block;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
}
.footer-mark small {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 246, 238, 0.55);
}
.footer-bottom {
  border-top: 1px solid rgba(250, 246, 238, 0.10);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.82rem;
  color: rgba(250, 246, 238, 0.55);
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-credit a { color: rgba(250, 246, 238, 0.78); }
.footer-credit a:hover { color: var(--wheat); }
.oit-owner-key {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.oit-owner-key:hover { opacity: 1; transform: translateY(-1px) scale(1.08); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { max-width: 480px; margin: 0 auto; }
  .trust-bar-inner { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { padding: 0 18px; }
  /* !important needed because the generic section{padding:56px} rule
     below uses !important and would otherwise put the eyebrow under
     the fixed navbar */
  .hero { padding: 110px 0 60px !important; }
  .hero-card { padding: 10px; }
  .calc-wrap { padding: 28px 20px; }
  .calc-pill { min-width: 0; padding: 12px 10px; font-size: 0.88rem; }

  /* Bigger tap targets on mobile per HIG (44pt min) */
  .hamburger { width: 44px; height: 44px; }
  .calc-addon-qty button { width: 36px !important; height: 36px !important; font-size: 16px !important; }
  .slot-pill { padding: 12px 16px !important; font-size: 0.92rem !important; }

  /* MOBILE addon grid:
     Row 1: [checkbox] [info text spans full width]
     Row 2: [empty]    [price]                [qty]
     This puts the description on its own line so price doesn't
     overlap the descriptor text. */
  .calc-addon {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px 12px;
    padding: 14px 14px !important;
    align-items: start;
  }
  .calc-addon input[type="checkbox"] {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
    margin-top: 3px;
  }
  .calc-addon-info {
    grid-row: 1;
    grid-column: 2 / 4;
  }
  .calc-addon-price {
    grid-row: 2;
    grid-column: 2;
    justify-self: start;
    align-self: center;
  }
  .calc-addon-qty {
    grid-row: 2;
    grid-column: 3;
    justify-self: end;
  }

  /* Hero CTAs: full-width stacked instead of awkward wrap */
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-outline {
    width: 100%;
    justify-content: center;
  }

  .book-form-wrap { padding: 28px 20px; }
  .book-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  section { padding: 56px 0 !important; }
  /* Trust bar mobile: 2x2 vertical-card grid (was a sad 1-col stack) */
  .trust-bar { padding: 36px 0 !important; }
  .trust-bar-inner {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .trust-bar-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 18px 10px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(212, 168, 58, 0.20);
    min-height: 100px;
    justify-content: center;
  }
  .trust-bar-item svg {
    width: 30px !important;
    height: 30px !important;
  }
  .trust-bar-item span {
    font-size: 0.84rem;
    line-height: 1.3;
  }
  .hero-card-stats { grid-template-columns: 1fr 1fr 1fr; }
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* ---------- SLOT PICKER (booking calendar) ---------- */
.slot-picker {
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.18);
  border: 1.5px solid rgba(250, 246, 238, 0.18);
  border-radius: 10px;
  padding: 14px;
  min-height: 80px;
  max-height: 320px;
  overflow-y: auto;
}
.slot-picker-status {
  text-align: center;
  color: rgba(250, 246, 238, 0.65);
  font-size: 0.94rem;
  font-style: italic;
  padding: 16px;
}
.slot-picker-day {
  margin-bottom: 16px;
}
.slot-picker-day:last-child { margin-bottom: 0; }
.slot-picker-day-label {
  display: block;
  font-family: var(--impact);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wheat);
  margin-bottom: 8px;
}
.slot-picker-times {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.slot-pill {
  padding: 8px 14px;
  background: rgba(250, 246, 238, 0.06);
  border: 1.5px solid rgba(250, 246, 238, 0.20);
  border-radius: 6px;
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: inherit;
}
.slot-pill:hover {
  background: rgba(212, 168, 58, 0.18);
  border-color: var(--wheat);
  color: var(--wheat);
}
.slot-pill.is-selected {
  background: var(--wheat);
  border-color: var(--wheat);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 4px 10px -2px rgba(212, 168, 58, 0.45);
}
.slot-picker-empty {
  text-align: center;
  padding: 16px;
  color: rgba(250, 246, 238, 0.65);
  font-size: 0.92rem;
}
.slot-picker-empty strong {
  display: block;
  color: var(--cream);
  margin-bottom: 4px;
  font-weight: 700;
}

/* ============================================================
   NEW SECTIONS — MARKETS / ABOUT / LAB / PRICING-PITCH
   Added 2026-05-06 as part of P&P content fidelity rebuild.
   Reuses existing color tokens (--cream, --cream-deep, --forest,
   --ink, --ink-soft, --wheat, --line) from the original styles.
   ============================================================ */

/* MARKETS WE SERVE */
.markets {
  background: var(--cream-deep);
  padding: 96px 0;
}
@media (max-width: 768px) {
  .markets { padding: 72px 0; }
}
.markets-grid {
  display: grid;
  /* Mobile: 1 column. Tablet: auto-fit. Desktop ≥1024: explicit 3+2
     layout — first 3 cards on row 1, remaining 2 centered on row 2.
     Avoids the orphaned single-card row that the old auto-fit layout
     produced when the count grew to 5 (Residential / Commercial /
     Automotive / Marine / RV & Trailer). */
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 44px;
}
@media (min-width: 1024px) {
  .markets-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  /* First 3 cards: 2 cols each (3 × 2 = 6 → row 1) */
  .markets-grid > .market-card:nth-child(1),
  .markets-grid > .market-card:nth-child(2),
  .markets-grid > .market-card:nth-child(3) {
    grid-column: span 2;
  }
  /* Last 2 cards: 3 cols each (2 × 3 = 6 → row 2 fills, centered) */
  .markets-grid > .market-card:nth-child(4),
  .markets-grid > .market-card:nth-child(5) {
    grid-column: span 3;
  }
}
.market-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.market-card:hover {
  transform: translateY(-4px);
  border-color: var(--forest);
  box-shadow: 0 18px 36px -12px rgba(45, 74, 45, 0.20);
}
.market-icon {
  font-size: 36px;
  margin-bottom: 14px;
  line-height: 1;
}
.market-card h3 {
  font-size: 1.22rem;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: 'Merriweather', Georgia, serif;
}
.market-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.6;
}

/* ABOUT */
.about {
  background: var(--cream);
  padding: 96px 0;
}
@media (max-width: 768px) {
  .about { padding: 72px 0; }
}
.about-content {
  max-width: 760px;
  margin: 36px auto 0;
}
.about-content p {
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.about-content p:last-child { margin-bottom: 0; }
.about-cta-line {
  font-weight: 600;
  color: var(--ink) !important;
  border-left: 4px solid var(--forest);
  padding-left: 18px;
  margin-top: 28px !important;
}

/* LAB / WHAT WE TEST FOR */
.lab-section {
  background: var(--cream-deep);
  padding: 96px 0;
}
@media (max-width: 768px) {
  .lab-section { padding: 72px 0; }
}
.lab-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px 28px;
  max-width: 720px;
  margin: 32px auto 24px;
}
.lab-list li {
  position: relative;
  padding: 10px 14px 10px 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 0.98rem;
  color: var(--ink);
}
.lab-list li::before {
  content: "🧫";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.lab-list li strong { color: var(--forest-dark); }
.lab-footnote {
  text-align: center;
  font-style: italic;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto;
}

/* "100+" hero stat card — replaces the old 9-item bullet grid.
   Single visual anchor. Big serif numeral, accent underline, soft
   gradient background to lift it off the cream-deep section. */
.lab-stat-card {
  position: relative;
  max-width: 640px;
  margin: 36px auto 28px;
  padding: 44px 36px 36px;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(45, 74, 45, 0.07) 0%, transparent 70%),
    linear-gradient(180deg, #fff 0%, #faf6ee 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.lab-stat-card::before {
  /* gold-amber accent strip across the top */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--forest), var(--amber), var(--wheat));
}
.lab-stat-number {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(5rem, 14vw, 8.5rem);
  line-height: 0.9;
  color: var(--forest);
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: flex-start;
  background: linear-gradient(180deg, var(--forest) 0%, var(--forest-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lab-stat-plus {
  font-size: 0.5em;
  color: var(--amber);
  -webkit-text-fill-color: var(--amber);
  margin-top: 0.25em;
  margin-left: 0.05em;
  font-weight: 800;
}
.lab-stat-label {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 6px;
}
.lab-stat-sub {
  margin-top: 18px;
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .lab-stat-card { padding: 36px 22px 28px; border-radius: 14px; }
}

/* PRICING POSITIONING ("DON'T GET SPORED") */
.pricing-pitch {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-dark) 100%);
  padding: 96px 0;
  color: var(--cream);
}
@media (max-width: 768px) {
  .pricing-pitch { padding: 72px 0; }
}
.pricing-pitch-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.pricing-pitch-card h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: clamp(1.75rem, 3.6vw, 2.6rem);
  line-height: 1.25;
  margin-bottom: 18px;
  color: var(--cream);
}
.pricing-pitch-card h2 em {
  color: var(--wheat);
  font-style: italic;
}
.pricing-pitch-card > p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(250, 246, 238, 0.92);
  margin-bottom: 14px;
}
.pricing-pitch-card strong {
  color: var(--wheat);
  font-weight: 800;
}
.pricing-pitch-sub {
  font-style: italic;
  color: rgba(250, 246, 238, 0.78) !important;
  margin-bottom: 28px !important;
}
.pricing-pitch-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-pitch-ctas .btn-outline {
  border-color: rgba(250, 246, 238, 0.55);
  color: var(--cream);
}
.pricing-pitch-ctas .btn-outline:hover {
  background: rgba(250, 246, 238, 0.10);
  border-color: var(--cream);
}

/* FOOTER COVERAGE TAGLINE */
.footer-coverage {
  text-align: center;
  font-style: italic;
  color: rgba(250, 246, 238, 0.72);
  font-size: 0.94rem;
  line-height: 1.6;
  max-width: 640px;
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 246, 238, 0.12);
}

/* TESTIMONIALS */
.testimonials {
  padding: 88px 0;
  background: var(--cream);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.testimonial-card {
  background: #fff;
  border: 1px solid rgba(45, 53, 64, 0.08);
  border-radius: 14px;
  padding: 24px 22px;
  box-shadow: 0 6px 20px rgba(45, 53, 64, 0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.testimonial-stars {
  color: var(--accent, #d97757);
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  margin: 0;
}
.testimonial-card blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink, #2d3540);
  font-style: italic;
  position: relative;
  padding-left: 14px;
  border-left: 3px solid rgba(217, 119, 87, 0.35);
}
.testimonial-card footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.86rem;
  color: rgba(45, 53, 64, 0.7);
  margin-top: 4px;
}
.testimonial-card footer strong {
  color: var(--ink, #2d3540);
  font-weight: 700;
  font-size: 0.92rem;
}

/* ─── Live Google-Reviews carousel (replaces the static grid 2026-05-10) ─── */

.testimonial-carousel {
  position: relative;
  margin-top: 32px;
  padding: 0 56px;            /* leave room for prev/next arrows */
}
@media (max-width: 720px) {
  .testimonial-carousel { padding: 0 0; }
}

.testimonial-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 60px 20px;
  color: var(--ink-mute, #7a857a);
  font-size: 0.95rem;
}
.testimonial-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(45, 74, 45, 0.18);
  border-top-color: var(--forest, #2d4a2d);
  border-radius: 50%;
  animation: oit-spin 0.8s linear infinite;
}
@keyframes oit-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .testimonial-spinner { animation: none; }
}

.testimonial-track {
  display: flex;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 0;
}
.testimonial-track .testimonial-card {
  flex: 0 0 100%;
  scroll-snap-align: center;
  margin: 0;
  /* Slight drop-in animation on slide change */
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Carousel-specific card additions: avatar + Google attribution */
.testimonial-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cream-warm, #f3ecd9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--forest, #2d4a2d);
  font-size: 1.05rem;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.testimonial-meta-author {
  font-weight: 700;
  color: var(--ink, #1f2a1c);
  font-size: 0.95rem;
}
.testimonial-meta-time {
  font-size: 0.78rem;
  color: var(--ink-mute, #7a857a);
}
.testimonial-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(45, 74, 45, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-left: auto;
  flex-shrink: 0;
}

/* Prev/next arrows */
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(45, 74, 45, 0.18);
  background: #fff;
  color: var(--forest, #2d4a2d);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  box-shadow: 0 4px 12px rgba(31, 42, 28, 0.10);
  z-index: 2;
}
.testimonial-arrow:hover {
  background: var(--forest, #2d4a2d);
  color: var(--cream, #faf6ee);
  border-color: var(--forest, #2d4a2d);
  transform: translateY(-50%) scale(1.06);
}
.testimonial-arrow:disabled { opacity: 0.4; cursor: not-allowed; transform: translateY(-50%); }
.testimonial-arrow--prev { left: 4px; }
.testimonial-arrow--next { right: 4px; }
@media (max-width: 720px) {
  .testimonial-arrow { width: 36px; height: 36px; }
  .testimonial-arrow--prev { left: -6px; }
  .testimonial-arrow--next { right: -6px; }
}

/* Dot indicators */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(45, 74, 45, 0.20);
  cursor: pointer;
  padding: 0;
  transition: background 0.18s ease, transform 0.18s ease;
}
.testimonial-dot[aria-selected="true"] {
  background: var(--forest, #2d4a2d);
  transform: scale(1.25);
}
.testimonial-dot:hover { background: rgba(45, 74, 45, 0.45); }

/* Aggregate rating summary above the carousel */
.testimonial-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 0.92rem;
  color: var(--ink-soft, #4a5547);
  flex-wrap: wrap;
}
.testimonial-rating-summary .rating-stars {
  color: var(--amber, #c87b29);
  letter-spacing: 0.12em;
  font-size: 1.05rem;
}
.testimonial-rating-summary .rating-number {
  color: var(--ink, #1f2a1c);
  font-weight: 700;
  font-size: 1.05rem;
}
.testimonial-rating-summary .rating-count { color: var(--ink-mute, #7a857a); }
.testimonial-rating-summary .rating-google-link {
  margin-left: 4px;
  color: var(--forest, #2d4a2d);
  font-weight: 600;
  text-decoration: none;
}
.testimonial-rating-summary .rating-google-link:hover { color: var(--forest-dark, #1d331d); text-decoration: underline; }

/* Empty state — when zero reviews returned */
.testimonial-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--ink-mute, #7a857a);
  font-size: 0.95rem;
}
.testimonial-empty a { color: var(--forest, #2d4a2d); font-weight: 600; }
.testimonial-empty a:hover { color: var(--forest-dark, #1d331d); }
