.page-head { padding: 46px 0 8px; }
.eyebrow {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--g-action-text); margin: 0 0 16px;
}
h1 {
  margin: 0 0 16px; max-width: 20ch;
  font-size: clamp(30px, 5.4vw, 46px); line-height: 1.1;
  font-weight: 675; letter-spacing: -0.025em; text-wrap: balance;
}
.lede { margin: 0; font-size: 17.5px; color: var(--text-secondary); }

.steps { padding: 8px 0 20px; }

.step-eyebrow {
  display: flex; align-items: center; gap: 9px; margin: 0 0 12px;
  font: 650 11.5px var(--g-sans); text-transform: uppercase; letter-spacing: .07em;
  color: var(--g-action-text);
}
.step-eyebrow b {
  display: grid; place-items: center; width: 21px; height: 21px;
  border: 1px solid var(--g-line-2); border-radius: 6px; background: var(--g-wash);
  font: 650 11px var(--g-mono); color: var(--text-secondary);
}
.close { padding: 66px 0 78px; text-align: center; }
.close h2 { margin: 0 0 12px; font-size: clamp(23px, 4vw, 30px); font-weight: 675; letter-spacing: -0.02em; }
.close p { margin: 0 auto 24px; max-width: 46ch; color: var(--text-secondary); font-size: 16px; }
.close .btn-primary { font: 650 15px/1 inherit; padding: 13px 22px; border-radius: 10px; }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .feat { animation: rise linear both; animation-timeline: view(); animation-range: entry 4% cover 26%; }
  }
}

@media (max-width: 640px) {
  .page-head { padding: 34px 0 4px; }
  .lede { font-size: 16.5px; }
  .close { padding: 48px 0 58px; }
}

.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feat + .feat { margin-top: 120px; }
.feat .step-eyebrow { margin-bottom: 4px; }
.feat h2 {
  margin: 16px 0 0;
  font-size: 38px; line-height: 1.14; font-weight: 600; letter-spacing: -.025em;
  color: var(--g-text); text-wrap: balance; max-width: 476px;
}
.sec-list { list-style: none; margin: 28px 0 0; padding: 0; }
.sec-list li {
  border-top: 1px solid var(--g-line-soft);
  padding: 15px 0;
  font-size: 14.5px; line-height: 1.62; color: #b9bdc7; letter-spacing: -.004em;
  text-wrap: pretty;
}
.sec-list li:last-child { border-bottom: 1px solid var(--g-line-soft); }
.sec-list .nb { white-space: nowrap; }

.frag {
  background: var(--g-panel); border: 1px solid var(--g-line); border-radius: var(--g-radius-card);
  padding: 24px 26px 12px;
  font-family: var(--g-mono); font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1;
  box-shadow: 0 14px 44px rgba(0, 0, 0, .26);
}
.frag.capped::before {
  content: ""; display: block; height: 20px;
  margin: -24px -26px 22px;
  border-radius: var(--g-radius-card) var(--g-radius-card) 0 0;
  border-bottom: 1px solid var(--g-line);
  background: var(--cf-cap, url(/img/cap-govern.webp)) var(--cf-cap-pos, 50% 50%)/230% auto no-repeat;
}
.frag.capped-unify { --cf-cap: url(/img/cap-unify.webp); }
.frag.capped-protect { --cf-cap: url(/img/cap-protect.webp); --cf-cap-pos: 0% 100%; }
.frag-head {
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--g-dim);
  padding-bottom: 13px; border-bottom: 1px solid var(--g-line);
}
.frag-head + .frag-head, .fcut + .frag-head { border-top: 1px solid var(--g-line); padding-top: 15px; border-bottom: none; margin-top: 20px; }
.fcut { display: block; width: 100%; height: auto; margin: 16px 0 14px; }
.fcut.tight { margin-top: 8px; }

@media (max-width: 1080px) {
  .feat h2 { font-size: 34px; }
  .feat { gap: 44px; }
}
@media (max-width: 900px) {
  .feat { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .feat h2 { font-size: 29px; }
  .feat + .feat { margin-top: 88px; }
}

.fcut.fade {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
}

.feat.flip .feat-copy { order: 2; }
@media (max-width: 900px) {
  .feat .feat-copy { order: 1; }
  .feat .feat-vis { order: 2; }
}
.fcut.fade-b {
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 44px), transparent 100%);
  mask-image: linear-gradient(to bottom, #000 calc(100% - 44px), transparent 100%);
}

.frag.capped::before { filter: hue-rotate(var(--cap-rot, 0deg)); }
.feat:nth-of-type(4) { --cap-rot: 95deg; }
.feat:nth-of-type(6) { --cap-rot: 40deg; }
.feat:nth-of-type(7) { --cap-rot: 35deg; }
.feat:nth-of-type(8) { --cap-rot: 80deg; }
.feat:nth-of-type(5) .capped { --cf-cap: url(/img/cap-protect.webp); }
.feat:nth-of-type(5) { --cap-rot: -95deg; }
.feat:nth-of-type(9) .capped { --cf-cap: url(/img/cap-protect.webp); }
.feat:nth-of-type(9) { --cap-rot: -45deg; }
