/* ============================================================
   MOBILE AXE RVA — HOME v3 "FORGE" (2026-06-09)
   Homepage-only design layer. Loaded LAST so it out-cascades
   the shared sheets (tokens → … → polish). Other pages keep
   using the shared system untouched.

   Principles:
   - Photography carries the ruggedness; type + color stay
     restrained (Archivo display / Inter body, forest + gold).
   - ONE accent (gold) and it's reserved for conversion.
   - Everything VISIBLE BY DEFAULT. Motion classes only hide
     things when html.js exists, and reveals are failsafed in
     library.js. Reduced-motion gets a fully static page.
   ============================================================ */

:root {
  --pit: #0b110d;            /* deepest dark — hero/gallery/quote */
  --pit-2: #101712;          /* raised dark surface */
  --pit-line: rgba(255, 255, 255, 0.09);
  --pit-text: #eef0ea;
  --pit-mute: rgba(238, 240, 234, 0.66);
  --display: "Archivo", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --body-font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gold-grad: linear-gradient(135deg, #d9a23c 0%, #c58c2a 55%, #b07d22 100%);
  --section-y: clamp(64px, 9vw, 112px);
  --section-x: clamp(20px, 5vw, 72px);
  --radius-lg: 18px;
  --radius-md: 12px;
}

/* ---------- Page-wide resets for v3 ---------- */
body[data-page="home-v3"] {
  font-family: var(--body-font);
  background: var(--bone);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
body[data-page="home-v3"] h1,
body[data-page="home-v3"] h2,
body[data-page="home-v3"] h3 {
  font-family: var(--display);
  letter-spacing: -0.022em;
  line-height: 1.04;
  font-weight: 800;
}
body[data-page="home-v3"] section {
  padding: var(--section-y) var(--section-x);
}
body[data-page="home-v3"] .section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin: 0 0 14px;
}
.section-head { max-width: 1240px; margin: 0 auto 40px; }
.section-head h2 {
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
  margin: 0 0 10px;
  max-width: 21ch;
}
.section-head h2 em,
.intro-v3 h2 em,
.quote-v3 h2 em,
.final-cta h2 em,
.hero-v3 h1 em {
  font-style: normal;
  color: var(--gold-2);
}
.section-head .section-sub { color: var(--muted); font-size: 1rem; margin: 6px 0 0; }
.section-head--dark h2 { color: var(--pit-text); }
.section-head--dark .section-sub { color: var(--pit-mute); }

.text-link {
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(31, 77, 51, 0.35);
  padding-bottom: 2px;
}
.text-link:hover { border-color: var(--forest); }
.text-link--gold { color: var(--gold-soft); border-color: rgba(245, 231, 197, 0.4); }
.text-link--gold:hover { border-color: var(--gold-soft); }

/* ---------- Scroll progress ---------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 120;
  pointer-events: none;
  background: transparent;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--gold-grad);
  transition: width 80ms linear;
}

/* ---------- Nav ---------- */
body[data-page="home-v3"] .nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px var(--nav-pad-x);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}
body[data-page="home-v3"] .nav[data-scrolled="true"] {
  background: rgba(11, 17, 13, 0.86);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--pit-line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}
body[data-page="home-v3"] .nav .brand-text strong { color: #fff; }
body[data-page="home-v3"] .nav .brand-text small { color: rgba(255, 255, 255, 0.62); }
body[data-page="home-v3"] .nav-links { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 22px); }
body[data-page="home-v3"] .nav-links > a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 160ms ease;
}
body[data-page="home-v3"] .nav-links > a:hover { color: #fff; }
body[data-page="home-v3"] .nav-links .nav-phone {
  font-weight: 800;
  color: var(--gold-soft);
}
body[data-page="home-v3"] .nav-toggle { color: #fff; }

/* ---------- Buttons (v3) ---------- */
body[data-page="home-v3"] .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--gold-grad);
  color: #1c1405;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 13px 24px;
  border-radius: 11px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(197, 140, 42, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  transition: transform 180ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 180ms ease, filter 180ms ease;
}
body[data-page="home-v3"] .button:hover { filter: brightness(1.05); box-shadow: 0 14px 32px rgba(197, 140, 42, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.32); }
body[data-page="home-v3"] .button:active { transform: translateY(1px) !important; }
body[data-page="home-v3"] .button.secondary {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line-strong);
  box-shadow: none;
}
body[data-page="home-v3"] .button.secondary:hover { border-color: var(--ink); filter: none; }
body[data-page="home-v3"] :is(a, button):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Hero ---------- */
.hero-v3 {
  position: relative;
  min-height: max(640px, 100svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--pit);
  color: var(--pit-text);
  padding: 0;
}
.hero-v3-media { position: absolute; inset: 0; }
.hero-v3-media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center 38%;
  will-change: transform;
}
.hero-v3-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 17, 13, 0.42) 0%, rgba(11, 17, 13, 0.12) 34%, rgba(11, 17, 13, 0.62) 72%, rgba(11, 17, 13, 0.93) 100%),
    radial-gradient(110% 70% at 18% 88%, rgba(11, 17, 13, 0.75) 0%, transparent 60%);
}
.hero-v3-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(120px, 16vh, 180px) var(--section-x) clamp(56px, 8vh, 84px);
}
.hero-v3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(11, 17, 13, 0.55);
  border: 1px solid rgba(245, 231, 197, 0.28);
  padding: 8px 14px;
  border-radius: 999px;
  margin: 0 0 22px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.pulse-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #57d98a;
  box-shadow: 0 0 0 0 rgba(87, 217, 138, 0.55);
}
.hero-v3 h1 {
  font-size: clamp(2.5rem, 6.2vw, 4.7rem);
  margin: 0 0 18px;
  max-width: 15ch;
  color: #fff;
  text-wrap: balance;
}
.hero-v3 h1 em { color: #f1c87a; }
.hero-v3-sub {
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  max-width: 52ch;
  margin: 0 0 18px;
}
.hero-v3-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 26px;
}
.hero-v3-rating .stars { color: #f1c87a; letter-spacing: 3px; font-size: 1rem; }
.hero-v3-rating strong { font-family: var(--display); font-size: 1.15rem; color: #fff; }
.hero-v3-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.hero-cta {
  flex-direction: column;
  gap: 1px !important;
  padding: 15px 30px !important;
  font-size: 1.04rem !important;
  line-height: 1.15;
}
.hero-cta small {
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.78;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}
.hero-call svg { width: 21px; height: 21px; color: var(--gold-soft); }
.hero-call strong { font-family: var(--display); font-size: 1.06rem; letter-spacing: 0.01em; display: block; }
.hero-call small { display: block; font-size: 0.74rem; color: rgba(255, 255, 255, 0.62); }
.hero-call:hover strong { color: var(--gold-soft); }
.hero-v3-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-v3-chips li {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(11, 17, 13, 0.4);
  padding: 7px 13px;
  border-radius: 999px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.hero-v3-scrollcue {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, 0.65);
  display: none;
}
.hero-v3-scrollcue svg { width: 22px; height: 22px; }

/* ---------- Proof bar ---------- */
.proof-bar {
  background: var(--pit);
  border-top: 1px solid var(--pit-line);
  padding: clamp(34px, 5vw, 52px) var(--section-x) !important;
}
.proof-bar-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.proof-cell { text-align: center; padding: 6px 10px; border-left: 1px solid var(--pit-line); }
.proof-cell:first-child { border-left: 0; }
.proof-cell strong {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  color: #fff;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-bottom: 7px;
}
.proof-star { color: #f1c87a; font-size: 0.7em; vertical-align: 6px; margin-left: 3px; }
.proof-cell span:last-child {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--pit-mute);
}

/* ---------- Intro split ---------- */
.intro-v3 {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.intro-v3 h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 0 0 16px; }
.intro-v3-copy > p { color: var(--muted-strong); line-height: 1.65; font-size: 1.02rem; max-width: 56ch; }
.intro-v3-points { list-style: none; margin: 22px 0 26px; padding: 0; display: grid; gap: 14px; }
.intro-v3-points li {
  display: grid;
  gap: 2px;
  padding-left: 18px;
  border-left: 3px solid var(--gold);
}
.intro-v3-points strong { font-family: var(--display); font-size: 1rem; letter-spacing: -0.01em; }
.intro-v3-points span { color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.intro-v3-cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.intro-v3-media { margin: 0; position: relative; }
.intro-v3-media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(15, 26, 20, 0.22);
  display: block;
}
.intro-v3-media figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(11, 17, 13, 0.6);
  padding: 6px 12px;
  border-radius: 999px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

/* ---------- Event tiles ---------- */
.events-v3 { background: var(--bone-2); }
.events-v3-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.event-tile {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--pit);
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.event-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.event-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(185deg, rgba(11, 17, 13, 0.05) 30%, rgba(11, 17, 13, 0.62) 68%, rgba(11, 17, 13, 0.92) 100%);
  transition: opacity 300ms ease;
}
.event-tile:hover img { transform: scale(1.055); }
.event-tile-body { padding: 22px; color: #fff; width: 100%; }
.event-tile-tag {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(11, 17, 13, 0.55);
  border: 1px solid rgba(245, 231, 197, 0.3);
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.event-tile h3 { font-size: 1.45rem; margin: 0 0 6px; color: #fff; }
.event-tile p { font-size: 0.88rem; line-height: 1.5; color: rgba(255, 255, 255, 0.82); margin: 0 0 12px; max-width: 40ch; }
.event-tile-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold-soft);
  font-weight: 800;
  font-size: 0.84rem;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.event-tile-link span { transition: transform 200ms ease; }
.event-tile-link:hover span { transform: translateX(4px); }

/* ---------- Process ---------- */
.process-v3 .section-head { margin-bottom: 44px; }
.process-v3-steps {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  list-style: none;
  padding: 0;
  counter-reset: step;
}
.process-step { position: relative; }
.process-step figure {
  margin: 0 0 18px;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 16px 40px rgba(15, 26, 20, 0.16);
}
.process-step figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1); }
.process-step:hover figure img { transform: scale(1.04); }
.process-step-num {
  position: absolute;
  top: -16px;
  left: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 900;
  font-size: 1.15rem;
  color: #1c1405;
  background: var(--gold-grad);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(197, 140, 42, 0.4);
}
.process-step h3 { font-size: 1.2rem; margin: 0 0 7px; }
.process-step p { color: var(--muted-strong); font-size: 0.93rem; line-height: 1.58; margin: 0; }
.safety-strip {
  max-width: 1240px;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: var(--forest);
  border-radius: var(--radius-lg);
  padding: 22px clamp(18px, 3vw, 34px);
}
.safety-strip div { display: grid; gap: 2px; padding-left: 14px; border-left: 2px solid rgba(245, 231, 197, 0.35); }
.safety-strip strong { color: #fff; font-family: var(--display); font-size: 0.97rem; }
.safety-strip span { color: rgba(255, 255, 255, 0.72); font-size: 0.8rem; }

/* ---------- Pricing ---------- */
.pricing-v3 { background: var(--bone-2); }
.pricing-v3 .section-head { text-align: center; }
.pricing-v3 .section-head h2 { margin-left: auto; margin-right: auto; }
.pricing-v3 .section-head .section-sub { max-width: 58ch; margin: 8px auto 0; }
.pricing-v3-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow-1);
  transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 220ms ease;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.price-card h3 { font-size: 1.08rem; margin: 0; }
.price-figure { font-size: 0.95rem; color: var(--muted); margin: 0; }
.price-figure strong {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  color: var(--ink);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.price-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; flex: 1; }
.price-card li { font-size: 0.9rem; color: var(--muted-strong); padding-left: 22px; position: relative; line-height: 1.45; }
.price-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 7px; height: 7px;
  border-radius: 2px;
  background: var(--gold);
}
.price-card--featured {
  background: var(--pit);
  border-color: rgba(197, 140, 42, 0.5);
  box-shadow: 0 26px 60px rgba(11, 17, 13, 0.35);
  transform: translateY(-8px);
}
.price-card--featured:hover { transform: translateY(-11px); }
.price-card--featured h3, .price-card--featured .price-figure strong { color: #fff; }
.price-card--featured .price-figure { color: var(--pit-mute); }
.price-card--featured li { color: rgba(255, 255, 255, 0.8); }
.price-flag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1c1405;
  background: var(--gold-grad);
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(197, 140, 42, 0.4);
  white-space: nowrap;
}

/* ---------- Estimator ---------- */
.estimator-v3 {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.estimator-v3 h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 0 0 14px; }
.estimator-v3-copy > p { color: var(--muted-strong); line-height: 1.6; max-width: 52ch; }
.estimator-card-v3 {
  background: var(--pit);
  border: 1px solid var(--pit-line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 30px 70px rgba(11, 17, 13, 0.35);
  color: var(--pit-text);
}
.estimator-card-v3 h3 {
  font-size: 1.2rem;
  margin: 0 0 20px;
  color: #fff;
}
.estimator-card-v3 .estimator-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}
.estimator-card-v3 label {
  display: grid;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pit-mute);
}
.estimator-card-v3 select,
.estimator-card-v3 input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  border-radius: 10px;
  padding: 12px 13px;
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.estimator-card-v3 select:focus,
.estimator-card-v3 input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197, 140, 42, 0.25);
}
.estimator-card-v3 select option { background: var(--pit-2); color: #fff; }
.estimator-card-v3 .estimate-result {
  background: rgba(197, 140, 42, 0.1);
  border: 1px solid rgba(197, 140, 42, 0.35);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  margin-bottom: 18px;
}
.estimator-card-v3 .estimate-result span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.estimator-card-v3 .estimate-result strong {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: #fff;
  margin: 4px 0 6px;
  font-variant-numeric: tabular-nums;
}
.estimator-card-v3 .estimate-result p { margin: 0; font-size: 0.82rem; line-height: 1.5; color: var(--pit-mute); }
.estimator-card-v3 .button-row { display: flex; gap: 10px; flex-wrap: wrap; }
.estimator-card-v3 .button-row button,
.estimator-card-v3 .button-row .button {
  font-family: inherit;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 11px 16px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}
.estimator-card-v3 #fillQuoteFromEstimate {
  background: var(--gold-grad);
  color: #1c1405;
  border: 0;
  box-shadow: 0 10px 24px rgba(197, 140, 42, 0.35);
  transition: transform 160ms ease, filter 160ms ease;
}
.estimator-card-v3 #fillQuoteFromEstimate:hover { filter: brightness(1.06); }
.estimator-card-v3 #fillQuoteFromEstimate:active { transform: translateY(1px); }
.estimator-card-v3 .button.secondary {
  background: transparent;
  color: var(--pit-text);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.estimator-card-v3 .button.secondary:hover { border-color: rgba(255, 255, 255, 0.5); }

/* ---------- Gallery marquee ---------- */
.gallery-v3 {
  background: var(--pit);
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
.gallery-v3 .section-head {
  padding: 0 var(--section-x);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.gallery-v3 .section-head > a { margin-bottom: 6px; }
.ma-marquee { overflow: hidden; position: relative; }
.gallery-marquee { margin-top: 18px; }
.gallery-marquee:first-of-type { margin-top: 0; }
.ma-marquee__track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 2px 0;
}
.gallery-marquee figure {
  margin: 0;
  height: clamp(190px, 24vw, 300px);
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
}
.gallery-marquee img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}
html.js .gallery-marquee .ma-marquee__track { animation: ma-marquee-scroll var(--marquee-dur, 55s) linear infinite; }
html.js .gallery-marquee--reverse .ma-marquee__track { animation-direction: reverse; }
.gallery-marquee:hover .ma-marquee__track { animation-play-state: paused; }
@keyframes ma-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Reviews ---------- */
.reviews-v3 { background: var(--bone); overflow: hidden; padding-left: 0 !important; padding-right: 0 !important; }
.reviews-v3 .section-head { padding: 0 var(--section-x); }
.ma-reviews-rail { overflow: hidden; margin-top: 8px; }
.ma-reviews-rail__track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 8px 0 14px;
}
html.js .ma-reviews-rail .ma-reviews-rail__track { animation: ma-marquee-scroll var(--duration, 60s) linear infinite; }
.ma-reviews-rail:hover .ma-reviews-rail__track { animation-play-state: paused; }
.ma-review-card {
  width: clamp(280px, 30vw, 380px);
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-1);
  display: grid;
  gap: 12px;
  align-content: start;
}
.ma-review-card__stars { color: var(--gold); letter-spacing: 3px; font-size: 0.95rem; }
.ma-review-card__quote { margin: 0; font-size: 1rem; line-height: 1.55; color: var(--ink); font-weight: 500; }
.ma-review-card__who { display: flex; align-items: center; gap: 11px; }
.ma-review-card__avatar {
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
}
.ma-review-card__name { font-weight: 700; font-size: 0.9rem; color: var(--ink); }
.ma-review-card__role { font-size: 0.78rem; color: var(--muted); }
.review-source {
  padding: 10px var(--section-x) 0;
  font-size: 0.78rem;
  color: var(--muted);
  max-width: 1240px;
  margin: 0 auto;
}

/* ---------- Landing pages / service area ---------- */
.landing-v3 { background: var(--bone-2); }
.landing-v3-grid {
  max-width: 1240px;
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 12px;
}
.landing-chip {
  display: grid;
  gap: 3px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  text-decoration: none;
  transition: transform 200ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 200ms ease, border-color 200ms ease;
}
.landing-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); border-color: var(--gold); }
.landing-chip strong { color: var(--ink); font-family: var(--display); font-size: 0.96rem; letter-spacing: -0.01em; }
.landing-chip span { color: var(--muted); font-size: 0.78rem; }
.landing-chip--hub { background: var(--forest); border-color: var(--forest); }
.landing-chip--hub strong, .landing-chip--hub span { color: #fff; }
.landing-chip--hub span { opacity: 0.75; }
.area-strip { max-width: 1240px; margin: 0 auto; }
.area-strip p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--muted-strong);
  border-left: 3px solid var(--gold);
  padding-left: 16px;
}

/* ---------- Quote ---------- */
.quote-v3 {
  background:
    linear-gradient(160deg, rgba(11, 17, 13, 0.97) 0%, rgba(16, 23, 18, 0.94) 100%),
    url("../../site-photos/web/axe-target-detail.jpg") center / cover no-repeat;
  color: var(--pit-text);
}
.quote-v3-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.quote-v3 h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 0 0 22px; color: #fff; }
.quote-v3 h2 em { color: #f1c87a; }
.quote-v3-next { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 14px; }
.quote-v3-next li {
  font-size: 0.97rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 16px;
  border-left: 2px solid rgba(245, 231, 197, 0.35);
}
.quote-v3-next strong { color: var(--gold-soft); font-family: var(--display); margin-right: 4px; }
.quote-v3-contact p { font-size: 0.86rem; color: var(--pit-mute); margin: 0 0 10px; }
.quote-v3-form {
  background: rgba(16, 23, 18, 0.72);
  border: 1px solid var(--pit-line);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 34px);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}
.form-steps { display: flex; gap: 7px; margin-bottom: 18px; }
.form-step-dot {
  width: 34px; height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  transition: background 240ms ease;
}
.form-step-dot.is-active { background: var(--gold); }
.quote-v3-form fieldset { border: 0; margin: 0; padding: 0; display: grid; gap: 12px; }
.quote-v3-form fieldset.is-hidden { display: none; }
.quote-v3-form legend {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.02rem;
  color: #fff;
  margin-bottom: 10px;
  padding: 0;
}
.quote-v3-form input,
.quote-v3-form select,
.quote-v3-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 0.96rem;
  font-family: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.quote-v3-form input::placeholder,
.quote-v3-form textarea::placeholder { color: rgba(255, 255, 255, 0.45); }
.quote-v3-form select { color: rgba(255, 255, 255, 0.92); }
.quote-v3-form select option { background: var(--pit-2); color: #fff; }
.quote-v3-form input:focus,
.quote-v3-form select:focus,
.quote-v3-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197, 140, 42, 0.22);
}
.quote-v3-form textarea { min-height: 86px; resize: vertical; }
.field-attn { animation: field-attn 360ms ease 2; border-color: var(--rust) !important; }
@keyframes field-attn {
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
.form-continue,
.form-submit {
  width: 100%;
  background: var(--gold-grad);
  color: #1c1405;
  font-family: inherit;
  font-weight: 800;
  font-size: 1rem;
  border: 0;
  border-radius: 11px;
  padding: 15px 20px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(197, 140, 42, 0.35);
  transition: transform 160ms ease, filter 160ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form-submit { flex-direction: column; gap: 1px; line-height: 1.15; }
.form-submit small { font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.75; }
.form-continue:hover, .form-submit:hover { filter: brightness(1.05); }
.form-continue:active, .form-submit:active { transform: translateY(1px); }
.form-stage-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: stretch; }
.form-back {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--pit-text);
  border-radius: 11px;
  padding: 0 18px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 160ms ease;
}
.form-back:hover { border-color: rgba(255, 255, 255, 0.5); }
html:not(.js) .form-steps,
html:not(.js) .form-continue,
html:not(.js) .form-back { display: none; }
#formStatus { min-height: 22px; margin-top: 12px; font-size: 0.9rem; color: var(--gold-soft); }

/* ---------- FAQ ---------- */
.faq-v3-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.faq-v3 .faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid transparent;
  border-radius: var(--radius-md);
  padding: 0 20px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.faq-v3 .faq-item[open] {
  border-left-color: var(--gold);
  box-shadow: var(--shadow-2);
}
.faq-v3 .faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.99rem;
  color: var(--ink);
}
.faq-v3 .faq-item summary::-webkit-details-marker { display: none; }
.faq-v3 .faq-chevron {
  width: 9px; height: 9px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform 220ms ease;
  flex-shrink: 0;
}
.faq-v3 .faq-item[open] .faq-chevron { transform: rotate(-135deg); }
.faq-v3 .faq-item p { margin: 0; padding: 0 0 18px; color: var(--muted-strong); font-size: 0.94rem; line-height: 1.6; }

/* ---------- Final CTA ---------- */
.final-cta {
  background:
    radial-gradient(90% 120% at 50% 0%, rgba(197, 140, 42, 0.16) 0%, transparent 55%),
    var(--pit);
  text-align: center;
  border-top: 1px solid var(--pit-line);
}
.final-cta-inner { max-width: 760px; margin: 0 auto; }
.final-cta h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); color: #fff; margin: 0 0 12px; }
.final-cta p { color: var(--pit-mute); font-size: 1.04rem; margin: 0 0 30px; }
.final-cta-actions { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
body[data-page="home-v3"] .site-footer {
  background: #070b08;
  color: rgba(255, 255, 255, 0.78);
  padding: clamp(48px, 7vw, 72px) var(--section-x) 28px;
}
body[data-page="home-v3"] .footer-grid {
  max-width: 1240px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
}
body[data-page="home-v3"] .footer-brand p { font-size: 0.9rem; line-height: 1.6; color: rgba(255, 255, 255, 0.62); max-width: 44ch; }
body[data-page="home-v3"] .footer-contact { display: flex; gap: 18px; margin: 14px 0; }
body[data-page="home-v3"] .footer-contact a { color: var(--gold-soft); font-weight: 700; text-decoration: none; font-size: 0.92rem; }
body[data-page="home-v3"] .footer-social { display: flex; gap: 9px; }
body[data-page="home-v3"] .footer-social a {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 6px 13px;
  border-radius: 999px;
  transition: border-color 160ms ease, color 160ms ease;
}
body[data-page="home-v3"] .footer-social a:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
body[data-page="home-v3"] .site-footer h4 {
  font-family: var(--display);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
body[data-page="home-v3"] .footer-links { display: grid; gap: 9px; }
body[data-page="home-v3"] .footer-links a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 160ms ease;
}
body[data-page="home-v3"] .footer-links a:hover { color: var(--gold-soft); }
body[data-page="home-v3"] .footer-strip {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Sticky CTA + mobile call bar ---------- */
body[data-page="home-v3"] .sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
}
body[data-page="home-v3"] .sticky-cta.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.callbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 95;
  display: none;
  grid-template-columns: 1fr 1.4fr;
  gap: 1px;
  background: rgba(7, 11, 8, 0.96);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--pit-line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  transform: translateY(110%);
  transition: transform 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.callbar.is-visible { transform: none; }
.callbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 11px;
  padding: 13px 10px;
}
.callbar svg { width: 17px; height: 17px; }
.callbar-phone { color: #fff; border: 1px solid rgba(255, 255, 255, 0.25); margin-right: 9px; }
.callbar-quote { background: var(--gold-grad); color: #1c1405; box-shadow: 0 10px 24px rgba(197, 140, 42, 0.3); }

/* ============================================================
   MOTION LAYER — only when JS present, only when motion OK
   ============================================================ */
html.js .ma-fade,
html.js .ma-stagger > * {
  opacity: 0;
  transform: translateY(22px);
}
html.js .ma-fade.is-in,
html.js .ma-stagger.is-in > * {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: no-preference) {
  html.js .ma-fade,
  html.js .ma-stagger > * {
    transition: opacity 640ms cubic-bezier(0.2, 0.65, 0.2, 1), transform 640ms cubic-bezier(0.2, 0.65, 0.2, 1);
  }
  html.js .ma-stagger.is-in > *:nth-child(1) { transition-delay: 0ms; }
  html.js .ma-stagger.is-in > *:nth-child(2) { transition-delay: 70ms; }
  html.js .ma-stagger.is-in > *:nth-child(3) { transition-delay: 140ms; }
  html.js .ma-stagger.is-in > *:nth-child(4) { transition-delay: 210ms; }
  html.js .ma-stagger.is-in > *:nth-child(5) { transition-delay: 280ms; }
  html.js .ma-stagger.is-in > *:nth-child(6) { transition-delay: 350ms; }
  html.js .ma-stagger.is-in > *:nth-child(n+7) { transition-delay: 420ms; }

  /* Hero entrance */
  html.js .hero-v3-content > * {
    animation: hero-rise 760ms cubic-bezier(0.2, 0.65, 0.2, 1) backwards;
  }
  html.js .hero-v3-content > *:nth-child(1) { animation-delay: 80ms; }
  html.js .hero-v3-content > *:nth-child(2) { animation-delay: 180ms; }
  html.js .hero-v3-content > *:nth-child(3) { animation-delay: 300ms; }
  html.js .hero-v3-content > *:nth-child(4) { animation-delay: 400ms; }
  html.js .hero-v3-content > *:nth-child(5) { animation-delay: 500ms; }
  html.js .hero-v3-content > *:nth-child(6) { animation-delay: 600ms; }
  @keyframes hero-rise {
    from { opacity: 0; transform: translateY(26px); }
    to { opacity: 1; transform: none; }
  }
  .pulse-dot { animation: pulse-dot 2.2s ease-out infinite; }
  @keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(87, 217, 138, 0.55); }
    70% { box-shadow: 0 0 0 9px rgba(87, 217, 138, 0); }
    100% { box-shadow: 0 0 0 0 rgba(87, 217, 138, 0); }
  }
  .hero-v3-scrollcue { animation: cue-bob 2s ease-in-out infinite; }
  @keyframes cue-bob {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(7px); }
  }
}
@media (prefers-reduced-motion: reduce) {
  html.js .ma-fade,
  html.js .ma-stagger > * { opacity: 1 !important; transform: none !important; }
  html.js .gallery-marquee .ma-marquee__track,
  html.js .ma-reviews-rail .ma-reviews-rail__track { animation: none !important; }
  .scroll-progress { display: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 881px) {
  .hero-v3-scrollcue { display: block; }
}
@media (max-width: 1080px) {
  .events-v3-grid { grid-template-columns: 1fr 1fr; }
  .process-v3-steps { grid-template-columns: 1fr 1fr; }
  .proof-bar-grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .proof-cell:nth-child(3) { border-left: 0; }
  .safety-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  body[data-page="home-v3"] .nav-links > a:not(.button):not(.nav-phone) { display: none; }
  body[data-page="home-v3"] .nav-toggle { display: inline-flex; }
  .intro-v3 { grid-template-columns: 1fr; }
  .intro-v3-media { order: -1; }
  .estimator-v3 { grid-template-columns: 1fr; }
  .quote-v3-inner { grid-template-columns: 1fr; }
  .pricing-v3-grid { grid-template-columns: 1fr; max-width: 520px; }
  .price-card--featured { transform: none; }
  .price-card--featured:hover { transform: translateY(-3px); }
}
@media (max-width: 880px) {
  body[data-page="home-v3"] .sticky-cta { display: none; }
  .callbar { display: grid; }
  body { padding-bottom: 0; }
  .hero-v3 { min-height: max(560px, 92svh); }
  .hero-v3-content { padding-top: 110px; }
}
@media (max-width: 640px) {
  .events-v3-grid { grid-template-columns: 1fr; }
  .process-v3-steps { grid-template-columns: 1fr; gap: 30px; }
  .safety-strip { grid-template-columns: 1fr; gap: 16px; }
  .hero-v3-actions { gap: 14px; }
  .hero-cta { width: 100%; }
  .hero-call { padding: 4px 0; }
  .form-stage-actions { grid-template-columns: 1fr; }
  .form-back { padding: 12px; order: 2; }
  .gallery-v3 .section-head { flex-direction: column; align-items: flex-start; }
  .proof-cell strong { font-size: 1.7rem; }
  .proof-cell span:last-child { font-size: 0.68rem; }
  body[data-page="home-v3"] .footer-grid { grid-template-columns: 1fr; }
  body[data-page="home-v3"] section { padding-left: 18px; padding-right: 18px; }
}
