@font-face {
  font-family: "Inter Display";
  src: url("/assets/lms/academy/fonts/inter-display.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Tiempos;
  src: url("/assets/lms/academy/fonts/tiempos.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "TX-02";
  src: url("/assets/lms/academy/fonts/tx-02.woff2") format("woff2");
  font-display: swap;
}

/* The company palette and typefaces, scoped to the public homepage.
   The LMS and private workspaces continue to use their existing styles. */
:root {
  --charcoal: #151313;
  --cream: #f6ecdc;
  --warm-white: #faf1e7;
  --coral: #ff6b62;
  --teal: #73ded4;
  --ink: var(--warm-white);
  --secondary: #b9aaa1;
  --rule: #3c3032;
  --surface: var(--charcoal);
  --focus: var(--teal);
  --max: 1280px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { background: var(--charcoal); scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); font-family: "Inter Display", Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Tiempos, Georgia, serif; font-weight: 400; }
h2 { font-size: clamp(36px, 3.4vw, 48px); line-height: 1.12; letter-spacing: -1.6px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; width: 100%; height: auto; }
svg { display: block; }
::selection { background: var(--coral); color: var(--charcoal); }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--focus); outline-offset: 6px; border-radius: 2px; }
.wrap { width: min(calc(100% - 112px), var(--max)); margin-inline: auto; }
.section-space { padding-block: 88px; }
.paper { --ink: var(--charcoal); --secondary: #655b53; --rule: #d5cbbb; --surface: var(--cream); --focus: #923b35; background: var(--surface); color: var(--ink); color-scheme: light; }
.eyebrow { color: var(--secondary); font: 11px/1.5 "TX-02", monospace; letter-spacing: .1em; text-transform: uppercase; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: 16px; z-index: 100; padding: 12px 20px; background: var(--cream); color: var(--charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; text-decoration: underline; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); text-underline-offset: 6px; }
.text-link .icon { width: 17px; height: 17px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 52px; padding: 14px 22px 14px 24px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 550; line-height: 1.4; transition: background-color 150ms ease, transform 150ms cubic-bezier(.2, 0, 0, 1); }
.button-coral { background: var(--coral); color: var(--charcoal); }
.button:active { transform: scale(.96); }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--charcoal); border-bottom: 1px solid #302a2a; }
.header-inner { position: relative; display: flex; align-items: center; min-height: 88px; gap: 40px; }
.wordmark { display: inline-flex; align-items: center; gap: 18px; flex: 0 0 auto; }
.wordmark-name { font: 34px/1 Tiempos, Georgia, serif; letter-spacing: -1.2px; }
.wordmark-academy { padding-left: 18px; border-left: 1px solid #655a53; color: #d7c9bd; font: 10px/26px "TX-02", monospace; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; color: #ccbeb4; transition: color 150ms ease; }
.header-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.account-link { display: inline-flex; align-items: center; gap: 20px; min-height: 42px; padding: 8px 16px; border: 1px solid #76695f; border-radius: 3px; font-size: 13px; white-space: nowrap; transition: background-color 150ms ease; }
.account-link .icon { width: 16px; height: 16px; }
.mobile-menu { display: none; }

/* A human introduction; no floating badges or decorative interface mockups. */
.hero { display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: 64px; padding-block: 64px 58px; }
.hero-eyebrow { color: #d0b3a3; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ""; display: block; width: 22px; height: 2px; background: var(--coral); }
.hero h1 { margin-top: 24px; font-size: clamp(58px, 5.4vw, 78px); line-height: 1.045; letter-spacing: -3px; }
.hero h1 span { color: var(--coral); }
.hero-description { max-width: 450px; margin-top: 25px; color: #ccbeb4; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 27px; margin-top: 30px; }
.hero-actions .text-link { color: var(--cream); font-size: 13px; }
.hero-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; list-style: none; margin: 27px 0 0; padding: 0; color: var(--secondary); font-size: 11px; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.hero-facts li::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }
.hero-figure { min-width: 0; }
.hero-figure picture { display: block; }
.hero-figure img { aspect-ratio: 1.35; object-fit: cover; object-position: 50% 48%; outline: 1px solid oklch(1 0 0 / .1); outline-offset: -1px; }
.hero-figure figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 20px; padding-top: 12px; color: var(--secondary); font-size: 10px; }
.hero-figure figcaption span:last-child { color: #ab9b90; }

/* The course library is intentionally small enough to scan without filters. */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.section-heading h2 { margin-top: 15px; }
.section-heading > p { color: var(--secondary); font-size: 14px; line-height: 1.75; padding-bottom: 3px; }
.course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.course-card { min-width: 0; }
.course-card-link { display: flex; flex-direction: column; height: 100%; }
.course-card-link:focus-visible { outline-offset: 8px; }
.course-image { position: relative; overflow: hidden; }
.course-image img { aspect-ratio: 16 / 10; object-fit: cover; outline: 1px solid oklch(0 0 0 / .1); outline-offset: -1px; }
.course-recommendation { position: absolute; left: 12px; top: 12px; padding: 5px 10px; background: var(--cream); color: var(--charcoal); font-size: 11px; line-height: 1.5; }
.course-body { display: flex; flex: 1; flex-direction: column; padding-top: 23px; }
.course-category { color: #81443b; font: 10px/1.5 "TX-02", monospace; letter-spacing: .07em; text-transform: uppercase; }
.course-body h3 { min-height: 2.5em; margin-top: 10px; font: 27px/1.22 Tiempos, Georgia, serif; letter-spacing: -.45px; transition: color 150ms ease; }
.course-description { margin-top: 16px; color: var(--secondary); font-size: 14px; line-height: 1.75; }
.course-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-top: auto; padding-block: 26px 20px; color: #62564e; font-size: 12px; }
.course-meta span + span::before { content: "·"; margin-right: 12px; }
.course-link-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-block: 16px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); font-size: 13px; }
.course-link-row > span:first-child { display: flex; align-items: center; gap: 12px; }
.course-link-row .icon { width: 17px; height: 17px; transition: transform 150ms cubic-bezier(.2, 0, 0, 1); }
.course-price { color: var(--secondary); font-size: 11px; text-align: right; }
.catalog-note { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 12px 30px; margin-top: 25px; color: var(--secondary); font-size: 11px; line-height: 1.8; }
.catalog-note a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.catalog-note .icon { width: 14px; height: 14px; }
.empty-catalog { grid-column: 1 / -1; padding: 40px 0; border-block: 1px solid var(--rule); }
.empty-catalog h3 { margin-bottom: 12px; font: 30px/1.25 Tiempos, Georgia, serif; }
.empty-catalog p { max-width: 600px; color: var(--secondary); }
.continue-learning { display: flex; align-items: center; gap: 24px; margin-bottom: 48px; padding: 20px 24px; border: 1px solid var(--rule); border-left: 3px solid #99534a; }
.continue-learning > div { flex: 1; }
.continue-learning p { margin-top: 5px; font-size: 16px; }
.continue-percentage { color: var(--secondary); font-size: 12px; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* A shared foundation leading into two real, published programmes. */
.curriculum-layout { display: grid; grid-template-columns: .8fr 1.4fr; gap: 100px; border-top: 1px solid var(--rule); }
.curriculum-intro h2 { margin-top: 19px; }
.curriculum-intro > p:not(.eyebrow) { max-width: 330px; color: var(--secondary); font-size: 15px; line-height: 1.85; margin-top: 24px; }
.curriculum-intro > .text-link { margin-top: 20px; }
.curriculum-intro > p.curriculum-scope { max-width: 290px; margin-top: 35px; border-top: 1px solid var(--rule); padding-top: 19px; font-size: 11px; line-height: 1.8; }
.curriculum-stages { list-style: none; margin: 0; padding: 0; }
.curriculum-stage { position: relative; display: grid; grid-template-columns: 30px 1fr; gap: 22px; padding-bottom: 34px; }
.curriculum-stage:not(:last-child)::before { content: ""; position: absolute; left: 14px; top: 35px; bottom: 7px; width: 1px; background: var(--rule); }
.curriculum-stage:last-child { padding-bottom: 0; }
.stage-number { padding-top: 5px; color: #98463c; font: 12px/1.8 "TX-02", monospace; }
.stage-content { min-width: 0; }
.stage-heading { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 6px 18px; }
.stage-heading h3 { font-size: 18px; font-weight: 550; letter-spacing: -.35px; line-height: 1.4; }
.stage-heading > span { color: var(--secondary); font-size: 11px; }
.stage-content > p { margin-top: 9px; color: var(--secondary); font-size: 13px; line-height: 1.8; }
.core-subjects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 20px; list-style: none; padding: 18px 0 0; margin: 0; font-size: 13px; }
.core-subjects li { display: flex; align-items: baseline; gap: 9px; }
.core-subjects li::before { content: "—"; color: #a18771; }
.pathway-list { margin-top: 17px; border-top: 1px solid var(--rule); }
.pathway-card { display: flex; align-items: center; gap: 20px; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--rule); }
.pathway-card strong { display: block; font-size: 15px; line-height: 1.6; font-weight: 550; }
.pathway-card > .icon { width: 18px; height: 18px; }
.pathway-sequence { display: block; margin-top: 4px; color: var(--secondary); font-size: 11px; line-height: 1.8; }
.stage-content > p.stage-note { font-size: 11px; margin-top: 16px; }

/* Learning method, not unverified testimonials, credentials or faculty claims. */
.home-guides-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 72px; border-top: 1px solid var(--rule); }
.home-guides-layout h2 { margin-top: 19px; }
.home-guides-description { max-width: 420px; margin-top: 23px; font-size: 15px; line-height: 1.85; color: var(--secondary); }
.home-guides-layout > div > .text-link { margin-top: 22px; }
.home-guide-feature { padding: 28px 32px; border: 1px solid #c4b3a0; border-radius: 3px; background: #efe2ce; }
.home-guide-feature .eyebrow { color: #81443b; font-size: 10px; }
.home-guide-feature h3 { margin-top: 18px; font: 31px/1.22 Tiempos, Georgia, serif; letter-spacing: -.6px; }
.home-guide-feature h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.home-guide-feature > p { margin-top: 16px; color: #655b53; font-size: 13px; line-height: 1.8; }
.home-guide-meta { display: flex; flex-wrap: wrap; gap: 7px 15px; margin-top: 19px; color: #725a44; font-size: 10px; }
.home-guide-feature > .text-link { display: flex; justify-content: space-between; border-top: 1px solid #c4b3a0; padding-top: 17px; margin-top: 22px; font-size: 12px; }
@media (max-width: 1200px) { .home-guides-layout { gap: 60px; } .desktop-nav { gap: 19px; } }
@media (max-width: 1024px) { .home-guides-layout { gap: 35px; } .home-guide-feature { padding-inline: 25px; } .home-guide-feature h3 { font-size: 27px; } }
@media (max-width: 760px) { .home-guides-layout { grid-template-columns: 1fr; gap: 28px; padding-block: 55px; } .home-guides-layout h2 { font-size: 38px; } .home-guides-layout h2 br { display: none; } .home-guides-description { font-size: 14px; } .home-guide-feature h3 { font-size: 29px; } }
.approach-section { border-block: 1px solid var(--rule); }
.approach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 140px; }
.approach-intro h2 { margin-top: 19px; }
.approach-intro > p:not(.eyebrow) { max-width: 430px; margin-top: 24px; color: #c1b2a7; font-size: 15px; line-height: 1.85; }
.approach-intro > .text-link { margin-top: 24px; color: var(--cream); }
.learning-method { list-style: none; padding: 0; margin: 0; }
.learning-method li { display: grid; grid-template-columns: 24px 1fr; gap: 24px; padding-block: 25px; border-top: 1px solid var(--rule); }
.learning-method li:first-child { padding-top: 0; border-top: 0; }
.learning-method li:last-child { padding-bottom: 0; }
.learning-method li > span { font: 11px/2.2 "TX-02", monospace; color: var(--coral); }
.learning-method h3 { font-size: 18px; font-weight: 500; line-height: 1.5; }
.learning-method p { max-width: 400px; margin-top: 8px; color: var(--secondary); font-size: 13px; line-height: 1.85; }

/* Resources and common questions form one useful closing section. */
.study-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.study-layout h2 { margin-top: 17px; }
.section-description { max-width: 410px; margin-top: 21px; color: var(--secondary); font-size: 14px; line-height: 1.8; }
.resource-list { margin-top: 27px; border-top: 1px solid var(--rule); }
.resource-card { display: grid; grid-template-columns: 70px 1fr 20px; align-items: center; gap: 15px; padding-block: 20px; border-bottom: 1px solid var(--rule); }
.resource-type { color: #7a4e42; font: 9px/1.5 "TX-02", monospace; letter-spacing: .025em; text-transform: uppercase; }
.resource-card strong { display: block; font-size: 14px; font-weight: 550; line-height: 1.5; }
.resource-card small { display: block; margin-top: 4px; color: var(--secondary); font-size: 11px; line-height: 1.65; }
.resource-card > .icon { width: 17px; height: 17px; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.more-resources > summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 54px; font-size: 12px; }
.more-resources summary .icon { width: 16px; height: 16px; }
.more-resources ul { padding: 0 0 12px; margin: 0; list-style: none; }
.more-resources li a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-block: 10px; color: var(--secondary); font-size: 12px; line-height: 1.8; }
.more-resources li span { display: flex; align-items: center; gap: 9px; font-size: 10px; }
.more-resources li .icon { width: 14px; height: 14px; }
.faq-list { margin-top: 35px; border-top: 1px solid var(--rule); }
.faq-list > details { border-bottom: 1px solid var(--rule); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 70px; padding-block: 18px; font-size: 15px; line-height: 1.65; font-weight: 500; }
.faq-list summary .icon { width: 17px; height: 17px; }
details[open] > summary > .icon { transform: rotate(45deg); }
.faq-list details > div { padding: 0 35px 23px 0; }
.faq-list details p { color: var(--secondary); font-size: 13px; line-height: 1.85; }
.faq-list details p + p { margin-top: 12px; }
.faq-list details p a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.footer-main { display: grid; grid-template-columns: 1fr .75fr 1.1fr; gap: 80px; padding-block: 59px 48px; }
.footer-brand > p { margin-top: 18px; color: var(--secondary); font-size: 13px; }
.footer-brand > .text-link { margin-top: 10px; font-size: 11px; color: #c8b8ab; }
.footer-brand > .text-link .icon { width: 13px; height: 13px; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.footer-nav a { display: flex; align-items: center; min-height: 36px; color: #cbbcb0; font-size: 12px; }
.pilot-note .eyebrow { color: #d0b5a4; font-size: 10px; }
.pilot-note > p { margin-top: 13px; max-width: 365px; color: var(--secondary); font-size: 11px; line-height: 1.9; }
.pilot-note > .text-link { margin-top: 9px; color: #cbbcb0; font-size: 11px; }
.pilot-note .icon { width: 14px; height: 14px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 25px; padding-block: 22px; border-top: 1px solid var(--rule); color: var(--secondary); font-size: 10px; }

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover, .footer-nav a:hover { color: var(--warm-white); }
  .account-link:hover { background: #2b2324; }
  .text-link:hover { text-decoration-color: currentColor; }
  .button-coral:hover { background: #ff827a; }
  .course-card-link:hover h3, .pathway-card:hover strong, .resource-card:hover strong { color: #98463c; }
  .course-card-link:hover .course-link-row .icon { transform: translateX(3px); }
  .more-resources a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
}

@media (max-width: 1200px) {
  .wrap { width: calc(100% - 80px); }
  .header-inner { gap: 28px; }
  .desktop-nav { gap: 22px; }
  .wordmark { gap: 14px; }
  .wordmark-academy { padding-left: 14px; }
  .hero { gap: 42px; padding-block: 56px; }
  .hero h1 { font-size: 64px; }
  .hero-description { font-size: 15px; }
  .hero-facts { gap: 8px 14px; font-size: 10px; }
  .hero-figure img { aspect-ratio: 1.35; }
  .hero-actions { gap: 13px 20px; }
  .button { padding-inline: 20px; gap: 20px; }
  .course-grid { gap: 26px; }
  .course-body h3 { font-size: 24px; }
  .course-description { font-size: 13px; }
  .curriculum-layout { gap: 64px; }
  .approach-layout { gap: 85px; }
  .study-layout { gap: 70px; }
  .resource-card { grid-template-columns: 60px 1fr 17px; gap: 10px; }
  .resource-type { font-size: 8px; }
  .footer-main { gap: 48px; }
}

@media (max-width: 1024px) {
  html { scroll-padding-top: 98px; }
  .header-inner { min-height: 78px; }
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; min-width: 44px; padding: 8px; font-size: 12px; }
  .menu-lines { position: relative; width: 20px; height: 12px; border-block: 1px solid var(--cream); }
  .mobile-menu[open] .menu-lines { border: 0; }
  .mobile-menu[open] .menu-lines::before, .mobile-menu[open] .menu-lines::after { content: ""; position: absolute; top: 5px; left: 0; width: 20px; height: 1px; background: var(--cream); transform: rotate(45deg); }
  .mobile-menu[open] .menu-lines::after { transform: rotate(-45deg); }
  .mobile-nav { position: absolute; left: -40px; right: -40px; top: 100%; padding: 12px 40px 22px; display: flex; flex-direction: column; border-block: 1px solid var(--rule); background: var(--charcoal); box-shadow: 0 14px 24px oklch(0 0 0 / .18); }
  .mobile-nav a { display: flex; align-items: center; min-height: 48px; font-size: 15px; }
  .hero { gap: 32px; }
  .hero h1 { font-size: clamp(47px, 6.3vw, 64px); letter-spacing: -2px; }
  .hero-eyebrow { font-size: 9px; }
  .hero-description { font-size: 14px; }
  .hero-figure img { aspect-ratio: 1.35; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-facts { gap: 7px 15px; }
  .section-space { padding-block: 68px; }
  .course-body h3 { font-size: 22px; }
  .course-meta { font-size: 11px; gap: 4px 7px; }
  .course-meta span + span::before { margin-right: 7px; }
  .course-link-row { font-size: 12px; }
  .course-recommendation { top: 9px; left: 9px; font-size: 9px; padding: 4px 7px; }
  .curriculum-layout { grid-template-columns: .75fr 1.25fr; gap: 45px; }
  .curriculum-intro h2 { font-size: 38px; }
  .curriculum-stage { gap: 13px; grid-template-columns: 25px 1fr; }
  .curriculum-stage:not(:last-child)::before { left: 10px; }
  .core-subjects { gap: 9px 10px; font-size: 12px; }
  .stage-heading > span { font-size: 10px; }
  .approach-layout { gap: 65px; }
  .approach-intro h2 { font-size: 38px; }
  .study-layout { gap: 45px; }
  .study-layout h2 { font-size: 36px; }
  .resource-card { grid-template-columns: 1fr 17px; }
  .resource-type { display: none; }
  .faq-list summary { font-size: 14px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 50px; }
  .pilot-note { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--rule); }
  .pilot-note > p { max-width: 650px; }
}

@media (max-width: 760px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { min-height: 74px; gap: 18px; }
  .wordmark-name { font-size: 30px; }
  .wordmark-academy { font-size: 8px; line-height: 22px; }
  .wordmark { gap: 12px; }
  .wordmark-academy { padding-left: 12px; }
  .account-link { border: 0; padding: 8px 0; min-height: 44px; gap: 9px; font-size: 12px; }
  .header-actions { gap: 12px; }
  .menu-label { display: none; }
  .mobile-nav { left: -24px; right: -24px; padding-inline: 24px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-block: 44px 34px; }
  .hero h1 { font-size: clamp(51px, 8.8vw, 67px); letter-spacing: -2px; margin-top: 22px; }
  .hero-description { max-width: 490px; font-size: 16px; line-height: 1.8; margin-top: 21px; }
  .hero-eyebrow { font-size: 10px; }
  .hero-actions { gap: 16px 24px; margin-top: 24px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-facts { font-size: 11px; gap: 8px 16px; margin-top: 23px; }
  .hero-figure img { aspect-ratio: 1.65; object-position: 50% 41%; }
  .hero-figure figcaption { font-size: 9px; padding-top: 10px; }
  .section-space { padding-block: 58px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { font-size: 38px; }
  .section-heading > p { margin-top: 17px; max-width: 430px; font-size: 14px; }
  .section-heading > p br { display: none; }
  .course-grid { grid-template-columns: 1fr; gap: 38px; }
  .course-card-link { display: grid; grid-template-columns: .85fr 1fr; gap: 24px; align-items: start; }
  .course-image img { aspect-ratio: 1.35; }
  .course-recommendation { font-size: 9px; }
  .course-body { padding: 0; }
  .course-body h3 { font-size: 25px; min-height: 0; margin-top: 8px; }
  .course-description { margin-top: 12px; font-size: 13px; }
  .course-meta { padding-block: 18px 14px; }
  .course-link-row { padding-block: 13px; }
  .course-category { font-size: 9px; }
  .catalog-note { display: block; margin-top: 27px; font-size: 11px; }
  .catalog-note a { margin-top: 8px; }
  .curriculum-layout { grid-template-columns: 1fr; gap: 40px; }
  .curriculum-intro h2 { font-size: 39px; }
  .curriculum-intro h2 br { display: none; }
  .curriculum-intro > p:not(.eyebrow) { max-width: 520px; margin-top: 19px; font-size: 14px; }
  .curriculum-intro > .text-link { margin-top: 14px; }
  .curriculum-intro > p.curriculum-scope { max-width: 500px; font-size: 11px; margin-top: 17px; padding-top: 16px; }
  .curriculum-stage { grid-template-columns: 28px 1fr; gap: 18px; }
  .core-subjects { gap: 9px 18px; font-size: 13px; }
  .stage-heading > span { font-size: 11px; }
  .stage-content > p { font-size: 13px; }
  .pathway-card strong { font-size: 15px; }
  .approach-layout { grid-template-columns: 1fr; gap: 39px; }
  .approach-intro h2 { font-size: 39px; }
  .approach-intro > p:not(.eyebrow) { max-width: 530px; font-size: 14px; }
  .approach-intro > .text-link { margin-top: 17px; }
  .learning-method p { max-width: 520px; font-size: 13px; }
  .learning-method li { gap: 20px; }
  .study-layout { grid-template-columns: 1fr; gap: 58px; }
  .study-layout h2 { font-size: 38px; }
  .resources h2 br { display: none; }
  .section-description { max-width: 500px; }
  .resource-card { grid-template-columns: 74px 1fr 18px; gap: 15px; }
  .resource-type { display: block; font-size: 9px; }
  .resource-card strong { font-size: 14px; }
  .faq-list { margin-top: 28px; }
  .faq-list summary { font-size: 15px; min-height: 66px; }
  .faq-list details p { font-size: 14px; }
  .continue-learning { flex-wrap: wrap; gap: 10px 20px; padding: 16px 18px; margin-bottom: 36px; }
  .continue-learning > div { flex-basis: 100%; }
  .continue-learning .text-link { margin-left: auto; font-size: 12px; }
  .footer-main { padding-block: 44px 28px; gap: 32px; }
  .footer-brand > p { font-size: 12px; }
  .footer-nav a { font-size: 12px; min-height: 40px; }
  .footer-bottom { font-size: 10px; padding-block: 20px; }
}

@media (max-width: 540px) {
  .hero h1 { font-size: clamp(45px, 11.8vw, 63px); }
  .hero-description { font-size: 15px; }
  .hero-figure img { aspect-ratio: 1.45; }
  .hero-facts { gap: 8px 13px; font-size: 10px; }
  .course-card-link { display: flex; gap: 0; }
  .course-image img { aspect-ratio: 16 / 10; }
  .course-body { padding-top: 20px; }
  .course-body h3 { max-width: 370px; font-size: 28px; }
  .course-description { font-size: 14px; }
  .course-category { font-size: 10px; }
  .course-recommendation { top: 12px; left: 12px; font-size: 11px; padding: 5px 9px; }
  .course-meta { font-size: 12px; padding-block: 22px 17px; }
  .course-link-row { font-size: 14px; padding-block: 16px; }
  .course-price { font-size: 11px; }
  .stage-heading { display: block; }
  .stage-heading > span { display: block; margin-top: 7px; }
  .core-subjects { grid-template-columns: 1fr; gap: 8px; }
  .curriculum-stage { gap: 12px; }
  .pathway-card strong { font-size: 14px; }
  .pathway-sequence { font-size: 10px; }
  .stage-content > p.stage-note { font-size: 11px; }
  .resource-card { grid-template-columns: 1fr 18px; }
  .resource-type { display: none; }
  .resource-card small { font-size: 12px; }
  .more-resources > summary { min-height: 58px; }
  .more-resources li a { font-size: 12px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { flex-flow: row wrap; gap: 0 28px; }
  .pilot-note { padding-top: 23px; }
}

@media (max-width: 370px) {
  .wrap { width: calc(100% - 36px); }
  .wordmark-name { font-size: 27px; }
  .wordmark { gap: 9px; }
  .wordmark-academy { padding-left: 9px; font-size: 7px; }
  .header-actions { gap: 6px; }
  .account-link { font-size: 11px; gap: 5px; }
  .account-link .icon { display: none; }
  .mobile-nav { left: -18px; right: -18px; padding-inline: 18px; }
  .hero h1 { font-size: 43px; letter-spacing: -1.8px; }
  .hero-actions { gap: 10px 19px; }
  .hero-actions .button { min-height: 48px; padding-inline: 17px; gap: 16px; font-size: 13px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-facts { font-size: 9px; gap: 8px 12px; }
  .hero-figure figcaption { font-size: 8px; gap: 5px; }
  .section-heading h2, .curriculum-intro h2, .approach-intro h2, .study-layout h2 { font-size: 34px; letter-spacing: -1px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .course-link-row .icon, .course-body h3, .desktop-nav a, .account-link { transition: none; }
  .button:active, .course-card-link:hover .course-link-row .icon { transform: none; }
}
.course-title-lock{display:inline-flex;vertical-align:baseline;margin-inline-end:8px;color:#756657}.course-title-lock .icon{width:17px;height:17px;stroke-width:1.5}.course-access-label{font-size:11px!important;line-height:1.5;color:#806050;margin:8px 0 12px!important}
