.course-detail-page {
  background: var(--paper);
}

.course-detail-page[data-course-template="true"]:not([data-course-ready]) main {
  visibility: hidden;
}

.course-site-nav .student-nav__top {
  min-height: 64px;
}

.course-site-nav__title {
  min-width: 0;
  max-width: 390px;
  margin: 0;
  overflow: hidden;
  color: #CFC5BB;
  font-size: .72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--clay);
  background: var(--paper);
  color: var(--ink);
}

.course-hero__grid {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(340px, 43%);
  align-items: stretch;
}

.course-hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 2.3rem 2rem 2.4rem 0;
}

.course-kicker {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1.15rem;
}

.course-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: .3rem .7rem;
  border-radius: 6px;
  background: rgba(201, 97, 46, .14);
  color: #8D3F1D;
  font-size: .64rem;
  font-weight: 600;
}

.course-kicker strong,
.course-live-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .25rem .58rem;
  border-radius: 999px;
  background: #DDF7A6;
  color: #173D1F;
  font-size: .62rem;
  line-height: 1;
  letter-spacing: .08em;
}

.course-kicker strong::before,
.course-live-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #245C2F;
}

.course-hero h1 {
  max-width: 710px;
  margin: 0;
  font: 400 clamp(3rem, 4.6vw, 4.5rem)/.96 var(--serif);
  letter-spacing: -.035em;
  text-wrap: balance;
}

.course-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 1.45rem 0 1.25rem;
}

.course-hero__facts div {
  display: grid;
  grid-template-columns: auto auto;
  gap: .35rem;
  align-items: baseline;
  padding: 0 .9rem;
  border-right: 1px solid #D8D1C9;
}

.course-hero__facts div:first-child {
  padding-left: 0;
}

.course-hero__facts div:last-child {
  border-right: 0;
}

.course-hero__facts dt {
  color: #746A62;
  font-size: .74rem;
}

.course-hero__facts dt::after {
  content: ":";
}

.course-hero__facts dd {
  margin: 0;
  font-size: .8rem;
  font-weight: 600;
}

.course-instructor-line {
  margin: 0;
  line-height: 1.45;
}

.course-instructor-name {
  display: flex;
  align-items: center;
  gap: .42rem;
}

.course-instructor-name strong {
  font: 400 1.1rem/1.2 var(--serif);
}

.course-instructor-name a {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #0A66C2;
  color: #FFFFFF;
  font-size: .64rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background .2s;
}

.course-instructor-name a:hover {
  background: #0A66C2;
}

.course-instructor-name a span {
  color: inherit;
}

.course-instructor-role {
  display: block;
  color: #6F655C;
  font-size: .65rem;
}

.course-instructor-line--dual {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.5rem;
}

.course-instructor-summary {
  display: block;
}

.course-hero__actions {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin-top: 1.2rem;
}

.course-hero__syllabus {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem 1rem;
  border: 1px solid #D2CBC4;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: .68rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}

.course-hero__syllabus:hover {
  border-color: #BEB5AD;
  background: #F5F7FA;
}

.course-hero__notice,
.course-hero__notice span,
.course-hero__notice strong {
  display: block;
}

.course-hero__notice {
  position: relative;
  min-height: 42px;
  margin: 0;
  padding: .42rem .9rem .42rem 2.3rem;
  border-radius: 7px;
  background: var(--ivory);
  color: #665D55;
  font-size: .58rem;
  line-height: 1.35;
}

.course-hero__notice::before {
  content: "i";
  position: absolute;
  width: 20px;
  height: 20px;
  margin: .15rem 0 0 -1.7rem;
  border-radius: 50%;
  background: var(--brass);
  color: var(--void);
  font-size: .68rem;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.course-hero__notice strong {
  color: var(--ink);
  font-size: .61rem;
}

.course-hero__visual {
  position: relative;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  align-self: end;
  background: transparent;
}

.course-hero__visual img {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 94%;
  height: 97%;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.04);
}

.course-hero__visual--dual img:first-child {
  z-index: 1;
  right: auto;
  left: -4%;
  width: 65%;
}

.course-hero__visual--dual img:last-child {
  z-index: 2;
  right: -5%;
  width: 64%;
}

.course-hero__visual--triple img:first-child {
  z-index: 1;
  right: auto;
  left: -7%;
  width: 50%;
}

.course-hero__visual--triple img:nth-child(2) {
  z-index: 2;
  right: auto;
  left: 25%;
  width: 50%;
}

.course-hero__visual--triple img:last-child {
  z-index: 3;
  right: -7%;
  width: 50%;
}

.course-anchor-nav {
  position: sticky;
  z-index: 150;
  top: 120px;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(16px);
}

.course-anchor-nav__inner {
  display: flex;
  gap: 1.65rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.course-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.course-anchor-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 1rem 0 .9rem;
  color: #756B62;
  font-size: .78rem;
  text-decoration: none;
}

.course-anchor-nav a:hover,
.course-anchor-nav a.is-active {
  color: var(--ink);
}

.course-anchor-nav a.is-active {
  font-weight: 600;
}

.course-anchor-nav a.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--clay);
}

.course-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
  padding-block: clamp(4rem, 7vw, 7rem);
}

.course-content {
  min-width: 0;
}

.course-section {
  scroll-margin-top: 180px;
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
}

.course-section + .course-section {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  border-top: 1px solid var(--line-dark);
}

.course-section__eyebrow {
  margin: 0 0 .8rem;
  color: var(--clay);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.course-section h2 {
  max-width: 760px;
  margin: 0;
  font: 400 clamp(2.45rem, 4.2vw, 4.15rem)/.98 var(--serif);
  letter-spacing: -.035em;
  text-wrap: balance;
}

.course-section__intro {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: #4E4741;
  font: 400 clamp(1.05rem, 1.5vw, 1.25rem)/1.48 var(--serif);
}

.course-prose {
  max-width: 730px;
  margin-top: 1.5rem;
  color: #4E4741;
  font-size: .94rem;
  line-height: 1.75;
}

.course-principle {
  max-width: 730px;
  margin-top: 1.8rem;
  padding: 1.25rem 1.35rem;
  border-left: 3px solid var(--clay);
  background: var(--ivory);
}

.course-principle strong {
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.course-principle p {
  margin: .35rem 0 0;
  font: 400 1.25rem/1.3 var(--serif);
}

.learning-accordion,
.syllabus,
.faq-list {
  display: grid;
  gap: .75rem;
  margin-top: 2rem;
}

.learning-accordion details,
.syllabus details,
.faq-list details {
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: var(--paper);
}

.learning-accordion summary,
.syllabus summary,
.faq-list summary {
  position: relative;
  display: flex;
  gap: .9rem;
  align-items: center;
  padding: 1.15rem 3rem 1.15rem 1.15rem;
  cursor: pointer;
  list-style: none;
}

.learning-accordion summary::-webkit-details-marker,
.syllabus summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.learning-accordion summary::after,
.syllabus summary::after,
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 1.15rem;
  color: var(--clay);
  font-size: 1.35rem;
  font-weight: 400;
}

.learning-accordion details[open] summary::after,
.syllabus details[open] summary::after,
.faq-list details[open] summary::after {
  content: "−";
}

.learning-accordion summary span,
.syllabus summary span {
  flex: 0 0 auto;
  color: var(--clay);
  font: 400 1.05rem var(--serif);
}

.learning-accordion summary strong,
.syllabus summary strong,
.faq-list summary {
  font-size: .82rem;
}

.learning-accordion ul,
.syllabus details > div,
.faq-list details > p {
  margin: 0;
  padding: 0 1.3rem 1.25rem 3.95rem;
  color: #61574F;
  font-size: .82rem;
  line-height: 1.65;
}

.learning-accordion li + li,
.syllabus li + li {
  margin-top: .3rem;
}

.instructor-profile {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-top: 2rem;
}

.instructor-profile__media img {
  width: 100%;
  height: 210px;
  display: block;
  border-radius: 70px 70px 14px 14px;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(.88);
}

.instructor-profile__media a {
  display: flex;
  justify-content: space-between;
  margin-top: .65rem;
  padding: .65rem .75rem;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  font-size: .68rem;
  text-decoration: none;
}

.instructor-profile__media a[href*="linkedin.com"] span {
  color: #0A66C2;
}

.instructor-profile h3 {
  margin: 0;
  font: 400 2.2rem/1 var(--serif);
}

.instructor-profile__role {
  margin: .4rem 0 1.2rem !important;
  color: var(--clay) !important;
  font-size: .7rem !important;
  font-weight: 600;
}

.instructor-profile p {
  max-width: 600px;
  color: #514941;
  font-size: .88rem;
  line-height: 1.72;
}

.instructor-profile--dual + .instructor-profile--dual {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line-dark);
}

.audience-grid,
.schedule-grid,
.method-steps,
.evidence-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 2rem;
}

.audience-grid article,
.schedule-grid article,
.method-steps article,
.evidence-flow article {
  min-height: 190px;
  padding: 1.3rem;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: var(--paper);
}

.audience-grid article > span,
.schedule-grid article > span,
.method-steps article > span,
.evidence-flow article > span {
  display: inline-grid;
  min-width: 32px;
  min-height: 32px;
  place-items: center;
  color: var(--clay);
  font: 400 1rem var(--serif);
}

.audience-grid h3,
.schedule-grid h3,
.method-steps h3,
.evidence-flow h3 {
  margin: 1.25rem 0 .45rem;
  font: 400 1.35rem/1.05 var(--serif);
}

.audience-grid p,
.schedule-grid p,
.method-steps p,
.evidence-flow p {
  margin: 0;
  color: #61574F;
  font-size: .79rem;
  line-height: 1.55;
}

.prerequisite-card {
  max-width: 730px;
  margin-top: 2rem;
  padding: 1.4rem;
  border-left: 2px dotted var(--clay);
  background: var(--ivory);
}

.prerequisite-card strong {
  font: 400 1.35rem var(--serif);
}

.prerequisite-card p {
  margin: .55rem 0 0;
  color: #5B524A;
  font-size: .84rem;
  line-height: 1.65;
}

.included-list {
  display: grid;
  gap: 1.2rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.included-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.included-list li > span {
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 9px;
  color: var(--clay);
  font-size: .65rem;
  font-weight: 600;
}

.included-list strong {
  display: block;
  font-size: .8rem;
}

.included-list p {
  margin: .25rem 0 0;
  color: #6B6057;
  font-size: .79rem;
  line-height: 1.55;
}

.syllabus details > div p {
  margin-top: 0;
}

.syllabus details > div ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.evidence-flow article:nth-child(1) {
  background: rgba(232, 178, 58, .1);
}

.evidence-flow article:nth-child(2) {
  background: rgba(201, 97, 46, .08);
}

.evidence-flow article:nth-child(3) {
  background: rgba(213, 122, 82, .1);
}

.resource-list {
  display: grid;
  overflow: hidden;
  margin-top: 2rem;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
}

.resource-list a {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  text-decoration: none;
  transition: background .2s;
}

.resource-list a + a {
  border-top: 1px solid var(--line-dark);
}

.resource-list a:hover {
  background: #F5F7FA;
}

.resource-list span {
  color: var(--clay);
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.resource-list strong {
  font: 400 1.2rem var(--serif);
}

.resource-list em {
  color: #70655C;
  font-size: .68rem;
  font-style: normal;
}

.schedule-grid--calendar {
  display: block;
}

.cohort-calendar__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-bottom: 1rem;
}

.cohort-calendar__summary > div {
  padding: 1rem;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  background: var(--paper);
}

.cohort-calendar__summary span,
.cohort-calendar__summary strong {
  display: block;
}

.cohort-calendar__summary span {
  margin-bottom: .35rem;
  color: #756B62;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cohort-calendar__summary strong {
  font-size: .78rem;
  line-height: 1.4;
}

.cohort-calendar__weeks {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: var(--paper);
}

.schedule-grid--calendar .cohort-calendar__week {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.schedule-grid--calendar .cohort-calendar__week + .cohort-calendar__week {
  border-top: 1px solid var(--line-dark);
}

.cohort-calendar__week > header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  background: var(--ivory);
  font-size: .72rem;
}

.cohort-calendar__week > header span {
  color: #756B62;
}

.cohort-calendar__week ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cohort-calendar__week li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.cohort-calendar__week li + li {
  border-top: 1px solid var(--line-dark);
}

.cohort-calendar__week time {
  display: grid;
  min-height: 58px;
  place-items: center;
  align-content: center;
  border: 1px solid var(--line-dark);
  border-radius: 9px;
  background: var(--paper);
  line-height: 1;
  text-transform: uppercase;
}

.cohort-calendar__week time span,
.cohort-calendar__week time small {
  color: var(--clay);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.cohort-calendar__week time strong {
  margin: .2rem 0;
  font: 400 1.25rem var(--serif);
}

.cohort-calendar__week li > div strong,
.cohort-calendar__week li > div span {
  display: block;
}

.cohort-calendar__week li > div strong {
  margin-bottom: .28rem;
  font-size: .82rem;
}

.cohort-calendar__week li > div span {
  color: #61574F;
  font-size: .72rem;
  line-height: 1.5;
}

.schedule-note {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: var(--ivory);
  color: #5E554D;
  font-size: .79rem;
  line-height: 1.55;
}

.course-method {
  position: relative;
}

.method-steps article {
  background: var(--obsidian);
  color: var(--paper);
}

.method-steps article > span {
  color: var(--brass);
}

.method-steps p {
  color: #BEB2A7;
}

.faq-list details > p {
  padding-left: 1.15rem;
}

.course-not-for {
  margin-bottom: 0;
}

.course-not-for ul {
  max-width: 720px;
  margin: 1.6rem 0 0;
  padding: 1.5rem 1.5rem 1.5rem 2.6rem;
  border-radius: 12px;
  background: var(--ivory);
  color: #554C45;
  font-size: .84rem;
  line-height: 1.7;
}

.course-not-for li + li {
  margin-top: .55rem;
}

.course-enrolment {
  position: sticky;
  top: 128px;
}

.course-enrolment__card {
  padding: 1.35rem;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 18px 55px rgba(8, 10, 12, .08);
}

.course-enrolment__label {
  margin: 0 0 .65rem;
  color: var(--clay);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.course-enrolment__heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.course-enrolment__heading h2 {
  margin: 0;
  font: 400 1.65rem/1 var(--serif);
}

.course-enrolment__status {
  margin: 1.1rem 0;
  padding: .75rem;
  border-radius: 8px;
  background: var(--ivory);
  font-size: .74rem;
  font-weight: 600;
}

.course-enrolment dl {
  display: grid;
  gap: .65rem;
  margin: 0 0 1.2rem;
}

.course-enrolment dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid var(--line-dark);
}

.course-enrolment dt {
  color: #776C63;
  font-size: .65rem;
}

.course-enrolment dd {
  margin: 0;
  font-size: .68rem;
  font-weight: 600;
  text-align: right;
}

.course-primary-action {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1rem;
  border-radius: 9px;
  background: #067E51;
  color: var(--paper);
  font-size: .72rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background .2s, transform .2s;
}

.course-primary-action:hover {
  background: #067E51;
  transform: translateY(-1px);
}

.course-enrolment__note {
  margin: .85rem 0;
  color: #786E65;
  font-size: .6rem;
  line-height: 1.5;
}

.course-enrolment__contact {
  display: block;
  padding-top: .85rem;
  border-top: 1px solid var(--line-dark);
  font-size: .64rem;
  text-align: center;
}

.course-scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 12px;
  left: calc(57% - 15px);
  width: 30px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 16, 18, .28);
  border-radius: 999px;
  background: rgba(255, 253, 248, .82);
  color: var(--ink);
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: border-color .2s, background .2s, transform .2s;
}

.course-scroll-cue span {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  animation: course-scroll-pulse 1.6s ease-in-out infinite;
}

.course-scroll-cue:hover {
  border-color: var(--clay);
  background: var(--paper);
  transform: translateY(2px);
}

.course-motion-ready .course-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .62s cubic-bezier(.2, .7, .2, 1),
    transform .62s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.course-motion-ready .course-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.learning-accordion details,
.syllabus details,
.faq-list details,
.audience-grid article,
.schedule-grid article,
.method-steps article,
.evidence-flow article,
.prerequisite-card,
.course-principle,
.included-list li,
.course-enrolment__card,
.schedule-note {
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease;
}

.learning-accordion summary::after,
.syllabus summary::after,
.faq-list summary::after {
  transition: transform .25s ease, color .2s ease;
}

.learning-accordion details[open] summary::after,
.syllabus details[open] summary::after,
.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.learning-accordion details[open] > :not(summary),
.syllabus details[open] > :not(summary),
.faq-list details[open] > :not(summary) {
  animation: course-details-open .3s ease both;
}

.instructor-profile__media img,
.course-hero__visual img,
.included-list li > span,
.resource-list a strong,
.instructor-profile__media a span {
  transition: transform .25s ease;
}

.resource-list a,
.instructor-profile__media a,
.course-enrolment__contact,
.course-hero__syllabus,
.course-primary-action {
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.course-anchor-nav a:focus-visible,
.course-scroll-cue:focus-visible,
.course-primary-action:focus-visible,
.course-hero__syllabus:focus-visible,
.resource-list a:focus-visible,
.instructor-profile__media a:focus-visible,
.course-enrolment__contact:focus-visible,
.learning-accordion summary:focus-visible,
.syllabus summary:focus-visible,
.faq-list summary:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 4px;
}

@media (hover: hover) {
  .course-hero__facts div:hover {
    color: var(--clay);
  }

  .course-hero__visual:hover img {
    transform: translateY(-4px) scale(1.01);
  }

  .learning-accordion details:hover,
  .syllabus details:hover,
  .faq-list details:hover {
    border-color: rgba(201, 97, 46, .55);
    box-shadow: 0 10px 28px rgba(8, 10, 12, .06);
  }

  .audience-grid article:hover,
  .schedule-grid article:hover,
  .method-steps article:hover,
  .evidence-flow article:hover,
  .prerequisite-card:hover,
  .course-principle:hover,
  .course-enrolment__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(8, 10, 12, .08);
  }

  .audience-grid article:hover > span,
  .schedule-grid article:hover > span,
  .method-steps article:hover > span,
  .evidence-flow article:hover > span,
  .included-list li:hover > span {
    transform: scale(1.08) rotate(-3deg);
  }

  .included-list li:hover {
    transform: translateX(5px);
  }

  .resource-list a:hover strong,
  .instructor-profile__media a:hover span {
    transform: translateX(4px);
  }

  .instructor-profile__media img:hover {
    transform: translateY(-4px);
  }

  .instructor-profile__media a:hover,
  .course-enrolment__contact:hover {
    color: var(--clay);
  }

  .course-primary-action:hover {
    box-shadow: 0 10px 24px rgba(6, 126, 81, .22);
  }
}

.course-primary-action:active,
.course-hero__syllabus:active,
.resource-list a:active {
  transform: scale(.98);
}

@keyframes course-reveal-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes course-hero-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes course-scroll-pulse {
  0%, 100% {
    opacity: .45;
    transform: translateY(-3px) rotate(45deg);
  }
  50% {
    opacity: 1;
    transform: translateY(4px) rotate(45deg);
  }
}

@keyframes course-details-open {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .course-site-nav__title {
    display: none;
  }

  .course-hero__grid {
    grid-template-columns: minmax(0, 57%) minmax(310px, 43%);
  }

  .course-hero h1 {
    font-size: clamp(2.8rem, 5.2vw, 4rem);
  }

  .course-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 2.5rem;
  }

  .audience-grid,
  .schedule-grid,
  .method-steps,
  .evidence-flow {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .course-hero__grid {
    min-height: auto;
    grid-template-columns: minmax(0, 58%) minmax(280px, 42%);
  }

  .course-hero__copy {
    padding-block: 2rem;
  }

  .course-hero h1 {
    font-size: clamp(2.5rem, 5.8vw, 3.3rem);
  }

  .course-hero__facts div {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .course-hero__visual {
    min-height: 380px;
  }

  .course-layout {
    grid-template-columns: 1fr;
  }

  .course-enrolment {
    position: static;
    grid-row: 1;
  }

  .course-enrolment__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem 1.2rem;
    align-items: start;
  }

  .course-enrolment__label,
  .course-enrolment__heading,
  .course-enrolment__status,
  .course-enrolment__note,
  .course-enrolment__contact {
    grid-column: 1 / -1;
  }

  .course-enrolment dl {
    margin-bottom: 0;
  }

  .course-primary-action {
    align-self: center;
  }
}

@media (max-width: 720px) {
  .course-anchor-nav {
    top: 120px;
  }

  .course-anchor-nav__inner {
    width: 100%;
    padding-inline: 1.25rem;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .course-hero__grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .course-hero__copy {
    width: min(100% - 2.5rem, 560px);
    margin-inline: auto;
    padding: 2.4rem 0 2rem;
  }

  .course-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .course-hero__facts {
    row-gap: .7rem;
  }

  .course-hero__facts div {
    grid-template-columns: auto auto;
    padding-inline: .65rem;
  }

  .course-hero__actions {
    flex-wrap: wrap;
  }

  .course-hero__syllabus {
    min-height: 48px;
  }

  .course-instructor-name a {
    position: relative;
  }

  .course-instructor-name a::before {
    position: absolute;
    inset: -12px;
    content: "";
  }

  .course-hero__notice {
    flex: 1 1 180px;
  }

  .course-hero__visual {
    min-height: min(100vw, 440px);
  }

  .course-instructor-line--dual {
    gap: .75rem 1.1rem;
  }

  .course-hero__visual--dual img:first-child {
    left: -5%;
    width: 66%;
  }

  .course-hero__visual--dual img:last-child {
    right: -6%;
    width: 65%;
  }

  .course-hero__visual--triple img:first-child {
    left: -8%;
    width: 52%;
  }

  .course-hero__visual--triple img:nth-child(2) {
    left: 24%;
    width: 52%;
  }

  .course-hero__visual--triple img:last-child {
    right: -8%;
    width: 52%;
  }

  .course-scroll-cue {
    right: 1.25rem;
    left: auto;
  }

  .course-layout {
    width: min(100% - 2rem, 1180px);
    padding-block: 2rem 4rem;
  }

  .course-section {
    scroll-margin-top: 180px;
  }

  .course-section h2 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .course-enrolment__card {
    display: block;
  }

  .course-enrolment dl {
    margin-bottom: 1.2rem;
  }

  .instructor-profile {
    grid-template-columns: 1fr;
  }

  .instructor-profile__media {
    max-width: 230px;
  }

  .instructor-profile__media a,
  .course-enrolment__contact {
    min-height: 48px;
    align-items: center;
    justify-content: center;
  }

  .course-enrolment__contact {
    display: flex;
  }

  .audience-grid,
  .schedule-grid,
  .method-steps,
  .evidence-flow {
    grid-template-columns: 1fr;
  }

  .audience-grid article,
  .schedule-grid article,
  .method-steps article,
  .evidence-flow article {
    min-height: 0;
  }

  .cohort-calendar__summary {
    grid-template-columns: 1fr;
  }

  .cohort-calendar__week > header {
    align-items: flex-start;
    flex-direction: column;
    gap: .3rem;
  }

  .cohort-calendar__week li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: .8rem;
    padding: .9rem;
  }

  .cohort-calendar__week time {
    min-height: 54px;
  }

  .resource-list a {
    grid-template-columns: 1fr;
    gap: .35rem;
  }

  .learning-accordion ul,
  .syllabus details > div {
    padding-left: 1.35rem;
  }

  .student-signature {
    padding-inline: 1rem;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-scroll-cue span,
  .course-motion-ready .course-hero__copy > *,
  .course-motion-ready .course-hero__visual,
  .learning-accordion details[open] > :not(summary),
  .syllabus details[open] > :not(summary),
  .faq-list details[open] > :not(summary) {
    animation: none;
  }

  .course-motion-ready .course-reveal,
  .course-motion-ready .course-reveal.is-visible {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .course-scroll-cue,
  .course-primary-action,
  .course-hero__syllabus,
  .resource-list a,
  .instructor-profile__media img,
  .course-hero__visual img,
  .included-list li,
  .course-enrolment__card,
  .learning-accordion details,
  .syllabus details,
  .faq-list details {
    transition: none;
  }
}
