:root {
  --vod-paper: var(--paper, #f4ede1);
  --vod-porcelain: var(--porcelain, #ede3d1);
  --vod-white: var(--white, #fffaf2);
  --vod-ink: var(--ink, #211f1b);
  --vod-muted: #655f56;
  --vod-jade: var(--jade, #1d352d);
  --vod-jade-dark: var(--jade-dark, #142822);
  --vod-gold: var(--gold, #c69a5a);
  --vod-lacquer: var(--lacquer, #b4471f);
  --vod-line: rgba(33, 31, 27, 0.16);
  --vod-shadow: 0 28px 70px rgba(34, 27, 18, 0.16);
  --vod-serif: "Cormorant Garamond", Georgia, serif;
  --vod-sans: Manrope, ui-sans-serif, system-ui, sans-serif;
}

.academy-page {
  background: var(--vod-paper);
  color: var(--vod-ink);
}

.academy-page main {
  overflow: clip;
}

.academy-nav {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  background: var(--vod-jade);
  color: var(--vod-white);
}

.academy-nav-inner {
  min-height: 68px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
}

.academy-wordmark {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  padding: 17px 0;
}

.academy-wordmark span {
  color: var(--vod-gold);
  font-family: var(--vod-serif);
  font-size: 25px;
  line-height: 1;
}

.academy-wordmark strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.academy-nav-links {
  display: flex;
  align-items: stretch;
}

.academy-nav-links a,
.academy-cart-trigger {
  border: 0;
  border-left: 1px solid rgba(255, 250, 242, 0.14);
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 24px;
  font: 700 11px/1 var(--vod-sans);
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.academy-nav-links a[aria-current="page"],
.academy-nav-links a:hover,
.academy-cart-trigger:hover {
  background: rgba(255, 250, 242, 0.08);
}

.academy-cart-trigger span {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  padding: 0 6px;
  background: var(--vod-gold);
  color: var(--vod-jade-dark);
  font-size: 11px;
}

.academy-alert {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(29, 53, 45, 0.25);
  background: rgba(29, 53, 45, 0.08);
  color: var(--vod-jade-dark);
  font-weight: 600;
}

.academy-alert.is-error {
  border-color: rgba(180, 71, 31, 0.35);
  background: rgba(180, 71, 31, 0.09);
  color: #7f2f14;
}

.academy-hero {
  position: relative;
  padding: clamp(74px, 9vw, 132px) 0 clamp(72px, 8vw, 118px);
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 154, 90, 0.17), transparent 25%),
    linear-gradient(135deg, #f8f1e7 0%, var(--vod-paper) 64%, #e9ddca 100%);
}

.academy-hero::before {
  content: "นวดไทย";
  position: absolute;
  right: -0.04em;
  top: -0.04em;
  color: rgba(180, 71, 31, 0.045);
  font: 500 clamp(130px, 21vw, 330px)/1 "Noto Serif Thai", var(--vod-serif);
  pointer-events: none;
}

.academy-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, 0.98fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
}

.academy-hero-copy h1,
.academy-section-head h2,
.academy-bundle h2,
.academy-access-grid h2,
.academy-faq-grid h2,
.academy-detail-copy h1,
.academy-preview-copy h2,
.academy-course-story h2,
.academy-pdf-card h2,
.academy-outcomes-grid h2,
.academy-physical-card h2 {
  font-family: var(--vod-serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.academy-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  font-size: clamp(62px, 7.4vw, 112px);
  line-height: 0.88;
}

.academy-hero-lead {
  max-width: 680px;
  margin: 0;
  color: var(--vod-muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
}

.academy-hero-copy .hero-actions {
  margin-top: 34px;
}

.academy-hero-trust {
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--vod-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.academy-hero-trust span {
  display: grid;
  gap: 4px;
  color: var(--vod-muted);
  font-size: 12px;
  line-height: 1.45;
}

.academy-hero-trust strong {
  color: var(--vod-lacquer);
  font: 600 25px/1 var(--vod-serif);
}

.academy-hero-visual {
  position: relative;
  min-height: 570px;
}

.academy-hero-image,
.academy-hero-detail {
  position: absolute;
  display: block;
  object-fit: cover;
  box-shadow: var(--vod-shadow);
}

.academy-hero-image {
  top: 0;
  right: 0;
  width: 88%;
  height: 82%;
}

.academy-hero-detail {
  left: 0;
  bottom: 0;
  width: 47%;
  height: 43%;
  border: 10px solid var(--vod-paper);
}

.academy-hero-seal {
  position: absolute;
  right: -24px;
  bottom: 24px;
  width: min(275px, 52%);
  padding: 25px 28px;
  background: var(--vod-jade);
  color: var(--vod-white);
  box-shadow: var(--vod-shadow);
}

.academy-hero-seal span {
  display: block;
  margin-bottom: 7px;
  color: var(--vod-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.academy-hero-seal strong {
  font: 500 25px/1.05 var(--vod-serif);
}

.academy-bundle-section {
  padding: 0 0 clamp(14px, 1.4vw, 22px);
  background: linear-gradient(180deg, #e9ddca 0, var(--vod-paper) 100%);
}

.academy-bundle {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: center;
  gap: clamp(36px, 4vw, 64px);
  min-height: 292px;
  padding: clamp(26px, 2.2vw, 34px) clamp(32px, 3.4vw, 54px);
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(20, 40, 34, 0.98) 0%, rgba(29, 53, 45, 0.96) 64%, rgba(29, 53, 45, 0.84) 100%),
    url("/assets/images/course-professional-thai-massage/professional-thai-massage-course8.jpg") center / cover;
  color: var(--vod-white);
  box-shadow: var(--vod-shadow);
}

.academy-bundle::after {
  content: "24";
  position: absolute;
  right: 362px;
  bottom: -0.28em;
  color: rgba(255, 250, 242, 0.045);
  font: 500 210px/1 var(--vod-serif);
  pointer-events: none;
}

.academy-bundle-copy,
.academy-bundle-offer {
  position: relative;
  z-index: 1;
}

.academy-bundle h2 {
  max-width: 900px;
  margin: 8px 0 12px;
  color: var(--vod-white);
  font-size: clamp(42px, 3.7vw, 56px);
  line-height: 0.98;
}

.academy-bundle-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
}

.academy-bundle-eyebrow .kicker {
  margin: 0;
}

.academy-bundle-eyebrow > span {
  padding: 5px 9px;
  border: 1px solid rgba(198, 154, 90, 0.58);
  color: #efc98d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.academy-bundle-copy > p:not(.kicker) {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 250, 242, 0.76);
  font-size: 15px;
  line-height: 1.5;
}

.academy-bundle-copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.academy-bundle-copy li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 58px;
  padding: 10px;
  border-top: 1px solid rgba(198, 154, 90, 0.44);
  background: rgba(255, 250, 242, 0.045);
}

.academy-bundle-copy li > span {
  color: var(--vod-gold);
  font: 500 20px/1 var(--vod-serif);
}

.academy-bundle-copy li strong,
.academy-bundle-copy li small {
  display: block;
}

.academy-bundle-copy li strong {
  color: var(--vod-white);
  font-size: 11px;
  line-height: 1.25;
}

.academy-bundle-copy li small {
  margin-top: 4px;
  color: rgba(255, 250, 242, 0.58);
  font-size: 10px;
  line-height: 1.25;
}

.academy-bundle-offer {
  align-self: center;
  padding: 24px 26px 21px;
  border: 1px solid rgba(198, 154, 90, 0.58);
  background: rgba(247, 239, 226, 0.95);
  backdrop-filter: blur(14px);
  color: var(--vod-jade-dark);
  box-shadow: 0 20px 38px rgba(8, 20, 16, 0.18);
}

.academy-bundle-offer-label {
  display: block;
  color: var(--vod-lacquer);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.academy-bundle-offer > strong {
  display: block;
  margin: 12px 0 3px;
  color: var(--vod-jade-dark);
  font: 500 43px/0.95 var(--vod-serif);
}

.academy-bundle-offer > small {
  display: block;
  color: rgba(20, 40, 34, 0.56);
  text-decoration: line-through;
}

.academy-bundle-offer > p {
  margin: 12px 0 15px;
  padding-top: 11px;
  border-top: 1px solid rgba(20, 40, 34, 0.14);
  color: rgba(20, 40, 34, 0.66);
  font-size: 11px;
}

.academy-bundle-offer > p strong {
  color: var(--vod-lacquer);
}

.academy-bundle-offer .btn {
  width: 100%;
  min-height: 46px;
  padding: 10px 18px;
}

.academy-bundle-offer-note {
  display: block;
  margin-top: 10px;
  color: rgba(20, 40, 34, 0.55);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.academy-catalog {
  padding: clamp(34px, 4vw, 58px) 0 clamp(78px, 9vw, 134px);
}

.academy-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 46px;
}

.academy-section-head h2 {
  max-width: 820px;
  margin: 12px 0 0;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 0.98;
}

.academy-section-head > p {
  margin: 0;
  color: var(--vod-muted);
  line-height: 1.7;
}

.academy-filters {
  display: grid;
  grid-template-columns: minmax(250px, 1.3fr) minmax(220px, 0.7fr) auto;
  align-items: end;
  gap: 18px;
  margin-bottom: 38px;
  padding: 24px;
  border: 1px solid var(--vod-line);
  background: rgba(255, 250, 242, 0.65);
}

.academy-filters label {
  display: grid;
  gap: 8px;
}

.academy-filters label > span,
.vod-checkout-email > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.academy-filters input,
.academy-filters select,
.vod-checkout-email input,
.academy-login-form input,
.vod-admin-page input,
.vod-admin-page select {
  min-height: 52px;
  border: 1px solid rgba(33, 31, 27, 0.22);
  border-radius: 0;
  background: var(--vod-white);
  color: var(--vod-ink);
  padding: 0 15px;
  font: 500 14px/1 var(--vod-sans);
}

.academy-result-count {
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 0 22px;
  background: var(--vod-jade);
  color: var(--vod-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.academy-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.academy-course-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--vod-line);
  background: var(--vod-white);
  box-shadow: 0 15px 36px rgba(34, 27, 18, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.academy-course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(34, 27, 18, 0.13);
}

.academy-course-card[hidden] {
  display: none;
}

.academy-course-poster {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--vod-porcelain);
}

.academy-course-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 500ms ease;
}

.academy-course-poster.is-illustration img {
  object-fit: contain;
  padding: 18px;
  background: #e8dcc9;
}

.academy-course-card:hover .academy-course-poster img {
  transform: scale(1.025);
}

.academy-course-poster > span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 9px 11px;
  background: rgba(20, 40, 34, 0.92);
  color: var(--vod-white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.academy-course-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.academy-course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.academy-course-meta span,
.academy-detail-tags span {
  padding: 6px 8px;
  border: 1px solid rgba(29, 53, 45, 0.18);
  color: var(--vod-jade);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.academy-course-card h3 {
  margin: 0 0 13px;
  font: 600 clamp(27px, 2.2vw, 35px)/1.02 var(--vod-serif);
}

.academy-course-card h3 a {
  color: inherit;
  text-decoration: none;
}

.academy-course-card-body > p {
  margin: 0 0 26px;
  color: var(--vod-muted);
  font-size: 13px;
  line-height: 1.65;
}

.academy-course-buy {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--vod-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.academy-course-buy > strong {
  white-space: nowrap;
  font: 600 25px/1 var(--vod-serif);
}

.academy-course-buy > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.academy-text-link {
  color: var(--vod-jade);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.academy-course-buy .btn {
  min-height: 42px;
  padding: 0 18px;
}

.academy-no-results {
  padding: 54px;
  border: 1px solid var(--vod-line);
  background: var(--vod-white);
  text-align: center;
}

.academy-access-story {
  padding: clamp(76px, 9vw, 132px) 0;
  background: var(--vod-porcelain);
}

.academy-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(55px, 9vw, 130px);
}

.academy-access-grid h2,
.academy-faq-grid h2 {
  margin: 12px 0 0;
  font-size: clamp(50px, 5.6vw, 82px);
  line-height: 0.96;
}

.academy-access-grid ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.academy-access-grid li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--vod-line);
}

.academy-access-grid li:first-child {
  border-top: 1px solid var(--vod-line);
}

.academy-access-grid li > span {
  color: var(--vod-lacquer);
  font: 600 30px/1 var(--vod-serif);
}

.academy-access-grid li strong {
  display: block;
  margin-bottom: 6px;
  font: 600 27px/1 var(--vod-serif);
}

.academy-access-grid li p {
  margin: 0;
  color: var(--vod-muted);
  line-height: 1.6;
}

.academy-faq {
  padding: clamp(76px, 9vw, 132px) 0;
}

.academy-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(55px, 9vw, 130px);
}

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

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

.academy-faq-list summary {
  position: relative;
  padding: 25px 46px 25px 0;
  cursor: pointer;
  font: 600 25px/1.15 var(--vod-serif);
  list-style: none;
}

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

.academy-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 23px;
  font: 400 24px/1 var(--vod-sans);
}

.academy-faq-list details[open] summary::after {
  content: "−";
}

.academy-faq-list details p {
  max-width: 720px;
  margin: 0;
  padding: 0 50px 28px 0;
  color: var(--vod-muted);
  line-height: 1.75;
}

/* Cart */
.vod-cart-backdrop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background: rgba(20, 40, 34, 0.56);
  backdrop-filter: blur(3px);
}

.vod-cart {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: min(520px, 100vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 31px;
  background: var(--vod-white);
  box-shadow: -28px 0 70px rgba(20, 40, 34, 0.22);
  transform: translateX(102%);
  transition: transform 260ms ease;
  overflow-y: auto;
}

.vod-cart.is-open {
  transform: translateX(0);
}

.vod-cart-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--vod-line);
}

.vod-cart-head h2 {
  margin: 8px 0 0;
  font: 600 38px/0.95 var(--vod-serif);
}

.vod-cart-close {
  align-self: flex-start;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--vod-jade);
  padding: 4px 0;
  font: 800 10px/1 var(--vod-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.vod-cart-progress {
  margin: 18px 0;
  padding: 13px 15px;
  background: rgba(198, 154, 90, 0.17);
  color: #5b4120;
  font-size: 12px;
  line-height: 1.5;
}

.vod-cart-lines {
  display: grid;
}

.vod-cart-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--vod-line);
}

.vod-cart-line img {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: cover;
  background: var(--vod-porcelain);
}

.vod-cart-line-copy {
  min-width: 0;
}

.vod-cart-line-copy strong {
  display: block;
  margin-bottom: 5px;
  font: 600 19px/1.05 var(--vod-serif);
}

.vod-cart-line-copy span {
  color: var(--vod-lacquer);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vod-cart-line-price {
  text-align: right;
}

.vod-cart-line-price strong,
.vod-cart-line-price del {
  display: block;
  white-space: nowrap;
}

.vod-cart-line-price strong {
  font-size: 13px;
}

.vod-cart-line-price del {
  margin-top: 4px;
  color: var(--vod-muted);
  font-size: 10px;
}

.vod-cart-remove {
  margin-top: 9px;
  border: 0;
  background: transparent;
  color: var(--vod-muted);
  padding: 0;
  font: 700 9px/1 var(--vod-sans);
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.vod-cart-empty {
  margin: auto 0;
  padding: 48px 20px;
  text-align: center;
}

.vod-cart-empty strong {
  display: block;
  margin-bottom: 12px;
  font: 600 30px/1 var(--vod-serif);
}

.vod-cart-empty p {
  color: var(--vod-muted);
  line-height: 1.65;
}

.vod-cart-summary {
  display: grid;
  gap: 10px;
  padding: 22px 0 17px;
}

.vod-cart-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--vod-muted);
  font-size: 12px;
}

.vod-cart-summary .is-saving {
  color: var(--vod-lacquer);
}

.vod-cart-summary .vod-cart-total {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid var(--vod-line);
  color: var(--vod-ink);
  font-size: 16px;
}

.vod-cart-total strong {
  font: 600 25px/1 var(--vod-serif);
}

.vod-checkout-form {
  display: grid;
  gap: 15px;
  padding-top: 18px;
  border-top: 1px solid var(--vod-line);
}

.vod-checkout-email {
  display: grid;
  gap: 8px;
}

.vod-checkout-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--vod-muted);
  font-size: 11px;
  line-height: 1.5;
}

.vod-checkout-consent input {
  margin: 2px 0 0;
}

.vod-checkout-consent a {
  color: var(--vod-jade);
}

.vod-checkout-submit {
  width: 100%;
}

.vod-checkout-note {
  margin: -4px 0 0;
  color: var(--vod-muted);
  font-size: 10px;
  text-align: center;
}

.vod-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.vod-live-region {
  position: fixed;
  z-index: 1100;
  right: 24px;
  bottom: 24px;
  max-width: 340px;
  padding: 14px 18px;
  background: var(--vod-jade);
  color: var(--vod-white);
  box-shadow: var(--vod-shadow);
  font-size: 12px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.vod-live-region.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.vod-cart-open .vod-live-region.is-visible {
  opacity: 0;
  transform: translateY(10px);
}

body.vod-cart-open {
  overflow: hidden;
}

/* Course detail */
.academy-detail-hero {
  padding: 42px 0 clamp(70px, 8vw, 116px);
  background: linear-gradient(145deg, #f8f1e8, var(--vod-paper) 72%, #e9ddca);
}

.academy-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 52px;
  color: var(--vod-muted);
  font-size: 11px;
}

.academy-breadcrumb a {
  color: var(--vod-jade);
  font-weight: 700;
}

.academy-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: clamp(60px, 9vw, 140px);
}

.academy-detail-copy h1 {
  max-width: 920px;
  margin: 17px 0 24px;
  font-size: clamp(68px, 8vw, 122px);
  line-height: 0.87;
}

.academy-detail-lead {
  max-width: 760px;
  color: var(--vod-muted);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.7;
}

.academy-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.academy-purchase-card {
  padding: 30px;
  border-top: 5px solid var(--vod-gold);
  background: var(--vod-jade);
  color: var(--vod-white);
  box-shadow: var(--vod-shadow);
}

.academy-purchase-card > span {
  color: var(--vod-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.academy-purchase-card > strong {
  display: block;
  margin: 11px 0 9px;
  font: 500 44px/1 var(--vod-serif);
}

.academy-purchase-card > p {
  color: rgba(255, 250, 242, 0.7);
  font-size: 12px;
  line-height: 1.6;
}

.academy-purchase-card .btn {
  width: 100%;
  margin-top: 12px;
}

.academy-bundle-link {
  width: 100%;
  margin-top: 12px;
  border: 0;
  background: transparent;
  color: var(--vod-white);
  padding: 0;
  font: 700 10px/1.5 var(--vod-sans);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.academy-preview-section {
  padding: clamp(74px, 9vw, 128px) 0;
  background: var(--vod-jade-dark);
  color: var(--vod-white);
}

.academy-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
}

.academy-preview-player video,
.academy-teaser-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0;
  background: #090f0d;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.32);
}

.academy-teaser-placeholder {
  position: relative;
  overflow: hidden;
}

.academy-teaser-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.66;
}

.academy-teaser-placeholder.is-illustration img {
  object-fit: contain;
  padding: 30px;
  background: #17251f;
}

.academy-teaser-placeholder figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 4px;
  padding: 26px 29px;
  background: linear-gradient(transparent, rgba(9, 15, 13, 0.92));
}

.academy-teaser-placeholder figcaption span {
  color: var(--vod-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.academy-teaser-placeholder figcaption strong {
  font: 500 29px/1 var(--vod-serif);
}

.academy-teaser-placeholder figcaption small {
  color: rgba(255, 250, 242, 0.68);
}

.academy-preview-copy h2 {
  margin: 13px 0 20px;
  color: var(--vod-white);
  font-size: clamp(48px, 4.6vw, 70px);
  line-height: 0.96;
}

.academy-preview-copy > p:not(.kicker) {
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.75;
}

.academy-preview-copy dl {
  display: grid;
  margin: 31px 0 0;
  border-top: 1px solid rgba(255, 250, 242, 0.17);
}

.academy-preview-copy dl div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 250, 242, 0.17);
}

.academy-preview-copy dt {
  color: var(--vod-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.academy-preview-copy dd {
  margin: 0;
  font-size: 13px;
}

.academy-gallery-section,
.academy-content-section,
.academy-modules-section,
.academy-outcomes-section {
  padding: clamp(74px, 9vw, 128px) 0;
}

.academy-gallery-section {
  background: var(--vod-porcelain);
}

.academy-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.65fr;
  grid-template-rows: repeat(2, 245px);
  gap: 18px;
}

.academy-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #d8ccba;
}

.academy-gallery figure.is-featured {
  grid-row: span 2;
}

.academy-gallery figure:nth-child(4) {
  grid-column: span 2;
}

.academy-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.academy-gallery figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 11px 14px;
  background: rgba(20, 40, 34, 0.92);
  color: var(--vod-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.academy-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.academy-course-story h2,
.academy-pdf-card h2 {
  margin: 13px 0 25px;
  font-size: clamp(50px, 5vw, 75px);
  line-height: 0.98;
}

.academy-course-story > p:not(.kicker) {
  color: var(--vod-muted);
  font-size: 16px;
  line-height: 1.85;
}

.academy-pdf-card {
  position: sticky;
  top: 24px;
  padding: 36px;
  border: 1px solid var(--vod-line);
  border-top: 5px solid var(--vod-lacquer);
  background: var(--vod-white);
  box-shadow: 0 20px 45px rgba(34, 27, 18, 0.09);
}

.academy-pdf-card > span {
  color: var(--vod-lacquer);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.academy-pdf-card h2 {
  font-size: 48px;
}

.academy-pdf-card p,
.academy-pdf-card small {
  color: var(--vod-muted);
  line-height: 1.7;
}

.academy-pdf-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.academy-pdf-card li {
  padding: 9px 0;
  border-bottom: 1px solid var(--vod-line);
  font-weight: 600;
}

.academy-modules-section {
  background: var(--vod-porcelain);
}

.academy-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--vod-line);
  border: 1px solid var(--vod-line);
}

.academy-modules article {
  min-height: 330px;
  padding: 32px;
  background: var(--vod-paper);
}

.academy-modules article > span {
  color: var(--vod-lacquer);
  font: 600 30px/1 var(--vod-serif);
}

.academy-modules h3 {
  margin: 28px 0 14px;
  font: 600 33px/1 var(--vod-serif);
}

.academy-modules p,
.academy-modules li {
  color: var(--vod-muted);
  font-size: 13px;
  line-height: 1.65;
}

.academy-modules ul {
  display: grid;
  gap: 7px;
  margin: 20px 0 0;
  padding-left: 18px;
}

.academy-outcomes-section {
  background: var(--vod-jade);
  color: var(--vod-white);
}

.academy-outcomes-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(55px, 9vw, 130px);
}

.academy-outcomes-grid h2 {
  margin: 13px 0 0;
  color: var(--vod-white);
  font-size: clamp(50px, 5vw, 76px);
  line-height: 0.97;
}

.academy-outcomes-grid ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
}

.academy-outcomes-grid li {
  position: relative;
  padding: 20px 0 20px 32px;
  border-bottom: 1px solid rgba(255, 250, 242, 0.18);
  color: rgba(255, 250, 242, 0.82);
  line-height: 1.65;
}

.academy-outcomes-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  width: 12px;
  height: 1px;
  background: var(--vod-gold);
}

.academy-physical-cta {
  padding: clamp(70px, 8vw, 110px) 0;
  background: var(--vod-paper);
}

.academy-physical-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 55px;
  padding: clamp(40px, 5vw, 68px);
  border: 1px solid var(--vod-line);
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.86)),
    url("/assets/images/thai-massage-training.jpg") right center / 44% auto no-repeat;
}

.academy-physical-card h2 {
  margin: 10px 0 15px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.96;
}

.academy-physical-card p:not(.kicker) {
  max-width: 730px;
  color: var(--vod-muted);
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .academy-hero-grid,
  .academy-detail-grid,
  .academy-preview-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 50px;
  }

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

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

  .academy-bundle {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
  }

  .academy-bundle::after {
    right: 312px;
  }

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

@media (max-width: 820px) {
  .academy-nav-inner {
    min-height: 60px;
  }

  .academy-wordmark strong,
  .academy-nav-links > a:first-child {
    display: none;
  }

  .academy-nav-links a,
  .academy-cart-trigger {
    padding: 0 15px;
  }

  .academy-hero-grid,
  .academy-detail-grid,
  .academy-preview-grid,
  .academy-section-head,
  .academy-access-grid,
  .academy-faq-grid,
  .academy-content-grid,
  .academy-outcomes-grid,
  .academy-physical-card {
    grid-template-columns: 1fr;
  }

  .academy-hero-copy h1,
  .academy-detail-copy h1 {
    font-size: clamp(59px, 15vw, 94px);
  }

  .academy-hero-visual {
    min-height: 520px;
  }

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

  .academy-bundle::after {
    display: none;
  }

  .academy-bundle-offer {
    width: 100%;
    max-width: 470px;
  }

  .academy-bundle-copy ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .academy-result-count {
    grid-column: span 2;
  }

  .academy-preview-copy {
    order: -1;
  }

  .academy-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 220px 220px;
  }

  .academy-gallery figure.is-featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .academy-gallery figure:nth-child(4) {
    grid-column: auto;
  }

  .academy-pdf-card {
    position: static;
  }

  .academy-physical-card .btn {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .academy-wordmark span {
    font-size: 20px;
  }

  .academy-nav-links a {
    display: none;
  }

  .academy-cart-trigger {
    border-right: 1px solid rgba(255, 250, 242, 0.14);
  }

  .academy-hero {
    padding-top: 60px;
  }

  .academy-hero-copy h1,
  .academy-detail-copy h1 {
    font-size: clamp(51px, 16vw, 72px);
  }

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

  .academy-hero-trust span {
    grid-template-columns: 42px 1fr;
    align-items: center;
  }

  .academy-hero-visual {
    min-height: 390px;
  }

  .academy-hero-image {
    width: 92%;
    height: 80%;
  }

  .academy-hero-detail {
    width: 53%;
    height: 42%;
    border-width: 7px;
  }

  .academy-hero-seal {
    right: 0;
    bottom: 10px;
    padding: 18px;
  }

  .academy-bundle {
    min-height: 0;
    gap: 18px;
    padding: 22px;
  }

  .academy-section-head h2,
  .academy-access-grid h2,
  .academy-faq-grid h2,
  .academy-preview-copy h2,
  .academy-course-story h2,
  .academy-outcomes-grid h2,
  .academy-physical-card h2 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .academy-bundle h2 {
    margin-bottom: 10px;
    font-size: clamp(39px, 11vw, 50px);
  }

  .academy-bundle h2 span {
    display: block;
  }

  .academy-bundle-copy ul {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 14px;
  }

  .academy-bundle-copy li {
    min-height: 50px;
    padding: 8px 10px;
  }

  .academy-bundle-offer {
    width: 100%;
    max-width: none;
    padding: 18px;
  }

  .academy-bundle-offer > p {
    margin: 10px 0 12px;
    padding-top: 9px;
  }

  .academy-filters,
  .academy-course-grid,
  .academy-modules {
    grid-template-columns: 1fr;
  }

  .academy-result-count {
    grid-column: auto;
  }

  .academy-course-buy {
    align-items: flex-end;
  }

  .academy-course-buy > div {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .academy-access-grid li {
    grid-template-columns: 50px 1fr;
  }

  .academy-breadcrumb {
    margin-bottom: 34px;
  }

  .academy-detail-grid {
    gap: 38px;
  }

  .academy-purchase-card {
    order: 0;
  }

  .academy-preview-section,
  .academy-gallery-section,
  .academy-content-section,
  .academy-modules-section,
  .academy-outcomes-section {
    padding: 68px 0;
  }

  .academy-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 240px);
  }

  .academy-gallery figure.is-featured {
    grid-column: auto;
  }

  .academy-course-story > p:not(.kicker) {
    font-size: 15px;
  }

  .academy-pdf-card {
    padding: 28px;
  }

  .academy-modules article {
    min-height: 0;
  }

  .academy-physical-card {
    padding: 32px 25px;
  }

  .vod-cart {
    top: auto;
    bottom: 0;
    width: 100%;
    height: min(86dvh, 780px);
    padding: 24px 20px;
    transform: translateY(102%);
  }

  .vod-cart.is-open {
    transform: translateY(0);
  }

  .vod-cart-line {
    grid-template-columns: 60px minmax(0, 1fr) auto;
  }

  .vod-cart-line img {
    width: 60px;
    height: 60px;
  }

  .vod-live-region {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .academy-course-card,
  .academy-course-poster img,
  .vod-cart,
  .vod-live-region {
    transition: none;
  }
}

/* Password-free access, private library and protected lesson room */
.academy-private-page,
.academy-watch-page {
  min-height: 100vh;
  margin: 0;
  background: var(--vod-jade-dark);
  color: var(--vod-white);
  font-family: var(--vod-sans);
}

.academy-status-shell,
.academy-login-shell {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 28px;
  padding: 70px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(198, 154, 90, 0.2), transparent 28%),
    radial-gradient(circle at 86% 80%, rgba(180, 71, 31, 0.15), transparent 30%),
    var(--vod-jade-dark);
}

.academy-status-shell::before,
.academy-login-shell::before {
  content: "นวดไทย";
  position: absolute;
  right: -0.04em;
  bottom: -0.17em;
  color: rgba(255, 250, 242, 0.025);
  font: 500 clamp(180px, 31vw, 520px)/1 "Noto Serif Thai", var(--vod-serif);
  pointer-events: none;
}

.academy-status-brand {
  position: relative;
  z-index: 1;
  color: var(--vod-white);
  font: 500 clamp(27px, 3vw, 38px)/1 var(--vod-serif);
  text-decoration: none;
}

.academy-status-brand span {
  color: var(--vod-gold);
  font-family: var(--vod-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.academy-status-card,
.academy-login-card {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(198, 154, 90, 0.3);
  background: var(--vod-white);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
  color: var(--vod-ink);
}

.academy-status-card {
  text-align: center;
}

.academy-status-card h1,
.academy-login-intro h1,
.academy-library-head h1,
.academy-watch-title h1,
.academy-watch-notes h2,
.academy-watch-more h2,
.academy-library-card h2 {
  margin: 14px 0 20px;
  font-family: var(--vod-serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.academy-status-card h1,
.academy-login-intro h1 {
  font-size: clamp(48px, 7vw, 76px);
  line-height: 0.94;
}

.academy-status-card > p:not(.kicker),
.academy-login-intro > p:not(.kicker) {
  margin: 0;
  color: var(--vod-muted);
  font-size: 16px;
  line-height: 1.75;
}

.academy-status-card small {
  display: block;
  margin-top: 28px;
  color: var(--vod-muted);
}

.academy-status-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.academy-login-intro {
  margin-bottom: 28px;
}

.academy-login-form,
.academy-code-request form {
  display: grid;
  gap: 16px;
}

.academy-login-form label,
.academy-code-request label {
  display: grid;
  gap: 8px;
}

.academy-login-form label > span,
.academy-code-request label > span {
  color: var(--vod-jade-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.academy-login-form input,
.academy-code-request input {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--vod-line);
  border-radius: 0;
  background: #fffdf8;
  color: var(--vod-ink);
  font: 500 16px/1 var(--vod-sans);
  padding: 0 17px;
}

.academy-login-form input:focus,
.academy-code-request input:focus {
  outline: 2px solid var(--vod-gold);
  outline-offset: 2px;
}

.academy-login-form .academy-pin-input {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.32em;
  font-variant-numeric: tabular-nums;
}

.academy-code-request {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--vod-line);
}

.academy-code-request > p {
  margin: 0 0 14px;
  font-weight: 700;
}

.academy-code-request form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.academy-form-message {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-left: 3px solid var(--vod-jade);
  background: rgba(29, 53, 45, 0.08);
  color: var(--vod-jade-dark);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.academy-form-message.is-error {
  border-left-color: var(--vod-lacquer);
  background: rgba(180, 71, 31, 0.09);
  color: #7f2f14;
}

.academy-back-link {
  display: inline-block;
  margin-top: 25px;
  color: var(--vod-jade-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.academy-library-page {
  background: var(--vod-paper);
}

.academy-library-hero {
  padding: clamp(64px, 8vw, 108px) 0;
  background:
    radial-gradient(circle at 84% 10%, rgba(198, 154, 90, 0.2), transparent 31%),
    var(--vod-jade-dark);
  color: var(--vod-white);
}

.academy-library-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.academy-library-head h1 {
  font-size: clamp(62px, 8vw, 108px);
  line-height: 0.88;
}

.academy-library-head p:not(.kicker) {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.7;
}

.academy-library-head .btn-secondary {
  border-color: rgba(255, 250, 242, 0.35);
  color: var(--vod-white);
}

.academy-library-content {
  padding: clamp(66px, 8vw, 112px) 0;
}

.academy-library-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--vod-line);
}

.academy-library-toolbar > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.academy-library-toolbar strong {
  color: var(--vod-lacquer);
  font: 600 34px/1 var(--vod-serif);
}

.academy-library-toolbar span,
.academy-library-toolbar a {
  color: var(--vod-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.academy-library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.academy-library-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  min-height: 350px;
  border: 1px solid var(--vod-line);
  background: var(--vod-white);
}

.academy-library-card > div {
  align-self: center;
  padding: clamp(24px, 3vw, 40px);
}

.academy-library-card h2 {
  font-size: clamp(31px, 3vw, 43px);
  line-height: 0.97;
}

.academy-library-card p:not(.kicker) {
  display: -webkit-box;
  margin: 0 0 24px;
  overflow: hidden;
  color: var(--vod-muted);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.academy-library-poster {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--vod-jade);
}

.academy-library-poster img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 450ms ease, opacity 450ms ease;
}

.academy-library-poster span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 14px;
  background: rgba(20, 40, 34, 0.9);
  color: var(--vod-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.academy-library-poster:hover img {
  transform: scale(1.035);
  opacity: 1;
}

.academy-library-physical {
  padding: 0 0 clamp(70px, 9vw, 125px);
}

/* Full-course player */
.academy-watch-page {
  background: #101511;
}

.academy-watch-header {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 66px);
  border-bottom: 1px solid rgba(255, 250, 242, 0.13);
  background: var(--vod-jade-dark);
}

.academy-watch-header > a {
  color: var(--vod-white);
  font: 500 25px/1 var(--vod-serif);
  text-decoration: none;
}

.academy-watch-header > a span {
  margin-left: 8px;
  color: var(--vod-gold);
  font: 800 9px/1 var(--vod-sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.academy-watch-header > div {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 250, 242, 0.58);
  font-size: 11px;
}

.academy-watch-header > div a {
  color: var(--vod-white);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.academy-watch-stage,
.academy-watch-notes-grid,
.academy-watch-more {
  width: min(1420px, calc(100% - 48px));
  margin-inline: auto;
}

.academy-watch-stage {
  padding: clamp(45px, 6vw, 84px) 0 clamp(56px, 7vw, 90px);
}

.academy-watch-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.academy-watch-title h1 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(48px, 6vw, 85px);
  line-height: 0.93;
}

.academy-watch-title > span {
  margin-bottom: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(198, 154, 90, 0.4);
  color: var(--vod-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
}

.academy-protected-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(198, 154, 90, 0.3);
  background: #050706;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.academy-protected-player video,
.academy-full-video-placeholder {
  width: 100%;
  height: 100%;
}

.academy-protected-player video {
  display: block;
  object-fit: contain;
  background: #000;
}

.academy-full-video-placeholder {
  position: relative;
  display: grid;
  place-items: center;
}

.academy-full-video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 6, 0.92) 0%, rgba(5, 7, 6, 0.68) 52%, rgba(5, 7, 6, 0.22) 100%);
}

.academy-full-video-placeholder > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}

.academy-full-video-placeholder > div {
  position: relative;
  z-index: 1;
  width: min(560px, 80%);
  justify-self: start;
  margin-left: 8%;
}

.academy-full-video-placeholder span {
  color: var(--vod-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.academy-full-video-placeholder strong {
  display: block;
  margin: 12px 0 10px;
  font: 500 clamp(40px, 5vw, 72px)/0.94 var(--vod-serif);
}

.academy-full-video-placeholder p {
  max-width: 490px;
  margin: 0;
  color: rgba(255, 250, 242, 0.7);
  line-height: 1.65;
}

.academy-video-watermark {
  position: absolute;
  z-index: 3;
  right: 16px;
  top: 16px;
  max-width: calc(100% - 32px);
  padding: 8px 10px;
  background: rgba(5, 7, 6, 0.56);
  color: rgba(255, 250, 242, 0.5);
  font-size: 9px;
  letter-spacing: 0.06em;
  pointer-events: none;
}

.academy-watch-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}

.academy-watch-actions p {
  margin: 0;
  color: rgba(255, 250, 242, 0.58);
  font-size: 12px;
}

.academy-watch-notes {
  padding: clamp(70px, 9vw, 126px) 0;
  background: var(--vod-paper);
  color: var(--vod-ink);
}

.academy-watch-notes-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  gap: clamp(40px, 8vw, 130px);
}

.academy-watch-notes h2,
.academy-watch-more h2 {
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.96;
}

.academy-watch-notes article > p:not(.kicker),
.academy-watch-notes aside > p:not(.kicker) {
  color: var(--vod-muted);
  line-height: 1.8;
}

.academy-watch-notes ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.academy-watch-notes li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-top: 1px solid var(--vod-line);
  color: var(--vod-jade-dark);
  font-size: 13px;
  font-weight: 650;
}

.academy-watch-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vod-gold);
}

.academy-watch-notes aside {
  align-self: start;
  padding: clamp(30px, 4vw, 54px);
  background: var(--vod-jade);
  color: var(--vod-white);
}

.academy-watch-notes aside p:not(.kicker) {
  color: rgba(255, 250, 242, 0.68);
}

.academy-watch-more {
  padding: clamp(68px, 8vw, 108px) 0;
}

.academy-watch-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.academy-watch-more-grid a {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  color: var(--vod-white);
}

.academy-watch-more-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 400ms ease, opacity 400ms ease;
}

.academy-watch-more-grid span {
  position: absolute;
  inset: auto 20px 20px;
  font: 600 clamp(25px, 3vw, 38px)/0.98 var(--vod-serif);
}

.academy-watch-more-grid a:hover img {
  transform: scale(1.035);
  opacity: 0.9;
}

@media (max-width: 1100px) {
  .academy-library-grid {
    grid-template-columns: 1fr;
  }

  .academy-library-card {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 760px) {
  .academy-status-shell,
  .academy-login-shell {
    padding: 40px 16px;
  }

  .academy-status-card,
  .academy-login-card {
    padding: 32px 24px;
  }

  .academy-status-card h1,
  .academy-login-intro h1 {
    font-size: 47px;
  }

  .academy-code-request form {
    grid-template-columns: 1fr;
  }

  .academy-library-head,
  .academy-watch-title,
  .academy-watch-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .academy-library-head h1 {
    font-size: 60px;
  }

  .academy-library-card {
    grid-template-columns: 1fr;
  }

  .academy-library-poster,
  .academy-library-poster img {
    min-height: 300px;
  }

  .academy-watch-header {
    min-height: 82px;
  }

  .academy-watch-header > div > span {
    display: none;
  }

  .academy-watch-header > a span {
    display: block;
    margin: 5px 0 0;
  }

  .academy-watch-stage,
  .academy-watch-notes-grid,
  .academy-watch-more {
    width: min(100% - 30px, 1420px);
  }

  .academy-watch-title > span {
    margin: 0;
  }

  .academy-protected-player {
    aspect-ratio: 4 / 3;
  }

  .academy-full-video-placeholder > div {
    width: 82%;
    margin-left: 9%;
  }

  .academy-full-video-placeholder strong {
    font-size: 39px;
  }

  .academy-full-video-placeholder p {
    font-size: 12px;
  }

  .academy-watch-notes-grid,
  .academy-watch-more-grid {
    grid-template-columns: 1fr;
  }

  .academy-watch-more-grid a {
    min-height: 250px;
  }
}
