@font-face {
  font-family: Open Sans;
  src: url("/assets/open-sans.woff2") format("woff2");
  font-weight: 300 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body {
  --paper: oklch(97.5% 0.012 136);
  --ink: oklch(28% 0.045 167);
  --muted: oklch(47% 0.03 165);
  --forest: oklch(33% 0.066 164);
  --mint: oklch(89% 0.075 139);
  --line: oklch(85% 0.025 145);
  --white: oklch(99% 0.005 140);
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid oklch(62% 0.13 158);
  outline-offset: 5px;
}
p {
  line-height: 1.75;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
}
button,
a {
  touch-action: manipulation;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  z-index: 100;
  background: var(--forest);
  color: var(--paper);
  padding: 12px 20px;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 clamp(24px, 4.4vw, 80px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.site-header nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.site-header nav a:hover {
  color: oklch(52% 0.1 155);
}
.site-header .login {
  min-height: 44px;
  padding: 11px 16px;
  gap: 9px;
  font-size: 12px;
  white-space: nowrap;
}
.login span {
  font-size: 10px;
  border: 1px solid var(--line);
  padding: 3px 6px;
  border-radius: 3px;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 42px;
  align-items: center;
  padding: clamp(60px, 7vw, 108px) 0 68px clamp(24px, 5.3vw, 88px);
  overflow: hidden;
  min-height: 720px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 665px;
}
.launch-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.launch-label > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: oklch(58% 0.12 156);
  box-shadow: 0 0 0 5px oklch(92% 0.035 146);
}
h1 {
  font-size: clamp(44px, 4.5vw, 70px);
  line-height: 1.085;
  letter-spacing: -0.057em;
  font-weight: 560;
}
h1 em {
  font-style: normal;
  color: oklch(48% 0.088 159);
}
.hero-description {
  font-size: 16px;
  max-width: 49ch;
  color: var(--muted);
  margin: 26px 0 29px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.button {
  display: inline-flex;
  gap: 10px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 14px 22px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--forest);
  color: var(--paper);
}
.primary:hover {
  background: oklch(41% 0.079 164);
}
.secondary {
  background: var(--white);
  color: var(--ink);
  border-color: oklch(69% 0.045 151);
}
.secondary:hover {
  background: oklch(92% 0.035 146);
  border-color: var(--forest);
}
.button.compact {
  min-height: 44px;
  padding: 11px 16px;
}
.demo-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 22px;
}
.product-line {
  margin-top: 27px;
  font-size: 11px;
  font-weight: 600;
}
.hero-product {
  width: 780px;
  transform: translateY(9px);
  background: var(--white);
  border: 1px solid oklch(82% 0.029 153);
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 24px 65px oklch(28% 0.055 162 / 0.1);
}
.window-head {
  height: 43px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  gap: 10px;
  font-size: 10px;
  font-weight: 500;
  background: oklch(94% 0.017 143);
  border-bottom: 1px solid var(--line);
}
.window-mark {
  font-size: 21px;
}
.window-label {
  margin-left: auto;
  font-size: 9px;
  opacity: 0.7;
}
.hero-product a {
  display: block;
}
.hero-product img {
  width: 100%;
  height: auto;
}
.hero-product figcaption {
  font-size: 11px;
  padding: 14px 18px;
  background: oklch(93.5% 0.027 143);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tiny-check {
  background: oklch(84% 0.06 143);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 11px;
}
.framework-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px 42px;
  padding: 27px clamp(24px, 5.3vw, 88px);
  border-block: 1px solid var(--line);
  background: oklch(94.5% 0.018 141);
}
.framework-strip > div {
  display: grid;
  gap: 5px;
}
.framework-strip strong {
  font-size: 12px;
  font-weight: 600;
}
.framework-strip > div > span {
  font-size: 10px;
  color: var(--muted);
}
.framework-strip ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.framework-strip > p {
  grid-column: 1/-1;
  font-size: 9px;
  color: var(--muted);
}
.section-shell {
  padding: 100px clamp(24px, 5.3vw, 88px);
  max-width: 1600px;
  margin: 0 auto;
}
.section-number {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 21px;
  color: var(--muted);
}
h2 {
  font-size: clamp(33px, 3.4vw, 50px);
  line-height: 1.14;
  letter-spacing: -0.047em;
}
.section-intro > p:last-child {
  font-size: 15px;
  color: var(--muted);
  max-width: 38ch;
  margin-top: 23px;
}
.journey {
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  gap: clamp(40px, 7vw, 100px);
}
.journey-steps {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
}
.journey-steps li {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.journey-steps li:first-child {
  padding-top: 0;
}
.step-index {
  font-size: 12px;
  padding-top: 6px;
  opacity: 0.65;
  min-width: 23px;
}
.journey-steps h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
  margin-bottom: 7px;
}
.journey-steps p {
  font-size: 13px;
  max-width: 39ch;
  color: var(--muted);
}
.step-role {
  font-size: 10px;
  margin-left: auto;
  padding: 6px 9px;
  background: oklch(92% 0.025 145);
  border-radius: 3px;
  white-space: nowrap;
  margin-top: 5px;
}
.aegis-section {
  background: var(--forest);
  color: var(--paper);
  padding: 85px clamp(24px, 5.3vw, 88px);
}
.aegis-inner {
  max-width: 1424px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(45px, 8vw, 130px);
}
.aegis-section .section-number {
  color: oklch(83% 0.039 145);
}
.aegis-word {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 30px 0;
}
.aegis-word span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 5px 10px;
  border: 1px solid oklch(60% 0.04 155);
  border-radius: 3px;
}
.aegis-copy h2 {
  font-size: clamp(36px, 4vw, 59px);
  color: var(--mint);
}
.aegis-copy > p:not(.section-number) {
  max-width: 43ch;
  font-size: 15px;
  color: oklch(86% 0.025 150);
  margin-top: 24px;
}
.aegis-copy .aegis-detail {
  font-size: 12px !important;
  max-width: 45ch !important;
}
.aegis-action {
  margin-top: 27px;
}
.proof-panel {
  background: var(--white);
  color: var(--ink);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 18px 45px oklch(18% 0.02 160 / 0.18);
}
.proof-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  gap: 15px;
  font-weight: 600;
}
.sample-pill {
  background: oklch(93% 0.025 142);
  font-size: 9px;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 400;
  white-space: nowrap;
}
.scenario-switch {
  display: flex;
  gap: 5px;
  background: oklch(94% 0.013 141);
  padding: 4px;
  margin-top: 22px;
  border-radius: 5px;
}
.scenario-switch button {
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 9px 8px;
  font-size: 11px;
  border-radius: 3px;
}
.scenario-switch button[aria-pressed="true"] {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 1px 4px oklch(20% 0.03 150 / 0.1);
  font-weight: 600;
}
.proof-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 21px;
  border-bottom: 1px solid var(--line);
}
.proof-result p {
  color: oklch(49% 0.1 67);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;
}
.proof-result h3 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.proof-result small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 6px;
  color: var(--muted);
}
.proof-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  background: oklch(93% 0.06 81);
  color: oklch(47% 0.115 65);
  border: 1px solid oklch(82% 0.09 79);
  border-radius: 50%;
  font-size: 21px;
}
.proof-checks {
  list-style: none;
  padding: 17px 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 11px;
}
.proof-checks li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.proof-checks li > span:first-child {
  font-size: 10px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid oklch(78% 0.08 157);
  border-radius: 50%;
  color: oklch(43% 0.1 157);
  flex-shrink: 0;
}
.proof-checks li.missing {
  color: oklch(47% 0.1 68);
  font-weight: 600;
}
.proof-checks li.missing > span:first-child {
  border-color: oklch(75% 0.1 77);
  color: oklch(48% 0.1 68);
  background: oklch(94% 0.044 82);
}
.proof-explanation {
  padding: 14px 15px;
  background: oklch(95% 0.026 85);
  border: 1px solid oklch(87% 0.041 81);
  border-radius: 5px;
}
.proof-explanation strong {
  font-size: 10px;
}
.proof-explanation p {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 5px;
  color: var(--muted);
}
.proof-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  color: var(--muted);
}
.proof-bottom b {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  color: var(--ink);
}
.proof-bottom > span:last-child {
  text-align: right;
  max-width: 16ch;
}
.proof-footnote {
  font-size: 8px;
  line-height: 1.5;
  margin-top: 18px;
  color: var(--muted);
}
.proof-panel.complete .proof-result p {
  color: oklch(42% 0.095 156);
}
.proof-panel.complete .proof-icon {
  color: oklch(43% 0.095 156);
  background: oklch(92% 0.035 146);
  border-color: oklch(80% 0.065 147);
}
.proof-panel.complete .proof-explanation {
  background: oklch(95% 0.025 145);
  border-color: var(--line);
}
.workspace-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  margin-bottom: 42px;
}
.audience-tabs {
  display: flex;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  gap: 5px;
}
.audience-tabs button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  padding: 12px 19px;
  border-radius: 3px;
  white-space: nowrap;
}
.audience-tabs button[aria-pressed="true"] {
  background: var(--forest);
  color: var(--paper);
}
.workspace-body {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: clamp(30px, 5vw, 85px);
  align-items: center;
}
.workspace-preview {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: oklch(93% 0.015 145);
  box-shadow: 0 10px 30px oklch(30% 0.04 155 / 0.06);
}
.workspace-preview img {
  width: 100%;
  height: auto;
}
.workspace-copy > p {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 18px;
}
.workspace-copy h3 {
  font-size: 33px;
  white-space: pre-line;
  line-height: 1.18;
  letter-spacing: -0.04em;
}
.workspace-copy ul {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  margin: 23px 0 28px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}
.workspace-copy li {
  padding-left: 21px;
  position: relative;
}
.workspace-copy li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: oklch(45% 0.09 153);
}
.reuse-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7vw, 100px);
  padding-top: 25px;
  padding-bottom: 100px;
  align-items: center;
}
.reuse-section > div:first-child > p:not(.section-number) {
  font-size: 14px;
  max-width: 45ch;
  margin-top: 23px;
  color: var(--muted);
}
.reuse-section .button {
  margin-top: 20px;
}
.coverage-visual {
  background: oklch(93.5% 0.036 141);
  padding: 35px;
  border-radius: 8px;
}
.evidence-node {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid oklch(77% 0.04 145);
  border-radius: 6px;
}
.evidence-node > span {
  font-size: 30px;
  color: oklch(45% 0.085 153);
}
.evidence-node strong {
  font-size: 13px;
  font-weight: 600;
}
.evidence-node small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: var(--muted);
}
.coverage-branches {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  position: relative;
}
.coverage-branches > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  background: oklch(97% 0.017 146);
  border: 1px solid oklch(82% 0.035 145);
  padding: 12px 15px;
  border-radius: 4px;
}
.coverage-branches small {
  font-size: 10px;
  color: var(--muted);
}
.coverage-visual > p {
  margin-top: 22px;
  max-width: 47ch;
  color: var(--muted);
  font-size: 10px;
}
.faq-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  padding-top: 75px;
  padding-bottom: 85px;
}
.faq-section h2 {
  font-size: 35px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  display: flex;
  list-style: none;
  justify-content: space-between;
  gap: 25px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 18px;
  font-weight: 400;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
  max-width: 63ch;
  padding-right: 25px;
}
.site-closing {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.pilot-section {
  flex: 1;
  background: var(--forest);
  color: var(--paper);
  padding: 65px clamp(24px, 8vw, 130px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
.pilot-section .section-number {
  color: oklch(84% 0.035 145);
}
.pilot-section h2 {
  font-size: clamp(36px, 4vw, 58px);
  color: var(--mint);
}
.pilot-section p:not(.section-number) {
  font-size: 14px;
  color: oklch(88% 0.025 149);
  margin-top: 20px;
}
.pilot-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.pale {
  background: var(--mint);
  color: var(--ink);
  min-width: 220px;
}
.pale:hover {
  background: oklch(94% 0.05 142);
}
.email-address {
  font-size: 13px;
  text-decoration: none;
}
.email-address:hover {
  text-decoration: underline;
}
.pilot-action small {
  font-size: 10px;
  max-width: 34ch;
  line-height: 1.8;
  color: oklch(83% 0.025 150);
}
.site-footer {
  padding: 36px clamp(24px, 5.3vw, 88px) 24px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 26px 30px;
  align-items: center;
}
.site-footer .brand {
  font-size: 21px;
}
.site-footer > div {
  display: grid;
  gap: 7px;
  font-size: 10px;
}
.site-footer strong {
  font-weight: 600;
}
.site-footer > div span {
  color: var(--muted);
}
.site-footer > a:last-of-type {
  font-size: 11px;
  text-decoration: none;
}
.site-footer > p {
  grid-column: 1/-1;
  font-size: 9px;
  color: var(--muted);
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
@media (min-width: 1600px) {
  .hero {
    max-width: 1700px;
    margin: auto;
  }
  .hero-product {
    width: 900px;
  }
}
@media (max-width: 1150px) {
  .site-header {
    gap: 24px;
  }
  .site-header nav {
    gap: 18px;
  }
  .hero {
    grid-template-columns: 1.13fr 1fr;
    gap: 24px;
    min-height: auto;
  }
  .hero-product {
    width: 710px;
  }
  .framework-strip {
    grid-template-columns: 1fr;
  }
  .framework-strip ul {
    flex-wrap: wrap;
    gap: 25px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-description {
    font-size: 14px;
  }
  .section-shell {
    padding-block: 76px;
  }
  .aegis-inner {
    gap: 45px;
  }
  .reuse-section {
    padding-top: 15px;
  }
  .step-role {
    display: none;
  }
}
@media (max-width: 850px) {
  .site-header {
    height: 76px;
    padding-inline: 24px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 25px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    gap: 25px;
  }
  .site-header nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-toggle {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: 12px;
    margin-left: auto;
    padding: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 54px 24px 35px;
    gap: 38px;
    min-height: 0;
  }
  .hero-copy {
    max-width: 640px;
  }
  .hero h1 {
    font-size: clamp(42px, 6.8vw, 62px);
  }
  .hero-description {
    max-width: 53ch;
    font-size: 15px;
  }
  .hero-product {
    width: 100%;
    transform: none;
    max-width: 790px;
  }
  .hero-product figcaption {
    font-size: 10px;
  }
  .product-line {
    margin-top: 20px;
  }
  .framework-strip {
    padding: 26px 24px;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .section-intro > p:last-child {
    max-width: 58ch;
  }
  .journey-steps li {
    gap: 18px;
  }
  .journey-steps p {
    max-width: 55ch;
  }
  .step-role {
    display: inline;
  }
  .aegis-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .aegis-copy > p:not(.section-number) {
    max-width: 57ch;
  }
  .proof-panel {
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
  .workspace-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .workspace-body {
    grid-template-columns: 1fr;
  }
  .workspace-copy {
    max-width: 580px;
  }
  .workspace-copy ul {
    gap: 11px;
  }
  .reuse-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 5px;
  }
  .reuse-section > div:first-child > p:not(.section-number) {
    max-width: 55ch;
  }
  .coverage-visual {
    max-width: 580px;
    width: 100%;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pilot-section {
    padding: 55px 24px;
  }
  .site-footer {
    grid-template-columns: 1fr auto;
  }
  .site-footer > div {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .site-footer > p {
    grid-row: 3;
  }
  .site-footer > a:last-of-type {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 500px) {
  .site-header {
    gap: 8px;
  }
  .brand {
    font-size: 21px;
    gap: 8px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .menu-toggle {
    font-size: 0;
    gap: 0;
    padding: 10px;
  }
  .menu-toggle span {
    font-size: 17px;
  }
  .site-header .login {
    gap: 6px;
    font-size: 11px;
    padding: 10px 12px;
  }
  .login span {
    font-size: 9px;
    padding: 2px 4px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 1.13;
  }
  .launch-label {
    margin-bottom: 25px;
    font-size: 11px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.85;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 14px 24px;
  }
  .button {
    padding: 14px 18px;
    font-size: 12px;
  }
  .demo-note {
    font-size: 9px;
  }
  .hero {
    gap: 30px;
  }
  .window-head {
    height: 35px;
    font-size: 8px;
    padding: 0 10px;
  }
  .window-label {
    display: none;
  }
  .hero-product figcaption {
    font-size: 8px;
    padding: 11px;
  }
  .framework-strip ul {
    gap: 12px 21px;
    font-size: 12px;
  }
  .framework-strip > p {
    font-size: 8px;
  }
  .section-shell {
    padding: 56px 24px;
  }
  .section-number {
    font-size: 10px;
    margin-bottom: 17px;
  }
  h2 {
    font-size: 34px;
  }
  .journey-steps li {
    gap: 15px;
    padding: 22px 0;
  }
  .journey-steps h3 {
    font-size: 20px;
  }
  .journey-steps p {
    font-size: 12px;
  }
  .step-role {
    display: none;
  }
  .aegis-section {
    padding: 55px 24px;
  }
  .aegis-word {
    font-size: 25px;
  }
  .aegis-copy h2 {
    font-size: 42px;
  }
  .aegis-copy > p:not(.section-number) {
    font-size: 14px;
  }
  .proof-panel {
    padding: 21px;
  }
  .proof-topline {
    font-size: 10px;
  }
  .proof-result h3 {
    font-size: 29px;
  }
  .proof-checks {
    font-size: 10px;
  }
  .proof-bottom {
    font-size: 8px;
  }
  .proof-footnote {
    font-size: 8px;
  }
  .audience-tabs {
    width: 100%;
  }
  .audience-tabs button {
    flex: 1;
    font-size: 11px;
    padding-inline: 10px;
  }
  .workspace-heading {
    margin-bottom: 25px;
  }
  .workspace-copy h3 {
    font-size: 30px;
  }
  .reuse-section {
    padding-top: 5px;
  }
  .coverage-visual {
    padding: 23px;
  }
  .evidence-node {
    padding: 15px;
  }
  .evidence-node strong {
    font-size: 11px;
  }
  .coverage-branches > div {
    padding: 11px;
    font-size: 11px;
    gap: 10px;
  }
  .coverage-branches small {
    font-size: 8px;
  }
  .faq-section h2 {
    font-size: 31px;
  }
  .pilot-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .pilot-section h2 {
    font-size: 43px;
  }
  .pilot-action {
    gap: 14px;
  }
  .site-footer {
    gap: 24px 15px;
  }
  .site-footer .brand {
    font-size: 19px;
  }
  .site-footer > a:last-of-type {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover {
    transform: none;
  }
}
