.photo-band{z-index:1;background:#1c1c1e;width:100%;height:clamp(420px,72vh,800px);position:relative;overflow:hidden}.photo-band__img{object-fit:cover;object-position:center 50%;will-change:transform;width:100%;height:116%;display:block;position:absolute;inset:-8% 0}.photo-band__overlay{pointer-events:none;background:linear-gradient(90deg,#0808088c 0%,#08080833 45%,#08080800 75%);position:absolute;inset:0}.photo-band__caption{z-index:2;top:50%;left:var(--container-padding);align-items:flex-start;gap:var(--space-5);color:#fff;text-shadow:0 2px 28px #00000073;flex-direction:column;max-width:32ch;display:flex;position:absolute;transform:translateY(-50%)}.photo-band__icon{color:#fff;width:clamp(1.5rem,2.4vw,2.25rem);height:clamp(1.5rem,2.4vw,2.25rem);animation:9s linear infinite photo-band-spin;display:inline-flex}.photo-band__icon svg{width:100%;height:100%;display:block}.photo-band__text{font-family:var(--font-mono);font-weight:var(--font-medium);font-size:var(--text-lg);line-height:var(--leading-normal);margin:0}@keyframes photo-band-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.photo-band__icon{animation:none}}
.falling-chips{z-index:1;touch-action:pan-y;position:absolute;inset:0;overflow:hidden}@media (hover:none),(pointer:coarse){.falling-chips{pointer-events:none}}.falling-chips__chip{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--font-medium);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;cursor:grab;-webkit-user-select:none;user-select:none;opacity:0;color:#1c1c1e;--chamfer-cut:.65rem;border-radius:var(--radius-sm);clip-path:var(--chamfer);background:#cfd0d4;align-items:center;padding:.38rem .75rem;display:inline-flex;position:absolute;top:0;left:0}.falling-chips__chip:active{cursor:grabbing}.falling-chips.is-static{justify-content:center;gap:var(--space-3);margin-top:var(--gap-section-header);flex-wrap:wrap;display:flex;position:relative;inset:auto}.falling-chips.is-static .falling-chips__chip{opacity:1;cursor:default;position:static}
.section.cta-section{z-index:1;background:#1c1c1e;min-height:100svh;position:relative;overflow:hidden}.cta-section__inner{z-index:2;text-align:center;align-items:center;gap:var(--space-6);pointer-events:none;flex-direction:column;display:flex;position:relative}.cta-section__inner .btn{pointer-events:auto}.cta-section__tag{margin-bottom:var(--space-8);color:#0a0a0a;background:var(--bg-muted);align-self:center}.cta-section__title{letter-spacing:-.01em;text-transform:uppercase;max-width:22ch;font-size:clamp(2rem,5vw,4.5rem);line-height:1.02}.cta-section__text{max-width:60ch;font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--fg-secondary)}.cta-section__actions{margin-top:var(--space-4)}.cta-section .btn--primary{background:var(--accent);color:var(--accent-contrast);--btn-fill:var(--primary)}.cta-section .btn--primary:hover,.cta-section .btn--primary:focus-visible{color:#fff}
