@font-face {
  font-family: "Onest";
  src: url("fonts/onest-var.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("fonts/jetbrains-mono-var.ttf") format("truetype");
  font-weight: 100 800;
  font-display: swap;
}
:root {
  --paper: #1f1d42;
  --ink: #f3ddc3;
  --purple: #b854d6;
  --electric: #ffe547;
  --button-text: #1f1d42;
  --line: rgba(243, 221, 195, 0.24);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Onest", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
video:focus-visible {
  outline: 3px solid var(--electric);
  outline-offset: 4px;
}
.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}
.flow-background {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: var(--paper);
  opacity: 0.78;
}
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 24px 32px;
}
.wordmark {
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.045em;
}
.wordmark span,
.footer-wordmark span {
  color: var(--purple);
}
.eyebrow,
.section-label,
.show-card > p,
.show-card > span,
.focus-card > p,
.venue-note {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.065em;
  line-height: 1.45;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 38px);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.site-nav a,
.footer-nav a {
  transition: opacity 150ms ease;
}
.site-nav a:hover,
.footer-nav a:hover {
  opacity: 0.6;
}
.header-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--electric);
  background: var(--electric);
  color: var(--button-text);
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-shadow: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.header-cta {
  min-height: 39px;
  padding: 0 14px;
  font-size: 9px;
}
.primary-cta {
  min-height: 52px;
  margin-top: 30px;
  padding: 0 25px;
  font-size: 13px;
}
.header-cta:hover,
.primary-cta:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}
.mobile-menu {
  position: relative;
  display: none;
}
.mobile-menu summary {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  cursor: pointer;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.045em;
  list-style: none;
  text-transform: uppercase;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu nav {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: flex;
  width: min(270px, calc(100vw - 38px));
  flex-direction: column;
  padding: 12px 17px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(8, 7, 24, 0.45);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}
.mobile-menu nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid var(--line);
}
.mobile-menu nav a:last-child {
  border-bottom: 0;
}
.hero {
  display: grid;
  min-height: 94svh;
  place-items: center;
  padding: 106px 24px 58px;
}
.hero-content {
  display: flex;
  width: min(1040px, 100%);
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-shadow: 0 1px 18px rgba(31, 29, 66, 0.72);
}
.hero h1 {
  margin: 26px 0 30px;
  font-size: clamp(48px, 7.3vw, 104px);
  font-weight: 610;
  letter-spacing: -0.066em;
  line-height: 0.94;
}
.hero-lead {
  width: min(780px, 100%);
  margin: 0;
  font-size: clamp(18px, 1.9vw, 27px);
  font-weight: 470;
  letter-spacing: -0.025em;
  line-height: 1.18;
}
.venue-note {
  max-width: 720px;
  margin-top: 18px;
  font-size: 9px;
}
.content-section {
  position: relative;
  z-index: 1;
  background: var(--paper);
}
.section-inner {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}
.intro-section {
  padding: 12vh 0;
  border-bottom: 1px solid var(--line);
}
.cases {
  padding: 13vh 0 15vh;
}
.section-inner > h2,
.focus-intro h2,
.video-copy h2,
.audience h2,
.apply-section h2 {
  margin: 27px 0 0;
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 450;
  letter-spacing: -0.058em;
  line-height: 0.94;
}
.section-inner > h2 {
  max-width: 940px;
}
.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.video-copy h2 {
  max-width: 700px;
  font-size: clamp(42px, 5.4vw, 76px);
}
.video-description {
  max-width: 680px;
  margin: 32px 0 0;
  font-size: clamp(18px, 1.9vw, 26px);
  letter-spacing: -0.025em;
  line-height: 1.22;
}
.linkedin-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 30px;
  border-bottom: 1px solid var(--electric);
  color: var(--electric);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: uppercase;
  transition: color 160ms ease, border-color 160ms ease;
}
.linkedin-link:hover {
  border-color: var(--ink);
  color: var(--ink);
}
.video-column {
  min-width: 0;
}
.video-frame {
  position: relative;
  width: 100%;
  max-width: 380px;
  justify-self: end;
  border-top: 4px solid var(--electric);
  box-shadow: 12px 12px 0 rgba(184, 84, 214, 0.26);
}
.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  border-top: 0;
  background: #0c0b1d;
  object-fit: cover;
}
.show-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 10vh;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.show-card {
  min-height: 300px;
  padding: 30px 28px 34px 0;
  color: inherit;
  transition: background-color 160ms ease;
}
.show-card + .show-card {
  padding-left: 38px;
  border-left: 1px solid var(--line);
}
.show-card:hover {
  background: rgba(184, 84, 214, 0.08);
}
.show-card:hover h3 {
  color: var(--purple);
}
.show-card h3 {
  max-width: 560px;
  margin: 55px 0 28px;
  font-size: clamp(35px, 4.1vw, 60px);
  font-weight: 540;
  letter-spacing: -0.052em;
  line-height: 0.93;
}
.show-card .show-link {
  display: block;
  margin-top: 38px;
  color: var(--electric);
}
.focus-intro {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 1fr;
  gap: 50px;
  align-items: start;
  margin-top: 15vh;
}
.focus-intro h2 {
  margin-top: 0;
}
.focus-intro > p:last-child {
  margin: 0;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: -0.028em;
  line-height: 1.16;
}
.focus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 9vh;
  border-top: 1px solid var(--line);
}
.focus-card {
  min-height: 230px;
  padding: 25px 34px 38px 0;
  border-bottom: 1px solid var(--line);
}
.focus-card:nth-child(even) {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}
.focus-card h3 {
  max-width: 520px;
  margin: 45px 0 0;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 450;
  letter-spacing: -0.046em;
  line-height: 0.98;
}
.audience {
  padding: 14vh 0;
}
.audience-inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 55px;
}
.audience h2 {
  max-width: 850px;
  margin-top: 0;
}
.audience-copy {
  grid-column: 2;
  max-width: 760px;
  margin: 58px 0 0;
  font-size: clamp(19px, 2.1vw, 30px);
  letter-spacing: -0.03em;
  line-height: 1.16;
}
.apply-section {
  padding: 18vh 0;
  border-top: 1px solid var(--line);
}
.apply-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.apply-section h2 {
  font-size: clamp(56px, 8vw, 110px);
}
.apply-inner > p:not(.section-label) {
  width: min(670px, 100%);
  margin: 38px 0 0;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.3;
}
.site-footer {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 250px;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 1fr) minmax(150px, 0.55fr);
  align-items: end;
  gap: 40px;
  padding: 60px 32px 34px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.footer-wordmark {
  font-size: clamp(64px, 9vw, 130px);
  font-weight: 720;
  letter-spacing: -0.075em;
  line-height: 0.72;
}
.footer-nav {
  display: flex;
  max-width: 520px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 25px;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.footer-nav button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
}
.footer-meta p {
  margin: 0;
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner {
  position: fixed;
  z-index: 10000;
  right: 16px;
  bottom: 16px;
  width: min(630px, calc(100vw - 32px));
  padding: 24px;
  border: 2px solid var(--paper);
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.48);
}
.cookie-banner__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 680;
  letter-spacing: -0.025em;
}
.cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}
.cookie-banner__text a {
  font-weight: 680;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-options {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  border: 0;
}
.cookie-options legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.cookie-options label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}
.cookie-options input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--purple);
}
.cookie-options span {
  display: grid;
  gap: 2px;
}
.cookie-options small {
  font-size: 12px;
  line-height: 1.35;
}
.cookie-banner__actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cookie-banner__btn {
  min-height: 45px;
  padding: 8px 12px;
  border: 2px solid var(--paper);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.cookie-banner__btn:hover {
  background: rgba(31, 29, 66, 0.09);
}
.cookie-banner__btn--primary {
  border-color: var(--electric);
  background: var(--electric);
  color: var(--paper);
}
.cookie-banner__btn--primary:hover {
  background: #f5d900;
}
@media (max-width: 1050px) {
  .site-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-cta {
    justify-self: end;
  }
}
@media (max-width: 980px) {
  .show-grid {
    grid-template-columns: 1fr;
  }
  .show-card + .show-card {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}
@media (min-width: 981px) {
  .show-card h3 {
    max-width: none;
    font-size: clamp(34px, 3.6vw, 54px);
    white-space: nowrap;
  }
}
@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 9px;
    padding: 19px;
  }
  .header-cta {
    min-height: 36px;
    padding: 0 10px;
    font-size: 8px;
  }
  .mobile-menu summary {
    min-height: 36px;
    padding: 0 9px;
    font-size: 8px;
  }
  .hero {
    min-height: 96svh;
    padding: 95px 18px 45px;
  }
  .hero h1 {
    font-size: clamp(44px, 12.5vw, 64px);
  }
  .hero-lead {
    font-size: 17px;
  }
  .flow-background {
    opacity: 0.64;
  }
  .section-inner {
    width: calc(100% - 36px);
  }
  .intro-section {
    padding: 9vh 0 10vh;
  }
  .cases {
    padding: 10vh 0 12vh;
  }
  .show-grid,
  .focus-grid,
  .audience-inner {
    grid-template-columns: 1fr;
  }
  .show-card {
    min-height: 250px;
    padding-right: 0;
  }
  .video-feature {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .video-copy h2 {
    font-size: clamp(40px, 12vw, 58px);
  }
  .video-frame {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
  .focus-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 12vh;
  }
  .focus-card,
  .focus-card:nth-child(even) {
    min-height: 200px;
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }
  .audience-copy {
    grid-column: 1;
    margin-top: 15px;
  }
  .apply-section {
    padding: 14vh 0;
  }
  .site-footer {
    min-height: 300px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 52px;
    padding: 60px 18px 34px;
  }
  .footer-wordmark {
    font-size: clamp(58px, 20vw, 86px);
  }
  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-meta {
    align-items: flex-start;
    text-align: left;
  }
  .cookie-banner {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
    overflow: auto;
    padding: 18px;
  }
  .cookie-banner__actions {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.cookie-banner__title:focus { outline: none; }
@media (max-width: 760px) {
  .cookie-banner { max-height: calc(100svh - 96px); padding: 16px; }
  .cookie-banner__title { margin-bottom: 5px; font-size: 20px; }
  .cookie-banner__text { font-size: 13px; line-height: 1.35; }
  .cookie-options { gap: 7px; margin: 12px 0; }
  .cookie-options small { font-size: 11px; }
  .cookie-banner__actions { grid-template-columns: repeat(3, 1fr); }
  .cookie-banner__btn { min-height: 52px; padding: 5px; font-size: 8.5px; }
}
