:root {
  --ink: #101716;
  --muted: #5c6561;
  --paper: #f5f1e8;
  --paper-2: #ebe6da;
  --line: rgba(16, 23, 22, 0.15);
  --green: #133d34;
  --green-bright: #bfe982;
  --blue: #2059d1;
  --orange: #e76f36;
  --gold: #efcb70;
  --burgundy: #451a24;
  --capital: #4c8dff;
  --research: #5ed29a;
  --operations: #b18cff;
  --governance: #ff7b72;
  --max-width: 1440px;
}

body {
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  color: inherit;
}

a {
  text-underline-offset: 3px;
}

main {
  overflow: clip;
}

.frontier-header {
  position: relative;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
  align-items: center;
  min-height: 82px;
  padding: 12px clamp(22px, 4vw, 68px);
  background: rgba(247, 244, 236, 0.94);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.frontier-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  text-decoration: none;
}

.frontier-brand__mark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: #f7f3e8;
  background: var(--green);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.frontier-brand strong,
.frontier-brand small {
  display: block;
}

.frontier-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
}

.frontier-brand small {
  margin-top: 3px;
  color: #68706d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frontier-header > p {
  margin: 0;
  color: #45504c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.frontier-header nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 28px);
}

.frontier-header nav a {
  position: relative;
  color: #4e5955;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.frontier-header nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--green);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.frontier-header nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.eyebrow,
.graph-label {
  display: block;
  color: #4e5b56;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.model-intro {
  position: relative;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  color: #13201c;
  background:
    radial-gradient(circle at 8% 88%, rgba(191, 233, 130, 0.2), transparent 24%),
    #f5f1e8;
  border-bottom: 1px solid rgba(16, 23, 22, 0.16);
  scroll-margin-top: 20px;
}

.model-intro::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47.5%;
  width: 1px;
  background: rgba(16, 23, 22, 0.09);
  content: "";
}

.model-intro__grid {
  position: absolute;
  inset: 0 0 0 47.5%;
  background-image:
    linear-gradient(rgba(19, 61, 52, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 61, 52, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 92%);
  mask-image: linear-gradient(90deg, #000, transparent 92%);
}

.model-intro__number {
  position: absolute;
  right: clamp(28px, 5vw, 78px);
  bottom: -0.17em;
  color: rgba(19, 61, 52, 0.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(180px, 24vw, 360px);
  line-height: 1;
  pointer-events: none;
}

.model-intro__inner {
  position: relative;
  z-index: 2;
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: clamp(62px, 7vw, 105px) clamp(32px, 6vw, 96px) clamp(86px, 9vw, 135px);
}

.model-intro__eyebrow {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: clamp(64px, 8vw, 120px);
  color: #57645f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.model-intro__eyebrow i {
  height: 1px;
  background: rgba(16, 23, 22, 0.18);
}

.model-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: clamp(70px, 10vw, 155px);
  align-items: start;
}

.model-intro__title h1 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(59px, 6.8vw, 102px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.model-intro__title h1 span {
  display: block;
  color: #17624f;
}

.model-intro__title > a {
  display: flex;
  justify-content: space-between;
  width: min(100%, 360px);
  margin-top: clamp(55px, 8vw, 105px);
  padding: 15px 2px;
  color: #173d34;
  border-top: 1px solid rgba(19, 61, 52, 0.46);
  border-bottom: 1px solid rgba(19, 61, 52, 0.46);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.model-intro__title > a span {
  font-size: 15px;
  transition: transform 180ms ease;
}

.model-intro__title > a:hover span {
  transform: translateY(4px);
}

.model-intro__copy {
  position: relative;
  padding-left: clamp(28px, 4vw, 58px);
  border-left: 4px solid #a6da73;
}

.model-intro__copy p {
  max-width: 720px;
  margin: 0;
  color: #394742;
  font-size: clamp(14px, 1.17vw, 17px);
  line-height: 1.82;
}

.model-intro__copy p + p {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(16, 23, 22, 0.17);
}

.thesis-carousel {
  position: relative;
  color: #fff;
  background: #10231e;
  scroll-margin-top: 20px;
}

.carousel-chrome {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(600px, 1.38fr);
  align-items: center;
  min-height: 95px;
  padding: 0 clamp(24px, 5vw, 82px);
  background: #10231e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.carousel-chrome__thesis {
  display: grid;
  grid-template-columns: 8px auto;
  column-gap: 12px;
  align-items: center;
}

.carousel-chrome__thesis i {
  grid-row: 1 / 3;
  width: 8px;
  height: 33px;
  background: var(--green-bright);
  border-radius: 99px;
}

.carousel-chrome__thesis span {
  color: #91aaa1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.carousel-chrome__thesis strong {
  margin-top: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.carousel-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-self: stretch;
}

.carousel-tab {
  position: relative;
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 12px 15px;
  color: #849890;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  transition: color 180ms ease, background 180ms ease;
}

.carousel-tab::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 3px;
  background: var(--green-bright);
  content: "";
  transform: scaleX(0);
  transition: transform 220ms ease;
}

.carousel-tab span {
  color: inherit;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.carousel-tab:hover {
  color: #d8e4df;
  background: rgba(255, 255, 255, 0.035);
}

.carousel-tab.is-active {
  color: #fff;
}

.carousel-tab.is-active::after {
  transform: scaleX(1);
}

.carousel-viewport {
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

.carousel-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 720ms cubic-bezier(0.65, 0, 0.18, 1);
  will-change: transform;
}

.thesis-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
}

.thesis-slide::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.slide-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(480px, 1.09fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
  width: min(var(--max-width), 100%);
  min-height: 730px;
  margin: 0 auto;
  padding: 84px clamp(32px, 6vw, 96px) 100px;
}

.slide-copy {
  max-width: 650px;
}

.slide-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 62px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.slide-meta > span:first-child {
  opacity: 0.66;
}

.slide-super {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.slide-copy h1,
.slide-copy h2 {
  max-width: 750px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.1vw, 79px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.slide-copy h2 {
  font-size: clamp(43px, 4.5vw, 68px);
}

.slide-lede {
  max-width: 680px;
  margin: 32px 0 0;
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.68;
  opacity: 0.83;
}

.slide--loop {
  color: #f8f4e8;
  background:
    radial-gradient(circle at 84% 50%, rgba(191, 233, 130, 0.12), transparent 30%),
    #133d34;
}

.slide--loop::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 50%);
  mask-image: linear-gradient(90deg, transparent, #000 50%);
}

.slide--loop .slide-super {
  color: var(--green-bright);
}

.loop-visual {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1;
  margin: auto;
}

.loop-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
}

.loop-ring--outer {
  inset: 4%;
  border-top-color: var(--green-bright);
  border-right-color: rgba(191, 233, 130, 0.6);
  box-shadow: 0 0 80px rgba(141, 218, 109, 0.08);
}

.loop-ring--outer::before,
.loop-ring--outer::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--green-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(191, 233, 130, 0.11);
  content: "";
}

.loop-ring--outer::before {
  top: 10.5%;
  right: 17.5%;
}

.loop-ring--outer::after {
  right: 4%;
  bottom: 31%;
}

.loop-ring--inner {
  inset: 27%;
  border-style: dashed;
  border-color: rgba(191, 233, 130, 0.45);
}

.loop-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 170px;
  height: 170px;
  place-content: center;
  text-align: center;
  background: #eff7dd;
  border-radius: 50%;
  box-shadow: 0 24px 70px rgba(1, 17, 12, 0.32);
  transform: translate(-50%, -50%);
}

.loop-center span {
  color: #647568;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.loop-center strong {
  margin-top: 7px;
  color: #153b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 0.97;
}

.loop-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 138px;
  padding: 11px 14px;
  color: #f8f4e8;
  background: rgba(12, 43, 35, 0.9);
  border: 1px solid rgba(191, 233, 130, 0.4);
  border-radius: 999px;
  box-shadow: 0 11px 30px rgba(0, 18, 13, 0.22);
}

.loop-node span {
  display: grid;
  flex: 0 0 26px;
  height: 26px;
  place-items: center;
  color: #193a31;
  background: var(--green-bright);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 900;
}

.loop-node b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.08;
}

.loop-node--research {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
}

.loop-node--platform {
  top: 25%;
  right: -1%;
}

.loop-node--strategies {
  right: 4%;
  bottom: 16%;
}

.loop-node--profits {
  bottom: 1%;
  left: 30%;
}

.loop-node--labs {
  top: 41%;
  left: -3%;
}

.slide--structure {
  color: #14211e;
  background: #efe9dc;
}

.slide--structure::before {
  background: radial-gradient(circle at 0 100%, rgba(231, 111, 54, 0.13), transparent 33%);
}

.slide--structure .slide-super {
  color: #d3531c;
}

.slide--structure .slide-lede {
  color: #46534e;
}

.structure-comparison {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  align-items: stretch;
}

.structure-comparison article {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(20, 33, 30, 0.16);
  border-radius: 2px;
}

.structure-comparison article > span {
  color: #717b76;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.structure-comparison article h3 {
  margin: 22px 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.1vw, 35px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.structure-comparison article > p {
  margin: auto 0 0;
  color: #56615d;
  font-size: 13px;
  line-height: 1.58;
}

.structure-comparison__new {
  color: #fff;
  background: var(--green) !important;
  border-color: var(--green) !important;
  box-shadow: 0 25px 60px rgba(19, 61, 52, 0.2);
}

.structure-comparison__new > span,
.structure-comparison__new > p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.structure-arrow {
  display: grid;
  place-items: center;
  color: var(--orange);
  font-size: 27px;
}

.burden-row {
  display: grid;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(20, 33, 30, 0.15);
}

.structure-comparison__new .burden-row {
  border-color: rgba(255, 255, 255, 0.18);
}

.burden-row b {
  font-size: 12px;
  font-weight: 700;
}

.burden-row i {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
}

.slide--implementation {
  color: #eef6ff;
  background:
    radial-gradient(circle at 83% 24%, rgba(76, 141, 255, 0.24), transparent 29%),
    #15283d;
}

.slide--implementation::before {
  background-image: linear-gradient(115deg, transparent 0 60%, rgba(255, 255, 255, 0.03) 60% 60.2%, transparent 60.2%);
}

.slide--implementation .slide-super {
  color: #82b4ff;
}

.implementation-pipeline {
  display: grid;
  max-width: 590px;
  margin: auto;
}

.pipeline-step {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 25px 28px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 9px;
}

.pipeline-step::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #9ac0ff;
  border-radius: 9px 0 0 9px;
  content: "";
}

.pipeline-step--agentic {
  color: #11243a;
  background: #dce9ff;
  border-color: #dce9ff;
  box-shadow: 0 20px 60px rgba(0, 10, 30, 0.24);
}

.pipeline-step--agentic::before {
  background: var(--orange);
}

.pipeline-step span {
  color: #91a8bf;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pipeline-step--agentic span {
  color: #56708c;
}

.pipeline-step b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.pipeline-step small {
  color: #9cafc1;
  font-size: 11px;
}

.pipeline-step--agentic small {
  color: #637991;
}

.pipeline-link {
  position: relative;
  display: grid;
  min-height: 61px;
  place-items: center;
}

.pipeline-link i {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.pipeline-link em {
  position: absolute;
  padding: 5px 9px;
  color: #9db5ca;
  background: #15283d;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.implementation-pipeline > p {
  margin: 25px 0 0;
  color: #9cafc1;
  font-size: 12px;
  line-height: 1.6;
}

.slide--benchmark {
  color: #f8f2df;
  background:
    radial-gradient(circle at 76% 48%, rgba(239, 203, 112, 0.14), transparent 31%),
    #0e1428;
}

.slide--benchmark::before {
  background-image: radial-gradient(rgba(239, 203, 112, 0.26) 0.8px, transparent 0.8px);
  background-size: 30px 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent 25%, #000);
  mask-image: linear-gradient(90deg, transparent 25%, #000);
}

.slide--benchmark .slide-super {
  color: var(--gold);
}

.imo-evidence {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  max-width: 650px;
  margin: auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(239, 203, 112, 0.27);
}

.imo-score {
  display: grid;
  align-content: center;
  min-height: 370px;
  padding: 38px;
  color: #15203c;
  background: var(--gold);
}

.imo-score > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.imo-score strong {
  margin: 23px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 7vw, 112px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.imo-score strong small {
  font-size: 25%;
  letter-spacing: -0.03em;
}

.imo-score b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.imo-copy {
  display: flex;
  flex-direction: column;
  padding: 39px;
}

.imo-copy p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.45;
}

.imo-copy a {
  width: max-content;
  margin: 31px 0;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.imo-copy small {
  margin-top: auto;
  color: #9b9eaa;
  font-size: 10px;
  line-height: 1.55;
}

.slide--frontier {
  color: #fff4ee;
  background:
    radial-gradient(circle at 80% 50%, rgba(242, 168, 93, 0.14), transparent 32%),
    var(--burgundy);
}

.slide--frontier::before {
  background: repeating-radial-gradient(circle at 81% 50%, transparent 0 70px, rgba(255, 255, 255, 0.035) 71px 72px);
}

.slide--frontier .slide-super {
  color: #ffba81;
}

.frontier-criteria {
  position: relative;
  width: min(100%, 580px);
  aspect-ratio: 1;
  margin: auto;
}

.frontier-criteria::before {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(255, 186, 129, 0.27);
  border-radius: 50%;
  content: "";
}

.frontier-criteria__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  height: 190px;
  place-content: center;
  text-align: center;
  background: #f2a85d;
  border-radius: 50%;
  box-shadow: 0 24px 70px rgba(22, 3, 7, 0.3);
  transform: translate(-50%, -50%);
}

.frontier-criteria__center span {
  color: #6f382c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.frontier-criteria__center strong {
  margin-top: 7px;
  color: #39151d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 0.97;
}

.frontier-criteria article {
  position: absolute;
  display: grid;
  width: 205px;
  gap: 4px;
  padding: 15px 17px;
  background: rgba(53, 13, 22, 0.92);
  border: 1px solid rgba(255, 186, 129, 0.35);
  border-radius: 4px;
}

.frontier-criteria article:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.frontier-criteria article:nth-of-type(2) {
  top: 29%;
  right: -2%;
}

.frontier-criteria article:nth-of-type(3) {
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}

.frontier-criteria article:nth-of-type(4) {
  top: 29%;
  left: -2%;
}

.frontier-criteria article > span {
  color: #f2a85d;
  font-size: 8px;
  font-weight: 900;
}

.frontier-criteria article b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.frontier-criteria article p {
  margin: 0;
  color: #c7aaa9;
  font-size: 10px;
  line-height: 1.45;
}

.frontier-criteria > small {
  position: absolute;
  right: 4%;
  bottom: -1%;
  max-width: 220px;
  color: #b89896;
  font-size: 9px;
  line-height: 1.45;
  text-align: right;
}

.carousel-controls {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto auto minmax(130px, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 72px;
  padding: 0 clamp(24px, 5vw, 82px);
  color: #fff;
  background: rgba(9, 20, 17, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.carousel-arrows {
  display: flex;
  gap: 6px;
}

.carousel-arrows button,
.carousel-pause {
  display: grid;
  height: 34px;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  cursor: pointer;
}

.carousel-arrows button {
  width: 34px;
  font-size: 15px;
  transition: color 160ms ease, background 160ms ease;
}

.carousel-arrows button:hover,
.carousel-pause:hover {
  color: #10231e;
  background: var(--green-bright);
  border-color: var(--green-bright);
}

.carousel-position {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.carousel-position i {
  width: 27px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.carousel-position span:last-child {
  color: #84948e;
}

.carousel-timer {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.carousel-timer i {
  position: absolute;
  inset: 0;
  background: var(--green-bright);
  transform: scaleX(0);
  transform-origin: left;
}

.carousel-timer i.is-running {
  animation: carousel-progress 8s linear forwards;
}

.thesis-carousel.is-hovered .carousel-timer i,
.thesis-carousel.is-focus-paused .carousel-timer i,
.thesis-carousel.is-manually-paused .carousel-timer i {
  animation-play-state: paused;
}

@keyframes carousel-progress {
  to {
    transform: scaleX(1);
  }
}

.carousel-pause {
  grid-template-columns: auto auto;
  gap: 7px;
  min-width: 80px;
  padding: 0 13px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pause-icon {
  font-size: 10px;
  letter-spacing: -0.2em;
}

.structure-summary,
.operating-core,
.evidence-section,
.frontier-faq {
  position: relative;
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: 130px clamp(28px, 6vw, 96px);
}

.structure-summary {
  color: #16201d;
  background: var(--paper);
  scroll-margin-top: 20px;
}

.section-number {
  position: absolute;
  top: 83px;
  right: clamp(28px, 6vw, 96px);
  color: rgba(19, 61, 52, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(90px, 12vw, 180px);
  line-height: 1;
}

.summary-heading,
.map-section-heading,
.section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(50px, 10vw, 170px);
  align-items: end;
  margin-bottom: 78px;
}

.summary-heading h2,
.map-section-heading h2,
.section-heading h2,
.frontier-faq h2 {
  max-width: 820px;
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 5.4vw, 76px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.summary-heading > p,
.map-section-heading > p,
.section-heading > p {
  max-width: 530px;
  margin: 0;
  color: #5b6661;
  font-size: 15px;
  line-height: 1.7;
}

.institution-diagram {
  display: grid;
  grid-template-columns: 1fr 66px 1fr;
  gap: 0;
  align-items: stretch;
}

.institution-block {
  min-height: 330px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
}

.institution-block h3 {
  margin: 27px 0 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3vw, 45px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.institution-block--platform {
  color: #f6f2e8;
  background: var(--green);
  border-color: var(--green);
}

.institution-block--research {
  background: #fffaf0;
}

.institution-tags,
.research-orbit {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.institution-tags span,
.research-orbit span {
  padding: 8px 11px;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.research-orbit span {
  color: #355149;
  background: #edf0e4;
  border-color: #cad3c7;
}

.institution-plus {
  display: grid;
  place-items: center;
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.institution-equals {
  grid-column: 1 / 4;
  display: grid;
  height: 90px;
  place-items: center;
  color: #52615b;
  font-size: 24px;
}

.institution-block--outcome {
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: 0.6fr 1.15fr 1fr;
  gap: 30px;
  align-items: center;
  min-height: 170px;
  color: #f8f3e8;
  background: #18231f;
  border-color: #18231f;
}

.institution-block--outcome > span {
  color: #9ca9a4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.institution-block--outcome h3 {
  margin: 0;
}

.institution-block--outcome p {
  margin: 0;
  color: #aeb9b4;
  font-size: 13px;
  line-height: 1.6;
}

.summary-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.summary-principles article {
  padding: 35px 34px 39px 0;
}

.summary-principles article + article {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.summary-principles span,
.baseline-metrics span {
  display: block;
  color: #6d7773;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-principles strong {
  display: block;
  margin: 15px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.summary-principles p {
  margin: 0;
  color: #68726e;
  font-size: 12px;
  line-height: 1.55;
}

.summary-cta {
  display: flex;
  justify-content: space-between;
  width: min(100%, 640px);
  margin: 65px auto 0;
  padding: 17px 20px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid var(--green);
}

.summary-cta span {
  transition: transform 180ms ease;
}

.summary-cta:hover span {
  transform: translateY(4px);
}

.integrated-map {
  padding: 130px clamp(24px, 4vw, 68px);
  color: #f3f5f3;
  background: #101716;
  scroll-margin-top: 20px;
}

.map-section-heading {
  width: min(var(--max-width), 100%);
  margin: 0 auto 70px;
}

.map-section-heading .eyebrow {
  color: #82c9a7;
}

.map-section-heading > p {
  color: #98a7a1;
}

.graph-workbench {
  display: grid;
  grid-template-columns: 176px minmax(620px, 1fr) 330px;
  width: min(1600px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #141d1b;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.27);
}

.graph-layers {
  display: flex;
  flex-direction: column;
  min-height: 680px;
  padding: 28px 19px;
  background: #18211f;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.graph-label {
  margin: 0 8px 23px;
  color: #73837d;
}

.graph-layers > div {
  display: grid;
  gap: 6px;
}

.graph-layer,
.graph-reset {
  display: flex;
  gap: 9px;
  align-items: center;
  width: 100%;
  padding: 10px 9px;
  color: #91a09a;
  background: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  transition: color 160ms ease, background 160ms ease;
}

.graph-layer i {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}

.graph-layer[data-graph-layer="capital"] i {
  background: var(--capital);
}

.graph-layer[data-graph-layer="research"] i {
  background: var(--research);
}

.graph-layer[data-graph-layer="operations"] i {
  background: var(--operations);
}

.graph-layer[data-graph-layer="governance"] i {
  background: var(--governance);
}

.graph-layer:hover,
.graph-layer.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.graph-reset {
  justify-content: center;
  margin-top: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.graph-reset:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.graph-canvas-wrap {
  overflow-x: auto;
  background: #111917;
}

.graph-canvas {
  position: relative;
  min-width: 760px;
  height: 680px;
  overflow: hidden;
}

.graph-canvas svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.graph-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.035);
  stroke-width: 1;
}

.graph-edge {
  fill: none;
  cursor: pointer;
  transition: opacity 180ms ease;
}

.graph-edge:focus {
  outline: none;
}

.graph-edge:focus-visible .graph-line {
  stroke-width: 4;
  filter: drop-shadow(0 0 4px currentColor);
}

.graph-edge.is-hidden {
  pointer-events: none;
  opacity: 0.055;
}

.graph-edge.is-selected .graph-line {
  stroke-width: 5;
  filter: drop-shadow(0 0 6px currentColor);
}

.graph-hit {
  stroke: transparent;
  stroke-width: 22;
}

.graph-line {
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 8 7;
  vector-effect: non-scaling-stroke;
  transition: stroke-width 160ms ease, opacity 160ms ease;
}

.graph-edge:hover .graph-line {
  stroke-width: 4;
}

.graph-edge--capital {
  color: var(--capital);
}

.graph-edge--research {
  color: var(--research);
}

.graph-edge--operations {
  color: var(--operations);
}

.graph-edge--governance {
  color: var(--governance);
}

#v5-arrow-capital path {
  fill: var(--capital);
}

#v5-arrow-research path {
  fill: var(--research);
}

#v5-arrow-operations path {
  fill: var(--operations);
}

#v5-arrow-governance path {
  fill: var(--governance);
}

.graph-node {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 6px;
  min-width: 142px;
  padding: 16px 18px;
  color: #edf2ef;
  background: #1d2825;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  text-align: left;
  transform: translate(-50%, -50%);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.graph-node:hover,
.graph-node.is-selected {
  background: #26332f;
  border-color: #99c7b4;
  box-shadow: 0 0 0 4px rgba(94, 210, 154, 0.09), 0 16px 35px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%) scale(1.035);
}

.graph-node span {
  color: #84968f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.graph-node b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.08;
}

.graph-node--endowment {
  top: 16%;
  left: 50%;
}

.graph-node--professors {
  top: 34%;
  left: 20%;
}

.graph-node--university {
  top: 72%;
  left: 18%;
}

.graph-node--manager {
  top: 50%;
  left: 51%;
}

.graph-node--fund {
  top: 82%;
  left: 51%;
}

.graph-node--venture {
  top: 50%;
  left: 84%;
}

.graph-detail {
  min-height: 680px;
  padding: 29px 27px;
  background: #1a2421;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.graph-detail__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.graph-detail__top > span {
  color: #81918b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.graph-detail__top button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #8b9b95;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
}

.graph-detail h3 {
  margin: 44px 0 17px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.graph-detail > p {
  margin: 0;
  color: #a3b0ab;
  font-size: 12px;
  line-height: 1.63;
}

.graph-detail dl {
  margin: 31px 0 0;
}

.graph-detail dl div {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.graph-detail dt {
  margin-bottom: 7px;
  color: #74857e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.graph-detail dd {
  margin: 0;
  color: #d6ddda;
  font-size: 11px;
  line-height: 1.55;
}

.operating-core {
  background: #f7f3ea;
}

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

.core-grid article {
  min-height: 215px;
  padding: 27px 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.core-grid article > span {
  color: #6f7c77;
  font-size: 9px;
  font-weight: 800;
}

.core-grid h3 {
  margin: 37px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.core-grid p {
  margin: 0;
  color: #6d7773;
  font-size: 12px;
  line-height: 1.55;
}

.discipline-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #f4f2ea;
  background: #17211e;
}

.discipline-panel {
  padding: 105px clamp(34px, 6vw, 96px) 120px;
}

.discipline-panel + .discipline-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.discipline-panel .eyebrow {
  color: #82c9a7;
}

.discipline-panel h2 {
  margin: 12px 0 60px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 59px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.discipline-panel ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.discipline-panel li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.discipline-panel li > span {
  color: #82c9a7;
  font-size: 9px;
  font-weight: 800;
}

.discipline-panel li b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.discipline-panel li p {
  margin: 7px 0 0;
  color: #91a09a;
  font-size: 11px;
  line-height: 1.55;
}

.discipline-panel--profit-sharing {
  color: #241811;
  background: #f2a85d;
}

.discipline-panel--profit-sharing .eyebrow,
.discipline-panel--profit-sharing li > span {
  color: #814122;
}

.discipline-panel--profit-sharing li {
  border-color: rgba(36, 24, 17, 0.18);
}

.discipline-panel--profit-sharing li p {
  color: #754428;
}

.evidence-section {
  background: #ebe6da;
  scroll-margin-top: 20px;
}

.evidence-layout {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 22px;
}

.baseline-card,
.pilot-card {
  min-height: 500px;
  padding: clamp(30px, 4vw, 50px);
  background: #f9f6ee;
  border: 1px solid rgba(16, 23, 22, 0.13);
}

.baseline-card,
.pilot-card {
  display: flex;
  flex-direction: column;
}

.baseline-card h3,
.pilot-card h3 {
  margin: 24px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.baseline-card > div:first-child p {
  margin: 0;
  color: #707a76;
  font-size: 11px;
}

.baseline-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 47px 0 25px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.baseline-metrics article {
  padding: 26px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.baseline-metrics strong {
  display: block;
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 44px);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.baseline-card > small {
  margin-top: auto;
  color: #8a5d47;
  font-size: 9px;
}

.pilot-card {
  color: #f3f5ef;
  background: var(--green);
  border-color: var(--green);
}

.pilot-card ul {
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.pilot-card li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 8px;
  padding: 16px 0;
  color: #c8d5cf;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
}

.pilot-card li span {
  color: var(--green-bright);
  font-size: 9px;
  font-weight: 800;
}

.frontier-faq {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(60px, 10vw, 150px);
  background: #f7f3ea;
}

.frontier-faq header {
  position: sticky;
  top: 40px;
  align-self: start;
}

.frontier-faq > div {
  border-top: 1px solid var(--line);
}

.frontier-faq details {
  border-bottom: 1px solid var(--line);
}

.frontier-faq summary {
  position: relative;
  padding: 27px 44px 27px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  list-style: none;
}

.frontier-faq summary::-webkit-details-marker {
  display: none;
}

.frontier-faq summary::after {
  position: absolute;
  top: 25px;
  right: 3px;
  color: var(--orange);
  content: "+";
  font-family: ui-sans-serif, sans-serif;
  font-size: 21px;
}

.frontier-faq details[open] summary::after {
  content: "–";
}

.frontier-faq details p {
  max-width: 690px;
  margin: -7px 0 28px;
  color: #64706b;
  font-size: 13px;
  line-height: 1.7;
}

.frontier-footer {
  display: flex;
  gap: 70px;
  align-items: center;
  justify-content: space-between;
  min-height: 170px;
  padding: 40px clamp(28px, 6vw, 96px) 85px;
  color: #d9e0dc;
  background: #0e1513;
}

.frontier-footer > div {
  display: flex;
  gap: 13px;
  align-items: center;
}

.frontier-footer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.frontier-footer p {
  max-width: 750px;
  margin: 0;
  color: #7f8d87;
  font-size: 9px;
  line-height: 1.55;
  text-align: right;
}

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

  .frontier-header > p {
    display: none;
  }

  .model-intro__layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
    gap: 65px;
  }

  .model-intro__title h1 {
    font-size: clamp(57px, 6.8vw, 80px);
  }

  .carousel-chrome {
    grid-template-columns: 250px minmax(560px, 1fr);
    padding-right: 25px;
    padding-left: 25px;
  }

  .slide-inner {
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    gap: 42px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .graph-workbench {
    grid-template-columns: 150px minmax(600px, 1fr) 290px;
  }

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

@media (max-width: 960px) {
  .frontier-header nav a:nth-child(-n + 2) {
    display: none;
  }

  .model-intro {
    min-height: auto;
  }

  .model-intro::after {
    display: none;
  }

  .model-intro__grid {
    inset: 0;
    opacity: 0.65;
    -webkit-mask-image: linear-gradient(180deg, transparent 16%, #000 55%, transparent);
    mask-image: linear-gradient(180deg, transparent 16%, #000 55%, transparent);
  }

  .model-intro__layout {
    grid-template-columns: 1fr;
    gap: 78px;
  }

  .model-intro__title h1 {
    max-width: 760px;
    font-size: clamp(60px, 10vw, 88px);
  }

  .model-intro__title > a {
    margin-top: 55px;
  }

  .model-intro__copy {
    max-width: 760px;
  }

  .carousel-chrome {
    display: block;
    min-height: auto;
    padding: 18px 24px 0;
  }

  .carousel-chrome__thesis {
    margin-bottom: 18px;
  }

  .carousel-tabs {
    overflow-x: auto;
    margin: 0 -24px;
    padding: 0 24px;
  }

  .carousel-tab {
    min-width: 130px;
    height: 66px;
  }

  .slide-inner {
    grid-template-columns: 1fr;
    gap: 70px;
    min-height: 1180px;
    padding-top: 72px;
    padding-bottom: 135px;
  }

  .slide-copy {
    max-width: 800px;
  }

  .slide-meta {
    margin-bottom: 42px;
  }

  .loop-visual,
  .implementation-pipeline,
  .imo-evidence,
  .frontier-criteria {
    width: min(100%, 620px);
  }

  .structure-comparison {
    width: min(100%, 720px);
    margin: auto;
  }

  .graph-workbench {
    grid-template-columns: 145px minmax(640px, 1fr);
  }

  .graph-detail {
    grid-column: 1 / 3;
    min-height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .graph-detail dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .summary-heading,
  .map-section-heading,
  .section-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .discipline-section {
    grid-template-columns: 1fr;
  }

  .discipline-panel + .discipline-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .frontier-faq {
    grid-template-columns: 1fr;
  }

  .frontier-faq header {
    position: static;
  }
}

@media (max-width: 720px) {
  .frontier-header {
    min-height: 70px;
    padding: 10px 17px;
  }

  .frontier-brand small {
    display: none;
  }

  .frontier-header nav {
    gap: 14px;
  }

  .frontier-header nav a {
    font-size: 9px;
  }

  .frontier-header nav a:nth-child(3) {
    display: none;
  }

  .model-intro__inner {
    padding: 56px 22px 82px;
  }

  .model-intro__eyebrow {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 55px;
  }

  .model-intro__eyebrow i,
  .model-intro__eyebrow span:last-child {
    display: none;
  }

  .model-intro__layout {
    gap: 65px;
  }

  .model-intro__title h1 {
    font-size: clamp(51px, 15vw, 68px);
  }

  .model-intro__title > a {
    width: 100%;
    margin-top: 47px;
  }

  .model-intro__copy {
    padding-left: 18px;
    border-left-width: 3px;
  }

  .model-intro__copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  .model-intro__copy p + p {
    margin-top: 27px;
    padding-top: 27px;
  }

  .model-intro__number {
    right: -25px;
    bottom: -15px;
    font-size: 180px;
  }

  .carousel-chrome {
    padding-right: 18px;
    padding-left: 18px;
  }

  .carousel-tabs {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .slide-inner {
    gap: 52px;
    min-height: 1070px;
    padding: 55px 22px 125px;
  }

  .slide-meta {
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .slide-meta > span:first-child {
    max-width: 145px;
    line-height: 1.45;
  }

  .slide-copy h1,
  .slide-copy h2 {
    font-size: clamp(41px, 13vw, 60px);
  }

  .slide-lede {
    font-size: 14px;
  }

  .loop-visual {
    width: min(92vw, 470px);
  }

  .loop-center {
    width: 135px;
    height: 135px;
  }

  .loop-center strong {
    font-size: 22px;
  }

  .loop-node {
    min-width: 112px;
    padding: 8px 10px;
  }

  .loop-node span {
    flex-basis: 22px;
    height: 22px;
  }

  .loop-node b {
    font-size: 11px;
  }

  .loop-node--platform {
    right: -3%;
  }

  .loop-node--labs {
    left: -3%;
  }

  .structure-comparison {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .structure-comparison article {
    min-height: 300px;
    padding: 27px;
  }

  .structure-arrow {
    height: 25px;
    transform: rotate(90deg);
  }

  .imo-evidence {
    grid-template-columns: 1fr;
  }

  .imo-score {
    min-height: 230px;
  }

  .imo-copy {
    min-height: 300px;
    padding: 30px;
  }

  .frontier-criteria {
    display: grid;
    height: auto;
    aspect-ratio: auto;
    gap: 8px;
  }

  .frontier-criteria::before {
    display: none;
  }

  .frontier-criteria__center {
    position: static;
    width: 100%;
    height: 110px;
    border-radius: 4px;
    transform: none;
  }

  .frontier-criteria article {
    position: static;
    width: 100%;
    transform: none !important;
  }

  .frontier-criteria > small {
    position: static;
    max-width: none;
    margin-top: 7px;
    text-align: left;
  }

  .carousel-controls {
    grid-template-columns: auto auto 1fr;
    gap: 12px;
    padding: 0 18px;
  }

  .carousel-timer {
    display: none;
  }

  .carousel-pause {
    justify-self: end;
    min-width: 38px;
    width: 38px;
    padding: 0;
  }

  .carousel-pause .pause-label {
    display: none;
  }

  .structure-summary,
  .operating-core,
  .evidence-section,
  .frontier-faq {
    padding: 90px 22px;
  }

  .section-number {
    top: 50px;
    right: 20px;
  }

  .summary-heading,
  .map-section-heading,
  .section-heading {
    margin-bottom: 55px;
  }

  .summary-heading h2,
  .map-section-heading h2,
  .section-heading h2,
  .frontier-faq h2 {
    font-size: clamp(39px, 12.5vw, 58px);
  }

  .institution-diagram {
    grid-template-columns: 1fr;
  }

  .institution-block {
    min-height: 280px;
  }

  .institution-plus {
    height: 58px;
  }

  .institution-equals {
    grid-column: 1;
    height: 58px;
  }

  .institution-block--outcome {
    grid-column: 1;
    grid-template-columns: 1fr;
    min-height: 300px;
  }

  .summary-principles {
    grid-template-columns: 1fr;
  }

  .summary-principles article,
  .summary-principles article + article {
    padding: 27px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .summary-principles article:last-child {
    border-bottom: 0;
  }

  .integrated-map {
    padding: 90px 0;
  }

  .map-section-heading {
    padding: 0 22px;
  }

  .graph-workbench {
    display: block;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .graph-layers {
    display: block;
    min-height: auto;
    padding: 17px;
    overflow-x: auto;
    white-space: nowrap;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .graph-label {
    display: none;
  }

  .graph-layers > div {
    display: inline-flex;
  }

  .graph-layer {
    width: auto;
  }

  .graph-reset {
    display: inline-flex;
    width: auto;
    margin: 0 0 0 5px;
  }

  .graph-canvas {
    height: 610px;
  }

  .graph-detail {
    min-height: 440px;
    padding: 28px 22px 50px;
  }

  .graph-detail dl {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .core-grid {
    grid-template-columns: 1fr;
  }

  .discipline-panel {
    padding: 80px 22px 90px;
  }

  .evidence-layout {
    grid-template-columns: 1fr;
  }

  .baseline-card,
  .pilot-card {
    min-height: 480px;
  }

  .baseline-metrics {
    grid-template-columns: 1fr;
  }

  .frontier-footer {
    display: grid;
    gap: 28px;
    padding: 40px 22px 105px;
  }

  .frontier-footer p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track {
    transition: none;
  }

  .carousel-timer {
    display: none;
  }
}
