/* ============================================
   MSM Site V2 — Storytelling / Editorial
   Loaded after styles.css on index.html only
   ============================================ */

.site-v2 {
  --v2-cream: #f4f1ec;
  --v2-cream-dark: #e8e4dd;
  --v2-ink: #050505;
  --v2-serif: "Instrument Serif", Georgia, serif;
  --color-bg: #050505;
  --color-bg-2: #0a0a0a;
  background: #050505;
}

.site-v2 body::before { display: none; }

html:has(body.site-v2) {
  overflow-x: clip;
}

body.site-v2 {
  overflow-x: clip;
}

/* ---- Section edge art (blends into dark backgrounds) ---- */

.section-chalk {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

.section-chalk.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-chalk img {
  display: block;
  width: 100%;
  height: auto;
}

/* Chalkboard art: screen blend melts black into the section */
.section-chalk--on-dark:not(.section-chalk--product) img {
  mix-blend-mode: screen;
  filter: contrast(1.04) brightness(1.02);
}

.section-chalk--on-dark:not(.section-chalk--product).is-visible {
  opacity: 0.58;
}

/* Product photo art (e.g. spray guns on black) — lighten melts #000 into section bg */
.section-chalk--product img {
  mix-blend-mode: lighten;
  filter: contrast(1.05) brightness(1.02);
  box-shadow: inset clamp(4rem, 14vw, 9rem) 0 clamp(2.5rem, 7vw, 5rem) clamp(-2rem, -5vw, -3rem) var(--color-bg);
}

.section-chalk--product.is-visible {
  opacity: 0.94;
}

.section-chalk--edge-right.section-chalk--product::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 24%;
  width: 48%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to right,
    var(--color-bg) 0%,
    color-mix(in srgb, var(--color-bg) 92%, transparent) 20%,
    color-mix(in srgb, var(--color-bg) 55%, transparent) 42%,
    color-mix(in srgb, var(--color-bg) 18%, transparent) 62%,
    transparent 100%
  );
}

.section-chalk--edge-right.section-chalk--product::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, var(--color-bg) 0%, transparent 16%, transparent 70%, var(--color-bg) 100%),
    radial-gradient(ellipse 145% 180% at -22% 50%, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 42%, transparent) 52%, transparent 90%);
}

.section-chalk--edge-right {
  right: -6%;
  top: 50%;
  width: min(56rem, 78vw);
  transform: translateY(calc(-50% + 18px));
}

.section-chalk--edge-right.is-visible {
  transform: translateY(-50%);
}

.section-chalk--edge-right.section-chalk--raised {
  top: 50%;
  transform: translateY(calc(-100% + 18px));
}

.section-chalk--edge-right.section-chalk--raised.is-visible {
  transform: translateY(-100%);
}

.section-chalk--edge-right:not(.section-chalk--product) .section-chalk__art {
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 88%, transparent 100%),
    radial-gradient(ellipse 92% 88% at 58% 50%, #000 28%, transparent 100%);
  mask-image:
    linear-gradient(to bottom, transparent 0%, #000 14%, #000 88%, transparent 100%),
    radial-gradient(ellipse 92% 88% at 58% 50%, #000 28%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.section-chalk--edge-right.section-chalk--product .section-chalk__art {
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 72%, transparent 100%),
    linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.03) 6%, rgba(0, 0, 0, 0.14) 16%, rgba(0, 0, 0, 0.34) 30%, rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.82) 58%, #000 72%, #000 100%);
  mask-image:
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 72%, transparent 100%),
    linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.03) 6%, rgba(0, 0, 0, 0.14) 16%, rgba(0, 0, 0, 0.34) 30%, rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.82) 58%, #000 72%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

#what-we-do .container,
#resources .container {
  z-index: 2;
}

/* Prevent paint seams from clipping background art at section edges */
#what-we-do,
#resources,
#pbe-explorer,
#who-we-are,
#where-we-serve,
#team {
  content-visibility: visible;
}

#what-we-do,
#resources {
  background: var(--color-bg);
}

#what-we-do {
  display: grid;
  grid-template-columns: 1fr;
  overflow: visible;
}

#what-we-do > .container,
#what-we-do > .section-chalk {
  grid-column: 1;
  grid-row: 1;
}

#resources {
  position: relative;
  isolation: isolate;
  background: var(--color-bg);
  overflow: visible;
}

#pbe-explorer {
  position: relative;
  isolation: isolate;
  background: var(--v2-cream);
}

/* Section 04 car — same width, viewport-tall; sticks while scrolling the section */
#what-we-do > .section-chalk.section-chalk--edge-right.section-chalk--raised {
  position: sticky;
  top: 0;
  right: auto;
  bottom: auto;
  align-self: start;
  justify-self: end;
  width: min(56rem, 78vw);
  margin-right: -6%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  transform: none !important;
  transition: opacity 1.4s ease;
  z-index: 0;
}

#what-we-do > .section-chalk.section-chalk--edge-right.section-chalk--raised.is-visible {
  transform: none !important;
}

#what-we-do > .section-chalk.section-chalk--edge-right.section-chalk--product .section-chalk__art {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 68% center;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%),
    linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.03) 6%, rgba(0, 0, 0, 0.14) 16%, rgba(0, 0, 0, 0.34) 30%, rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.82) 58%, #000 72%, #000 100%);
  mask-image:
    linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%),
    linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.03) 6%, rgba(0, 0, 0, 0.14) 16%, rgba(0, 0, 0, 0.34) 30%, rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.82) 58%, #000 72%, #000 100%);
}

@media (max-width: 1100px) {
  #what-we-do > .section-chalk.section-chalk--edge-right.section-chalk--raised {
    width: min(42rem, 88vw);
    margin-right: -4%;
  }

  .section-chalk--edge-right {
    right: -4%;
    width: min(42rem, 88vw);
  }
}

@media (max-width: 720px) {
  #what-we-do > .section-chalk.section-chalk--edge-right.section-chalk--raised {
    width: min(24rem, 88vw);
    margin-right: -2%;
    height: min(72vh, 520px);
  }

  .section-chalk--edge-right {
    right: -2%;
    width: min(24rem, 88vw);
  }

  .section-chalk--on-dark:not(.section-chalk--product).is-visible {
    opacity: 0.38;
  }

  .section-chalk--product.is-visible {
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-chalk {
    transition: none;
    opacity: 0.45;
    transform: none;
  }

  .section-chalk.is-visible {
    transform: none;
  }

  .section-chalk--edge-right.is-visible {
    transform: translateY(-50%);
  }

  .section-chalk--edge-right.section-chalk--raised.is-visible {
    transform: translateY(-100%);
  }

  #what-we-do .section-chalk--edge-right.section-chalk--raised,
  #what-we-do .section-chalk--edge-right.section-chalk--raised.is-visible {
    transform: none;
  }

  .section-chalk--product.is-visible {
    opacity: 0.78;
  }
}

/* ---- Ownitt-inspired: section index ---- */

.section-index {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 160;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  mix-blend-mode: difference;
}

.section-index span {
  opacity: 0.35;
  margin: 0 0.15rem;
}

/* ---- Scroll progress ---- */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color-white);
  z-index: 300;
  opacity: 0.6;
  transform: scaleX(var(--progress, 0));
  transform-origin: left center;
  will-change: transform;
}

/* ---- Chapter side nav ---- */

.chapter-nav {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.chapter-dot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
  color: transparent;
  font-size: 0.72rem;
  font-weight: 600;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--transition);
}

.chapter-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  transition: all var(--transition);
  flex-shrink: 0;
}

.chapter-dot span {
  opacity: 0;
  transform: translateX(8px);
  transition: all var(--transition);
  color: var(--color-text-muted);
}

.chapter-dot:hover span,
.chapter-dot.active span {
  opacity: 1;
  transform: translateX(0);
}

.chapter-dot:hover::after,
.chapter-dot.active::after {
  border-color: var(--color-orange);
  background: var(--color-orange);
  box-shadow: 0 0 12px rgba(255, 107, 43, 0.5);
}

.chapter-dot.active span { color: var(--color-orange-light); }

/* ---- V2 Header (Ownitt minimal) ---- */

.site-header--v2 {
  background: transparent !important;
  border: none !important;
  backdrop-filter: none;
}

.site-header--v2 .header-inner {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  height: var(--header-height);
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 1.65rem);
}

.site-header--v2 .logo--v2 {
  flex: 0 1 auto;
  min-width: 0;
  margin-right: auto;
}

.logo--v2 img {
  height: clamp(40px, 6vw, 56px);
  width: auto;
  max-width: min(280px, 42vw);
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.site-header--v2 .nav-desktop,
.site-header--v2.scrolled .nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 1.65rem);
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
}

.site-header--v2 .nav-desktop a,
.site-header--v2 .nav-cta {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--color-orange);
  padding: 0 0 2px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  white-space: nowrap;
  transition: color var(--transition), border-color var(--transition);
}

.site-header--v2 .nav-desktop a:hover,
.site-header--v2 .nav-desktop a.active,
.site-header--v2 .nav-cta:hover {
  color: var(--color-orange-light);
  border-bottom-color: var(--color-orange-light);
  background: transparent;
  box-shadow: none;
}

.site-header--v2 .nav-mobile {
  gap: 0;
  padding: 1rem 1.5rem 1.5rem;
  overflow-y: auto;
}

.site-header--v2 .nav-mobile a {
  display: block;
  width: 100%;
  padding: 0.9rem 0;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  line-height: 1.35;
  transition: color var(--transition), border-color var(--transition);
}

.site-header--v2 .nav-mobile a:hover,
.site-header--v2 .nav-mobile a.active {
  color: var(--color-orange-light);
  border-bottom-color: var(--color-orange-light);
  background: transparent;
}

.site-header--v2 .nav-mobile .nav-cta--mobile {
  margin-top: 0.35rem;
}

.site-header--v2 .nav-toggle {
  display: none;
  flex: 0 0 auto;
  margin-left: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.35rem 0;
}

/* ---- Hero V2 (Ownitt) ---- */

.hero-v2 {
  --hero-filmstrip-height: 24vh;
  --hero-filmstrip-item-width: 16vw;
  --hero-filmstrip-item-min: 145px;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  scroll-margin-top: var(--header-height);
}

.hero-v2 .hero-media {
  opacity: 0.45;
  will-change: transform;
}

.hero-v2 .hero-media.hero-media--still {
  opacity: 1;
}

.hero-v2 .hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--hero-poster) center / cover no-repeat;
}

.hero-v2 .hero-media.hero-media--still::before {
  content: none;
}

.hero-v2 .hero-media .hero-still {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-v2 .hero-media:not(.hero-media--still) .hero-still {
  display: none;
}

.hero-v2 .hero-media video {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.hero-v2 .hero-media video.is-ready {
  opacity: 1;
}

.hero-filmstrip {
  position: absolute;
  bottom: 0;
  left: 0;
  height: var(--hero-filmstrip-height);
  display: flex;
  gap: 0.6rem;
  z-index: 1;
  width: max-content;
  animation: filmstrip-drift 50s linear infinite;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.hero-filmstrip-item {
  flex: 0 0 var(--hero-filmstrip-item-width);
  min-width: var(--hero-filmstrip-item-min);
  height: 100%;
  overflow: hidden;
}

.hero-filmstrip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-filmstrip-item--layer {
  display: flex;
  align-items: flex-end;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(145deg, color-mix(in srgb, var(--layer-color) 75%, #111), var(--layer-color));
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-filmstrip-item--layer span {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

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

#pbe-craft,
#industry-publications,
#oem-repair-hub,
#contact {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.story-chapter {
  content-visibility: visible;
  scroll-margin-top: var(--header-height);
}

.story-chapter:target,
#top:target {
  content-visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .hero-filmstrip,
  .pbe-photo-marquee-track,
  .marquee-track {
    animation: none !important;
  }
}

.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-overlay-v2 {
  background: linear-gradient(
    165deg,
    rgba(7, 8, 12, 0.35) 0%,
    rgba(7, 8, 12, 0.65) 45%,
    rgba(7, 8, 12, 0.92) 100%
  );
}

.hero-content-v2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--header-height) + 2rem) clamp(1.25rem, 4vw, 3rem) calc(var(--hero-filmstrip-height) + 6vh);
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}

.hero-tag {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.25rem;
}

.hero-brand {
  margin: 0 0 1.25rem;
  line-height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-v2 .hero-logo {
  width: min(630px, 92vw);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 6px 32px rgba(0, 0, 0, 0.45));
}

.hero-tagline {
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  font-weight: 500;
  color: rgba(241, 245, 249, 0.85);
  max-width: min(640px, 92vw);
  line-height: 1.55;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(16px);
}

.hero-tagline-in {
  animation: hero-tagline-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

@keyframes hero-tagline-in {
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {
  .hero-tagline span { white-space: nowrap; }
}

.hero-serving {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.75rem;
}

.hero-v2 .hero-states {
  justify-content: center;
  margin-top: 0;
}

.hero-v2 .state-pill {
  color: var(--color-orange-light);
  background: rgba(255, 107, 43, 0.14);
  border-color: rgba(255, 140, 77, 0.5);
  box-shadow: 0 0 18px rgba(255, 107, 43, 0.14);
  font-size: 0.72rem;
}

.hero-v2 .hero-actions {
  margin-top: 2rem;
  justify-content: center;
}

.btn-ghost {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-white);
  border-bottom: 2px solid var(--color-orange);
  padding-bottom: 4px;
  transition: all var(--transition);
}

.btn-ghost:hover {
  color: var(--color-orange-light);
  padding-bottom: 6px;
}

.hero-scroll-label {
  position: absolute;
  bottom: 2rem;
  left: clamp(1.5rem, 5vw, 4rem);
  z-index: 4;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  writing-mode: horizontal-tb;
}

.hero-scroll-label:hover { color: var(--color-white); }

.btn-glow {
  box-shadow: 0 0 30px rgba(255, 107, 43, 0.35);
}

.btn-glow:hover {
  box-shadow: 0 0 45px rgba(255, 107, 43, 0.5);
}

/* ---- Story bridge ---- */

.story-bridge {
  display: flex;
  flex-direction: column;
  background: var(--v2-ink);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0;
  overflow: hidden;
}

.story-bridge > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(2.5rem, 6vw, 4.75rem);
  padding-bottom: clamp(5rem, 12vw, 9.5rem);
}

.marquee {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee--states {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.marquee--services {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 30s linear infinite;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.marquee--states .marquee-track {
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  gap: 2.5rem;
  color: rgba(255, 255, 255, 0.07);
}

.marquee--services .marquee-track {
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.35);
  gap: 2.5rem;
}

.marquee-track--reverse {
  animation-direction: reverse;
  animation-duration: 45s;
}

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

.story-quote {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  border: 0;
}

.story-quote-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
}

.story-quote p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--v2-serif);
  font-size: clamp(1.8rem, 4.5vw, 3.15rem);
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
  font-style: italic;
  position: relative;
  z-index: 1;
  margin: 0;
}

.story-quote-line {
  display: block;
}

.story-quote em {
  font-style: italic;
  color: var(--color-orange-light);
}

/* ---- Story chapters ---- */

.story-main { position: relative; }

.story-chapter {
  padding: 7rem 0;
  position: relative;
  overflow: visible;
}

.story-chapter--light {
  background: var(--v2-cream);
  color: #1a1d24;
}

.story-chapter--light h2,
.story-chapter--light h3 {
  color: #0f1117;
}

.story-chapter--light .section-eyebrow {
  color: var(--color-orange);
}

.story-chapter--light .chapter-sub,
.story-chapter--light .story-lead {
  color: #4a5568;
}

.story-chapter--dark {
  background: var(--color-bg);
}

.story-chapter--accent {
  background: var(--color-bg-2);
}

.story-chapter--cta {
  background: linear-gradient(160deg, #0c0e14 0%, #1a1020 50%, #0c0e14 100%);
  padding-bottom: 8rem;
}

.chapter-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem 2rem;
  align-items: start;
  margin-bottom: 3.5rem;
}

.chapter-header--center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}

.chapter-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  background: var(--gradient-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.85;
}

.chapter-header h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-top: 0.25rem;
}

.chapter-sub {
  font-size: 1.08rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-top: 0.75rem;
  max-width: 560px;
}

.chapter-header--center .chapter-sub {
  margin-inline: auto;
}

/* ---- About story ---- */

.about-story {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.about-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.about-image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.about-story-visual {
  position: relative;
}

.about-stat-float {
  position: absolute;
  bottom: -1.5rem;
  right: -1rem;
  background: var(--v2-ink);
  color: var(--color-white);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-lg);
  max-width: 200px;
  box-shadow: var(--shadow);
  border: 1px solid var(--color-border-hot);
}

.about-stat-float strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--gradient-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.about-stat-float span {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.story-lead {
  font-size: 1.1rem;
  line-height: 1.85;
  margin-bottom: 1.5rem;
}

.story-link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--color-orange);
}

.story-chapter--light .story-link { color: #c44f12; }

/* ---- Difference horizontal scroll ---- */

.difference-scroll-wrap {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 1.25rem;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0 2rem;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.difference-scroll-wrap::-webkit-scrollbar { height: 4px; }
.difference-scroll-wrap::-webkit-scrollbar-thumb {
  background: var(--color-orange);
  border-radius: 4px;
}

.difference-scroll {
  display: flex;
  gap: 1.5rem;
  padding: 0 max(1.25rem, calc((100vw - var(--max-width)) / 2 + 1.25rem));
  width: max-content;
}

.difference-scroll .difference-card {
  scroll-snap-align: start;
  flex: 0 0 min(380px, 85vw);
  min-height: 280px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
}

.difference-scroll .difference-card:hover {
  border-color: var(--color-border-hot);
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
}

.difference-scroll .difference-num {
  font-size: 3rem;
  margin-bottom: 1.25rem;
}

.difference-scroll .difference-card h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.difference-scroll .difference-card p {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  flex: 1;
}

/* ---- Team rail ---- */

.team-scroll-hint {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b95a8;
  margin-bottom: 1.5rem;
}

.team-rail {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 1.25rem;
  padding: 0.5rem 0 2rem;
  -webkit-overflow-scrolling: touch;
}

.team-rail::-webkit-scrollbar { height: 4px; }
.team-rail::-webkit-scrollbar-thumb {
  background: var(--color-orange);
  border-radius: 4px;
}

.team-rail .team-card {
  flex: 0 0 min(340px, 88vw);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.team-rail .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.team-rail .team-role,
.team-rail .team-contact,
.team-rail .team-bio {
  color: #5a6578;
}

.team-rail .team-info h3 { color: #0f1117; }

.team-rail .team-contact strong {
  color: #1a1f2e;
  font-weight: 700;
}

.team-rail .team-contact a { color: #c44f12; }

/* ---- Services timeline ---- */

.services-showcase {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.services-showcase-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.services-showcase-img img,
.services-showcase-video {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.services-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.services-timeline::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 2rem;
  bottom: 2rem;
  width: 2px;
  background: linear-gradient(180deg, var(--color-orange), var(--color-red-deep));
  opacity: 0.4;
}

.services-timeline .service-card {
  position: relative;
  padding: 2rem 2rem 2rem 4rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  min-height: auto;
  box-shadow: none;
}

.services-timeline .service-card::before,
.services-timeline .service-card::after { display: none; }

.services-timeline .service-card:last-child { border-bottom: none; }

.services-timeline .service-card-header {
  position: absolute;
  left: 0;
  top: 2rem;
  margin: 0;
}

.services-timeline .service-num {
  font-size: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  border: 2px solid var(--color-border-hot);
  border-radius: 50%;
}

.services-timeline .service-icon { display: none; }

.services-timeline .service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.services-timeline .service-card p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ---- Section 02 · Coverage hub ---- */

#where-we-serve.story-chapter {
  padding: 7.5rem 0;
}

.coverage-hub {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.coverage-segment {
  display: flex;
  flex-direction: column;
}

.coverage-segment-break {
  height: 1px;
  margin: 5.5rem 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 107, 43, 0.28) 18%,
    rgba(255, 107, 43, 0.28) 82%,
    transparent 100%
  );
}

.coverage-segment-header {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.coverage-segment-eyebrow {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 0.5rem;
}

.coverage-segment-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--color-white);
  margin: 0 0 0.85rem;
}

.coverage-segment-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0 0 1.35rem;
  max-width: 620px;
}

.coverage-segment-states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.coverage-header {
  margin-bottom: 0;
}

.coverage-header .chapter-sub {
  max-width: 600px;
}

.coverage-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.coverage-pillar {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1.5rem 1.35rem 1.6rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.coverage-pillar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gradient-fire);
}

.coverage-pillar:hover {
  border-color: var(--color-border-hot);
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.coverage-pillar-num {
  flex-shrink: 0;
  font-family: var(--v2-serif);
  font-size: 2.35rem;
  line-height: 1;
  color: rgba(255, 107, 43, 0.42);
}

.coverage-pillar-body h3 {
  font-size: 1.12rem;
  margin-bottom: 0.55rem;
  line-height: 1.25;
}

.coverage-pillar-body p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

.coverage-board {
  --territory-block-height: clamp(360px, 38vw, 460px);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}

.coverage-board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-fire);
}

.coverage-board-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: start;
}

.coverage-map-zone {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0;
}

.territory-map-wrap {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  border-radius: var(--radius-lg);
  padding: 4px;
  background: var(--gradient-fire);
  box-shadow: 0 0 80px rgba(255, 107, 43, 0.12);
}

.coverage-board .territory-map-wrap .territory-map {
  display: block;
  max-width: 100%;
  max-height: var(--territory-block-height);
  width: auto;
  height: auto;
  aspect-ratio: auto;
  object-fit: unset;
  border-radius: calc(var(--radius-lg) - 4px);
}

.coverage-board .territory-map-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.territory-map-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
  min-height: 5.75rem;
  padding: 1rem 0.85rem 0.9rem;
  border-radius: var(--radius-lg);
  background: var(--color-surface-raised);
  border: 1px solid var(--color-border);
  text-align: center;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.territory-map-stat:hover {
  border-color: var(--color-border-hot);
  box-shadow: 0 10px 28px rgba(255, 107, 43, 0.1);
  transform: translateY(-2px);
}

.territory-map-stat strong {
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: var(--gradient-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  box-shadow: none;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.territory-map-stat span {
  display: block;
  width: 100%;
  max-width: 11rem;
  padding: 0 0.25rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.coverage-board .territory-metro-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(var(--territory-block-height) + 1.5rem);
  background: var(--color-bg-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.15rem 1.05rem 0.95rem;
  box-shadow: none;
}

.territory-metro-header {
  flex-shrink: 0;
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--color-border);
}

.territory-metro-eyebrow {
  display: block;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 0.45rem;
}

.territory-metro-heading {
  font-family: var(--v2-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.4rem;
}

.territory-metro-lead {
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--color-text-muted);
  margin: 0;
}

.territory-metro-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.15rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 107, 43, 0.45) transparent;
}

.territory-metro-scroll::-webkit-scrollbar {
  width: 4px;
}

.territory-metro-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 107, 43, 0.45);
  border-radius: 4px;
}

.territory-metro-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.territory-metro-item {
  display: grid;
  grid-template-columns: 1.85rem minmax(0, 1fr) auto auto;
  gap: 0.45rem 0.55rem;
  align-items: center;
  padding: 0.42rem 0.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.territory-metro-item:hover {
  border-color: rgba(255, 107, 43, 0.18);
  background: rgba(255, 107, 43, 0.04);
}

.territory-metro-rank {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255, 107, 43, 0.5);
}

.territory-metro-city {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.territory-metro-pop {
  flex-shrink: 0;
}

.territory-metro-pop strong {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  background: var(--gradient-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.territory-metro-state {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
}

.territory-metro-state--tx {
  color: #e88a4a;
  background: rgba(199, 80, 22, 0.14);
  border-color: rgba(199, 80, 22, 0.32);
}

.territory-metro-state--ok {
  color: #c46b7a;
  background: rgba(104, 33, 46, 0.14);
  border-color: rgba(104, 33, 46, 0.32);
}

.territory-metro-state--la {
  color: #5a9fd4;
  background: rgba(26, 82, 157, 0.14);
  border-color: rgba(26, 82, 157, 0.32);
}

.territory-metro-state--ar {
  color: #f06a6c;
  background: rgba(216, 36, 39, 0.14);
  border-color: rgba(216, 36, 39, 0.32);
}

.territory-metro-source {
  flex-shrink: 0;
  margin: 0.75rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border);
  font-size: 0.62rem;
  line-height: 1.4;
  color: var(--color-text-muted);
}

/* ---- Resources bento ---- */

.resources-stage {
  position: relative;
  overflow: visible;
}

.resources-bento {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(0, 0.88fr);
  gap: 1.25rem;
  align-items: stretch;
  max-width: 76%;
}

.resources-bento > .bento-card--large {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
}

.resources-bento > .bento-card--glossary {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 5;
}

#resources > .resources-paintsuit.section-chalk {
  z-index: 1;
  top: var(--resources-paintsuit-top, clamp(4.75rem, 11vw, 7.25rem));
  bottom: var(--resources-paintsuit-bottom, 1.5rem);
  left: clamp(14%, 24vw, 28%);
  right: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: none !important;
  transition: none;
}

#resources > .resources-paintsuit.section-chalk.is-visible {
  opacity: 0.56;
  transform: none !important;
}

#resources > .resources-paintsuit .section-chalk__art {
  width: 100%;
  height: 100%;
  max-width: min(64rem, 72vw);
  margin-inline: auto 0;
  object-fit: contain;
  object-position: center bottom;
  transform: scaleX(-1);
  transform-origin: center bottom;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 0.72) 42%, #000 58%, #000 100%);
  mask-image:
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 0.72) 42%, #000 58%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

@media (max-width: 1100px) {
  #resources > .resources-paintsuit.section-chalk {
    left: 8%;
  }

  #resources > .resources-paintsuit .section-chalk__art {
    max-width: min(52rem, 84vw);
  }
}

#resources .chapter-header {
  position: relative;
  z-index: 3;
}

#resources .chapter-sub {
  position: relative;
  z-index: 5;
}

.bento-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
}

.bento-card:hover {
  border-color: var(--color-border-hot);
  box-shadow: var(--shadow-glow);
}

.bento-card--large {
  grid-row: span 1;
}

.bento-visual {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bento-body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bento-tag {
  font-size: 0.68rem;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-orange-light);
  margin-bottom: 0.75rem;
}

.bento-body h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.bento-body p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 1.5rem;
  flex: 1;
}

/* ---- Industry publications ---- */

.industry-pubs {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--color-border);
}

.industry-pubs--standalone {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#industry-publications.story-chapter {
  padding: 4.5rem 0 4rem;
}

#industry-publications .chapter-header {
  margin-bottom: 1.75rem;
}

#industry-publications #industry-pubs-sub {
  max-width: 640px;
  margin-inline: auto;
}

.industry-pubs-title {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: var(--color-white);
}

.industry-pubs-sub {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  max-width: 640px;
  margin-bottom: 1.5rem;
}

.story-chapter--light .industry-pub-logo-fallback {
  color: #0f1117;
}

.industry-pubs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 720px) {
  .industry-pubs-grid {
    grid-template-columns: 1fr;
  }
}

.industry-pub-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  min-height: 8rem;
  margin-bottom: 0.5rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
}

.industry-pub-logo img {
  height: 7.25rem;
  max-height: 7.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.industry-pub-logo--bsb img {
  height: 4.25rem;
  max-height: 4.25rem;
}

.industry-pub-logo--rdn img {
  height: 4.35rem;
  max-height: 4.35rem;
}

.industry-pub-logo--pair {
  gap: 0.35rem;
  justify-content: center;
}

.industry-pub-logo--pair img {
  height: 4.75rem;
  max-height: 4.75rem;
}

.industry-pub-logo--pair img:first-child {
  max-width: 42%;
}

.industry-pub-logo--pair img:last-child {
  max-width: 52%;
}

.industry-pub-logo-fallback {
  display: none;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-white);
  text-align: center;
  line-height: 1.25;
}

.industry-pub-logo.is-fallback img {
  display: none;
}

.industry-pub-logo.is-fallback .industry-pub-logo-fallback {
  display: block;
}

.industry-pub-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.5rem 1.35rem 1.35rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--color-text);
  text-decoration: none;
  transition: all var(--transition);
}

.industry-pub-card:hover {
  border-color: var(--color-border-hot);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
  color: var(--color-white);
}

.industry-pub-type {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-orange-light);
}

.industry-pub-card strong {
  font-size: 1.05rem;
  color: var(--color-white);
}

.industry-pub-card p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  flex: 1;
}

.industry-pub-card:hover p {
  color: rgba(241, 245, 249, 0.7);
}

.industry-pub-link {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-orange-light);
  margin-top: 0.35rem;
}

/* ---- OEM Repair Intelligence Hub ---- */

#oem-repair-hub.story-chapter {
  padding: 4.5rem 0 5rem;
}

#oem-repair-hub .chapter-header {
  margin-bottom: 2rem;
}

#oem-repair-hub .chapter-sub {
  max-width: 680px;
  margin-inline: auto;
}

.oem-hub {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.oem-hub-rts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: 1.75rem 1.85rem;
  border: 1px solid var(--color-border-hot);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 107, 43, 0.1), rgba(18, 21, 28, 0.9));
  box-shadow: var(--shadow-glow);
}

.oem-hub-rts-copy {
  flex: 1;
  min-width: min(100%, 28rem);
}

.oem-hub-rts-eyebrow {
  display: block;
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-orange-light);
  margin-bottom: 0.45rem;
}

.oem-hub-rts h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  color: var(--color-white);
  margin: 0 0 0.65rem;
  line-height: 1.25;
}

.oem-hub-rts p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  max-width: 52rem;
}

.oem-hub-rts-note {
  margin-top: 0.75rem !important;
  font-size: 0.8rem !important;
  color: rgba(241, 245, 249, 0.55) !important;
}

.oem-hub-rts-cta {
  flex-shrink: 0;
  white-space: nowrap;
}

.oem-hub-section-title {
  font-size: 1rem;
  color: var(--color-white);
  margin: 0 0 1rem;
  letter-spacing: 0.01em;
}

.oem-hub-workflow {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.oem-hub-workflow-item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.85rem 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.oem-hub-workflow-num {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-orange-light);
  padding-top: 0.15rem;
}

.oem-hub-workflow-body strong {
  display: block;
  font-size: 0.92rem;
  color: var(--color-white);
  margin-bottom: 0.3rem;
}

.oem-hub-workflow-body p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.oem-hub-inline-link {
  display: inline-block;
  margin-top: 0.45rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-orange-light);
  text-decoration: none;
}

.oem-hub-inline-link:hover {
  color: var(--color-white);
}

.oem-hub-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.oem-hub-topic {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.15rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface-raised);
}

.oem-hub-topic-tag {
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-orange-light);
}

.oem-hub-topic h4 {
  font-size: 0.95rem;
  color: var(--color-white);
  margin: 0;
  line-height: 1.3;
}

.oem-hub-topic p {
  flex: 1;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.oem-hub-topic-link {
  margin-top: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-orange-light);
  text-decoration: none;
}

.oem-hub-topic-link:hover {
  color: var(--color-white);
}

.oem-hub-field-notes {
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-orange);
  border-radius: var(--radius-lg);
  background: rgba(255, 107, 43, 0.05);
}

.oem-hub-field-list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.oem-hub-field-list li {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--color-text);
}

.oem-hub-disclaimer {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: rgba(241, 245, 249, 0.45);
  max-width: 52rem;
}

.oem-hub-related {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding-top: 0.25rem;
}

.oem-hub-related-label {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.oem-hub-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.oem-hub-related-link {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-orange-light);
  text-decoration: none;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-surface);
  transition: all var(--transition);
}

.oem-hub-related-link:hover {
  color: var(--color-white);
  border-color: var(--color-border-hot);
}

@media (max-width: 1024px) {
  .oem-hub-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .oem-hub-rts {
    flex-direction: column;
    align-items: flex-start;
  }

  .oem-hub-topics {
    grid-template-columns: 1fr;
  }

  .oem-hub-workflow-item {
    grid-template-columns: 2rem minmax(0, 1fr);
  }
}

/* ---- PBE Landscape explorer ---- */

#pbe-explorer.story-chapter {
  padding: 6.5rem 0 7rem;
}

#pbe-explorer .chapter-header {
  margin-bottom: 2.75rem;
}

#pbe-explorer .chapter-sub {
  max-width: 560px;
}

.pbe-explorer-compact {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.pbe-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.pbe-category-chip {
  min-height: 3rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  background: #fff;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #0f1117;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pbe-category-chip:hover,
.pbe-category-chip.is-active {
  border-color: var(--color-orange);
  background: rgba(255, 107, 43, 0.08);
  box-shadow: 0 5px 16px rgba(255, 107, 43, 0.14);
}

.pbe-detail-strip {
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--detail-accent, var(--color-orange));
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.pbe-detail-strip-main {
  display: flex;
  align-items: stretch;
  gap: 1.75rem;
}

.pbe-detail-strip-copy {
  flex: 1;
  min-width: 0;
}

.pbe-detail-cta {
  flex-shrink: 0;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  min-height: 4.75rem;
  padding: 1.1rem 1.65rem;
  border: none;
  border-radius: var(--radius-pill);
  background: var(--gradient-fire);
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 6px 24px rgba(255, 107, 43, 0.32);
  transition: box-shadow var(--transition), transform var(--transition);
}

.pbe-detail-cta-label {
  font-family: var(--v2-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.08rem, 1.65vw, 1.22rem);
  line-height: 1.22;
  letter-spacing: 0.01em;
  max-width: 9.5rem;
  color: inherit;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

.pbe-detail-cta:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255, 107, 43, 0.42);
}

.pbe-detail-strip-eyebrow {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--detail-accent, var(--color-orange));
  margin-bottom: 0.25rem;
}

.pbe-detail-strip h3 {
  font-size: 1.15rem;
  color: var(--color-white);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.pbe-detail-strip p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pbe-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.pbe-detail-tags span,
.pbe-detail-product {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.34rem 0.72rem;
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--detail-accent, #ff6b2b) 14%, var(--color-surface-raised));
  border: 1px solid color-mix(in srgb, var(--detail-accent, #ff6b2b) 32%, transparent);
  color: var(--color-text);
  line-height: 1.25;
}

/* Shop visuals integrated into PBE section */

.pbe-shop-visuals {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pbe-shop-visuals--compact {
  padding-top: 1.5rem;
}

#pbe-craft.story-chapter {
  padding: 4.5rem 0 4rem;
}

#pbe-craft .chapter-header {
  margin-bottom: 2.5rem;
}

#pbe-craft .chapter-header h2 {
  margin-bottom: 0;
}

#pbe-craft .pbe-craft-intro {
  min-width: 0;
}

.pbe-shop-visuals--standalone {
  padding-top: 0;
  border-top: none;
}

.pbe-visual-label {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b95a8;
  margin-bottom: 0.5rem;
  text-align: center;
}

.pbe-visual-sub {
  font-size: 0.95rem;
  color: #5a6578;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 1.75rem;
  line-height: 1.6;
}

.pbe-photo-marquee {
  overflow: hidden;
  margin-bottom: 1.5rem;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.pbe-photo-marquee-track {
  display: flex;
  gap: 0.65rem;
  width: max-content;
  animation: pbe-marquee 45s linear infinite;
}

.pbe-photo-marquee-item {
  flex: 0 0 200px;
  height: 130px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.pbe-photo-marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.pbe-gallery-masonry {
  columns: 4;
  column-gap: 0.75rem;
}

.pbe-gallery-item {
  break-inside: avoid;
  margin-bottom: 0.75rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
}

.pbe-gallery-item img,
.pbe-gallery-item video {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.pbe-gallery-item:hover img,
.pbe-gallery-item:hover video {
  transform: scale(1.04);
}

.pbe-gallery-item--video {
  min-height: 120px;
  background: #0f1117;
}

.pbe-gallery-video {
  opacity: 0;
  transition: opacity 0.4s ease;
  min-height: 140px;
  object-fit: cover;
}

.pbe-gallery-video.ready {
  opacity: 1;
}

.pbe-gallery-video-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: #181c26;
}

.pbe-gallery-video-loader::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--color-orange);
  border-radius: 50%;
  animation: gallery-spin 0.8s linear infinite;
}

.pbe-gallery-video-loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.pbe-gallery-play-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  border: none;
  background: rgba(7, 8, 12, 0.28);
  color: var(--color-white);
  cursor: pointer;
  transition: background var(--transition);
}

.pbe-gallery-play-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.55rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 107, 43, 0.9);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pbe-gallery-play-btn:hover {
  background: rgba(7, 8, 12, 0.42);
}

.pbe-gallery-play-btn[hidden] {
  display: none;
}

.pbe-gallery-item--failed .pbe-gallery-video {
  opacity: 0.35;
}

.pbe-gallery-item--failed .pbe-gallery-play-btn span::after {
  content: " retry";
}

@media (prefers-reduced-motion: reduce) {
  .pbe-photo-marquee-track { animation: none; }
}

/* ---- Partner Spotlight (Craft section) ---- */

#pbe-craft .pbe-restoration-spotlight {
  margin-top: 0.7rem;
}

.pbe-restoration-spotlight-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.75rem 2.5rem;
  align-items: center;
}

#pbe-craft .pbe-restoration-lead {
  margin: 0 0 0.5rem;
  font-size: clamp(0.92rem, 2.1vw, 1.15rem);
  font-weight: 600;
  line-height: 1.5;
  color: #1a1f2b;
}

#pbe-craft .pbe-restoration-text {
  margin: 0 0 0.75rem;
  font-size: clamp(0.86rem, 1.95vw, 1.08rem);
  line-height: 1.6;
  color: #5a6578;
}

#pbe-craft .pbe-restoration-highlights {
  margin: 0;
  padding: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

#pbe-craft .pbe-restoration-highlights li {
  font-size: clamp(0.8rem, 1.8vw, 0.98rem);
  line-height: 1.5;
  color: #4a5568;
}

.pbe-restoration-spotlight-action {
  flex-shrink: 0;
}

.pbe-restoration-cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 10.5rem;
  padding: 1.65rem 1.85rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 107, 43, 0.35);
  background: linear-gradient(160deg, #ff6b2b 0%, #e85a1f 100%);
  box-shadow: 0 10px 28px rgba(255, 107, 43, 0.28);
  color: var(--color-white);
  text-decoration: none;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.pbe-restoration-cta-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(255, 107, 43, 0.38);
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--color-white);
}

.pbe-restoration-cta-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.pbe-restoration-cta-icon svg {
  width: 1.85rem;
  height: 1.85rem;
}

.pbe-restoration-cta-label {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2vw, 1.12rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.pbe-restoration-cta-hint {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 900px) {
  .pbe-restoration-spotlight-inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .pbe-restoration-spotlight-action {
    justify-self: start;
  }

  .pbe-restoration-cta-card {
    flex-direction: row;
    gap: 1rem;
    min-width: 0;
    width: 100%;
    max-width: 22rem;
    padding: 1.15rem 1.35rem;
    text-align: left;
  }

  .pbe-restoration-cta-icon {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
  }

  .pbe-restoration-cta-hint {
    margin-top: -0.15rem;
  }
}

.pbe-gallery-label {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b95a8;
  text-align: center;
}

/* ---- Gallery masonry (legacy) ---- */

.gallery-masonry {
  columns: 3;
  column-gap: 1.25rem;
}

.gallery-masonry .gallery-item {
  break-inside: avoid;
  margin-bottom: 1.25rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  grid-column: auto;
  aspect-ratio: auto;
}

.gallery-masonry .gallery-item img,
.gallery-masonry .gallery-item video {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-masonry .gallery-item:hover img,
.gallery-masonry .gallery-item:hover video {
  transform: scale(1.04);
}

.story-chapter--light .gallery-masonry .gallery-item {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* ---- Scheduling ---- */

.schedule-block {
  margin-bottom: 2.5rem;
}

.schedule-intro {
  text-align: center;
  font-size: 1rem;
  color: var(--color-text-muted);
  max-width: 560px;
  margin: 0 auto 1.5rem;
  line-height: 1.65;
}

.schedule-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 820px;
  margin: 0 auto;
}

.schedule-reps {
  margin-top: 2.5rem;
  padding-top: 2.25rem;
  border-top: 1px solid var(--color-border);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.schedule-reps-title {
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-white);
  margin-bottom: 0.45rem;
}

.schedule-reps-sub {
  text-align: center;
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 1.25rem;
}

.schedule-reps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.schedule-rep-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.35rem 1.25rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  color: var(--color-text);
  text-decoration: none;
  transition: all var(--transition);
}

.schedule-rep-card:hover {
  border-color: var(--color-border-hot);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
  color: var(--color-white);
}

.schedule-rep-card strong {
  font-size: 1.05rem;
  color: var(--color-white);
}

.schedule-rep-card p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  flex: 1;
}

.schedule-rep-card:hover p {
  color: rgba(241, 245, 249, 0.75);
}

.schedule-card-v2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.75rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  color: var(--color-text);
  transition: all var(--transition);
  text-decoration: none;
}

.schedule-card-v2:hover {
  border-color: var(--color-border-hot);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
  color: var(--color-white);
}

.schedule-card-label {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-orange-light);
}

.schedule-card-v2 strong {
  font-size: 1.2rem;
  color: var(--color-white);
  letter-spacing: -0.02em;
}

.schedule-card-v2 p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  flex: 1;
}

.schedule-card-v2:hover p {
  color: rgba(241, 245, 249, 0.75);
}

.schedule-card-action {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-orange-light);
  margin-top: 0.35rem;
}

/* ---- Contact stage ---- */

.contact-stage {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-card-v2 {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.75rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  color: var(--color-text);
  transition: all var(--transition);
}

.contact-card-v2:hover {
  border-color: var(--color-border-hot);
  transform: translateX(6px);
  color: var(--color-white);
}

.contact-card-v2 strong {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-display);
  color: var(--color-text-muted);
}

.contact-card-v2 span:last-child {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-orange-light);
}

.contact-card-icon { font-size: 1.5rem; }

.site-v2 .contact-form-wrap {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}

.site-v2 .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.site-v2 select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238b95a8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.site-v2 select:focus {
  outline: none;
  border-color: var(--color-border-hot);
}

/* ---- V2 Footer ---- */

.site-v2 .site-footer {
  background: var(--v2-ink);
  border-top: 1px solid var(--color-border);
  padding: 3rem 0;
}

.site-v2 .footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  text-align: left;
}

.site-v2 .footer-states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
}

.site-v2 .footer-states span {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-text-muted);
  letter-spacing: 0.04em;
}

/* ---- Reveal tweaks ---- */

.site-v2 .reveal {
  transform: translateY(40px);
}

/* ---- Responsive ---- */

@media (max-width: 1100px) {
  .chapter-nav { display: none; }

  .site-header--v2 .nav-desktop,
  .site-header--v2.scrolled .nav-desktop,
  .site-header--v2 .nav-cta {
    display: none !important;
  }

  .site-header--v2 .nav-toggle {
    display: block;
  }

  .site-header--v2 .header-inner {
    gap: 0.75rem;
  }

  .site-header--v2 .logo--v2 {
    max-width: calc(100% - 4.5rem);
  }

  .logo--v2 img {
    max-width: 100%;
    height: clamp(34px, 8vw, 48px);
  }
}

@media (max-width: 1024px) {
  .chapter-nav { display: none; }

  .about-story,
  .services-showcase,
  .resources-bento,
  .contact-stage,
  .schedule-cards,
  .schedule-reps-grid {
    grid-template-columns: 1fr;
  }

  .resources-bento {
    max-width: 100%;
  }

  .resources-bento > .bento-card--large,
  .resources-bento > .bento-card--glossary {
    grid-column: 1;
    grid-row: auto;
  }

  #resources {
    display: flex;
    flex-direction: column;
  }

  #resources > .container {
    order: 1;
  }

  #resources > .resources-paintsuit.section-chalk {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto;
    width: 100%;
    height: min(58vw, 320px);
    margin-top: 1.25rem;
    order: 2;
  }

  #resources > .resources-paintsuit.section-chalk.is-visible {
    opacity: 0.52;
  }

  #resources > .resources-paintsuit .section-chalk__art {
    max-width: 100%;
    transform: scaleX(-1);
    transform-origin: center bottom;
    object-position: bottom center;
  }

  .coverage-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-board {
    --territory-block-height: none;
    padding: 1.25rem 1.1rem 1.1rem;
  }

  .coverage-segment-break {
    margin: 3.75rem 0;
  }

  .coverage-segment-header {
    margin-bottom: 2rem;
  }

  .coverage-board-body {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .coverage-board .territory-map-wrap .territory-map {
    max-height: 320px;
  }

  .coverage-board .territory-metro-panel {
    max-height: none;
  }

  .coverage-board .territory-metro-scroll {
    overflow: visible;
  }

  .services-showcase-img {
    position: relative;
    top: auto;
  }

  .gallery-masonry { columns: 2; }

  .pbe-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pbe-gallery-masonry { columns: 3; }
}

@media (max-width: 768px) {
  #what-we-do {
    overflow: visible;
  }

  #resources {
    overflow-x: clip;
  }

  .story-chapter {
    overflow-x: clip;
  }

  .coverage-pillars {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-top: 1.85rem;
  }

  #where-we-serve.story-chapter {
    padding: 5rem 0;
  }

  .coverage-board .territory-map-stats {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .territory-map-stat {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.15rem;
    text-align: left;
  }

  .territory-map-stat strong {
    flex: 0 0 auto;
    width: auto;
    min-width: 4.5rem;
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .territory-map-stat span {
    max-width: none;
    flex: 1;
  }

  .story-chapter { padding: 5rem 0; }

  .chapter-header {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .chapter-num { font-size: 2.5rem; }

  .about-image-wrap img { height: 280px; }

  .about-stat-float {
    right: 0.5rem;
    bottom: -1rem;
    max-width: 160px;
    padding: 1rem;
  }

  .gallery-masonry { columns: 1; }

  #pbe-explorer.story-chapter {
    padding: 5rem 0 5rem;
  }

  #pbe-explorer .chapter-header {
    margin-bottom: 2rem;
  }

  .pbe-explorer-compact {
    gap: 1.1rem;
  }

  .pbe-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .pbe-category-chip {
    font-size: 0.72rem;
    min-height: 2.75rem;
    padding: 0.5rem 0.5rem;
  }

  .pbe-detail-strip {
    padding: 1.1rem 1.15rem;
  }

  .pbe-detail-strip-main {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .pbe-detail-cta {
    width: 100%;
    min-width: 0;
    min-height: 3.5rem;
    padding: 1rem 1.35rem 1rem 1.5rem;
    align-self: stretch;
  }

  .pbe-detail-cta-label {
    max-width: none;
    font-size: 1.05rem;
  }

  .pbe-gallery-masonry {
    columns: 2;
  }

  .pbe-photo-marquee-item {
    flex: 0 0 160px;
    height: 104px;
  }

  .site-v2 .form-row { grid-template-columns: 1fr; }

  .site-v2 .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .hero-v2 {
    --hero-filmstrip-height: 16vh;
    --hero-filmstrip-item-width: 38vw;
    --hero-filmstrip-item-min: 110px;
  }

  .hero-content-v2 {
    padding-bottom: calc(var(--hero-filmstrip-height) + 6vh);
  }

  .hero-v2 .hero-logo {
    width: min(520px, 88vw);
  }

  .hero-scroll-label {
    bottom: calc(var(--hero-filmstrip-height) + 1rem);
    left: 1.25rem;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
  }

  .story-bridge > .container {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .marquee {
    padding: 1rem 0;
  }

  .story-quote {
    padding: 0 1rem;
  }

  .story-quote-core {
    gap: 1rem;
  }

  .section-index {
    display: none;
  }

  .industry-pub-logo {
    height: 5.5rem;
    min-height: 5.5rem;
  }

  .industry-pub-logo img {
    height: 5rem;
    max-height: 5rem;
  }

  .industry-pub-logo--bsb img {
    height: 3rem;
    max-height: 3rem;
  }

  .industry-pub-logo--rdn img {
    height: 3.2rem;
    max-height: 3.2rem;
  }

  .industry-pub-logo--pair img {
    height: 3.5rem;
    max-height: 3.5rem;
  }

  .territory-metro-item {
    grid-template-columns: 1.4rem minmax(0, 1fr) auto;
    grid-template-areas:
      "rank city city"
      ". pop state";
    gap: 0.2rem 0.4rem;
    padding: 0.5rem 0.45rem;
  }

  .territory-metro-rank { grid-area: rank; }
  .territory-metro-city { grid-area: city; }
  .territory-metro-pop { grid-area: pop; }
  .territory-metro-state { grid-area: state; justify-self: end; }

  .site-v2 .contact-form-wrap {
    padding: 1.75rem 1.25rem;
  }

  .nav-cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .hero-scroll-cue { animation: none; }
}