.ops-section{padding-block:var(--ops-space-7)}
.ops-section-sm{padding-block:var(--ops-space-5)}
.ops-section-white{background:#fff;color:var(--ops-ink)}
.ops-section-paper{background:var(--ops-paper);color:var(--ops-ink)}
.ops-section-dark{position:relative;background:var(--ops-ink);color:#fff}
.ops-section-dark p{color:var(--ops-muted-2)}
.ops-section-yellow{background:var(--ops-yellow);color:var(--ops-ink)}
.ops-section-yellow p{color:#3e3b00}
.ops-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--ops-space-4);margin-bottom:var(--ops-space-4)}
.ops-section-head>div{max-width:47rem}
.ops-section-head p{max-width:28rem;margin-bottom:0}
.ops-section-head-center{max-width:48rem;margin:0 auto var(--ops-space-4);text-align:center}
.ops-kicker{width:fit-content;margin-bottom:.75rem;display:inline-flex;align-items:center;gap:.55rem;color:#817800;font-size:var(--ops-fs-1);font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.ops-kicker::before{content:"";width:.42rem;height:.42rem;border-radius:50%;background:var(--ops-yellow)}
.ops-section-dark .ops-kicker{color:#d8cf55}
.ops-section-dark .ops-kicker::before{background:var(--ops-yellow)}
.ops-hero{position:relative;min-height:46rem;padding:6.5rem 0 0;background-color:var(--ops-paper);background-image:linear-gradient(rgba(19,19,22,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(19,19,22,.032) 1px,transparent 1px);background-size:4rem 4rem}
.ops-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 26%,rgba(255,255,255,.98),rgba(247,247,248,.25) 62%)}
.ops-hero-copy{position:relative;z-index:2;max-width:66rem;margin-inline:auto;text-align:center}
.ops-hero-copy h1{margin:1.25rem auto;max-width:65rem;font-weight:750;letter-spacing:-.04em}
.ops-hero-copy p{max-width:46rem;margin-inline:auto;font-size:var(--ops-fs-3)}
.ops-hero-copy .ops-actions{justify-content:center}
.ops-hero-stage{position:relative;z-index:1;width:min(calc(100% - 2rem),69rem);height:31rem;margin:3rem auto 0;overflow:hidden;border:1px solid var(--ops-line);border-bottom:0;border-radius:var(--ops-radius-lg) var(--ops-radius-lg) 0 0;background:#111114;box-shadow:var(--ops-shadow)}
.ops-hero-stage>img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}
.ops-doc-hero{padding-block:var(--ops-space-6);background:#fff}
.ops-doc-hero h1{max-width:54rem;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem)}
@media(max-width:900px){
  .ops-section-head{align-items:flex-start;flex-direction:column}
  .ops-hero-stage{height:27rem}
}
@media(max-width:640px){
  .ops-hero{min-height:auto;padding-top:4rem}
  .ops-hero-stage{height:23rem;margin-top:2rem}
}
