:root {
  --black: #0A0A0A;
  --black-soft: #111111;
  --panel: #17130F;
  --panel-strong: #1E1711;
  --white: #FFFFFF;
  --clean-white: #FBF7F4;
  --muted: rgba(251, 247, 244, 0.72);
  --faint: rgba(251, 247, 244, 0.14);
  --crimson: #8B0015;
  --crimson-deep: #5E000E;
  --gold: #CBA24A;
  --gold-soft: #D8A75B;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--clean-white);
  background: var(--black);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(203, 162, 74, 0.12), transparent 28rem),
    linear-gradient(180deg, #0A0A0A 0%, #0A0A0A 68%, #070707 100%);
}

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

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.announcement,
.site-header,
.academy-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.announcement {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(203, 162, 74, 0.2);
  background: var(--black);
  color: var(--clean-white);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 14px 32px 12px;
  border-bottom: 1px solid rgba(203, 162, 74, 0.2);
  background: rgba(10, 10, 10, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  width: 132px;
  justify-items: center;
  line-height: 1;
}

.brand-main {
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 50px;
  font-weight: 500;
}

.brand-rule {
  width: 104px;
  height: 1px;
  margin: -2px 0 5px;
  background: var(--gold);
}

.brand-sub {
  color: var(--clean-white);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.8vw, 40px);
  min-width: 0;
  color: var(--clean-white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 11px 0;
}

.main-nav .active {
  color: var(--gold-soft);
}

.main-nav .active::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
}

.header-cta,
.primary-btn,
.outline-btn,
.light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-cta,
.primary-btn {
  color: var(--white);
  background: linear-gradient(180deg, var(--crimson) 0%, var(--crimson-deep) 100%);
  box-shadow: 0 12px 26px rgba(139, 0, 21, 0.28);
}

.header-cta {
  min-width: 178px;
  padding: 0 20px;
}

.academy-shell {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  align-items: start;
}

.academy-sidebar {
  position: sticky;
  top: 88px;
  min-height: calc(100vh - 88px);
  padding: 28px 20px;
  border-right: 1px solid rgba(203, 162, 74, 0.22);
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.9)),
    url("assets/acad01f-plate.png") 8% 86% / 760px auto no-repeat;
}

.academy-sidebar nav {
  display: grid;
  gap: 9px;
}

.academy-sidebar a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 6px;
  color: var(--clean-white);
  font-size: 14px;
  font-weight: 400;
}

.academy-sidebar a svg {
  width: 20px;
  height: 20px;
  color: var(--gold-soft);
}

.academy-sidebar a.active {
  color: #21140A;
  background: var(--gold-soft);
}

.academy-sidebar a.active svg {
  color: #21140A;
}

main {
  min-width: 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(370px, 0.86fr) minmax(420px, 1.14fr);
  min-height: 660px;
  overflow: hidden;
  border-bottom: 1px solid rgba(203, 162, 74, 0.2);
  background:
    radial-gradient(circle at 88% 20%, rgba(203, 162, 74, 0.12), transparent 25rem),
    linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.98) 55%, rgba(10, 10, 10, 0.88) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 48px 78px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--gold-soft);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.eyebrow svg {
  width: 28px;
  height: 28px;
}

.hero h1,
.value-band h2,
.transformation-band h2,
.footer-cta h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(54px, 6vw, 86px);
  line-height: 0.98;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: var(--crimson);
  font-style: italic;
}

.hero-copy > p {
  max-width: 480px;
  margin: 30px 0 0;
  color: var(--clean-white);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 300;
  line-height: 1.56;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.primary-btn {
  min-width: 246px;
  padding: 0 24px;
}

.outline-btn {
  min-width: 268px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: var(--white);
  background: rgba(10, 10, 10, 0.24);
}

.hero-media {
  position: relative;
  z-index: 1;
  min-height: 660px;
  margin: 0;
}

.portrait-crop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.96) 22%, rgba(10, 10, 10, 0.64) 44%, transparent 72%),
    url("assets/acad01f-plate.png") right -120px top -92px / 1450px auto no-repeat;
  filter: saturate(0.94) contrast(1.05);
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(10, 10, 10, 0.98) 82%);
  content: "";
}

.watch-badge {
  position: absolute;
  right: 31%;
  top: 334px;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
  width: 190px;
  color: var(--white);
  text-align: center;
}

.watch-badge::before {
  position: absolute;
  inset: -18px -28px -28px;
  z-index: -1;
  border-radius: 10px;
  background: rgba(10, 10, 10, 0.74);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  content: "";
}

.play-icon {
  position: relative;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.16);
}

.play-icon::before {
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid var(--white);
  content: "";
}

.watch-badge strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hero-media figcaption {
  position: absolute;
  right: 48px;
  bottom: 44px;
  z-index: 2;
  max-width: 360px;
  color: var(--clean-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.value-band,
.pillars,
.transformation-band,
.trust-strip,
.footer-cta,
.site-footer {
  position: relative;
}

.value-band {
  padding: 62px 48px 56px;
  border-bottom: 1px solid rgba(203, 162, 74, 0.2);
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.98)),
    url("assets/acad01f-plate.png") 50% 42% / 1200px auto no-repeat;
  text-align: center;
}

.section-eyebrow {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.value-band h2 {
  max-width: 850px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.08;
}

.value-band p:last-child {
  max-width: 820px;
  margin: 22px auto 0;
  color: var(--clean-white);
  font-size: 18px;
  font-weight: 300;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 38px 48px 46px;
  background: #100F0E;
}

.pillars article {
  min-height: 300px;
  padding: 42px 30px 34px;
  border: 1px solid rgba(203, 162, 74, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.54), rgba(10, 10, 10, 0.94)),
    url("assets/acad01f-plate.png") center 52% / 920px auto no-repeat;
  box-shadow: var(--shadow);
  text-align: center;
}

.pillars article:nth-child(2) {
  background-position: 50% 58%;
}

.pillars article:nth-child(3) {
  background-position: 80% 44%;
}

.pillar-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  place-items: center;
  border: 2px solid var(--gold-soft);
  border-radius: 50%;
  color: var(--gold-soft);
  background: rgba(10, 10, 10, 0.34);
}

.pillar-icon svg {
  width: 34px;
  height: 34px;
}

.pillars h2 {
  margin: 0;
  color: var(--white);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.15;
  text-transform: uppercase;
}

.pillars p {
  min-height: 76px;
  margin: 18px auto 22px;
  color: var(--clean-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.48;
}

.pillars a {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.transformation-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 40px;
  align-items: end;
  padding: 62px 54px;
  background:
    linear-gradient(90deg, rgba(139, 0, 21, 0.96), rgba(94, 0, 14, 0.9)),
    url("assets/acad01f-plate.png") 35% 71% / 1220px auto no-repeat;
}

.transformation-band .section-eyebrow,
.transformation-band h2,
.transformation-band p {
  grid-column: 1;
}

.transformation-band .section-eyebrow {
  color: var(--gold-soft);
}

.transformation-band h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
}

.transformation-band p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--clean-white);
  font-size: 17px;
  font-weight: 300;
}

.light-btn {
  grid-column: 2;
  grid-row: 2 / 4;
  min-width: 288px;
  padding: 0 24px;
  color: var(--crimson-deep);
  background: var(--white);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(203, 162, 74, 0.22);
  border-bottom: 1px solid rgba(203, 162, 74, 0.22);
  background: var(--panel);
}

.trust-strip div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: center;
  column-gap: 14px;
  min-height: 126px;
  padding: 20px 18px;
}

.trust-strip div + div {
  border-left: 1px solid rgba(203, 162, 74, 0.2);
}

.trust-strip svg {
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  color: var(--gold-soft);
}

.trust-strip strong {
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.18;
  text-transform: uppercase;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--clean-white);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.34;
}

.footer-cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(260px, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 48px 54px;
  border-bottom: 1px solid rgba(203, 162, 74, 0.18);
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.72)),
    url("assets/acad01f-plate.png") 94% 78% / 1100px auto no-repeat;
}

.footer-cta h2 {
  color: var(--white);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
}

.footer-cta p {
  max-width: 530px;
  margin: 0;
  color: var(--clean-white);
  font-size: 17px;
  font-weight: 300;
}

.site-footer {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 280px;
  gap: 48px;
  padding: 42px 54px 48px;
  background: #080808;
}

.site-footer .brand {
  margin-bottom: 18px;
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--clean-white);
  font-size: 14px;
  font-weight: 300;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 8px 24px;
}

.site-footer nav a {
  color: var(--clean-white);
  font-size: 13px;
  font-weight: 300;
}

.footer-note {
  align-self: end;
  justify-self: end;
  color: var(--gold-soft) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 22px;
    white-space: normal;
  }

  .academy-shell {
    grid-template-columns: 210px minmax(0, 1fr);
  }

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

  .hero-copy {
    max-width: 650px;
    padding-bottom: 36px;
  }

  .hero-media {
    min-height: 520px;
  }

  .portrait-crop {
    background-position: right -80px top -78px;
    background-size: 1220px auto;
  }

  .pillars,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div + div {
    border-top: 1px solid rgba(203, 162, 74, 0.2);
    border-left: 0;
  }

  .footer-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-note {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .announcement {
    padding: 8px 16px;
    font-size: 12px;
  }

  .site-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
  }

  .brand-main {
    font-size: 44px;
  }

  .header-cta {
    min-width: 0;
    margin-left: auto;
    padding: 0 14px;
  }

  .main-nav {
    flex: 0 0 100%;
    gap: 8px 16px;
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .academy-shell {
    display: block;
  }

  .academy-sidebar {
    position: relative;
    top: auto;
    max-width: 100%;
    min-height: 0;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(203, 162, 74, 0.22);
    background: #0A0A0A;
    overflow-x: auto;
  }

  .academy-sidebar nav {
    display: flex;
    width: auto;
    min-width: max-content;
    gap: 8px;
  }

  .academy-sidebar a {
    grid-template-columns: 20px auto;
    min-height: 40px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 42px 20px 28px;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hero-copy > p {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-btn,
  .outline-btn,
  .light-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .hero-media {
    min-height: 480px;
  }

  .portrait-crop {
    background-position: right -74px top -70px;
    background-size: 1100px auto;
  }

  .watch-badge {
    right: 50%;
    top: 184px;
    transform: translateX(50%);
  }

  .hero-media figcaption {
    right: 20px;
    bottom: 28px;
    left: 20px;
    max-width: none;
    font-size: 16px;
    text-align: center;
  }

  .value-band,
  .pillars,
  .transformation-band,
  .footer-cta,
  .site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .value-band {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pillars {
    gap: 14px;
  }

  .pillars article {
    min-height: 0;
    padding: 34px 22px 30px;
  }

  .pillars p {
    min-height: 0;
  }

  .transformation-band {
    display: block;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .transformation-band p {
    margin-bottom: 26px;
  }

  .trust-strip div {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 104px;
    padding: 18px 20px;
  }

  .trust-strip svg {
    width: 34px;
    height: 34px;
  }

  .footer-cta {
    gap: 22px;
  }

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

@media (max-width: 440px) {
  .header-cta {
    flex-basis: 100%;
  }

  .hero-media {
    min-height: 420px;
  }

  .portrait-crop {
    background-position: right -66px top -62px;
    background-size: 960px auto;
  }

  .play-icon {
    width: 72px;
    height: 72px;
  }
}
