/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-foil: #ff40ff;
    --color-azure: #5b95f5;
    --color-leaf: #34b27b;
    --color-cobalt: #1565d8;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .invisible\! {
    visibility: hidden !important;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .\!sticky {
    position: sticky !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .z-10 {
    z-index: 10;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-\[0\.3em\] {
    margin-right: 0.3em;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[clamp\(1\.3rem\,2\.75vw\,2\.2rem\)\] {
    font-size: clamp(1.3rem, 2.75vw, 2.2rem);
  }
  .text-\[clamp\(2\.35rem\,6\.6vw\,5\.2rem\)\] {
    font-size: clamp(2.35rem, 6.6vw, 5.2rem);
  }
  .leading-\[0\.92\] {
    --tw-leading: 0.92;
    line-height: 0.92;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-48 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 48);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:grid-cols-\[1\.15fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.15fr 1fr;
    }
  }
}
:root {
  --bg-top: #050608;
  --bg-bottom: #0a0f24;
  --bg-canvas: #05070f;
  --ink: #f2f4f8;
  --ink-dim: rgba(242, 244, 248, 0.62);
  --hairline: rgba(242, 244, 248, 0.16);
}
html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  color-scheme: dark;
  background-color: var(--bg-canvas);
}
html::-webkit-scrollbar {
  display: none;
}
body {
  font-family: var(--font-sans);
  background: linear-gradient(180deg, var(--bg-top), var(--bg-bottom));
  background-attachment: fixed;
  color: var(--ink);
  overflow-x: hidden;
}
.ink-dim {
  color: var(--ink-dim);
}
.hairline {
  border-color: var(--hairline);
}
slate-player.journey-stage {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  aspect-ratio: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
slate-player.journey-stage.is-ready {
  opacity: 0.99;
}
.hero-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 55% at 108% 4%, rgba(0, 253, 255, 0.16) 0%, transparent 66%), radial-gradient(ellipse 55% 60% at -8% 100%, rgba(4, 51, 255, 0.15) 0%, transparent 62%);
}
.hero-glow > span {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}
@property --hero-line-a {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(0, 253, 255, 0.22);
}
@property --hero-line-b {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(4, 51, 255, 0.22);
}
.hero-panel {
  transition: --hero-line-a 1.1s ease, --hero-line-b 1.1s ease;
}
.hero-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--hero-line-a) 22%, var(--hero-line-b) 78%, transparent 100%);
  opacity: var(--hero-line-o, 1);
  pointer-events: none;
}
.hero-role {
  color: var(--ink-dim);
  letter-spacing: -0.01em;
}
.hero-role-rule {
  flex: 1 1 auto;
  height: 1px;
  min-width: 2rem;
  background: linear-gradient(90deg, var(--hero-line-a) 0%, var(--hero-line-b) 55%, transparent 100%);
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(90deg, var(--hero-line-a) 0%, color-mix(in srgb, var(--hero-line-b) 50%, transparent) 55%, transparent 100%);
  }
}
.hero-jump {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.hero-jump:focus-visible {
  outline: 2px solid var(--ink, #f2f4f8);
  outline-offset: 6px;
}
.hero-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 6;
  max-height: 70svh;
  border-radius: 22px;
  background: linear-gradient(160deg, #00fdff 0%, #1565d8 55%, #0433ff 100%);
  box-shadow: 0 60px 120px -40px rgba(0, 253, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: box-shadow 1.1s ease;
}
.hero-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.hero-frame:hover::after, .hero-frame:focus-visible::after {
  opacity: 1;
}
html.stage-ready .hero-frame {
  background: transparent;
}
@media (max-width: 1023px) {
  .hero-frame {
    aspect-ratio: 4 / 3;
  }
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 44px);
  color: #fff;
  background: rgba(10, 11, 14, 0.62);
  backdrop-filter: saturate(140%) blur(22px);
  -webkit-backdrop-filter: saturate(140%) blur(22px);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: background 0.3s ease, border-color 0.3s ease, min-height 0.3s ease, padding 0.3s ease;
  isolation: isolate;
}
.site-header.is-scrolled {
  background: rgba(10, 11, 14, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  min-height: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .site-header {
    transition: background 0.3s ease, border-color 0.3s ease, min-height 0.3s ease, padding 0.3s ease, transform 0.35s ease, opacity 0.35s ease;
  }
  .site-header.is-past-hero {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.brand-mark {
  width: 26px;
  height: 26px;
  background: #ffffff;
  flex-shrink: 0;
  position: relative;
  -webkit-mask: url(/assets/mm-mark.svg) center / contain no-repeat;
  mask: url(/assets/mm-mark.svg) center / contain no-repeat;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 55%, rgba(0, 253, 255, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.25s;
}
.brand:hover .brand-mark::after {
  opacity: 1;
}
.brand-name {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header.is-named .brand-name {
  opacity: 1;
  transform: none;
}
.site-nav {
  display: flex;
  gap: clamp(14px, 2.4vw, 28px);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.site-nav a {
  text-decoration: none;
  transition: color 0.15s;
}
.site-nav a:hover, .site-nav a.is-active {
  color: #fff;
}
.site-nav a[download] {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3em;
}
.site-nav a[download]::after {
  content: "\2193";
  font-size: 0.92em;
  opacity: 0.6;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.site-nav a[download]:hover::after {
  transform: translateY(2px);
  opacity: 1;
}
.journey-section {
  min-height: 100svh;
  position: relative;
}
.chapter-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  padding: 1.25rem clamp(1.5rem, 5vw, 2.5rem) 3.5rem;
}
.chapter-copy {
  max-width: 30rem;
}
@media (min-width: 768px) {
  .chapter-inner {
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .chapter[data-side="right"] .chapter-copy {
    margin-right: auto;
  }
  .chapter[data-side="left"] .chapter-copy {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .chapter-index {
    font-size: clamp(3.25rem, 15vw, 5rem);
    margin-bottom: 0.35rem;
  }
  .chapter-body {
    margin-top: 1rem;
  }
}
.chapter-eyebrow {
  margin: 0 0 0.6rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.chapter-title {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.98;
}
.chapter-body {
  margin: 1.25rem 0 0;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink-dim);
}
.chapter-index {
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.04em;
  opacity: 0.16;
  user-select: none;
  margin: 0 0 0.5rem;
}
.eyebrow {
  margin: 0;
  color: var(--color-azure);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pulse-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--color-leaf);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(52, 178, 123, 0.18);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(52, 178, 123, 0.18);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(52, 178, 123, 0);
  }
}
@property --tag-a {
  syntax: "<color>";
  inherits: true;
  initial-value: #34b27b;
}
@property --tag-b {
  syntax: "<color>";
  inherits: true;
  initial-value: #34b27b;
}
.status-tag {
  --tag-a: var(--color-leaf);
  --tag-b: var(--color-leaf);
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--tag-a);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--tag-a) 40%, transparent);
  }
  background: var(--tag-a);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--tag-a) 12%, transparent);
  }
  transition: --tag-a 500ms ease, --tag-b 500ms ease, border-color 500ms ease, background-color 500ms ease;
}
.status-tag-label {
  color: var(--tag-a);
  background-image: linear-gradient(92deg, var(--tag-a), var(--tag-b));
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(92deg, var(--tag-a), color-mix(in srgb, var(--tag-b) 72%, #ffffff));
  }
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.status-regions {
  color: var(--ink);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid currentColor;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(0.2, 0.65, 0.2, 1), background 0.18s, color 0.18s, border-color 0.18s;
  white-space: nowrap;
  isolation: isolate;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn .btn-arrow {
  transition: transform 0.2s ease;
}
.btn:hover .btn-arrow {
  transform: translateX(4px);
}
.btn .btn-arrow-down {
  transition: transform 0.2s ease;
}
.btn:hover .btn-arrow-down {
  transform: translateY(3px);
}
.btn-sm {
  padding: 9px 16px;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
}
.btn-primary {
  background: #fff;
  color: #0a0b0e;
  border-color: #fff;
}
.btn-primary:hover {
  background: var(--color-foil);
  color: #fff;
  border-color: var(--color-foil);
}
.btn-on-dark {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.28);
}
.btn-on-dark:hover {
  color: #0a0b0e;
  background: #fff;
  border-color: #fff;
}
.career-rail {
  --arc-a: #00fdff;
  --arc-mid: var(--color-cobalt);
  --arc-b: #0433ff;
  position: relative;
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 2vw, 32px);
}
.career-rail::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 12px;
  right: calc((100% - 100vw) / 2);
  height: 1px;
  background: linear-gradient(90deg, var(--arc-b) 0%, var(--arc-mid) 55%, var(--arc-a) 100%);
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(90deg, color-mix(in srgb, var(--arc-b) 45%, transparent) 0%, var(--arc-mid) 55%, var(--arc-a) 100%);
  }
}
.career-rail li {
  position: relative;
  padding-top: 32px;
}
.career-rail-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 99px;
  background: #0a0b0e;
  border: 2px solid var(--arc-mid);
  @supports (color: color-mix(in lab, red, red)) {
    border: 2px solid color-mix(in srgb, var(--arc-mid) 70%, #ffffff 30%);
  }
  z-index: 1;
}
.career-rail-dot.is-now {
  background: var(--arc-a);
  border-color: var(--arc-a);
  box-shadow: 0 0 0 6px var(--arc-a);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--arc-a) 18%, transparent);
  }
}
.career-rail-dates {
  display: block;
  margin-bottom: 12px;
  background-image: linear-gradient(92deg, var(--arc-b), var(--arc-a));
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(92deg, color-mix(in srgb, var(--arc-b) 60%, #ffffff), var(--arc-a));
  }
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.career-rail h3 {
  margin: 0 0 6px;
  font-size: clamp(1.1rem, 1.6vw, 1.34rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.career-rail p {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .career-rail {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
    padding-bottom: 40px;
  }
  .career-rail::before {
    top: 0;
    bottom: 0;
    left: 7px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--arc-b) 0%, var(--arc-mid) 55%, var(--arc-a) 100%);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(180deg, color-mix(in srgb, var(--arc-b) 45%, transparent) 0%, var(--arc-mid) 55%, var(--arc-a) 100%);
    }
  }
  .career-rail li {
    padding-left: 28px;
    padding-top: 0;
  }
  .career-rail-dot {
    left: 0;
    top: 4px;
  }
}
.site-footer {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: clamp(28px, 4vw, 44px) clamp(18px, 4vw, 44px);
  border-top: 1px solid var(--hairline);
}
.footer-label {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-label-accent {
  background-image: linear-gradient(92deg, var(--accent-a), var(--accent-b));
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(92deg, var(--accent-a), color-mix(in srgb, var(--accent-b) 72%, #ffffff));
  }
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-footer p {
  margin: 0;
}
.site-footer p:not(.footer-label) {
  font-size: 1.12rem;
  font-weight: 500;
}
.site-footer > a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-footer > a:hover {
  opacity: 0.7;
}
.footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 99px;
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
}
.footer-links a:hover {
  border-color: #fff;
  color: #0a0b0e;
  background: #fff;
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr;
    justify-content: start;
  }
  .footer-links {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .site-footer {
    display: none;
  }
}
.words-wrapper {
  display: inline-grid;
  text-align: left;
  position: relative;
}
.words-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0.3em;
  bottom: 0.02em;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(92deg, var(--word-a, currentColor), var(--word-b, currentColor));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.words-wrapper:hover::after, .words-wrapper:focus-visible::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .words-wrapper::after {
    transition: none;
  }
}
.words-wrapper > span {
  grid-area: 1 / 1;
  display: block;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0;
  transform: translateY(100%);
  white-space: nowrap;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
.words-wrapper > span.visible {
  animation-name: word-reveal;
  animation-play-state: running;
}
.words-wrapper > span.hidden {
  animation-name: word-hide;
  animation-play-state: running;
}
@keyframes word-reveal {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes word-hide {
  from {
    opacity: 1;
    transform: translateY(0%);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
:root {
  --ch-a: #00fdff;
  --ch-b: #0433ff;
  --case-w: 80rem;
  --case-pad: clamp(1.5rem, 5vw, 2.5rem);
}
.case-page main, .case-page .case-nav, .case-page .site-footer {
  position: relative;
  z-index: 1;
}
.case-page section {
  scroll-margin-top: 96px;
}
.case-section-rule, .case-page .intro-band, .case-page .project-section, .case-page .challenge-section {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent 0%, var(--ch-a) 30%, var(--ch-b) 70%, transparent 100%) 1;
  @supports (color: color-mix(in lab, red, red)) {
    border-image: linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--ch-a) 22%, transparent) 30%, color-mix(in srgb, var(--ch-b) 22%, transparent) 70%, transparent 100%) 1;
  }
}
.acc-italic {
  font-style: italic;
  font-weight: 300;
  background-image: linear-gradient(92deg, var(--ch-a), var(--ch-b));
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(92deg, var(--ch-a), color-mix(in srgb, var(--ch-b) 65%, #ffffff));
  }
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.case-hero {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: var(--case-w);
  padding: clamp(7rem, 14vh, 10rem) var(--case-pad) clamp(3rem, 7vh, 5rem);
}
@media (min-width: 900px) {
  .case-hero {
    grid-template-columns: 1.15fr 1fr;
  }
}
.case-title {
  margin: 0.9rem 0 0;
  font-size: clamp(2.3rem, 5.6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-wrap: balance;
}
.case-lede {
  margin: 1.5rem 0 0;
  max-width: 34rem;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-dim);
}
.case-hero-slate slate-player {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 60px 120px -50px var(--ch-a), 0 0 0 1px rgba(255, 255, 255, 0.06);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 60px 120px -50px color-mix(in srgb, var(--ch-a) 34%, transparent), 0 0 0 1px rgba(255, 255, 255, 0.06);
  }
}
.info-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin: 0 auto;
  width: 100%;
  max-width: var(--case-w);
  padding: clamp(1.5rem, 3vw, 2rem) var(--case-pad);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.info-strip-label {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.info-strip-value {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.case-page .intro-band, .case-page .project-section, .case-page .challenge-section, .case-page .quote-band, .case-page .outcome-band {
  margin: 0 auto;
  width: 100%;
  max-width: var(--case-w);
  padding: clamp(3.5rem, 9vh, 6.5rem) var(--case-pad);
}
.case-page .intro-band {
  border-top: 0;
}
.section-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}
@media (min-width: 900px) {
  .section-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.intro-heading {
  margin: 0.75rem 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-wrap: balance;
}
.intro-copy p {
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ink-dim);
}
.intro-copy p:last-child {
  margin-bottom: 0;
}
.project-track {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
  counter-reset: none;
}
.project-track a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  height: 100%;
  padding: 16px 18px;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.project-track a:hover {
  border-color: var(--ch-a);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--ch-a) 55%, transparent);
  }
  background: var(--ch-a);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--ch-a) 7%, transparent);
  }
  transform: translateY(-2px);
}
.project-track-num {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--ch-a);
}
.project-track strong {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.project-section {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .project-section {
    grid-template-columns: 1fr 1fr;
  }
  .project-section[data-side="left"] .project-copy {
    order: 2;
  }
  .project-section[data-side="left"] .project-slate {
    order: 1;
  }
}
.project-eyebrow {
  margin: 0 0 0.7rem;
  color: var(--ch-a);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.project-credit {
  margin: -0.35rem 0 0.9rem;
  font-size: 0.86rem;
  font-weight: 400;
  color: var(--ink-dim);
}
.project-claim {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.14;
  text-wrap: balance;
}
.project-body {
  margin: 1.1rem 0 0;
  max-width: 34rem;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ink-dim);
}
.proof-list {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.proof-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(242, 244, 248, 0.86);
}
.proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 1px;
  background: linear-gradient(90deg, var(--ch-a), var(--ch-b));
}
.project-slate slate-player {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 90px -50px var(--ch-a), 0 0 0 1px rgba(255, 255, 255, 0.05);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 40px 90px -50px color-mix(in srgb, var(--ch-a) 30%, transparent), 0 0 0 1px rgba(255, 255, 255, 0.05);
  }
}
.project-slate {
  min-height: 0;
  aspect-ratio: 4 / 3;
}
.project-slate:has(slate-player) {
  aspect-ratio: auto;
}
.case-page .overview-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 clamp(3.5rem, 9vh, 6.5rem);
}
.overview-frame {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3 / 4;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.overview-frame slate-player {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
}
.overview-callouts {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(var(--spacing) * 3);
  @media (width >= 40rem) {
    flex-direction: row;
  }
  @media (width >= 40rem) {
    gap: calc(var(--spacing) * 4);
  }
  right: var(--case-pad);
  bottom: clamp(1.25rem, 4vh, 2.5rem);
}
.overview-callout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--radius-xl);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
  width: clamp(220px, 60vw, 300px);
  max-width: 100%;
  background: color-mix(in srgb, #0a0c10 62%, transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}
@media (min-width: 640px) {
  .overview-frame {
    aspect-ratio: auto;
    height: clamp(480px, 92vh, 920px);
  }
  .overview-callout {
    width: clamp(220px, 24vw, 300px);
  }
}
.overview-callout-value {
  margin: 0;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
  margin-bottom: 4px;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  background-image: linear-gradient(92deg, var(--ch-a), var(--ch-b));
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(92deg, var(--ch-a), color-mix(in srgb, var(--ch-b) 65%, #ffffff));
  }
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.overview-callout-label {
  margin: 0;
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  font-size: 0.85rem;
  color: rgba(242, 244, 248, 0.86);
}
.case-page .quote-band {
  text-align: center;
  padding-top: clamp(3rem, 7vh, 5rem);
  padding-bottom: clamp(3rem, 7vh, 5rem);
}
.quote-text {
  margin: 0 auto;
  max-width: 42rem;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.quote-attr {
  margin: 1.4rem 0 0;
  color: var(--ch-a);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.challenge-heading {
  margin: 0.8rem 0 0;
  max-width: 26ch;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.1;
  text-wrap: balance;
}
.challenge-copy {
  margin: 1.2rem 0 0;
  max-width: 40rem;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ink-dim);
}
.question-list {
  list-style: none;
  margin: clamp(2rem, 4vw, 2.75rem) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: q;
  border-top: 1px solid var(--hairline);
}
.question-list li {
  counter-increment: q;
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2.5vw, 26px);
  padding: clamp(14px, 2.2vw, 20px) 0;
  border-bottom: 1px solid var(--hairline);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.question-list li::before {
  content: counter(q, decimal-leading-zero);
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--ch-a);
}
.case-page .outcome-band {
  background: radial-gradient(ellipse 70% 120% at 50% 0%, var(--ch-a) 0%, transparent 70%);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(ellipse 70% 120% at 50% 0%, color-mix(in srgb, var(--ch-a) 8%, transparent) 0%, transparent 70%);
  }
  border-top: 1px solid var(--hairline);
}
.outcome-heading {
  margin: 0.8rem 0 0;
  max-width: 24ch;
  font-size: clamp(1.8rem, 3.6vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-wrap: balance;
}
.outcome-copy {
  margin: 1.3rem 0 0;
  max-width: 40rem;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ink-dim);
}
.case-flow {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 6px;
  margin: clamp(2rem, 4vw, 2.75rem) 0 0;
  padding: 0;
}
.case-flow li {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid var(--ch-a);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--ch-a) 30%, transparent);
  }
  border-radius: 99px;
  background: var(--ch-a);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--ch-a) 7%, transparent);
  }
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.case-flow li:not(:last-child)::after {
  content: "→";
  margin: 0 -8px 0 12px;
  color: var(--ch-a);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--ch-a) 70%, transparent);
  }
  font-weight: 400;
}
.case-nav {
  border-top: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.02);
}
.case-nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  margin: 0 auto;
  width: 100%;
  max-width: var(--case-w);
  padding: clamp(1.75rem, 4vw, 2.75rem) var(--case-pad);
}
.case-nav-link {
  display: grid;
  gap: 5px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}
.case-nav-next {
  text-align: right;
  justify-items: end;
}
.case-nav-prev:hover {
  transform: translateX(-3px);
}
.case-nav-next:hover {
  transform: translateX(3px);
}
.case-nav-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ch-a);
}
.case-nav-title {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.case-nav-back {
  justify-self: center;
  padding: 10px 18px;
  border: 1px solid var(--hairline);
  border-radius: 99px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.case-nav-back:hover {
  border-color: #fff;
  color: #0a0b0e;
  background: #fff;
}
@media (max-width: 720px) {
  .case-nav-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .case-nav-next {
    text-align: left;
    justify-items: start;
  }
  .case-nav-back {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  .case-page .site-footer {
    display: grid;
  }
}
.chapter-link {
  margin-top: 1.75rem;
  color: #0a0b0e;
  background: #fff;
  border-color: #fff;
}
.chapter-link:hover {
  color: #fff;
  background: var(--color-foil);
  border-color: var(--color-foil);
}
@media (max-width: 767px) {
  .chapter-link {
    margin-top: 1.25rem;
  }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
}
html.no-motion [data-reveal] {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .words-wrapper > span {
    animation: none !important;
  }
  .words-wrapper > span:first-child {
    opacity: 1;
    transform: none;
  }
  .pulse-dot {
    animation: none;
  }
  .brand-name {
    transition: none;
    transform: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --hero-line-a: rgba(0, 253, 255, 0.22);
      --hero-line-b: rgba(4, 51, 255, 0.22);
      --tag-a: #34b27b;
      --tag-b: #34b27b;
    }
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
