:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Segoe UI", sans-serif;
  color: #102235;
  background: #f5f7f8;
  font-synthesis: none;
  --ink: #102235;
  --ink-soft: #31475b;
  --muted: #647789;
  --line: #d9e1e5;
  --paper: #f5f7f8;
  --white: #ffffff;
  --navy: #0b1b2a;
  --navy-soft: #132c40;
  --green: #087a64;
  --green-soft: #e5f4ef;
  --blue: #286bd1;
  --blue-soft: #eaf1fd;
  --gold: #c9821a;
  --gold-soft: #fff0d5;
  --coral: #b65347;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
}

body,
button,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(40, 107, 209, 0.35);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 12px max(28px, calc((100vw - 1800px) / 2));
  color: #f6fbff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-solid,
.site-header.nav-open {
  color: var(--ink);
  border-color: rgba(94, 116, 131, 0.2);
  background: rgba(250, 252, 252, 0.94);
  box-shadow: 0 12px 32px rgba(20, 44, 61, 0.08);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.brand-wordmark {
  position: relative;
  min-width: 112px;
  padding: 1px 0 3px 12px;
}

.brand-wordmark::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 4px;
  left: 0;
  width: 3px;
  background: #62d9bb;
  transform: skewY(-18deg);
}

.brand-wordmark strong,
.brand-wordmark small {
  display: block;
  letter-spacing: 0;
}

.brand-wordmark strong {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
}

.brand-wordmark small {
  margin-top: 6px;
  opacity: 0.72;
  font-size: 8px;
  line-height: 1;
  font-weight: 900;
}

.brand-descriptor {
  padding-left: 18px;
  opacity: 0.72;
  border-left: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: currentColor;
  transition: right 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
}

.nav-toggle {
  display: none;
  min-width: 58px;
  min-height: 40px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 6px;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 760px;
  height: 92svh;
  max-height: 940px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  contain: paint;
  color: #f7fbff;
  background: var(--navy);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-image: url("/assets/chinese-lawyer-office.jpg");
  background-size: cover;
  background-position: 56% 48%;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.025);
  animation: hero-settle 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(5, 17, 29, 0.94) 0%, rgba(7, 23, 37, 0.84) 36%, rgba(7, 23, 37, 0.34) 67%, rgba(7, 23, 37, 0.24) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1800px, calc(100% - 56px));
  min-height: 100%;
  margin: 0 auto;
  padding: 150px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy {
  width: min(820px, 68%);
  padding-bottom: 100px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0;
}

.hero .eyebrow,
.journey-band .eyebrow,
.closing-section .eyebrow {
  color: #7ce2c8;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 64px;
  line-height: 1.12;
  font-weight: 780;
  letter-spacing: 0;
}

.hero-summary {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(235, 245, 250, 0.8);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #07231d;
  background: #88efd2;
}

.button-primary:hover {
  background: #a1f4dd;
}

.button-secondary {
  color: #f7fbff;
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(9, 26, 40, 0.42);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(9, 26, 40, 0.62);
}

.hero-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-proof span {
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: rgba(238, 248, 250, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.section-shell {
  width: min(1800px, calc(100% - 56px));
  margin: 0 auto;
}

.proof-band {
  color: #dce8ed;
  background: #07131f;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-grid article {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-grid article:last-child {
  border-right: 0;
}

.proof-grid strong {
  color: #8cebd1;
  font-size: 30px;
  line-height: 1;
}

.proof-grid span {
  margin-top: 12px;
  color: rgba(220, 232, 237, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.section-heading {
  max-width: 820px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading h2,
.standard-copy h2,
.metric-layout h2,
.closing-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 760;
  letter-spacing: 0;
}

.section-heading > p:last-child,
.standard-copy > p,
.metric-layout > div > p:last-child,
.closing-section .section-shell > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.audience-band {
  padding: 112px 0 120px;
  background: var(--white);
}

.audience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 80px;
  align-items: end;
}

.audience-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.18;
  font-weight: 760;
}

.audience-heading > p {
  max-width: 600px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.match-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, 1fr) 260px minmax(300px, 1fr);
  gap: 46px;
  align-items: center;
  min-height: 420px;
  margin-top: 62px;
  padding: 52px 56px;
  border: 1px solid #dbe6e5;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 139, 111, 0.045), transparent 42%, rgba(37, 105, 201, 0.045)),
    #f8fbfb;
}

.match-stage::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22%;
  left: 22%;
  height: 1px;
  background: linear-gradient(90deg, rgba(16, 139, 111, 0.35), rgba(51, 115, 196, 0.35));
}

.match-stage::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 22%;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(51, 115, 196, 0.55);
  border-right: 1px solid rgba(51, 115, 196, 0.55);
  transform: rotate(45deg);
}

.match-profile {
  position: relative;
  z-index: 2;
  min-height: 270px;
  padding: 25px;
  border: 1px solid rgba(30, 68, 81, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(36, 72, 83, 0.08);
}

.profile-topline,
.profile-identity,
.profile-state {
  display: flex;
  align-items: center;
}

.profile-topline {
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5ecec;
}

.profile-topline span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.profile-topline strong {
  color: var(--ink-soft);
  font-size: 12px;
}

.profile-identity {
  gap: 14px;
  margin-top: 22px;
}

.profile-avatar {
  display: inline-flex;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #087d66;
  border: 1px solid rgba(16, 139, 111, 0.22);
  border-radius: 50%;
  background: #e9f7f3;
  font-size: 15px;
  font-weight: 850;
}

.lawyer-profile .profile-avatar {
  color: #225fae;
  border-color: rgba(37, 105, 201, 0.22);
  background: #edf4fd;
}

.profile-identity div,
.profile-identity strong,
.profile-identity small {
  display: block;
}

.profile-identity strong {
  color: var(--ink);
  font-size: 19px;
}

.profile-identity small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.signal-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.signal-tags span {
  min-height: 35px;
  padding: 9px 11px;
  color: var(--ink-soft);
  border: 1px solid #e2eaea;
  border-radius: 4px;
  background: #f7fafa;
  font-size: 11px;
  text-align: center;
}

.profile-state {
  gap: 8px;
  margin-top: 19px;
  color: #087d66;
  font-size: 11px;
  font-weight: 750;
}

.profile-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #11a37f;
  box-shadow: 0 0 0 4px rgba(17, 163, 127, 0.1);
}

.match-engine {
  position: relative;
  z-index: 3;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}

.engine-orbit,
.engine-core {
  position: absolute;
  border-radius: 50%;
}

.engine-orbit {
  inset: 0;
  border: 1px solid rgba(25, 110, 139, 0.18);
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, 0.48);
}

.engine-orbit::before,
.engine-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(25, 110, 139, 0.13);
  border-radius: 50%;
}

.engine-orbit::before { inset: 26px; }
.engine-orbit::after { inset: 52px; }

.engine-orbit i {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #f8fbfb;
  border-radius: 50%;
  background: var(--green);
}

.engine-orbit i:nth-child(1) { top: 23px; left: 72px; }
.engine-orbit i:nth-child(2) { right: 22px; bottom: 76px; background: var(--blue); }
.engine-orbit i:nth-child(3) { bottom: 20px; left: 78px; }

.engine-core {
  inset: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #f4fbfa;
  background: var(--navy);
  box-shadow: 0 14px 38px rgba(8, 37, 49, 0.22);
}

.engine-core strong { font-size: 20px; }
.engine-core small { margin-top: 3px; color: #8cebd1; font-size: 9px; }

.engine-label {
  position: absolute;
  z-index: 4;
  padding: 5px 8px;
  color: var(--muted);
  border: 1px solid #e2eaea;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 9px;
  font-weight: 750;
}

.engine-label-top { top: 5px; right: 78px; }
.engine-label-right { top: 106px; right: -10px; }
.engine-label-bottom { bottom: 8px; left: 71px; }

.match-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: stretch;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.match-outcomes div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  padding: 24px 26px;
  border-right: 1px solid var(--line);
}

.match-outcomes div > span {
  grid-row: span 2;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
}

.match-outcomes strong {
  color: var(--ink);
  font-size: 15px;
}

.match-outcomes small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.match-outcomes > a {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.standard-band {
  padding: 120px 0;
  color: #eaf3f7;
  background: var(--navy);
}

.standard-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 74px;
  align-items: center;
}

.standard-copy .eyebrow {
  color: #7ce2c8;
}

.standard-copy h2 {
  color: #f7fbff;
}

.standard-copy > p {
  color: rgba(226, 238, 244, 0.72);
}

.standard-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.standard-facts div {
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.standard-facts strong,
.standard-facts span {
  display: block;
}

.standard-facts strong {
  color: #8cebd1;
  font-size: 15px;
}

.standard-facts span {
  margin-top: 7px;
  color: rgba(226, 238, 244, 0.68);
  font-size: 12px;
  line-height: 1.6;
}

.lead-card {
  padding: 30px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  background: #f9fbfb;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
}

.lead-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.lead-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.lead-card h3 {
  margin: 8px 0 0;
  font-size: 27px;
}

.grade-badge {
  min-width: 56px;
  min-height: 56px;
  display: grid;
  place-items: center;
  color: #553000;
  border-radius: 8px;
  background: var(--gold-soft);
  font-size: 14px;
  font-weight: 900;
}

.lead-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.lead-status span {
  padding: 7px 10px;
  color: #075b4b;
  border-radius: 4px;
  background: var(--green-soft);
  font-size: 11px;
  font-weight: 800;
}

.lead-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.lead-card dl div {
  min-height: 90px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lead-card dl .wide {
  grid-column: 1 / -1;
}

.lead-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.lead-card dd {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.lead-card footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.grading-section {
  padding: 120px 0;
  background: #f6f8f9;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: 70px;
  align-items: end;
}

.split-heading > p:last-child {
  margin: 0;
}

.grade-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.grade-card {
  min-height: 280px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.grade-card:last-child {
  border-right: 0;
}

.grade-card > strong {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 20px;
}

.grade-s > strong {
  color: #5a3000;
  background: var(--gold-soft);
}

.grade-a > strong {
  color: #075b4b;
  background: var(--green-soft);
}

.grade-b > strong {
  color: #174b96;
  background: var(--blue-soft);
}

.grade-c > strong {
  color: #6b3b34;
  background: #f6e6e3;
}

.grade-card h3 {
  margin: 58px 0 13px;
  font-size: 21px;
}

.grade-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.grade-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.journey-band {
  padding: 120px 0;
  color: #ecf4f7;
  background: #122b40;
}

.section-heading.light h2 {
  color: #f7fbff;
}

.section-heading.light > p:last-child {
  color: rgba(230, 241, 246, 0.72);
}

.flow-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 64px;
  align-items: end;
}

.flow-legend {
  padding: 20px 0 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.flow-legend span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a4f0db;
  font-size: 12px;
  font-weight: 850;
}

.flow-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #72e2c3;
  box-shadow: 0 0 0 6px rgba(114, 226, 195, 0.1);
}

.flow-legend p {
  margin: 13px 0 0;
  color: rgba(230, 241, 246, 0.62);
  font-size: 12px;
  line-height: 1.7;
}

.lawyer-flow-model {
  margin-top: 54px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(31, 83, 103, 0.48), rgba(8, 30, 47, 0.46)),
    rgba(5, 22, 36, 0.46);
  box-shadow: 0 28px 65px rgba(1, 13, 23, 0.26);
}

.flow-model-toolbar,
.ops-board-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.flow-model-toolbar {
  min-height: 48px;
  padding: 0 4px 18px;
  color: rgba(230, 241, 246, 0.72);
}

.flow-model-toolbar > div,
.ops-board-toolbar > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.flow-model-toolbar strong {
  color: #f3f8fb;
  font-size: 14px;
}

.flow-model-toolbar span {
  font-size: 11px;
  font-weight: 750;
}

.flow-model-toolbar b {
  color: #72e2c3;
  font-weight: 700;
}

.flow-model-toolbar button,
.ops-board-toolbar button {
  min-height: 34px;
  padding: 0 13px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 6px;
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  opacity: 0.78;
  transition: opacity 180ms ease, background-color 180ms ease;
}

.flow-model-toolbar button:hover,
.ops-board-toolbar button:hover {
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.lawyer-flow-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.lawyer-flow-node,
.ops-node {
  position: relative;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, opacity 160ms ease;
}

.lawyer-flow-node {
  min-height: 252px;
  padding: 18px;
  color: #eaf4f7;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lawyer-flow-node:not(:last-child)::after,
.ops-node:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -11px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.44;
}

.lawyer-flow-node:hover,
.lawyer-flow-node:focus-within {
  transform: translateY(-5px);
  border-color: rgba(132, 229, 202, 0.48);
  box-shadow: 0 20px 38px rgba(0, 8, 16, 0.2);
}

.lawyer-flow-node.lawyer-phase {
  border-color: rgba(114, 226, 195, 0.3);
  background: linear-gradient(145deg, rgba(31, 153, 125, 0.18), rgba(35, 105, 165, 0.08));
}

.lawyer-flow-node.consent-phase {
  border-color: rgba(225, 170, 74, 0.34);
  background: rgba(205, 141, 32, 0.08);
}

.lawyer-flow-node header,
.ops-node header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lawyer-flow-node header > span {
  color: #86ecd0;
  font-size: 11px;
  font-weight: 900;
}

.drag-handle {
  min-width: 42px;
  min-height: 28px;
  padding: 0 9px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 5px;
  background: transparent;
  font: inherit;
  font-size: 10px;
  font-weight: 750;
  cursor: grab;
  opacity: 0.48;
  touch-action: none;
  user-select: none;
}

.drag-handle:hover,
.drag-handle:focus-visible {
  opacity: 1;
}

.drag-handle:active {
  cursor: grabbing;
}

.lawyer-flow-node > small {
  display: block;
  margin-top: 38px;
  color: #84e5ca;
  font-size: 10px;
  font-weight: 850;
}

.lawyer-flow-node h3 {
  margin: 10px 0 12px;
  color: #f5fafc;
  font-size: 18px;
  line-height: 1.35;
}

.lawyer-flow-node p {
  margin: 0;
  color: rgba(230, 241, 246, 0.66);
  font-size: 12px;
  line-height: 1.75;
}

[data-flow-node].is-dragging {
  z-index: 5;
  opacity: 0.54;
  transform: scale(0.98);
}

[data-flow-node].is-drop-target {
  border-color: #71e0c2;
  box-shadow: 0 0 0 3px rgba(113, 224, 194, 0.12);
}

.flow-live-status {
  min-height: 17px;
  margin: 14px 4px 0;
  color: rgba(230, 241, 246, 0.5);
  font-size: 10px;
  line-height: 1.6;
}

.platform-section {
  padding: 120px 0;
  background: var(--white);
}

.platform-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
  gap: 52px;
  align-items: end;
}

.platform-top > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.ops-model {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.ops-core,
.ops-module-board {
  min-height: 474px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ops-core {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 32px;
  color: #e9f4f6;
  background:
    radial-gradient(circle at 50% 20%, rgba(60, 203, 167, 0.18), transparent 32%),
    linear-gradient(145deg, #0a2331, #102f42);
}

.ops-core::before,
.ops-core::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(122, 226, 199, 0.14);
  border-radius: 50%;
}

.ops-core::before {
  width: 270px;
  height: 270px;
  top: -110px;
  right: -70px;
}

.ops-core::after {
  width: 180px;
  height: 180px;
  top: -66px;
  right: -22px;
}

.ops-core-mark {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 108px;
  height: 108px;
  transform: translateX(-50%);
}

.ops-core-mark span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(114, 226, 195, 0.28);
  border-radius: 50%;
}

.ops-core-mark span:nth-child(2) { inset: 18px; }
.ops-core-mark span:nth-child(3) { inset: 39px; background: #69dfbf; box-shadow: 0 0 24px rgba(105, 223, 191, 0.42); }

.ops-core > p {
  margin: 0 0 12px;
  color: #7de5c8;
  font-size: 10px;
  font-weight: 900;
}

.ops-core h3 {
  margin: 0;
  color: #f4fafb;
  font-size: 29px;
}

.ops-core > strong {
  margin-top: 10px;
  color: rgba(232, 243, 247, 0.62);
  font-size: 13px;
}

.ops-core dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ops-core dl div {
  padding: 17px 8px 0 0;
}

.ops-core dt,
.ops-core dd {
  margin: 0;
}

.ops-core dt {
  color: #91ead3;
  font-size: 10px;
  font-weight: 850;
}

.ops-core dd {
  margin-top: 6px;
  color: rgba(232, 243, 247, 0.66);
  font-size: 10px;
}

.ops-module-board {
  padding: 22px;
  background:
    linear-gradient(rgba(31, 89, 107, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 89, 107, 0.035) 1px, transparent 1px),
    #f7fafb;
  background-size: 24px 24px;
}

.ops-board-toolbar {
  min-height: 50px;
  padding: 0 3px 20px;
  color: var(--muted);
}

.ops-board-toolbar strong,
.ops-board-toolbar span {
  display: block;
}

.ops-board-toolbar strong {
  color: var(--ink);
  font-size: 14px;
}

.ops-board-toolbar span {
  font-size: 11px;
}

.ops-flow-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ops-node {
  min-height: 172px;
  padding: 18px;
  border: 1px solid #dbe6e7;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(40, 75, 88, 0.055);
}

.ops-node:hover,
.ops-node:focus-within {
  transform: translateY(-4px);
  border-color: rgba(16, 139, 111, 0.4);
  box-shadow: 0 18px 34px rgba(40, 75, 88, 0.1);
}

.ops-node header > span {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
}

.ops-node .drag-handle {
  color: var(--muted);
}

.ops-node h3 {
  margin: 27px 0 8px;
  color: var(--ink);
  font-size: 18px;
}

.ops-node p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.ops-node > small {
  display: block;
  margin-top: 14px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.light-status {
  color: var(--muted);
}

.metric-band {
  padding: 105px 0;
  background: #edf2f4;
}

.metric-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  gap: 80px;
  align-items: center;
}

.metric-layout h2 {
  font-size: 42px;
}

.metric-list {
  display: grid;
  gap: 14px;
}

.metric-list article {
  min-height: 130px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.metric-list span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.metric-list strong {
  font-size: 18px;
  line-height: 1.55;
}

.trust-section {
  padding: 120px 0;
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-grid article {
  min-height: 220px;
  padding: 32px 25px;
  border-right: 1px solid var(--line);
}

.trust-grid article:last-child {
  border-right: 0;
}

.trust-grid h3 {
  margin: 0 0 72px;
  font-size: 19px;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.closing-section {
  padding: 120px 0;
  color: #eaf3f7;
  background: var(--navy);
}

.closing-section h2 {
  max-width: none;
  color: #f7fbff;
  font-size: 52px;
}

.closing-section .section-shell > p:last-child {
  max-width: 860px;
  color: rgba(226, 238, 244, 0.7);
}

.site-footer {
  padding: 42px max(28px, calc((100vw - 1800px) / 2)) 26px;
  color: #dce6eb;
  background: #07131f;
}

.footer-main,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.footer-main {
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-main strong,
.footer-main span {
  display: block;
}

.footer-main strong {
  font-size: 18px;
}

.footer-main span {
  margin-top: 7px;
  color: rgba(220, 230, 235, 0.58);
  font-size: 12px;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(220, 230, 235, 0.74);
  font-size: 12px;
  font-weight: 700;
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto auto auto minmax(0, 1fr);
  align-items: center;
  padding-top: 22px;
  color: rgba(220, 230, 235, 0.48);
  font-size: 11px;
}

.footer-bottom small:last-child {
  justify-self: end;
  white-space: nowrap;
}

.icp-link {
  color: rgba(220, 230, 235, 0.56);
  white-space: nowrap;
  transition: color 180ms ease;
}

.police-filing {
  color: rgba(220, 230, 235, 0.56);
  white-space: nowrap;
}

.icp-link:hover,
.icp-link:focus-visible {
  color: #dce6eb;
}

@media (min-width: 1360px) {
  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: none;
    font-size: 52px;
    white-space: nowrap;
  }

  .platform-top .section-heading {
    max-width: none;
  }

  .platform-top h2,
  .closing-section h2 {
    white-space: nowrap;
  }
}

@media (min-width: 1360px) and (max-width: 1600px) {
  .hero h1 {
    font-size: 40px;
  }

  .platform-top h2 {
    font-size: 38px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-settle {
  from { opacity: 0.7; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.025); }
}

@keyframes engine-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 139, 111, 0.08); }
  50% { box-shadow: 0 0 0 9px rgba(16, 139, 111, 0); }
}

.engine-orbit i {
  animation: engine-pulse 2.8s ease-in-out infinite;
}

.engine-orbit i:nth-child(2) { animation-delay: 700ms; }
.engine-orbit i:nth-child(3) { animation-delay: 1400ms; }

@media (min-width: 821px) {
  .audience-heading h2 {
    max-width: none;
    font-size: 40px;
    white-space: nowrap;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .audience-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .audience-heading > p {
    max-width: 760px;
  }
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 22px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid article:nth-child(2) {
    border-right: 0;
  }

  .proof-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .section-heading h2,
  .audience-heading h2,
  .standard-copy h2,
  .metric-layout h2,
  .closing-section h2 {
    font-size: 41px;
  }

  .standard-layout,
  .metric-layout {
    grid-template-columns: 1fr;
  }

  .audience-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .audience-heading h2 {
    font-size: 38px;
  }

  .match-stage {
    grid-template-columns: minmax(220px, 1fr) 190px minmax(230px, 1fr);
    gap: 22px;
    min-height: 380px;
    padding: 38px 30px;
  }

  .match-engine {
    width: 180px;
    height: 180px;
  }

  .engine-core { inset: 50px; }
  .engine-orbit::before { inset: 20px; }
  .engine-orbit::after { inset: 40px; }
  .engine-orbit i:nth-child(1) { top: 15px; left: 52px; }
  .engine-orbit i:nth-child(2) { right: 14px; bottom: 56px; }
  .engine-orbit i:nth-child(3) { bottom: 13px; left: 57px; }
  .engine-label-top { top: -2px; right: 51px; }
  .engine-label-right { top: 80px; right: -12px; }
  .engine-label-bottom { bottom: 0; left: 48px; }

  .match-outcomes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .match-outcomes > a {
    grid-column: 1 / -1;
    min-height: 54px;
  }

  .lead-card {
    max-width: 760px;
  }

  .grade-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grade-card:nth-child(2),
  .trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .grade-card:nth-child(-n + 2),
  .trust-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .journey-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .journey-list li:nth-child(3) {
    border-right: 0;
  }

  .journey-list li:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .platform-capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-section-heading {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 38px;
  }

  .lawyer-flow-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lawyer-flow-node:not(:last-child)::after,
  .ops-node:not(:last-child)::after {
    display: none;
  }

  .ops-model {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .ops-flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 68px;
    padding: 10px 20px;
  }

  .brand-wordmark strong {
    font-size: 23px;
  }

  .brand-descriptor {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 8px 20px 18px;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    background: rgba(250, 252, 252, 0.98);
    box-shadow: 0 18px 34px rgba(20, 44, 61, 0.12);
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 720px;
    height: 92svh;
  }

  .hero-image {
    background-position: 58% center;
  }

  .hero-shade {
    background: rgba(6, 20, 32, 0.72);
  }

  .hero-inner,
  .section-shell {
    width: min(100% - 40px, 720px);
  }

  .hero-inner {
    padding-top: 124px;
  }

  .hero-copy {
    width: 100%;
    padding-bottom: 112px;
  }

  .hero h1 {
    max-width: 620px;
    font-size: 46px;
  }

  .hero-summary {
    font-size: 16px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
    min-height: 98px;
  }

  .hero-proof span {
    min-height: 49px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .section-heading h2,
  .audience-heading h2,
  .standard-copy h2,
  .metric-layout h2,
  .closing-section h2 {
    font-size: 36px;
  }

  .audience-heading,
  .split-heading,
  .platform-top {
    grid-template-columns: 1fr;
  }

  .audience-heading {
    gap: 22px;
  }

  .audience-heading > p {
    max-width: 640px;
  }

  .match-stage {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
  }

  .match-stage::before {
    top: 21%;
    right: 50%;
    bottom: 21%;
    left: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(16, 139, 111, 0.35), rgba(51, 115, 196, 0.35));
  }

  .match-stage::after {
    top: auto;
    right: calc(50% - 3px);
    bottom: 21%;
    transform: rotate(135deg);
  }

  .match-profile {
    width: min(100%, 520px);
    min-height: 250px;
    margin: 0 auto;
  }

  .match-engine {
    width: 190px;
    height: 190px;
  }

  .match-outcomes {
    grid-template-columns: 1fr;
  }

  .match-outcomes div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .match-outcomes > a {
    grid-column: auto;
  }

  .split-heading,
  .platform-top {
    gap: 24px;
  }

  .split-heading > p:last-child {
    margin-top: 0;
  }

  .journey-list {
    grid-template-columns: 1fr;
  }

  .journey-list li,
  .journey-list li:nth-child(3) {
    min-height: 145px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .journey-list li:last-child {
    border-bottom: 0;
  }

  .journey-list h3 {
    margin: 0 0 8px;
  }

  .platform-capabilities article {
    min-height: 210px;
  }

  .platform-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-section-heading,
  .ops-model {
    grid-template-columns: 1fr;
  }

  .flow-section-heading {
    gap: 24px;
  }

  .flow-legend {
    padding-top: 16px;
  }

  .lawyer-flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lawyer-flow-node {
    min-height: 225px;
  }

  .ops-core,
  .ops-module-board {
    min-height: 0;
  }

  .ops-core {
    min-height: 370px;
  }
}

@media (max-width: 560px) {
  .brand-wordmark {
    min-width: 102px;
  }

  .hero {
    min-height: 700px;
    max-height: none;
  }

  .hero-image {
    background-position: 62% center;
  }

  .hero-shade {
    background: rgba(5, 18, 29, 0.78);
  }

  .hero-inner,
  .section-shell {
    width: calc(100% - 32px);
  }

  .hero-inner {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-proof span {
    font-size: 12px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    border-right: 0;
    border-left: 0;
  }

  .proof-grid article,
  .proof-grid article:nth-child(2) {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-grid article:last-child {
    border-bottom: 0;
  }

  .audience-band,
  .grading-section,
  .platform-section,
  .trust-section {
    padding: 88px 0;
  }

  .standard-band,
  .journey-band,
  .closing-section {
    padding: 90px 0;
  }

  .section-heading h2,
  .audience-heading h2,
  .standard-copy h2,
  .metric-layout h2,
  .closing-section h2 {
    font-size: 31px;
  }

  .section-heading > p:last-child,
  .standard-copy > p,
  .metric-layout > div > p:last-child,
  .closing-section .section-shell > p:last-child {
    font-size: 15px;
  }

  .match-stage {
    gap: 24px;
    margin-top: 40px;
    padding: 22px 16px;
  }

  .match-profile {
    padding: 20px;
  }

  .match-engine {
    width: 176px;
    height: 176px;
  }

  .engine-core { inset: 49px; }
  .engine-label-top { right: 48px; }
  .engine-label-right { top: 78px; }
  .engine-label-bottom { left: 45px; }

  .match-outcomes div {
    padding: 21px 16px;
  }

  .standard-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .standard-facts,
  .lead-card dl {
    grid-template-columns: 1fr;
  }

  .lead-card {
    padding: 20px;
  }

  .lead-card dl .wide {
    grid-column: auto;
  }

  .lead-card footer {
    display: grid;
  }

  .grade-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .grade-card,
  .grade-card:nth-child(2),
  .trust-grid article,
  .trust-grid article:nth-child(2) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .grade-card:last-child,
  .trust-grid article:last-child {
    border-bottom: 0;
  }

  .grade-card h3 {
    margin-top: 34px;
  }

  .platform-capabilities {
    grid-template-columns: minmax(0, 1fr);
  }

  .platform-capabilities article {
    min-height: 0;
    padding: 24px 20px;
  }

  .platform-capabilities h3 {
    margin: 28px 0 10px;
  }

  .audience-heading h2 {
    white-space: normal;
  }

  .flow-model-toolbar,
  .ops-board-toolbar,
  .flow-model-toolbar > div,
  .ops-board-toolbar > div {
    align-items: flex-start;
  }

  .flow-model-toolbar,
  .ops-board-toolbar {
    display: grid;
  }

  .flow-model-toolbar > div,
  .ops-board-toolbar > div {
    flex-wrap: wrap;
  }

  .lawyer-flow-model,
  .ops-module-board {
    padding: 16px;
  }

  .lawyer-flow-track,
  .ops-flow-track {
    grid-template-columns: minmax(0, 1fr);
  }

  .lawyer-flow-node {
    min-height: 190px;
  }

  .lawyer-flow-node > small {
    margin-top: 24px;
  }

  .ops-core {
    min-height: 350px;
    padding: 26px;
  }

  .ops-node {
    min-height: 160px;
  }

  .metric-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .metric-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-main,
  .footer-bottom {
    display: grid;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom small:last-child {
    justify-self: start;
    white-space: normal;
  }

  .footer-main nav {
    gap: 16px;
  }
}

/* Density tiers use effective browser viewport size, not physical panel resolution. */
@media (min-width: 1680px) and (min-height: 900px) {
  .site-header {
    min-height: 90px;
    gap: 40px;
    padding: 16px max(36px, calc((100vw - 1920px) / 2));
  }

  .brand {
    gap: 22px;
  }

  .brand-wordmark {
    min-width: 136px;
    padding-left: 15px;
  }

  .brand-wordmark strong {
    font-size: 31px;
  }

  .brand-wordmark small {
    margin-top: 7px;
    font-size: 9px;
  }

  .brand-descriptor {
    padding-left: 22px;
    font-size: 13px;
  }

  .site-nav {
    gap: 40px;
    font-size: 15px;
  }

  .hero {
    min-height: 860px;
    max-height: 1080px;
  }

  .hero-inner,
  .section-shell {
    width: min(1920px, calc(100% - 72px));
  }

  .hero-inner {
    padding: 176px 0 48px;
  }

  .hero-copy {
    padding-bottom: 118px;
  }

  .eyebrow {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-summary {
    max-width: 920px;
    margin-top: 30px;
    font-size: 21px;
  }

  .hero-actions {
    margin-top: 38px;
  }

  .button {
    min-height: 56px;
    padding: 0 29px;
    font-size: 16px;
  }

  .hero-proof {
    min-height: 92px;
  }

  .hero-proof span {
    font-size: 15px;
  }

  .proof-grid article {
    min-height: 160px;
    padding: 28px 34px;
  }

  .proof-grid strong {
    font-size: 35px;
  }

  .proof-grid span {
    font-size: 14px;
  }

  .audience-band,
  .journey-band,
  .platform-section,
  .trust-section,
  .closing-section {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .section-heading {
    max-width: 940px;
  }

  .section-heading h2,
  .standard-copy h2,
  .metric-layout h2,
  .closing-section h2 {
    font-size: 55px;
  }

  .section-heading > p:last-child,
  .standard-copy > p,
  .metric-layout > div > p:last-child,
  .closing-section .section-shell > p:last-child {
    font-size: 19px;
  }

  .audience-heading {
    grid-template-columns: minmax(0, 1.2fr) minmax(480px, 0.8fr);
    gap: 96px;
  }

  .audience-heading h2 {
    font-size: 50px;
  }

  .audience-heading > p,
  .platform-top > p {
    font-size: 18px;
  }

  .match-stage {
    min-height: 480px;
    margin-top: 72px;
    padding: 62px 68px;
  }

  .flow-model-toolbar strong,
  .ops-board-toolbar strong {
    font-size: 16px;
  }

  .flow-model-toolbar span,
  .ops-board-toolbar span,
  .flow-legend span,
  .flow-legend p {
    font-size: 13px;
  }

  .lawyer-flow-node {
    min-height: 282px;
    padding: 21px;
  }

  .lawyer-flow-node h3,
  .ops-node h3 {
    font-size: 20px;
  }

  .lawyer-flow-node p,
  .ops-node p {
    font-size: 14px;
  }

  .ops-model {
    grid-template-columns: 360px minmax(0, 1fr);
  }

  .ops-core,
  .ops-module-board {
    min-height: 530px;
  }

  .ops-node {
    min-height: 192px;
    padding: 21px;
  }

  .metric-band {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .metric-list article {
    min-height: 148px;
  }

  .metric-list strong {
    font-size: 20px;
  }

  .trust-grid article {
    min-height: 246px;
  }

  .trust-grid h3 {
    font-size: 21px;
  }

  .trust-grid p {
    font-size: 15px;
  }

  .site-footer {
    padding: 50px max(36px, calc((100vw - 1920px) / 2)) 32px;
  }

  .footer-main strong {
    font-size: 21px;
  }

  .footer-main span,
  .footer-main nav {
    font-size: 14px;
  }

  .footer-bottom {
    font-size: 13px;
  }
}

@media (min-width: 2400px) and (min-height: 1250px) {
  .site-header {
    min-height: 104px;
    padding: 20px max(56px, calc((100vw - 2240px) / 2));
  }

  .brand-wordmark strong {
    font-size: 36px;
  }

  .brand-descriptor,
  .site-nav {
    font-size: 17px;
  }

  .site-nav {
    gap: 48px;
  }

  .hero {
    min-height: 1040px;
    max-height: 1280px;
  }

  .hero-inner,
  .section-shell {
    width: min(2240px, calc(100% - 112px));
  }

  .hero-inner {
    padding: 204px 0 56px;
  }

  .hero-copy {
    padding-bottom: 136px;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-summary {
    max-width: 1060px;
    font-size: 23px;
  }

  .hero-proof {
    min-height: 106px;
  }

  .hero-proof span {
    font-size: 17px;
  }

  .proof-grid article {
    min-height: 184px;
  }

  .proof-grid strong {
    font-size: 40px;
  }

  .proof-grid span {
    font-size: 16px;
  }

  .section-heading h2,
  .standard-copy h2,
  .metric-layout h2,
  .closing-section h2 {
    font-size: 62px;
  }

  .audience-heading h2 {
    font-size: 58px;
  }

  .site-footer {
    padding-right: max(56px, calc((100vw - 2240px) / 2));
    padding-left: max(56px, calc((100vw - 2240px) / 2));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
