/* ==========================================================================
   REMUX Transport — inner-page components (extends styles.css, loaded on
   service / industry / about / contact / coverage / legal pages only).
   Reuses the homepage tokens + band shell; adds a static photo hero, prose,
   feature cards, sidebars and a scroll-solid nav. No re-design — same system.
   ========================================================================== */

/* ---- static photo hero (inner pages — NOT the scrub hero) ---- */
.page-hero {
  position: relative; overflow: hidden;
  min-height: 60svh;
  display: flex; align-items: flex-end;
  padding: calc(var(--pad-x) + 3.5rem) 0 clamp(2.5rem, 6vh, 4rem);
}
.page-hero .band-bg::after {
  background: linear-gradient(90deg, rgba(13,15,18,.88) 0%, rgba(13,15,18,.62) 55%, rgba(13,15,18,.42) 100%);
}
.page-hero .section-inner { position: relative; z-index: 1; }
.page-hero .kicker { color: rgba(255,255,255,.6); }
.page-hero h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.1; letter-spacing: -.025em;
  color: #fff; max-width: 20ch;
}
.page-hero-sub {
  margin-top: 1.1rem;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(255,255,255,.84);
  max-width: 44rem; line-height: 1.55;
}
.page-hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }

/* ---- nav: transparent white over the hero, solid once scrolled past ---- */
.nav--solid {
  background: rgba(244,243,240,.92);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.nav--on-video.nav--solid {
  color: var(--ink); text-shadow: none;
  box-shadow: 0 1px 0 rgba(22,24,26,.07);
}

/* ---- generic prose / intro split ---- */
.prose-section { background: var(--fog); }
.prose-grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.prose-body p { margin-top: 1rem; color: var(--ink-60); line-height: 1.65; font-size: 1rem; }
.prose-body > p:first-child { margin-top: 0; }
.prose-body h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 1.25rem;
  margin-top: 1.9rem; letter-spacing: -.01em;
}
.lede { font-size: clamp(1.05rem, 1.6vw, 1.25rem) !important; color: var(--ink) !important; line-height: 1.55 !important; }

/* ---- sidebar card (service + contact CTA) ---- */
.aside-card {
  background: var(--white); border-radius: var(--radius-card);
  padding: clamp(1.5rem, 3vw, 2.1rem); box-shadow: var(--shadow-soft);
  position: sticky; top: 5.5rem;
}
.aside-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; letter-spacing: -.01em; }
.aside-card p { margin-top: .55rem; font-size: .92rem; color: var(--ink-60); line-height: 1.55; }
.aside-card .btn-pill { margin-top: 1.2rem; width: 100%; justify-content: center; }
.aside-card .btn-pill + .btn-pill { margin-top: .6rem; }

/* ---- feature grid (icon cards, no image) ---- */
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
  margin-top: clamp(2rem, 4vh, 3rem);
}
.feature-card {
  background: var(--white); border-radius: var(--radius-card);
  padding: 1.6rem 1.5rem; box-shadow: var(--shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.feature-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; letter-spacing: -.01em; }
.feature-card p { margin-top: .5rem; color: var(--ink-60); font-size: .92rem; line-height: 1.55; }
.feature-ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--fog-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.feature-ic svg { width: 22px; height: 22px; fill: none; stroke: var(--ink); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.feature-card--dark .feature-ic { background: rgba(255,255,255,.1); }

/* ---- related-links chips ---- */
.rel-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.rel-links a {
  font-family: var(--font-display); font-weight: 500; font-size: .88rem;
  background: var(--white); border: 1px solid rgba(22,24,26,.1);
  padding: .55rem 1.1rem; border-radius: var(--radius-pill);
  transition: transform .25s, box-shadow .25s;
}
.rel-links a:hover { box-shadow: var(--shadow-soft); transform: translateY(-2px); }

/* ---- contact rows ---- */
.contact-rows { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 1.6rem; }
.contact-row { display: flex; gap: .8rem; align-items: flex-start; color: var(--ink); font-size: .98rem; line-height: 1.5; }
.contact-row svg { width: 20px; height: 20px; flex: none; margin-top: 2px; fill: none; stroke: var(--ink); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.contact-row a { text-decoration: underline; text-underline-offset: 3px; }
.contact-row strong { font-family: var(--font-display); }

/* ---- legal / simple text pages ---- */
.slim-hero { background: var(--ink); padding: calc(var(--pad-x) + 3.5rem) 0 clamp(2rem, 5vh, 3rem); }
.slim-hero h1 { font-family: var(--font-display); font-weight: 600; color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -.025em; }
.slim-hero p { color: rgba(255,255,255,.6); margin-top: .8rem; font-size: .95rem; }
.legal-wrap { max-width: 56rem; }
.legal-wrap h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; margin-top: 2.2rem; letter-spacing: -.01em; }
.legal-wrap p, .legal-wrap li { color: var(--ink-60); line-height: 1.65; margin-top: .8rem; font-size: .96rem; }
.legal-wrap ul { margin: .4rem 0 0 1.2rem; }
.legal-wrap a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---- 404 ---- */
.err-wrap { text-align: center; max-width: 40rem; margin: 0 auto; }
.err-code { font-family: var(--font-display); font-weight: 700; font-size: clamp(4rem, 14vw, 8rem); line-height: 1; letter-spacing: -.04em; color: var(--ink); }

@media (max-width: 1023px) {
  .prose-grid { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .feature-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 66svh; }
}
