.website-home {
  background: #fff;
  color: var(--site-ink);
}

.website-home[hidden] {
  display: none;
}

.web-hero {
  position: relative;
  box-sizing: border-box;
  min-height: 720px;
  overflow: hidden;
  background: #17362d;
  color: #fff;
}

.web-hero__image,
.web-hero::before,
.web-hero::after {
  position: absolute;
  inset: 0;
}

.web-hero__image {
  background: url("/static/images/teacher-navy-suit-landscape.jpg") center 30% / cover no-repeat;
  opacity: 0.82;
  animation: web-hero-image-in 1.8s cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.web-hero::after {
  background:
    linear-gradient(90deg, rgba(7, 35, 27, 0.8) 0%, rgba(9, 31, 25, 0.38) 52%, rgba(9, 31, 25, 0.28) 100%),
    linear-gradient(180deg, rgba(9, 31, 25, 0.42) 0%, rgba(9, 31, 25, 0.5) 58%, rgba(5, 37, 29, 0.96) 100%);
  content: "";
}

.web-hero::before {
  z-index: 1;
  top: auto;
  height: 150px;
  background: linear-gradient(180deg, rgba(5, 37, 29, 0), #05251d 100%);
  content: "";
  pointer-events: none;
}

.web-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(calc(100% - 80px), var(--site-max));
  min-height: 720px;
  margin: 0 auto;
  padding: 134px 56% 118px 0;
}

.web-hero__inner > .web-eyebrow,
.web-hero__inner > h1,
.web-hero__inner > .web-lead,
.web-hero__inner > .web-actions,
.web-hero__inner > .web-metrics {
  opacity: 0;
  animation: web-copy-in 720ms cubic-bezier(0.2, 0.72, 0.24, 1) forwards;
}

.web-hero__inner > .web-eyebrow { animation-delay: 100ms; }
.web-hero__inner > h1 { animation-delay: 190ms; }
.web-hero__inner > .web-lead { animation-delay: 310ms; }
.web-hero__inner > .web-actions { animation-delay: 420ms; }
.web-hero__inner > .web-metrics { animation-delay: 560ms; }

.web-eyebrow,
.web-index {
  margin: 0;
  color: #d6b27f;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.web-eyebrow--dark {
  color: var(--site-rust);
}

.website-home h1,
.website-home h2,
.website-home p {
  margin: 0;
}

.web-hero h1 {
  max-width: 520px;
  margin-top: 0;
  font-size: clamp(40px, 4.3vw, 60px);
  font-weight: 500;
  line-height: 1.03;
}

.website-home h1 em,
.website-home h2 em {
  color: #dfbb85;
  font-style: normal;
}

.web-lead {
  max-width: 420px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.8;
}

.web-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.web-button,
.web-link {
  text-decoration: none;
}

.web-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-width: 176px;
  padding: 14px 18px;
  border: 1px solid transparent;
  font-size: 13px;
  transition: transform 180ms ease, background 180ms ease;
}

.web-button:hover {
  transform: translateY(-2px);
}

.web-button span,
.web-link span {
  color: #d6b27f;
}

.web-button--light {
  border-color: rgba(223, 187, 133, 0.72);
  background: rgba(7, 59, 43, 0.7);
  color: #fff;
  box-shadow: 0 10px 24px rgba(2, 31, 22, 0.16), inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.web-button--light:hover,
.web-button--light:focus-visible {
  border-color: #dfbb85;
  background: rgba(7, 59, 43, 0.92);
  color: #fff;
  outline: none;
}

.web-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  color: var(--site-ink);
  font-size: 13px;
}

.web-link--light {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.76);
  white-space: nowrap;
}

.web-metrics {
  position: absolute;
  right: 0;
  bottom: 42px;
  left: 0;
  right: 56%;
  display: flex;
  gap: 56px;
  margin-top: 0;
}

.web-metrics div {
  display: grid;
  gap: 5px;
  min-width: 112px;
  padding-right: 0;
}

.web-metrics div + div {
  padding-left: 0;
}

.web-metrics strong {
  font-size: 25px;
  font-weight: 500;
}

.web-metrics span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.web-statement,
.web-courses,
.web-session,
.web-faculty {
  width: min(calc(100% - 80px), var(--site-max));
  margin: 0 auto;
}

.web-statement {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: end;
  width: 100%;
  max-width: none;
  min-height: 740px;
  margin-top: -1px;
  padding: 150px max(40px, calc((100% - var(--site-max)) / 2)) 96px;
  overflow: hidden;
  background: #05251d;
  color: #fff;
}

.web-statement::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 37, 29, 0.94) 0%, rgba(5, 37, 29, 0.34) 20%, rgba(4, 20, 33, 0.26) 54%, rgba(4, 20, 33, 0.5) 100%),
    linear-gradient(90deg, rgba(3, 32, 25, 0.94) 0%, rgba(5, 44, 34, 0.78) 34%, rgba(5, 44, 34, 0.26) 68%, rgba(3, 30, 24, 0.48) 100%);
  content: "";
}

.web-index {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 10px;
  color: #d6b27f;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.web-index::before {
  width: 28px;
  height: 1px;
  background: #c6a15b;
  content: "";
}

.web-statement__copy h2,
.web-section-head h2,
.web-session__copy h2,
.web-closing h2 {
  font-size: clamp(30px, 3.25vw, 46px);
  font-weight: 500;
  line-height: 1.18;
}

.web-statement__copy h2 {
  max-width: 470px;
  color: #fff;
}

.web-statement__copy h2 em {
  color: #dfbb85;
}

.web-statement__copy p {
  max-width: 390px;
  margin-top: 31px;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 178, 127, 0.42);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.85;
}

.web-statement__copy {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
}

.web-statement > .web-index,
.web-statement__copy > h2,
.web-statement__copy > p,
.web-statement__copy > .web-link {
  opacity: 0;
  transform: translateY(24px);
}

.web-statement.is-revealed > .web-index,
.web-statement.is-revealed .web-statement__copy > h2,
.web-statement.is-revealed .web-statement__copy > p,
.web-statement.is-revealed .web-statement__copy > .web-link {
  animation: web-copy-in 760ms cubic-bezier(0.2, 0.72, 0.24, 1) forwards;
}

.web-statement.is-revealed > .web-index { animation-delay: 60ms; }
.web-statement.is-revealed .web-statement__copy > h2 { animation-delay: 150ms; }
.web-statement.is-revealed .web-statement__copy > p { animation-delay: 270ms; }
.web-statement.is-revealed .web-statement__copy > .web-link { animation-delay: 390ms; }

@keyframes web-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes web-hero-image-in {
  from { transform: scale(1.035); }
  to { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .web-hero__image,
  .web-hero__inner > .web-eyebrow,
  .web-hero__inner > h1,
  .web-hero__inner > .web-lead,
  .web-hero__inner > .web-actions,
  .web-hero__inner > .web-metrics,
  .web-statement.is-revealed > .web-index,
  .web-statement.is-revealed .web-statement__copy > h2,
  .web-statement.is-revealed .web-statement__copy > p,
  .web-statement.is-revealed .web-statement__copy > .web-link {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

.web-statement__copy .web-link {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.web-statement__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  height: 100%;
  margin-top: 0;
}

.web-statement__image img {
  object-position: center 42%;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.5) 10%, #000 24%);
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.5) 10%, #000 24%);
}

.web-statement__image img,
.web-faculty__grid img,
.web-course-tile img,
.web-session__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.web-statement__image span {
  position: absolute;
  right: max(40px, calc((100% - var(--site-max)) / 2));
  bottom: 34px;
  z-index: 2;
  padding: 7px 9px;
  background: rgba(7, 59, 43, 0.82);
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.web-courses {
  padding-top: 126px;
  padding-bottom: 128px;
}

.web-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.web-section-head .web-link {
  flex: none;
  margin-bottom: 5px;
}

.web-course-head__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.web-course-controls {
  display: flex;
  gap: 10px;
}

.web-course-controls button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(182, 142, 69, 0.5);
  border-radius: 50%;
  background: #fff;
  color: var(--site-green-deep);
  cursor: pointer;
  font: inherit;
  box-shadow: 0 5px 16px rgba(7, 59, 43, 0.08);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.web-course-controls button span {
  display: block;
  height: 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 21px;
  transform: translateY(-1px);
}

.web-course-controls button:hover,
.web-course-controls button:focus-visible {
  border-color: var(--site-green-deep);
  background: var(--site-green-deep);
  color: #fff;
  box-shadow: 0 8px 22px rgba(7, 59, 43, 0.2);
  outline: none;
  transform: translateY(-1px);
}

.web-course-controls button:active {
  box-shadow: 0 3px 10px rgba(7, 59, 43, 0.14);
  transform: translateY(0) scale(0.96);
}

.web-note {
  max-width: 280px;
  color: var(--site-muted);
  font-size: 13px;
  line-height: 1.8;
}

.web-course-grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 44px;
  padding-bottom: 2px;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.web-course-grid::-webkit-scrollbar {
  display: none;
}

.web-course-tile {
  position: relative;
  display: flex;
  flex: 0 0 max(260px, calc((100% - 20px) / 3));
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
  height: 470px;
  min-width: 0;
  min-height: 0;
  padding: 20px 22px;
  color: #fff;
  scroll-snap-align: start;
  text-decoration: none;
}

.web-course-tile__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.web-course-tile__media > img,
.web-course-tile__media > video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.72, 0.24, 1);
  animation: web-course-media-in 520ms ease both;
}

.web-course-tile:hover .web-course-tile__media > img,
.web-course-tile:hover .web-course-tile__media > video {
  transform: scale(1.025);
}

.web-course-tile--video::before {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(214, 178, 127, 0.9);
  content: "";
}

.web-course-tile--large {
  padding: 20px 22px;
}

.web-course-tile--large .web-course-tile__media > img {
  object-position: center 45%;
}

@keyframes web-course-media-in {
  from { opacity: 0.2; transform: translateX(7%) scale(1.018); }
  to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .web-course-tile__media > img,
  .web-course-tile__media > video {
    animation: none;
  }
}

.web-course-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 28, 23, 0.16) 0%, rgba(9, 28, 23, 0.22) 46%, rgba(9, 28, 23, 0.82) 100%);
  content: "";
  transition: background 180ms ease;
}

.web-course-tile:hover::after {
  background: linear-gradient(180deg, rgba(9, 28, 23, 0.08) 0%, rgba(9, 28, 23, 0.14) 46%, rgba(9, 28, 23, 0.68) 100%);
}

.web-course-tile b,
.web-course-tile > div:not(.web-course-tile__media) {
  position: relative;
  z-index: 1;
}

.web-course-tile b {
  align-self: flex-start;
  padding-top: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}

.web-course-tile > div:not(.web-course-tile__media) {
  align-self: flex-end;
  display: grid;
  width: min(76%, 310px);
  gap: 7px;
  text-align: right;
}

.web-course-tile strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.web-course-tile small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.55;
}

.web-course-tile--large > div:not(.web-course-tile__media) {
  width: min(76%, 310px);
}

.web-course-tile--large strong {
  font-size: 20px;
}

.web-session {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 570px;
  background: #12352d;
  color: #fff;
}

.web-session::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 31, 24, 0.92) 0%, rgba(5, 31, 24, 0.76) 31%, rgba(5, 31, 24, 0.28) 58%, rgba(5, 31, 24, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 31, 24, 0.1) 35%, rgba(5, 31, 24, 0.7) 100%);
  content: "";
  pointer-events: none;
}

.web-session__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  overflow: hidden;
}

.web-session__image img {
  object-position: center 38%;
}

.web-session__image span {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: 8px 10px;
  background: rgba(18, 56, 45, 0.82);
  font-size: 11px;
}

.web-session__copy {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(58%, 620px);
  min-height: 570px;
  padding: 72px 56px;
}

.web-session__copy h2 {
  margin-top: 0;
}

.web-session__copy > p:not(.web-eyebrow) {
  max-width: 300px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.8;
}

.web-date {
  margin-top: auto;
  padding-top: 40px;
  font-size: 23px;
  font-weight: 500;
}

.web-session__copy > small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.web-session__copy .web-button {
  margin-top: 24px;
}

.web-faculty {
  padding-top: 128px;
  padding-bottom: 132px;
}

.web-faculty__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}

.web-faculty__grid article {
  display: grid;
  background: #fff;
}

.web-faculty__grid img {
  height: 340px;
}

.web-faculty__grid strong,
.web-faculty__grid span {
  display: block;
  margin-left: 20px;
}

.web-faculty__grid strong {
  margin-top: 18px;
  font-size: 18px;
}

.web-faculty__grid span {
  margin-top: 6px;
  margin-bottom: 22px;
  color: var(--site-muted);
  font-size: 12px;
}

.web-closing {
  padding: 88px 24px 94px;
  background: var(--site-green-deep);
  color: #fff;
  text-align: center;
}

.web-closing h2 {
  margin-top: 0;
}

body.is-website-home #app,
body.is-website-home .site-footer {
  display: none !important;
}

@media (max-width: 799px) {
  .web-hero,
  .web-hero__inner {
    min-height: 690px;
  }

  .web-hero__inner {
    width: calc(100% - 32px);
    padding-top: 188px;
    padding-bottom: 108px;
    padding-right: 0;
    padding-left: 0;
  }

  .web-hero h1 {
    margin-top: 0;
    font-size: 38px;
  }

  .web-lead {
    font-size: 15px;
  }

  .web-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .web-link--light {
    margin-top: 0;
  }

  .web-metrics {
    right: 0;
    bottom: 28px;
    left: 0;
    gap: 20px;
  }

  .web-metrics div {
    min-width: 0;
    padding-right: 0;
  }

  .web-metrics div + div {
    padding-left: 0;
  }

  .web-metrics strong {
    font-size: 21px;
  }

  .web-metrics span {
    font-size: 10px;
  }

  .web-statement,
  .web-courses,
  .web-session,
  .web-faculty {
    width: calc(100% - 32px);
  }

  .web-statement {
    display: grid;
    grid-template-columns: 1fr;
    align-content: end;
    width: 100%;
    min-height: 680px;
    margin-top: -1px;
    padding: 150px 16px 58px;
  }

  .web-statement__copy {
    margin-top: 0;
  }

  .web-statement__copy h2,
  .web-section-head h2,
  .web-session__copy h2,
  .web-closing h2 {
    font-size: 31px;
  }

  .web-statement__copy p {
    max-width: none;
  }

  .web-statement__image {
    height: 100%;
    margin-top: 0;
    box-shadow: none;
  }

  .web-statement__image img {
    -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.72) 6%, #000 16%);
    mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.72) 6%, #000 16%);
  }

  .web-statement__image span {
    right: 16px;
    bottom: 18px;
  }

  .web-section-head {
    display: block;
  }

  .web-section-head .web-link {
    margin-top: 22px;
  }

  .web-course-head__actions {
    justify-content: space-between;
    margin-top: 24px;
  }

  .web-course-head__actions .web-link {
    margin-top: 0;
  }

  .web-course-grid {
    gap: 10px;
    margin-top: 32px;
  }

  .web-course-tile {
    flex-basis: min(82vw, 330px);
    height: 430px;
    padding: 18px;
  }

  .web-course-tile strong {
    font-size: 19px;
  }

  .web-course-tile small {
    font-size: 10px;
  }

  .web-course-tile--large {
    padding: 18px;
  }

  .web-course-tile--large > div:not(.web-course-tile__media) {
    width: min(80%, 290px);
  }

  .web-course-tile--large strong {
    font-size: 19px;
  }

  .web-session {
    display: block;
    min-height: 660px;
  }

  .web-session__image {
    min-height: 660px;
  }

  .web-session__copy {
    width: 100%;
    min-height: 660px;
    padding: 46px 24px 52px;
  }

  .web-session::after {
    background:
      linear-gradient(180deg, rgba(5, 31, 24, 0.16) 20%, rgba(5, 31, 24, 0.68) 62%, rgba(5, 31, 24, 0.94) 100%),
      linear-gradient(90deg, rgba(5, 31, 24, 0.55), rgba(5, 31, 24, 0.06));
  }

  .web-date {
    margin-top: 48px;
  }

  .web-faculty {
    padding-top: 80px;
    padding-bottom: 86px;
  }

  .web-faculty__grid {
    grid-template-columns: 1fr;
  }

  .web-faculty__grid img {
    height: 260px;
  }

  .web-closing {
    padding: 70px 20px 76px;
  }
}
