:root {
  color-scheme: light;
  --bg: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #eef2f8;
  --ink: #0b0c0f;
  --ink-soft: #454a55;
  --ink-muted: #5e6470;
  --blue: #0759c7;
  --blue-light: #76b7ff;
  --line: #d7dbe3;
  --dark: #08090b;
  --dark-surface: #111318;
  --dark-soft: #c2c7d0;
  --dark-muted: #a9b0bc;
  --shell: 1160px;
  --page-pad: clamp(24px, 5.8vw, 84px);
  --section-pad: clamp(84px, 9vw, 132px);
  --display-tracking: -0.032em;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-ease-editorial: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --motion-trigger-inset: 15;
  --motion-terminal-trigger-inset: 0;
  --motion-editorial-opacity: 900ms;
  --motion-editorial-transform: 700ms;
  --motion-editorial-stagger: 150ms;
  --motion-editorial-distance: 30px;
  --motion-experience-pair-distance: 24px;
  --motion-experience-pair-stagger: 160ms;
  --motion-experience-trigger-inset-mobile: 25;
  --motion-tools-row-distance: 20px;
  --motion-tools-row-stagger: 110ms;
  --motion-contact-heading-distance: 38px;
  --motion-contact-copy-distance: 24px;
  --motion-contact-lead-stagger: 170ms;
  --motion-contact-lead-trigger-inset-mobile: 30;
  --motion-contact-action-distance: 18px;
  --motion-contact-action-stagger: 90ms;
  --motion-contact-actions-trigger-inset-mobile: 25;
  --motion-contact-footer-distance: 14px;
  --motion-contact-footer-stagger: 120ms;
  --motion-visual-duration: 700ms;
  --motion-visual-connector: 550ms;
  --motion-visual-stagger: 140ms;
  --motion-visual-stagger-dense: 70ms;
  --motion-visual-distance: 20px;
  --motion-visual-duration-short: 650ms;
  --motion-waveform-duration: 420ms;
  --motion-preparation-release: 320ms;
  --motion-cta-opacity: 800ms;
  --motion-cta-transform: 700ms;
  --motion-cta-distance: 14px;
  --motion-feedback-press: 100ms;
  --motion-feedback-reduced: 120ms;
  --motion-feedback-fast: 140ms;
  --motion-feedback-dialog: 160ms;
  --motion-feedback-hover: 180ms;
  --motion-feedback-transform: 200ms;
  --motion-feedback-hover-long: 220ms;
  --motion-feedback-status: 240ms;
  --motion-feedback-content: 260ms;
  --motion-demo-poster-release: 280ms;
  --motion-decision-throughline-delay: 80ms;
  --motion-decision-stage-delay: 100ms;
  --motion-decision-stage-stagger: 180ms;
  --motion-readiness-gate-delay: 20ms;
  --motion-readiness-gate-stagger: 120ms;
  --motion-readiness-state-delay: 970ms;
  --motion-course-change-delay: 280ms;
  --motion-course-connector-delay: 600ms;
  --motion-course-output-delay: 760ms;
  --motion-storyboard-timeline-delay: 480ms;
  --motion-storyboard-waveform-delay: 800ms;
  --motion-webobject-connector-delay: 520ms;
  --motion-webobject-object-delay: 720ms;
  --motion-handoff-transfer-delay: 280ms;
  --motion-handoff-transfer-step: 200ms;
  --motion-handoff-result-delay: 480ms;
  --motion-handoff-uses-delay: 820ms;
  --motion-scroll-adapt-start: 0.45;
  --motion-scroll-adapt-fast: 3.2;
  --motion-scroll-adapt-scan: 5;
  --motion-scroll-duration-floor: 0.45;
  --motion-scroll-velocity-smoothing: 90ms;
  --motion-scroll-velocity-decay: 160ms;
  --motion-scroll-hash-guard: 240ms;
  --motion-hero-distance: 24px;
  --motion-hero-backdrop-duration: 1200ms;
  --motion-hero-participant-duration: 1500ms;
  --motion-hero-admin-duration: 1600ms;
  --motion-hero-role-delay: 160ms;
  --motion-hero-name-delay: 300ms;
  --motion-hero-summary-delay: 440ms;
  --motion-hero-location-delay: 580ms;
  --motion-hero-actions-delay: 720ms;
  --motion-hero-backdrop-delay: 220ms;
  --motion-hero-participant-delay: 420ms;
  --motion-hero-admin-delay: 680ms;
  --motion-hero-caption-delay: 980ms;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button:active,
a:active:not(.hero-product__stage) {
  opacity: 0.72;
}

button {
  font: inherit;
}

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

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

p,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
dd,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

:focus-visible {
  border-radius: 4px;
  outline: 3px solid #0053b8;
  outline-offset: 4px;
}

main[tabindex="-1"]:focus {
  outline: none;
}

.featured-case :focus-visible,
.contact-section :focus-visible {
  outline-color: #83bdff;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform var(--motion-feedback-hover) var(--ease-out);
}

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

.shell {
  width: min(var(--shell), calc(100% - (var(--page-pad) * 2)));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: max(0px, env(safe-area-inset-top)) var(--page-pad) 0;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: background-color var(--motion-feedback-hover) ease-out, box-shadow var(--motion-feedback-hover) ease-out;
}

.not-found-home {
  display: none;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 14px 36px rgba(22, 28, 45, 0.08);
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 680;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #2e3036;
  font-size: 14px;
  font-weight: 570;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity var(--motion-feedback-fast) ease-out, transform var(--motion-feedback-transform) var(--ease-out);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a[aria-current="location"]::after {
  opacity: 0.55;
  transform: scaleX(1);
}

.desktop-nav a[aria-current="location"] {
  color: var(--blue);
}

.desktop-nav .nav-contact {
  color: var(--blue);
  font-weight: 660;
}

.menu-button,
.mobile-menu,
.noscript-nav {
  display: none;
}

.hero {
  min-height: 100svh;
  overflow: clip;
  padding: 104px var(--page-pad) 24px;
  background: var(--bg);
}

.hero__launch {
  display: grid;
  width: min(1380px, 100%);
  min-height: calc(100svh - 128px);
  grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(30px, 4vw, 72px);
  align-items: center;
  margin-inline: auto;
}

.hero__copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  text-align: left;
}

.hero h1 {
  max-width: 580px;
  font-size: clamp(60px, 6.1vw, 94px);
  font-weight: 650;
  letter-spacing: var(--display-tracking);
  line-height: 1.01;
  text-wrap: balance;
}

.hero__role {
  color: var(--blue);
  font-size: 15px;
  font-weight: 680;
  letter-spacing: 0.005em;
}

.hero__summary {
  max-width: 590px;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.5;
  text-wrap: pretty;
}

.hero__location {
  color: var(--ink-muted);
  font-size: 15px;
}

.hero__actions,
.case-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
}

.hero__actions {
  gap: 12px;
  justify-content: flex-start;
  padding-top: 5px;
}

.hero-product {
  display: grid;
  width: 100%;
}

.hero-product__stage {
  position: relative;
  display: block;
  height: min(72svh, 760px);
  overflow: hidden;
  transition: transform var(--motion-feedback-press) ease-out;
}

.hero-product__stage:active {
  transform: scale(0.992);
}

.hero-product__backdrop {
  position: absolute;
  top: 4%;
  left: 1%;
  width: 98%;
  height: 92%;
  border-radius: 50%;
  background: #dfeafb;
  transform: scaleX(1.08);
}

.hero-product__screen {
  position: absolute;
  top: 2%;
  width: clamp(300px, 28vw, 420px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: #17141d;
  box-shadow: 0 34px 80px rgba(32, 48, 78, 0.25), 0 8px 24px rgba(32, 48, 78, 0.16);
  transition: transform var(--motion-feedback-hover-long) var(--ease-out);
}

.hero-product__screen img {
  width: 100%;
  height: auto;
}

.hero-product__screen--participant {
  left: 3%;
  transform: rotate(-4deg) translateY(30px);
}

.hero-product__screen--admin {
  right: 3%;
  transform: rotate(4deg);
}

@media (hover: hover) and (pointer: fine) {
  .hero-product:hover .hero-product__screen--participant,
  .hero-product:focus-within .hero-product__screen--participant {
    transform: rotate(-2deg) translateY(20px);
  }

  .hero-product:hover .hero-product__screen--admin,
  .hero-product:focus-within .hero-product__screen--admin {
    transform: rotate(2deg) translateY(-8px);
  }
}

.hero-product > figcaption {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 14px;
  padding-block: 18px 28px;
  color: #313741;
  font-size: 14px;
}

.hero-product > figcaption strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 680;
}

.text-action {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #202329;
  font-size: 15px;
  font-weight: 660;
}

.text-action::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.3;
  transform: scaleX(0.22);
  transform-origin: left;
  transition: opacity var(--motion-feedback-fast) ease-out, transform var(--motion-feedback-hover-long) var(--ease-out);
}

.text-action:hover::after,
.text-action:focus-visible::after {
  opacity: 0.8;
  transform: scaleX(1);
}

.text-action--primary {
  color: var(--blue);
}

.text-action--inverse-muted {
  color: var(--dark-soft);
}

.cta-zone {
  position: relative;
}

.cta-button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 680;
  line-height: 1;
  transition:
    background-color var(--motion-feedback-hover) ease-out,
    border-color var(--motion-feedback-hover) ease-out,
    box-shadow var(--motion-feedback-hover-long) var(--ease-out),
    color var(--motion-feedback-hover) ease-out,
    transform var(--motion-feedback-hover) var(--ease-out);
}

.cta-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform var(--motion-feedback-hover) var(--ease-out);
}

.cta-button--primary {
  background: var(--blue);
  color: #fff;
}

.cta-button--inverse {
  background: var(--surface);
  color: var(--ink);
}

.cta-zone[data-cta-current="true"] .cta-button--primary {
  box-shadow: 0 8px 22px rgba(7, 89, 199, 0.16);
}

.cta-zone[data-cta-current="true"] .cta-button--inverse {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

@media (hover: hover) and (pointer: fine) {
  .cta-button--primary:hover {
    background: #064fac;
    box-shadow: 0 10px 24px rgba(7, 89, 199, 0.2);
    transform: translateY(-1px);
  }

  .cta-button--inverse:hover {
    background: #e7e8eb;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
  }

  .cta-button:hover svg {
    transform: translate(1px, -1px);
  }

  .experience-cta .cta-button:hover svg {
    transform: translateY(1px);
  }
}

.cta-button:active,
a.cta-button:active:not(.hero-product__stage) {
  opacity: 1;
  transform: scale(0.98);
  transition-duration: var(--motion-feedback-press);
}

.secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid #7d8490;
  border-radius: 12px;
  color: #202329;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  transition:
    background-color var(--motion-feedback-hover) ease-out,
    border-color var(--motion-feedback-hover) ease-out,
    color var(--motion-feedback-hover) ease-out,
    transform var(--motion-feedback-hover) var(--ease-out);
}

.secondary-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform var(--motion-feedback-hover) var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .secondary-button:hover {
    border-color: var(--ink-muted);
    background: var(--surface);
    transform: translateY(-1px);
  }

  .secondary-button:hover svg {
    transform: translateY(1px);
  }
}

.secondary-button:active {
  opacity: 1;
  transform: scale(0.98);
  transition-duration: var(--motion-feedback-press);
}

.featured-case .cta-button:focus-visible {
  outline-color: #fff;
}

.section-intro__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.experience-cta {
  margin-top: 26px;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  gap: 80px;
  align-items: end;
  padding-bottom: clamp(52px, 7vw, 84px);
}

.section-intro h2,
.about-copy h2,
.course-work__header h2 {
  font-size: clamp(42px, 4.5vw, 58px);
  font-weight: 650;
  letter-spacing: -0.029em;
  line-height: 1.04;
  text-wrap: balance;
}

.section-intro p,
.course-work__header p {
  max-width: 710px;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.5;
}

.work-section {
  padding-block: clamp(64px, 7vw, 96px) 0;
  background: var(--surface);
}

.featured-case {
  width: 100vw;
  overflow: clip;
  margin-left: calc(50% - 50vw);
  padding-block: clamp(54px, 7vw, 88px);
  padding-inline: max(var(--page-pad), calc((100vw - var(--shell)) / 2));
  background: var(--dark);
  color: #fff;
}

.featured-case__intro {
  display: grid;
  grid-template-areas:
    "copy facts"
    "evidence evidence";
  grid-template-columns: minmax(0, 1.36fr) minmax(280px, 0.64fr);
  column-gap: clamp(56px, 8vw, 108px);
}

.featured-case__intro > div:first-child {
  grid-area: copy;
}

.featured-case__intro > .case-facts {
  grid-area: facts;
}

.featured-case__intro > .case-evidence {
  grid-area: evidence;
}

.case-marker {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin: 0 0 20px;
  color: var(--dark-soft);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.018em;
  line-height: 1.35;
}

.case-marker span:first-child {
  color: var(--blue-light);
}

.case-marker--light {
  color: var(--ink-muted);
}

.case-marker--light span:first-child {
  color: var(--blue);
}

.featured-case__intro h3 {
  max-width: 760px;
  scroll-margin-top: 116px;
  font-size: clamp(38px, 4.7vw, 61px);
  font-weight: 650;
  letter-spacing: -0.032em;
  line-height: 1.03;
  text-wrap: balance;
}

.featured-case__intro > div > p {
  max-width: 700px;
  padding-top: 22px;
  color: var(--dark-soft);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.56;
}

.case-facts {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.case-facts > div {
  padding-block: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.case-facts dt {
  color: var(--dark-muted);
  font-size: 13px;
  font-weight: 660;
}

.case-facts dd {
  padding-top: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.case-evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(52px, 7vw, 82px) 0 0;
  border-top: 1px solid var(--evidence-line);
  border-bottom: 1px solid var(--evidence-line);
}

.case-evidence > div {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border-left: 1px solid var(--evidence-line);
}

.case-evidence > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.case-evidence > div:last-child {
  padding-right: 0;
}

.case-evidence dt {
  color: var(--evidence-label);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.case-evidence dd {
  display: grid;
  gap: 5px;
  padding-top: 16px;
}

.case-evidence strong {
  color: var(--evidence-strong);
  font-size: clamp(31px, 3.25vw, 46px);
  font-weight: 650;
  letter-spacing: -0.028em;
  line-height: 0.98;
}

.case-evidence span {
  max-width: 28ch;
  color: var(--evidence-copy);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.4;
}

.case-evidence small {
  max-width: 34ch;
  color: var(--evidence-muted);
  font-size: 13px;
  line-height: 1.45;
}

.case-evidence--dark {
  --evidence-copy: #f2f4f8;
  --evidence-label: var(--blue-light);
  --evidence-line: rgba(255, 255, 255, 0.2);
  --evidence-muted: var(--dark-soft);
  --evidence-strong: #fff;
}

.case-evidence--light {
  --evidence-copy: #323740;
  --evidence-label: var(--blue);
  --evidence-line: var(--line);
  --evidence-muted: var(--ink-muted);
  --evidence-strong: var(--ink);
  margin-top: 4px;
  margin-bottom: clamp(46px, 6vw, 66px);
}

.case-evidence + .demo-introduction {
  margin-top: clamp(54px, 7vw, 86px);
}

.demo-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
  gap: clamp(44px, 7vw, 84px);
  align-items: end;
  margin-top: clamp(62px, 8vw, 104px);
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.demo-introduction h4 {
  max-width: 600px;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 650;
  letter-spacing: -0.024em;
  line-height: 1.08;
  text-wrap: balance;
}

.demo-introduction p {
  max-width: 690px;
  padding-top: 14px;
  color: var(--dark-soft);
  font-size: 16px;
  line-height: 1.55;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 26px;
}

.demo-showcase {
  padding-top: clamp(34px, 4vw, 48px);
}

.demo-showcase__desktop {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #17141d;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.44);
}

.demo-showcase__bar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-inline: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--dark-muted);
  font-size: 12px;
}

.demo-showcase__bar span:first-child {
  color: #fff;
  font-weight: 650;
}

.demo-showcase__bar a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 650;
}

.demo-embed__stage {
  position: relative;
  height: 790px;
  overflow: hidden;
  background: #1e1b24;
  isolation: isolate;
}

.demo-showcase iframe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #1e1b24;
  opacity: 1;
  transition: opacity var(--motion-feedback-content) var(--ease-out);
}

.demo-showcase__desktop.is-managed:not([data-demo-state="ready"]) iframe {
  opacity: 0;
  pointer-events: none;
}

.demo-embed__poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(440px, 1.2fr);
  align-items: center;
  gap: 36px;
  padding: 48px clamp(36px, 5vw, 72px);
  background: #1e1b24;
  opacity: 1;
  transition: opacity var(--motion-feedback-status) ease-out;
}

.demo-embed__poster[hidden] {
  display: none;
}

.demo-showcase__desktop[data-demo-state="ready"] .demo-embed__poster {
  opacity: 0;
  pointer-events: none;
}

.demo-embed__screens {
  position: relative;
  display: flex;
  min-width: 0;
  height: 660px;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 30px);
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
}

.demo-embed__screens img {
  width: min(260px, 44%);
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  opacity: 0.72;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.36);
}

.demo-embed__screens img:first-child {
  transform: translateY(38px);
}

.demo-embed__screens img:last-child {
  transform: translateY(-10px);
}

.demo-embed__status {
  position: relative;
  z-index: 2;
  max-width: 320px;
  grid-column: 1;
  grid-row: 1;
}

.demo-embed__status strong,
.demo-embed__status span {
  display: block;
}

.demo-embed__status strong {
  color: #fff;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 650;
  letter-spacing: -0.022em;
  line-height: 1.08;
}

.demo-embed__status span {
  padding-top: 12px;
  color: var(--dark-soft);
  font-size: 15px;
  line-height: 1.5;
}

.demo-embed__recovery {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  padding-top: 24px;
}

.demo-embed__recovery[hidden] {
  display: none;
}

.demo-embed__recovery button,
.demo-embed__recovery a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 660;
}

.demo-embed__recovery button {
  color: var(--blue-light);
}

.demo-embed__recovery button::after,
.demo-embed__recovery a::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.42;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: opacity var(--motion-feedback-fast) ease-out, transform var(--motion-feedback-hover-long) var(--ease-out);
}

.demo-embed__recovery button:hover::after,
.demo-embed__recovery button:focus-visible::after,
.demo-embed__recovery a:hover::after,
.demo-embed__recovery a:focus-visible::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.demo-showcase__mobile {
  display: none;
}

@media (min-width: 721px) and (max-width: 900px) {
  .demo-embed__poster {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0;
    padding: 32px;
  }

  .demo-embed__screens {
    height: 570px;
    grid-column: 1;
    grid-row: 1;
  }

  .demo-embed__screens img {
    width: min(230px, 42%);
  }

  .demo-embed__status {
    max-width: none;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    grid-column: 1;
    grid-row: 2;
  }
}

.case-narrative {
  margin-top: clamp(68px, 8vw, 104px);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.case-narrative:focus {
  outline: none;
}

.story-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 96px);
  padding-block: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.story-row h4 {
  max-width: 470px;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 650;
  letter-spacing: -0.021em;
  line-height: 1.12;
  text-wrap: balance;
}

.story-row > div {
  display: grid;
  gap: 18px;
}

.story-row p {
  max-width: 720px;
  color: var(--dark-soft);
  font-size: 17px;
  line-height: 1.58;
}

.product-story-anchor {
  width: 100%;
  margin-top: 10px;
}

.product-story-anchor > figcaption,
.process-visual > figcaption,
.course-system-visual > figcaption {
  padding-top: 13px;
  color: var(--dark-muted);
  font-size: 13px;
  line-height: 1.45;
}

.product-cycle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: stretch;
  padding-block: 26px;
  border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.product-cycle__stage {
  position: relative;
  min-width: 0;
  padding-top: 18px;
  border-top: 2px solid rgba(255, 228, 93, 0.68);
}

.product-cycle__stage::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffe45d;
  content: "";
}

.product-cycle__stage--audience {
  border-top-color: rgba(118, 183, 255, 0.75);
}

.product-cycle__stage--audience::before {
  background: var(--blue-light);
}

.product-cycle__stage--shared {
  border-top-color: rgba(120, 214, 139, 0.78);
}

.product-cycle__stage--shared::before {
  background: #78d68b;
}

.product-cycle__stage small,
.product-cycle__stage strong,
.product-cycle__stage span {
  display: block;
}

.product-cycle__stage small {
  color: var(--dark-muted);
  font-size: 12px;
  font-weight: 710;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.product-cycle__stage strong {
  padding-top: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.product-cycle__stage span {
  padding-top: 7px;
  color: var(--dark-soft);
  font-size: 12px;
  line-height: 1.35;
}

.product-cycle__connector {
  position: relative;
  display: block;
  height: 1px;
  align-self: start;
  margin: 4px 8px 0;
  background: rgba(255, 255, 255, 0.42);
  transform-origin: left center;
}

.product-cycle__connector::after {
  position: absolute;
  top: -3px;
  right: -1px;
  width: 6px;
  height: 6px;
  border: solid rgba(255, 255, 255, 0.58);
  border-width: 1px 1px 0 0;
  content: "";
  transform: rotate(45deg);
}

.decision-ledger {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  min-height: 245px;
  padding-block: 28px;
  border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.decision-ledger__throughline {
  position: absolute;
  z-index: 0;
  top: 34px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(118, 183, 255, 0.58);
  transform-origin: left center;
}

.decision-ledger__stage {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-top: 30px;
}

.decision-ledger__stage::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #0f1116;
  border-radius: 50%;
  background: var(--blue-light);
  box-shadow: 0 0 0 1px rgba(118, 183, 255, 0.68);
  content: "";
}

.decision-ledger__stage small,
.decision-ledger__stage strong,
.decision-ledger__stage span {
  display: block;
}

.decision-ledger__stage small {
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.decision-ledger__stage strong {
  min-height: 56px;
  padding-top: 9px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.decision-ledger__stage span {
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--dark-soft);
  font-size: 12px;
  line-height: 1.45;
}

.readiness-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 28px;
  align-items: stretch;
  padding-block: 24px;
  border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.readiness-visual__gates {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 8px;
}

.readiness-visual__gates span {
  min-width: 0;
  padding-top: 9px;
  border-top: 2px solid #78d68b;
}

.readiness-visual__gates small,
.readiness-visual__gates strong,
.readiness-visual__state small,
.readiness-visual__state strong {
  display: block;
}

.readiness-visual__gates small,
.readiness-visual__state small {
  color: var(--dark-muted);
  font-size: 12px;
  font-weight: 690;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.readiness-visual__gates strong {
  padding-top: 5px;
  color: #dfe3ea;
  font-size: 13px;
  font-weight: 620;
}

.readiness-visual__state {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.readiness-visual__state strong {
  max-width: 150px;
  padding-top: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.outcome-statement {
  display: block;
  padding-top: clamp(68px, 8vw, 104px);
}

.outcome-statement__copy {
  display: grid;
  gap: 18px;
}

.outcome-statement h4 {
  max-width: 700px;
  font-size: clamp(32px, 4.1vw, 50px);
  font-weight: 650;
  letter-spacing: -0.028em;
  line-height: 1.04;
  text-wrap: balance;
}

.outcome-statement__copy p {
  max-width: 720px;
  color: var(--dark-soft);
  font-size: 17px;
  line-height: 1.58;
}

.case-chapter-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: clamp(54px, 7vw, 84px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--dark-soft);
  font-size: 14px;
}

.case-chapter-nav > span {
  margin-right: auto;
  color: var(--dark-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.case-chapter-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  font-weight: 650;
}

.case-chapter-nav a::after {
  margin-left: 9px;
  color: var(--blue-light);
  content: "↓";
}

.transformation-case {
  padding-top: clamp(96px, 11vw, 156px);
}

.transformation-case__intro {
  display: grid;
  grid-template-areas:
    "heading description"
    "evidence evidence";
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  column-gap: clamp(50px, 8vw, 96px);
  padding-bottom: 42px;
}

.transformation-case__intro > div:first-child {
  grid-area: heading;
}

.transformation-case__intro > div:nth-child(2) {
  grid-area: description;
}

.transformation-case__intro > .case-evidence {
  grid-area: evidence;
}

.transformation-case__intro h3 {
  max-width: 500px;
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 650;
  letter-spacing: -0.029em;
  line-height: 1.04;
  text-wrap: balance;
}

.transformation-case__descriptor {
  padding-top: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 650;
}

.transformation-case__intro > div:nth-child(2) {
  display: grid;
  gap: 18px;
}

.transformation-case__intro > div:nth-child(2) p,
.story-row--light p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.58;
}

.course-system-visual {
  margin-bottom: 52px;
  padding-block: 36px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.course-system-visual__canvas {
  display: grid;
  grid-template-columns: minmax(230px, 0.68fr) minmax(120px, 0.38fr) minmax(0, 1.44fr);
  gap: 28px;
  align-items: center;
  min-height: 300px;
}

.course-system-visual__manual {
  position: relative;
  width: min(270px, 100%);
  height: 220px;
  margin-inline: auto;
}

.course-system-visual__manual > small,
.visual-output > small {
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 12px;
  left: 12px;
  color: #333944;
  font-size: 12px;
  font-weight: 710;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.course-system-visual__manual > small {
  bottom: -14px;
  text-align: center;
}

.visual-output--video > small {
  color: #f2f6fb;
}

.manual-slide {
  position: absolute;
  inset: 18px 10px 18px 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  padding: 25px;
  border: 1px solid #c5cad3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 32px rgba(27, 37, 57, 0.1);
}

.manual-slide--back {
  transform: rotate(-7deg) translate(-14px, 4px);
}

.manual-slide--middle {
  transform: rotate(5deg) translate(13px, -3px);
}

.manual-slide--front {
  grid-template-columns: 58px 1fr;
  transform: rotate(-1deg);
}

.manual-slide span {
  grid-row: 1 / -1;
  border-radius: 8px;
  background: #dce7f8;
}

.manual-slide i {
  display: block;
  height: 8px;
  align-self: center;
  background: #c9ced7;
}

.manual-slide i:nth-of-type(2) {
  width: 78%;
}

.manual-slide i:nth-of-type(3) {
  width: 56%;
}

.course-system-visual__change {
  position: relative;
  display: grid;
  gap: 0;
  padding-right: 18px;
}

.course-system-visual__change span {
  padding-block: 9px;
  border-top: 1px solid #bfc7d3;
  color: #3d4652;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.25;
}

.course-system-visual__change i {
  position: relative;
  display: block;
  width: calc(100% + 18px);
  height: 2px;
  margin-top: 13px;
  background: var(--blue);
  transform-origin: left center;
}

.course-system-visual__change i::after {
  position: absolute;
  top: -5px;
  right: -1px;
  width: 10px;
  height: 10px;
  border: solid var(--blue);
  border-width: 2px 2px 0 0;
  content: "";
  transform: rotate(45deg);
}

.course-system-visual__outputs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.visual-output {
  position: relative;
  height: 220px;
  overflow: hidden;
  border: 1px solid #cbd1db;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(27, 37, 57, 0.08);
}

.visual-output--presentation {
  display: grid;
  grid-template-columns: 42% 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  padding: 23px;
}

.visual-output--presentation span {
  grid-row: 1 / -1;
  border-radius: 8px;
  background: #dbe8fa;
}

.visual-output--presentation i {
  display: block;
  height: 7px;
  align-self: center;
  background: #bfc7d4;
}

.visual-output--video {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  align-content: center;
  padding: 16px;
  background: #151820;
}

.visual-output--video span {
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #2a3240;
}

.visual-output--video span:nth-child(2) {
  background: #285f9f;
}

.visual-output--interaction {
  padding: 24px;
  background: #eaf1fb;
}

.visual-output--interaction::before {
  display: block;
  height: 10px;
  border-radius: 7px;
  background: #c0ccdc;
  content: "";
}

.visual-output--interaction i {
  display: block;
  width: 70%;
  height: 54px;
  margin-top: 36px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(31, 48, 76, 0.1);
}

.visual-output--interaction strong {
  position: absolute;
  right: 22px;
  bottom: 42px;
  width: 46px;
  height: 46px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.visual-output--interaction span {
  position: absolute;
  right: 42px;
  bottom: 24px;
  width: 2px;
  height: 42px;
  background: var(--blue);
  transform: rotate(-28deg);
}

.course-system-visual > figcaption,
.story-row--light .process-visual > figcaption {
  color: var(--ink-muted);
}

.process-visual {
  width: 100%;
  margin-top: 10px;
}

.storyboard-workbench {
  padding: 24px;
  border-radius: 18px;
  background: #111318;
  box-shadow: 0 18px 42px rgba(26, 34, 50, 0.14);
}

.storyboard-workbench__grid {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
}

.storyboard-workbench__header,
.storyboard-workbench__row {
  display: grid;
  grid-template-columns: 52px 1.05fr 1.35fr 68px;
  gap: 12px;
  align-items: center;
  padding-inline: 13px;
}

.storyboard-workbench__header {
  min-height: 34px;
  background: #1d222a;
  color: #858f9d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.storyboard-workbench__row {
  min-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.storyboard-workbench__row strong {
  color: #e5eaf0;
  font-size: 12px;
}

.storyboard-workbench__row i,
.storyboard-workbench__row b {
  display: block;
  height: 8px;
  border-radius: 3px;
  background: #596473;
}

.storyboard-workbench__row b {
  height: 24px;
  background: linear-gradient(135deg, #274d78 0 45%, #3c76b8 45% 72%, #1e2e42 72%);
}

.storyboard-workbench__row small {
  justify-self: start;
  padding: 4px 6px;
  border: 1px solid rgba(118, 183, 255, 0.38);
  border-radius: 4px;
  color: #a8d0ff;
  font-size: 12px;
}

.storyboard-workbench__timeline {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.4fr;
  gap: 4px;
  padding-top: 18px;
}

.storyboard-workbench__timeline span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #2869b4;
  transform-origin: left center;
}

.storyboard-workbench__timeline span:nth-child(2) {
  background: #505967;
}

.storyboard-workbench__waveform {
  display: flex;
  height: 32px;
  align-items: center;
  gap: 5px;
  padding-top: 14px;
}

.storyboard-workbench__waveform i {
  width: 3px;
  height: 9px;
  border-radius: 3px;
  background: #abb3bf;
  transform-origin: center bottom;
}

.storyboard-workbench__waveform i:nth-child(3n + 1) { height: 18px; }
.storyboard-workbench__waveform i:nth-child(4n + 2) { height: 25px; }

.webobject-visual {
  display: grid;
  grid-template-columns: minmax(150px, 0.54fr) 74px minmax(0, 1.46fr);
  gap: 24px;
  align-items: center;
  min-height: 295px;
  padding-block: 28px;
  border-block: 1px solid #cbd2dd;
}

.webobject-visual__inputs {
  display: grid;
  gap: 0;
}

.webobject-visual__inputs small {
  padding-bottom: 10px;
  color: #536070;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.webobject-visual__inputs span {
  padding-block: 12px;
  border-top: 1px solid #cbd2dd;
  color: #303944;
  font-size: 12px;
  font-weight: 680;
}

.webobject-visual__connector {
  position: relative;
  display: grid;
  align-content: center;
  gap: 10px;
}

.webobject-visual__connector i {
  position: relative;
  display: block;
  height: 2px;
  background: var(--blue);
  transform-origin: left center;
}

.webobject-visual__connector i::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border: solid var(--blue);
  border-width: 2px 2px 0 0;
  content: "";
  transform: rotate(45deg);
}

.webobject-visual__connector small {
  color: #536070;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.3;
}

.webobject-visual__shell {
  min-height: 230px;
  padding: 20px;
  border: 1px solid #9faaba;
  background: #f8fafc;
}

.webobject-visual__shell > small {
  display: block;
  padding-bottom: 18px;
  color: #5d6877;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.webobject-visual__object {
  display: flex;
  min-height: 155px;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px;
  border-top: 2px solid var(--blue);
  background: #e7eef8;
}

.webobject-visual__object small,
.webobject-visual__object strong,
.webobject-visual__object span {
  display: block;
}

.webobject-visual__object small {
  color: #4d5d70;
  font-size: 12px;
  font-weight: 690;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.webobject-visual__object strong {
  padding-top: 10px;
  color: #111820;
  font-size: 21px;
  letter-spacing: -0.015em;
}

.webobject-visual__object span {
  padding-top: 6px;
  color: #536071;
  font-size: 12px;
}

.handoff-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.72fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
  min-height: 210px;
  padding-block: 28px;
  border-block: 1px solid #cbd2dd;
}

.handoff-visual > * {
  min-width: 0;
}

.handoff-visual__source {
  display: grid;
  gap: 10px;
  padding-right: 18px;
}

.handoff-visual__source small {
  color: #465263;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.handoff-visual__source span {
  display: flex;
  min-height: 25px;
  align-items: center;
  border-top: 1px solid #d9dee6;
  color: #4e5865;
  font-size: 12px;
  font-weight: 650;
}

.handoff-visual__source span:nth-child(n) { width: 100%; }

.handoff-visual__transfer {
  display: grid;
  grid-template-columns: minmax(18px, 1fr) minmax(108px, auto) minmax(18px, 1fr);
  gap: 8px;
  align-items: center;
}

.handoff-visual__transfer > i {
  position: relative;
  display: block;
  height: 2px;
  background: var(--blue);
  transform-origin: left center;
}

.handoff-visual__transfer > i::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border: solid var(--blue);
  border-width: 2px 2px 0 0;
  content: "";
  transform: rotate(45deg);
}

.handoff-visual__transfer > div {
  padding-block: 13px;
  border-block: 1px solid #bfc7d3;
}

.handoff-visual__transfer small,
.handoff-visual__transfer strong {
  display: block;
}

.handoff-visual__transfer small {
  color: #536070;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.handoff-visual__transfer strong {
  padding-top: 6px;
  color: #1f2731;
  font-size: 13px;
  line-height: 1.3;
}

.handoff-visual__uses {
  display: grid;
  gap: 11px;
}

.handoff-visual__uses > span {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding-block: 13px;
  border-top: 1px solid #cbd2dd;
}

.handoff-visual__uses small,
.handoff-visual__uses strong {
  color: #485462;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.3;
}

.handoff-visual__uses strong {
  color: var(--blue);
  font-weight: 710;
}

@media (min-width: 1041px) and (max-width: 1160px) {
  .handoff-visual__transfer {
    grid-template-columns: minmax(8px, 1fr) 108px minmax(8px, 1fr);
    gap: 3px;
  }

  .handoff-visual__transfer > i::after {
    right: 2px;
  }
}

.transformation-story {
  border-top: 1px solid var(--line);
}

.story-row--light {
  border-bottom-color: var(--line);
}

.production-sequence {
  display: flex;
  max-width: none;
  flex-wrap: wrap;
  gap: 8px 0;
  padding-block: 8px;
  list-style: none;
}

.production-sequence li {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #292d34;
  font-size: 14px;
  font-weight: 630;
}

.production-sequence li:not(:last-child)::after {
  margin-inline: 10px;
  color: #7b838f;
  content: "→";
  font-weight: 450;
}

.employer-perspective {
  width: 100vw;
  margin-top: clamp(92px, 11vw, 148px);
  margin-left: calc(50% - 50vw);
  padding-block: clamp(70px, 9vw, 118px);
  padding-inline: max(var(--page-pad), calc((100vw - var(--shell)) / 2));
  background: #101216;
  color: #fff;
}

.employer-perspective h3 {
  color: var(--blue-light);
  font-size: 14px;
  font-weight: 680;
}

.employer-perspective blockquote {
  max-width: 1120px;
  margin: clamp(30px, 4vw, 48px) 0 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 570;
  letter-spacing: -0.027em;
  line-height: 1.14;
  text-wrap: balance;
}

.employer-perspective p {
  color: var(--dark-soft);
  font-size: 14px;
  line-height: 1.5;
}

.employer-perspective blockquote + p {
  padding-top: clamp(30px, 4vw, 46px);
  color: #fff;
  font-weight: 630;
}

.employer-perspective p + p {
  padding-top: 4px;
}

.experience-section,
.course-work {
  padding-block: var(--section-pad);
  background: var(--bg);
}

.section-intro--compact {
  padding-bottom: 46px;
}

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

.experience-list article {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(50px, 8vw, 92px);
  padding-block: 31px;
  border-bottom: 1px solid var(--line);
}

.experience-list__meta h3 {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.012em;
}

.experience-list__meta p {
  padding-top: 8px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.55;
}

.experience-list__duties {
  max-width: 680px;
  padding-inline-start: 20px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.58;
}

.experience-list__duties li {
  padding-left: 6px;
}

.experience-list__duties li + li {
  margin-top: 9px;
}

.experience-list__duties li::marker {
  color: var(--blue);
}

.tools-block {
  padding-top: clamp(72px, 8vw, 108px);
}

.tools-block__intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(50px, 8vw, 92px);
  align-items: end;
  padding-bottom: 32px;
}

.tools-block__intro h3 {
  max-width: 430px;
  font-size: clamp(32px, 3.8vw, 47px);
  font-weight: 650;
  letter-spacing: -0.026em;
  line-height: 1.06;
  text-wrap: balance;
}

.tools-block__intro p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.58;
}

.tool-stack {
  border-top: 1px solid var(--line);
}

.tool-stack > div {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(50px, 8vw, 92px);
  padding-block: 21px;
  border-bottom: 1px solid var(--line);
}

.tool-stack dt {
  color: #272a31;
  font-size: 15px;
  font-weight: 650;
}

.tool-stack dd {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.about-section {
  padding-block: var(--section-pad);
  background: var(--surface);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(70px, 10vw, 132px);
}

.about-copy p {
  max-width: 680px;
  padding-top: 22px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.58;
}

.about-copy .about-copy__lead {
  padding-top: 31px;
  color: #272a31;
  font-size: 22px;
  font-weight: 570;
  line-height: 1.45;
}

.principles {
  padding-top: 7px;
}

.principles h3 {
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.principles ul {
  padding-top: 19px;
  list-style: none;
}

.principles li {
  padding-block: 15px;
  border-top: 1px solid var(--line);
  color: #373b44;
  font-size: 16px;
  line-height: 1.48;
}

.course-work {
  overflow: clip;
}

.course-work__header {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 86px;
  align-items: end;
}

.media-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 76px 40px;
  padding-top: 70px;
}

.media-project {
  min-width: 0;
}

.media-stage {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d4dae5;
  border-radius: 16px;
  background: #f4f6fa;
}

.media-stage.has-media {
  min-height: 0;
  background: #000;
}

.media-stage.has-media > :not(.portfolio-video):not(.portfolio-scorm) {
  display: none;
}

.portfolio-video,
.portfolio-scorm {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  opacity: 1;
  transition: opacity var(--motion-feedback-hover) ease-out;
}

.media-stage.is-loading .portfolio-video,
.media-stage.is-loading .portfolio-scorm {
  opacity: 0;
}

.portfolio-video[hidden],
.portfolio-scorm[hidden] {
  display: none;
}

.portfolio-video {
  object-fit: contain;
}

.media-error {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  border: 1px solid #c7ced9;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #313843;
  font-size: 14px;
  font-weight: 650;
}

.media-project--igaming .media-stage,
.media-project--pitching .media-stage {
  border-color: #272b34;
  background: #0b0c0f;
  color: #fff;
}

.portfolio-placeholder {
  position: relative;
  contain: paint;
  flex: 1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

.media-stage:not(.has-media) .portfolio-placeholder {
  min-height: 0;
}

.portfolio-placeholder::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(8, 10, 14, 0.64);
  content: "";
}

.media-project--igaming .portfolio-placeholder::after,
.media-project--pitching .portfolio-placeholder::after {
  background: rgba(8, 10, 14, 0.64);
}

.portfolio-placeholder__visual {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0.72;
  filter: blur(8px) saturate(0.58) contrast(0.94);
  transform: scale(1.02);
}

.portfolio-placeholder__label {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 24px;
  background: transparent;
  color: #fff;
  text-align: center;
}

.portfolio-placeholder__label strong {
  max-width: 22ch;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
}

.portfolio-placeholder__label span {
  max-width: 26ch;
  color: #e3e7ee;
  font-size: 13px;
  line-height: 1.4;
}

.media-project__caption {
  display: grid;
  grid-template-columns: minmax(160px, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  padding-top: 22px;
}

.media-project__caption h3 {
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -0.016em;
  line-height: 1.15;
}

.media-project__caption p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.design-system-preview {
  display: grid;
  flex: 1;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  padding: 38px;
}

.design-system-preview__type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.design-system-preview__type strong {
  font-size: clamp(76px, 9vw, 126px);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 0.84;
}

.design-system-preview__type span,
.design-system-preview__components span {
  color: #444c59;
  font-size: 13px;
  font-weight: 600;
}

.design-system-preview__scale {
  display: flex;
  height: 100%;
  align-items: end;
  gap: 8px;
}

.design-system-preview__scale span {
  width: 100%;
  min-height: 44px;
  background: var(--blue);
}

.design-system-preview__scale span:nth-child(2) { height: 40%; }
.design-system-preview__scale span:nth-child(3) { height: 56%; }
.design-system-preview__scale span:nth-child(4) { height: 74%; }
.design-system-preview__scale span:nth-child(5) { height: 100%; }

.design-system-preview__components {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  align-items: end;
}

.design-system-preview__components span {
  padding: 10px 14px;
  border: 1px solid #c8cfda;
  border-radius: 10px;
  background: #fff;
}

.igaming-preview {
  display: grid;
  flex: 1;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 26px;
  padding: 32px 27px;
}

.igaming-preview__map,
.igaming-preview__lesson {
  display: flex;
  flex-direction: column;
}

.igaming-preview__map strong {
  padding-bottom: 18px;
  color: #82bdff;
  font-size: 14px;
}

.igaming-preview__map span {
  padding-block: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #e1e5ec;
  font-size: 13px;
}

.igaming-preview__lesson {
  justify-content: center;
  padding: 23px;
  border-radius: 14px;
  background: #f5f7fb;
  color: #101219;
}

.igaming-preview__lesson span,
.pitching-preview__slide span,
.claude-preview__prompt span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 650;
}

.igaming-preview__lesson strong {
  padding-block: 13px 23px;
  font-size: 19px;
  line-height: 1.25;
}

.igaming-preview__lesson i {
  display: block;
  height: 7px;
  margin-top: 8px;
  background: #dfe6f3;
}

.igaming-preview__lesson i:nth-of-type(2) { width: 82%; }
.igaming-preview__lesson i:nth-of-type(3) { width: 58%; }

.claude-preview {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.claude-preview__prompt {
  padding: 23px;
  border-radius: 14px;
  background: #fff;
}

.claude-preview__prompt span,
.claude-preview__prompt strong {
  display: block;
}

.claude-preview__prompt strong {
  padding-top: 10px;
  font-size: 19px;
  line-height: 1.3;
}

.claude-preview__flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding-top: 23px;
  color: #333946;
  font-size: 12px;
  font-weight: 620;
}

.claude-preview__flow i {
  height: 1px;
  background: #8f9bb0;
}

.claude-preview__check {
  padding-top: 21px;
  color: #566071;
  font-size: 12px;
}

.pitching-preview {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 20px;
  padding: 29px;
}

.pitching-preview__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px;
  border-radius: 14px;
  background: #fff;
  color: #101116;
}

.pitching-preview__slide strong {
  max-width: 420px;
  padding-top: 13px;
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.pitching-preview__slide div {
  display: flex;
  gap: 8px;
  padding-top: 26px;
}

.pitching-preview__slide i {
  display: block;
  width: 52px;
  height: 7px;
  background: var(--blue);
}

.pitching-preview__slide i:nth-child(2) { opacity: 0.55; }
.pitching-preview__slide i:nth-child(3) { opacity: 0.25; }

.pitching-preview__notes {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pitching-preview__notes span {
  padding-block: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #d1d5dd;
  font-size: 12px;
}

.contact-section {
  padding-block: clamp(92px, 11vw, 150px) 42px;
  background: var(--dark);
  color: #fff;
}

.contact-section__lead > h2 {
  max-width: 900px;
  font-size: clamp(43px, 6vw, 72px);
  font-weight: 650;
  letter-spacing: -0.032em;
  line-height: 1.03;
  text-wrap: balance;
}

.contact-section__lead > p {
  max-width: 760px;
  padding-top: 28px;
  color: var(--dark-soft);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.52;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  padding-top: 38px;
}

.contact-actions a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}

.contact-actions a::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.35;
  transform: scaleX(0.22);
  transform-origin: left;
  transition: opacity var(--motion-feedback-fast) ease-out, transform var(--motion-feedback-hover-long) var(--ease-out);
}

.contact-actions a:hover::after,
.contact-actions a:focus-visible::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.contact-actions .contact-actions__primary {
  color: var(--blue-light);
  font-weight: 720;
}

.contact-actions .contact-actions__primary::after {
  opacity: 0.85;
  transform: scaleX(1);
}

.contact-section footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 92px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: var(--dark-muted);
  font-size: 13px;
}

.cv-notice {
  position: fixed;
  z-index: 500;
  right: 18px;
  bottom: 18px;
  display: flex;
  max-width: min(430px, calc(100% - 36px));
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #343843;
  border-radius: 12px;
  background: #111318;
  color: #fff;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
  font-size: 14px;
}

.cv-notice[hidden] {
  display: none;
}

.cv-notice a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: var(--blue-light);
  font-weight: 650;
  white-space: nowrap;
}

.cv-notice button {
  min-height: 36px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #c8cdd6;
  cursor: pointer;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .desktop-nav {
    gap: 16px;
    font-size: 13px;
  }

  .featured-case__intro {
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, 0.82fr);
    gap: 56px;
  }

}

@media (max-width: 1040px) {
  :root {
    --page-pad: 24px;
    --section-pad: 78px;
  }

  .desktop-nav {
    display: none;
  }

  .not-found-home {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--blue);
    font-size: 15px;
    font-weight: 650;
  }

  .menu-button {
    display: inline-flex;
    min-width: 64px;
    min-height: 44px;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 590;
  }

  .mobile-menu {
    position: fixed;
    z-index: 110;
    inset: 0;
    display: block;
    overflow-y: auto;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    overscroll-behavior: contain;
    transform: translateY(-12px);
    transform-origin: top right;
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    transition: visibility 0s linear var(--motion-feedback-hover-long), opacity var(--motion-feedback-dialog) ease-out, transform var(--motion-feedback-hover-long) var(--ease-out);
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .mobile-menu__bar {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: max(0px, env(safe-area-inset-top)) var(--page-pad) 0;
    font-size: 15px;
    font-weight: 650;
  }

  .mobile-menu__bar button {
    min-width: 64px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 590;
    text-align: right;
  }

  .mobile-menu__inner {
    display: grid;
    padding: 16px var(--page-pad) 24px;
  }

  .mobile-menu a {
    display: flex;
    min-height: 52px;
    align-items: center;
    border-top: 1px solid #dde1e8;
    font-size: 18px;
    font-weight: 620;
  }

  .mobile-menu a[aria-current="location"] {
    color: var(--blue);
  }

  .hero {
    min-height: auto;
    padding: 112px var(--page-pad) 0;
  }

  .hero__launch {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .hero__copy {
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(47px, 9vw, 66px);
  }

  .hero__summary {
    max-width: 680px;
  }

  .hero__actions {
    justify-content: flex-start;
  }

  .hero-product {
    width: 100%;
    margin-top: 40px;
  }

  .hero-product__stage {
    height: clamp(470px, 72vw, 600px);
  }

  .hero-product__screen--participant {
    left: 11%;
  }

  .hero-product__screen--admin {
    right: 11%;
  }

  .section-intro,
  .course-work__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .featured-case {
    padding-block: 54px 64px;
  }

  .featured-case__intro,
  .demo-introduction,
  .story-row,
  .transformation-case__intro,
  .experience-list article,
  .about-layout,
  .tools-block__intro,
  .tool-stack > div {
    grid-template-columns: 1fr;
  }

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

  .case-facts > div {
    padding-inline: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .case-facts > div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .demo-introduction,
  .story-row,
  .transformation-case__intro,
  .experience-list article,
  .tools-block__intro,
  .tool-stack > div {
    gap: 30px;
  }

  .featured-case__intro {
    grid-template-areas:
      "copy"
      "evidence"
      "facts";
    row-gap: 0;
  }

  .featured-case__intro > .case-evidence {
    margin-bottom: 42px;
  }

  .transformation-case__intro {
    grid-template-areas:
      "heading"
      "evidence"
      "description";
    row-gap: 0;
  }

  .case-actions {
    justify-content: flex-start;
  }

  .media-showcase {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .media-stage:not(.has-media) {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .media-stage.has-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .about-layout {
    gap: 66px;
  }

  .course-system-visual__canvas {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .course-system-visual__change {
    width: min(320px, 100%);
    justify-self: center;
    padding-right: 0;
    text-align: center;
  }

  .course-system-visual__change i {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 2px;
    height: 48px;
    justify-self: center;
    margin-top: 0;
    transform-origin: center top;
  }

  .course-system-visual__change i::after {
    top: auto;
    right: -3px;
    bottom: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: var(--blue);
    transform: none;
  }
}

@media (min-width: 861px) and (max-width: 1040px) {
  .desktop-nav {
    display: flex;
    gap: 13px;
    font-size: 12.5px;
  }

  .menu-button,
  .mobile-menu {
    display: none;
  }

  .media-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 32px;
  }
}

@media (max-width: 860px) {
  .no-js .menu-button,
  .no-js .mobile-menu {
    display: none;
  }

  .no-js .noscript-nav {
    position: sticky;
    z-index: 80;
    top: 64px;
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 10px var(--page-pad);
    border-block: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.97);
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 650;
    scrollbar-width: thin;
  }

  .no-js .noscript-nav a {
    min-height: 44px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
  }
}

@media (max-width: 720px) {
  :root {
    --motion-editorial-distance: 18px;
    --motion-visual-distance: 14px;
    --motion-hero-distance: 18px;
    --motion-contact-heading-distance: 24px;
    --motion-contact-copy-distance: 18px;
  }

  html {
    scroll-padding-top: 72px;
  }

  :where(h1, h2, h3, h4, .employer-perspective blockquote) {
    overflow-wrap: anywhere;
  }

  .hero h1 {
    font-size: clamp(43px, 12.2vw, 56px);
    line-height: 1.02;
  }

  .hero__role {
    font-size: 14px;
  }

  .hero__summary {
    font-size: 18px;
  }

  .hero__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .hero-product {
    width: calc(100% + (var(--page-pad) * 2));
    margin-left: calc(var(--page-pad) * -1);
  }

  .hero-product__stage {
    height: 440px;
  }

  .hero-product__backdrop {
    top: 7%;
    left: 1%;
    width: 98%;
    height: 79%;
  }

  .hero-product__screen {
    top: 5%;
    width: min(55vw, 250px);
    border-radius: 22px;
  }

  .hero-product__screen--participant {
    left: 2%;
    transform: rotate(-4deg) translateY(28px);
  }

  .hero-product__screen--admin {
    right: 2%;
  }

  .hero-product > figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 15px var(--page-pad) 24px;
  }

  .text-action {
    width: fit-content;
  }

  .hero__actions,
  .experience-cta {
    width: 100%;
  }

  .cta-button,
  .secondary-button {
    width: 100%;
    min-height: 52px;
  }

  .demo-introduction .case-actions {
    display: none;
  }

  .section-intro h2,
  .about-copy h2,
  .course-work__header h2 {
    font-size: 42px;
  }

  .featured-case {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 46px var(--page-pad) 56px;
  }

  .featured-case__intro h3 {
    font-size: clamp(37px, 10.5vw, 48px);
  }

  .featured-case__intro,
  .featured-case__intro > *,
  .section-intro,
  .section-intro > *,
  .experience-list article,
  .experience-list article > *,
  .case-facts,
  .case-facts > div {
    min-width: 0;
    max-width: 100%;
  }

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

  .case-facts > div,
  .case-facts > div:first-child {
    padding-inline: 0;
    border-left: 0;
  }

  .case-facts dd,
  .section-intro p,
  .experience-list__meta p,
  .experience-list__duties {
    overflow-wrap: anywhere;
  }

  .case-marker {
    margin-bottom: 16px;
  }

  .case-evidence {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 42px;
  }

  .case-evidence > div,
  .case-evidence > div:first-child,
  .case-evidence > div:last-child {
    display: grid;
    grid-template-columns: minmax(76px, 0.34fr) minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
    border-top: 1px solid var(--evidence-line);
    border-left: 0;
  }

  .case-evidence > div:first-child {
    border-top: 0;
  }

  .case-evidence dd {
    min-width: 0;
    padding-top: 0;
  }

  .case-evidence strong {
    font-size: clamp(28px, 8.5vw, 36px);
    overflow-wrap: anywhere;
  }

  .case-evidence span,
  .case-evidence small {
    max-width: none;
  }

  .case-evidence--light {
    margin-top: 0;
    margin-bottom: 44px;
  }

  .case-chapter-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .case-chapter-nav > span {
    margin: 0 0 9px;
  }

  .case-chapter-nav a {
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
  }

  .case-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .employer-perspective {
    margin-top: 88px;
    padding-block: 62px 68px;
  }

  .demo-showcase__desktop {
    display: none;
  }

  .demo-showcase__mobile {
    display: grid;
    gap: 18px;
  }

  .demo-showcase__mobile figure {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: var(--dark-surface);
  }

  .demo-showcase__mobile img {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    object-position: top;
    background: #1e1b24;
  }

  .demo-showcase__mobile figcaption {
    display: grid;
    gap: 5px;
    padding: 16px;
  }

  .demo-showcase__mobile figcaption strong {
    font-size: 16px;
    font-weight: 650;
  }

  .demo-showcase__mobile figcaption span {
    color: var(--dark-soft);
    font-size: 14px;
    line-height: 1.45;
  }

  .mobile-demo-link {
    width: 100%;
  }

  .story-row {
    gap: 18px;
    padding-block: 30px;
  }

  .product-cycle {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-cycle__stage {
    min-height: 94px;
    padding: 16px 0 16px 28px;
    border-top: 0;
    border-left: 2px solid rgba(255, 228, 93, 0.68);
  }

  .product-cycle__stage::before {
    top: 19px;
    left: -5px;
  }

  .product-cycle__stage--audience {
    border-left-color: rgba(118, 183, 255, 0.75);
  }

  .product-cycle__stage--shared {
    border-left-color: rgba(120, 214, 139, 0.78);
  }

  .product-cycle__connector {
    width: 2px;
    height: 24px;
    margin: 0 0 0 0;
    transform-origin: center top;
  }

  .product-cycle__connector::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .decision-ledger {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 16px;
  }

  .decision-ledger__throughline {
    top: 28px;
    bottom: 28px;
    left: 20px;
    width: 1px;
    height: auto;
    transform-origin: center top;
  }

  .decision-ledger__stage {
    min-height: 128px;
    padding: 13px 0 22px 34px;
  }

  .decision-ledger__stage::before {
    top: 15px;
    left: 0;
  }

  .decision-ledger__stage strong {
    min-height: 0;
  }

  .decision-ledger__stage span {
    margin-top: 11px;
  }

  .readiness-visual {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .readiness-visual__state {
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .storyboard-workbench {
    padding: 16px;
  }

  .storyboard-workbench__header {
    display: none;
  }

  .storyboard-workbench__row {
    grid-template-columns: 32px minmax(0, 1fr) 54px;
    grid-template-rows: repeat(2, minmax(30px, auto));
    gap: 4px 10px;
    padding: 8px 10px;
  }

  .storyboard-workbench__row strong {
    grid-row: 1 / 3;
  }

  .storyboard-workbench__row i,
  .storyboard-workbench__row b {
    position: relative;
    grid-column: 2;
    height: 23px;
    padding-left: 50px;
  }

  .storyboard-workbench__row i::before,
  .storyboard-workbench__row b::before {
    position: absolute;
    top: 6px;
    left: 7px;
    color: #d4dbe4;
    content: "Script";
    font-size: 12px;
    font-style: normal;
    font-weight: 650;
  }

  .storyboard-workbench__row b::before {
    content: "Visual";
  }

  .storyboard-workbench__row small {
    grid-row: 1 / 3;
    grid-column: 3;
    align-self: center;
    font-size: 12px;
  }

  .webobject-visual {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .webobject-visual__connector {
    width: min(240px, 80%);
    justify-self: center;
    justify-items: center;
    text-align: center;
  }

  .webobject-visual__connector i {
    width: 2px;
    height: 42px;
    transform-origin: center top;
  }

  .webobject-visual__connector i::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .handoff-visual {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 20px;
  }

  .handoff-visual__source {
    padding: 0 0 18px;
  }

  .handoff-visual__transfer {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(260px, 86%);
    justify-self: center;
    justify-items: center;
    padding-block: 0;
    text-align: center;
  }

  .handoff-visual__transfer > i {
    width: 2px;
    height: 30px;
    transform-origin: center top;
  }

  .handoff-visual__transfer > i::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .handoff-visual__transfer > div {
    width: 100%;
  }

  .handoff-visual__uses {
    padding-top: 18px;
  }

  .experience-list article {
    gap: 20px;
  }

  .experience-list__duties {
    padding-inline-start: 18px;
  }

  .tools-block__intro,
  .tool-stack > div {
    gap: 14px;
  }

  .media-showcase {
    padding-top: 48px;
  }

  .design-system-preview,
  .igaming-preview,
  .claude-preview,
  .pitching-preview {
    padding: 22px;
  }

  .design-system-preview {
    gap: 20px;
  }

  .design-system-preview__type strong {
    font-size: 72px;
  }

  .design-system-preview__components {
    display: none;
  }

  .igaming-preview {
    grid-template-columns: 1fr;
  }

  .igaming-preview__map {
    display: none;
  }

  .pitching-preview {
    grid-template-columns: 1fr;
  }

  .pitching-preview__notes {
    display: none;
  }

  .media-project__caption {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-section__lead > h2 {
    font-size: clamp(42px, 11vw, 56px);
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .contact-section footer {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 70px;
  }

  .cv-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 390px) {
  :root {
    --page-pad: 20px;
  }

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

  .hero__summary {
    font-size: 17px;
  }

  .hero-product__screen {
    width: 190px;
  }

  .hero-product__screen--participant {
    left: 0;
  }

  .hero-product__screen--admin {
    right: 0;
  }

  .hero-product__stage {
    height: 410px;
  }

  .featured-case {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-inline: var(--page-pad);
  }

  .production-sequence li {
    width: 100%;
  }

  .production-sequence li:not(:last-child)::after {
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
    transform: rotate(90deg);
  }

  .production-sequence li:not(:first-child) {
    padding-top: 12px;
  }

}

@media (max-width: 520px) {
  .course-system-visual__manual {
    width: min(250px, calc(100% - 20px));
  }

  .course-system-visual__outputs {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .visual-output {
    height: 190px;
  }

  .visual-output--presentation {
    padding: 20px;
  }

  .visual-output--interaction {
    padding: 20px;
  }

  .handoff-visual__uses > span {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 390px) and (max-height: 650px) {
  .hero {
    padding-top: 86px;
  }

  .hero__copy {
    gap: 11px;
  }

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

  .hero__summary {
    font-size: 15px;
    line-height: 1.42;
  }

  .hero__location {
    font-size: 13px;
  }

  .hero-product {
    margin-top: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
  }

  .skip-link,
  .desktop-nav a::after,
  .hero-product__stage,
  .hero-product__screen,
  .text-action::after {
    transition: none !important;
  }

  .mobile-menu {
    transform: none !important;
    transition: visibility 0s linear var(--motion-feedback-reduced), opacity var(--motion-feedback-reduced) ease-out !important;
  }

  .mobile-menu.is-open {
    transition-delay: 0s !important;
  }

  .portfolio-video,
  .portfolio-scorm,
  .demo-showcase iframe,
  .demo-embed__poster {
    transition: none !important;
  }

  .hero-product:hover .hero-product__screen--participant,
  .hero-product:focus-within .hero-product__screen--participant {
    transform: rotate(-4deg) translateY(30px);
  }

  .hero-product:hover .hero-product__screen--admin,
  .hero-product:focus-within .hero-product__screen--admin {
    transform: rotate(4deg);
  }

  .hero-product__stage:active {
    transform: none;
  }

  .cta-button,
  .cta-button svg,
  .cta-button:hover,
  .cta-button:active,
  .secondary-button,
  .secondary-button svg,
  .secondary-button:hover,
  .secondary-button:active {
    transform: none !important;
    transition:
      background-color 140ms ease-out,
      border-color 140ms ease-out,
      color 140ms ease-out !important;
  }

  @media (max-width: 720px) {
    .hero-product:hover .hero-product__screen--participant,
    .hero-product:focus-within .hero-product__screen--participant {
      transform: rotate(-4deg) translateY(28px);
    }

    .hero-product:hover .hero-product__screen--admin,
    .hero-product:focus-within .hero-product__screen--admin {
      transform: rotate(4deg);
    }
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .mobile-menu {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .portfolio-placeholder::after,
  .media-project--igaming .portfolio-placeholder::after,
  .media-project--pitching .portfolio-placeholder::after {
    background: rgba(8, 10, 14, 0.76);
  }
}

@media (prefers-contrast: more) {
  :root {
    --ink-soft: #2f333b;
    --ink-muted: #414650;
    --line: #aeb4c0;
    --dark-soft: #e2e5ea;
    --dark-muted: #d0d5dd;
  }

  .site-header,
  .mobile-menu {
    background: #fff;
  }

  .portfolio-placeholder::after,
  .media-project--igaming .portfolio-placeholder::after,
  .media-project--pitching .portfolio-placeholder::after {
    background: rgba(4, 5, 8, 0.78);
  }
}

@media (forced-colors: active) {
  .cta-button,
  .cta-button--primary,
  .cta-button--inverse,
  .secondary-button {
    border: 2px solid ButtonText;
    background: ButtonFace;
    color: ButtonText;
  }
}
