:root {
  --ink: #111319;
  --ink-soft: #1b1e25;
  --paper: #ffee9b;
  --paper-deep: #f2d978;
  --white: #fffaf0;
  --muted: #5f615b;
  --line: rgba(17, 19, 25, 0.16);
  --light-line: rgba(255, 255, 255, 0.16);
  --acid: #adc642;
  --acid-deep: #8da52c;
  --violet: #3546ff;
  --coral: #e95500;
  --shell: min(1220px, calc(100vw - 48px));
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  --sans: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --serif: Didot, "Bodoni 72", "Bodoni MT", Iowan Old Style, Baskerville, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 15px;
  color: var(--ink);
  background: var(--acid);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding: clamp(88px, 11vw, 164px) 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease, backdrop-filter 0.35s ease;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(241, 239, 231, 0.88);
  border-color: var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-block;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: clamp(150px, 12.5vw, 168px);
  height: auto;
}

.brand-logo-dark {
  display: none;
}

.site-header.is-scrolled .brand-logo-reverse {
  display: none;
}

.site-header.is-scrolled .brand-logo-dark {
  display: block;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 14px;
}

.primary-nav > a:not(.nav-cta) {
  position: relative;
  opacity: 0.78;
  transition: opacity 0.2s ease;
}

.primary-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}

.primary-nav > a:hover {
  opacity: 1;
}

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

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 18px;
  padding: 0 17px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 999px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.site-header.is-scrolled .nav-cta:hover {
  color: var(--white);
  background: var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 40%, rgba(53, 70, 255, 0.18), transparent 29%),
    linear-gradient(135deg, #0f1116 0%, #171922 52%, #101217 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(rgba(255, 255, 255, 0.13) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 50%, black);
}

.hero::after {
  position: absolute;
  right: -18vw;
  bottom: -40vw;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255, 255, 255, 0.018), 0 0 0 16vw rgba(255, 255, 255, 0.012);
  content: "";
}

.hero-glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.hero-glow-one {
  top: 25%;
  right: 3%;
  width: 330px;
  height: 330px;
  background: rgba(173, 198, 66, 0.1);
}

.hero-glow-two {
  bottom: 7%;
  left: -8%;
  width: 280px;
  height: 280px;
  background: rgba(233, 85, 0, 0.1);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 820px;
  align-items: center;
  grid-template-columns: minmax(420px, 0.93fr) minmax(560px, 1.07fr);
  gap: clamp(50px, 7vw, 112px);
  padding-top: 95px;
}

.hero-copy {
  padding-bottom: 18px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 29px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
}

.eyebrow > span {
  width: 7px;
  height: 7px;
  margin-right: 12px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(173, 198, 66, 0.14);
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(54px, 5.6vw, 88px);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.92;
  text-wrap: balance;
}

.hero h1 em,
.process h2 em,
.contact h2 em {
  color: var(--acid);
  font-family: var(--serif);
  font-weight: 400;
}

.hero h1 em {
  white-space: nowrap;
}

.hero-lede {
  max-width: 610px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s var(--ease);
}

.button:hover {
  transform: translateY(-3px);
}

.button-accent {
  color: var(--ink);
  background: var(--acid);
}

.button-accent:hover {
  background: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.text-link:hover {
  border-color: var(--acid);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.49);
  font-size: 12px;
}

.hero-note p {
  margin: 0;
}

.hero-note strong {
  color: rgba(255, 255, 255, 0.8);
}

.mini-orbit {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  animation: orbit-spin 5s linear infinite;
}

.mini-orbit i {
  position: absolute;
  top: -3px;
  left: 9px;
  display: block;
  width: 6px;
  height: 6px;
  background: var(--acid);
  border-radius: 50%;
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

.production-machine {
  position: relative;
  min-height: 590px;
  perspective: 900px;
}

.production-machine::before {
  position: absolute;
  top: 90px;
  right: -90px;
  bottom: 50px;
  left: 58px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  transform: rotate(-7deg);
}

.machine-label {
  position: absolute;
  z-index: 4;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.label-input {
  top: 57px;
  left: 0;
}

.label-output {
  top: 35px;
  right: 16px;
}

.source-stack {
  position: absolute;
  top: 100px;
  left: -26px;
  z-index: 8;
  width: 265px;
}

.source-card {
  position: relative;
  display: grid;
  min-height: 82px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(40, 43, 54, 0.82);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 14px;
  grid-template-columns: 45px 1fr auto;
  gap: 12px;
  transition: transform 0.5s var(--ease);
}

.source-card + .source-card {
  margin-top: -3px;
}

.source-doc {
  transform: rotate(-4deg);
}

.source-demo {
  z-index: 2;
  margin-left: 30px;
  transform: rotate(2deg);
}

.source-sme {
  z-index: 3;
  margin-left: 6px;
  transform: rotate(-1deg);
}

.source-icon,
.avatar {
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 9px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.source-demo .source-icon {
  color: var(--white);
  background: var(--violet);
}

.avatar {
  color: var(--ink);
  background: var(--coral);
  border-radius: 50%;
}

.source-card b,
.source-card small {
  display: block;
}

.source-card b {
  font-size: 12px;
}

.source-card small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
}

.source-card > i {
  color: rgba(255, 255, 255, 0.45);
  font-style: normal;
}

.wave {
  display: flex;
  height: 21px;
  align-items: center;
  gap: 2px;
}

.wave i {
  width: 2px;
  height: 30%;
  background: var(--acid);
  animation: wave 1s ease-in-out infinite alternate;
}

.wave i:nth-child(2) { height: 80%; animation-delay: 0.1s; }
.wave i:nth-child(3) { height: 55%; animation-delay: 0.25s; }
.wave i:nth-child(4) { height: 100%; animation-delay: 0.4s; }
.wave i:nth-child(5) { height: 40%; animation-delay: 0.18s; }

@keyframes wave {
  to { transform: scaleY(0.4); }
}

.production-core {
  position: absolute;
  top: 252px;
  left: 238px;
  z-index: 9;
  display: grid;
  width: 106px;
  height: 106px;
  place-content: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(173, 198, 66, 0.1), 0 15px 50px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.production-core::after {
  position: absolute;
  inset: -32px;
  border: 1px dashed rgba(173, 198, 66, 0.42);
  border-radius: 50%;
  content: "";
  animation: orbit-spin 13s linear infinite reverse;
}

.production-core span,
.production-core strong {
  display: block;
  line-height: 1;
}

.production-core span {
  font-size: 8px;
  letter-spacing: 0.18em;
}

.production-core strong {
  margin-top: 4px;
  font-size: 17px;
  letter-spacing: -0.05em;
}

.production-core i {
  position: absolute;
  right: -9px;
  bottom: 6px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-style: normal;
}

.course-window {
  position: absolute;
  top: 70px;
  right: -48px;
  z-index: 5;
  width: 385px;
  overflow: hidden;
  color: var(--ink);
  background: #f7f7f2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 19px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
  transform: rotate(2.5deg);
  transition: transform 0.5s var(--ease);
}

.window-top {
  display: flex;
  height: 53px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid rgba(17, 19, 25, 0.1);
  font-size: 10px;
  font-weight: 700;
}

.window-top > b {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-size: 9px;
}

.window-dots {
  display: flex;
  gap: 4px;
}

.window-dots i {
  display: block;
  width: 5px;
  height: 5px;
  background: #d2d2cc;
  border-radius: 50%;
}

.window-body {
  display: grid;
  min-height: 334px;
  grid-template-columns: 53px 1fr;
}

.window-body aside {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  padding-top: 26px;
  background: #eeeee8;
}

.window-body aside span {
  display: block;
  width: 17px;
  height: 5px;
  background: #ccccc5;
  border-radius: 4px;
}

.window-body aside span.active {
  width: 25px;
  height: 25px;
  background: var(--acid);
  border-radius: 7px;
}

.lesson-pane {
  padding: 25px 25px 22px;
}

.lesson-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.lesson-meta b {
  font-weight: 500;
  letter-spacing: 0;
}

.video-frame {
  position: relative;
  height: 176px;
  overflow: hidden;
  background: #252936;
  border-radius: 9px;
}

.video-frame button,
.expert-frame button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 49px;
  height: 49px;
  padding: 0 0 0 3px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
}

.product-ui {
  position: absolute;
  inset: 27px 29px;
  display: grid;
  overflow: hidden;
  background: #f4f1ea;
  border-radius: 5px;
  grid-template-columns: 29px 1fr;
}

.ui-nav {
  background: #191c24;
}

.ui-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
}

.ui-main i {
  display: block;
  width: 70%;
  height: 11px;
  background: #d7d4ca;
  border-radius: 2px;
}

.ui-main i:nth-child(2) { width: 92%; height: 28px; background: #d9ddff; }
.ui-main i:nth-child(3) { width: 54%; }

.lesson-pane > p {
  margin: 17px 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.lesson-progress {
  height: 4px;
  overflow: hidden;
  background: #dddcd4;
  border-radius: 4px;
}

.lesson-progress span {
  display: block;
  width: 46%;
  height: 100%;
  background: var(--violet);
}

.output-chip {
  position: absolute;
  z-index: 11;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(34, 37, 47, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  box-shadow: 0 17px 36px rgba(0, 0, 0, 0.28);
  font-size: 10px;
  font-weight: 600;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: transform 0.5s var(--ease);
}

.output-chip span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 6px;
  font-size: 8px;
}

.chip-one { top: 424px; right: 236px; transform: rotate(-5deg); }
.chip-two { top: 456px; right: 70px; transform: rotate(3deg); }
.chip-two span { color: var(--white); background: var(--violet); }
.chip-three { top: 365px; right: -14px; transform: rotate(-2deg); }
.chip-three span { color: var(--ink); background: var(--coral); }

.hero-bottom {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.37);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 12px;
}

.scroll-cue span {
  position: relative;
  display: block;
  width: 39px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-cue span::after {
  position: absolute;
  inset: 0;
  background: var(--acid);
  content: "";
  animation: cue 2.2s ease-in-out infinite;
}

@keyframes cue {
  0% { transform: translateX(-110%); }
  55%, 100% { transform: translateX(110%); }
}

.source-ticker {
  overflow: hidden;
  color: var(--ink);
  background: var(--acid);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 30s linear infinite;
}

.ticker-track span {
  display: flex;
  height: 59px;
  align-items: center;
  gap: 22px;
  padding: 0 29px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track i {
  font-size: 18px;
  font-style: normal;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.split-intro {
  display: grid;
  grid-template-columns: 0.36fr 1.64fr;
  gap: 50px;
}

.section-kicker {
  color: var(--muted);
}

.section-kicker.light {
  color: rgba(255, 255, 255, 0.48);
}

.statement-wrap h2,
.section-heading h2,
.process-heading h2,
.about-copy h2,
.faq-intro h2,
.contact h2,
.outcomes-copy h2 {
  margin: 0;
  font-size: clamp(47px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.statement-wrap h2 {
  max-width: 950px;
}

.statement-wrap h2 em {
  position: relative;
  font-family: var(--serif);
  font-weight: 400;
}

.statement-wrap h2 em::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 7px;
  background: var(--acid);
  content: "";
  transform: rotate(-1.5deg);
  z-index: -1;
}

.statement-grid {
  display: grid;
  margin-top: 64px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 0.72fr;
  gap: 70px;
}

.statement-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.statement-grid .statement-lede {
  color: var(--ink);
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.4;
}

.work {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  align-items: end;
  margin-bottom: 73px;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
}

.section-heading .section-kicker {
  margin-bottom: 24px;
}

.section-heading > p {
  max-width: 390px;
  margin: 0 0 6px auto;
  color: var(--muted);
  line-height: 1.7;
}

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

.work-card {
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius-md);
}

.work-card-featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.4fr 0.6fr;
}

.work-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.work-card-featured .work-visual {
  min-height: 590px;
}

.academy-visual {
  display: grid;
  padding: 76px 70px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(173, 198, 66, 0.3), transparent 26%),
    linear-gradient(135deg, #5967ff 0%, #3546ff 100%);
  grid-template-columns: 66px 1fr;
}

.academy-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 29px;
  padding-top: 18px;
  background: #171922;
  border-radius: 19px 0 0 0;
}

.academy-logo {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.academy-sidebar i {
  width: 19px;
  height: 5px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 3px;
}

.academy-content {
  padding: 56px 52px 42px;
  background: #f7f6f0;
  border-radius: 0 19px 0 0;
}

.academy-welcome small,
.academy-welcome strong {
  display: block;
}

.academy-welcome small {
  color: #80817c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.academy-welcome strong {
  max-width: 360px;
  margin-top: 13px;
  font-size: clamp(24px, 2.4vw, 40px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.welcome-progress {
  width: 100%;
  height: 5px;
  margin-top: 28px;
  overflow: hidden;
  background: #deded6;
  border-radius: 5px;
}

.welcome-progress span {
  display: block;
  width: 64%;
  height: 100%;
  background: var(--violet);
}

.academy-courses {
  margin-top: 35px;
}

.academy-courses > div {
  display: grid;
  min-height: 65px;
  align-items: center;
  border-top: 1px solid rgba(17, 19, 25, 0.11);
  grid-template-columns: 45px 1fr auto;
  font-size: 11px;
}

.academy-courses span {
  color: #96968f;
  font-size: 9px;
}

.academy-courses b {
  font-size: 11px;
}

.academy-courses i {
  padding: 5px 9px;
  background: #e8e6dc;
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
}

.visual-stamp {
  position: absolute;
  right: 21px;
  bottom: 23px;
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transform: rotate(11deg);
}

.work-copy {
  padding: 34px 35px 39px;
}

.work-card-featured .work-copy {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 50px;
  color: var(--white);
  background: var(--ink);
}

.work-copy > div:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-card-featured .work-copy > div:first-child {
  color: rgba(255, 255, 255, 0.43);
}

.work-copy > div:first-child span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.work-copy > div:first-child p {
  margin: 0;
}

.work-copy h3 {
  max-width: 540px;
  margin: 29px 0 0;
  font-size: clamp(26px, 2.7vw, 43px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.work-copy ul {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.work-copy li {
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.64);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

.work-copy > a {
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
}

.expert-visual {
  display: grid;
  padding: 47px;
  background: var(--paper-deep);
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.expert-frame {
  position: relative;
  min-height: 326px;
  overflow: hidden;
  background: linear-gradient(150deg, #46495a, #20222c);
  border-radius: 13px;
}

.expert-frame::before {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
}

.expert-person {
  position: absolute;
  right: 19%;
  bottom: -10px;
  left: 19%;
  height: 85%;
}

.expert-person span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 78px;
  height: 88px;
  background: #d8a487;
  border-radius: 47% 47% 42% 42%;
  transform: translateX(-50%);
}

.expert-person span::before {
  position: absolute;
  top: -6px;
  right: -3px;
  left: -3px;
  height: 38px;
  background: #282322;
  border-radius: 60% 60% 25% 25%;
  content: "";
}

.expert-person i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72%;
  background: var(--violet);
  border-radius: 45px 45px 0 0;
}

.expert-lower-third {
  position: absolute;
  right: 14px;
  bottom: 15px;
  left: 14px;
  z-index: 2;
  padding: 11px 13px;
  color: var(--white);
  background: rgba(15, 17, 22, 0.72);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.expert-lower-third small,
.expert-lower-third b {
  display: block;
}

.expert-lower-third small {
  color: var(--acid);
  font-size: 6px;
  letter-spacing: 0.14em;
}

.expert-lower-third b {
  margin-top: 3px;
  font-size: 10px;
}

.expert-frame button {
  z-index: 4;
  width: 42px;
  height: 42px;
  font-size: 10px;
}

.clip-stack {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}

.clip-stack > div {
  display: grid;
  min-height: 78px;
  align-items: center;
  padding: 0 14px;
  background: var(--white);
  border: 1px solid rgba(17, 19, 25, 0.1);
  border-radius: 11px;
  box-shadow: 0 11px 22px rgba(17, 19, 25, 0.08);
  grid-template-columns: 28px 1fr;
}

.clip-stack span {
  color: var(--violet);
  font-size: 8px;
  font-weight: 800;
}

.clip-stack b,
.clip-stack i {
  display: block;
  font-size: 9px;
}

.clip-stack i {
  grid-column: 2;
  color: var(--muted);
  font-style: normal;
}

.update-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background:
    radial-gradient(circle at 17% 83%, rgba(233, 85, 0, 0.34), transparent 23%),
    #20232c;
}

.release-note,
.course-update {
  position: relative;
  z-index: 2;
  width: 43%;
  min-height: 167px;
  padding: 24px;
  background: #f5f2e8;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.release-note span,
.course-update > span {
  display: block;
  color: var(--coral);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.release-note strong,
.course-update strong {
  display: block;
  margin-top: 16px;
  font-size: 17px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.release-note small {
  display: block;
  margin-top: 30px;
  color: var(--muted);
  font-size: 8px;
}

.update-line {
  position: relative;
  width: 14%;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
}

.update-line::after {
  position: absolute;
  top: -14px;
  right: -3px;
  content: "→";
  color: var(--acid);
  font-size: 21px;
}

.update-line i {
  position: absolute;
  top: -2px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--acid);
  border-radius: 50%;
  animation: update-move 2.4s linear infinite;
}

.update-line i:nth-child(2) { animation-delay: 0.6s; }
.update-line i:nth-child(3) { animation-delay: 1.2s; }
.update-line i:nth-child(4) { animation-delay: 1.8s; }

@keyframes update-move {
  from { opacity: 0; transform: translateX(0); }
  20% { opacity: 1; }
  80% { opacity: 1; }
  to { opacity: 0; transform: translateX(55px); }
}

.course-update > span {
  color: var(--violet);
}

.course-update > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  font-size: 8px;
}

.course-update > div i {
  width: 8px;
  height: 8px;
  background: var(--acid-deep);
  border-radius: 50%;
}

.portfolio-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 22px;
  padding: 20px 25px;
  background: var(--acid);
  border-radius: var(--radius-sm);
  font-size: 12px;
}

.portfolio-note span {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-note p {
  margin: 0;
}

.outcomes {
  color: var(--white);
  background: var(--ink);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(70px, 9vw, 140px);
}

.outcomes-copy {
  position: sticky;
  top: 130px;
  align-self: start;
}

.outcomes-copy h2 {
  font-size: clamp(50px, 5.2vw, 77px);
}

.outcomes-copy > p:last-child {
  max-width: 460px;
  margin: 35px 0 0;
  color: rgba(255, 255, 255, 0.57);
  line-height: 1.75;
}

.outcome-list article {
  display: grid;
  min-height: 185px;
  align-content: start;
  padding: 30px 0;
  border-top: 1px solid var(--light-line);
  grid-template-columns: 57px 1fr;
}

.outcome-list article:last-child {
  border-bottom: 1px solid var(--light-line);
}

.outcome-list span {
  color: var(--acid);
  font-size: 10px;
  font-weight: 700;
}

.outcome-list h3 {
  margin: -8px 0 0;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.outcome-list p {
  max-width: 460px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.49);
  grid-column: 2;
}

.services {
  background: var(--paper);
}

.service-list {
  border-top: 1px solid var(--ink);
}

.service-row {
  display: grid;
  min-height: 244px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 55px 1.02fr 1fr 0.78fr 50px;
  gap: 26px;
  transition: padding 0.35s var(--ease), background 0.35s ease;
}

.service-row:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: var(--white);
}

.service-number {
  align-self: start;
  padding-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.service-title p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-title h3 {
  margin: 0;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.service-description {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

.service-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-row li {
  padding: 5px 0;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.45;
}

.service-row li::before {
  margin-right: 8px;
  color: var(--violet);
  content: "•";
}

.service-row > a {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.service-row:hover > a {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
  transform: rotate(10deg);
}

.process {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--violet);
}

.process::after {
  position: absolute;
  top: -330px;
  right: -250px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
  content: "";
}

.process-heading {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: start;
  grid-template-columns: 0.36fr 1.64fr;
  gap: 50px;
}

.process-heading .section-kicker {
  color: rgba(255, 255, 255, 0.55);
}

.process h2 {
  max-width: 810px;
}

.process h2 em {
  color: var(--ink);
}

.process-track {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: 99px;
  grid-template-columns: repeat(5, 1fr);
}

.process-progress {
  position: absolute;
  top: 59px;
  right: 0;
  left: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
}

.process-progress span {
  display: block;
  width: var(--process-progress, 0%);
  height: 100%;
  background: var(--acid);
  transition: width 0.12s linear;
}

.process-track article {
  position: relative;
  padding-right: 29px;
}

.process-track article > span {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 10px;
  font-weight: 700;
}

.process-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border: 7px solid var(--violet);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
  font-size: 16px;
}

.process-track h3 {
  margin: 27px 0 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.process-track p {
  max-width: 184px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.6;
}

.about {
  background: var(--white);
}

.about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(70px, 10vw, 160px);
}

.about-card {
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(173, 198, 66, 0.62), transparent 32%),
    var(--paper);
  border-radius: var(--radius-lg);
}

.approval-orbit {
  position: relative;
  display: grid;
  width: 330px;
  height: 330px;
  place-items: center;
  border: 1px solid rgba(17, 19, 25, 0.23);
  border-radius: 50%;
  animation: orbit-spin 25s linear infinite;
}

.approval-orbit::before {
  position: absolute;
  inset: 55px;
  border: 1px dashed rgba(17, 19, 25, 0.18);
  border-radius: 50%;
  content: "";
}

.orbit-center {
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 26px;
  box-shadow: 13px 13px 0 var(--acid);
  font-size: 28px;
  font-weight: 800;
  transform: rotate(-8deg);
}

.orbit-item {
  position: absolute;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(17, 19, 25, 0.17);
  border-radius: 50%;
  box-shadow: 0 13px 28px rgba(17, 19, 25, 0.12);
  font-size: 9px;
  font-weight: 800;
  animation: orbit-counter 25s linear infinite;
}

.orbit-ai { top: -32px; left: 133px; width: 64px; height: 64px; background: var(--violet); color: var(--white); }
.orbit-sme { right: -34px; bottom: 89px; width: 78px; height: 78px; background: var(--acid); }
.orbit-human { bottom: -25px; left: 32px; width: 82px; height: 82px; }

@keyframes orbit-counter {
  to { transform: rotate(-360deg); }
}

.about-copy h2 {
  max-width: 760px;
  font-size: clamp(50px, 5.7vw, 82px);
}

.about-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 35px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.trust-list {
  margin: 46px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.trust-list li {
  display: grid;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 58px 1fr;
}

.trust-list li > span {
  color: var(--violet);
  font-size: 10px;
  font-weight: 700;
}

.trust-list strong {
  font-size: 18px;
}

.trust-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(70px, 9vw, 140px);
}

.faq-intro h2 {
  font-size: clamp(49px, 5vw, 72px);
}

.faq-intro > p:last-child {
  max-width: 330px;
  margin: 28px 0 0;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

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

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 95px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.faq-item button span {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.faq-item button i {
  display: grid;
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  transition: background 0.2s ease, transform 0.35s var(--ease);
}

.faq-item button[aria-expanded="true"] i {
  background: var(--acid);
  border-color: var(--acid);
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s var(--ease);
}

.faq-answer > p {
  max-width: 680px;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.75;
}

.faq-item button[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item button[aria-expanded="true"] + .faq-answer > p {
  padding-bottom: 29px;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 175px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 5% 105%, rgba(173, 198, 66, 0.19), transparent 28%),
    radial-gradient(circle at 93% 3%, rgba(53, 70, 255, 0.26), transparent 32%),
    var(--ink);
}

.contact::after {
  position: absolute;
  right: -210px;
  bottom: -360px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, 0.018), 0 0 0 150px rgba(255, 255, 255, 0.012);
  content: "";
}

.contact-noise {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 0.7px, transparent 0.7px);
  background-size: 15px 15px;
  mask-image: linear-gradient(to right, black, transparent 65%);
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(70px, 10vw, 150px);
}

.contact h2 {
  max-width: 720px;
  font-size: clamp(57px, 6.7vw, 96px);
}

.contact-copy > p:last-child {
  max-width: 600px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 17px;
  line-height: 1.75;
}

.contact-form {
  align-self: center;
  padding: 38px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.form-row + .form-row {
  margin-top: 23px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  resize: vertical;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(255, 255, 255, 0.29);
}

.contact-form .button {
  width: 100%;
  margin-top: 31px;
}

.form-status {
  min-height: 18px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  text-align: center;
}

.site-footer {
  color: var(--white);
  background: #08090c;
}

.footer-top {
  display: grid;
  align-items: start;
  padding: 70px 0 75px;
  grid-template-columns: 1fr 1fr 0.7fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-top > p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 15px;
}

.footer-top nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px;
  font-size: 12px;
}

.footer-top nav a:hover {
  color: var(--acid);
}

.footer-bottom {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.31);
  font-size: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 130px;
    grid-template-columns: 1fr;
  }

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

  .production-machine {
    width: min(670px, 100%);
    margin: 0 auto;
  }

  .service-row {
    grid-template-columns: 45px 1fr 1fr 50px;
  }

  .service-row ul {
    display: none;
  }

  .about-grid,
  .contact-grid {
    gap: 65px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 760px);
  }

  .header-inner {
    min-height: 72px;
  }

  .menu-toggle {
    position: relative;
    z-index: 103;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: inherit;
    background: transparent;
    border: 0;
  }

  .menu-toggle-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .menu-toggle-lines {
    display: flex;
    width: 25px;
    flex-direction: column;
    gap: 6px;
  }

  .menu-toggle-lines i {
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 0.3s ease;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 102;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 110px 32px 40px;
    color: var(--white);
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav > a:not(.nav-cta) {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 31px;
    letter-spacing: -0.04em;
  }

  .primary-nav .nav-cta {
    margin-top: 32px;
  }

  .site-header:has(.primary-nav.is-open) {
    color: var(--white);
  }

  .split-intro,
  .process-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .statement-grid,
  .section-heading,
  .outcomes-grid,
  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .statement-grid {
    gap: 28px;
  }

  .section-heading {
    gap: 31px;
  }

  .section-heading > p {
    margin-left: 0;
  }

  .work-card-featured {
    grid-template-columns: 1fr;
  }

  .work-card-featured .work-copy {
    min-height: 430px;
  }

  .outcomes-copy {
    position: static;
  }

  .process-track {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 55px;
  }

  .process-progress {
    display: none;
  }

  .about-card {
    min-height: 520px;
  }

  .contact-form {
    max-width: 680px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100vw - 28px);
  }

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

  .brand {
    line-height: 1;
  }

  .brand-logo {
    width: 126px;
  }

  .hero-grid {
    gap: 60px;
    padding-top: 128px;
    padding-bottom: 100px;
  }

  .eyebrow {
    margin-bottom: 23px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(53px, 15.5vw, 76px);
    line-height: 0.94;
  }

  .hero-lede {
    margin-top: 26px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
    margin-top: 31px;
  }

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

  .text-link {
    align-self: flex-start;
  }

  .production-machine {
    min-height: 405px;
    transform: scale(0.69);
    transform-origin: top left;
    width: 145%;
    margin-bottom: -95px;
  }

  .course-window {
    right: 0;
  }

  .hero-bottom {
    display: none;
  }

  .ticker-track span {
    height: 52px;
  }

  .statement-wrap h2,
  .section-heading h2,
  .process-heading h2,
  .about-copy h2,
  .faq-intro h2,
  .contact h2,
  .outcomes-copy h2 {
    font-size: clamp(43px, 12.5vw, 61px);
  }

  .statement-grid {
    margin-top: 40px;
  }

  .statement-grid .statement-lede {
    font-size: 20px;
  }

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

  .work-card-featured .work-visual {
    min-height: 420px;
  }

  .academy-visual {
    padding: 50px 25px 0;
    grid-template-columns: 48px 1fr;
  }

  .academy-sidebar {
    gap: 21px;
  }

  .academy-content {
    padding: 35px 24px;
  }

  .academy-courses > div {
    grid-template-columns: 32px 1fr;
  }

  .academy-courses i {
    display: none;
  }

  .visual-stamp {
    right: 10px;
    bottom: 12px;
    width: 82px;
    height: 82px;
    font-size: 7px;
  }

  .work-card-featured .work-copy {
    min-height: 390px;
    padding: 35px;
  }

  .expert-visual {
    min-height: 390px;
    padding: 27px;
    grid-template-columns: 1.2fr 0.8fr;
  }

  .expert-frame {
    min-height: 330px;
  }

  .clip-stack > div {
    padding: 8px;
    grid-template-columns: 1fr;
  }

  .clip-stack span {
    display: none;
  }

  .clip-stack i {
    grid-column: auto;
  }

  .update-visual {
    min-height: 390px;
    padding: 27px;
  }

  .release-note,
  .course-update {
    width: 44%;
    min-height: 178px;
    padding: 17px;
  }

  .update-line {
    width: 12%;
  }

  .portfolio-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .outcomes-grid {
    gap: 55px;
  }

  .outcome-list article {
    min-height: 165px;
  }

  .service-row {
    grid-template-columns: 35px 1fr 43px;
    gap: 13px;
  }

  .service-description {
    margin-top: 17px;
    grid-column: 2 / -1;
  }

  .service-row > a {
    width: 40px;
    height: 40px;
  }

  .process-track {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-track article {
    display: grid;
    min-height: 155px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    grid-template-columns: 34px 57px 1fr;
    column-gap: 13px;
  }

  .process-track article > span {
    margin: 7px 0 0;
  }

  .process-icon {
    width: 46px;
    height: 46px;
  }

  .process-track h3 {
    margin: 5px 0 0;
  }

  .process-track p {
    max-width: 100%;
    margin-top: 11px;
    grid-column: 3;
  }

  .about-card {
    min-height: 430px;
  }

  .approval-orbit {
    width: 245px;
    height: 245px;
  }

  .approval-orbit::before {
    inset: 39px;
  }

  .orbit-ai { top: -27px; left: 95px; }
  .orbit-sme { right: -27px; bottom: 64px; }
  .orbit-human { bottom: -24px; left: 12px; }

  .faq-grid {
    gap: 50px;
  }

  .faq-item button {
    min-height: 84px;
  }

  .contact h2 {
    font-size: clamp(50px, 14.5vw, 72px);
  }

  .contact-form {
    padding: 27px 22px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 56px 0;
  }

  .footer-top nav {
    max-width: 280px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 23px 0;
  }

  .footer-bottom p {
    margin: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
