/* ============================================================================
   VOLANTE — Hybrid additions: editorial restraint + DarkStar's sense of scale.
   Oversized section watermarks behind Approach & Work. The hero entrance
   reuses the editorial .stagger reveal (see the `stagger` class in the HTML).
   ========================================================================= */

.section:has(> .sec-wm) { overflow: hidden; }
.section > .container { position: relative; z-index: 1; }
.sec-wm {
  position: absolute; top: 50%; z-index: 0; pointer-events: none; user-select: none;
  font-family: var(--font-display); font-weight: 200; line-height: .8; letter-spacing: -.02em;
  color: transparent; -webkit-text-stroke: 1px rgba(201,162,75,.06);
  white-space: nowrap; font-size: clamp(7rem, 20vw, 19rem);
  transform: translateY(-50%); will-change: transform;
}
.sec-wm.right { right: -3vw; }
.sec-wm.left  { left: -3vw; }
