/* Agentic AI Academy body styles. Scoped to /community/ so the shared site shell is unchanged. */
@font-face {
  font-family: "Taki Display";
  src: url("/assets/fonts/anton.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Taki Sans";
  src: url("/assets/fonts/archivo-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Taki Sans";
  src: url("/assets/fonts/archivo-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Taki Sans";
  src: url("/assets/fonts/archivo-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Taki Sans";
  src: url("/assets/fonts/archivo-800.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

.academy-page {
  --ink: #0a0a0a;
  --ink-2: #0f0f0f;
  --ink-3: #1b1b1b;
  --card: #121212;
  --paper: #f7f4ec;
  --white: #f5f5f2;
  --muted: #989893;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.25);
  --orange: #fd5323;
  --orange-soft: #ff6a42;
  --blue: #1d58f6;
  --blue-soft: #82a5ff;
  --cream: #ffd96a;
  --shell: min(1120px, calc(100vw - 48px));
  --narrow: min(900px, calc(100vw - 48px));
}

.academy-page,
.academy-page * {
  box-sizing: border-box;
}

.academy-page {
  background: var(--ink);
  scroll-behavior: smooth;
}

.academy-page {
  background: var(--ink);
  color: var(--white);
  font-family: "Taki Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.academy-page img {
  display: block;
  max-width: 100%;
}

.academy-page a {
  color: inherit;
  text-decoration: none;
}

.academy-page button,
.academy-page input {
  color: inherit;
  font: inherit;
}

.academy-page button {
  cursor: pointer;
}

.academy-page ::selection {
  background: var(--orange);
  color: var(--ink);
}

.academy-page .skip-link {
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  left: 16px;
  padding: 12px 18px;
  position: fixed;
  top: -90px;
  z-index: 1000;
}

.academy-page .skip-link:focus {
  top: 16px;
}

.academy-page :focus-visible {
  outline: 3px solid var(--blue-soft);
  outline-offset: 4px;
}

.academy-page :target {
  scroll-margin-top: 24px;
}

.academy-page h1,
.academy-page h2,
.academy-page h3,
.academy-page h4,
.academy-page p {
  margin-top: 0;
}

.academy-page h1,
.academy-page h2,
.academy-page .stage-number strong,
.academy-page .proof-strip strong {
  font-family: "Taki Display", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.93;
  text-transform: uppercase;
}

.academy-page h1 {
  font-size: clamp(4.6rem, 8.2vw, 7.5rem);
  letter-spacing: -0.025em;
}

.academy-page h2 {
  font-size: clamp(3.5rem, 7vw, 6.25rem);
  letter-spacing: -0.02em;
}

.academy-page h3,
.academy-page h4 {
  line-height: 1.05;
}

.academy-page em {
  color: var(--orange);
  font-style: normal;
}

.academy-page .section-pad {
  padding: 118px 0;
}

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

.academy-page .narrow,
.academy-page .faq-shell {
  margin-inline: auto;
  width: var(--narrow);
}

.academy-page .center {
  text-align: center;
}

.academy-page .mono-eyebrow {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.academy-page .large-copy {
  color: #cecec9;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.academy-page .primary-button,
.academy-page .form-submit {
  align-items: center;
  background: var(--orange);
  border: 0;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 60px;
  padding: 18px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.academy-page .primary-button:hover,
.academy-page .form-submit:hover {
  background: var(--cream);
  transform: translateY(-2px);
}

.academy-page .primary-button span,
.academy-page .form-submit span {
  font-size: 1.2rem;
  line-height: 1;
}

.academy-page .cta-note {
  color: #858580;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  margin: 16px 0 0;
}

.academy-page .status-strip {
  align-items: center;
  background: var(--orange);
  color: var(--ink);
  display: flex;
  min-height: 70px;
  overflow: hidden;
  padding: 12px 24px;
}

.academy-page .status-track {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 18px;
  justify-content: center;
  margin-inline: auto;
  max-width: 1280px;
  text-align: center;
}

.academy-page .status-track span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.academy-page .status-track i {
  background: var(--ink);
  display: block;
  height: 4px;
  transform: rotate(45deg);
  width: 4px;
}

.academy-page .hero {
  background: var(--ink);
  border-bottom: 1px solid rgba(253, 83, 35, 0.5);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 820px;
}

.academy-page .hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px max(48px, calc((100vw - 1120px) / 2)) 82px max(48px, calc((100vw - 1120px) / 2));
  padding-right: 56px;
}

/* theme.css reorders .hero-copy children on small screens for the homepage
   hero. The academy hero keeps its own document order at every width. */
.academy-page .hero-copy > * {
  order: 0;
}

.academy-page .wordmark {
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.academy-page .wordmark img {
  height: 41px;
  object-fit: contain;
  width: 26px;
}

.academy-page .offer-badge {
  border: 1px solid rgba(253, 83, 35, 0.62);
  color: var(--orange-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 22px;
  padding: 9px 12px;
  text-transform: uppercase;
}

/* the hero copy column is ~560px wide, so the title is sized to wrap there
   rather than at the page-wide h1 scale */
.academy-page .hero h1 {
  font-size: clamp(3.4rem, 6.15vw, 6rem);
  margin-bottom: 24px;
  max-width: 790px;
}

.academy-page .hero-kicker {
  color: var(--cream);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 18px;
  max-width: 720px;
}

.academy-page .hero-body {
  color: #b9b9b4;
  font-size: 1rem;
  max-width: 660px;
}

.academy-page .hero-proof {
  border-left: 3px solid var(--blue);
  color: #b8b8b3;
  font-size: 0.78rem;
  margin: 12px 0 28px;
  padding: 4px 0 4px 14px;
}

.academy-page .hero-proof strong {
  color: var(--white);
  font-size: 1rem;
}

.academy-page .hero-image {
  min-height: 820px;
  overflow: hidden;
  position: relative;
}

.academy-page .hero-image::before {
  background: linear-gradient(90deg, var(--ink) 0%, rgba(10, 10, 10, 0.66) 10%, rgba(10, 10, 10, 0.05) 42%, rgba(10, 10, 10, 0.05) 100%), linear-gradient(0deg, rgba(10, 10, 10, 0.9), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.academy-page .hero-image::after {
  border: 1px solid rgba(29, 88, 246, 0.55);
  content: "";
  inset: 28px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.academy-page .hero-image > img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  position: absolute;
  width: 100%;
}

.academy-page .hero-image-caption {
  bottom: 58px;
  left: 58px;
  position: absolute;
  z-index: 3;
}

.academy-page .hero-image-caption span,
.academy-page .hero-image-caption small {
  color: #bdbdb7;
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.academy-page .hero-image-caption strong {
  display: block;
  font-family: "Taki Display", Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin: 8px 0;
  text-transform: uppercase;
}

.academy-page .proof-strip {
  background: var(--ink-3);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-inline: auto;
  padding-inline: max(24px, calc((100vw - 1120px) / 2));
}

.academy-page .proof-strip > div {
  border-right: 1px solid var(--line);
  min-height: 130px;
  padding: 30px 20px;
  text-align: center;
}

.academy-page .proof-strip > div:first-child {
  border-left: 1px solid var(--line);
}

.academy-page .proof-strip strong {
  color: var(--orange);
  display: block;
  font-size: 2.25rem;
}

.academy-page .proof-strip > div:nth-child(even) strong {
  color: var(--blue-soft);
}

.academy-page .proof-strip span {
  color: #a2a29c;
  display: block;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-transform: uppercase;
}

.academy-page .belief {
  background: var(--ink);
  border-bottom: 1px solid rgba(253, 83, 35, 0.35);
}

.academy-page .belief h2 {
  font-size: clamp(4.1rem, 8.2vw, 7.5rem);
  margin-bottom: 34px;
}

.academy-page .belief .large-copy {
  margin: 0 auto 46px;
  max-width: 760px;
}

.academy-page .outcome-line {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 44px;
  max-width: 880px;
}

.academy-page .outcome-line span {
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 18px 14px;
  text-transform: uppercase;
}

.academy-page .honest {
  background: var(--ink-2);
  border-bottom: 1px solid var(--line);
}

.academy-page .honest h2 {
  font-size: clamp(4rem, 7.5vw, 7rem);
  margin-bottom: 42px;
  max-width: 820px;
}

.academy-page .honest-copy {
  border-left: 4px solid var(--orange);
  max-width: 790px;
  padding-left: 28px;
}

.academy-page .honest-copy p {
  color: #b7b7b1;
  font-size: 1.02rem;
  margin-bottom: 20px;
}

.academy-page .honest-close {
  color: var(--white);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-style: italic;
  font-weight: 800;
  margin: 42px 0 0;
  max-width: 810px;
}

.academy-page .offer {
  background: var(--ink);
  border-bottom: 1px solid rgba(253, 83, 35, 0.35);
}

.academy-page .section-heading {
  margin-bottom: 62px;
  max-width: 920px;
}

.academy-page .section-heading.center {
  margin-inline: auto;
}

.academy-page .section-heading h2 {
  margin-bottom: 24px;
}

.academy-page .section-heading > p:not(.mono-eyebrow) {
  color: #aaa9a4;
  font-size: 1.05rem;
  margin: 0;
  max-width: 720px;
}

.academy-page .section-heading.center > p:not(.mono-eyebrow) {
  margin-inline: auto;
}

.academy-page .stage-list {
  border-top: 1px solid var(--line-strong);
}

.academy-page .stage {
  border-bottom: 1px solid var(--line-strong);
  display: grid;
  gap: 58px;
  grid-template-columns: 160px minmax(0, 1fr);
  padding: 76px 0;
}

.academy-page .stage-number strong {
  color: var(--orange);
  display: block;
  font-size: 7rem;
}

.academy-page .stage-number span {
  color: var(--cream);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-top: 8px;
  text-transform: uppercase;
}

.academy-page .stage-content h3 {
  font-family: "Taki Display", Impact, sans-serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 400;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.academy-page .stage-promise {
  color: var(--cream);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-style: italic;
  font-weight: 700;
  max-width: 760px;
}

.academy-page .stage-units {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
}

.academy-page .stage-units span {
  border: 1px solid var(--line);
  color: #c5c5bf;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 9px 12px;
}

.academy-page .stage-detail {
  background: var(--card);
  border-left: 5px solid var(--orange);
  margin-top: 34px;
  padding: 30px 34px;
}

.academy-page .stage:nth-child(2) .stage-detail {
  border-left-color: var(--blue);
}

.academy-page .stage:nth-child(3) .stage-detail {
  border-left-color: var(--cream);
}

.academy-page .stage-detail > p {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.academy-page .stage-detail ul {
  display: grid;
  gap: 12px 34px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.academy-page .stage-detail li {
  color: #c1c1bb;
  font-size: 0.9rem;
  padding-left: 18px;
  position: relative;
}

.academy-page .stage-detail li::before {
  color: var(--orange);
  content: "+";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.academy-page .experience {
  background: var(--ink-2);
  border-bottom: 1px solid var(--line);
}

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

.academy-page .experience-card,
.academy-page .super-card {
  background: var(--card);
  border: 1px solid var(--line-strong);
  position: relative;
}

.academy-page .experience-card {
  min-height: 300px;
  padding: 58px 34px 34px;
}

.academy-page .experience-card > span,
.academy-page .super-card > span {
  background: var(--orange);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 800;
  left: 24px;
  letter-spacing: 0.12em;
  padding: 10px 16px;
  position: absolute;
  text-transform: uppercase;
  top: -18px;
}

.academy-page .experience-card:nth-child(even) > span {
  background: var(--blue);
  color: var(--white);
}

.academy-page .experience-card h3,
.academy-page .super-card h3 {
  font-family: "Taki Display", Impact, sans-serif;
  font-size: 2.65rem;
  font-weight: 400;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.academy-page .experience-card p,
.academy-page .super-card p {
  color: #aeadA7;
}

.academy-page .experience-card > strong {
  border-top: 1px solid var(--line);
  color: var(--cream);
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  margin-top: 30px;
  padding-top: 18px;
  text-transform: uppercase;
}

.academy-page .super-card {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 50px auto 0;
  padding: 58px 42px 38px;
  width: min(860px, 100%);
}

.academy-page .super-card > span {
  background: var(--cream);
}

.academy-page .super-card .mono-eyebrow {
  margin-bottom: 10px;
}

.academy-page .super-card h3 {
  margin-bottom: 12px;
}

.academy-page .super-card > strong {
  color: var(--cream);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.academy-page .waitlist-section {
  background: radial-gradient(circle at 20% 55%, rgba(29, 88, 246, 0.18), transparent 34%), radial-gradient(circle at 80% 20%, rgba(253, 83, 35, 0.16), transparent 35%), var(--ink);
  border-bottom: 1px solid rgba(253, 83, 35, 0.45);
}

.academy-page .waitlist-grid {
  align-items: center;
  display: grid;
  gap: 74px;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.72fr);
}

.academy-page .waitlist-grid > div:first-child > h2 {
  margin-bottom: 28px;
}

.academy-page .waitlist-grid > div:first-child > .large-copy {
  max-width: 640px;
}

.academy-page .os-window {
  background: #080808;
  border: 1px solid rgba(130, 165, 255, 0.55);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
  margin-top: 44px;
  min-height: 390px;
  transform: perspective(1200px) rotateY(4deg) rotateX(1deg);
}

.academy-page .dashboard-screenshot {
  background: #06090f;
  border: 1px solid rgba(130, 165, 255, 0.55);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
  display: block;
  height: auto;
  margin-top: 44px;
  transform: perspective(1200px) rotateY(4deg) rotateX(1deg);
  width: 100%;
}

.academy-page .window-bar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 7px;
  min-height: 46px;
  padding: 0 16px;
}

.academy-page .window-bar > span {
  background: #3a3a3a;
  border-radius: 999px;
  height: 7px;
  width: 7px;
}

.academy-page .window-bar > span:first-child {
  background: var(--orange);
}

.academy-page .window-bar small {
  color: #777771;
  font-size: 0.55rem;
  letter-spacing: 0.11em;
  margin-left: auto;
}

.academy-page .window-body {
  display: grid;
  grid-template-columns: 126px 1fr;
  min-height: 340px;
}

.academy-page .window-body aside {
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 14px;
}

.academy-page .window-body aside strong {
  color: var(--orange);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.academy-page .window-body aside span {
  color: #777771;
  font-size: 0.62rem;
  padding: 8px;
}

.academy-page .window-body aside .active {
  background: rgba(29, 88, 246, 0.18);
  color: var(--blue-soft);
}

.academy-page .window-main {
  padding: 24px;
}

.academy-page .window-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.academy-page .window-title span {
  font-size: 0.85rem;
  font-weight: 700;
}

.academy-page .window-title small {
  color: #777771;
  font-size: 0.58rem;
}

.academy-page .agent-rows {
  display: grid;
  gap: 10px;
}

.academy-page .agent-rows > div {
  align-items: center;
  background: #101010;
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 1fr auto;
  padding: 16px;
}

.academy-page .agent-rows i {
  color: var(--orange);
  font-size: 0.62rem;
  font-style: normal;
}

.academy-page .agent-rows span {
  font-size: 0.68rem;
  font-weight: 700;
}

.academy-page .agent-rows span strong {
  color: #777771;
  display: block;
  font-size: 0.57rem;
  font-weight: 400;
  margin-top: 4px;
}

.academy-page .agent-rows b {
  color: var(--blue-soft);
  font-size: 0.55rem;
  font-weight: 700;
}

.academy-page .form-card,
.academy-page .final-form-wrap {
  background: var(--paper);
  color: var(--ink);
  padding: 36px;
}

.academy-page .form-status {
  border: 1px solid rgba(253, 83, 35, 0.42);
  color: #c43d17;
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.academy-page .form-card h3,
.academy-page .final-form-wrap h3 {
  font-family: "Taki Display", Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.academy-page .access-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.academy-page .access-list li {
  border-top: 1px solid rgba(10, 10, 10, 0.15);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 11px 0 11px 24px;
  position: relative;
}

.academy-page .access-list li:last-child {
  border-bottom: 1px solid rgba(10, 10, 10, 0.15);
}

.academy-page .access-list li::before {
  color: var(--orange);
  content: "✓";
  font-weight: 800;
  left: 2px;
  position: absolute;
}

.academy-page .waitlist-form {
  display: grid;
  gap: 16px;
}

.academy-page .field-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.academy-page .waitlist-form label > span:first-child {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.academy-page .waitlist-form input[type="text"],
.academy-page .waitlist-form input[type="email"] {
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.22);
  border-radius: 0;
  color: var(--ink);
  min-height: 54px;
  padding: 0 14px;
  width: 100%;
}

.academy-page .waitlist-form input::placeholder {
  color: #9a9a95;
}

.academy-page .consent-row {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 16px 1fr;
}

.academy-page .consent-row input {
  accent-color: var(--orange);
  height: 16px;
  margin: 3px 0 0;
  width: 16px;
}

.academy-page .consent-row > span {
  color: #5e5e59;
  font-size: 0.61rem;
  line-height: 1.5;
}

.academy-page .consent-row a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
}

.academy-page .form-submit {
  width: 100%;
}

.academy-page .form-note {
  color: #777771;
  font-size: 0.6rem;
  margin: 0;
  text-align: center;
}

/* the note used to sit inside the form and inherit its 16px grid gap; as a
   direct child of the card it needs its own spacing under the CTA */
.academy-page .form-card > .form-note,
.academy-page .final-form-wrap > .form-note {
  margin-top: 16px;
}

.academy-page .form-card > .access-list + .form-submit,
.academy-page .final-form-wrap > .access-list + .form-submit {
  margin-top: 8px;
}

.academy-page .preview-success {
  border: 1px solid rgba(10, 10, 10, 0.22);
  padding: 28px;
  text-align: center;
}

.academy-page .preview-success > span {
  align-items: center;
  background: var(--orange);
  color: var(--ink);
  display: inline-flex;
  font-size: 1.3rem;
  height: 42px;
  justify-content: center;
  margin-bottom: 14px;
  width: 42px;
}

.academy-page .preview-success h4 {
  font-family: "Taki Display", Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.academy-page .preview-success p {
  color: #666660;
  font-size: 0.78rem;
}

.academy-page .preview-success button {
  background: transparent;
  border: 0;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 6px;
  text-decoration: underline;
}

.academy-page .expectation {
  background: var(--ink-3);
  border-bottom: 1px solid var(--line);
}

.academy-page .expectation-box {
  border: 2px solid var(--orange);
  margin-inline: auto;
  max-width: 960px;
  padding: 70px 62px;
  text-align: center;
  width: calc(100vw - 48px);
}

.academy-page .expectation-box h2 {
  font-size: clamp(3.4rem, 6.5vw, 5.8rem);
  margin-bottom: 24px;
}

.academy-page .expectation-box h2 em {
  color: var(--blue-soft);
}

.academy-page .expectation-box > p:not(.mono-eyebrow) {
  color: #b6b6b0;
  font-size: 1.05rem;
  margin: 0 auto 34px;
  max-width: 740px;
}

.academy-page .human-checks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 34px;
}

.academy-page .human-checks span {
  border: 1px solid var(--line);
  color: #d2d2cd;
  font-size: 0.66rem;
  font-weight: 800;
  padding: 15px 8px;
  text-transform: uppercase;
}

.academy-page .expectation-box > strong {
  color: var(--cream);
  font-size: 1.05rem;
  font-style: italic;
}

.academy-page .rhythm {
  background: var(--ink-2);
  border-bottom: 1px solid rgba(253, 83, 35, 0.35);
}

.academy-page .rhythm .section-heading h2 em {
  color: var(--blue-soft);
}

.academy-page .rhythm-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.academy-page .rhythm-grid article {
  background: var(--card);
  border-top: 5px solid var(--orange);
  min-height: 250px;
  padding: 34px;
}

.academy-page .rhythm-grid article:nth-child(2) {
  border-top-color: var(--blue);
}

.academy-page .rhythm-grid article:nth-child(3) {
  border-top-color: var(--cream);
}

.academy-page .rhythm-grid article > span {
  color: #777771;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.academy-page .rhythm-grid h3 {
  font-family: "Taki Display", Impact, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  margin: 44px 0 8px;
  text-transform: uppercase;
}

.academy-page .rhythm-grid p {
  color: #a9a9a3;
  margin-bottom: 0;
}

.academy-page .ribbon {
  background: var(--orange);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 54px 0 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

.academy-page .outcomes-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 44px;
}

.academy-page .outcomes-grid article {
  align-items: flex-start;
  border: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 42px 1fr;
  min-height: 170px;
  padding: 30px;
}

.academy-page .outcomes-grid article > span {
  color: var(--orange);
  font-family: "Taki Display", Impact, sans-serif;
  font-size: 2rem;
}

.academy-page .outcomes-grid h3 {
  font-size: 1.1rem;
  margin: 4px 0 8px;
}

.academy-page .outcomes-grid p {
  color: #999993;
  font-size: 0.86rem;
  margin: 0;
}

.academy-page .teacher {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}

.academy-page .teacher-grid {
  align-items: center;
  display: grid;
  gap: 84px;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.academy-page .teacher-image {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.academy-page .teacher-image::after {
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.7), transparent 50%);
  content: "";
  inset: 0;
  position: absolute;
}

.academy-page .teacher-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.academy-page .teacher-image > span {
  background: var(--orange);
  bottom: 24px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  left: 24px;
  letter-spacing: 0.1em;
  padding: 12px 15px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.academy-page .teacher-copy h2 {
  margin-bottom: 30px;
}

.academy-page .teacher-copy > p:not(.mono-eyebrow) {
  color: #b1b1ab;
  margin-bottom: 18px;
}

.academy-page .teacher-copy blockquote {
  border-left: 4px solid var(--orange);
  color: var(--white);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 700;
  margin: 34px 0 0;
  padding-left: 22px;
}

.academy-page .fit {
  background: var(--ink-2);
  border-bottom: 1px solid rgba(253, 83, 35, 0.35);
}

.academy-page .fit-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.academy-page .fit-grid article {
  border: 1px solid var(--line-strong);
  padding: 42px;
}

.academy-page .fit-grid article > p {
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.academy-page .fit-no > p {
  color: var(--blue-soft) !important;
}

.academy-page .fit-grid h3 {
  font-family: "Taki Display", Impact, sans-serif;
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  font-weight: 400;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.academy-page .fit-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.academy-page .fit-grid li {
  border-top: 1px solid var(--line);
  color: #b2b2ac;
  font-size: 0.9rem;
  padding: 15px 0 15px 30px;
  position: relative;
}

.academy-page .fit-grid li:last-child {
  border-bottom: 1px solid var(--line);
}

.academy-page .fit-yes li::before,
.academy-page .fit-no li::before {
  font-weight: 800;
  left: 2px;
  position: absolute;
}

.academy-page .fit-yes li::before {
  color: var(--cream);
  content: "✓";
}

.academy-page .fit-no li::before {
  color: var(--orange);
  content: "×";
  font-size: 1.25rem;
  top: 10px;
}

.academy-page .system-preview {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}

.academy-page .preview-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 46px;
}

.academy-page .preview-grid > article {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 14px 14px 28px;
}

.academy-page .preview-ui {
  background: #070707;
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 250px;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.academy-page .ui-label {
  color: #777771;
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.academy-page .ui-metric strong {
  color: var(--orange);
  display: block;
  font-family: "Taki Display", Impact, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.academy-page .ui-metric span {
  color: #8e8e88;
  font-size: 0.68rem;
}

.academy-page .ui-bars {
  align-items: end;
  bottom: 24px;
  display: flex;
  gap: 8px;
  height: 80px;
  position: absolute;
  right: 24px;
}

.academy-page .ui-bars i {
  background: var(--blue);
  display: block;
  height: 30%;
  width: 16px;
}

.academy-page .ui-bars i:nth-child(2) {
  height: 65%;
}

.academy-page .ui-bars i:nth-child(3) {
  background: var(--orange);
  height: 95%;
}

.academy-page .search-pill {
  border: 1px solid rgba(130, 165, 255, 0.45);
  color: #777771;
  font-size: 0.62rem;
  padding: 11px 12px;
}

.academy-page .brain-nodes {
  height: 110px;
  margin-top: 28px;
  position: relative;
}

.academy-page .brain-nodes::before,
.academy-page .brain-nodes::after {
  background: rgba(130, 165, 255, 0.3);
  content: "";
  height: 1px;
  left: 20%;
  position: absolute;
  top: 48%;
  transform: rotate(13deg);
  width: 62%;
}

.academy-page .brain-nodes::after {
  transform: rotate(-18deg);
}

.academy-page .brain-nodes i {
  background: var(--blue);
  border-radius: 50%;
  height: 13px;
  position: absolute;
  width: 13px;
  z-index: 1;
}

.academy-page .brain-nodes i:nth-child(1) { left: 8%; top: 48%; }
.academy-page .brain-nodes i:nth-child(2) { left: 35%; top: 20%; }
.academy-page .brain-nodes i:nth-child(3) { background: var(--orange); height: 22px; left: 52%; top: 46%; width: 22px; }
.academy-page .brain-nodes i:nth-child(4) { right: 17%; top: 18%; }
.academy-page .brain-nodes i:nth-child(5) { bottom: 6%; right: 5%; }

.academy-page .team-list {
  display: grid;
  gap: 10px;
}

.academy-page .team-list > span {
  align-items: center;
  border: 1px solid var(--line);
  color: #bebeb8;
  display: flex;
  font-size: 0.65rem;
  justify-content: space-between;
  padding: 13px;
}

.academy-page .team-list b {
  color: var(--blue-soft);
  font-size: 0.55rem;
}

.academy-page .team-list > span:nth-child(2) b {
  color: var(--cream);
}

.academy-page .team-list > span:nth-child(3) b {
  color: var(--orange);
}

.academy-page .preview-grid h3 {
  font-size: 1.1rem;
  margin: 0 10px 8px;
}

.academy-page .preview-grid p {
  color: #8f8f89;
  font-size: 0.82rem;
  margin: 0 10px;
}

.academy-page .faq {
  background: var(--ink-2);
  border-bottom: 1px solid rgba(253, 83, 35, 0.35);
}

.academy-page .faq-list {
  display: grid;
  gap: 12px;
}

.academy-page .faq-list details {
  border: 1px solid var(--line-strong);
}

.academy-page .faq-list summary {
  align-items: center;
  color: var(--cream);
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 24px;
  justify-content: space-between;
  list-style: none;
  padding: 22px 24px;
}

.academy-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.academy-page .faq-list summary span {
  color: var(--orange);
  font-size: 1.4rem;
  transition: transform 160ms ease;
}

.academy-page .faq-list details[open] summary span {
  transform: rotate(45deg);
}

.academy-page .faq-list details p {
  color: #aaa9a4;
  margin: 0;
  max-width: 760px;
  padding: 0 58px 24px 24px;
}

.academy-page .decision {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}

.academy-page .decision h2 {
  font-size: clamp(4.2rem, 8vw, 7.4rem);
  margin-bottom: 32px;
}

.academy-page .decision .large-copy {
  margin: 0 auto 40px;
  max-width: 760px;
}

.academy-page .final-section {
  background: linear-gradient(90deg, var(--ink-2) 0%, var(--ink-2) 48%, rgba(10, 10, 10, 0.84) 70%, rgba(10, 10, 10, 0.65) 100%), url("/assets/img/taki-photo.jpg") right center / 58% auto no-repeat;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr);
  min-height: 760px;
  padding: 118px max(48px, calc((100vw - 1120px) / 2));
}

.academy-page .final-copy {
  align-self: center;
  max-width: 670px;
}

.academy-page .final-copy h2 {
  margin-bottom: 30px;
}

.academy-page .final-copy > p:not(.mono-eyebrow) {
  color: #b0b0aa;
}

.academy-page .final-copy > strong {
  color: var(--cream);
  display: block;
  font-size: 1.05rem;
  margin-top: 28px;
}

.academy-page .final-copy > strong span {
  color: #888882;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.academy-page .final-form-wrap {
  align-self: center;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4);
}

.academy-page .site-footer {
  align-items: center;
  background: #050505;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  padding: 48px max(48px, calc((100vw - 1120px) / 2));
}

.academy-page .site-footer > p {
  color: #8f8f89;
  font-size: 0.76rem;
  margin: 0;
}

.academy-page .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.academy-page .site-footer nav a {
  color: #b9b9b3;
  font-size: 0.7rem;
  font-weight: 700;
}

.academy-page .site-footer small {
  color: #666660;
  font-size: 0.58rem;
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .academy-page .hero {
    grid-template-columns: 1fr;
  }

  .academy-page .hero-copy {
    align-items: center;
    padding: 70px 34px 76px;
    text-align: center;
  }

  .academy-page .hero h1 {
    font-size: clamp(3.4rem, 8.6vw, 5rem);
    margin-inline: auto;
    max-width: 620px;
  }

  .academy-page .offer-badge {
    margin-top: 0;
  }

  .academy-page .hero-body,
.academy-page .hero-kicker {
    margin-inline: auto;
  }

  .academy-page .hero-proof {
    border-left: 0;
    border-top: 2px solid var(--blue);
    padding: 12px 0 0;
  }

  .academy-page .hero-image {
    min-height: 610px;
  }

  .academy-page .proof-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .academy-page .proof-strip > div:nth-child(4),
.academy-page .proof-strip > div:nth-child(5) {
    border-top: 1px solid var(--line);
  }

  .academy-page .proof-strip > div:nth-child(4) {
    grid-column: 1 / 2;
  }

  .academy-page .proof-strip > div:nth-child(5) {
    grid-column: 2 / 4;
  }

  .academy-page .teacher-grid,
.academy-page .waitlist-grid {
    grid-template-columns: 1fr;
  }

  .academy-page .os-window {
    transform: none;
  }

  .academy-page .dashboard-screenshot {
    transform: none;
  }

  .academy-page .form-card {
    margin-inline: auto;
    width: min(600px, 100%);
  }

  .academy-page .teacher-image {
    min-height: 760px;
    width: min(620px, 100%);
  }

  .academy-page .teacher-copy {
    max-width: 760px;
  }

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

  .academy-page .preview-grid > article:last-child {
    grid-column: 1 / -1;
  }

  .academy-page .final-section {
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.78) 58%, rgba(10, 10, 10, 0.92) 100%), url("/assets/img/taki-photo.jpg") center 28% / cover no-repeat;
    grid-template-columns: 1fr;
  }

  .academy-page .final-copy,
.academy-page .final-form-wrap {
    max-width: 650px;
  }

  .academy-page .final-form-wrap {
    width: 100%;
  }

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

  .academy-page .site-footer nav {
    justify-content: flex-end;
  }

  .academy-page .site-footer > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .academy-page {
    --shell: calc(100vw - 40px);
    --narrow: calc(100vw - 40px);
  }

  .academy-page .section-pad {
    padding: 84px 0;
  }

  .academy-page h1 {
    font-size: clamp(4.15rem, 18vw, 5.2rem);
  }

  .academy-page h2 {
    font-size: clamp(2.9rem, 13vw, 4.3rem);
  }

  .academy-page .status-strip {
    min-height: 56px;
    padding: 10px 18px;
  }

  .academy-page .status-track span {
    font-size: 0.56rem;
  }

  .academy-page .status-track span:nth-of-type(3),
.academy-page .status-track span:nth-of-type(4),
.academy-page .status-track i:nth-of-type(2),
.academy-page .status-track i:nth-of-type(3) {
    display: none;
  }

  .academy-page .hero-copy {
    min-height: 0;
    padding: 48px 20px 56px;
  }

  .academy-page .wordmark {
    font-size: 0.84rem;
  }

  .academy-page .offer-badge {
    font-size: 0.56rem;
    margin-top: 0;
  }

  .academy-page .hero h1 {
    font-size: clamp(2.9rem, 12vw, 3.9rem);
    margin-bottom: 20px;
  }

  .academy-page .hero-kicker {
    font-size: 1.12rem;
  }

  .academy-page .hero-body {
    font-size: 0.9rem;
  }

  .academy-page .primary-button,
.academy-page .form-submit {
    font-size: 0.72rem;
    min-height: 57px;
    padding: 17px 20px;
    width: 100%;
  }

  .academy-page .hero-image {
    min-height: 500px;
  }

  .academy-page .hero-image::before {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.95), transparent 60%);
  }

  .academy-page .hero-image::after {
    inset: 16px;
  }

  /* clears the fixed mobile CTA bar that sits over the bottom of the hero */
  .academy-page .hero-image-caption {
    bottom: 104px;
    left: 26px;
  }

  .academy-page .hero-image-caption strong {
    font-size: 2.4rem;
  }

  .academy-page .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 20px;
  }

  .academy-page .proof-strip > div {
    min-height: 112px;
    padding: 26px 12px;
  }

  .academy-page .proof-strip > div:first-child {
    border-left: 0;
  }

  .academy-page .proof-strip > div:nth-child(3),
.academy-page .proof-strip > div:nth-child(4),
.academy-page .proof-strip > div:nth-child(5) {
    border-top: 1px solid var(--line);
  }

  .academy-page .proof-strip > div:nth-child(4) {
    grid-column: auto;
  }

  .academy-page .proof-strip > div:nth-child(5) {
    grid-column: 1 / -1;
  }

  .academy-page .proof-strip strong {
    font-size: 1.85rem;
  }

  .academy-page .belief h2 {
    font-size: clamp(3rem, 14vw, 4.1rem);
  }

  .academy-page .belief .large-copy {
    font-size: 1rem;
  }

  .academy-page .outcome-line {
    grid-template-columns: 1fr;
  }

  .academy-page .honest h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .academy-page .honest-copy {
    padding-left: 20px;
  }

  .academy-page .honest-copy p {
    font-size: 0.92rem;
  }

  .academy-page .stage {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 56px 0;
  }

  .academy-page .stage-number strong {
    font-size: 5rem;
  }

  .academy-page .stage-content h3 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .academy-page .stage-detail {
    padding: 26px 22px;
  }

  .academy-page .stage-detail ul {
    grid-template-columns: 1fr;
  }

  .academy-page .experience-grid,
.academy-page .fit-grid,
.academy-page .preview-grid,
.academy-page .rhythm-grid,
.academy-page .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .academy-page .experience-grid {
    gap: 40px;
  }

  .academy-page .experience-card {
    min-height: 270px;
    padding: 56px 26px 30px;
  }

  .academy-page .super-card {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 58px 26px 30px;
  }

  .academy-page .waitlist-grid {
    gap: 46px;
  }

  .academy-page .os-window {
    min-height: 320px;
  }

  .academy-page .window-body {
    grid-template-columns: 88px 1fr;
    min-height: 270px;
  }

  .academy-page .window-body aside {
    padding: 16px 8px;
  }

  .academy-page .window-body aside span {
    font-size: 0.52rem;
  }

  .academy-page .window-main {
    padding: 15px;
  }

  .academy-page .window-title small {
    display: none;
  }

  .academy-page .agent-rows > div {
    grid-template-columns: 24px 1fr;
    padding: 12px;
  }

  .academy-page .agent-rows b {
    display: none;
  }

  .academy-page .form-card,
.academy-page .final-form-wrap {
    padding: 28px 22px;
  }

  .academy-page .form-card h3,
.academy-page .final-form-wrap h3 {
    font-size: 2.6rem;
  }

  .academy-page .field-row {
    grid-template-columns: 1fr;
  }

  .academy-page .expectation-box {
    padding: 52px 22px;
    width: calc(100vw - 40px);
  }

  .academy-page .expectation-box h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .academy-page .human-checks {
    grid-template-columns: repeat(2, 1fr);
  }

  .academy-page .rhythm-grid {
    gap: 16px;
  }

  .academy-page .rhythm-grid article {
    min-height: 230px;
  }

  .academy-page .outcomes-grid article {
    min-height: 150px;
  }

  .academy-page .teacher-grid {
    gap: 54px;
  }

  .academy-page .teacher-image {
    min-height: 500px;
  }

  .academy-page .teacher-copy h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .academy-page .fit-grid {
    gap: 20px;
  }

  .academy-page .fit-grid article {
    padding: 32px 24px;
  }

  .academy-page .fit-grid h3 {
    font-size: 3rem;
  }

  .academy-page .preview-grid > article:last-child {
    grid-column: auto;
  }

  .academy-page .preview-ui {
    height: 230px;
  }

  .academy-page .faq-list summary {
    font-size: 0.86rem;
    padding: 18px;
  }

  .academy-page .faq-list details p {
    font-size: 0.86rem;
    padding: 0 44px 20px 18px;
  }

  .academy-page .decision h2 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }

  .academy-page .final-section {
    gap: 60px;
    min-height: 0;
    padding: 90px 20px;
  }

  .academy-page .final-copy h2 {
    font-size: 3.6rem;
  }

  .academy-page .site-footer {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 44px 20px;
  }

  .academy-page .site-footer nav {
    justify-content: flex-start;
  }

  .academy-page .site-footer > p,
.academy-page .site-footer small {
    grid-column: auto;
  }
}

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

  .academy-page .primary-button,
.academy-page .form-submit,
.academy-page .faq-list summary span {
    transition: none;
  }
}
