:root {
  --ink: #06100e;
  --ink-raised: #0a1714;
  --ink-soft: #10201c;
  --paper: #f1eee5;
  --paper-warm: #e8e1d2;
  --mint: #a0f7c7;
  --mint-strong: #49dfa2;
  --mint-dark: #0c7452;
  --cyan: #83e7e7;
  --amber: #ffbd68;
  --white: #f8f8f3;
  --muted-dark: #9aaba5;
  --muted-light: #58645f;
  --line-dark: rgba(225, 255, 242, 0.13);
  --line-strong: rgba(160, 247, 199, 0.34);
  --line-light: rgba(6, 16, 14, 0.16);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --sans: Inter, Aptos, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --max: 1280px;
}

/* Compact download page · 20260810-download-compact-1 */

.download-unified-page {
  background:
    radial-gradient(circle at 84% 6%, rgba(73, 223, 162, .09), transparent 26%),
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(135deg, #06110f 0%, #071410 52%, #05100e 100%);
  background-size: auto, 62px 62px, 62px 62px, auto;
}

.download-unified-page .download-site-header {
  position: absolute;
}

.download-unified-page .dl-shell {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.dl-hero,
.dl-downloads {
  position: relative;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dl-downloads {
  order: 2;
}

.dl-hero {
  order: 1;
}

.dl-offer {
  order: 2;
}

.dl-hero::before {
  position: absolute;
  top: -420px;
  right: -210px;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(160, 247, 199, .09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.dl-hero-copy {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: clamp(138px, 10vw, 164px) 0 clamp(30px, 3.2vw, 44px);
}

.dl-hero-copy h1 {
  max-width: 900px;
  margin: 18px 0 18px;
  color: var(--white);
  font-size: clamp(54px, 5.8vw, 80px);
  line-height: .94;
  letter-spacing: -.065em;
}

.dl-hero-copy h1 em {
  display: block;
  color: var(--mint);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}

.dl-hero-intro {
  max-width: 730px;
  margin: 0;
  color: #adbbb5;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

.dl-product-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 23px;
}

.dl-product-status span {
  position: relative;
  padding-left: 15px;
  color: #a9bbb3;
  font: 600 11px/1.5 var(--mono);
  letter-spacing: .035em;
}

.dl-product-status span::before {
  position: absolute;
  top: .52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 13px rgba(160, 247, 199, .48);
  content: "";
}

.dl-patent {
  margin: 14px 0 0;
  color: var(--mint);
  font: 650 10px/1.5 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dl-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}

.dl-actions .button {
  min-width: 245px;
}

.dl-text-link {
  padding: 13px 0 10px;
  border-bottom: 1px solid rgba(155, 243, 197, .28);
  color: #d0ded7;
  font-size: 14px;
  font-weight: 700;
  transition: color 160ms ease, border-color 160ms ease;
}

.dl-text-link span {
  margin-left: 10px;
  color: var(--mint);
}

.dl-text-link:hover,
.dl-text-link:focus-visible {
  border-color: var(--mint);
  color: var(--mint);
}

.dl-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(155, 243, 197, .16);
  border-bottom: 1px solid rgba(155, 243, 197, .16);
  background: rgba(3, 11, 9, .34);
}

.dl-benefits article {
  min-width: 0;
  padding: 36px clamp(24px, 4vw, 52px) 38px;
}

.dl-benefits article + article {
  border-left: 1px solid rgba(155, 243, 197, .16);
}

.dl-benefits strong {
  display: block;
  color: var(--mint);
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.055em;
}

.dl-benefits h2 {
  margin: 13px 0 8px;
  color: #f2f7f4;
  font-size: 18px;
  letter-spacing: -.025em;
}

.dl-benefits p {
  max-width: 330px;
  margin: 0;
  color: #879991;
  font-size: 13px;
  line-height: 1.55;
}

.dl-target-note {
  display: flex;
  gap: 19px;
  margin: 0;
  padding: 18px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(155, 243, 197, .1);
  color: #778a82;
  font: 11px/1.65 var(--mono);
}

.dl-target-note span {
  flex: 0 0 auto;
  color: var(--amber);
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dl-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: clamp(48px, 5vw, 68px) max(24px, calc((100vw - var(--max)) / 2)) 30px;
  background:
    radial-gradient(circle at 10% 110%, rgba(160, 247, 199, .18), transparent 32%),
    var(--paper);
}

.dl-mode {
  padding: 34px 42px 38px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: transparent;
}

.dl-mode + .dl-mode {
  border-left: 1px solid var(--line-light);
}

.dl-mode header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line-light);
}

.dl-mode header span {
  display: block;
  margin-bottom: 5px;
  color: #65736d;
  font: 600 10px/1.4 var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dl-mode h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  letter-spacing: -.045em;
}

.dl-mode header > strong {
  color: var(--mint-dark);
  font: 650 13px/1.4 var(--mono);
  text-align: right;
}

.dl-mode > p {
  max-width: 520px;
  margin: 20px 0;
  color: var(--muted-light);
  font-size: 14px;
  line-height: 1.6;
}

.dl-mode ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dl-mode li {
  position: relative;
  padding-left: 18px;
  color: #25322d;
  font-size: 13px;
  line-height: 1.45;
}

.dl-mode li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint-dark);
  box-shadow: none;
  content: "";
}

.dl-fallback {
  margin: 0;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2)) clamp(58px, 7vw, 86px);
  background: var(--paper);
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.dl-offer {
  background:
    radial-gradient(circle at 10% 110%, rgba(160, 247, 199, .18), transparent 32%),
    var(--paper);
}

.dl-offer-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  gap: 56px;
  align-items: end;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(76px, 8vw, 106px);
}

.dl-offer-heading .eyebrow {
  color: var(--mint-dark);
}

.dl-offer-heading h2 {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: .94;
  letter-spacing: -.06em;
}

.dl-offer-heading h2 em {
  display: block;
  color: var(--mint-dark);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}

.dl-offer-heading > p {
  margin: 0;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.65;
}

.dl-downloads {
  padding: 0 max(24px, calc((100vw - var(--max)) / 2)) clamp(46px, 5vw, 66px);
  border-top: 0;
  background: transparent;
}

.dl-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: 50px;
  align-items: end;
}

.dl-section-heading h2 {
  margin: 19px 0 0;
  color: #f3f8f5;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .95;
  letter-spacing: -.06em;
}

.dl-section-heading > p {
  margin: 0;
  color: #92a39b;
  font-size: 16px;
  line-height: 1.65;
}

.dl-warning {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 25px;
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 189, 104, .34);
  border-bottom: 1px solid rgba(255, 189, 104, .2);
  background: transparent;
}

.dl-warning strong {
  color: var(--amber);
  font: 700 11px/1.6 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dl-warning p {
  margin: 0;
  color: #aebcb6;
  font-size: 13px;
  line-height: 1.6;
}

.dl-warning b {
  color: #f2f7f4;
}

.dl-legal-acceptance {
  margin: 0;
  padding: 13px 0 17px;
  border: 0;
  color: #b9c7c1;
  font-size: 12px;
  line-height: 1.65;
}

.dl-legal-acceptance a {
  color: var(--mint);
  text-decoration: underline;
  text-decoration-color: rgba(160, 247, 199, .38);
  text-underline-offset: 3px;
}

.dl-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(155, 243, 197, .16);
  border-bottom: 1px solid rgba(155, 243, 197, .16);
}

.dl-platform {
  min-width: 0;
  padding: 25px 27px 27px;
  border: 0;
  background: transparent;
}

.dl-platform + .dl-platform {
  border-left: 1px solid rgba(155, 243, 197, .14);
}

.dl-platform header,
.dl-platform header > div {
  display: flex;
  align-items: center;
}

.dl-platform header {
  justify-content: space-between;
  gap: 16px;
}

.dl-platform header > div {
  gap: 12px;
}

.dl-platform header span {
  color: var(--mint);
  font: 650 10px/1 var(--mono);
}

.dl-platform h3 {
  margin: 0;
  color: #f3f8f5;
  font-size: 24px;
  letter-spacing: -.035em;
}

.dl-platform header small {
  padding: 6px 8px;
  border: 1px solid rgba(155, 243, 197, .22);
  border-radius: 999px;
  color: #9bf3c5;
  font: 600 9px/1 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.dl-platform > p:first-of-type {
  min-height: 43px;
  margin: 15px 0 18px;
  color: #82958c;
  font-size: 12px;
  line-height: 1.5;
}

.dl-platform .button {
  width: 100%;
  min-height: 56px;
}

.dl-build {
  display: block;
  margin-top: 11px;
  color: #708179;
  font: 10px/1.5 var(--mono);
}

.dl-download-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 18px;
  margin-top: 14px;
  border: 0;
}

.dl-download-trust span {
  position: relative;
  padding: 10px 10px 10px 18px;
  color: #9aaca4;
  font: 600 10px/1.5 var(--mono);
  letter-spacing: .055em;
  text-transform: uppercase;
}

.dl-download-trust span + span {
  border-left: 0;
}

.dl-download-trust span::before {
  position: absolute;
  top: 15px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  content: "";
}

.dl-checksum {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(155, 243, 197, .1);
}

.dl-checksum strong {
  color: #71837b;
  font: 650 9px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dl-checksum code {
  overflow-wrap: anywhere;
  color: #8da098;
  font: 9px/1.55 var(--mono);
}

.dl-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(155, 243, 197, .13);
}

.dl-product-facts p {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 18px;
  margin: 0;
  padding: 17px 10px 17px 0;
  border-bottom: 1px solid rgba(155, 243, 197, .1);
}

.dl-product-facts p:nth-child(even) {
  padding-left: 26px;
  border-left: 1px solid rgba(155, 243, 197, .1);
}

.dl-product-facts strong {
  color: var(--mint);
  font: 650 10px/1.55 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dl-product-facts span {
  color: #9aaca4;
  font-size: 12px;
  line-height: 1.55;
}

.dl-safe-open {
  display: grid;
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
  gap: 55px;
  margin-top: 52px;
  padding-top: 44px;
  border-top: 1px solid rgba(155, 243, 197, .16);
}

.dl-safe-heading h2 {
  margin: 18px 0 14px;
  color: #f3f8f5;
  font-size: 33px;
  line-height: 1;
  letter-spacing: -.045em;
}

.dl-safe-heading > p:last-child {
  margin: 0;
  color: #82958c;
  font-size: 13px;
  line-height: 1.65;
}

.dl-instructions {
  border-top: 1px solid rgba(155, 243, 197, .15);
}

.dl-instructions details {
  border-bottom: 1px solid rgba(155, 243, 197, .15);
}

.dl-instructions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}

.dl-instructions summary::-webkit-details-marker {
  display: none;
}

.dl-instructions summary span {
  color: #eff6f2;
  font-size: 17px;
  font-weight: 700;
}

.dl-instructions summary i {
  color: var(--mint);
  font: 600 10px/1 var(--mono);
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dl-instructions summary i::after {
  margin-left: 13px;
  content: "+";
}

.dl-instructions details[open] summary i::after {
  content: "−";
}

.dl-instructions ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 0 23px 24px;
}

.dl-instructions li {
  padding-left: 6px;
  color: #a6b4ae;
  font-size: 13px;
  line-height: 1.6;
}

.dl-instructions b {
  color: #edf5f1;
}

.dl-instructions code {
  display: block;
  margin: 7px 0;
  overflow-wrap: anywhere;
  color: var(--mint);
  font: 10px/1.6 var(--mono);
}

.dl-security-note {
  margin: 30px 0 0;
  padding: 17px 0;
  border-top: 1px solid rgba(155, 243, 197, .12);
  border-bottom: 1px solid rgba(155, 243, 197, .12);
  color: #71837b;
  font-size: 11px;
  line-height: 1.6;
}

.download-unified-page .download-guide-link {
  margin-top: 4px;
  padding: 14px 0 0;
  border-bottom: 0;
}

@media (max-width: 980px) {
  .download-unified-page .download-site-header nav {
    display: none;
  }

  .dl-benefits {
    grid-template-columns: 1fr;
  }

  .dl-offer-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dl-benefits article {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    column-gap: 24px;
    align-items: center;
  }

  .dl-benefits article + article {
    border-top: 1px solid rgba(155, 243, 197, .16);
    border-left: 0;
  }

  .dl-benefits strong {
    grid-row: 1 / span 2;
  }

  .dl-benefits h2 {
    margin: 0 0 5px;
  }

  .dl-platform-grid {
    grid-template-columns: 1fr;
  }

  .dl-platform + .dl-platform {
    border-top: 1px solid rgba(155, 243, 197, .14);
    border-left: 0;
  }

  .dl-platform > p:first-of-type {
    min-height: 0;
  }

  .dl-platform .button {
    width: min(100%, 360px);
  }

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

  .dl-download-trust span:nth-child(3) {
    border-left: 0;
  }

  .dl-download-trust span:nth-child(n + 3) {
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .download-unified-page .download-site-header {
    top: 14px;
    width: calc(100% - 28px);
  }

  .download-unified-page .download-site-header .brand {
    font-size: 14px;
  }

  .download-unified-page .download-site-header .header-cta {
    gap: 10px;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .download-unified-page .dl-shell {
    width: 100%;
    margin: 0;
  }

  .dl-hero-copy {
    width: calc(100% - 36px);
    padding: 118px 0 31px;
  }

  .dl-hero-copy h1 {
    font-size: clamp(46px, 14vw, 67px);
  }

  .dl-hero-intro {
    font-size: 16px;
  }

  .dl-actions {
    align-items: stretch;
    display: grid;
    gap: 14px;
  }

  .dl-actions .button {
    min-width: 0;
    width: 100%;
  }

  .dl-text-link {
    justify-self: start;
  }

  .dl-benefits article {
    grid-template-columns: 125px minmax(0, 1fr);
    padding: 25px 0;
  }

  .dl-benefits strong {
    font-size: 35px;
  }

  .dl-benefits h2 {
    font-size: 16px;
  }

  .dl-benefits p {
    font-size: 12px;
  }

  .dl-target-note {
    display: grid;
    gap: 7px;
    padding: 16px 18px;
  }

  .dl-product-status {
    display: grid;
    gap: 9px;
    margin-top: 20px;
  }

  .dl-modes {
    grid-template-columns: 1fr;
    padding: 56px 18px 22px;
  }

  .dl-offer-heading {
    width: calc(100% - 36px);
    padding-top: 64px;
  }

  .dl-offer-heading h2 {
    font-size: 48px;
  }

  .dl-offer-heading > p {
    font-size: 14px;
  }

  .dl-mode {
    padding: 25px 0 28px;
  }

  .dl-mode + .dl-mode {
    border-top: 0;
    border-left: 0;
  }

  .dl-fallback {
    padding: 2px 18px 54px;
    text-align: left;
  }

  .dl-downloads {
    padding: 0 18px 52px;
  }

  .dl-section-heading {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .dl-section-heading h2 {
    font-size: 46px;
  }

  .dl-section-heading > p {
    font-size: 14px;
  }

  .dl-warning {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .dl-platform-grid {
    margin-top: 0;
  }

  .dl-platform {
    padding: 26px 0 28px;
  }

  .dl-platform .button {
    width: 100%;
  }

  .dl-legal-acceptance {
    margin-top: 0;
    font-size: 11px;
  }

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

  .dl-download-trust span + span,
  .dl-download-trust span:nth-child(3) {
    border-top: 0;
    border-left: 0;
  }

  .dl-product-facts {
    grid-template-columns: 1fr;
  }

  .dl-product-facts p,
  .dl-product-facts p:nth-child(even) {
    grid-template-columns: 82px 1fr;
    padding: 15px 0;
    border-left: 0;
  }

  .dl-safe-open {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 42px;
  }

  .download-unified-page .download-guide-link {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Tensor Learn editorial system · 2026-08-06 */

.learn-page {
  min-height: 100vh;
  padding-bottom: 98px;
  background: var(--paper);
  color: var(--ink);
}

.learn-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 24px;
  width: min(var(--max), calc(100% - 32px));
  margin: 12px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(160, 247, 199, .23);
  border-radius: 16px;
  background: rgba(6, 16, 14, .92);
  box-shadow: 0 16px 38px rgba(6, 16, 14, .24);
  backdrop-filter: blur(16px);
}

.learn-header .brand {
  color: var(--white);
}

.learn-header nav {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.learn-header nav a {
  color: #b6c7c0;
  font: 600 11px/1.3 var(--mono);
  letter-spacing: .04em;
  text-decoration: none;
}

.learn-header nav a:hover,
.learn-header nav a[aria-current="page"] {
  color: var(--mint);
}

.learn-header-action {
  justify-self: end;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--ink);
  font: 750 11px/1 var(--mono);
  letter-spacing: .02em;
  text-decoration: none;
}

.learn-header-action:hover {
  background: var(--white);
}

.learn-main {
  overflow: clip;
}

.learn-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(94px, 11vw, 156px) 0 clamp(70px, 8vw, 116px);
  background:
    radial-gradient(circle at 78% 9%, rgba(73, 223, 162, .2), transparent 27%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 54px 54px, 54px 54px, auto;
  color: var(--white);
}

.learn-hero::after {
  position: absolute;
  right: -18vw;
  bottom: -20vw;
  width: min(58vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(160, 247, 199, .25);
  border-radius: 50%;
  box-shadow: inset 0 0 0 48px rgba(160, 247, 199, .025), inset 0 0 0 110px rgba(160, 247, 199, .02);
  content: "";
  pointer-events: none;
}

.learn-hero-inner,
.learn-content,
.learn-hub-grid,
.learn-post {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.learn-hero-inner {
  max-width: 1280px;
}

.learn-hero .eyebrow,
.learn-content .eyebrow,
.learn-post .eyebrow {
  color: var(--mint);
}

.learn-hero h1 {
  max-width: 1010px;
  margin: 22px 0;
  font-size: clamp(52px, 7.1vw, 98px);
  line-height: .92;
  letter-spacing: -.07em;
}

.learn-hero h1 em {
  color: var(--mint);
  font-family: var(--serif);
  font-weight: 400;
}

.learn-hero p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: #b7c6c0;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.63;
}

.learn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.learn-hero .button-primary {
  background: var(--mint);
  color: var(--ink);
}

.learn-hero .button-secondary {
  border-color: rgba(230, 255, 243, .24);
  color: var(--white);
}

.learn-hero .button-secondary:hover {
  border-color: var(--mint);
  color: var(--mint);
}

.learn-context {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 34px 0 0;
  color: #a7bab2;
  font: 600 11px/1.45 var(--mono);
  letter-spacing: .035em;
}

.learn-context span {
  position: relative;
  padding-left: 15px;
}

.learn-context span::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 12px rgba(160, 247, 199, .7);
  content: "";
}

.learn-content {
  padding: clamp(60px, 8vw, 110px) 0;
}

.learn-section-heading {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.45fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 30px;
}

.learn-section-heading h2,
.learn-post h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(35px, 4vw, 57px);
  line-height: .98;
  letter-spacing: -.055em;
}

.learn-section-heading > p {
  max-width: 590px;
  margin: 6px 0 0;
  color: var(--muted-light);
  font-size: 17px;
  line-height: 1.6;
}

.learn-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: clamp(68px, 8vw, 118px);
}

.learn-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(6, 16, 14, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .42);
  color: var(--ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.learn-card:hover {
  transform: translateY(-3px);
  border-color: rgba(12, 116, 82, .55);
  box-shadow: 0 18px 34px rgba(6, 16, 14, .11);
}

.learn-card-kicker,
.learn-post-meta,
.learn-reference {
  color: var(--mint-dark);
  font: 700 10px/1.4 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.learn-card h3 {
  max-width: 340px;
  margin: 26px 0 12px;
  font-size: 29px;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.learn-card p {
  margin: 0;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.6;
}

.learn-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 30px;
  color: var(--ink);
  font: 700 11px/1.4 var(--mono);
}

.learn-card-featured {
  border-color: rgba(160, 247, 199, .28);
  background: linear-gradient(145deg, #0a1b16, #07120f);
  color: var(--white);
}

.learn-card-featured .learn-card-kicker,
.learn-card-featured h3,
.learn-card-featured .learn-card-footer {
  color: var(--mint);
}

.learn-card-featured p {
  color: #b3c2bc;
}

.learn-paths {
  padding: 46px 0 0;
  border-top: 1px solid var(--line-light);
}

.learn-paths-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.learn-paths-list a {
  display: block;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--line-light);
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
}

.learn-paths-list a:hover {
  border-color: var(--mint-dark);
}

.learn-paths-list b,
.learn-paths-list span {
  display: block;
}

.learn-paths-list b {
  margin-bottom: 8px;
  font-size: 16px;
}

.learn-paths-list span {
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.45;
}

.learn-index {
  padding: clamp(45px, 7vw, 94px) 0 clamp(68px, 8vw, 116px);
}

.learn-index > .learn-content {
  padding: 0;
}

.learn-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr);
  gap: 0 46px;
  border-top: 1px solid var(--line-light);
}

.learn-list-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-light);
  color: var(--ink);
  text-decoration: none;
}

.learn-list-item:hover h2 {
  color: var(--mint-dark);
}

.learn-list-item time,
.learn-list-item > span {
  padding-top: 6px;
  color: var(--mint-dark);
  font: 700 10px/1.4 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.learn-list-item h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.learn-list-item p {
  max-width: 690px;
  margin: 0;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.56;
}

.learn-list-side {
  padding-top: 30px;
}

.learn-list-side > div {
  padding: 22px;
  border-radius: 12px;
  background: #e6e1d4;
}

.learn-list-side h2 {
  margin: 12px 0 9px;
  font-size: 24px;
  line-height: 1.06;
  letter-spacing: -.04em;
}

.learn-list-side p {
  margin: 0;
  color: var(--muted-light);
  font-size: 14px;
  line-height: 1.55;
}

.learn-list-side a {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
  font: 700 11px/1.4 var(--mono);
}

.learn-post {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .36fr);
  gap: clamp(36px, 7vw, 105px);
  padding: clamp(50px, 7vw, 96px) 0 clamp(75px, 9vw, 130px);
}

.learn-article {
  min-width: 0;
}

.learn-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 20px;
}

.learn-post h1 {
  max-width: 940px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(43px, 5.5vw, 78px);
  line-height: .94;
  letter-spacing: -.068em;
}

.learn-post-lead {
  max-width: 790px;
  margin: 0 0 42px;
  color: #33413b;
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.58;
}

.learn-article h2 {
  margin: 56px 0 16px;
}

.learn-article h3 {
  margin: 34px 0 10px;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.learn-article p,
.learn-article li {
  max-width: 790px;
  color: #35413c;
  font-size: 17px;
  line-height: 1.72;
}

.learn-article p {
  margin: 0 0 19px;
}

.learn-article ul,
.learn-article ol {
  margin: 0 0 24px;
  padding-left: 23px;
}

.learn-article li {
  margin: 9px 0;
  padding-left: 4px;
}

.learn-article a:not(.button) {
  color: #087852;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.learn-note,
.learn-evidence,
.learn-inline-cta {
  max-width: 790px;
  margin: 36px 0;
  padding: 24px 26px;
  border-left: 3px solid var(--mint-dark);
  background: #e6f0e9;
}

.learn-evidence {
  border-left-color: #9a6a24;
  background: #f0e7d5;
}

.learn-note p:last-child,
.learn-evidence p:last-child,
.learn-inline-cta p:last-child {
  margin-bottom: 0;
}

.learn-note strong,
.learn-evidence strong,
.learn-inline-cta strong {
  color: var(--ink);
}

.learn-inline-cta {
  border: 0;
  border-radius: 14px;
  background: var(--ink);
  color: var(--white);
}

.learn-inline-cta p {
  color: #c4d3cd;
}

.learn-inline-cta .button {
  margin-top: 4px;
}

.learn-family-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, .78fr) minmax(64px, .22fr) minmax(250px, 1fr);
  align-items: stretch;
  gap: 0;
  max-width: 790px;
  margin: 36px 0;
  overflow: hidden;
  border: 1px solid rgba(6, 16, 14, .16);
  border-radius: 14px;
  background: #e5e0d2;
}

.learn-family-map-source,
.learn-family-map-result {
  padding: 22px;
}

.learn-family-map-source {
  background: #f4f1e9;
}

.learn-family-map-result {
  background: #e2efe7;
}

.learn-family-map small {
  display: block;
  margin-bottom: 12px;
  color: var(--mint-dark);
  font: 700 10px/1.4 var(--mono);
  letter-spacing: .085em;
  text-transform: uppercase;
}

.learn-family-map strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  letter-spacing: -.03em;
}

.learn-family-map p {
  margin: 7px 0 0;
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.48;
}

.learn-family-map-arrow {
  position: relative;
  min-height: 100%;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(12, 116, 82, .35) 46% 54%, transparent 54% 100%);
}

.learn-family-map-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--mint-dark);
  border-right: 2px solid var(--mint-dark);
  content: "";
  transform: translate(-62%, -50%) rotate(45deg);
}

.learn-family-map-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.learn-family-map-item {
  padding: 10px;
  border: 1px solid rgba(12, 116, 82, .18);
  border-radius: 7px;
  background: rgba(255, 255, 255, .45);
  color: #25523f;
  font: 650 10px/1.35 var(--mono);
}

.learn-checklist {
  max-width: 790px;
  margin: 32px 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.learn-checklist li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  max-width: none;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.learn-checklist li::before {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(12, 116, 82, .48);
  border-radius: 50%;
  color: var(--mint-dark);
  content: "✓";
  font: 800 13px/1 var(--mono);
}

@media (max-width: 600px) {
  .learn-family-map {
    grid-template-columns: 1fr;
  }

  .learn-family-map-arrow {
    min-height: 42px;
    background:
      linear-gradient(0deg, transparent 0 46%, rgba(12, 116, 82, .35) 46% 54%, transparent 54% 100%);
  }

  .learn-family-map-arrow::after {
    top: 50%;
    transform: translate(-50%, -62%) rotate(135deg);
  }
}

.learn-sources {
  margin-top: 46px;
  padding-top: 25px;
  border-top: 1px solid var(--line-light);
}

.learn-sources h2 {
  margin-top: 0;
  font-size: 28px;
}

.learn-sources ul {
  padding-left: 18px;
}

.learn-sources li {
  font-size: 14px;
}

.learn-rail {
  align-self: start;
  position: sticky;
  top: 93px;
  padding: 22px;
  border-left: 1px solid var(--line-light);
}

.learn-rail > span {
  display: block;
  margin-bottom: 13px;
  color: var(--mint-dark);
  font: 700 10px/1.4 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.learn-rail a {
  display: block;
  margin: 10px 0;
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}

.learn-rail a:hover {
  color: var(--ink);
}

.learn-rail .learn-rail-download {
  margin: 22px 0 0;
  padding: 11px 0 0;
  border-top: 1px solid var(--line-light);
  color: var(--mint-dark);
  font: 700 11px/1.4 var(--mono);
}

.learn-download-banner {
  position: fixed;
  right: 18px;
  bottom: 17px;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: calc(100% - 36px);
  padding: 11px 11px 11px 17px;
  border: 1px solid rgba(160, 247, 199, .4);
  border-radius: 12px;
  background: rgba(6, 16, 14, .96);
  box-shadow: 0 15px 36px rgba(6, 16, 14, .3);
  color: #b5c7bf;
  font: 600 11px/1.4 var(--mono);
  letter-spacing: .01em;
}

.learn-download-banner a {
  flex: 0 0 auto;
  padding: 9px 11px;
  border-radius: 7px;
  background: var(--mint);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.learn-download-banner a:hover {
  background: var(--white);
}

@media (max-width: 900px) {
  .learn-header {
    grid-template-columns: 1fr auto;
  }

  .learn-header nav {
    display: none;
  }

  .learn-hub-grid,
  .learn-paths-list {
    grid-template-columns: 1fr;
  }

  .learn-section-heading,
  .learn-post,
  .learn-list {
    grid-template-columns: 1fr;
  }

  .learn-list-side {
    padding-top: 0;
  }

  .learn-rail {
    display: none;
  }

  .learn-inline-cta {
    grid-template-columns: 1fr;
  }

  .learn-inline-cta .button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .learn-page {
    padding-bottom: 122px;
  }

  .learn-header {
    top: 7px;
    width: min(var(--max), calc(100% - 18px));
    margin-top: 7px;
    padding: 10px 10px 10px 13px;
    border-radius: 12px;
  }

  .learn-header .brand {
    font-size: 13px;
  }

  .learn-header-action {
    padding: 9px 10px;
    font-size: 10px;
  }

  .learn-hero-inner,
  .learn-content,
  .learn-hub-grid,
  .learn-post {
    width: min(var(--max), calc(100% - 30px));
  }

  .learn-hero {
    padding-top: 79px;
  }

  .learn-hero h1 {
    font-size: clamp(45px, 13.4vw, 63px);
  }

  .learn-list-item {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .learn-download-banner {
    right: 9px;
    bottom: 9px;
    left: 9px;
    justify-content: space-between;
    gap: 10px;
    max-width: none;
    padding: 10px;
    font-size: 10px;
  }

  .learn-download-banner a {
    padding: 9px;
    font-size: 10px;
  }
}

/* Versioned legal pages · 2026-07-28 */

.legal-page {
  background:
    radial-gradient(circle at 85% 3%, rgba(73, 223, 162, .1), transparent 28%),
    var(--paper);
  color: var(--ink);
}

.legal-page .legal-site-header {
  position: absolute;
}

.legal-page nav a[aria-current="page"] {
  color: var(--mint);
}

.legal-hero {
  min-height: 440px;
  padding: 170px max(24px, calc((100vw - var(--max)) / 2)) 82px;
  border-bottom: 1px solid rgba(160, 247, 199, .18);
  background:
    linear-gradient(115deg, rgba(5, 18, 14, .98), rgba(7, 28, 21, .94)),
    var(--ink);
  color: var(--white);
}

.legal-hero h1 {
  max-width: 1040px;
  margin: 22px 0 26px;
  font-size: clamp(50px, 7vw, 88px);
  line-height: .96;
  letter-spacing: -.06em;
}

.legal-hero > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #a9bbb3;
  font-size: 16px;
  line-height: 1.7;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 800px);
  gap: clamp(48px, 8vw, 120px);
  justify-content: center;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 76px 0 112px;
}

.legal-index {
  position: sticky;
  top: 28px;
  align-self: start;
  display: grid;
  gap: 0;
  padding: 22px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line-light);
}

.legal-index > strong {
  margin-bottom: 15px;
  font: 750 11px/1.5 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.legal-index > a {
  padding: 12px 0;
  border-top: 1px solid rgba(6, 16, 14, .1);
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.45;
}

.legal-index > a:hover,
.legal-index > a:focus-visible,
.legal-index > a[aria-current="page"] {
  color: var(--mint-dark);
}

.legal-index > a[aria-current="page"] {
  font-weight: 750;
}

.legal-index > small {
  margin-top: 20px;
  color: #78827e;
  font: 10px/1.7 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.legal-document {
  min-width: 0;
  color: #26312d;
}

.legal-document h2,
.legal-document h3 {
  color: var(--ink);
  scroll-margin-top: 28px;
}

.legal-document h2 {
  margin: 68px 0 22px;
  padding-top: 30px;
  border-top: 1px solid rgba(6, 16, 14, .14);
  font-size: clamp(29px, 4vw, 39px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document h3 {
  margin: 40px 0 14px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.legal-document p,
.legal-document li {
  font-size: 15px;
  line-height: 1.78;
}

.legal-document p {
  margin: 0 0 20px;
}

.legal-document ul,
.legal-document ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.legal-document li {
  margin: 8px 0;
  padding-left: 5px;
}

.legal-document strong {
  color: #101a17;
}

.legal-document a {
  color: #086647;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(12, 116, 82, .4);
  text-underline-offset: 4px;
}

.legal-document code {
  padding: 2px 5px;
  border: 1px solid rgba(6, 16, 14, .12);
  border-radius: 3px;
  background: rgba(6, 16, 14, .055);
  font: 12px/1.5 var(--mono);
}

@media (max-width: 860px) {
  .legal-site-header nav {
    display: none;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .legal-index {
    position: static;
  }
}

@media (max-width: 620px) {
  .dl-legal-acceptance {
    padding: 16px 0;
  }

  .legal-hero {
    min-height: 390px;
    padding-top: 145px;
  }

  .legal-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .legal-layout {
    width: min(calc(100% - 36px), var(--max));
    padding-top: 54px;
  }

  .legal-document p,
  .legal-document li {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .download-unified-page .brand > span:last-child {
    font-size: 13px;
  }

  .dl-hero-copy h1 {
    font-size: clamp(43px, 13vw, 56px);
  }

  .dl-benefits article {
    display: block;
  }

  .dl-benefits strong {
    margin-bottom: 10px;
  }

  .dl-target-note {
    font-size: 10px;
  }

  .dl-mode header {
    display: grid;
  }

  .dl-mode header > strong {
    text-align: left;
  }

  .dl-checksum code {
    font-size: 8px;
  }
}

/* Evaluation download */
.download-page {
  min-height: 100vh;
  background: #06110e;
  color: #edf8f2;
}

.download-header {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-private {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9bf3c5;
  font: 600 12px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.download-private i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

.download-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 9vh auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, .7fr);
  gap: 28px;
}

.download-card,
.download-proof {
  border: 1px solid rgba(155, 243, 197, .2);
  background: rgba(4, 15, 12, .74);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
}

.download-card { padding: clamp(34px, 6vw, 76px); }
.download-card h1 { margin: 25px 0 20px; font-size: clamp(52px, 7vw, 94px); line-height: .9; letter-spacing: -.07em; }
.download-intro { max-width: 700px; color: #adbbb5; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }

.download-warning {
  margin-top: 44px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 189, 104, .42);
  border-left: 3px solid var(--amber);
  background: rgba(255, 189, 104, .065);
}
.download-warning strong {
  color: var(--amber);
  font: 700 11px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.download-warning p {
  margin: 11px 0 0;
  color: #c7cec9;
  line-height: 1.6;
}
.download-warning b { color: #f5f7f3; }

.platform-downloads {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.platform-download {
  min-width: 0;
  padding: 23px;
  border: 1px solid rgba(155, 243, 197, .15);
  background: rgba(155, 243, 197, .025);
}
.platform-download-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.platform-download h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -.035em;
}
.platform-chip {
  padding: 6px 8px;
  border: 1px solid rgba(155, 243, 197, .25);
  border-radius: 999px;
  color: #9bf3c5;
  font: 600 9px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.platform-download > p:not(.download-checksum) {
  min-height: 43px;
  margin: 12px 0 18px;
  color: #879991;
  font-size: 12px;
  line-height: 1.5;
}
.platform-download .button {
  width: 100%;
  min-height: 58px;
}
.platform-download > span {
  display: block;
  margin-top: 10px;
  color: #7f9189;
  font: 11px/1.5 var(--mono);
}

.download-specs { margin-top: 42px; border-top: 1px solid rgba(155, 243, 197, .14); }
.download-specs p { margin: 0; padding: 17px 0; display: grid; grid-template-columns: 130px 1fr; gap: 20px; border-bottom: 1px solid rgba(155, 243, 197, .1); }
.download-specs strong { color: #9bf3c5; font: 600 11px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.download-specs span { color: #adbbb5; }
.download-checksum { display: grid; gap: 9px; margin: 24px 0 0; }
.download-checksum strong { color: #71837b; font: 600 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.download-checksum code { overflow-wrap: anywhere; color: #91a29b; font: 11px/1.6 var(--mono); }

.download-proof { padding: 44px 38px; align-self: stretch; }
.download-proof-group { margin-top: 40px; }
.download-proof-group + .download-proof-group { margin-top: 48px; }
.download-proof-group h2 { margin: 0 0 16px; color: #eef5f1; font-size: 20px; letter-spacing: -.03em; }
.download-proof ol { margin: 0 0 30px; padding: 0; list-style: none; }
.download-proof li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 23px 0; border-top: 1px solid rgba(155, 243, 197, .12); }
.download-proof li:last-child { border-bottom: 1px solid rgba(155, 243, 197, .12); }
.download-proof li > span { color: #9bf3c5; font: 600 12px/1.5 var(--mono); }
.download-proof li p { margin: 0; color: #c0cdc7; line-height: 1.55; }
.download-proof li b { color: #eef5f1; }
.download-proof li code { display: block; margin-top: 8px; overflow-wrap: anywhere; color: #9bf3c5; font: 10px/1.6 var(--mono); }
.download-proof small { color: #72847b; line-height: 1.6; }

@media (max-width: 840px) {
  .download-header,
  .download-shell { width: min(100% - 28px, 680px); }
  .download-shell { margin-top: 4vh; grid-template-columns: 1fr; }
  .platform-downloads { grid-template-columns: 1fr; }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--mint);
  color: var(--ink);
}

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

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 11px 16px;
  border-radius: 4px;
  background: var(--mint);
  color: var(--ink);
  font-weight: 750;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 22px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  min-height: 68px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(5, 15, 13, 0.62);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.brand-copy {
  display: grid;
  align-content: center;
  gap: 3px;
  line-height: 1;
}

.brand-copy strong {
  font: inherit;
  line-height: 1;
}

.brand-copy small {
  color: var(--mint);
  font: 750 8px/1 var(--mono);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: var(--mint);
}

.brand-mark span {
  position: absolute;
  left: 1px;
  display: block;
  width: 23px;
  height: 8px;
  border: 1.4px solid currentColor;
  border-radius: 2px;
  background: var(--ink);
}

.brand-mark span:first-child {
  top: 0;
}

.brand-mark span:nth-child(2) {
  top: 8px;
  left: 4px;
  width: 20px;
}

.brand-mark span:nth-child(3) {
  top: 16px;
  left: 7px;
  width: 17px;
}

nav {
  display: flex;
  gap: 31px;
  color: #9baba6;
  font-size: 13px;
}

nav a,
body > footer a,
.text-link,
.source-links a {
  transition: color 160ms ease;
}

nav a:hover,
nav a:focus-visible,
body > footer a:hover,
body > footer a:focus-visible,
.source-links a:hover,
.source-links a:focus-visible {
  color: var(--mint);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  justify-self: end;
  padding: 10px 12px 10px 15px;
  border: 1px solid rgba(160, 247, 199, 0.38);
  border-radius: 6px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 720;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta i {
  font-style: normal;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--mint);
  background: var(--mint);
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(50px, 6vw, 94px);
  min-height: 960px;
  padding: 168px max(24px, calc((100vw - var(--max)) / 2)) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgba(74, 223, 162, 0.1), transparent 30%),
    radial-gradient(circle at 78% 20%, rgba(131, 231, 231, 0.075), transparent 26%),
    linear-gradient(135deg, #06110f 0%, #071410 52%, #05100e 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, black 0, rgba(0, 0, 0, 0.78) 66%, transparent 100%);
}

.hero-grid::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(6, 16, 14, 0.04), rgba(6, 16, 14, 0.68) 74%);
  content: "";
}

.hero-glow {
  position: absolute;
  border: 1px solid rgba(160, 247, 199, 0.11);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(73, 223, 162, 0.025);
  pointer-events: none;
}

.hero-glow::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 22px rgba(160, 247, 199, 0.8);
  content: "";
}

.hero-glow-one {
  top: -410px;
  right: -200px;
  width: 860px;
  height: 860px;
}

.hero-glow-one::after {
  bottom: 18%;
  left: 4.3%;
}

.hero-glow-two {
  right: 11%;
  bottom: -640px;
  width: 920px;
  height: 920px;
}

.hero-glow-two::after {
  top: 4.2%;
  right: 27%;
}

.hero-copy,
.hero-visual,
.hero-signals {
  position: relative;
  z-index: 2;
}

.hero-copy {
  align-self: center;
  max-width: 675px;
  padding-bottom: 128px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow > span {
  flex: 0 0 auto;
  width: 22px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(53px, 4.85vw, 74px);
  font-weight: 540;
  line-height: 0.95;
  letter-spacing: -0.068em;
}

h1 em,
h2 em {
  color: var(--mint);
  font-family: var(--serif);
  font-weight: 400;
}

h1 em {
  display: block;
  margin-top: 6px;
  font-size: 0.92em;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 33px;
  color: #bac8c3;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.63;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 37px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 53px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 750;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(73, 223, 162, 0.12);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #c1ffdf;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(160, 247, 199, 0.5);
  background: rgba(160, 247, 199, 0.06);
}

.assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  color: #8b9c96;
  font-size: 12px;
  list-style: none;
}

.assurances li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.assurances span {
  color: var(--mint);
  font-family: var(--mono);
  font-size: 10px;
}

.hero-visual {
  align-self: center;
  margin-bottom: 128px;
  padding: 22px;
  border: 1px solid rgba(230, 255, 244, 0.16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 85% 8%, rgba(131, 231, 231, 0.09), transparent 30%),
    rgba(5, 14, 12, 0.76);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px);
}

.visual-topline,
.family-map-label,
.visual-footer,
.archive-core,
.model-node {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.visual-topline {
  margin-bottom: 20px;
  color: #96a6a1;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compression-figure {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    rgba(2, 8, 7, 0.46);
  background-size: 32px 32px;
}

.footprint-chart {
  display: grid;
  gap: 18px;
}

.footprint-scale {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  color: #72837d;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footprint-scale i {
  height: 1px;
  background: linear-gradient(90deg, rgba(160, 247, 199, 0.16), rgba(160, 247, 199, 0.45));
}

.footprint-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
  font-family: var(--mono);
  font-size: 12px;
}

.footprint-label span {
  color: #a4b5af;
}

.footprint-label strong {
  flex: 0 0 auto;
  color: #edf6f2;
  font-size: 13px;
  font-weight: 500;
}

.footprint-track {
  position: relative;
  height: 62px;
  overflow: hidden;
  border: 1px solid rgba(226, 247, 238, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.025);
}

.footprint-before {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.footprint-before > i {
  position: relative;
  border-right: 1px solid rgba(226, 247, 238, 0.12);
  background: linear-gradient(180deg, rgba(196, 211, 205, 0.12), rgba(196, 211, 205, 0.045));
  font-style: normal;
}

.footprint-before > i:last-child {
  border-right: 0;
}

.footprint-before > i span {
  position: absolute;
  right: 8px;
  bottom: 7px;
  color: #64746e;
  font-family: var(--mono);
  font-size: 10px;
}

.footprint-row small {
  display: block;
  margin-top: 8px;
  color: #7f908a;
  font-size: 11px;
  line-height: 1.45;
}

.footprint-conversion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 20px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footprint-conversion i {
  font-size: 15px;
  font-style: normal;
}

.footprint-result .footprint-track {
  border-color: rgba(160, 247, 199, 0.28);
  border-style: dashed;
  background: rgba(160, 247, 199, 0.025);
}

.footprint-used {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: 28.8%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(160, 247, 199, 0.75);
  background: linear-gradient(110deg, rgba(73, 223, 162, 0.52), rgba(131, 231, 231, 0.28));
  box-shadow: 10px 0 34px rgba(73, 223, 162, 0.12), inset 0 1px rgba(255, 255, 255, 0.12);
}

.footprint-used span {
  color: #e8fff4;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
}

.footprint-saved {
  position: absolute;
  inset: 0 0 0 28.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--mint);
}

.footprint-saved strong {
  font-size: 25px;
  font-weight: 560;
  letter-spacing: -0.045em;
}

.footprint-saved span {
  max-width: 54px;
  color: #a0b6ad;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.15;
  text-transform: uppercase;
}

.storage-card-head,
.storage-after-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.storage-card-head {
  margin-bottom: 13px;
  color: #71817c;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.storage-card-head strong {
  color: #c5d0cc;
  font-size: 11px;
  font-weight: 500;
}

.storage-copies {
  display: grid;
  gap: 5px;
}

.storage-copies i {
  display: grid;
  grid-template-columns: 1fr auto 0.52fr;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.025);
  color: #8b9b95;
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
}

.storage-copies i span:first-child {
  position: relative;
}

.storage-copies i span:first-child::after {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 38px;
  height: 1px;
  background: rgba(160, 247, 199, 0.13);
  content: "";
}

.storage-copies i b {
  padding-inline: 10px;
  color: #5f716a;
  font-weight: 400;
}

.storage-copies .base-only {
  grid-template-columns: 1fr;
  width: 65%;
  border-color: rgba(160, 247, 199, 0.18);
}

.storage-conversion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 51px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storage-conversion i {
  font-size: 16px;
  font-style: normal;
}

.storage-after-card {
  min-height: 92px;
  padding: 0 16px;
  border: 1px solid rgba(160, 247, 199, 0.48);
  border-radius: 5px;
  background: linear-gradient(110deg, rgba(73, 223, 162, 0.17), rgba(131, 231, 231, 0.055));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 0 35px rgba(73, 223, 162, 0.05);
}

.storage-after-card > div {
  display: grid;
  gap: 7px;
}

.storage-after-card span {
  color: #a4b5af;
  font-size: 12px;
}

.storage-after-card strong {
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 500;
}

.storage-after-card > b {
  color: var(--mint);
  font-size: clamp(27px, 3vw, 35px);
  font-weight: 560;
  letter-spacing: -0.055em;
}

.live-dot {
  color: var(--mint);
}

.live-dot::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--mint-strong);
  box-shadow: 0 0 12px var(--mint-strong);
  content: "";
  animation: pulse 2.4s ease-in-out infinite;
}

.family-map {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    rgba(2, 8, 7, 0.45);
  background-size: 32px 32px;
}

.family-map-label {
  margin-bottom: 14px;
  color: #71817c;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.family-map-label strong {
  color: #aebbb7;
  font-size: 9px;
  font-weight: 500;
}

.model-nodes {
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 14px;
}

.model-nodes::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 3px;
  width: 1px;
  background: linear-gradient(var(--mint), rgba(160, 247, 199, 0.15));
  content: "";
}

.model-node {
  position: relative;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.025);
  color: #879792;
  font-family: var(--mono);
  font-size: 8px;
  animation: node-in 700ms both;
}

.model-node:nth-child(2) { animation-delay: 60ms; }
.model-node:nth-child(3) { animation-delay: 120ms; }
.model-node:nth-child(4) { animation-delay: 180ms; }
.model-node:nth-child(5) { animation-delay: 240ms; }

.model-node i {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 8px;
  height: 1px;
  background: rgba(160, 247, 199, 0.65);
}

.model-node b {
  color: #cbd4d1;
  font-weight: 500;
}

.node-four { margin-inline: 2px; }
.node-three { margin-inline: 4px; }
.node-two { margin-inline: 6px; }
.node-one { margin-inline: 8px; }

.archive-flow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 17px 0;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.archive-flow i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--mint), transparent);
}

.archive-core {
  position: relative;
  min-height: 92px;
  padding: 0 16px;
  overflow: hidden;
  border: 1px solid rgba(160, 247, 199, 0.47);
  border-radius: 5px;
  background: linear-gradient(110deg, rgba(73, 223, 162, 0.16), rgba(131, 231, 231, 0.06));
}

.archive-core > div:not(.core-orbit) {
  display: grid;
  gap: 7px;
}

.archive-core span {
  color: #a2b4ae;
  font-size: 9px;
}

.archive-core strong {
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 500;
}

.archive-core > b {
  color: var(--mint);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 560;
  letter-spacing: -0.055em;
}

.core-orbit {
  position: absolute;
  top: 50%;
  right: 17%;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(160, 247, 199, 0.08);
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.core-orbit i {
  position: absolute;
  border: 1px solid rgba(160, 247, 199, 0.08);
  border-radius: 50%;
}

.core-orbit i:first-child { inset: 28px; }
.core-orbit i:nth-child(2) { inset: 55px; }
.core-orbit i:last-child {
  top: 49%;
  left: -3px;
  width: 6px;
  height: 6px;
  border: 0;
  background: var(--mint);
  box-shadow: 0 0 14px var(--mint);
}

.visual-footer {
  margin-top: 17px;
  color: #8a9b95;
  font-family: var(--mono);
  font-size: 11px;
}

.visual-footer span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.visual-footer i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
}

.hero-signals {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  align-self: end;
  margin: 0 calc(-1 * max(24px, calc((100vw - var(--max)) / 2)));
  border-top: 1px solid var(--line-dark);
  background: rgba(4, 12, 10, 0.68);
  backdrop-filter: blur(18px);
}

.hero-signals article {
  min-height: 176px;
  margin: 0;
  padding: 25px clamp(24px, 3vw, 48px);
  border-right: 1px solid var(--line-dark);
}

.hero-signals article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 8px 20px;
}

.hero-signals article:last-child {
  border-right: 0;
}

.hero-signals article > span {
  grid-column: 1 / -1;
  color: #879891;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-signals strong {
  color: var(--mint);
  font-size: clamp(26px, 2.6vw, 39px);
  font-weight: 540;
  letter-spacing: -0.055em;
}

.hero-signals small {
  max-width: 235px;
  padding-bottom: 4px;
  color: #899a94;
  font-size: 12px;
  line-height: 1.45;
}

.hero-signals small b {
  display: block;
  margin-bottom: 2px;
  color: #c0cdc8;
  font-size: 13px;
  font-weight: 700;
}

.hero-signals small i {
  display: block;
  margin-top: 5px;
  color: #84968f;
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
}

.memory-section {
  position: relative;
  padding: 132px max(24px, calc((100vw - var(--max)) / 2)) 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 100%, rgba(73, 223, 162, 0.14), transparent 31%),
    radial-gradient(circle at 100% 0, rgba(131, 231, 231, 0.08), transparent 28%),
    var(--paper);
  color: var(--ink);
}

.memory-section .section-index {
  color: #76817c;
}

.memory-section .eyebrow {
  color: var(--mint-dark);
}

.memory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: end;
  margin-bottom: 54px;
}

.memory-heading h2 {
  max-width: 790px;
}

.memory-heading h2 em {
  display: block;
  color: var(--mint-dark);
  font-style: italic;
}

.memory-heading > p {
  max-width: 520px;
  margin: 0 0 3px;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.76;
}

.memory-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.memory-card {
  min-width: 0;
  min-height: 570px;
  padding: clamp(29px, 4vw, 51px);
  border: 1px solid rgba(6, 16, 14, 0.17);
  border-radius: 12px;
}

.memory-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.memory-card > header b {
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

.memory-compare {
  border-color: rgba(160, 247, 199, 0.2);
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #07120f;
  background-size: 42px 42px;
  color: var(--white);
  box-shadow: 0 30px 80px rgba(6, 16, 14, 0.2);
}

.memory-compare > header {
  color: #81958c;
}

.memory-compare > header b {
  color: var(--mint);
}

.memory-number {
  display: flex;
  align-items: flex-end;
  gap: clamp(18px, 3vw, 34px);
  margin: 48px 0 54px;
}

.memory-number strong {
  flex: 0 0 auto;
  color: var(--mint);
  font-size: clamp(72px, 7vw, 108px);
  font-weight: 520;
  line-height: 0.78;
  letter-spacing: -0.085em;
}

.memory-number sup {
  position: relative;
  top: -0.1em;
  margin-left: 3px;
  font-size: 0.22em;
  letter-spacing: -0.03em;
}

.memory-number > span {
  max-width: 190px;
  color: #a6b5af;
  font-size: 15px;
  line-height: 1.42;
}

.memory-ram-bars {
  display: grid;
  gap: 24px;
}

.memory-ram-row {
  display: grid;
  gap: 9px;
}

.memory-ram-row > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: #8fa098;
  font: 11px/1.2 var(--mono);
  text-transform: uppercase;
}

.memory-ram-row > div b {
  color: #dbe7e2;
  font-size: 12px;
}

.memory-ram-row > i {
  display: block;
  height: 30px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.025);
  background-size: 25% 100%, auto;
  font-style: normal;
}

.memory-fill {
  display: block;
  width: var(--width);
  min-width: 7px;
  height: 100%;
  transform-origin: left;
  animation: bar-grow 900ms 180ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.memory-fill-zip {
  background: #68766f;
}

.memory-fill-ta {
  background: linear-gradient(90deg, var(--mint-strong), var(--cyan));
  box-shadow: 0 0 22px rgba(73, 223, 162, 0.28);
}

.memory-ram-row-ta > div,
.memory-ram-row-ta > div b {
  color: var(--mint);
}

.memory-compare > footer {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 37px;
  padding-top: 23px;
  border-top: 1px solid var(--line-dark);
}

.memory-compare > footer strong {
  color: var(--mint);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.memory-compare > footer span {
  color: #85978f;
  font-size: 11px;
}

.memory-scale {
  background:
    radial-gradient(circle at 100% 0, rgba(73, 223, 162, 0.15), transparent 38%),
    rgba(248, 248, 243, 0.72);
}

.memory-scale > header {
  color: #66736d;
}

.memory-scale > header b {
  color: var(--mint-dark);
}

.memory-scale-number {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 53px 0 45px;
}

.memory-scale-number > span {
  display: grid;
  gap: 8px;
}

.memory-scale-number > span:last-child {
  text-align: right;
}

.memory-scale-number strong {
  font-size: clamp(43px, 4.5vw, 66px);
  font-weight: 540;
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.memory-scale-number > span:last-child strong {
  color: var(--mint-dark);
}

.memory-scale-number small {
  color: #6e7b75;
  font: 10px/1.4 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.memory-scale-number > i {
  color: var(--mint-dark);
  font: 20px/1 var(--mono);
  font-style: normal;
}

.memory-phase-list {
  border-top: 1px solid rgba(6, 16, 14, 0.15);
}

.memory-phase-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(6, 16, 14, 0.12);
}

.memory-phase-list span {
  color: #64716b;
  font: 11px/1.3 var(--mono);
  text-transform: uppercase;
}

.memory-phase-list strong {
  font: 700 14px/1.3 var(--mono);
}

.memory-scale ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.memory-scale li {
  padding: 8px 10px;
  border: 1px solid rgba(12, 116, 82, 0.24);
  border-radius: 999px;
  color: var(--mint-dark);
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.memory-boundary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 27px;
  padding-top: 24px;
  border-top: 1px solid rgba(6, 16, 14, 0.14);
}

.memory-boundary p {
  max-width: 790px;
  margin: 0;
  color: #65716c;
  font-size: 12px;
  line-height: 1.65;
}

.memory-boundary p strong {
  color: var(--ink);
}

.memory-boundary .text-link {
  flex: 0 0 auto;
}

.lmstudio-section {
  position: relative;
  padding: 128px max(24px, calc((100vw - var(--max)) / 2)) 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(73, 223, 162, 0.2), transparent 29%),
    linear-gradient(rgba(6, 16, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 16, 14, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 56px 56px, 56px 56px, auto;
  color: var(--ink);
}

.lmstudio-section .section-index {
  color: #728078;
}

.lmstudio-section .eyebrow {
  color: var(--mint-dark);
}

.lmstudio-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: end;
  margin-bottom: 52px;
}

.lmstudio-heading h2 {
  max-width: 790px;
}

.lmstudio-heading h2 em {
  display: block;
  color: var(--mint-dark);
}

.lmstudio-heading > p {
  max-width: 540px;
  margin: 0 0 3px;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.76;
}

.lmstudio-workflow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(6, 16, 14, 0.18);
  border-radius: 12px;
  background: var(--ink);
  box-shadow: 0 24px 60px rgba(6, 16, 14, 0.14);
}

.lmstudio-workflow > div {
  min-width: 0;
  padding: 23px 21px;
  border: 1px solid rgba(160, 247, 199, 0.13);
  border-radius: 7px;
  background: rgba(160, 247, 199, 0.035);
}

.lmstudio-workflow > div > span {
  display: block;
  margin-bottom: 16px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lmstudio-workflow strong {
  display: block;
  color: var(--white);
  font-size: 17px;
  letter-spacing: -0.025em;
}

.lmstudio-workflow small {
  display: block;
  margin-top: 9px;
  color: #82958d;
  font: 10px/1.5 var(--mono);
}

.lmstudio-workflow > i {
  display: grid;
  place-items: center;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 15px;
  font-style: normal;
}

.lmstudio-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.lmstudio-results article {
  min-width: 0;
  min-height: 310px;
  padding: clamp(27px, 3vw, 40px);
  border: 1px solid rgba(6, 16, 14, 0.17);
  border-radius: 10px;
  background: rgba(248, 248, 243, 0.74);
}

.lmstudio-results article > span {
  display: block;
  color: var(--mint-dark);
  font: 700 10px/1 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lmstudio-results h3 {
  margin: 17px 0 11px;
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 560;
  letter-spacing: -0.055em;
}

.lmstudio-results p {
  min-height: 48px;
  margin-bottom: 29px;
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.65;
}

.lmstudio-results p b {
  color: var(--ink);
  font-weight: 700;
}

.lmstudio-mini-bars {
  display: grid;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(6, 16, 14, 0.13);
}

.lmstudio-mini-row {
  display: grid;
  gap: 7px;
}

.lmstudio-mini-row > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: #68776f;
  font: 10px/1.2 var(--mono);
  text-transform: uppercase;
}

.lmstudio-mini-row > div b {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.lmstudio-mini-row > i {
  display: block;
  height: 17px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 16, 14, 0.065) 1px, transparent 1px),
    rgba(6, 16, 14, 0.035);
  background-size: 25% 100%, auto;
  font-style: normal;
}

.lmstudio-mini-row > i > b {
  display: block;
  width: var(--width);
  height: 100%;
  transform-origin: left;
  animation: bar-grow 900ms 160ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.lmstudio-bar-raw {
  background: #7c8882;
}

.lmstudio-bar-product {
  background: linear-gradient(90deg, var(--mint-dark), #1fa87b);
  box-shadow: 0 0 18px rgba(18, 124, 87, 0.18);
}

.lmstudio-mini-row-ta > div,
.lmstudio-mini-row-ta > div b {
  color: var(--mint-dark);
}

.lmstudio-results article > em {
  display: block;
  margin-top: 13px;
  color: var(--mint-dark);
  font: 700 12px/1.4 var(--mono);
  font-style: normal;
}

.lmstudio-results .lmstudio-runtime-card {
  background:
    radial-gradient(circle at 100% 0, rgba(160, 247, 199, 0.16), transparent 46%),
    var(--ink);
  color: var(--white);
}

.lmstudio-runtime-card h3 {
  color: var(--white);
}

.lmstudio-results .lmstudio-runtime-card p {
  min-height: auto;
  color: #a3b2ac;
}

.lmstudio-runtime-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.lmstudio-runtime-card li {
  padding: 8px 10px;
  border: 1px solid rgba(160, 247, 199, 0.22);
  border-radius: 999px;
  color: var(--mint);
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.comparison-card.lmstudio-storage-comparison {
  margin-top: 14px;
  background-color: var(--ink);
  color: var(--white);
}

.lmstudio-storage-comparison .comparison-head h3 {
  color: var(--white);
}

.lmstudio-storage-comparison .fine-print a {
  color: var(--mint);
}

.lmstudio-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-top: 28px;
}

.lmstudio-foot > p {
  max-width: 670px;
  margin: 0;
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.65;
}

.lmstudio-foot > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lmstudio-foot .button-primary {
  background: var(--ink);
  color: var(--mint);
  box-shadow: 0 14px 36px rgba(6, 16, 14, 0.12);
}

.lmstudio-foot .button-primary:hover,
.lmstudio-foot .button-primary:focus-visible {
  background: #10201c;
}

.public-demo-section {
  position: relative;
  padding: 128px max(24px, calc((100vw - var(--max)) / 2)) 112px;
  background:
    radial-gradient(circle at 8% 10%, rgba(73, 223, 162, 0.12), transparent 29%),
    radial-gradient(circle at 100% 100%, rgba(131, 231, 231, 0.07), transparent 31%),
    #07120f;
}

.public-demo-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: end;
  margin-bottom: 48px;
}

.public-demo-heading h2 {
  max-width: 790px;
}

.public-demo-heading h2 em {
  display: block;
  color: var(--mint);
  font-style: italic;
}

.public-demo-heading > p {
  max-width: 520px;
  margin: 0 0 3px;
  color: #91a29c;
  font-size: 15px;
  line-height: 1.76;
}

.public-demo-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.55fr) minmax(390px, 1fr) minmax(255px, 0.7fr);
  overflow: hidden;
  border: 1px solid rgba(160, 247, 199, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    rgba(2, 9, 7, 0.65);
  background-size: 42px 42px;
}

.public-demo-card > div {
  min-width: 0;
  padding: clamp(25px, 3vw, 42px);
  border-right: 1px solid var(--line-dark);
}

.public-demo-card > div:last-child {
  border-right: 0;
}

.public-demo-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.public-demo-result span,
.public-demo-sources > span {
  color: #7e9189;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.public-demo-result strong {
  margin: 8px 0 0;
  color: var(--mint);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 520;
  letter-spacing: -0.07em;
}

.public-demo-result em {
  color: #a9b8b2;
  font-size: 13px;
  font-style: normal;
}

.public-demo-math {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.public-demo-math span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.public-demo-math small {
  color: #7f918a;
  font-size: 11px;
}

.public-demo-math strong {
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 550;
  letter-spacing: -0.045em;
}

.public-demo-math span:last-child strong {
  color: var(--mint);
}

.public-demo-math em {
  color: #63756e;
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
}

.public-demo-math i {
  color: var(--mint);
  font-family: var(--mono);
  font-style: normal;
}

.public-demo-sources {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
}

.public-demo-sources > span {
  margin-bottom: 3px;
}

.public-demo-sources a {
  overflow: hidden;
  color: #aabbb4;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: rgba(170, 187, 180, 0.25);
  text-overflow: ellipsis;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.public-suite-results {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) repeat(3, minmax(180px, 1fr));
  margin-top: 12px;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  background: rgba(2, 9, 7, 0.38);
}

.public-suite-results > div,
.public-suite-results article {
  display: flex;
  min-width: 0;
  min-height: 112px;
  padding: 22px 24px;
  border-right: 1px solid var(--line-dark);
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.public-suite-results article:last-child {
  border-right: 0;
}

.public-suite-results span {
  color: #81948c;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.public-suite-results > div strong {
  color: #b6c5bf;
  font-size: 13px;
  line-height: 1.45;
}

.public-suite-results article strong {
  color: var(--mint);
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -0.045em;
}

.public-suite-results small {
  overflow: hidden;
  color: #697b74;
  font-family: var(--mono);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-screenshot {
  margin: 56px 0 0;
}

.product-screenshot-viewport {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(160, 247, 199, 0.2);
  border-radius: 12px;
  background: #06100d;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.34);
}

.product-screenshot-viewport::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: inherit;
  box-shadow: inset 0 0 70px rgba(1, 8, 6, 0.22);
  content: "";
  pointer-events: none;
}

.product-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

.product-screenshot figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 34px;
  align-items: center;
  padding: 24px 3px 0;
}

.product-screenshot figcaption > span {
  color: #789087;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-screenshot figcaption > span b {
  color: var(--mint);
  font-weight: 600;
}

.product-screenshot figcaption > strong {
  grid-column: 1;
  color: #c6d3ce;
  font-size: 20px;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.product-screenshot figcaption > p {
  grid-column: 1;
  max-width: 780px;
  margin: 0;
  color: #70837b;
  font-size: 11px;
  line-height: 1.6;
}

.product-screenshot figcaption .button {
  grid-column: 2;
  grid-row: 1 / 4;
}

.public-demo-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}

.public-demo-foot p {
  max-width: 700px;
  margin: 0;
  color: #74877f;
  font-size: 12px;
  line-height: 1.65;
}

.public-demo-foot .text-link {
  flex: 0 0 auto;
  color: var(--mint);
}

.public-demo-foot > div {
  display: flex;
  flex: 0 0 auto;
  gap: 22px;
}

.storage-value-section {
  position: relative;
  padding: 132px max(24px, calc((100vw - var(--max)) / 2)) 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.42), transparent 30%),
    radial-gradient(circle at 5% 100%, rgba(6, 16, 14, 0.11), transparent 32%),
    var(--mint);
  color: var(--ink);
}

.storage-value-section::before {
  position: absolute;
  top: -330px;
  right: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(6, 16, 14, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 90px rgba(255, 255, 255, 0.035);
  content: "";
  pointer-events: none;
}

.storage-value-section .section-index {
  color: rgba(6, 16, 14, 0.54);
}

.storage-value-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: end;
  margin-bottom: 62px;
}

.storage-value-heading .eyebrow {
  color: var(--mint-dark);
}

.storage-value-heading h2 {
  max-width: 760px;
}

.storage-value-heading h2 em {
  display: block;
  color: var(--mint-dark);
  font-style: italic;
}

.storage-value-heading > p {
  max-width: 510px;
  margin-bottom: 2px;
  color: rgba(6, 16, 14, 0.69);
  font-size: 15px;
  line-height: 1.75;
}

.storage-value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.storage-value-grid > article {
  display: grid;
  min-height: 465px;
  padding: clamp(24px, 2.7vw, 35px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    #071310;
  background-size: 38px 38px;
  box-shadow: 0 22px 60px rgba(6, 16, 14, 0.15);
  color: var(--white);
}

.storage-value-grid header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line-dark);
}

.storage-value-grid header span,
.storage-tier > span,
.storage-value-grid footer span {
  color: #879891;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.storage-value-grid header strong {
  color: var(--mint);
  font-size: clamp(34px, 3.3vw, 47px);
  font-weight: 540;
  letter-spacing: -0.06em;
}

.storage-tier {
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 113px;
  padding: 18px 0 18px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.storage-tier strong {
  font-size: 18px;
  font-weight: 580;
  letter-spacing: -0.025em;
}

.storage-tier small {
  color: #84938e;
  font-family: var(--mono);
  font-size: 11px;
}

.storage-tier-with {
  border-left-color: var(--mint);
  background: linear-gradient(90deg, rgba(160, 247, 199, 0.065), transparent 72%);
}

.storage-tier-with strong,
.storage-tier-with small {
  color: var(--mint);
}

.storage-value-grid footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 9px 16px;
  padding-top: 25px;
  border-top: 1px solid rgba(160, 247, 199, 0.22);
}

.storage-value-grid footer span {
  max-width: 135px;
  color: #9aacA5;
  line-height: 1.45;
}

.storage-value-grid footer strong {
  color: var(--mint);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 550;
  letter-spacing: -0.06em;
}

.storage-price-compare {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}

.storage-price-compare small {
  color: #899993;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 520;
  letter-spacing: -0.04em;
}

.storage-price-compare i {
  color: #6f817a;
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storage-value-grid footer p {
  display: flex;
  grid-column: 1 / -1;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #83948e;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.storage-value-grid footer p b {
  color: var(--mint);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.local-pro-offer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 245px minmax(280px, 1fr) auto;
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  margin-top: 13px;
  padding: 27px 30px;
  border: 1px solid rgba(6, 16, 14, 0.21);
  border-radius: 9px;
  background: rgba(248, 248, 243, 0.5);
  box-shadow: 0 18px 48px rgba(6, 16, 14, 0.08);
}

.local-pro-offer.local-download-offer {
  grid-template-columns: minmax(280px, 1fr) 300px;
}

.local-pro-offer.local-download-offer .button-dark {
  min-width: 0;
  width: 100%;
}

.local-pro-price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding-right: 28px;
  border-right: 1px solid rgba(6, 16, 14, 0.19);
}

.local-pro-price > span {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  color: var(--mint-dark);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.local-pro-price strong {
  font-size: 52px;
  font-weight: 570;
  line-height: 1;
  letter-spacing: -0.07em;
}

.local-pro-price strong small {
  font-size: 0.52em;
}

.local-pro-price p {
  margin: 0 0 4px;
  color: rgba(6, 16, 14, 0.62);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.local-pro-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.local-pro-copy p {
  max-width: 530px;
  margin: 0;
  color: rgba(6, 16, 14, 0.64);
  font-size: 12px;
  line-height: 1.65;
}

.button-dark {
  min-width: 228px;
  background: var(--ink);
  color: var(--mint);
  box-shadow: 0 14px 32px rgba(6, 16, 14, 0.14);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #10231e;
}

.storage-value-caveat {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  margin: 23px 0 0;
  color: rgba(6, 16, 14, 0.58);
  font-size: 10px;
  line-height: 1.7;
}

.storage-value-caveat a {
  border-bottom: 1px solid rgba(6, 16, 14, 0.3);
  color: var(--ink);
  font-weight: 720;
}

.storage-value-caveat a:hover,
.storage-value-caveat a:focus-visible {
  border-bottom-color: var(--ink);
}

.evidence-section,
.landscape-section,
.product-section {
  position: relative;
  padding: 142px max(24px, calc((100vw - var(--max)) / 2));
}

.why-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: end;
  padding: 133px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--paper);
  color: var(--ink);
}

.why-section .section-index {
  color: #7c857f;
}

.why-section .eyebrow {
  color: var(--mint-dark);
}

.why-section h2 {
  max-width: 780px;
}

.why-section h2 em {
  color: var(--mint-dark);
}

.why-section > p {
  margin-bottom: 1px;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.76;
}

.section-index {
  position: absolute;
  top: 58px;
  right: max(24px, calc((100vw - var(--max)) / 2));
  color: #73867e;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-section {
  background:
    radial-gradient(circle at 100% 10%, rgba(255, 189, 104, 0.065), transparent 32%),
    #0d1815;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  column-gap: clamp(55px, 8vw, 120px);
  margin-bottom: 72px;
}

.section-heading .eyebrow {
  grid-column: 1;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(43px, 5vw, 69px);
  font-weight: 530;
  line-height: 1.01;
  letter-spacing: -0.06em;
}

.section-heading h2 {
  grid-column: 1;
  max-width: 760px;
}

.section-heading h2 em,
.landscape-heading h2 em,
.method-intro h2 em {
  font-style: italic;
}

.section-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 500px;
  margin-bottom: 1px;
  color: #9dad98;
  font-size: 15px;
  line-height: 1.75;
}

.comparison-card {
  padding: clamp(28px, 4.2vw, 57px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    rgba(3, 10, 8, 0.5);
  background-size: 44px 44px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.16);
}

.comparison-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 58px;
}

.mono-label {
  color: var(--amber);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.09em;
}

.comparison-head h3 {
  margin: 10px 0 0;
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 580;
  letter-spacing: -0.045em;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(160, 247, 199, 0.36);
  border-radius: 999px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.status-chip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 8px var(--mint);
}

.bars {
  display: grid;
  gap: 27px;
}

.bar-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 32px;
}

.bar-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px;
}

.bar-copy span {
  color: #9ca9a5;
  font-size: 13px;
}

.bar-copy b {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
}

.bar-track {
  position: relative;
  height: 30px;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 25% 100%;
  background-color: rgba(255, 255, 255, 0.025);
}

.bar {
  position: relative;
  display: block;
  width: var(--width);
  height: 100%;
  transform-origin: left;
  animation: bar-grow 900ms 160ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.bar-source {
  background: #51605b;
}

.bar-cdc {
  background:
    radial-gradient(rgba(7, 16, 14, 0.28) 0.8px, transparent 0.8px),
    var(--amber);
  background-size: 5px 5px;
}

.bar-xet {
  background: #758e91;
}

.bar-zipllm {
  background: #60aaa1;
}

.bar-ta {
  overflow: hidden;
  background: linear-gradient(90deg, var(--mint-strong), var(--cyan));
  box-shadow: 0 0 26px rgba(73, 223, 162, 0.2);
}

.bar-ta i {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.35), transparent 65%);
  transform: translateX(-130%);
  animation: scan 4s 1.1s infinite ease-in-out;
}

.featured-row .bar-copy b,
.featured-row .bar-copy span {
  color: var(--mint);
}

.comparison-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 59px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.comparison-stats > div {
  display: grid;
  gap: 8px;
  padding: 25px 20px;
  border-right: 1px solid var(--line-dark);
}

.comparison-stats > div:first-child {
  padding-left: 0;
}

.comparison-stats > div:last-child {
  border-right: 0;
}

.comparison-stats span {
  color: #788982;
  font-family: var(--mono);
  font-size: 11px;
}

.comparison-stats strong {
  font-size: 23px;
  font-weight: 550;
  letter-spacing: -0.04em;
}

.comparison-stats > div:first-child strong {
  color: var(--mint);
}

.fine-print {
  max-width: 850px;
  margin: 17px 0 0;
  color: #81928c;
  font-size: 12px;
  line-height: 1.65;
}

.landscape-section {
  background:
    radial-gradient(circle at 82% 9%, rgba(131, 231, 231, 0.075), transparent 30%),
    #07120f;
}

.landscape-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: end;
  margin-bottom: 74px;
}

.landscape-heading h2 {
  max-width: 760px;
}

.landscape-heading > p {
  margin-bottom: 1px;
  color: #94a49f;
  font-size: 15px;
  line-height: 1.75;
}

.direct-benchmark-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  min-width: 0;
}

.direct-panel {
  min-width: 0;
  padding: clamp(24px, 2.7vw, 35px);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  background: rgba(2, 8, 6, 0.52);
  transition: border-color 220ms ease, transform 220ms ease;
}

.direct-panel:hover {
  border-color: rgba(160, 247, 199, 0.27);
  transform: translateY(-3px);
}

.direct-panel header {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
  min-height: auto;
  padding-bottom: 24px;
}

.direct-panel header > * {
  min-width: 0;
}

.direct-panel header div span {
  color: var(--amber);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.direct-panel h3 {
  margin: 7px 0 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 580;
  letter-spacing: -0.045em;
}

.direct-panel header p {
  margin: 0;
  color: #758680;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}

.direct-scale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: 154px;
  padding: 10px 0;
  border-top: 1px solid var(--line-dark);
  color: #758881;
  font-family: var(--mono);
  font-size: 11px;
}

.direct-scale span:last-child {
  text-align: right;
}

.direct-row {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 19px;
  align-items: center;
  min-height: 58px;
}

.direct-row > span {
  color: #96a69f;
  font-size: 11px;
  line-height: 1.35;
}

.direct-row > span > small {
  display: block;
  margin-top: 2px;
  color: #667871;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.3;
}

.direct-row > i {
  min-width: 0;
  height: 31px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 33.333% 100%;
  background-color: rgba(255, 255, 255, 0.018);
  font-style: normal;
}

.direct-row > i > b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: var(--stored);
  min-width: 65px;
  height: 100%;
  padding-right: 7px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.direct-raw { background: #96a19c; }
.direct-zstd { background: #c8bba5; }
.direct-cdc {
  background:
    radial-gradient(rgba(7, 16, 14, 0.22) 0.7px, transparent 0.7px),
    #dfc297;
  background-size: 5px 5px;
}
.direct-zip,
.direct-zip-audit {
  background:
    repeating-linear-gradient(45deg, transparent 0, transparent 5px, rgba(7, 16, 14, 0.12) 5px, rgba(7, 16, 14, 0.12) 6px),
    #c7d0ac;
}
.direct-zip-audit { opacity: 0.78; }
.direct-ta {
  background: linear-gradient(90deg, var(--mint-strong), var(--cyan));
  box-shadow: 0 0 20px rgba(73, 223, 162, 0.16);
}

.winner-row > span {
  color: var(--mint);
  font-weight: 700;
}

.direct-panel footer {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(160, 247, 199, 0.2);
}

.direct-panel footer strong {
  color: var(--mint);
  font-size: 20px;
  font-weight: 620;
}

.direct-panel footer span {
  color: #758680;
  font-size: 11px;
}

.weissman-card {
  position: relative;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) minmax(180px, 0.34fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px dashed rgba(160, 247, 199, 0.42);
  border-radius: 10px;
  background:
    radial-gradient(circle at 87% 25%, rgba(73, 223, 162, 0.16), transparent 25%),
    linear-gradient(135deg, rgba(18, 41, 34, 0.9), rgba(3, 12, 9, 0.94));
}

.weissman-card::after {
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(160, 247, 199, 0.08);
  border-radius: 50%;
  content: "";
}

.piper-homage {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding: 18px 12px 14px;
  border: 2px solid #73c866;
  border-radius: 7px;
  background: #eff8e8;
  box-shadow: 8px 8px 0 rgba(115, 200, 102, 0.13);
  color: #54ae4f;
  transform: rotate(-2deg);
}

.piper-homage svg {
  width: 58px;
  height: 66px;
  fill: currentColor;
}

.piper-homage > span {
  margin-top: 7px;
  color: #3d7f3a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.piper-homage > small {
  margin-top: 4px;
  color: #64915e;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.weissman-copy,
.weissman-result {
  position: relative;
  z-index: 1;
}

.weissman-copy .eyebrow {
  margin-bottom: 12px;
  color: var(--amber);
}

.weissman-copy h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 39px);
  font-weight: 570;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.weissman-copy h3 em {
  color: var(--mint);
  font-family: var(--serif);
  font-weight: 400;
}

.weissman-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 16px 0 0;
  color: #91a29b;
  font-size: 12px;
  line-height: 1.65;
}

.weissman-copy > strong {
  display: block;
  margin-top: 13px;
  color: #c7d5cf;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
}

.weissman-result {
  display: grid;
  justify-items: end;
  padding-left: 28px;
  border-left: 1px solid rgba(160, 247, 199, 0.18);
  text-align: right;
}

.weissman-result > span {
  color: #91a39c;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.weissman-result > strong {
  margin: 5px 0 2px;
  color: var(--mint);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 540;
  letter-spacing: -0.075em;
  line-height: 1;
}

.weissman-result > small {
  color: #7f918a;
  font-family: var(--mono);
  font-size: 10px;
}

.weissman-card > footer {
  position: relative;
  z-index: 1;
  grid-column: 2 / -1;
  margin-top: -11px;
  color: #687b73;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.5;
  text-transform: uppercase;
}

.landscape-foot {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  margin-top: 31px;
}

.landscape-caveat {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 20px;
}

.landscape-caveat span,
.source-links > span {
  color: var(--amber);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landscape-caveat p {
  margin: 0;
  color: #788a83;
  font-size: 12px;
  line-height: 1.65;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 10px 14px;
}

.source-links > span {
  width: 100%;
}

.source-links a {
  color: #abb9b4;
  font-size: 11px;
  text-decoration: underline;
  text-decoration-color: rgba(171, 185, 180, 0.34);
  text-underline-offset: 4px;
}

.benchmark-status {
  margin: 27px 0 0;
  color: #74867f;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.6;
}

.benchmark-status code {
  color: #73867e;
}

.method-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(70px, 10vw, 155px);
  padding: 143px max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 5% 100%, rgba(73, 223, 162, 0.17), transparent 32%),
    var(--paper);
  color: var(--ink);
}

.method-section .eyebrow {
  color: var(--mint-dark);
}

.method-intro h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 4.5vw, 63px);
}

.method-intro h2 em {
  color: var(--mint-dark);
}

.method-intro > p {
  margin-bottom: 28px;
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.76;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #0c674b;
  font-size: 13px;
  font-weight: 750;
}

.text-link:hover,
.text-link:focus-visible {
  color: #063f2e;
}

.baseline-ledger {
  align-self: center;
  border-top: 1px solid var(--line-light);
}

.ledger-head,
.ledger-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(300px, 1.2fr);
  gap: 28px;
  align-items: center;
}

.ledger-head {
  padding: 14px 0;
  color: #65706b;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ledger-row {
  min-height: 88px;
  border-top: 1px solid var(--line-light);
}

.ledger-row > span {
  display: grid;
  gap: 5px;
}

.ledger-row b {
  font-size: 14px;
}

.ledger-row small {
  color: #65716c;
  font-size: 12px;
}

.ledger-row strong {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 560;
  text-align: right;
  white-space: nowrap;
}

.ledger-measure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 14px;
  align-items: center;
}

.ledger-track {
  position: relative;
  height: 34px;
  overflow: hidden;
  border: 1px solid rgba(4, 31, 23, 0.1);
  border-radius: 2px;
  background:
    linear-gradient(90deg, transparent 24.8%, rgba(4, 31, 23, 0.07) 25%, transparent 25.2%, transparent 49.8%, rgba(4, 31, 23, 0.07) 50%, transparent 50.2%, transparent 74.8%, rgba(4, 31, 23, 0.07) 75%, transparent 75.2%),
    rgba(4, 31, 23, 0.025);
  font-style: normal;
}

.ledger-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--size);
  border-right: 1px solid rgba(4, 31, 23, 0.18);
  background: rgba(43, 60, 54, 0.24);
  transform-origin: left;
  animation: bar-grow 0.9s var(--ease) both;
}

.gear-fill {
  background: rgba(75, 91, 84, 0.34);
}

.zip-fill {
  background: rgba(71, 118, 99, 0.32);
}

.ta-fill {
  border-right-color: rgba(8, 111, 76, 0.64);
  background: linear-gradient(90deg, rgba(24, 168, 112, 0.78), rgba(43, 201, 144, 0.56));
  box-shadow: 8px 0 25px rgba(22, 143, 98, 0.12);
}

.hero-metric strong {
  color: #8a4d20;
}

.accent-row {
  border-top-color: rgba(12, 116, 82, 0.32);
}

.accent-row > span b {
  color: var(--mint-dark);
}

.accent-row strong {
  color: var(--mint-dark);
}

.ledger-foot {
  display: grid;
  gap: 7px;
  padding-top: 16px;
  color: #65716c;
  font-size: 11px;
  line-height: 1.5;
}

.product-section {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.016) 0, rgba(255, 255, 255, 0.016) 1px, transparent 1px, transparent 18px),
    #07110f;
}

.product-heading {
  margin-bottom: 68px;
}

.platform-map {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  margin-bottom: 55px;
  padding: 34px;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.018);
}

.platform-step,
.platform-core {
  display: grid;
  gap: 7px;
  min-height: 104px;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(3, 9, 8, 0.48);
}

.platform-core {
  border-color: rgba(160, 247, 199, 0.4);
  background: linear-gradient(135deg, rgba(73, 223, 162, 0.12), rgba(131, 231, 231, 0.04));
  box-shadow: 0 0 45px rgba(73, 223, 162, 0.06);
}

.platform-map > i {
  height: 1px;
  background: linear-gradient(90deg, rgba(160, 247, 199, 0.13), var(--mint), rgba(160, 247, 199, 0.13));
}

.platform-step > span,
.platform-core > span {
  color: var(--mint);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-step strong,
.platform-core strong {
  font-size: 19px;
  font-weight: 580;
}

.platform-step small,
.platform-core small {
  color: #768680;
  font-size: 12px;
  line-height: 1.5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.product-grid article:nth-child(-n + 2) {
  grid-column: span 3;
}

.product-grid article:nth-child(n + 3) {
  grid-column: span 2;
}

.product-grid article {
  position: relative;
  min-height: 275px;
  padding: 26px;
  overflow: hidden;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.014);
  transition: background 180ms ease;
}

.product-grid article::after {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(160, 247, 199, 0.08);
  border-radius: 50%;
  content: "";
  transition: transform 300ms ease, border-color 300ms ease;
}

.product-grid article:hover {
  background: rgba(160, 247, 199, 0.035);
}

.product-grid article:hover::after {
  border-color: rgba(160, 247, 199, 0.2);
  transform: scale(1.15);
}

.card-index {
  display: block;
  margin-bottom: 86px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 10px;
}

.product-grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 580;
  letter-spacing: -0.035em;
}

.product-grid p {
  max-width: 290px;
  color: #82938d;
  font-size: 13px;
  line-height: 1.65;
}

.honesty-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(65px, 9vw, 125px);
  padding: 123px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--amber);
  color: var(--ink);
}

.honesty-section .eyebrow {
  color: #65400f;
}

.honesty-section h2 {
  max-width: 650px;
  font-size: clamp(39px, 4.5vw, 62px);
}

.honesty-list {
  align-self: end;
  border-top: 1px solid rgba(7, 16, 14, 0.25);
}

.honesty-list p {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 20px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(7, 16, 14, 0.25);
  font-size: 13px;
  line-height: 1.55;
}

.honesty-list span {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

body > footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 20px;
  padding: 64px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line-dark);
  background: #040b09;
  color: #71827c;
  font-size: 11px;
}

.footer-brand {
  color: #edf5f1;
}

body > footer > p {
  justify-self: end;
  margin: 0;
}

.footer-company {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(320px, auto);
  align-items: center;
  gap: 24px 52px;
  margin-top: 36px;
  padding: 25px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.footer-company p {
  margin: 0;
  color: #a9bab3;
  font-size: 13px;
  line-height: 1.6;
}

.footer-company a {
  color: var(--mint);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(160, 247, 199, 0.38);
  text-underline-offset: 5px;
}

.footer-company address {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #80918a;
  font: normal 10px/1.65 var(--mono);
  letter-spacing: 0.055em;
  text-align: right;
  text-transform: uppercase;
}

.footer-company address strong {
  color: #d9e5df;
  font-weight: 650;
}

body > footer > div {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 9px rgba(160, 247, 199, 0.6);
}

@keyframes pulse {
  0%, 100% { opacity: 0.5; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes node-in {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes bar-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes scan {
  0%, 55% { transform: translateX(-130%); }
  90%, 100% { transform: translateX(130%); }
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    padding-top: 155px;
  }

  .hero-copy {
    max-width: 840px;
    padding-bottom: 80px;
  }

  .hero-visual {
    width: min(100%, 680px);
    margin: 0 0 85px;
  }

  .hero-signals {
    margin-inline: calc(-1 * max(24px, calc((100vw - var(--max)) / 2)));
  }

  .memory-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .memory-heading > p {
    max-width: 720px;
  }

  .memory-proof-grid {
    grid-template-columns: 1fr;
  }

  .memory-card {
    min-height: 0;
  }

  .section-heading,
  .landscape-heading,
  .why-section,
  .method-section,
  .honesty-section {
    grid-template-columns: 1fr;
    gap: 43px;
  }

  .storage-value-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .public-demo-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lmstudio-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lmstudio-heading > p {
    max-width: 720px;
  }

  .lmstudio-workflow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lmstudio-workflow > i {
    display: none;
  }

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

  .lmstudio-runtime-card {
    grid-column: 1 / -1;
  }

  .lmstudio-results .lmstudio-runtime-card {
    min-height: 0;
  }

  .public-demo-heading > p {
    max-width: 720px;
  }

  .public-demo-card {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .public-demo-card > div:nth-child(2) {
    border-right: 0;
  }

  .public-demo-sources {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line-dark);
  }

  .public-demo-sources > span {
    grid-column: 1 / -1;
  }

  .public-suite-results {
    grid-template-columns: repeat(3, 1fr);
  }

  .public-suite-results > div {
    grid-column: 1 / -1;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .storage-value-heading > p {
    max-width: 720px;
  }

  .local-pro-offer {
    grid-template-columns: 210px 1fr;
  }

  .local-pro-offer .button-dark {
    grid-column: 1 / -1;
  }

  .section-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
    max-width: 660px;
  }

  .direct-benchmark-grid {
    grid-template-columns: 1fr;
  }

  .direct-panel {
    padding: 35px;
  }

  .landscape-foot {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .weissman-card {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .weissman-result {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: start;
    padding: 20px 0 0;
    border-top: 1px solid rgba(160, 247, 199, 0.18);
    border-left: 0;
    text-align: left;
  }

  .weissman-result > strong {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .weissman-card > footer {
    grid-column: 1 / -1;
    margin-top: -5px;
  }

  .method-intro {
    max-width: 760px;
  }

  .baseline-ledger {
    width: 100%;
  }

  .platform-map {
    grid-template-columns: 1fr 48px 1fr 48px 1fr;
    padding: 25px;
  }

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

  .product-grid article:nth-child(n) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 14px;
    width: calc(100% - 28px);
    min-height: 61px;
    padding-inline: 13px;
    border-radius: 8px;
  }

  .public-demo-section {
    padding-top: 104px;
    padding-bottom: 86px;
  }

  .lmstudio-section {
    padding: 104px 18px 86px;
  }

  .lmstudio-heading {
    margin-bottom: 42px;
  }

  .lmstudio-workflow {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
  }

  .lmstudio-workflow > div {
    padding: 21px;
  }

  .lmstudio-workflow > div > span {
    margin-bottom: 10px;
  }

  .lmstudio-workflow small {
    margin-top: 6px;
  }

  .lmstudio-results {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .lmstudio-runtime-card {
    grid-column: auto;
  }

  .lmstudio-results article {
    min-height: 0;
  }

  .lmstudio-results p {
    min-height: 0;
  }

  .lmstudio-foot {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .lmstudio-foot > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .lmstudio-foot .button {
    width: 100%;
  }

  .public-demo-card {
    grid-template-columns: 1fr;
  }

  .public-demo-card > div {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .public-demo-card > div:last-child {
    border-bottom: 0;
  }

  .public-demo-sources {
    grid-column: auto;
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .public-demo-sources > span {
    grid-column: auto;
  }

  .public-demo-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-screenshot figcaption {
    grid-template-columns: 1fr;
  }

  .product-screenshot figcaption .button {
    grid-column: 1;
    grid-row: auto;
    margin-top: 9px;
  }

  .public-demo-foot > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-suite-results {
    grid-template-columns: 1fr;
  }

  .public-suite-results > div {
    grid-column: auto;
  }

  .public-suite-results article {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .public-suite-results article:last-child {
    border-bottom: 0;
  }

  .product-screenshot {
    margin-top: 38px;
  }

  .product-screenshot-viewport img {
    width: 154%;
    max-width: none;
    transform: translateX(-18%);
  }

  .brand {
    font-size: 13px;
  }

  .brand-mark {
    transform: scale(0.88);
    transform-origin: left center;
  }

  .header-cta {
    gap: 9px;
    padding: 9px 10px;
    font-size: 11px;
  }

  .hero {
    padding: 128px 18px 0;
  }

  .hero-grid {
    background-size: 42px 42px;
  }

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

  .eyebrow {
    margin-bottom: 21px;
    font-size: 10px;
  }

  h1 {
    margin-bottom: 28px;
    font-size: clamp(47px, 13.1vw, 64px);
    line-height: 0.94;
  }

  h1 em {
    margin-top: 10px;
    font-size: 0.88em;
  }

  .hero-lede {
    margin-bottom: 29px;
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .assurances {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    margin-bottom: 68px;
    padding: 12px;
    border-radius: 9px;
  }

  .compression-figure {
    padding: 14px;
  }

  .footprint-chart {
    gap: 16px;
  }

  .footprint-label {
    gap: 10px;
    font-size: 11px;
  }

  .footprint-track {
    height: 60px;
  }

  .footprint-saved {
    gap: 6px;
  }

  .footprint-saved strong {
    font-size: 21px;
  }

  .footprint-saved span {
    font-size: 10px;
  }

  .family-map {
    padding: 14px;
  }

  .model-node {
    min-height: 34px;
    padding-inline: 8px;
    font-size: 7px;
  }

  .archive-core {
    min-height: 86px;
    padding-inline: 11px;
  }

  .archive-core > b {
    font-size: 25px;
  }

  .core-orbit {
    display: none;
  }

  .visual-footer span:last-child {
    display: none;
  }

  .hero-signals {
    grid-template-columns: 1fr;
    margin-inline: -18px;
  }

  .hero-signals article {
    min-height: 142px;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .hero-signals article {
    grid-template-columns: 0.68fr 1.32fr;
  }

  .hero-signals strong {
    font-size: 36px;
  }

  .hero-signals small {
    justify-self: end;
    text-align: right;
  }

  .memory-section {
    padding: 105px 18px 92px;
  }

  .memory-heading {
    margin-bottom: 48px;
  }

  .memory-heading h2 {
    font-size: clamp(42px, 12.6vw, 58px);
  }

  .memory-heading > p {
    font-size: 14px;
  }

  .memory-card {
    padding: 25px 20px;
    border-radius: 9px;
  }

  .memory-card > header {
    align-items: flex-start;
  }

  .memory-number {
    display: grid;
    gap: 18px;
    margin: 43px 0;
  }

  .memory-number strong {
    font-size: clamp(72px, 24vw, 96px);
  }

  .memory-scale-number {
    gap: 10px;
    margin: 43px 0 37px;
  }

  .memory-scale-number strong {
    font-size: clamp(34px, 10vw, 46px);
  }

  .memory-boundary {
    display: grid;
    gap: 20px;
  }

  .memory-boundary .text-link {
    width: max-content;
  }

  .evidence-section,
  .landscape-section,
  .why-section,
  .product-section {
    padding: 105px 18px 96px;
  }

  .storage-value-section {
    padding: 105px 18px 92px;
  }

  .storage-value-heading {
    margin-bottom: 48px;
  }

  .storage-value-heading h2 {
    font-size: clamp(42px, 12.6vw, 58px);
  }

  .storage-value-heading > p {
    font-size: 14px;
  }

  .storage-value-grid {
    grid-template-columns: 1fr;
  }

  .storage-value-grid > article {
    min-height: 440px;
  }

  .local-pro-offer {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 25px 22px;
  }

  .local-pro-price {
    padding: 0 0 21px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 16, 14, 0.19);
  }

  .local-pro-offer .button-dark {
    grid-column: auto;
    width: 100%;
  }

  .local-pro-offer.local-download-offer {
    grid-template-columns: 1fr;
  }

  .section-index {
    top: 38px;
    right: 18px;
  }

  .section-heading,
  .landscape-heading {
    margin-bottom: 54px;
  }

  .why-section {
    display: grid;
  }

  .why-section > p {
    font-size: 15px;
  }

  h2,
  .method-intro h2 {
    font-size: clamp(40px, 12.2vw, 56px);
    line-height: 1.01;
  }

  .section-heading > p:last-child,
  .landscape-heading > p,
  .method-intro > p {
    font-size: 15px;
  }

  .comparison-card {
    margin-inline: -4px;
    padding: 24px 18px;
    border-radius: 8px;
  }

  .comparison-head {
    display: grid;
    margin-bottom: 43px;
  }

  .status-chip {
    width: max-content;
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .bar-track {
    height: 26px;
  }

  .comparison-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 45px;
  }

  .comparison-stats > div {
    min-height: 95px;
    padding: 20px 13px;
    border-bottom: 1px solid var(--line-dark);
  }

  .comparison-stats > div:first-child,
  .comparison-stats > div:nth-child(3) {
    padding-left: 0;
  }

  .comparison-stats > div:nth-child(2),
  .comparison-stats > div:last-child {
    border-right: 0;
  }

  .comparison-stats strong {
    font-size: 20px;
  }

  .direct-panel {
    padding: 22px 15px;
  }

  .direct-panel header {
    display: grid;
  }

  .direct-panel header p {
    text-align: left;
  }

  .direct-scale {
    margin-left: 116px;
  }

  .direct-row {
    grid-template-columns: 98px 1fr;
    gap: 18px;
  }

  .direct-row > span {
    font-size: 11px;
  }

  .direct-row > i > b {
    min-width: 52px;
    padding-right: 4px;
    font-size: 11px;
  }

  .direct-panel footer {
    display: grid;
  }

  .landscape-caveat {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .weissman-card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 25px 20px;
  }

  .piper-homage {
    width: 118px;
  }

  .weissman-result,
  .weissman-card > footer {
    grid-column: 1;
  }

  .method-section {
    padding: 101px 18px;
  }

  .ledger-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .ledger-head {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .ledger-head span:last-child {
    text-align: right;
  }

  .ledger-measure {
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 10px;
  }

  .platform-map {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .platform-map > i {
    width: 1px;
    height: 26px;
    margin-left: 50%;
    background: linear-gradient(rgba(160, 247, 199, 0.13), var(--mint), rgba(160, 247, 199, 0.13));
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-grid article {
    min-height: 225px;
  }

  .card-index {
    margin-bottom: 58px;
  }

  .honesty-section {
    padding: 98px 18px;
  }

  .honesty-list p {
    grid-template-columns: 77px 1fr;
    gap: 15px;
  }

  body > footer {
    grid-template-columns: 1fr;
    padding: 55px 18px;
  }

  body > footer > p {
    justify-self: start;
  }

  .footer-family-compact {
    justify-self: start;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .footer-company {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 25px;
    padding: 22px 0;
  }

  .footer-company address {
    text-align: left;
  }

  body > footer > div {
    display: grid;
    gap: 15px;
    margin-top: 0;
  }

  .footer-status {
    grid-row: 1;
  }
}

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

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

/* Public product guide */
.download-header-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.download-header-links > a {
  color: #91a39b;
  font-size: 13px;
  transition: color 160ms ease;
}

.download-header-links > a:hover,
.download-header-links > a:focus-visible {
  color: var(--mint);
}

.download-guide-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(155, 243, 197, .14);
  color: #c0d0c8;
  font-size: 14px;
  font-weight: 650;
  transition: color 160ms ease, border-color 160ms ease;
}

.download-guide-link span {
  color: var(--mint);
  font: 16px/1 var(--mono);
}

.download-guide-link:hover,
.download-guide-link:focus-visible {
  border-color: rgba(155, 243, 197, .42);
  color: var(--mint);
}

.help-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 7%, rgba(73, 223, 162, .09), transparent 26%),
    #06110e;
  color: #eef7f2;
}

.help-page code {
  overflow-wrap: anywhere;
  color: #a6eec8;
  font: .9em/1.5 var(--mono);
}

.help-header {
  position: relative;
  z-index: 20;
  width: min(calc(100% - 48px), 1440px);
  min-height: 76px;
  margin: 22px auto 0;
  padding: 0 20px;
  border: 1px solid rgba(226, 255, 242, .11);
  border-radius: 10px;
  background: rgba(4, 15, 12, .72);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  backdrop-filter: blur(18px);
}

.help-header nav {
  display: flex;
  gap: 28px;
}

.help-header nav a {
  color: #8fa098;
  font-size: 13px;
  transition: color 160ms ease;
}

.help-header nav a:hover,
.help-header nav a:focus-visible {
  color: var(--mint);
}

.help-header-action {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(160, 247, 199, .2);
  border-radius: 5px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 720;
  transition: border-color 160ms ease, background 160ms ease;
}

.help-header-action:hover,
.help-header-action:focus-visible {
  border-color: rgba(160, 247, 199, .48);
  background: rgba(160, 247, 199, .07);
}

.help-hero {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 48px), 1440px);
  min-height: 720px;
  margin: 24px auto 0;
  padding: clamp(80px, 10vw, 148px) clamp(28px, 6vw, 90px);
  border: 1px solid rgba(226, 255, 242, .1);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  background:
    radial-gradient(circle at 84% 34%, rgba(73, 223, 162, .12), transparent 28%),
    linear-gradient(135deg, #071613, #06100e 68%);
}

.help-hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(158, 244, 197, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158, 244, 197, .08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.help-hero-copy h1 {
  max-width: 900px;
  margin: 28px 0 28px;
  font-size: clamp(62px, 7.6vw, 112px);
  line-height: .89;
  letter-spacing: -.075em;
}

.help-hero-copy h1 em {
  display: block;
  color: var(--mint);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.055em;
}

.help-hero-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: #abbab3;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.6;
}

.help-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 38px;
}

.help-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 38px 0 0;
  padding: 0;
  color: #7f9189;
  list-style: none;
  font-size: 12px;
}

.help-assurances li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.help-assurances span {
  color: var(--mint);
  font: 10px/1 var(--mono);
}

.help-hero-card {
  padding: 34px;
  border: 1px solid rgba(160, 247, 199, .2);
  border-radius: 9px;
  background: rgba(3, 13, 10, .76);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .24);
}

.help-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(160, 247, 199, .13);
  color: #75877f;
  font: 600 10px/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.help-card-topline i {
  color: var(--mint);
  font-style: normal;
}

.help-hero-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-hero-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(160, 247, 199, .11);
}

.help-hero-card li > span {
  padding-top: 2px;
  color: var(--mint);
  font: 10px/1.5 var(--mono);
}

.help-hero-card li p {
  margin: 0;
  color: #9caea6;
  line-height: 1.5;
}

.help-hero-card li strong {
  display: block;
  margin-bottom: 4px;
  color: #ecf5f0;
}

.help-card-note {
  margin: 22px 0 0;
  padding: 14px 15px;
  border-left: 2px solid var(--amber);
  background: rgba(255, 189, 104, .055);
  color: #baaaa0;
  font-size: 12px;
  line-height: 1.55;
}

.help-jump {
  width: min(calc(100% - 48px), 1440px);
  margin: 18px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(226, 255, 242, .1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: max-content repeat(7, 1fr);
  gap: 18px;
  align-items: center;
  background: rgba(7, 20, 17, .82);
}

.help-jump > span {
  color: #71847b;
  font: 600 9px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.help-jump a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #97a79f;
  font-size: 11px;
  line-height: 1.3;
  transition: color 160ms ease;
}

.help-jump a:hover,
.help-jump a:focus-visible {
  color: var(--mint);
}

.help-jump b {
  color: var(--mint);
  font: 9px/1 var(--mono);
}

.help-layout {
  width: min(calc(100% - 48px), 1240px);
  margin: 120px auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(55px, 9vw, 130px);
  align-items: start;
}

.help-rail {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 0;
  padding: 18px 0;
  border-top: 1px solid rgba(160, 247, 199, .18);
  border-bottom: 1px solid rgba(160, 247, 199, .18);
}

.help-rail > span {
  margin-bottom: 13px;
  color: #667a71;
  font: 600 9px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.help-rail a {
  padding: 9px 0;
  color: #81928a;
  font-size: 12px;
  line-height: 1.35;
  transition: color 160ms ease, transform 160ms ease;
}

.help-rail a:hover,
.help-rail a:focus-visible {
  color: var(--mint);
  transform: translateX(3px);
}

.help-content {
  min-width: 0;
}

.help-section {
  scroll-margin-top: 28px;
  padding: 0 0 120px;
  border-bottom: 1px solid rgba(160, 247, 199, .12);
}

.help-section + .help-section {
  padding-top: 120px;
}

.help-section-heading > span {
  display: block;
  margin-bottom: 20px;
  color: var(--mint);
  font: 600 10px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.help-section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: .96;
  letter-spacing: -.06em;
}

.help-section-heading p {
  max-width: 760px;
  margin: 25px 0 0;
  color: #92a49b;
  font-size: 17px;
  line-height: 1.7;
}

.help-steps {
  margin: 55px 0 0;
  padding: 0;
  border-top: 1px solid rgba(160, 247, 199, .14);
  list-style: none;
}

.help-steps li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(160, 247, 199, .12);
}

.help-steps li > span {
  display: grid;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(160, 247, 199, .28);
  border-radius: 50%;
  place-items: center;
  color: var(--mint);
  font: 10px/1 var(--mono);
}

.help-steps strong {
  display: block;
  margin-bottom: 8px;
  color: #edf6f1;
  font-size: 16px;
}

.help-steps p {
  margin: 0;
  color: #899c93;
  line-height: 1.65;
}

.help-steps b {
  color: #c8d7d0;
}

.help-callout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  margin-top: 38px;
  padding: 25px 27px;
  border: 1px solid rgba(160, 247, 199, .2);
  border-left: 3px solid var(--mint);
  background: rgba(160, 247, 199, .04);
}

.help-callout > span {
  padding-top: 4px;
  color: var(--mint);
  font: 650 10px/1.5 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.help-callout p {
  margin: 0;
  color: #a4b4ac;
  line-height: 1.68;
}

.help-callout-warning {
  border-color: rgba(255, 189, 104, .3);
  border-left-color: var(--amber);
  background: rgba(255, 189, 104, .045);
}

.help-callout-warning > span {
  color: var(--amber);
}

.help-definition-grid,
.help-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 55px;
}

.help-definition-grid article,
.help-split article {
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(160, 247, 199, .14);
  border-radius: 7px;
  background: rgba(9, 24, 20, .58);
}

.help-definition-grid article > span,
.help-label {
  color: var(--mint);
  font: 600 9px/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.help-definition-grid strong {
  display: block;
  margin: 62px 0 11px;
  color: #eaf4ef;
  font-size: 20px;
  letter-spacing: -.025em;
}

.help-definition-grid p,
.help-split p {
  margin: 0;
  color: #86988f;
  line-height: 1.65;
}

.help-split h3 {
  margin: 46px 0 14px;
  color: #eaf3ee;
  font-size: 21px;
  letter-spacing: -.03em;
}

.help-split b {
  color: #c6d5ce;
}

.help-action-list {
  margin-top: 54px;
  border-top: 1px solid rgba(160, 247, 199, .15);
}

.help-action-list article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 35px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(160, 247, 199, .12);
}

.help-action-list article > b {
  color: var(--mint);
  font: 650 11px/1.5 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.help-action-list strong {
  display: block;
  margin-bottom: 9px;
  color: #ecf5f0;
  font-size: 18px;
}

.help-action-list p {
  margin: 0;
  color: #8da097;
  line-height: 1.68;
}

.help-checklist {
  margin-top: 50px;
  counter-reset: none;
}

.help-checklist p {
  display: grid;
  grid-template-columns: 40px 110px 1fr;
  align-items: baseline;
  gap: 15px;
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(160, 247, 199, .12);
  color: #91a39a;
  line-height: 1.6;
}

.help-checklist p:last-child {
  border-bottom: 1px solid rgba(160, 247, 199, .12);
}

.help-checklist span {
  color: var(--mint);
  font: 10px/1 var(--mono);
}

.help-checklist strong {
  color: #e4eee9;
}

.help-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 55px;
}

.help-fit-grid article {
  min-height: 480px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(160, 247, 199, .16);
  border-radius: 8px;
  background: rgba(8, 22, 18, .62);
}

.help-fit-grid article > span {
  display: block;
  margin-bottom: 38px;
  color: var(--mint);
  font: 650 10px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.help-fit-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-fit-grid li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-top: 1px solid rgba(160, 247, 199, .1);
  color: #a2b3aa;
  line-height: 1.55;
}

.help-fit-grid li::before {
  position: absolute;
  top: 17px;
  left: 2px;
  color: var(--mint);
  font: 12px/1 var(--mono);
  content: "✓";
}

.help-fit-grid .help-fit-no {
  border-color: rgba(255, 189, 104, .17);
}

.help-fit-no > span {
  color: var(--amber) !important;
}

.help-fit-no li {
  border-color: rgba(255, 189, 104, .1);
}

.help-fit-no li::before {
  color: var(--amber);
  content: "—";
}

.help-current {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  margin-top: 14px;
  padding: 28px;
  border: 1px solid rgba(160, 247, 199, .15);
}

.help-current span {
  color: var(--mint);
  font: 650 10px/1.5 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.help-current p {
  margin: 0;
  color: #93a49c;
  line-height: 1.68;
}

.help-final-grid article {
  min-height: 270px;
}

.help-cta {
  width: min(calc(100% - 48px), 1440px);
  margin: 0 auto 24px;
  padding: clamp(70px, 9vw, 132px);
  border: 1px solid rgba(160, 247, 199, .16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 50%, rgba(73, 223, 162, .14), transparent 24%),
    linear-gradient(120deg, #081713, #06110e);
}

.help-cta h2 {
  max-width: 900px;
  margin: 24px 0 22px;
  font-size: clamp(52px, 7vw, 96px);
  line-height: .93;
  letter-spacing: -.065em;
}

.help-cta > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #93a59c;
  font-size: 17px;
  line-height: 1.65;
}

.help-cta > div {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

@media (max-width: 1120px) {
  .help-header {
    grid-template-columns: 1fr auto;
  }

  .help-header nav {
    display: none;
  }

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

  .help-hero-card {
    max-width: 720px;
  }

  .help-jump {
    grid-template-columns: repeat(4, 1fr);
  }

  .help-jump > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .download-header-links {
    gap: 14px;
  }

  .download-header-links > a {
    font-size: 11px;
  }

  .help-header,
  .help-hero,
  .help-jump,
  .help-layout,
  .help-cta {
    width: min(calc(100% - 28px), 680px);
  }

  .help-header {
    min-height: 68px;
    margin-top: 14px;
    padding-inline: 14px;
  }

  .help-header-action {
    padding-inline: 12px;
    font-size: 10px;
  }

  .help-hero {
    min-height: 0;
    margin-top: 14px;
    padding: 74px 22px 24px;
    gap: 58px;
  }

  .help-hero-copy h1 {
    font-size: clamp(54px, 15vw, 78px);
  }

  .help-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .help-hero-actions {
    display: grid;
  }

  .help-hero-actions .button {
    width: 100%;
  }

  .help-hero-card {
    padding: 24px 20px;
  }

  .help-jump {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }

  .help-layout {
    grid-template-columns: 1fr;
    margin-block: 85px;
  }

  .help-rail {
    display: none;
  }

  .help-section {
    padding-bottom: 85px;
  }

  .help-section + .help-section {
    padding-top: 85px;
  }

  .help-section-heading h2 {
    font-size: clamp(40px, 11vw, 60px);
  }

  .help-definition-grid,
  .help-split,
  .help-fit-grid {
    grid-template-columns: 1fr;
  }

  .help-callout,
  .help-action-list article,
  .help-current {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .help-checklist p {
    grid-template-columns: 30px 1fr;
  }

  .help-checklist p strong {
    grid-column: 2;
  }

  .help-checklist p {
    column-gap: 12px;
  }

  .help-fit-grid article {
    min-height: 0;
  }

  .help-cta {
    padding: 72px 24px;
  }

  .help-cta > div {
    display: grid;
    align-items: start;
  }

  .help-cta .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .download-private {
    display: none;
  }

  .help-header .brand {
    gap: 8px;
  }

  .help-header .brand-copy strong {
    font-size: 13px;
  }

  .help-header-action {
    min-height: 38px;
  }

  .help-assurances {
    display: grid;
    gap: 12px;
  }

  .help-jump {
    grid-template-columns: 1fr;
  }

  .help-steps li {
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }

  .help-definition-grid article,
  .help-split article {
    min-height: 0;
    padding: 24px;
  }

  .help-definition-grid strong,
  .help-split h3 {
    margin-top: 40px;
  }
}

/* Landing clarity pass · 2026-07-27 */

.clarity-home .site-header {
  position: absolute;
}

.clarity-home .site-header nav {
  gap: 36px;
}

.clarity-home .header-cta {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 13px;
}

.clarity-hero {
  min-height: 880px;
  padding-bottom: 96px;
}

.clarity-hero .hero-copy {
  padding-bottom: 0;
}

.clarity-hero .hero-visual {
  margin-bottom: 0;
}

.clarity-hero .hero-lede {
  max-width: 610px;
  color: #c2d0cb;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
}

.clarity-hero .hero-actions {
  margin-bottom: 30px;
}

.clarity-hero .button {
  min-height: 58px;
  padding-inline: 23px;
  font-size: 14px;
}

.clarity-hero .assurances {
  gap: 12px 24px;
  color: #aab9b4;
  font-size: 13px;
}

.clarity-hero .assurances span {
  font-size: 8px;
}

.hero-patent {
  margin: 17px 0 0;
  color: #71857c;
  font: 700 10px/1.5 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footprint-before-five {
  grid-template-columns: repeat(5, 1fr);
}

.outcomes-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(160, 247, 199, 0.14);
  border-bottom: 1px solid rgba(160, 247, 199, 0.14);
  background: #091512;
}

.outcomes-section article {
  display: grid;
  min-width: 0;
  min-height: 276px;
  padding: 38px max(32px, calc((100vw - var(--max)) / 6));
  border-right: 1px solid rgba(160, 247, 199, 0.14);
  grid-template-rows: auto 1fr auto;
}

.outcomes-section article:last-child {
  border-right: 0;
}

.outcomes-section article > span {
  color: #80938b;
  font: 700 11px/1 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.outcomes-section article > strong {
  align-self: center;
  color: var(--mint);
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 520;
  letter-spacing: -0.075em;
}

.outcomes-section h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.outcomes-section p {
  margin: 0;
  color: #93a59e;
  font-size: 14px;
  line-height: 1.58;
}

.workflow-section,
.trust-section {
  position: relative;
  padding: 136px max(24px, calc((100vw - var(--max)) / 2)) 120px;
  color: var(--ink);
}

.workflow-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(73, 223, 162, 0.18), transparent 30%),
    linear-gradient(rgba(6, 16, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 16, 14, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 56px 56px, 56px 56px, auto;
}

.workflow-section .section-index,
.trust-section .section-index {
  color: #76817c;
}

.workflow-section .eyebrow,
.trust-section .eyebrow,
.clarity-memory .eyebrow {
  color: var(--mint-dark);
}

.clarity-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(52px, 8vw, 118px);
  align-items: end;
  margin-bottom: 58px;
}

.clarity-heading h2 {
  max-width: 800px;
}

.clarity-heading h2 em {
  display: block;
  color: var(--mint-dark);
}

.clarity-heading > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.72;
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.65fr) minmax(0, 1.35fr);
  gap: 18px;
  align-items: stretch;
}

.workflow-steps {
  display: grid;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(6, 16, 14, 0.16);
  border-radius: 12px;
  background: rgba(248, 248, 243, 0.72);
  list-style: none;
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  align-items: start;
  padding: 30px;
  border-bottom: 1px solid rgba(6, 16, 14, 0.13);
}

.workflow-steps li:last-child {
  border-bottom: 0;
}

.workflow-steps li > span {
  color: var(--mint-dark);
  font: 700 13px/1.35 var(--mono);
}

.workflow-steps h3 {
  margin: 0 0 9px;
  font-size: 22px;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.workflow-steps p {
  margin: 0;
  color: #5d6964;
  font-size: 14px;
  line-height: 1.62;
}

.app-preview {
  display: grid;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 16, 14, 0.2);
  border-radius: 12px;
  background: var(--ink);
  box-shadow: 0 32px 80px rgba(6, 16, 14, 0.18);
}

.app-preview-window {
  min-width: 0;
  padding: 14px;
}

.app-preview-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding-inline: 4px;
  color: #70827b;
  font: 10px/1 var(--mono);
}

.app-preview-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #33423d;
}

.app-preview-chrome i:first-child {
  background: #bf745e;
}

.app-preview-chrome i:nth-child(2) {
  background: #b69b57;
}

.app-preview-chrome i:nth-child(3) {
  margin-right: 7px;
  background: #4f9c73;
}

.app-preview-window img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(160, 247, 199, 0.14);
  border-radius: 6px;
}

.app-preview figcaption {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 14px 24px;
  align-items: baseline;
  padding: 23px 25px;
  border-top: 1px solid var(--line-dark);
}

.app-preview figcaption span {
  color: #83958e;
  font: 700 11px/1 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.app-preview figcaption strong {
  color: var(--mint);
  font-size: 18px;
}

.app-preview figcaption p {
  margin: 0;
  color: #9badA6;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.workflow-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
  padding: 25px 28px;
  border: 1px solid rgba(6, 16, 14, 0.16);
  border-radius: 10px;
  background: rgba(248, 248, 243, 0.66);
}

.workflow-cta p {
  max-width: 740px;
  margin: 0;
  color: #5e6a65;
  font-size: 14px;
  line-height: 1.6;
}

.workflow-cta p strong {
  color: var(--ink);
}

.workflow-cta .button {
  min-height: 56px;
}

.runtime-library {
  margin-top: 112px;
  padding-top: 58px;
  border-top: 1px solid rgba(6, 16, 14, 0.16);
  scroll-margin-top: 32px;
}

.runtime-library-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(52px, 8vw, 118px);
  align-items: end;
  margin-bottom: 42px;
}

.runtime-library-heading h2 {
  max-width: 800px;
  margin: 0;
}

.runtime-library-heading h2 em {
  display: block;
  color: var(--mint-dark);
}

.runtime-library-heading > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.72;
}

.runtime-integrations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(6, 16, 14, 0.18);
  border-radius: 12px;
  background: rgba(248, 248, 243, 0.7);
}

.runtime-integration {
  display: grid;
  min-width: 0;
  min-height: 440px;
  padding: clamp(28px, 3vw, 40px);
  border-right: 1px solid rgba(6, 16, 14, 0.14);
  border-bottom: 1px solid rgba(6, 16, 14, 0.14);
  grid-template-rows: auto auto 1fr auto;
}

.runtime-integration:nth-child(even) {
  border-right: 0;
}

.runtime-integration:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.runtime-integration header {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.runtime-integration header > img {
  display: block;
  width: auto;
  max-width: 205px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.runtime-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.runtime-brand img {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: contain;
}

.runtime-brand strong {
  color: var(--ink);
  font-size: clamp(27px, 2.7vw, 37px);
  font-weight: 650;
  letter-spacing: -0.055em;
}

.runtime-brand-comfy img {
  border-radius: 9px;
}

.runtime-status {
  display: inline-flex;
  min-height: 31px;
  padding: 0 12px;
  border: 1px solid rgba(23, 119, 83, 0.28);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  color: var(--mint-dark);
  font: 750 9px/1 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.runtime-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint-dark);
  box-shadow: 0 0 12px rgba(23, 119, 83, 0.35);
}

.runtime-integration h3 {
  max-width: 530px;
  margin: 58px 0 16px;
  color: var(--ink);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 630;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.runtime-integration small {
  color: #77837d;
  font: 700 11px/1.45 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runtime-integration p {
  margin: 0 0 34px;
  color: #596660;
  font-size: 15px;
  line-height: 1.66;
}

.runtime-integration small {
  padding-top: 18px;
  border-top: 1px solid rgba(6, 16, 14, 0.13);
  font-size: 10px;
}

.runtime-lmstudio {
  background:
    radial-gradient(circle at 4% 0%, rgba(111, 82, 255, 0.15), transparent 34%),
    rgba(246, 245, 250, 0.88);
}

.runtime-ollama {
  background:
    radial-gradient(circle at 96% 0%, rgba(6, 16, 14, 0.07), transparent 32%),
    rgba(249, 248, 242, 0.88);
}

.runtime-flux {
  background:
    radial-gradient(circle at 0% 100%, rgba(73, 223, 162, 0.13), transparent 36%),
    rgba(245, 248, 243, 0.9);
}

.runtime-comfy {
  background:
    radial-gradient(circle at 100% 100%, rgba(239, 255, 75, 0.17), transparent 34%),
    rgba(247, 245, 248, 0.9);
}

.runtime-foundation {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
  margin-top: 14px;
  padding: 30px 34px;
  border: 1px solid rgba(6, 16, 14, 0.18);
  border-radius: 10px;
  background: var(--ink);
}

.runtime-foundation div {
  display: grid;
  gap: 9px;
}

.runtime-foundation span {
  color: var(--mint);
  font: 700 10px/1.4 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.runtime-foundation strong {
  color: var(--white);
  font-size: 20px;
  line-height: 1.32;
  letter-spacing: -0.025em;
}

.runtime-foundation p {
  margin: 0;
  color: #9baca5;
  font-size: 14px;
  line-height: 1.65;
}

.packing-proof {
  display: grid;
  grid-template-columns: 190px minmax(260px, 0.7fr) minmax(320px, 1.3fr);
  gap: 32px;
  align-items: center;
  margin-top: 14px;
  padding: 30px 34px;
  border: 1px solid rgba(6, 16, 14, 0.18);
  border-radius: 10px;
  background: rgba(248, 248, 243, 0.74);
}

.packing-proof > span {
  color: var(--mint-dark);
  font: 700 10px/1.4 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.packing-proof > strong {
  color: var(--ink);
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 620;
  letter-spacing: -0.05em;
}

.packing-proof p {
  margin: 0;
  color: #5d6964;
  font-size: 13px;
  line-height: 1.64;
}

.clarity-memory {
  padding-top: 136px;
}

.clarity-memory .clarity-heading h2 em {
  color: var(--mint-dark);
}

.clarity-memory .memory-card {
  min-height: 540px;
}

.memory-number-plain {
  align-items: center;
  margin-block: 52px;
}

.memory-number-plain strong {
  font-size: clamp(66px, 6.4vw, 98px);
}

.memory-number-plain > span {
  max-width: 220px;
  font-size: 16px;
}

.clarity-memory .memory-card > header {
  font-size: 11px;
}

.clarity-memory .memory-ram-row > div {
  font-size: 12px;
}

.clarity-memory .memory-compare > footer span {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.5;
}

.clarity-memory .memory-boundary p {
  font-size: 14px;
}

.proof-section {
  position: relative;
  padding: 136px max(24px, calc((100vw - var(--max)) / 2)) 118px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(73, 223, 162, 0.12), transparent 28%),
    radial-gradient(circle at 6% 100%, rgba(131, 231, 231, 0.06), transparent 29%),
    #07120f;
}

.clarity-heading-dark h2 em {
  color: var(--mint);
}

.clarity-heading-dark > p {
  color: #99aaa4;
}

.proof-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    rgba(2, 9, 7, 0.54);
  background-size: 44px 44px;
}

.proof-ledger article {
  min-width: 0;
  min-height: 390px;
  padding: clamp(28px, 3.2vw, 44px);
  border-right: 1px solid var(--line-dark);
}

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

.proof-ledger header {
  display: grid;
  gap: 8px;
  min-height: 48px;
  color: #81928b;
  font: 11px/1.35 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proof-ledger header b {
  color: var(--amber);
  font-size: 10px;
}

.proof-ledger article > strong {
  display: block;
  margin-top: 64px;
  color: var(--mint);
  font: 700 clamp(18px, 2vw, 25px)/1.2 var(--mono);
  letter-spacing: -0.04em;
}

.proof-ledger article > strong i {
  margin-inline: 6px;
  color: #6c7f77;
  font-style: normal;
}

.proof-ledger h3 {
  margin: 18px 0 12px;
  color: var(--white);
  font-size: 23px;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.proof-ledger p {
  margin: 0;
  color: #91a39c;
  font-size: 14px;
  line-height: 1.65;
}

.integrity-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, auto);
  gap: 28px;
  align-items: center;
  margin-top: 14px;
  padding: 24px 28px;
  border: 1px solid rgba(160, 247, 199, 0.2);
  border-radius: 10px;
  background: rgba(160, 247, 199, 0.045);
}

.integrity-strip span {
  color: #82958d;
  font: 11px/1.4 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.integrity-strip strong {
  color: var(--mint);
  font-size: 14px;
}

.proof-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  margin-top: 24px;
}

.proof-foot p {
  max-width: 760px;
  margin: 0;
  color: #869890;
  font-size: 14px;
  line-height: 1.65;
}

.proof-foot > div {
  display: flex;
  gap: 24px;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
  background:
    radial-gradient(circle at 0 100%, rgba(73, 223, 162, 0.15), transparent 28%),
    var(--paper);
}

.trust-copy h2 em {
  display: block;
  color: var(--mint-dark);
}

.trust-copy > p:last-child {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.72;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(6, 16, 14, 0.16);
  border-left: 1px solid rgba(6, 16, 14, 0.16);
}

.trust-grid article {
  min-height: 205px;
  padding: 28px;
  border-right: 1px solid rgba(6, 16, 14, 0.16);
  border-bottom: 1px solid rgba(6, 16, 14, 0.16);
}

.trust-grid article > span {
  color: var(--mint-dark);
  font: 700 11px/1 var(--mono);
}

.trust-grid h3 {
  margin: 38px 0 8px;
  font-size: 21px;
  font-weight: 640;
  letter-spacing: -0.04em;
}

.trust-grid p {
  margin: 0;
  color: #5f6c66;
  font-size: 14px;
  line-height: 1.62;
}

.games-cross-sell {
  --games-accent: var(--mint);
  --games-accent-soft: #c9ffdf;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: center;
  padding: 104px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(160, 247, 199, .2);
  border-bottom: 1px solid rgba(160, 247, 199, .2);
  background:
    radial-gradient(circle at 100% 0, rgba(73, 223, 162, .13), transparent 38%),
    linear-gradient(rgba(160, 247, 199, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(160, 247, 199, .03) 1px, transparent 1px),
    #07120f;
  background-size: auto, 62px 62px, 62px 62px, auto;
  color: var(--white);
}

.games-cross-copy .eyebrow {
  color: var(--games-accent);
}

.games-cross-copy .eyebrow span {
  background: var(--games-accent);
}

.games-cross-copy h2 {
  max-width: 720px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .96;
}

.games-cross-copy h2 em {
  display: block;
  color: var(--games-accent);
}

.games-cross-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 0;
  color: #a8bab2;
  font-size: 16px;
  line-height: 1.72;
}

.games-cross-cta {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  padding: 15px 18px;
  border: 1px solid rgba(160, 247, 199, .48);
  border-radius: 2px;
  background: rgba(160, 247, 199, .08);
  color: var(--games-accent-soft);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.games-cross-cta:hover,
.games-cross-cta:focus-visible {
  border-color: var(--games-accent);
  background: var(--games-accent);
  color: #07120f;
}

.games-cross-proof {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(160, 247, 199, .26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0, rgba(73, 223, 162, .1), transparent 38%),
    rgba(5, 20, 15, .88);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
}

.games-cross-proof-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(160, 247, 199, .2);
  color: #7f928a;
  font: 700 10px/1.35 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.games-cross-proof-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--games-accent);
  font-weight: 700;
  text-align: right;
}

.games-cross-proof-head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--games-accent);
  box-shadow: 0 0 10px rgba(160, 247, 199, .72);
}

.games-drive-bars {
  margin-top: 24px;
}

.games-drive-row {
  display: grid;
  gap: 10px;
}

.games-drive-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: #91a49b;
  font-size: 13px;
}

.games-drive-label strong {
  color: #e7f1ec;
  font: 700 14px/1 var(--mono);
  white-space: nowrap;
}

.games-drive-track {
  position: relative;
  height: 56px;
  overflow: hidden;
  border: 1px solid rgba(160, 247, 199, .18);
  border-radius: 5px;
  background: rgba(3, 13, 10, .82);
}

.games-drive-track-source {
  background: rgba(210, 225, 218, .19);
}

.games-drive-track-archive i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 48.08%;
  background: linear-gradient(90deg, #4ddda4, #8de7c1);
  box-shadow: 0 0 24px rgba(73, 223, 162, .16);
}

.games-drive-track span {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  color: #dfeae5;
  font: 700 12px/1 var(--mono);
  letter-spacing: .06em;
  transform: translateY(-50%);
}

.games-drive-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 17px 0;
  color: var(--games-accent);
  font: 700 10px/1.3 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.games-drive-outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  border: 1px solid rgba(160, 247, 199, .22);
  border-radius: 5px;
  background: rgba(3, 13, 10, .54);
}

.games-drive-outcomes > div {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-right: 1px solid rgba(160, 247, 199, .18);
}

.games-drive-outcomes > div:last-child {
  border-right: 0;
}

.games-drive-outcomes span {
  color: #81948b;
  font: 700 10px/1.3 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.games-drive-outcomes strong {
  color: var(--games-accent);
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1;
  letter-spacing: -.045em;
}

.games-cross-proof > small {
  display: block;
  margin-top: 18px;
  color: #71857c;
  font: 10px/1.55 var(--mono);
}

.closing-section {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 680px;
  padding: 140px 24px 118px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    #06110f;
  background-size: 62px 62px;
  text-align: center;
}

.closing-glow {
  position: absolute;
  bottom: -340px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(160, 247, 199, 0.15);
  border-radius: 50%;
  box-shadow: inset 0 0 140px rgba(73, 223, 162, 0.06);
}

.closing-section > *:not(.closing-glow) {
  position: relative;
  z-index: 1;
}

.closing-section .eyebrow {
  justify-content: center;
}

.closing-section h2 {
  max-width: 900px;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.94;
}

.closing-section h2 em {
  display: block;
  color: var(--mint);
}

.closing-section > p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0 0;
  color: #a9bab3;
  font-size: 18px;
  line-height: 1.65;
}

.closing-actions {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.closing-actions .button {
  min-width: 210px;
  min-height: 58px;
  font-size: 14px;
}

.closing-note {
  margin-top: 28px;
  color: #7f928a;
  font: 11px/1.5 var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.clarity-home body > footer,
.clarity-home > footer {
  min-height: 152px;
}

.clarity-home > footer > div {
  gap: 24px;
}

@media (max-width: 1060px) {
  .clarity-home .site-header nav {
    display: none;
  }

  .clarity-hero {
    grid-template-columns: 1fr;
    gap: 52px;
    min-height: 0;
    padding-top: 150px;
  }

  .clarity-hero .hero-copy,
  .clarity-hero .hero-visual {
    width: min(760px, 100%);
    max-width: none;
    margin-inline: auto;
  }

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

  .outcomes-section article {
    min-height: 0;
    padding: 32px max(32px, calc((100vw - 760px) / 2));
    border-right: 0;
    border-bottom: 1px solid rgba(160, 247, 199, 0.14);
    grid-template-columns: 140px 1fr;
    grid-template-rows: auto auto;
    gap: 8px 28px;
  }

  .outcomes-section article:last-child {
    border-bottom: 0;
  }

  .outcomes-section article > span {
    grid-column: 1 / -1;
  }

  .outcomes-section article > strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 54px;
  }

  .outcomes-section article > div {
    align-self: center;
    grid-column: 2;
    grid-row: 2;
  }

  .clarity-heading,
  .runtime-library-heading,
  .trust-section,
  .games-cross-sell {
    grid-template-columns: 1fr;
  }

  .games-cross-sell {
    gap: 46px;
  }

  .clarity-heading,
  .runtime-library-heading {
    gap: 26px;
  }

  .clarity-heading > p,
  .runtime-library-heading > p {
    max-width: 720px;
  }

  .workflow-layout {
    grid-template-columns: 1fr;
  }

  .workflow-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-steps li {
    grid-template-columns: 1fr;
    border-right: 1px solid rgba(6, 16, 14, 0.13);
    border-bottom: 0;
  }

  .workflow-steps li:nth-child(even) {
    border-right: 0;
  }

  .workflow-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(6, 16, 14, 0.13);
  }

  .runtime-foundation,
  .packing-proof {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .app-preview figcaption {
    grid-template-columns: auto 1fr;
  }

  .app-preview figcaption p {
    grid-column: 1 / -1;
    text-align: left;
  }

  .proof-ledger {
    grid-template-columns: 1fr;
  }

  .proof-ledger article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

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

  .proof-ledger article > strong {
    margin-top: 38px;
  }

  .integrity-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .integrity-strip span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .clarity-home .site-header {
    top: 14px;
    width: calc(100% - 28px);
  }

  .clarity-home .site-header .brand {
    font-size: 14px;
  }

  .clarity-home .header-cta span {
    display: inline;
  }

  .clarity-home .header-cta {
    gap: 10px;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .clarity-hero {
    gap: 42px;
    padding: 126px 18px 64px;
  }

  .clarity-hero h1 {
    font-size: clamp(50px, 13vw, 64px);
  }

  .clarity-hero .hero-lede {
    font-size: 16px;
  }

  .clarity-hero .hero-actions {
    display: grid;
  }

  .clarity-hero .button {
    width: 100%;
  }

  .clarity-hero .assurances {
    display: grid;
    gap: 10px;
  }

  .clarity-hero .hero-visual {
    padding: 12px;
  }

  .clarity-hero .compression-figure {
    padding: 14px;
  }

  .clarity-hero .visual-topline,
  .clarity-hero .footprint-scale,
  .clarity-hero .footprint-label,
  .clarity-hero .footprint-row small,
  .clarity-hero .footprint-conversion,
  .clarity-hero .visual-footer {
    font-size: 12px;
  }

  .clarity-hero .footprint-label {
    display: grid;
    gap: 5px;
  }

  .clarity-hero .footprint-label strong {
    font-size: 14px;
  }

  .clarity-hero .footprint-scale {
    grid-template-columns: auto 1fr;
  }

  .clarity-hero .footprint-scale span:last-child {
    display: none;
  }

  .clarity-hero .footprint-track {
    height: 66px;
  }

  .clarity-hero .footprint-saved {
    gap: 7px;
  }

  .clarity-hero .footprint-saved strong {
    font-size: 24px;
  }

  .outcomes-section article {
    padding: 30px 20px;
    grid-template-columns: 96px 1fr;
    gap: 10px 18px;
  }

  .outcomes-section article > strong {
    font-size: 43px;
  }

  .outcomes-section h2 {
    font-size: 17px;
  }

  .outcomes-section p {
    font-size: 13px;
  }

  .workflow-section,
  .clarity-memory,
  .proof-section,
  .trust-section,
  .games-cross-sell {
    padding: 104px 18px 82px;
  }

  .games-cross-copy h2 {
    font-size: clamp(46px, 12vw, 58px);
  }

  .games-cross-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .clarity-heading {
    margin-bottom: 38px;
  }

  .clarity-heading h2,
  .runtime-library-heading h2,
  .trust-copy h2 {
    font-size: clamp(46px, 12vw, 58px);
  }

  .clarity-heading > p,
  .runtime-library-heading > p,
  .trust-copy > p:last-child {
    font-size: 15px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-steps li {
    grid-template-columns: 42px 1fr;
    padding: 25px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 16, 14, 0.13);
  }

  .workflow-steps li:nth-child(even) {
    border-right: 0;
  }

  .workflow-steps li:last-child {
    border-bottom: 0;
  }

  .workflow-steps h3 {
    font-size: 20px;
  }

  .workflow-steps p {
    font-size: 14px;
  }

  .app-preview-window {
    padding: 8px;
  }

  .app-preview figcaption {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 20px;
  }

  .app-preview figcaption p {
    grid-column: auto;
  }

  .workflow-cta,
  .proof-foot {
    grid-template-columns: 1fr;
  }

  .workflow-cta {
    padding: 22px;
  }

  .workflow-cta .button {
    width: 100%;
  }

  .runtime-library {
    margin-top: 82px;
    padding-top: 42px;
  }

  .runtime-library-heading {
    margin-bottom: 34px;
  }

  .runtime-integration {
    min-height: 0;
    padding: 28px 24px;
  }

  .runtime-integrations {
    grid-template-columns: 1fr;
  }

  .runtime-integration,
  .runtime-integration:nth-child(even),
  .runtime-integration:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(6, 16, 14, 0.14);
  }

  .runtime-integration:last-child {
    border-bottom: 0;
  }

  .runtime-integration h3 {
    margin-top: 46px;
  }

  .runtime-integration header {
    align-items: flex-start;
  }

  .runtime-integration header > img {
    max-width: 170px;
  }

  .runtime-status {
    min-height: 29px;
    padding-inline: 10px;
  }

  .runtime-foundation,
  .packing-proof {
    padding: 25px 23px;
  }

  .memory-number-plain {
    align-items: flex-start;
    flex-direction: column;
  }

  .memory-number-plain strong {
    font-size: 72px;
  }

  .memory-number-plain > span {
    max-width: none;
    font-size: 15px;
  }

  .clarity-memory .memory-card > header {
    font-size: 10px;
  }

  .clarity-memory .memory-ram-row > div {
    font-size: 11px;
  }

  .clarity-memory .memory-boundary p {
    font-size: 13px;
  }

  .proof-ledger article {
    padding: 30px 24px;
  }

  .proof-ledger article > strong {
    font-size: 18px;
  }

  .integrity-strip {
    grid-template-columns: 1fr;
  }

  .integrity-strip span {
    grid-column: auto;
  }

  .proof-foot > div {
    display: grid;
    gap: 14px;
  }

  .trust-section {
    gap: 42px;
  }

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

  .trust-grid article {
    min-height: 0;
  }

  .closing-section {
    min-height: 620px;
    padding: 108px 18px 90px;
  }

  .closing-section h2 {
    font-size: clamp(50px, 13vw, 66px);
  }

  .closing-section > p:not(.eyebrow) {
    font-size: 16px;
  }

  .closing-actions {
    display: grid;
    width: 100%;
    max-width: 520px;
  }

  .closing-actions .button {
    width: 100%;
  }

  .closing-note {
    max-width: 330px;
    font-size: 10px;
  }

  .clarity-home > footer {
    padding-inline: 18px;
  }
}

@media (max-width: 430px) {
  .clarity-home .site-header {
    grid-template-columns: 1fr auto;
  }

  .clarity-home .header-cta {
    grid-column: 2;
  }

  .clarity-hero .visual-footer {
    display: grid;
    gap: 7px;
  }

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

  .outcomes-section article > strong,
  .outcomes-section article > div {
    grid-column: 1;
  }

  .outcomes-section article > strong {
    grid-row: auto;
    margin-top: 10px;
  }

  .outcomes-section article > div {
    grid-row: auto;
  }

  .memory-scale-number {
    gap: 8px;
  }

  .memory-scale-number strong {
    font-size: 39px;
  }

  .games-cross-proof {
    padding: 17px;
  }

  .games-cross-proof-head {
    display: grid;
    gap: 7px;
  }

  .games-cross-proof-head strong {
    justify-content: flex-start;
    text-align: left;
  }

  .games-drive-outcomes > div {
    padding: 16px 13px;
  }
}

@media (max-width: 350px) {
  .clarity-home .site-header > .brand {
    gap: 7px;
  }

  .clarity-home .site-header .brand-copy strong {
    font-size: 12px;
  }
}

/* Landing proof restoration · 2026-07-27 */

@media (min-width: 1061px) {
  .clarity-hero {
    min-height: 780px;
    padding-top: 128px;
    padding-bottom: 58px;
  }

  .clarity-hero .hero-copy,
  .clarity-hero .hero-visual {
    align-self: start;
    margin-top: 30px;
  }
}

.gguf-proof-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(52px, 8vw, 118px);
  align-items: end;
  margin: 112px 0 42px;
  padding-top: 58px;
  border-top: 1px solid rgba(6, 16, 14, 0.16);
}

.gguf-proof-intro h2 {
  max-width: 780px;
}

.gguf-proof-intro h2 em {
  display: block;
  color: var(--mint-dark);
}

.gguf-proof-intro > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.72;
}

.clarity-home .lmstudio-results p {
  font-size: 14px;
}

.clarity-home .lmstudio-results article > span,
.clarity-home .lmstudio-mini-row > div {
  font-size: 11px;
}

.clarity-home .lmstudio-mini-row > div b,
.clarity-home .lmstudio-results article > em {
  font-size: 13px;
}

.clarity-home .lmstudio-runtime-card li {
  font-size: 10px;
}

.clarity-home .lmstudio-storage-comparison .fine-print,
.clarity-home .deep-evidence .fine-print {
  font-size: 13px;
}

.clarity-home .storage-value-caveat {
  max-width: 1160px;
  font-size: 12px;
}

.deep-evidence {
  border-top: 1px solid rgba(160, 247, 199, 0.12);
}

.restored-benchmarks {
  border-top: 1px solid rgba(160, 247, 199, 0.12);
}

.clarity-home .direct-row > span,
.clarity-home .direct-panel footer span,
.clarity-home .direct-panel header p,
.clarity-home .direct-scale {
  font-size: 12px;
}

.clarity-home .direct-row > span > small {
  font-size: 10px;
}

.clarity-home .direct-row > i > b {
  font-size: 12px;
}

.clarity-home .weissman-copy > p:not(.eyebrow) {
  font-size: 14px;
}

.clarity-home .weissman-copy > strong,
.clarity-home .weissman-result > span,
.clarity-home .weissman-result > small,
.clarity-home .weissman-card > footer {
  font-size: 10px;
}

.clarity-home .landscape-caveat p,
.clarity-home .source-links a,
.clarity-home .benchmark-status {
  font-size: 12px;
}

.restored-method {
  border-top: 1px solid rgba(6, 16, 14, 0.1);
}

.clarity-home .method-intro > p {
  font-size: 16px;
}

.clarity-home .ledger-row b {
  font-size: 15px;
}

.clarity-home .ledger-row small,
.clarity-home .ledger-foot {
  font-size: 12px;
}

@media (max-width: 1060px) {
  .gguf-proof-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gguf-proof-intro > p {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .gguf-proof-intro {
    margin-top: 82px;
    padding-top: 42px;
  }

  .gguf-proof-intro h2 {
    font-size: clamp(44px, 12vw, 58px);
  }

  .gguf-proof-intro > p {
    font-size: 15px;
  }

  .clarity-home .lmstudio-results p,
  .clarity-home .weissman-copy > p:not(.eyebrow),
  .clarity-home .method-intro > p {
    font-size: 14px;
  }
}

/* Tensor Learn reading layout · 2026-08-06
   These pages are an editorial surface, not a second product landing page. */

.learn-page {
  padding-bottom: 0;
  background: #f2f2eb;
  color: #13221c;
}

.learn-page .site-header {
  position: absolute;
}

.learn-page .site-header .brand {
  color: var(--white);
}

.learn-main {
  overflow: visible;
}

.learn-hub-page .learn-hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, .82fr);
  gap: clamp(42px, 6vw, 96px);
  min-height: 0;
  padding: 152px max(24px, calc((100vw - var(--max)) / 2)) 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 25%, rgba(72, 218, 158, .15), transparent 34%),
    linear-gradient(135deg, #06110e, #0a1b16 62%, #06120f);
}

.learn-hub-page .learn-hero::after {
  display: none;
}

.learn-hub-page .learn-hero-inner {
  width: auto;
  max-width: 680px;
  margin: 0;
  align-self: center;
}

.learn-hub-page .learn-hero h1 {
  max-width: 620px;
  margin: 18px 0;
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: .94;
}

.learn-hub-page .learn-hero p:not(.eyebrow) {
  max-width: 610px;
  font-size: 17px;
}

.learn-hub-cover {
  align-self: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(160, 247, 199, .22);
  border-radius: 3px;
  background: #07120f;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .3);
}

.learn-hub-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.learn-home-hub .learn-hub-cover img {
  object-position: 60% center;
}

.learn-context {
  gap: 8px 17px;
  margin-top: 25px;
}

.learn-content,
.learn-hub-grid {
  width: min(1180px, calc(100% - 48px));
}

.learn-content {
  padding: 68px 0;
}

.learn-section-heading {
  grid-template-columns: minmax(220px, .74fr) minmax(0, 1.26fr);
  margin-bottom: 34px;
}

.learn-section-heading h2 {
  font-size: clamp(33px, 3.7vw, 50px);
}

.learn-hub-grid {
  gap: 0;
  padding-bottom: 74px;
  border-top: 1px solid rgba(6, 16, 14, .15);
}

.learn-card {
  min-height: 0;
  padding: 27px 24px 30px;
  border: 0;
  border-right: 1px solid rgba(6, 16, 14, .14);
  border-radius: 0;
  background: transparent;
}

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

.learn-card:hover {
  box-shadow: none;
  transform: none;
}

.learn-card h3 {
  margin: 17px 0 11px;
  font-size: 25px;
}

.learn-card-footer {
  margin-top: 22px;
  padding-top: 0;
}

.learn-card-featured,
.learn-card-featured .learn-card-kicker,
.learn-card-featured h3,
.learn-card-featured .learn-card-footer {
  background: transparent;
  color: var(--ink);
}

.learn-card-featured .learn-card-kicker {
  color: var(--mint-dark);
}

.learn-card-featured p {
  color: var(--muted-light);
}

.learn-paths {
  padding-top: 58px;
}

.learn-paths-list {
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--line-light);
}

.learn-paths-list a {
  min-height: 132px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  border-radius: 0;
}

.learn-paths-list a:hover {
  padding-left: 8px;
  border-color: var(--mint-dark);
}

.learn-index {
  padding: 66px 0 88px;
}

.learn-list {
  grid-template-columns: minmax(0, 1fr) 296px;
  gap: 0 58px;
}

.learn-list-item {
  gap: 18px;
  padding: 27px 0 29px;
}

.learn-list-item h2 {
  max-width: 660px;
  margin-bottom: 8px;
  font-size: clamp(25px, 2.8vw, 37px);
}

.learn-list-side {
  align-self: start;
  padding-top: 27px;
}

.learn-list-side > div {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(160, 247, 199, .23);
  border-radius: 3px;
  background: #07120f;
  color: var(--white);
}

.learn-list-side h2,
.learn-list-side p,
.learn-list-side a {
  margin-right: 20px;
  margin-left: 20px;
}

.learn-list-side h2 {
  color: var(--white);
}

.learn-list-side p {
  color: #b9c9c2;
}

.learn-list-side a {
  margin-bottom: 22px;
  color: var(--mint);
}

.learn-list-ad > a:first-child {
  display: block;
  margin: 0;
  color: var(--white);
  text-decoration: none;
}

.learn-list-ad > a:first-child::before,
.learn-rail-ad-visual::before {
  display: block;
  height: 112px;
  content: "";
  border-bottom: 1px solid rgba(160, 247, 199, .18);
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(160, 247, 199, .3) 22.4% 22.9%, transparent 23.3% 52%, rgba(160, 247, 199, .16) 52.4% 52.8%, transparent 53.2%),
    linear-gradient(0deg, transparent 0 30%, rgba(160, 247, 199, .12) 30.4% 30.9%, transparent 31.3% 65%, rgba(160, 247, 199, .24) 65.4% 65.9%, transparent 66.3%),
    radial-gradient(circle at 72% 33%, rgba(160, 247, 199, .3), transparent 18%),
    linear-gradient(135deg, #0c2921, #06110e 58%, #0a1d17);
}

.learn-list-ad > a:first-child::before {
  box-sizing: border-box;
  padding: 17px 20px;
  color: var(--mint);
  content: "LOCAL MODEL LIBRARY\A READY FOR WHAT’S NEXT";
  font: 700 11px/1.48 var(--mono);
  letter-spacing: .07em;
  white-space: pre-line;
}

.learn-rail-ad-visual::before {
  box-sizing: border-box;
  height: 116px;
  padding: 17px 18px;
  color: var(--mint);
  content: "DISK PRESSURE?\A KEEP THE FILES.\A CLEAR THE REPEAT.";
  font: 700 11px/1.48 var(--mono);
  letter-spacing: .07em;
  white-space: pre-line;
}

.learn-list-ad > a:first-child > span {
  display: block;
  margin: 17px 20px 0;
  color: var(--mint);
  font: 700 9px/1.4 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.learn-list-ad h2 {
  margin-top: 9px;
}

.learn-list-ad-cta {
  display: block !important;
  margin: 18px 20px 20px !important;
  padding: 11px 12px;
  border-radius: 2px;
  background: var(--mint);
  color: var(--ink) !important;
  font: 750 11px/1.2 var(--mono) !important;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
}

.learn-post {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: minmax(0, 744px) minmax(250px, 292px);
  gap: clamp(48px, 7vw, 112px);
  padding: 154px 0 104px;
}

.learn-post h1 {
  max-width: 740px;
  margin-bottom: 20px;
  font-size: clamp(43px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.058em;
}

.learn-post-lead {
  max-width: 720px;
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 1.58;
}

.learn-post-meta {
  margin-bottom: 17px;
}

.learn-cover {
  max-width: 744px;
  margin: 32px 0 38px;
}

.learn-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 811;
  object-fit: cover;
  border: 1px solid rgba(6, 16, 14, .13);
  border-radius: 3px;
}

.learn-cover figcaption {
  margin-top: 10px;
  color: #63726a;
  font: 600 11px/1.45 var(--mono);
}

.learn-article code {
  padding: .12em .36em;
  border: 1px solid rgba(6, 16, 14, .12);
  border-radius: 3px;
  background: rgba(6, 16, 14, .055);
  color: #102f25;
  font: 650 .86em/1.45 var(--mono);
  overflow-wrap: anywhere;
}

.learn-code {
  max-width: 720px;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid rgba(160, 247, 199, .2);
  border-radius: 3px;
  background: #07120f;
  box-shadow: 0 14px 30px rgba(6, 16, 14, .09);
}

.learn-code code {
  display: block;
  width: max-content;
  min-width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #d8e8e0;
  font: 600 13px/1.75 var(--mono);
  overflow-wrap: normal;
}

.learn-code .learn-code-comment {
  color: #7d9389;
}

.learn-article h2,
.learn-section-heading h2 {
  letter-spacing: -.045em;
}

.learn-article h2 {
  margin: 48px 0 15px;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.02;
}

.learn-article h3 {
  margin-top: 35px;
}

.learn-article p,
.learn-article li {
  max-width: 720px;
  color: #38463f;
  font-size: 17px;
  line-height: 1.76;
}

.learn-article p {
  margin-bottom: 20px;
}

.learn-note,
.learn-evidence,
.learn-inline-cta {
  max-width: 720px;
  margin: 42px 0;
  padding: 30px 32px;
  border-radius: 2px;
}

.learn-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px 34px;
  align-items: center;
  border: 1px solid rgba(160, 247, 199, .2);
  background:
    radial-gradient(circle at 91% 12%, rgba(160, 247, 199, .13), transparent 28%),
    linear-gradient(135deg, #071a13, #081510 64%);
  box-shadow: 0 18px 36px rgba(6, 16, 14, .1);
}

.learn-article .learn-inline-cta p {
  max-width: 520px;
  margin: 0;
  color: #c7d9d0;
  font-size: 15px;
  line-height: 1.56;
}

.learn-inline-cta p::before {
  display: block;
  margin-bottom: 11px;
  color: var(--mint);
  content: "MAKE ROOM FOR WHAT’S NEXT";
  font: 700 10px/1.4 var(--mono);
  letter-spacing: .1em;
}

.learn-article .learn-inline-cta strong {
  display: block;
  margin-bottom: 9px;
  color: #f4fbf7;
  font-size: clamp(22px, 2.35vw, 29px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.learn-inline-cta .button {
  min-width: 212px;
  margin: 0;
  justify-content: center;
  white-space: nowrap;
}

.learn-rail {
  align-self: start;
  position: sticky;
  top: 104px;
  display: block;
  padding: 0;
}

.learn-rail-ad {
  margin-bottom: 27px;
  overflow: hidden;
  border: 1px solid rgba(160, 247, 199, .25);
  border-radius: 3px;
  background: #07120f;
  box-shadow: 0 16px 38px rgba(6, 16, 14, .15);
}

.learn-rail-ad-visual {
  display: block;
  color: var(--white);
  text-decoration: none;
}

.learn-rail-ad-visual span,
.learn-rail-ad-visual strong,
.learn-rail-ad-visual small {
  display: block;
  margin-right: 18px;
  margin-left: 18px;
}

.learn-rail-ad-visual span {
  margin-top: 18px;
  color: var(--mint);
  font: 700 9px/1.4 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.learn-rail-ad-visual strong {
  margin-top: 9px;
  color: #f4fbf7;
  font-size: 23px;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.learn-rail-ad-visual small {
  margin-top: 12px;
  margin-bottom: 18px;
  color: #b8c8c1;
  font-size: 12px;
  line-height: 1.48;
}

.learn-rail-ad-cta {
  display: block;
  margin: 0 18px 18px;
  padding: 11px 12px;
  border-radius: 2px;
  background: var(--mint);
  color: var(--ink);
  font: 750 11px/1.2 var(--mono);
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
}

.learn-rail > span {
  display: block;
  margin: 0 0 9px;
  color: #64746c;
  font: 700 10px/1.4 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.learn-rail > a:not(.learn-rail-ad-cta) {
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid rgba(6, 16, 14, .12);
  color: #405148;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.learn-rail > a:hover,
.learn-rail-home:hover {
  color: var(--mint-dark);
}

.learn-rail-home {
  margin-top: 15px;
  color: var(--mint-dark) !important;
  font: 700 11px/1.4 var(--mono);
}

.learn-download-banner {
  display: none;
}

.learn-mobile-cta {
  display: none;
}

.footer-family-compact {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 15px;
  color: #84968e;
  font: 650 10px/1.4 var(--mono);
  letter-spacing: .035em;
}

.footer-family-compact > * {
  white-space: nowrap;
}

.footer-family-label {
  color: #5f746b;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-family-compact strong {
  color: var(--mint);
  font-weight: 750;
}

.footer-family-compact a {
  color: #9bdcff;
  text-decoration: none;
}

.footer-family-compact a:hover,
.footer-family-compact a:focus-visible {
  color: #d8f2ff;
}

.footer-family-compact small {
  margin-left: 4px;
  color: #5f746b;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-editorial {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  gap: 22px 32px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(160, 247, 199, .16);
  border-radius: 3px;
  background:
    radial-gradient(circle at 100% 0, rgba(160, 247, 199, .09), transparent 32%),
    linear-gradient(135deg, rgba(160, 247, 199, .035), rgba(160, 247, 199, .012));
}

.footer-editorial-intro {
  display: grid;
  gap: 7px;
}

.footer-editorial-intro strong {
  color: #f1f8f4;
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.footer-editorial-intro small {
  max-width: 330px;
  color: #81938b;
  font-size: 11px;
  line-height: 1.55;
}

.footer-editorial-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.footer-editorial a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(160, 247, 199, .22);
  border-radius: 2px;
  color: #d9e5df;
  font: 650 11px/1.4 var(--mono);
  letter-spacing: .02em;
  text-decoration: none;
}

.footer-editorial a::after {
  color: var(--mint);
  content: "→";
  font-size: 13px;
}

.footer-editorial a:hover,
.footer-editorial a:focus-visible {
  border-color: var(--mint);
  background: rgba(160, 247, 199, .06);
  color: var(--mint);
}

@media (max-width: 1060px) {
  .learn-hub-page .learn-hero {
    grid-template-columns: 1fr;
    gap: 33px;
  }

  .learn-hub-cover {
    max-width: 720px;
  }

  .learn-post {
    grid-template-columns: minmax(0, 1fr) 238px;
    gap: 32px;
  }
}

@media (max-width: 820px) {
  .learn-hub-page .learn-hero {
    padding-top: 132px;
  }

  .learn-section-heading,
  .learn-list,
  .learn-post {
    grid-template-columns: 1fr;
  }

  .learn-list-side {
    display: none;
  }

  .learn-post {
    width: min(720px, calc(100% - 36px));
    padding-top: 126px;
  }

  .learn-rail {
    display: none;
  }

  .learn-article-page {
    padding-bottom: 78px;
  }

  .learn-mobile-cta {
    position: fixed;
    z-index: 80;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px 10px 15px;
    border: 1px solid rgba(160, 247, 199, .45);
    border-radius: 3px;
    background: rgba(5, 20, 15, .97);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
    color: #eef9f3;
    text-decoration: none;
    backdrop-filter: blur(12px);
  }

  .learn-mobile-cta span {
    max-width: 190px;
    font-size: 13px;
    line-height: 1.22;
    letter-spacing: -.015em;
  }

  .learn-mobile-cta strong {
    flex: 0 0 auto;
    padding: 10px 11px;
    border-radius: 2px;
    background: var(--mint);
    color: var(--ink);
    font: 750 10px/1 var(--mono);
    letter-spacing: .02em;
  }

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

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

  .learn-article .learn-inline-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
  }

  .learn-inline-cta .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .learn-hub-page .learn-hero {
    padding: 112px 18px 44px;
  }

  .learn-hub-page .learn-hero h1 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .learn-content,
  .learn-hub-grid {
    width: calc(100% - 36px);
  }

  .learn-hub-grid,
  .learn-paths-list {
    grid-template-columns: 1fr;
  }

  .learn-card {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 16, 14, .14);
  }

  .learn-post {
    width: calc(100% - 36px);
    padding-top: 108px;
  }

  .learn-post h1 {
    font-size: clamp(38px, 11.6vw, 52px);
  }

  .learn-post-lead {
    font-size: 18px;
  }

  .learn-article p,
  .learn-article li {
    font-size: 16px;
  }

  .learn-cover {
    margin: 28px 0 32px;
  }

  .learn-table-responsive,
  .learn-table-responsive tbody,
  .learn-table-responsive tr,
  .learn-table-responsive td {
    display: block;
    width: 100%;
  }

  .learn-table-responsive {
    border: 0;
  }

  .learn-table-responsive thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .learn-table-responsive tr {
    padding: 12px 0;
    border-top: 1px solid rgba(6, 16, 14, .18);
  }

  .learn-table-responsive tr:last-child {
    border-bottom: 1px solid rgba(6, 16, 14, .18);
  }

  .learn-table-responsive td {
    display: grid;
    grid-template-columns: minmax(100px, .46fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 8px 0;
    border: 0;
  }

  .learn-table-responsive td::before {
    content: attr(data-label);
    color: #197659;
    font: 700 10px/1.35 var(--mono);
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .footer-editorial {
    gap: 18px;
    padding: 20px;
  }

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

  .learn-article .learn-inline-cta {
    padding: 25px 24px;
  }

  .learn-article .learn-inline-cta p {
    max-width: none;
  }
}

/* Global language selector */

.site-header:has(.language-switcher),
.site-header.has-language-selector,
.help-header:has(.language-switcher),
.help-header.has-language-selector {
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  column-gap: clamp(12px, 1.7vw, 24px);
}

.language-switcher {
  position: relative;
  z-index: 70;
  justify-self: end;
  color: var(--white);
  font-family: var(--sans);
}

.language-trigger {
  appearance: none;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(160, 247, 199, .28);
  border-radius: 6px;
  background: rgba(6, 16, 14, .76);
  color: var(--white);
  font: 700 12px/1.15 var(--sans);
  letter-spacing: -.01em;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.language-trigger:hover,
.language-trigger:focus-visible,
.language-switcher.is-open .language-trigger {
  border-color: var(--mint);
  background: rgba(14, 35, 29, .96);
  color: var(--mint);
}

.language-trigger:focus-visible,
.language-options a:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}

.language-flag {
  flex: 0 0 auto;
  width: 22px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.language-name,
.language-trigger > span:nth-child(2),
.language-options a > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-code {
  color: #82948d;
  font: 700 9px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.language-chevron {
  width: 7px;
  height: 7px;
  margin: -3px 2px 0 1px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.language-switcher.is-open .language-chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.language-options {
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  width: min(660px, calc(100vw - 48px));
  max-height: min(570px, calc(100dvh - 112px));
  padding: 13px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(160, 247, 199, .27);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px),
    rgba(5, 15, 13, .985);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .52), inset 0 1px rgba(255, 255, 255, .035);
  scrollbar-color: rgba(160, 247, 199, .45) rgba(255, 255, 255, .04);
  animation: language-selector-in 150ms ease-out both;
}

.language-options[hidden] {
  display: none !important;
}

/* Header breakpoints hide their primary <nav>. The language menu is also a
   <nav>, so an opened menu must explicitly win that cascade on every page. */
.language-options:not([hidden]) {
  display: block !important;
}

.language-options > p {
  margin: 1px 4px 12px;
  color: #82948d;
  font: 700 10px/1.35 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.language-options ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.language-options ul > li {
  min-width: 0;
}

.language-options a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #c5d0cb;
  font-size: 13px;
  line-height: 1.25;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.language-options a:hover,
.language-options a:focus-visible {
  border-color: rgba(160, 247, 199, .28);
  background: rgba(160, 247, 199, .08);
  color: var(--white);
}

.language-options a[aria-current="page"] {
  border-color: rgba(160, 247, 199, .42);
  background: rgba(160, 247, 199, .12);
  box-shadow: inset 3px 0 var(--mint);
  color: var(--mint);
}

.language-options a[aria-current="page"] .language-code {
  color: var(--mint);
}

@keyframes language-selector-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1060px) {
  .site-header:has(.language-switcher),
  .site-header.has-language-selector {
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 10px;
  }
}

@media (max-width: 1120px) {
  .help-header:has(.language-switcher),
  .help-header.has-language-selector {
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 10px;
  }
}

@media (max-width: 760px) {
  .site-header:has(.language-switcher),
  .site-header.has-language-selector,
  .clarity-home .site-header:has(.language-switcher),
  .clarity-home .site-header.has-language-selector,
  .help-header:has(.language-switcher),
  .help-header.has-language-selector {
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 7px;
  }

  .language-trigger {
    gap: 6px;
    min-height: 40px;
    max-width: 122px;
    padding: 8px 9px;
    font-size: 11px;
  }

  .language-flag {
    width: 20px;
    font-size: 16px;
  }

  .language-name,
  .language-trigger > span:nth-child(2) {
    max-width: 8.5ch;
  }

  .language-trigger .language-code {
    display: none;
  }

  .language-options {
    position: fixed;
    top: 86px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100dvh - 102px);
    padding: 10px;
  }

  .language-options ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .language-options a {
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 44px;
    padding: 8px 9px;
    font-size: 12px;
  }

  .language-options a .language-code {
    display: none;
  }
}

@media (max-width: 390px) {
  .language-trigger {
    max-width: 104px;
    padding-inline: 7px;
  }

  .language-name,
  .language-trigger > span:nth-child(2) {
    max-width: 6.5ch;
  }

  .language-options {
    right: 10px;
    left: 10px;
  }
}

@media (max-width: 430px) {
  .clarity-home .site-header:has(.language-switcher) .header-cta,
  .clarity-home .site-header.has-language-selector .header-cta,
  .site-header:has(.language-switcher) .header-cta,
  .site-header.has-language-selector .header-cta {
    grid-column: auto;
    gap: 0;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
  }

  .site-header:has(.language-switcher) .header-cta span,
  .site-header.has-language-selector .header-cta span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .help-header:has(.language-switcher) .help-header-action,
  .help-header.has-language-selector .help-header-action {
    gap: 0;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    font-size: 0;
  }

  .help-header:has(.language-switcher) .help-header-action span,
  .help-header.has-language-selector .help-header-action span {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .language-options {
    animation: none;
  }

  .language-chevron {
    transition: none;
  }
}

@media (forced-colors: active) {
  .language-trigger,
  .language-options,
  .language-options a,
  .language-options a[aria-current="page"] {
    border-color: ButtonText;
  }

  .language-options a[aria-current="page"] {
    box-shadow: inset 3px 0 Highlight;
  }
}
