.home-hero {
  background: #fff url('/assets/backgrounds/hero-geometry.svg?v=10') center top / 100% 100% no-repeat;
}
.home-page .site-header::before {
  content: ''; position: absolute; z-index: -1; top: 0; left: 0;
  width: 40vw; height: calc(100% + 85px);
  background: url('/assets/backgrounds/hero-header-plate.svg') left top / 100% 100% no-repeat;
  pointer-events: none; transition: opacity 180ms ease;
}
.home-page .site-header.is-scrolled::before { opacity: 0; }
.home-hero .hero-kicker {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: clamp(0.8rem, 1vw, 1rem);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 26px;
}
.home-hero .hero-kicker::before { content: ''; flex: 0 0 26px; height: 3px; background: var(--color-red); }
.home-hero h1 { font-size: clamp(2.7rem, 3.88vw, 4.5rem); letter-spacing: -0.035em; line-height: 1.06; }
.home-hero h1 .hero-stop { color: var(--color-red); font-style: normal; }
.hero-signature {
  display: flex; align-items: center; gap: 15px;
  margin: clamp(32px, 4.6vh, 46px) 0 0; color: #7d8994;
  font-size: 0.58rem; font-weight: 500; line-height: 1.6; letter-spacing: 0.25em;
}
.hero-signature::before { content: ''; flex: 0 0 22px; height: 2px; background: var(--color-red); }
.hero-technical-note { position: absolute; z-index: 6; margin: 0; pointer-events: none; color: #8c98a3; font-size: 0.56rem; line-height: 1.8; letter-spacing: 0.22em; }
.hero-technical-note--people { left: 31.8%; top: 18%; }
.hero-technical-note--ideas { right: 2.7%; top: 4.8%; }
.hero-technical-note--ideas::before { display: block; content: ''; width: 22px; height: 2px; margin-bottom: 12px; background: var(--color-red); }
.hero-media-edge { position: absolute; z-index: 2; top: 0; left: 34vw; width: calc(100% - 34vw); height: calc(100% - 90px); pointer-events: none; overflow: visible; }
.hero-media-edge-white { stroke: white; stroke-width: 9px; vector-effect: non-scaling-stroke; }
.hero-media-edge-halo { stroke: var(--color-red); stroke-width: 32px; stroke-opacity: .18; vector-effect: non-scaling-stroke; filter: blur(12px); }
.hero-media-edge-bloom { stroke: var(--color-red); stroke-width: 10px; stroke-opacity: .28; vector-effect: non-scaling-stroke; filter: blur(4px); }
.hero-media-edge-red { stroke: var(--color-red); stroke-width: 2.4px; vector-effect: non-scaling-stroke; }
.hero-seam-aura {
  position: absolute; z-index: 3; inset: 0; pointer-events: none;
  filter: blur(11px);
  mask-image: linear-gradient(180deg, transparent, #000 13%, #000 24%, transparent 43%);
}
.hero-seam-aura .home-hero-media-divider { background: rgba(var(--color-red-rgb), .7); }
.home-hero-media::before {
  content: ''; position: absolute; z-index: 2; inset: 0;
  background: url('/assets/backgrounds/hero-media-facets.svg?v=2') center / 100% 100% no-repeat;
  pointer-events: none;
}
.home-hero-media-divider { background: linear-gradient(180deg, #fff 0%, #fff 12%, #fff0ef 23%, #fff 38%, #fff 100%); }

@media (min-width: 1451px) {
  .home-hero { --home-hero-services-height: 156px; }
  .home-hero-content { padding-top: 24px; }
  .home-hero-capabilities { padding-bottom: 18px; }
  .home-hero-capabilities-grid .hero-capability-main {
    grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 14px;
  }
  .home-hero-capabilities-grid .hero-capability-main-copy strong { font-size: .84rem; }
}
@media (min-width: 821px) and (max-width: 1450px) {
  .home-hero-copy { width: 29vw; }
  .home-page .site-header::before { height: calc(100% + 40px); }
  .hero-technical-note--people { display: none; }
  .home-hero-capabilities-grid .hero-capability-main-copy { min-width: 0; }
  .home-hero-capabilities-grid .hero-capability-main-copy strong { hyphens: auto; overflow-wrap: anywhere; }
}
@media (min-width: 1181px) and (max-width: 1450px) {
  .home-hero-capabilities-grid .hero-capability-main {
    grid-template-columns: 28px minmax(0, 1fr); gap: 8px; padding: 11px;
  }
  .home-hero-capabilities-grid .hero-capability-icon,
  .home-hero-capabilities-grid .hero-capability-icon img,
  .home-hero-capabilities-grid .hero-capability-icon svg { width: 28px; height: 28px; }
  .home-hero-capabilities-grid .hero-capability-main-copy strong { font-size: .79rem; }
}
@media (max-width: 1180px) {
  .home-page .site-header::before { display: none; }
  .hero-media-edge { height: calc(100% - 146px); }
  .hero-technical-note { display: none; }
  .hero-signature { font-size: 0.5rem; letter-spacing: 0.15em; margin-top: 24px; }
  .home-hero .hero-kicker { gap: 12px; letter-spacing: 0.12em; }
}
@media (min-width: 821px) and (max-height: 820px) {
  .home-page .site-header::before { display: none; }
  .home-hero-content { padding-top: 0; }
  .home-hero h1 { font-size: clamp(2.7rem, 3.5vw, 4rem); }
  .home-hero .hero-lead { margin-top: 20px; font-size: .9rem; line-height: 1.58; }
  .home-hero-actions { margin-top: 22px; gap: 12px; }
  .home-hero-actions .btn { min-width: 0; padding-inline: 16px; }
  .hero-signature { margin-top: 26px; }
  .home-hero .hero-kicker { margin-bottom: 20px; }
}
@media (max-width: 820px) {
  .home-hero { background-size: 1500px 1000px; background-position: 30% top; }
  .home-hero h1 { font-size: clamp(2.2rem, 7vw, 3.4rem); }
  .home-hero h1 > span { display: block; }
  .home-hero .hero-kicker { margin-bottom: 22px; font-size: 0.8rem; }
  .hero-media-edge { display: none; }
  .hero-seam-aura { display: none; }
  .home-hero-media::before { display: none; }
  .hero-signature { max-width: 340px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .site-header::before { transition: none; }
}
