/*
 * SYNIAL marketing experience
 * A deliberately isolated presentation layer for public pages. The game and
 * administration interfaces continue to use synial.css without these rules.
 */

.marketing-page {
  --marketing-bg: #f4f8f6;
  --marketing-paper: #ffffff;
  --marketing-ink: #101828;
  --marketing-copy: #44546a;
  --marketing-muted: #6b778b;
  --marketing-teal: #087f78;
  --marketing-teal-dark: #0b3534;
  --marketing-teal-soft: #dcedea;
  --marketing-blue-soft: #e9effa;
  --marketing-orange: #e99519;
  --marketing-line: rgba(16, 24, 40, 0.12);
  --marketing-line-strong: rgba(16, 24, 40, 0.22);
  --marketing-shadow: 0 24px 70px rgba(22, 45, 50, 0.10);
  --marketing-radius: 14px;
  overflow-x: clip;
  background: var(--marketing-paper);
  color: var(--marketing-ink);
}

.marketing-page::before,
.marketing-page::after {
  display: none;
}

.marketing-page main {
  overflow: clip;
}

.marketing-page .section-inner {
  width: min(1240px, calc(100% - 64px));
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3,
.marketing-page p {
  overflow-wrap: normal;
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3 {
  color: var(--marketing-ink);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.marketing-page p {
  color: var(--marketing-copy);
}

.marketing-page .eyebrow {
  margin-bottom: 20px;
  gap: 12px;
  color: var(--marketing-teal);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.marketing-page .eyebrow span {
  width: 30px;
  height: 1px;
}

.marketing-page .eyebrow-light {
  color: #9bd5cf;
}

.marketing-page .button {
  border-radius: 9px;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
}

.marketing-page .button-primary {
  background: var(--marketing-ink);
  color: #ffffff;
  box-shadow: none;
}

.marketing-page .button-primary:hover {
  background: var(--marketing-teal);
  box-shadow: 0 12px 32px rgba(8, 127, 120, 0.18);
}

.marketing-page .button-light {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--marketing-teal-dark);
}

.marketing-page .button-light:hover {
  background: #dff2ef;
  border-color: #dff2ef;
}

.marketing-page .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--marketing-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.marketing-page .text-link svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.marketing-page .text-link:hover {
  color: var(--marketing-teal);
}

.marketing-page .text-link:hover svg {
  transform: translateX(3px);
}

/* Header */

.marketing-page .site-header {
  min-height: 84px;
  padding: 0;
  background: rgba(244, 248, 246, 0.96);
  border-bottom: 1px solid rgba(16, 24, 40, 0.07);
  box-shadow: none;
  backdrop-filter: blur(16px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.marketing-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 35px rgba(16, 24, 40, 0.06);
}

.marketing-page .nav-shell {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  min-height: 83px;
  gap: 32px;
}

.marketing-page .brand {
  gap: 10px;
}

.marketing-page .brand-logo {
  width: 38px;
  height: 38px;
  filter: none;
}

.marketing-page .brand-text {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.marketing-page .nav-panel {
  gap: 28px;
}

.marketing-page .nav-links {
  gap: 2px;
}

.marketing-page .nav-links a {
  position: relative;
  min-height: 42px;
  padding: 0 11px;
  border-radius: 0;
  color: #526174;
  font-size: 0.84rem;
  font-weight: 600;
}

.marketing-page .nav-links a::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 5px;
  left: 11px;
  height: 1px;
  background: var(--marketing-teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.marketing-page .nav-links a:hover,
.marketing-page .nav-links a[aria-current="page"] {
  color: var(--marketing-ink);
  background: transparent;
}

.marketing-page .nav-links a:hover::after,
.marketing-page .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.marketing-page .nav-actions .button {
  min-height: 44px;
  padding-inline: 17px;
  white-space: nowrap;
}

.marketing-page .nav-toggle {
  border-color: var(--marketing-line);
  background: transparent;
  color: var(--marketing-ink);
}

/* Shared editorial primitives */

.marketing-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--marketing-bg);
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.marketing-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(8, 127, 120, 0.09), transparent 29%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.25), transparent 58%);
}

.marketing-hero h1 {
  max-width: none;
  font-size: clamp(3.5rem, 5.7vw, 5.55rem);
  line-height: 0.99;
}

.marketing-hero h1 em {
  position: relative;
  color: var(--marketing-teal);
  font-style: normal;
  font-weight: inherit;
}

.marketing-hero .hero-lead {
  max-width: 680px;
  color: #425269;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.marketing-page .hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.marketing-section {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
}

.marketing-page .section-heading h2,
.marketing-section h2 {
  max-width: 16ch;
  font-size: clamp(2.55rem, 4vw, 4rem);
  line-height: 1.04;
}

.marketing-page .section-heading > p:last-child,
.marketing-page .section-lead {
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-index {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.stage-heading {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 56px;
}

.stage-heading h2 {
  max-width: 17ch;
  margin-bottom: 18px;
}

.stage-heading > div:last-child > p:last-child {
  max-width: 780px;
  font-size: 1.05rem;
  line-height: 1.72;
}

.stage-number {
  display: grid;
  gap: 2px;
  padding-top: 5px;
  border-top: 1px solid var(--marketing-teal);
  font-family: var(--font-mono);
}

.stage-number span {
  color: var(--marketing-teal);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}

.stage-number strong {
  color: var(--marketing-ink);
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
}

/* Home hero */

.home-hero-layout {
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.78fr);
  gap: clamp(60px, 8vw, 112px);
  align-items: center;
  padding: 68px 0 72px;
}

.home-hero-copy {
  display: grid;
  align-content: center;
  gap: 26px;
}

.home-hero-copy .eyebrow {
  margin-bottom: -3px;
}

.home-hero-copy h1 {
  max-width: 11.5ch;
}

.home-hero-copy .hero-lead {
  max-width: 655px;
}

.home-hero-copy .hero-actions {
  margin-top: 2px;
}

.hero-proof-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 16px 0 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid var(--marketing-line);
}

.hero-proof-line li {
  display: grid;
  gap: 4px;
  min-height: 48px;
  padding: 0 18px;
  border-left: 1px solid var(--marketing-line);
}

.hero-proof-line li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-proof-line span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.hero-proof-line strong {
  color: var(--marketing-ink);
  font-size: 0.82rem;
  line-height: 1.35;
}

.home-hero-visual {
  position: relative;
  margin: 0;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 540px;
  padding: 22px 0 24px;
}

.hero-visual-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #657589;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.home-hero-visual .hero-character-stage {
  position: relative;
  width: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
}

.home-hero-visual .hero-character-stage::before {
  content: "";
  position: absolute;
  width: min(94%, 430px);
  height: 285px;
  border: 1px solid rgba(8, 127, 120, 0.15);
  border-radius: 48% 52% 43% 57% / 58% 44% 56% 42%;
  background: rgba(255, 255, 255, 0.48);
  transform: rotate(-3deg);
  box-shadow: none;
}

.home-hero-visual .hero-character-stage::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 18%;
  left: 12%;
  height: 2px;
  background: linear-gradient(90deg, var(--marketing-orange) 0 60%, transparent 60%);
}

.home-hero-visual .sketch-character {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  max-height: 340px;
  object-fit: contain;
  filter: none;
}

.home-hero-visual figcaption {
  display: grid;
  gap: 6px;
  padding-top: 20px;
  border-top: 1px solid var(--marketing-line);
}

.home-hero-visual figcaption span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero-visual figcaption strong {
  color: var(--marketing-ink);
  font-size: 1.18rem;
}

.home-evidence {
  background: #ffffff;
  border-bottom: 1px solid var(--marketing-line);
}

.evidence-line {
  min-height: 126px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.evidence-line > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.evidence-line > div strong {
  color: var(--marketing-teal);
  font-size: 2.25rem;
  line-height: 1;
}

.evidence-line > div span {
  max-width: 90px;
  color: var(--marketing-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.evidence-line > p {
  max-width: 690px;
  padding-left: 44px;
  border-left: 1px solid var(--marketing-line);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* Home editorial sections */

.platform-editorial {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 76px;
}

.section-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  padding: 8px 26px 26px 0;
  border-right: 1px solid var(--marketing-line);
}

.editorial-character {
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--marketing-line);
}

.editorial-character img {
  width: 155px;
  max-height: 160px;
  object-fit: contain;
}

.platform-content .section-heading {
  max-width: 880px;
}

.platform-content .section-heading h2 {
  max-width: 15ch;
  margin-bottom: 28px;
}

.experience-path {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--marketing-line-strong);
}

.experience-path li {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid var(--marketing-line);
}

.experience-path li > span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.7rem;
}

.experience-path h3 {
  margin-bottom: 8px;
  font-size: 1.32rem;
}

.experience-path p {
  max-width: 650px;
  font-size: 0.94rem;
  line-height: 1.65;
}

.crisis-types-section {
  background: #f7faf9;
  border-block: 1px solid var(--marketing-line);
}

.heading-split {
  display: grid;
  grid-template-columns: 1.1fr 0.65fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 66px;
}

.heading-split h2 {
  max-width: 15ch;
}

.heading-split > p {
  padding: 0 0 8px 34px;
  border-left: 1px solid var(--marketing-teal);
  font-size: 0.97rem;
  line-height: 1.7;
}

.crisis-editorial-list {
  border-top: 1px solid var(--marketing-line-strong);
}

.crisis-line {
  display: grid;
  grid-template-columns: 60px 54px minmax(180px, 0.7fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 96px;
  border-bottom: 1px solid var(--marketing-line);
  transition: padding 180ms ease, background 180ms ease;
}

.crisis-line:hover {
  padding-inline: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.crisis-line > span {
  color: var(--marketing-muted);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.crisis-line svg {
  width: 24px;
  height: 24px;
  color: var(--marketing-teal);
}

.crisis-line h3 {
  font-size: 1.2rem;
}

.crisis-line p {
  font-size: 0.9rem;
}

.feedback-section {
  overflow: hidden;
  background: var(--marketing-teal-dark);
}

.feedback-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 75%);
}

.feedback-editorial {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}

.feedback-stat {
  padding-right: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.feedback-stat > strong {
  display: block;
  margin: 28px 0 20px;
  color: #ffffff;
  font-size: clamp(5.6rem, 10vw, 8.8rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.feedback-stat sup {
  color: #f3ad47;
  font-size: 0.34em;
  vertical-align: top;
}

.feedback-stat > p:last-child {
  max-width: 260px;
  color: #c6dcda;
  font-size: 1rem;
}

.feedback-quotes {
  display: grid;
  align-content: center;
  gap: 0;
}

.feedback-quotes blockquote {
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: clamp(1.45rem, 2.7vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.training-proof {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.training-proof strong {
  color: #f3ad47;
  font-size: clamp(2.7rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.training-proof span {
  color: #d4e4e2;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.story-editorial {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 100px;
  align-items: center;
}

.story-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 28px;
  background: #edf4f1;
  border: 1px solid rgba(8, 127, 120, 0.12);
  border-radius: var(--marketing-radius);
}

.story-visual figure {
  margin: 0;
  display: grid;
  place-items: center;
}

.story-visual figure::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(8, 127, 120, 0.16);
  border-radius: 50%;
}

.story-visual img {
  position: relative;
  width: 200px;
  max-height: 250px;
  object-fit: contain;
}

.story-visual p {
  padding-top: 20px;
  border-top: 1px solid var(--marketing-line);
  font-size: 0.92rem;
  line-height: 1.65;
}

.story-copy h2 {
  max-width: 14ch;
  margin-bottom: 28px;
}

.story-copy > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.75;
}

.story-copy .text-link {
  margin-top: 18px;
}

.why-section {
  background: #f7faf9;
  border-top: 1px solid var(--marketing-line);
}

.why-editorial {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.why-editorial .section-heading h2 {
  max-width: 13ch;
}

.why-list {
  border-top: 1px solid var(--marketing-line-strong);
}

.why-list > div {
  display: grid;
  grid-template-columns: 46px 190px 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 27px 0;
  border-bottom: 1px solid var(--marketing-line);
}

.why-list span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.why-list strong {
  color: var(--marketing-ink);
  font-size: 0.96rem;
}

.why-list p {
  font-size: 0.88rem;
  line-height: 1.55;
}

/* Solutions */

.solutions-hero-layout {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 0.76fr);
  gap: 100px;
  align-items: center;
  padding: 64px 0 70px;
}

.solutions-hero-copy {
  display: grid;
  gap: 28px;
}

.solutions-hero-copy .eyebrow {
  margin-bottom: -4px;
}

.solutions-hero-copy h1 {
  max-width: 10ch;
}

.solution-composer-visual {
  position: relative;
  min-height: 492px;
  padding: 30px 32px 34px;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 120, 0.16);
  border-radius: var(--marketing-radius);
  background: rgba(255, 255, 255, 0.58);
}

.composer-heading {
  display: grid;
  gap: 7px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--marketing-line);
}

.composer-heading span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.composer-heading strong {
  max-width: 330px;
  color: var(--marketing-ink);
  font-size: 1rem;
}

.composer-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.composer-layer {
  min-height: 80px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 34px;
  gap: 15px;
  align-items: center;
  padding: 15px 18px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(16, 45, 48, 0.07);
}

.composer-layer:nth-child(2) {
  margin-left: 22px;
  border-color: rgba(8, 127, 120, 0.28);
}

.composer-layer:nth-child(3) {
  margin-left: 44px;
  background: var(--marketing-teal-dark);
  border-color: var(--marketing-teal-dark);
}

.composer-layer > span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.67rem;
}

.composer-layer div {
  display: grid;
  gap: 2px;
}

.composer-layer strong {
  color: var(--marketing-ink);
  font-size: 0.94rem;
}

.composer-layer small {
  color: var(--marketing-muted);
  font-size: 0.72rem;
}

.composer-layer svg {
  width: 21px;
  color: var(--marketing-teal);
}

.composer-layer:nth-child(3) > span,
.composer-layer:nth-child(3) strong,
.composer-layer:nth-child(3) svg {
  color: #ffffff;
}

.composer-layer:nth-child(3) small {
  color: #b7d2cf;
}

.solution-composer-visual figure {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 2;
  width: 82px;
  margin: 0;
  pointer-events: none;
}

.solution-composer-visual figure img {
  width: 100%;
  max-height: 68px;
  object-fit: contain;
  object-position: right top;
}

.solution-roadmap {
  padding: 55px 0 64px;
  background: #ffffff;
  border-bottom: 1px solid var(--marketing-line);
}

.roadmap-intro {
  margin-bottom: 25px;
  color: var(--marketing-muted);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.roadmap-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.roadmap-steps::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: var(--marketing-line-strong);
}

.roadmap-steps a {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 8px;
  padding-right: 30px;
}

.roadmap-steps a > span {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--marketing-teal);
  border-radius: 50%;
  background: #ffffff;
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  transition: background 180ms ease, color 180ms ease;
}

.roadmap-steps a:hover > span {
  background: var(--marketing-teal);
  color: #ffffff;
}

.roadmap-steps strong {
  margin-top: 6px;
  color: var(--marketing-ink);
  font-size: 0.91rem;
}

.roadmap-steps small {
  color: var(--marketing-muted);
  font-size: 0.75rem;
}

.solution-stage {
  scroll-margin-top: 84px;
}

.mode-fork {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 78px;
  border-block: 1px solid var(--marketing-line-strong);
}

.mode-path {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px 38px 28px 0;
  color: var(--marketing-ink);
  border-right: 1px solid var(--marketing-line);
}

.mode-path-intervention {
  padding-right: 0;
  padding-left: 38px;
  border-right: 0;
}

.mode-path-index,
.track-heading > span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.mode-path > div {
  display: grid;
  gap: 6px;
}

.mode-path > div strong {
  font-size: 1.05rem;
}

.mode-path > div small {
  color: var(--marketing-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.mode-path > b {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--marketing-teal);
  font-size: 0.76rem;
  transition: color 180ms ease;
}

.mode-path > b svg {
  width: 15px;
  transition: transform 180ms ease;
}

.mode-path:hover > b {
  color: var(--marketing-ink);
}

.mode-path:hover > b svg {
  transform: translateY(3px);
}

.mode-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  gap: clamp(56px, 7vw, 90px);
  align-items: start;
}

.license-track,
.intervention-track {
  scroll-margin-top: 110px;
}

.track-heading {
  display: grid;
  gap: 13px;
}

.track-heading h3 {
  max-width: 17ch;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.track-heading > p {
  max-width: 540px;
  font-size: 0.9rem;
  line-height: 1.65;
}

.license-options {
  margin-top: 38px;
  border-top: 1px solid var(--marketing-line-strong);
}

.license-option {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--marketing-line);
}

.license-duration {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 3px 9px;
  align-items: baseline;
}

.license-duration > span {
  grid-row: 1 / 3;
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.license-duration strong {
  color: var(--marketing-ink);
  font-size: 1.05rem;
}

.license-duration small {
  color: var(--marketing-muted);
  font-size: 0.65rem;
  line-height: 1.25;
}

.license-option h4 {
  margin-bottom: 6px;
  color: var(--marketing-ink);
  font-size: 0.94rem;
}

.license-option p {
  max-width: 470px;
  font-size: 0.8rem;
  line-height: 1.55;
}

.intervention-track {
  padding-left: clamp(38px, 4vw, 58px);
  border-left: 1px solid var(--marketing-line-strong);
}

.intervention-durations,
.module-duration-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.intervention-durations span,
.module-duration-line span {
  padding: 7px 11px;
  border: 1px solid rgba(8, 127, 120, 0.22);
  border-radius: 999px;
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.61rem;
  font-weight: 700;
  text-transform: uppercase;
}

.intervention-services {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--marketing-line);
}

.intervention-services li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--marketing-line);
  color: var(--marketing-copy);
  font-size: 0.8rem;
}

.intervention-services svg {
  width: 17px;
  color: var(--marketing-teal);
}

.mode-clarification {
  max-width: 900px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: center;
  margin: 62px 0 0 auto;
  padding: 18px 22px;
  border-radius: 8px;
  background: #edf6f3;
  color: var(--marketing-copy);
  font-size: 0.82rem;
  line-height: 1.55;
}

.mode-clarification svg {
  width: 20px;
  color: var(--marketing-teal);
}

.mode-clarification strong {
  color: var(--marketing-ink);
}

.build-stage {
  background: #f6f9f8;
  border-block: 1px solid var(--marketing-line);
}

.solution-module {
  position: relative;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--marketing-line);
  border-top: 3px solid var(--marketing-teal);
  border-radius: var(--marketing-radius);
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(30, 55, 58, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-module:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 127, 120, 0.28);
  box-shadow: var(--marketing-shadow);
}

.module-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  color: var(--marketing-teal);
}

.module-topline span {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.module-topline svg {
  width: 22px;
  height: 22px;
}

.solution-module h3 {
  min-height: 2.2em;
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  line-height: 1.12;
}

.solution-module h3 small {
  color: var(--marketing-muted);
  font-size: 0.62em;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.module-promise {
  min-height: 3.2em;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--marketing-line);
  color: var(--marketing-ink);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.55;
}

.module-features {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.module-features li {
  position: relative;
  padding-left: 18px;
  color: var(--marketing-copy);
  font-size: 0.84rem;
  line-height: 1.5;
}

.module-features li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--marketing-teal);
}

.access-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.featured-module {
  border-top-color: var(--marketing-orange);
  background: var(--marketing-teal-dark);
}

.featured-module .module-topline,
.featured-module h3,
.featured-module .module-promise {
  color: #ffffff;
}

.featured-module h3 small,
.featured-module .module-features li {
  color: #c7d9d7;
}

.featured-module .module-promise,
.featured-module .module-features {
  border-color: rgba(255, 255, 255, 0.16);
}

.featured-module .module-features li::before {
  background: #f3ad47;
}

.build-module-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, 0.7fr);
  gap: 22px;
  align-items: start;
}

.scenario-module {
  padding-bottom: 30px;
}

.scenario-module-copy {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 42px;
}

.scenario-module h3,
.identity-module h3 {
  min-height: 0;
}

.scenario-module-copy > div > p:last-child,
.identity-module > p:not(.module-promise) {
  margin-top: 22px;
  font-size: 0.88rem;
  line-height: 1.65;
}

.scenario-process {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--marketing-line-strong);
}

.scenario-process li {
  display: grid;
  grid-template-columns: 34px 100px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--marketing-line);
}

.scenario-process span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.62rem;
}

.scenario-process strong {
  color: var(--marketing-ink);
  font-size: 0.79rem;
}

.scenario-process small {
  color: var(--marketing-muted);
  font-size: 0.72rem;
}

.scenario-exclusivity {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(8, 127, 120, 0.20);
  background: transparent;
}

.scenario-exclusivity > svg {
  width: 24px;
  color: var(--marketing-teal);
}

.scenario-exclusivity div {
  display: grid;
  gap: 4px;
}

.scenario-exclusivity span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.scenario-exclusivity strong {
  color: var(--marketing-ink);
  font-size: 0.84rem;
}

.identity-module {
  display: flex;
  flex-direction: column;
}

.identity-preview {
  min-height: 154px;
  display: grid;
  grid-template-columns: 1fr 28px;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(16, 24, 40, 0.10);
  border-radius: 10px;
  background: #f3f6f8;
}

.identity-logo {
  color: var(--marketing-ink);
  font-family: var(--font-mono);
  font-size: 0.63rem;
  font-weight: 700;
}

.identity-color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--marketing-teal);
}

.identity-line {
  grid-column: 1 / -1;
  align-self: center;
  height: 54px;
  border-left: 4px solid var(--marketing-teal);
  background: #ffffff;
}

.identity-preview small {
  grid-column: 1 / -1;
  color: var(--marketing-muted);
  font-size: 0.58rem;
}

.support-stage {
  background: #ffffff;
}

.support-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.support-module-grid .solution-module {
  display: grid;
  grid-template-columns: 1fr;
}

.animation-module {
  border-top-color: var(--marketing-orange);
}

.module-duration-line {
  margin: 22px 0 -2px;
}

.composition-examples {
  background: #f6f9f8;
  border-block: 1px solid var(--marketing-line);
}

.examples-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: start;
}

.examples-layout .section-heading h2 {
  max-width: 12ch;
  margin-bottom: 24px;
}

.composition-list {
  border-top: 1px solid var(--marketing-line-strong);
}

.composition-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid var(--marketing-line);
}

.composition-list article > span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.67rem;
}

.composition-list h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.composition-list p {
  font-size: 0.88rem;
  line-height: 1.55;
}

.composition-list b {
  padding-inline: 5px;
  color: var(--marketing-orange);
}

.pedagogy-cycle-section {
  background: #ffffff;
}

.pedagogy-intro {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 76px;
}

.pedagogy-intro h2 {
  max-width: 14ch;
}

.pedagogy-intro > p {
  padding-left: 30px;
  border-left: 1px solid var(--marketing-teal);
  font-size: 0.92rem;
  line-height: 1.72;
}

.pedagogy-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--marketing-line-strong);
}

.pedagogy-cycle::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 25%;
  height: 2px;
  background: var(--marketing-teal);
}

.pedagogy-cycle li {
  min-height: 330px;
  padding: 28px 28px 0;
  border-right: 1px solid var(--marketing-line);
}

.pedagogy-cycle li:first-child {
  padding-left: 0;
}

.pedagogy-cycle li:last-child {
  border-right: 0;
}

.pedagogy-cycle li > span {
  color: var(--marketing-teal);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.cycle-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 42px 0 28px;
  border: 1px solid rgba(8, 127, 120, 0.20);
  border-radius: 50%;
  color: var(--marketing-teal);
}

.cycle-icon svg {
  width: 21px;
}

.pedagogy-cycle h3 {
  margin-bottom: 14px;
  font-size: 1.22rem;
}

.pedagogy-cycle p {
  font-size: 0.84rem;
  line-height: 1.65;
}

/* About */

.about-hero-layout {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.72fr);
  gap: 100px;
  align-items: center;
  padding: 68px 0;
}

.about-hero-copy {
  display: grid;
  gap: 28px;
}

.about-hero-copy .eyebrow {
  margin-bottom: -3px;
}

.about-hero-copy h1 {
  max-width: 10ch;
}

.about-hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  padding-left: 34px;
  border-left: 1px solid rgba(8, 127, 120, 0.22);
}

.about-hero-visual > div {
  position: relative;
  display: grid;
  place-items: center;
}

.about-hero-visual > div::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 260px;
  background: rgba(255, 255, 255, 0.50);
  border: 1px solid rgba(8, 127, 120, 0.13);
  clip-path: polygon(12% 16%, 87% 3%, 100% 64%, 79% 92%, 8% 83%, 0 37%);
}

.about-hero-visual img {
  position: relative;
  width: min(100%, 360px);
  max-height: 300px;
  object-fit: contain;
}

.about-hero-visual figcaption {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--marketing-line);
}

.about-hero-visual figcaption span {
  color: var(--marketing-copy);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-manifesto {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 40px;
  margin-bottom: 94px;
  padding-bottom: 55px;
  border-bottom: 1px solid var(--marketing-line-strong);
}

.about-manifesto p {
  max-width: 810px;
  color: var(--marketing-ink);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.person-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 85px;
  align-items: start;
  padding: 0 0 112px;
}

.person-story + .person-story {
  padding-top: 112px;
  border-top: 1px solid var(--marketing-line);
}

.person-story:nth-of-type(3) .person-portrait {
  order: 2;
  justify-self: end;
}

.person-portrait {
  position: sticky;
  top: 116px;
  width: 100%;
  max-width: 300px;
  margin: 0;
}

.person-portrait > img {
  width: 100%;
  height: 345px;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--marketing-radius);
  filter: saturate(0.91) contrast(1.03);
}

.paul-story .person-portrait > img {
  object-position: center 18%;
}

.person-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--marketing-line);
}

.person-portrait figcaption span {
  color: var(--marketing-muted);
  font-family: var(--font-mono);
  font-size: 0.63rem;
  font-weight: 700;
  text-transform: uppercase;
}

.person-portrait figcaption strong {
  color: var(--marketing-teal);
  font-size: 0.83rem;
}

.person-narrative {
  position: relative;
  padding-top: 10px;
}

.person-narrative h2 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 5vw, 5rem);
}

.person-role {
  max-width: 570px;
  margin-bottom: 38px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--marketing-line);
  color: var(--marketing-ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.55;
}

.person-narrative > p:not(.eyebrow):not(.person-role) {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 0.98rem;
  line-height: 1.78;
}

.person-sketch {
  width: 120px;
  margin: 40px 0 0 auto;
  padding-top: 18px;
  border-top: 1px solid var(--marketing-teal);
}

.person-sketch img {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
}

.about-page .pedagogy-section {
  background: var(--marketing-teal-dark);
}

.pedagogy-editorial {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.pedagogy-editorial .section-heading h2 {
  max-width: 11ch;
  margin-bottom: 26px;
  color: #ffffff;
}

.pedagogy-intent {
  display: grid;
  gap: 18px;
}

.pedagogy-intent p {
  margin: 0;
  color: #bfd4d2;
  font-size: 0.94rem;
  line-height: 1.72;
}

.pedagogy-intent strong {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.65;
}

.pedagogy-principles {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.pedagogy-principles li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pedagogy-principles li > span {
  color: #f3ad47;
  font-family: var(--font-mono);
  font-size: 0.67rem;
}

.pedagogy-principles h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.25rem;
}

.pedagogy-principles p {
  color: #bfd4d2;
  font-size: 0.87rem;
  line-height: 1.65;
}

.terrain-section {
  background: #f6f9f8;
}

.terrain-editorial {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 100px;
  align-items: end;
}

.terrain-copy h2 {
  max-width: 12ch;
  margin-bottom: 28px;
}

.terrain-copy > p:last-child {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.78;
}

.terrain-quote {
  margin: 0;
  padding: 36px 0 6px 40px;
  border-top: 1px solid var(--marketing-teal);
  border-left: 1px solid var(--marketing-line);
  color: var(--marketing-ink);
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.about-cta-section {
  padding: 0 0 120px;
  background: #f6f9f8;
}

.about-cta {
  position: relative;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 70px;
  align-items: center;
  padding: 60px 68px;
  overflow: hidden;
  border-radius: var(--marketing-radius);
  background: var(--marketing-teal);
}

.about-cta::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.about-cta h2 {
  max-width: none;
  margin-bottom: 18px;
  color: #ffffff;
}

.about-cta p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 30px;
  color: #d9eeeb;
}

.about-cta figure {
  position: relative;
  z-index: 1;
  margin: 0;
}

.about-cta figure img {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* Existing public pages: references, scenarios and legal */

.marketing-page .page-hero {
  min-height: 500px;
  display: grid;
  align-items: center;
  padding: 70px 0;
  background: var(--marketing-bg);
  border-bottom: 1px solid var(--marketing-line);
}

.marketing-page .page-hero .illustrated-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 100px;
  align-items: center;
}

.marketing-page .page-hero h1 {
  max-width: 13ch;
  font-size: clamp(3.5rem, 5.7vw, 5.4rem);
  line-height: 1;
}

.marketing-page .page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 26px;
  color: var(--marketing-copy);
  font-size: 1.06rem;
  line-height: 1.7;
}

.marketing-page .page-hero .character-scene {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
  margin: 0;
}

.marketing-page .page-hero .character-scene::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 250px;
  border: 1px solid rgba(8, 127, 120, 0.15);
  background: rgba(255, 255, 255, 0.55);
  clip-path: polygon(15% 8%, 88% 1%, 100% 62%, 75% 94%, 3% 82%, 0 28%);
  transform: none;
}

.marketing-page .page-hero .character-scene::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 17px;
  left: 20%;
  height: 2px;
  background: var(--marketing-orange);
  transform: none;
}

.marketing-page .page-hero .character-scene img {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  max-height: 290px;
  object-fit: contain;
  transform: none;
  filter: none;
}

.trust-page .trusted-logo-section,
.trust-page .event-gallery-section,
.play-page .play-intro-section,
.play-page .scenarios-section,
.legal-page .content-section {
  padding: 110px 0;
  background: #ffffff;
}

.marketing-page .section-heading.center {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.marketing-page .section-heading.center h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.marketing-page .section-heading.center > p:last-child {
  margin: 22px auto 0;
}

.trust-page .trusted-logo-section {
  border-bottom: 1px solid var(--marketing-line);
}

.trust-page .logo-marquee {
  margin-top: 56px;
  padding-block: 10px;
  border-block: 1px solid var(--marketing-line);
  background: transparent;
}

.trust-page .trusted-logo-slot {
  border: 0;
  border-right: 1px solid var(--marketing-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-page .event-gallery-section {
  background: #f6f9f8;
}

.trust-page .training-gallery-grid {
  margin-top: 54px;
}

.trust-page .training-gallery-item,
.trust-page .training-gallery-button,
.trust-page .training-gallery-button img {
  border-radius: 10px;
}

.play-page .play-hero .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.08fr) 150px;
  gap: 56px;
  align-items: end;
}

.play-page .play-hero .eyebrow {
  grid-column: 1 / -1;
}

.play-page .play-hero h1 {
  max-width: 9ch;
}

.play-page .play-hero p:not(.eyebrow) {
  margin: 0;
  padding-left: 35px;
  border-left: 1px solid var(--marketing-teal);
}

.play-page .play-hero-character {
  width: 150px;
  margin: 0;
  align-self: center;
  justify-self: end;
  pointer-events: none;
}

.play-page .play-hero-character img {
  display: block;
  width: 100%;
  max-height: 145px;
  object-fit: contain;
  filter: none;
}

.play-page .play-intro-section {
  background: #ffffff;
  border-bottom: 1px solid var(--marketing-line);
}

.play-page .play-intro-section .split-layout {
  gap: 90px;
}

.play-page .play-parameter-grid > div {
  border-color: var(--marketing-line);
  border-radius: 9px;
  background: #f7faf9;
  box-shadow: none;
}

.play-page .scenarios-section {
  background: #f6f9f8;
}

.play-page .scenario-toolbar {
  margin-bottom: 52px;
}

.play-page .filter-chips span {
  border: 0;
  border-left: 1px solid var(--marketing-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.play-page .source-scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.play-page .source-scenario-card {
  border-color: var(--marketing-line);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: none;
}

.play-page .source-scenario-card::before {
  display: none;
}

.play-page .source-scenario-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 127, 120, 0.32);
  box-shadow: var(--marketing-shadow);
}

.legal-page .legal-layout {
  gap: 18px;
}

.legal-page .legal-block {
  border-color: var(--marketing-line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: none;
}

/* Contact and footer */

.marketing-page .contact-section {
  padding: 120px 0;
  background: #eaf3f0;
  border-top: 1px solid rgba(8, 127, 120, 0.12);
}

.marketing-page .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.72fr);
  gap: 110px;
  align-items: start;
}

.marketing-page .contact-grid .section-heading h2 {
  max-width: 13ch;
  margin-bottom: 24px;
}

.marketing-page .contact-grid .section-heading > p {
  max-width: 580px;
  font-size: 1rem;
  line-height: 1.72;
}

.marketing-page .contact-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 0;
  margin-top: 38px;
}

.marketing-page .contact-links a {
  position: relative;
  width: auto;
  min-height: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--marketing-ink);
  font-size: 0.8rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.marketing-page .contact-links a:first-child {
  padding-left: 0;
}

.marketing-page .contact-links a + a::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 1px;
  background: rgba(8, 127, 120, 0.24);
}

.marketing-page .contact-links a:hover {
  color: var(--marketing-teal);
}

.marketing-page .contact-links svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.7;
}

.marketing-page .linkedin-icon {
  flex: 0 0 auto;
  fill: currentColor;
  stroke: none;
}

.marketing-page .contact-character-scene {
  min-height: 120px;
  width: 160px;
  margin: 42px 0 0 auto;
  background: transparent;
}

.marketing-page .contact-character-scene::before,
.marketing-page .contact-character-scene::after {
  display: none;
}

.marketing-page .contact-character-scene .sketch-character {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
  transform: none;
  filter: none;
}

.marketing-page .contact-form {
  display: grid;
  gap: 20px;
  padding: 36px;
  border: 1px solid rgba(8, 127, 120, 0.14);
  border-radius: var(--marketing-radius);
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(26, 66, 66, 0.08);
}

.marketing-page .contact-form label {
  display: grid;
  gap: 8px;
}

.marketing-page .contact-form label > span {
  color: var(--marketing-ink);
  font-size: 0.76rem;
  font-weight: 700;
}

.marketing-page .contact-form input,
.marketing-page .contact-form textarea {
  width: 100%;
  border: 1px solid var(--marketing-line);
  border-radius: 8px;
  background: #fbfcfc;
  color: var(--marketing-ink);
  box-shadow: none;
}

.marketing-page .contact-form input {
  min-height: 50px;
}

.marketing-page .contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.marketing-page .contact-form input:focus,
.marketing-page .contact-form textarea:focus {
  border-color: var(--marketing-teal);
  outline: 3px solid rgba(8, 127, 120, 0.12);
}

.marketing-page .contact-form .button {
  justify-self: start;
  margin-top: 4px;
}

.marketing-page .site-footer {
  padding: 76px 0 28px;
  border-top: 0;
  background: #0f1c27;
}

.marketing-page .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.85fr;
  gap: 80px;
}

.marketing-page .footer-brand .brand-text {
  color: #ffffff;
}

.marketing-page .footer-intro > p {
  max-width: 410px;
  margin-top: 22px;
  color: #aebbc7;
  font-size: 0.9rem;
  line-height: 1.7;
}

.marketing-page .footer-links {
  display: grid;
  align-content: start;
  gap: 13px;
}

.marketing-page .footer-links a {
  color: #b9c5cf;
  font-size: 0.82rem;
}

.marketing-page .footer-links a:hover {
  color: #ffffff;
}

.marketing-page .footer-contact {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 17px;
}

.marketing-page .footer-kicker {
  color: #7f8f9d;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-page .footer-email {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 0.84rem;
}

.marketing-page .footer-email svg {
  width: 15px;
  transition: transform 180ms ease;
}

.marketing-page .footer-email:hover svg {
  transform: translate(2px, -2px);
}

.marketing-page .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.marketing-page .footer-social-links a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #aebbc7;
  font-size: 0.76rem;
  transition: color 180ms ease;
}

.marketing-page .footer-social-links a:hover {
  color: #ffffff;
}

.marketing-page .footer-social-links svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.6;
}

.marketing-page .footer-social-links .linkedin-icon {
  fill: currentColor;
  stroke: none;
}

.marketing-page .footer-credits {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: #7f8f9d;
  font-size: 0.68rem;
}

.marketing-page .footer-credits a {
  color: inherit;
}

.marketing-page .footer-credits a:hover {
  color: #c6d1d9;
}

/* Responsive */

@media (max-width: 1180px) {
  .marketing-page.nav-open {
    overflow: hidden;
  }

  .marketing-page .site-header {
    min-height: 74px;
  }

  .marketing-page .nav-shell {
    min-height: 73px;
    grid-template-columns: auto auto;
  }

  .marketing-page .nav-toggle {
    display: inline-flex;
  }

  .marketing-page .nav-panel {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--marketing-line);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 22px 50px rgba(16, 24, 40, 0.12);
  }

  .marketing-page .nav-panel.is-open {
    display: grid;
  }

  .marketing-page .nav-panel.is-open .nav-links {
    display: grid;
    justify-items: stretch;
    padding: 0;
  }

  .marketing-page .nav-panel.is-open .nav-actions {
    display: flex;
    padding-top: 9px;
    border-top: 1px solid var(--marketing-line);
  }

  .marketing-page .nav-links a {
    min-height: 48px;
    padding-inline: 12px;
  }

  .marketing-page .nav-links a::after {
    right: auto;
    bottom: 10px;
    width: 30px;
  }

  .home-hero-layout,
  .solutions-hero-layout,
  .about-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
    gap: 60px;
  }

  .marketing-hero h1 {
    font-size: clamp(3.4rem, 6.4vw, 4.8rem);
  }

  .marketing-section {
    padding: 100px 0;
  }

  .heading-split,
  .feedback-editorial,
  .story-editorial,
  .why-editorial,
  .examples-layout,
  .pedagogy-intro,
  .pedagogy-editorial,
  .terrain-editorial {
    gap: 64px;
  }

  .platform-editorial {
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 52px;
  }

  .crisis-line {
    grid-template-columns: 44px 42px minmax(160px, 0.7fr) 1fr;
  }

  .access-choice-grid {
    gap: 14px;
  }

  .solution-module {
    padding: 25px;
  }

  .scenario-exclusivity {
    margin-inline: 0;
    padding-inline: 0;
  }

  .scenario-module-copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .person-story {
    gap: 55px;
  }

  .marketing-page .contact-grid {
    gap: 70px;
  }

  .marketing-page .page-hero {
    min-height: 440px;
  }
}

@media (max-width: 900px) {
  .marketing-page .section-inner {
    width: min(100% - 40px, 1240px);
  }

  .home-hero-layout,
  .solutions-hero-layout,
  .about-hero-layout {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 66px;
  }

  .home-hero-layout {
    min-height: auto;
  }

  .home-hero-copy h1,
  .solutions-hero-copy h1,
  .about-hero-copy h1 {
    max-width: 12ch;
  }

  .home-hero-visual,
  .about-hero-visual {
    min-height: 430px;
    padding-left: 26px;
  }

  .solution-composer-visual {
    min-height: 455px;
  }

  .evidence-line {
    grid-template-columns: 190px 1fr;
  }

  .evidence-line .text-link {
    grid-column: 2;
    padding-bottom: 24px;
  }

  .platform-editorial,
  .why-editorial,
  .examples-layout,
  .pedagogy-editorial,
  .terrain-editorial {
    grid-template-columns: 1fr;
  }

  .section-aside {
    min-height: auto;
    flex-direction: row;
    align-items: end;
    padding: 0 0 25px;
    border-right: 0;
    border-bottom: 1px solid var(--marketing-line);
  }

  .editorial-character {
    width: 110px;
    padding: 0;
    border: 0;
  }

  .heading-split,
  .feedback-editorial,
  .story-editorial,
  .pedagogy-intro {
    grid-template-columns: 1fr;
  }

  .heading-split > p,
  .pedagogy-intro > p {
    padding: 0 0 0 24px;
  }

  .feedback-stat {
    padding: 0 0 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .story-visual {
    min-height: 420px;
  }

  .access-choice-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mode-detail-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .intervention-track {
    padding: 46px 0 0;
    border-top: 1px solid var(--marketing-line-strong);
    border-left: 0;
  }

  .solution-module h3,
  .module-promise {
    min-height: 0;
  }

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

  .support-module-grid {
    grid-template-columns: 1fr;
  }

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

  .pedagogy-cycle::before {
    width: 50%;
  }

  .pedagogy-cycle li {
    min-height: 290px;
    border-bottom: 1px solid var(--marketing-line);
  }

  .pedagogy-cycle li:nth-child(2) {
    border-right: 0;
  }

  .person-story {
    grid-template-columns: minmax(280px, 0.72fr) 1fr;
  }

  .person-story:nth-of-type(3) .person-portrait {
    order: 0;
    justify-self: start;
  }

  .person-portrait {
    position: static;
  }

  .about-page .pedagogy-editorial,
  .terrain-editorial {
    gap: 55px;
  }

  .about-cta {
    padding: 50px;
  }

  .marketing-page .page-hero .illustrated-hero-grid {
    grid-template-columns: 1fr 300px;
    gap: 50px;
  }

  .play-page .play-hero .section-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .play-page .play-hero-character {
    width: 124px;
    margin-top: -8px;
    justify-self: end;
  }

  .play-page .play-hero p:not(.eyebrow) {
    padding-left: 24px;
  }

  .play-page .source-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-page .contact-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .marketing-page .contact-character-scene {
    margin-left: 0;
  }

  .marketing-page .footer-grid {
    grid-template-columns: 1fr 0.6fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 640px) {
  .marketing-page .section-inner {
    width: min(100% - 32px, 1240px);
  }

  .marketing-page .nav-shell {
    width: min(100% - 28px, 1240px);
  }

  .marketing-page .nav-panel {
    right: -2px;
    left: -2px;
  }

  .marketing-page .nav-actions .button {
    width: 100%;
  }

  .marketing-hero h1 {
    font-size: clamp(2.7rem, 12.4vw, 3.55rem);
    line-height: 1.01;
  }

  .marketing-hero .hero-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .marketing-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .marketing-page .hero-actions .button {
    width: 100%;
  }

  .home-hero-layout,
  .solutions-hero-layout,
  .about-hero-layout {
    gap: 42px;
    padding: 48px 0 54px;
  }

  .home-hero-copy,
  .solutions-hero-copy,
  .about-hero-copy {
    gap: 22px;
  }

  .hero-proof-line {
    grid-template-columns: 1fr;
    padding-top: 8px;
  }

  .hero-proof-line li {
    grid-template-columns: 32px 1fr;
    align-items: center;
    min-height: 52px;
    padding: 0;
    border-left: 0;
    border-bottom: 1px solid var(--marketing-line);
  }

  .home-hero-visual,
  .about-hero-visual {
    min-height: 360px;
    padding: 18px 0 20px;
    border-top: 1px solid rgba(8, 127, 120, 0.20);
    border-left: 0;
  }

  .home-hero-visual {
    border-top: 0;
  }

  .hero-visual-meta {
    font-size: 0.56rem;
  }

  .home-hero-visual .hero-character-stage::before {
    width: 90%;
    height: 210px;
  }

  .home-hero-visual .sketch-character {
    max-height: 250px;
  }

  .home-hero-visual figcaption strong {
    font-size: 1rem;
  }

  .evidence-line {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px 0 32px;
  }

  .evidence-line > div {
    padding-bottom: 24px;
  }

  .evidence-line > p {
    padding: 24px 0;
    border-top: 1px solid var(--marketing-line);
    border-left: 0;
  }

  .evidence-line .text-link {
    grid-column: auto;
    padding: 0;
  }

  .marketing-section {
    padding: 82px 0;
  }

  .marketing-page .section-heading h2,
  .marketing-section h2 {
    font-size: clamp(2.25rem, 10.6vw, 3rem);
    line-height: 1.06;
  }

  .platform-editorial,
  .heading-split,
  .feedback-editorial,
  .story-editorial,
  .why-editorial,
  .examples-layout,
  .pedagogy-intro,
  .pedagogy-editorial,
  .terrain-editorial {
    gap: 44px;
  }

  .section-aside {
    display: none;
  }

  .experience-path {
    margin-top: 42px;
  }

  .experience-path li {
    grid-template-columns: 34px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .heading-split {
    margin-bottom: 44px;
  }

  .heading-split > p,
  .pedagogy-intro > p {
    font-size: 0.9rem;
  }

  .crisis-line {
    grid-template-columns: 34px 32px 1fr;
    gap: 12px;
    min-height: 94px;
    padding-block: 17px;
  }

  .crisis-line p {
    grid-column: 3;
  }

  .feedback-stat > strong {
    font-size: 6rem;
  }

  .feedback-quotes blockquote {
    font-size: 1.45rem;
  }

  .training-proof {
    align-items: flex-end;
  }

  .story-visual {
    min-height: 380px;
    padding: 22px;
  }

  .why-list > div {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .why-list p {
    grid-column: 2;
  }

  .solution-composer-visual {
    min-height: 420px;
    padding: 24px 20px;
  }

  .composer-layer {
    grid-template-columns: 30px 1fr 26px;
    min-height: 74px;
    padding: 13px;
  }

  .composer-layer:nth-child(2) {
    margin-left: 12px;
  }

  .composer-layer:nth-child(3) {
    margin-left: 24px;
  }

  .solution-composer-visual figure {
    display: none;
  }

  .solution-roadmap {
    padding: 44px 0;
  }

  .roadmap-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .roadmap-steps::before {
    top: 14px;
    bottom: 34px;
    left: 15px;
    width: 1px;
    height: auto;
  }

  .roadmap-steps a {
    grid-template-columns: 32px 1fr;
    gap: 2px 16px;
    padding: 0 0 28px;
  }

  .roadmap-steps a > span {
    grid-row: 1 / 3;
  }

  .roadmap-steps strong {
    margin: 0;
  }

  .mode-fork {
    grid-template-columns: 1fr;
    margin-bottom: 58px;
  }

  .mode-path,
  .mode-path-intervention {
    grid-template-columns: 1fr auto;
    gap: 13px 20px;
    padding: 24px 0;
    border-right: 0;
  }

  .mode-path:first-child {
    border-bottom: 1px solid var(--marketing-line);
  }

  .mode-path-index {
    grid-column: 1 / -1;
  }

  .mode-path > b {
    align-self: start;
  }

  .license-option {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .license-duration {
    grid-template-columns: 28px auto 1fr;
  }

  .license-duration > span {
    grid-row: auto;
  }

  .license-duration small {
    padding-left: 4px;
  }

  .mode-clarification {
    margin-top: 46px;
  }

  .stage-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .stage-number {
    width: 72px;
  }

  .stage-number strong {
    font-size: 2.1rem;
  }

  .solution-module {
    padding: 24px 20px;
  }

  .solution-module:hover {
    transform: none;
  }

  .scenario-module {
    padding-bottom: 20px;
  }

  .scenario-exclusivity {
    grid-template-columns: 30px 1fr;
    margin-inline: 0;
    padding-inline: 0;
  }

  .scenario-process li {
    grid-template-columns: 30px 1fr;
  }

  .scenario-process small {
    grid-column: 2;
  }

  .identity-preview {
    margin-top: 30px;
  }

  .composition-list article {
    grid-template-columns: 36px 1fr;
  }

  .pedagogy-cycle {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid var(--marketing-line-strong);
  }

  .pedagogy-cycle::before {
    top: 0;
    bottom: auto;
    left: -1px;
    width: 2px;
    height: 25%;
  }

  .pedagogy-cycle li,
  .pedagogy-cycle li:first-child {
    min-height: auto;
    padding: 0 0 36px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--marketing-line);
  }

  .pedagogy-cycle li + li {
    padding-top: 36px;
  }

  .cycle-icon {
    margin: 26px 0 20px;
  }

  .about-hero-visual > div::before {
    width: 270px;
    height: 210px;
  }

  .about-hero-visual figcaption {
    gap: 12px;
  }

  .about-manifesto {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 70px;
    padding-bottom: 40px;
  }

  .about-manifesto p {
    font-size: 2.2rem;
  }

  .person-story {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 82px;
  }

  .person-story + .person-story {
    padding-top: 82px;
  }

  .person-portrait > img {
    height: 280px;
    aspect-ratio: 1 / 1.08;
  }

  .person-portrait {
    width: min(100%, 260px);
  }

  .person-narrative h2 {
    font-size: 3.2rem;
  }

  .person-sketch {
    margin-left: 0;
  }

  .terrain-quote {
    padding-left: 24px;
    font-size: 1.75rem;
  }

  .about-cta-section {
    padding-bottom: 82px;
  }

  .about-cta {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px 28px;
  }

  .about-cta figure {
    width: 210px;
    margin-left: auto;
  }

  .marketing-page .page-hero {
    min-height: 0;
    padding: 56px 0;
  }

  .marketing-page .page-hero .illustrated-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .marketing-page .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 12vw, 3.6rem);
  }

  .marketing-page .page-hero .character-scene {
    min-height: 250px;
  }

  .marketing-page .page-hero .character-scene::before {
    width: 240px;
    height: 210px;
  }

  .trust-page .trusted-logo-section,
  .trust-page .event-gallery-section,
  .play-page .play-intro-section,
  .play-page .scenarios-section,
  .legal-page .content-section {
    padding: 82px 0;
  }

  .play-page .play-hero p:not(.eyebrow) {
    padding-left: 20px;
  }

  .play-page .source-scenario-grid {
    grid-template-columns: 1fr;
  }

  .marketing-page .contact-section {
    padding: 82px 0;
  }

  .marketing-page .contact-grid {
    gap: 45px;
  }

  .marketing-page .contact-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px 0;
  }

  .marketing-page .contact-links a,
  .marketing-page .contact-links a:first-child {
    width: auto;
    min-height: auto;
    flex: 0 0 auto;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .marketing-page .contact-links a:first-child {
    padding-left: 0;
  }

  .marketing-page .contact-links a + a::before {
    display: block;
  }

  .marketing-page .contact-form {
    padding: 26px 20px;
  }

  .marketing-page .contact-form .button {
    width: 100%;
  }

  .marketing-page .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px 28px;
  }

  .marketing-page .footer-intro {
    grid-column: 1 / -1;
  }

  .marketing-page .footer-credits {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 390px) {
  .marketing-page .section-inner {
    width: min(100% - 28px, 1240px);
  }

  .marketing-hero h1 {
    font-size: 2.62rem;
  }

  .solution-composer-visual {
    margin-inline: -2px;
  }

  .composer-layer strong {
    font-size: 0.84rem;
  }

  .composer-layer small {
    font-size: 0.67rem;
  }

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

  .marketing-page .footer-intro {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-page .solution-module,
  .marketing-page .text-link svg,
  .marketing-page .nav-links a::after,
  .marketing-page .roadmap-steps a > span,
  .marketing-page .mode-path > b,
  .marketing-page .mode-path > b svg,
  .marketing-page .contact-links a,
  .marketing-page .footer-email svg,
  .marketing-page .footer-social-links a {
    transition: none;
  }
}
