:root {
  --white: #ffffff;
  --clean-white: #fbf7f4;
  --soft-white: #f8f8f6;
  --ink: #080808;
  --ink-soft: #34302d;
  --crimson: #8b0015;
  --dark-crimson: #5e000e;
  --gold: #cba24a;
  --gold-soft: #d6b766;
  --line: rgba(203, 162, 74, 0.34);
  --paper-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 44px rgba(80, 54, 34, 0.14), 0 4px 14px rgba(80, 54, 34, 0.08);
  --lift-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 28px 64px rgba(80, 54, 34, 0.2), 0 8px 18px rgba(80, 54, 34, 0.1);
  --dark-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 26px 58px rgba(8, 8, 8, 0.26), 0 8px 20px rgba(80, 54, 34, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  font-family: "Jost", system-ui, sans-serif;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.academy-home main {
  width: min(100%, 1440px);
  margin: 0 auto;
  background:
    radial-gradient(circle at 86% 40%, rgba(214, 183, 102, 0.14), transparent 25%),
    radial-gradient(circle at 12% 58%, rgba(139, 0, 21, 0.05), transparent 28%),
    linear-gradient(180deg, #fbf3ec 0%, var(--clean-white) 34%, #f7eee6 100%);
  box-shadow: 0 0 0 1px rgba(8, 8, 8, 0.08), 0 28px 80px rgba(0, 0, 0, 0.28);
}

.academy-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr) minmax(0, 1fr);
  min-height: clamp(400px, 34vw, 496px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.42), transparent 23%, transparent 74%, rgba(8, 8, 8, 0.48)),
    #16120f;
}

.academy-hero::before {
  position: absolute;
  inset: -24% 11%;
  z-index: 2;
  background:
    radial-gradient(ellipse 60% 82% at center, rgba(251, 247, 244, 0.82) 0%, rgba(251, 247, 244, 0.66) 28%, rgba(251, 247, 244, 0.42) 48%, rgba(251, 247, 244, 0.18) 68%, rgba(251, 247, 244, 0.06) 80%, transparent 90%);
  content: "";
  pointer-events: none;
}

.hero-scene {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: clamp(400px, 34vw, 496px);
  max-width: none;
  filter: saturate(1.04) contrast(1.04);
  object-fit: cover;
}

.hero-scene-left {
  width: calc(100% + 128px);
  margin-right: -128px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.72) 62%, rgba(0, 0, 0, 0.34) 82%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.72) 62%, rgba(0, 0, 0, 0.34) 82%, transparent 100%);
  object-position: 56% center;
}

.hero-scene-right {
  width: calc(100% + 128px);
  margin-left: -128px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.34) 18%, rgba(0, 0, 0, 0.72) 38%, #000 56%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.34) 18%, rgba(0, 0, 0, 0.72) 38%, #000 56%, #000 100%);
  object-position: 44% center;
}

.hero-center {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: center;
  min-width: 0;
  padding: 56px 40px 48px;
  text-align: center;
}

.brush {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.brush-hero {
  top: -14px;
  right: -248px;
  z-index: 0;
  width: 400px;
  opacity: 0.2;
  filter: drop-shadow(0 16px 22px rgba(80, 54, 34, 0.1));
  mix-blend-mode: multiply;
}

.crest {
  width: 56px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--gold);
}

.crest::before {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 50% 50% 8px 8px;
  clip-path: polygon(50% 0, 100% 64%, 74% 64%, 74% 100%, 26% 100%, 26% 64%, 0 64%);
  content: "";
}

.hero-kicker,
.slice-label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--dark-crimson);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.hero-center h1 {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 6.4vw, 92px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.84;
  text-shadow: 0 1px 0 rgba(251, 247, 244, 0.48);
  text-transform: uppercase;
}

.hero-rule {
  position: relative;
  z-index: 1;
  width: 184px;
  height: 1px;
  margin: 28px 0 16px;
  background: var(--gold);
}

.hero-rule::after {
  position: absolute;
  inset: -9px auto auto 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  color: var(--gold);
  background: var(--clean-white);
  content: "♡";
  font-size: 14px;
  line-height: 18px;
}

.hero-center p:last-of-type {
  position: relative;
  z-index: 1;
  max-width: 352px;
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.academy-rail {
  position: sticky;
  top: var(--lmb-bar-h, 64px);
  z-index: 30;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 10px clamp(16px, 4vw, 48px);
  overflow-x: auto;
  border-top: 1px solid rgba(203, 162, 74, 0.45);
  border-bottom: 1px solid rgba(203, 162, 74, 0.36);
  background: rgba(251, 247, 244, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(80, 54, 34, 0.08);
  scrollbar-width: none;
}

.academy-rail::-webkit-scrollbar {
  display: none;
}

.academy-rail a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid transparent;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.academy-rail a:hover,
.academy-rail .is-active {
  border-color: rgba(203, 162, 74, 0.45);
  color: var(--dark-crimson);
  background: rgba(255, 255, 255, 0.74);
}

.paths-section,
.learn-section,
.curriculum-section {
  position: relative;
  padding: 32px clamp(24px, 4vw, 48px);
  overflow: hidden;
}

.paths-section {
  background:
    radial-gradient(circle at 52% 36%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(251, 247, 244, 0));
}

.section-title {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.section-title span {
  height: 1px;
  background: var(--line);
}

.section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
}

.path-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  gap: 0;
  align-items: stretch;
}

.path-card {
  position: relative;
  display: grid;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--paper-shadow);
  transition: transform 260ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 260ms cubic-bezier(0.25, 1, 0.5, 1), border-color 260ms cubic-bezier(0.25, 1, 0.5, 1);
}

.path-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
  pointer-events: none;
}

.path-card:hover {
  transform: translateY(-4px);
  border-color: rgba(203, 162, 74, 0.54);
  box-shadow: var(--lift-shadow);
}

.path-card-light {
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(251, 247, 244, 0.82)),
    rgba(255, 255, 255, 0.72);
}

.path-card-dark {
  grid-template-columns: 1fr minmax(220px, 0.52fr);
  color: var(--white);
  background: linear-gradient(135deg, #101010, #18120f);
  box-shadow: var(--dark-shadow);
}

.path-card > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  transition: transform 420ms cubic-bezier(0.25, 1, 0.5, 1), filter 420ms cubic-bezier(0.25, 1, 0.5, 1);
  object-fit: cover;
}

.path-card:hover > img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.025);
}

.path-card-light > img {
  object-position: center;
}

.path-card-dark > img {
  opacity: 0.9;
  object-position: center;
}

.path-copy {
  display: grid;
  align-content: center;
  padding: 32px;
}

.path-copy p {
  margin: 0 0 14px;
  color: var(--dark-crimson);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.path-card-dark .path-copy p {
  color: var(--gold);
}

.path-copy h3 {
  margin: 0;
  color: inherit;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.1vw, 43px);
  font-weight: 500;
  line-height: 1.02;
}

.path-copy span {
  display: block;
  max-width: 360px;
  margin-top: 20px;
  color: currentColor;
  font-size: 15px;
  line-height: 1.55;
}

.path-card-light .path-copy span {
  color: var(--ink);
}

.path-card-dark .path-copy span {
  color: rgba(255, 255, 255, 0.9);
}

.path-copy a,
.interest-form button,
.footer-form button {
  display: inline-flex;
  width: max-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), background 220ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 220ms cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 24px rgba(139, 0, 21, 0.18);
}

.path-copy a {
  border: 1px solid rgba(139, 0, 21, 0.42);
  color: #8b0015;
  background: #ffffff;
}

.subscribe-button {
  padding: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.subscribe-button span {
  display: inline-flex;
  min-height: inherit;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(139, 0, 21, 0.42);
  color: #8b0015;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(80, 54, 34, 0.1);
}

.path-copy a::after,
.outline-link::after {
  margin-left: 14px;
  content: ">";
}

.path-card-dark .path-copy a {
  border: 1px solid rgba(203, 162, 74, 0.62);
  color: #ffffff;
  background: transparent;
  box-shadow: 0 10px 24px rgba(8, 8, 8, 0.18);
}

.or-mark {
  position: relative;
  z-index: 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  transform: rotate(45deg);
  border: 1px solid var(--gold);
  color: var(--gold);
  background: #111111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.or-mark span {
  display: block;
  line-height: 1;
  transform: rotate(-45deg);
}

.brush-path-left {
  bottom: 0;
  left: -72px;
  width: 420px;
  opacity: 0.7;
  filter: drop-shadow(0 14px 18px rgba(80, 54, 34, 0.1));
  mix-blend-mode: multiply;
}

.brush-path-right {
  top: 0;
  right: -80px;
  width: 340px;
  opacity: 0.62;
  filter: drop-shadow(0 14px 18px rgba(80, 54, 34, 0.1));
  mix-blend-mode: multiply;
}

.learn-section {
  padding-top: 16px;
}

.learn-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.learn-grid article {
  min-height: 112px;
  padding: 10px 18px 0;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  text-align: center;
}

.learn-grid article:first-child {
  border-left: 0;
}

.learn-grid article > .learn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.learn-grid article > .learn-ico svg {
  display: block;
  width: 23px;
  height: 23px;
}

.learn-grid b {
  display: block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.learn-grid span {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.curriculum-section {
  padding-top: 20px;
  padding-bottom: 48px;
}

.curriculum-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.curriculum-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 247, 244, 0.84)),
    rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 16px 34px rgba(80, 54, 34, 0.1), 0 3px 10px rgba(80, 54, 34, 0.06);
  text-align: center;
  transition: transform 240ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 240ms cubic-bezier(0.25, 1, 0.5, 1);
}

.curriculum-grid article:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 24px 48px rgba(80, 54, 34, 0.14), 0 6px 16px rgba(80, 54, 34, 0.08);
}

.curriculum-grid img {
  width: 100%;
  aspect-ratio: 1.7;
  transition: transform 360ms cubic-bezier(0.25, 1, 0.5, 1);
  object-fit: cover;
}

.curriculum-grid article:hover img {
  transform: scale(1.035);
}

.curriculum-grid h3 {
  margin: 18px 12px 0;
  color: var(--dark-crimson);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.18;
  text-transform: uppercase;
}

.curriculum-grid p {
  margin: 10px auto 20px;
  max-width: 148px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.face-sketch {
  position: absolute;
  right: -22px;
  bottom: 40px;
  z-index: 1;
  width: 168px;
  opacity: 0.76;
  mix-blend-mode: multiply;
}

.brush-curriculum {
  right: -80px;
  bottom: -8px;
  z-index: 1;
  width: 320px;
  opacity: 0.58;
  filter: drop-shadow(0 14px 18px rgba(80, 54, 34, 0.1));
  mix-blend-mode: multiply;
}

.outline-link {
  display: inline-flex;
  width: max-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 24px auto 0;
  padding: 0 24px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1), background 220ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 220ms cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 24px rgba(80, 54, 34, 0.08);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 24px clamp(24px, 4vw, 48px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(232, 215, 174, 0.24)),
    rgba(232, 215, 174, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56), inset 0 -1px 0 rgba(203, 162, 74, 0.18);
}

.proof-strip article {
  padding: 0 20px;
  border-left: 1px solid var(--line);
}

.proof-strip article:first-child {
  border-left: 0;
}

.proof-strip b {
  display: block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-strip span {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.join-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(300px, 0.54fr) minmax(260px, 0.46fr);
  align-items: center;
  gap: 32px;
  min-height: 192px;
  overflow: hidden;
  padding: 32px clamp(24px, 5vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 83% 12%, rgba(203, 162, 74, 0.16), transparent 22%),
    rgba(251, 247, 244, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 -18px 42px rgba(80, 54, 34, 0.08);
}

.join-still-life {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: left center;
  mix-blend-mode: multiply;
}

.brush-join {
  right: -104px;
  top: 6px;
  width: 420px;
  opacity: 0.56;
  filter: drop-shadow(0 14px 18px rgba(80, 54, 34, 0.1));
  mix-blend-mode: multiply;
}

.join-copy {
  position: relative;
  z-index: 2;
}

.join-copy h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}

.join-copy p:last-child {
  max-width: 440px;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

.interest-form,
.footer-form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 0;
  align-items: start;
}

.interest-form label,
.footer-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.interest-form input,
.footer-form input {
  min-height: 54px;
  min-width: 0;
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-right: 0;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  font-size: 14px;
}

.interest-form button,
.footer-form button {
  margin-top: 0;
  white-space: nowrap;
}

.interest-form button:hover,
.footer-form button:hover,
.path-copy a:hover {
  transform: translateY(-1px);
  background: var(--dark-crimson);
}

.subscribe-button:hover {
  background: transparent;
}

.subscribe-button:hover span {
  border-color: var(--dark-crimson);
  color: #ffffff;
  background: var(--dark-crimson);
}

.path-card-dark .path-copy a:hover {
  color: var(--white);
  background: var(--dark-crimson);
}

.interest-form button:disabled,
.footer-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 8px 0 0;
  color: var(--dark-crimson);
  font-size: 13px;
}

.academy-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr minmax(260px, 1.15fr);
  gap: 32px;
  padding: 34px clamp(24px, 5vw, 64px) 36px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.94), rgba(8, 8, 8, 0.98)),
    var(--ink);
}

.academy-footer h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.academy-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.academy-footer a {
  display: block;
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.footer-logo {
  width: max-content;
  margin: 0 0 14px;
  color: var(--gold);
  line-height: 1;
}

.footer-logo span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.footer-logo b {
  display: block;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.footer-form {
  margin-top: 16px;
}

.footer-form input {
  min-height: 46px;
  border-color: transparent;
}

.footer-form button {
  min-height: 46px;
  padding: 0;
}

.footer-form .subscribe-button span {
  min-height: 46px;
  padding: 0 18px;
}

.world-switcher {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(203, 162, 74, 0.45);
  background: var(--ink);
}

.world-switcher a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(8, 8, 8, 0.24);
  color: var(--ink);
  background: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.world-switcher a + a {
  color: var(--white);
  background: #111111;
}

@media (min-width: 901px) and (max-width: 1120px) {
  .path-grid {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 0;
  }

  .path-card {
    min-height: 356px;
  }

  .path-card-light {
    grid-template-columns: 0.36fr 0.64fr;
  }

  .path-copy {
    padding: 24px;
  }

  .path-copy h3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .path-copy span {
    font-size: 14px;
  }

  .path-copy a {
    padding: 15px 20px;
    font-size: 12px;
  }

  .or-mark {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 900px) {
  .academy-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(330px, 0.9fr) minmax(0, 0.86fr);
  }

  .path-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .or-mark {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .curriculum-grid,
  .learn-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .learn-grid article:nth-child(4) {
    border-left: 0;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }

  .proof-strip article:nth-child(odd) {
    border-left: 0;
  }

  .join-band {
    grid-template-columns: 0.8fr 1fr;
  }

  .interest-form {
    grid-column: 1 / -1;
  }

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

@media (max-width: 900px) {
  .academy-home main {
    box-shadow: none;
  }

  .academy-hero {
    position: relative;
    display: block;
    min-height: 620px;
    background: #16120f;
  }

  .academy-hero::before {
    display: none;
  }

  .academy-hero::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(251, 247, 244, 0.08) 46%, rgba(251, 247, 244, 0.94)),
      linear-gradient(90deg, rgba(8, 8, 8, 0.22), transparent 42%, rgba(8, 8, 8, 0.18));
    content: "";
  }

  .hero-scene {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    width: 52%;
    height: 100%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .hero-scene-right {
    right: 0;
    left: auto;
    width: 56%;
  }

  .hero-center {
    position: absolute;
    inset: auto 20px 34px;
    z-index: 2;
    display: grid;
    justify-items: center;
    padding: 24px 20px;
    background: rgba(251, 247, 244, 0.9);
    backdrop-filter: blur(8px);
  }

  .brush-hero {
    display: none;
  }

  .hero-center h1 {
    font-size: clamp(48px, 15vw, 76px);
    line-height: 0.9;
  }

  .academy-rail {
    padding: 8px 14px;
  }

  .paths-section,
  .learn-section,
  .curriculum-section {
    padding: 28px 20px;
  }

  .section-title {
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: start;
    margin-bottom: 20px;
  }

  .section-title span {
    display: none;
  }

  .section-title h2 {
    text-align: left;
  }

  .paths-section .section-title h2::after {
    display: block;
    max-width: 320px;
    margin-top: 8px;
    color: var(--ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: none;
    content: "Master beauty or prepare for the set.";
  }

  .path-card,
  .path-card-light,
  .path-card-dark {
    grid-template-columns: 1fr;
  }

  .path-card > img {
    min-height: 0;
    aspect-ratio: 1.66;
  }

  .path-copy {
    padding: 22px;
  }

  .path-copy h3 {
    font-size: 30px;
  }

  .or-mark,
  .brush-path-left,
  .brush-path-right,
  .brush-curriculum,
  .face-sketch {
    display: none;
  }

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

  .learn-grid article,
  .learn-grid article:nth-child(4) {
    min-height: 0;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
    text-align: left;
  }

  .learn-grid article::before {
    display: none;
  }

  .learn-grid span {
    font-size: 15px;
  }

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

  .curriculum-grid article {
    text-align: left;
  }

  .curriculum-grid img {
    aspect-ratio: 1.78;
  }

  .curriculum-grid h3,
  .curriculum-grid p {
    margin-right: 22px;
    margin-left: 22px;
  }

  .curriculum-grid p {
    max-width: none;
  }

  .outline-link {
    width: 100%;
    margin-top: 18px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .proof-strip article {
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .proof-strip article:first-child {
    border-top: 0;
  }

  .join-band {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 36px 20px;
  }

  .join-still-life {
    height: 128px;
    opacity: 0.52;
  }

  .brush-join {
    opacity: 0.28;
  }

  .interest-form,
  .footer-form {
    grid-template-columns: 1fr;
  }

  .interest-form input,
  .footer-form input {
    border-right: 1px solid rgba(8, 8, 8, 0.16);
  }

  .interest-form button,
  .footer-form button {
    width: 100%;
  }

  .academy-footer {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 32px 20px;
  }

  .world-switcher a {
    min-height: 56px;
    padding: 0 8px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 520px) {
  .hero-center {
    right: 14px;
    left: 14px;
  }

  .hero-center p:last-of-type {
    font-size: 14px;
  }

  .academy-rail a {
    padding: 9px 12px;
    font-size: 10px;
  }

  .path-copy a,
  .outline-link,
  .interest-form button,
  .footer-form button {
    width: 100%;
    min-width: 0;
    padding: 0 16px;
    text-align: center;
  }

  .slice-label,
  .hero-kicker {
    font-size: 12px;
  }
}

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