/* Responsive overrides — design CSS untouched
   Breakpoints: 1660 · 1440 · 1280 · 1200 · 1080 · 990 · 768 · 500 · 425 · 360
*/

/* ========== max-width: 1660px ========== */
@media (max-width: 1660px) {
  .container {
    width: min(100% - 48px, 1420px);
  }

  .hero__layout {
    gap: 48px;
    width: min(100% - 24px, 1260px);
    padding-left: 140px;
  }

  .hero__tour {
    left: -140px;
    width: 214px;
    height: 214px;
  }

  .hero__tour-ring svg {
    width: 214px;
    height: 214px;
  }

  .hero__tour-text {
    font-size: 15px;
  }

  .hero__tour-media {
    width: 84px;
    height: 84px;
  }

  .program-row {
    --program-pad-x: max(24px, calc((100% - 1320px) / 2 + 24px));
  }

  .recognition__title {
    font-size: clamp(64px, 5vw, 78px);
  }

  .placements__grid {
    column-gap: 16px;
  }

  .voices__track-wrap {
    padding: 0 52px;
  }
}

/* ========== max-width: 1440px ========== */
@media (max-width: 1440px) {
  .hero__layout {
    gap: 40px;
    width: min(100% - 24px, 1240px);
    padding-left: 110px;
  }

  .hero__tour {
    left: -110px;
    width: 200px;
    height: 200px;
  }

  .hero__tour-ring svg {
    width: 200px;
    height: 200px;
  }

  .hero__tour-text {
    font-size: 17.5px;
  }

  .hero__tour-media {
    width: 78px;
    height: 78px;
  }

  .hero__tour-play {
    border-width: 12px 0 12px 20px;
  }

  .program-row {
    --program-pad-x: max(20px, calc((100% - 1200px) / 2 + 20px));
  }

  .program-row__media img {
    width: 220px;
    height: 112px;
  }

  .program-row.is-active .program-row__media {
    flex-basis: 220px;
    width: 220px;
    margin-right: 28px;
  }

  .program-row.is-active .program-row__title {
    font-size: clamp(24px, 2.8vw, 44px);
    padding-right: 18px;
  }

  .program-row.is-active .program-row__divider {
    margin: 0 18px;
    height: 100px;
  }

  .program-row.is-active .program-row__aside {
    max-width: 240px;
  }

  .program-row__title {
    font-size: clamp(26px, 3.2vw, 48px);
  }

  .program-row__specs {
    font-size: 16px;
  }

  .program-row--dense .program-row__specs {
    font-size: 13px;
  }

  .program-row__years-label {
    font-size: 13px;
  }

  .placements__grid {
    grid-template-columns: 1.7fr 1fr;
    column-gap: 14px;
    row-gap: 12px;
  }

  .placements__metrics span {
    font-size: 13px;
    padding: 0 10px;
  }

  .placements__cta {
    padding: 7px 12px;
    font-size: 12px;
  }

  .placements__recruiters-title {
    font-size: 22px;
  }

  .why__inner {
    min-height: calc(120px + min(38vw, 440px) * 831 / 960);
  }

  .why__stage {
    top: 120px;
    gap: 12px;
  }

  .why__features {
    margin-top: 120px;
    gap: 28px;
  }

  .why-feature span {
    font-size: 17px;
    line-height: 1.25;
  }

  .why-feature__label {
    font-size: 17px;
    line-height: 1.25;
  }

  .why__visual {
    width: min(38vw, 440px);
    max-width: 440px;
    flex-shrink: 0;
  }

  .admission .section-heading__title {
    font-size: 28px;
  }

  .admission .accent-bar {
    height: 100px;
  }

  .admission__steps {
    gap: 20px;
    justify-content: center;
  }

  .admission-step {
    width: 200px;
    height: 200px;
    flex: 0 0 200px;
    aspect-ratio: 1 / 1;
    padding: 20px 22px;
    box-sizing: border-box;
  }

  .admission-step img {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
  }

  .admission-step h3 {
    font-size: 16px;
  }

  .admission-step p {
    font-size: 14px;
    line-height: 1.25;
    max-width: 148px;
  }
}

/* ========== max-width: 1280px ========== */
@media (max-width: 1280px) {
  :root {
    --header-h: 97px;
  }

  .container {
    width: min(100% - 40px, 1180px);
  }

  .hero {
    min-height: auto;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 28px;
    width: min(100% - 24px, 1100px);
    padding-left: 80px;
  }

  .hero__form-col {
    width: 400px;
  }

  .enquiry-form--hero {
    width: 100%;
  }

  .hero__tour {
    left: -80px;
    top: 20%;
    width: 168px;
    height: 168px;
  }

  .hero__tour-ring svg {
    width: 168px;
    height: 168px;
  }

  .hero__tour-media {
    width: 66px;
    height: 66px;
  }

  .hero__tour-text {
    font-size: 14.5px;
  }

  .hero__tour-play {
    border-width: 10px 0 10px 17px;
  }

  .recognition__title {
    font-size: 64px;
  }

  .recognition__spark--lg {
    right: -40px;
  }

  .recognition__media {
    margin-top: 72px;
  }

  .why__inner {
    min-height: calc(110px + min(26vw, 300px) * 831 / 960);
  }

  .why__stage {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    margin-top: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    row-gap: 0;
  }

  .why__features {
    margin-top: 100px;
    width: auto;
    max-width: none;
    gap: 20px;
  }

  .why__features--left,
  .why__features--right {
    width: auto;
    margin-left: 0;
  }

  .why__visual {
    order: 0;
    width: min(26vw, 300px);
    max-width: 300px;
    flex-shrink: 0;
  }

  .why-feature span,
  .why-feature__label {
    font-size: 15px;
    line-height: 1.25;
  }

  .why-feature__label > span {
    white-space: nowrap;
  }

  .why-feature img {
    height: 38px;
    max-width: 58px;
  }

  .why-feature:not(:last-child)::after {
    height: 90px;
    right: -10px;
  }

  .why .section-heading__title {
    font-size: 28px;
  }

  .why .section-heading__sub {
    font-size: 15px;
    line-height: 1.35;
  }

  .why .accent-bar {
    height: 110px;
    margin-top: 8px;
  }

  .voices .section-heading {
    gap: 20px;
  }

  .voices .accent-bar {
    height: 96px;
  }

  .voices .section-heading__title {
    font-size: 28px;
  }

  .voices .section-heading__sub {
    font-size: 15px;
  }

  .voices__track-wrap {
    padding: 0 40px;
  }

  .voice-card {
    --voice-card-w: 300px;
    --voice-offset-x: 14px;
    --voice-offset-y: 10px;
  }

  .voice-card__panel {
    padding: 28px 18px 100px;
  }

  .voice-card__panel blockquote {
    font-size: 18px;
    line-height: 1.3;
    max-width: 260px;
  }

  .voice-card__panel hr {
    margin: 18px auto 16px;
    width: min(100%, 240px);
  }

  .voice-card__panel cite {
    font-size: 15px;
    line-height: 1.35;
    max-width: 260px;
  }

  .voice-card__portrait-wrap {
    margin-top: -72px;
    min-height: 130px;
    margin-bottom: 28px;
  }

  .voice-card__portrait,
  .voice-card__portrait--pentagon,
  .voice-card__portrait--circle,
  .voice-card__portrait--triangle {
    width: 130px;
    height: 130px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .voices__nav {
    width: 40px;
    height: 48px;
    top: 40%;
  }

  .voices__nav svg {
    width: 22px;
    height: 32px;
  }

  .voices__nav--prev {
    left: 0;
  }

  .voices__nav--next {
    right: 0;
  }

  .faculty__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .faculty-card {
    min-height: 0;
    padding: 12px 10px 18px;
  }

  .faculty-card__photo {
    max-width: 160px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .faculty-card__name {
    font-size: 15px;
  }

  .faculty-card__role {
    font-size: 13px;
  }

  .iam__text {
    font-size: 36px;
    gap: 0.22em;
    padding-left: clamp(40px, 14vw, 220px);
  }
}

/* ========== max-width: 1200px ========== */
@media (max-width: 1200px) {
  .programs__intro {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 48px;
  }

  .programs .section-heading {
    gap: 20px;
  }

  .programs .section-heading__title {
    white-space: nowrap;
    line-height: 1.2;
    font-size: 28px;
  }

  .programs .section-heading__sub {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 400;
  }

  .programs__visual {
    justify-self: end;
    width: min(320px, 88%);
  }

  .program-row {
    --program-pad-x: 24px;
    --program-h: 200px;
  }

  .program-row.is-active .program-row__divider {
    margin: 0 16px;
  }

  .program-row.is-active .program-row__aside {
    flex-basis: 200px;
    width: 200px;
    max-width: 200px;
  }

  .program-row.is-active .program-row__title {
    max-width: 280px;
    white-space: normal;
  }

  .admission__spark {
    width: 36px;
    height: 37px;
    right: 12px;
    top: 8px;
  }

  .admission .section-heading__title {
    font-size: 28px;
  }

  .admission__steps {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
  }

  .admission__steps::before {
    display: block;
  }

  .admission-step {
    width: 180px;
    height: 180px;
    flex: 0 0 180px;
    aspect-ratio: 1 / 1;
    padding: 18px 16px;
    box-sizing: border-box;
  }

  .admission-step img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }

  .admission-step h3 {
    font-size: 14px;
  }

  .admission-step p {
    font-size: 13px;
    line-height: 1.25;
    max-width: 132px;
  }

  .placements .section-heading__title {
    font-size: 30px;
  }

  .placements .section-heading__sub {
    font-size: 16px;
  }

  .placements .accent-bar {
    height: 110px;
  }

  .placements__grid {
    grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 12px;
    align-items: end;
  }

  .placements__panel {
    grid-column: 1;
    aspect-ratio: 661 / 377;
  }

  .placements__recruiters {
    grid-column: 2;
    align-self: end;
    justify-content: flex-end;
  }

  .placements__recruiters-title {
    margin-top: 0;
    font-size: 20px;
  }

  .placements__footer {
    gap: 12px;
    padding: 0 16px 22px 20px;
  }

  .placements__metrics span {
    font-size: 11px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .placements__cta {
    padding: 6px 10px;
    font-size: 11px;
    min-height: 32px;
  }

  .recruiter-grid {
    gap: 8px;
  }

  .voices .section-heading__title {
    font-size: 28px;
  }

  .voices .section-heading__sub {
    font-size: 15px;
  }

  .voice-card {
    --voice-card-w: 300px;
    --voice-offset-x: 14px;
    --voice-offset-y: 10px;
  }

  .voice-card__art,
  .voice-card__panel {
    aspect-ratio: 420 / 380;
  }

  .voice-card__panel {
    padding: 24px 18px 88px;
  }

  .voice-card__panel blockquote {
    font-size: 17px;
    line-height: 1.28;
    max-width: 250px;
  }

  .voice-card__panel hr {
    margin: 14px auto 12px;
  }

  .voice-card__panel cite {
    font-size: 14px;
    line-height: 1.3;
    max-width: 250px;
  }

  .voice-card__portrait-wrap {
    margin-top: -64px;
    min-height: 110px;
    margin-bottom: 20px;
  }

  .voice-card__portrait,
  .voice-card__portrait--pentagon,
  .voice-card__portrait--circle,
  .voice-card__portrait--triangle {
    width: 110px;
    height: 110px;
  }

  .life .accent-bar {
    height: 120px;
  }

  .life .section-heading__sub {
    font-size: 16px;
    line-height: 1.4;
  }

  .life-card {
    width: 300px;
    height: 300px;
  }

  .life-owl .owl-item.center .life-card {
    width: 520px;
  }

  .life-owl .owl-dots {
    margin-top: 32px;
  }

  .recognition__title {
    font-size: 56px;
  }

  .recognition__text {
    font-size: 16px;
    line-height: 1.55;
  }

  .recognition__copy {
    margin-top: 22px;
    max-width: 680px;
  }

  .stats-bar {
    grid-template-columns: repeat(5, 1fr);
  }

  .stats-bar__item {
    padding: 22px 8px;
  }

  .stats-bar__item:not(:last-child)::after {
    display: block;
    height: 90px;
  }

  .stats-bar__item:nth-child(n + 4) {
    border-top: none;
  }

  .stats-bar__value,
  .stats-bar__label {
    font-size: 24px;
  }
}

/* ========== max-width: 1080px ========== */
@media (max-width: 1080px) {
  .placements .section-heading__title {
    font-size: 28px;
  }

  .placements .section-heading__sub {
    font-size: 15px;
  }

  .placements .accent-bar {
    height: 100px;
  }

  .placements__grid {
    grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 10px;
    align-items: end;
  }

  .placements__panel {
    grid-column: 1;
    aspect-ratio: 661 / 377;
  }

  .placements__recruiters {
    grid-column: 2;
    align-self: end;
    justify-content: flex-end;
  }

  .placements__recruiters-title {
    margin-top: 0;
    font-size: 18px;
  }

  .placements__footer {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 0 12px 18px 16px;
  }

  .placements__metrics {
    flex-direction: row;
    align-items: center;
  }

  .placements__metrics span {
    font-size: 10px;
    padding: 0 6px;
    white-space: nowrap;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    width: auto;
  }

  .placements__metrics span:last-child {
    border-right: none;
  }

  .placements__cta {
    margin-left: 0;
    padding: 5px 8px;
    font-size: 10px;
    min-height: 30px;
    white-space: nowrap;
  }

  .recruiter-grid {
    gap: 6px;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
    width: min(100% - 32px, 560px);
    padding-left: 56px;
  }

  .hero__form-col {
    width: min(100%, 451px);
    padding-right: 0;
    margin: 0 auto;
  }

  .hero__tag {
    right: 20px;
  }

  .enquiry-form {
    margin: 0 auto;
  }

  .enquiry-form--hero {
    width: 100%;
  }

  .hero__tour {
    left: -56px;
    top: 16%;
    width: 148px;
    height: 148px;
  }

  .hero__tour-ring svg {
    width: 148px;
    height: 148px;
  }

  .hero__tour-media {
    width: 58px;
    height: 58px;
  }

  .hero__tour-text {
    font-size: 12.5px;
  }

  .stats-bar {
    grid-template-columns: repeat(5, 1fr);
  }

  .stats-bar__value,
  .stats-bar__label {
    font-size: 22px;
  }

  .programs {
    padding-top: 48px;
  }

  .admission .section-heading__title {
    font-size: 26px;
  }

  .admission__steps {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    margin-top: 40px;
  }

  .admission__steps::before {
    display: block;
  }

  .admission-step {
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
    aspect-ratio: 1 / 1;
    padding: 14px 12px;
  }

  .admission-step img {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
  }

  .admission-step h3 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .admission-step p {
    font-size: 12px;
    line-height: 1.2;
    max-width: 120px;
  }

  .programs__intro {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
  }

  .programs .section-heading__title {
    font-size: 24px;
    white-space: nowrap;
  }

  .programs .section-heading__sub {
    font-size: 14px;
    max-width: 420px;
  }

  .programs__visual {
    justify-self: end;
    width: min(280px, 92%);
  }

  .program-row {
    --program-pad-x: 28px;
    --program-h: 190px;
    height: var(--program-h);
    min-height: var(--program-h);
    max-height: var(--program-h);
    padding: 0 var(--program-pad-x);
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .program-row__media img {
    width: 200px;
    height: 102px;
  }

  .program-row.is-active .program-row__media {
    flex-basis: 200px;
    width: 200px;
    margin-right: 32px;
  }

  .program-row.is-active .program-row__title {
    font-size: clamp(22px, 2.6vw, 34px);
    max-width: none;
    white-space: normal;
    padding-right: 24px;
  }

  .program-row.is-active .program-row__years {
    flex-basis: 59px;
    margin: 0 8px;
  }

  .program-row.is-active .program-row__divider {
    display: block;
    margin: 0 24px;
    height: 100px;
  }

  .program-row.is-active .program-row__aside {
    flex-basis: auto;
    width: auto;
    max-width: 220px;
    gap: 14px;
  }

  .program-row__title {
    font-size: clamp(22px, 2.8vw, 36px);
  }

  .program-row__specs {
    font-size: 14px;
  }

  .program-row__specs li + li {
    margin-top: 6px;
  }

  .program-row--dense .program-row__specs {
    font-size: 12px;
  }

  .site-footer {
    padding: 56px 0 28px;
  }

  .site-footer__inner {
    grid-template-columns: minmax(240px, 0.95fr) minmax(300px, 1.05fr);
    gap: 36px;
    align-items: start;
  }

  .footer-contact {
    max-width: 420px;
  }

  .footer-contact__block {
    gap: 12px;
  }

  .footer-contact__icon {
    width: 22px;
    height: 22px;
    margin-top: 4px;
  }

  .footer-contact__label {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .footer-contact__text,
  .footer-contact__text a {
    font-size: 18px;
    line-height: 1.45;
  }

  .footer-contact__divider {
    margin: 20px 0;
  }

  .footer-call {
    margin-top: 56px;
    height: 40px;
    font-size: 13px;
  }

  .site-footer__copy {
    font-size: 13px;
    padding-top: 40px;
  }

  .site-footer__form-wrap {
    justify-self: end;
    width: min(100%, 420px);
  }

  .site-footer .enquiry-form--footer .enquiry-form__title {
    font-size: 22px;
  }
}

/* ========== max-width: 990px ========== */
@media (max-width: 990px) {
  :root {
    --header-h: 80px;
  }

  .stats-bar {
    grid-template-columns: repeat(5, 1fr);
  }

  .stats-bar__item {
    padding: 18px 4px;
  }

  .stats-bar__item:not(:last-child)::after {
    display: block;
    height: 72px;
  }

  .stats-bar__item:nth-child(3)::after {
    display: block;
  }

  .stats-bar__item:nth-child(n + 4) {
    border-top: none;
  }

  .stats-bar__value,
  .stats-bar__label {
    font-size: 18px;
  }

  .placements__grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .placements__panel,
  .placements__recruiters {
    grid-column: 1;
  }

  .placements__recruiters {
    align-self: stretch;
    justify-content: flex-start;
  }

  .placements__recruiters-title {
    margin-top: 8px;
  }

  .placements__footer {
    flex-wrap: wrap;
  }

  .iam__text {
    font-size: 26px;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: auto;
    max-width: calc(100% - 40px);
    gap: 0.2em;
    padding-left: clamp(32px, 12vw, 180px);
    line-height: 1.1;
  }

  .programs__intro {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 36px;
  }

  .programs .section-heading {
    gap: 14px;
  }

  .programs .section-heading__title {
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.2;
  }

  .programs .section-heading__sub {
    margin-top: 10px;
    font-size: 13px;
    max-width: 380px;
    line-height: 1.4;
  }

  .programs__visual {
    justify-self: end;
    width: min(220px, 88%);
  }

  .program-row {
    --program-pad-x: 20px;
    --program-h: 170px;
    height: var(--program-h);
    min-height: var(--program-h);
    max-height: var(--program-h);
    padding: 0 var(--program-pad-x);
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .program-row__media img {
    width: 170px;
    height: 87px;
  }

  .program-row.is-active .program-row__media {
    flex: 0 0 170px;
    width: 170px;
    margin-right: 20px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
  }

  .program-row.is-active .program-row__spark {
    opacity: 1;
  }

  .program-row.is-active .program-row__title {
    font-size: clamp(18px, 2.4vw, 28px);
    max-width: none;
    white-space: normal;
    padding-right: 16px;
  }

  .program-row.is-active .program-row__years {
    flex: 0 0 50px;
    width: auto;
    margin: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
  }

  .program-row.is-active .program-row__divider {
    display: block;
    width: 1px;
    margin: 0 16px;
    height: 90px;
    opacity: 1;
    visibility: visible;
  }

  .program-row.is-active .program-row__aside {
    flex: 0 0 auto;
    width: auto;
    max-width: 180px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
    gap: 10px;
  }

  .program-row__title {
    font-size: clamp(18px, 2.6vw, 30px);
  }

  .program-row__specs {
    font-size: 12px;
  }

  .program-row--dense .program-row__specs {
    font-size: 11px;
  }

  .program-row__years-num {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .program-row__years-label {
    font-size: 12px;
  }

  .program-row__body {
    flex-direction: row;
    align-items: center;
    height: 100%;
    gap: 0;
    width: auto;
  }

  .creator-line {
    padding: 28px 0 32px;
  }

  .creator-line__heading {
    gap: 18px;
  }

  .creator-line__bar {
    height: 72px;
  }

  .recognition {
    padding: 40px 0 0;
  }

  .recognition__media {
    margin-top: 48px;
  }

  .programs {
    padding-top: 40px;
  }

  .programs__intro {
    margin-bottom: 28px;
  }

  .admission {
    padding: 36px 0 40px;
  }

  .admission .accent-bar {
    height: 80px;
  }

  .admission .section-heading__title {
    font-size: 24px;
  }

  .admission .section-heading__sub {
    font-size: 14px;
  }

  .admission__steps {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
    margin-top: 28px;
  }

  .admission__steps::before {
    display: block;
  }

  .admission-step {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    aspect-ratio: 1 / 1;
    padding: 12px 10px;
    box-sizing: border-box;
  }

  .admission-step img {
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
  }

  .admission-step h3 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .admission-step p {
    font-size: 11px;
    line-height: 1.2;
    max-width: 112px;
  }

  .voices__track-wrap {
    padding: 0 40px;
    max-width: none;
    width: 100%;
    margin-inline: 0;
  }

  .voices .section-heading__title {
    font-size: 28px;
  }

  .voices .section-heading__sub {
    font-size: 15px;
  }

  .voice-card {
    --voice-card-w: 280px;
    --voice-offset-x: 14px;
    --voice-offset-y: 10px;
  }

  .voice-card__art,
  .voice-card__panel {
    aspect-ratio: 420 / 400;
  }

  .voice-card__panel {
    padding: 28px 18px 96px;
  }

  .voice-card__panel blockquote {
    font-size: 17px;
    max-width: 240px;
  }

  .voice-card__panel cite {
    font-size: 14px;
    max-width: 240px;
  }

  .voice-card__portrait-wrap {
    margin-top: -70px;
    min-height: 120px;
    margin-bottom: 24px;
  }

  .voice-card__portrait,
  .voice-card__portrait--pentagon,
  .voice-card__portrait--circle,
  .voice-card__portrait--triangle {
    width: 120px;
    height: 120px;
  }

  .voices__nav {
    top: 38%;
  }

  .section-heading__title {
    font-size: 32px;
  }

  .recognition__title {
    font-size: 42px;
  }

  .recognition__text {
    font-size: 15px;
    line-height: 1.5;
  }

  .why {
    padding: 36px 0;
  }

  .placements {
    padding: 48px 0 40px;
  }

  .voices {
    padding: 40px 0;
  }

  .voices__track-wrap {
    margin-top: 32px;
  }

  .life {
    padding: 40px 0 32px;
  }

  .faculty {
    padding: 40px 0 56px;
  }

  .faq {
    padding: 40px 0 56px;
  }

  .faq__list {
    margin-top: 28px;
    gap: 16px;
  }

  .site-footer {
    padding: 40px 0 24px;
  }

  .site-footer__copy {
    padding-top: 32px;
  }

  .footer-call {
    margin-top: 48px;
  }
}

/* ========== max-width: 768px ========== */
@media (max-width: 768px) {
  .container {
    width: min(100% - 32px, 100%);
  }

  .programs__intro {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .programs .section-heading {
    width: 100%;
    max-width: 100%;
  }

  .programs .section-heading > div {
    min-width: 0;
    max-width: 100%;
  }

  .programs .section-heading__title {
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 24px;
    max-width: 100%;
  }

  .programs__visual {
    justify-self: center;
    width: min(260px, 78%);
  }

  .program-row {
    --program-pad-x: 20px;
    --program-h: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 24px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
  }

  .program-row.is-active .program-row__media,
  .program-row__media {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
    display: block;
  }

  .program-row__media img {
    width: 180px;
    height: 92px;
    aspect-ratio: 266 / 136;
  }

  .program-row__bg {
    opacity: 1;
  }

  .program-row__spark,
  .program-row.is-active .program-row__spark {
    opacity: 1;
  }

  .program-row__body {
    flex: 1 1 220px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    gap: 12px 16px;
    width: auto;
    min-width: 0;
  }

  .program-row.is-active .program-row__body {
    align-items: center;
  }

  .program-row__title,
  .program-row.is-active .program-row__title,
  .program-row--serif.is-active .program-row__title {
    font-size: 22px;
    font-weight: 500;
    flex: 1 1 160px;
    max-width: none;
    white-space: normal;
    text-align: left;
    padding-right: 0;
    overflow: visible;
    text-overflow: unset;
  }

  .program-row__years,
  .program-row.is-active .program-row__years {
    flex: 0 0 auto;
    flex-direction: column;
    width: auto;
    gap: 4px;
    align-items: center;
    margin: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
  }

  .program-row__years-num {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .program-row__years-label {
    margin-top: 0;
    font-size: 12px;
  }

  .program-row__divider,
  .program-row.is-active .program-row__divider {
    display: block;
    width: 1px;
    height: 72px;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }

  .program-row__aside,
  .program-row.is-active .program-row__aside {
    flex: 1 1 160px;
    width: auto;
    max-width: 240px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
    align-items: flex-start;
    gap: 12px;
  }

  .program-row__specs {
    font-size: 14px;
    white-space: normal;
  }

  .program-row--dense .program-row__specs {
    font-size: 12px;
  }

  .admission {
    padding: 32px 0 36px;
  }

  .admission .section-heading__title {
    font-size: 22px;
  }

  .admission .section-heading__sub {
    font-size: 13px;
  }

  .admission .accent-bar {
    height: 72px;
  }

  .admission__steps {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
    margin-top: 28px;
  }

  .admission__steps::before {
    display: block;
  }

  .admission-step {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    aspect-ratio: 1 / 1;
    padding: 10px 8px;
    box-sizing: border-box;
  }

  .admission-step img {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
  }

  .admission-step h3 {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .admission-step p {
    font-size: 9px;
    line-height: 1.2;
    max-width: 96px;
  }

  .creator-line {
    padding: 32px 0 36px;
  }

  .creator-line__quote {
    font-size: clamp(18px, 5vw, 24px);
  }

  .creator-line__bar {
    height: 56px;
  }

  .iam__text {
    top: 52%;
    font-size: clamp(16px, 4.8vw, 24px);
    white-space: normal;
    flex-wrap: wrap;
    gap: 0.2em;
  }

  .section-heading__title {
    font-size: 28px;
  }

  .recognition {
    padding-top: 48px;
  }

  .recognition__title {
    font-size: 40px;
  }

  .recognition__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .recognition__spark--lg {
    width: 22px;
    height: 24px;
    right: -8px;
    top: 0;
  }

  .recognition__spark--sm {
    width: 14px;
    height: 15px;
    right: 0;
    bottom: -28px;
  }

  .recognition__media {
    margin-top: 56px;
    width: 100%;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
    padding-bottom: 20px;
  }

  .stats-bar__value {
    font-size: 26px;
  }

  .stats-bar__label {
    font-size: 26px;
  }

  .stats-bar__item:nth-child(2)::after {
    display: none;
  }

  .stats-bar__item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
    max-width: 280px;
  }

  .stats-bar__item:last-child::after {
    display: none;
  }

  .why {
    padding: 40px 0;
  }

  .why .section-heading__title {
    font-size: 24px;
    white-space: normal;
  }

  .why .section-heading__sub {
    font-size: 14px;
    line-height: 1.35;
  }

  .why .accent-bar {
    height: 90px;
    margin-top: 8px;
  }

  .why__inner {
    min-height: 0;
  }

  .why__stage {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    row-gap: 28px;
  }

  .why__visual {
    order: -1;
    width: min(280px, 72vw);
    max-width: 280px;
    flex-shrink: 0;
  }

  .why__features {
    margin-top: 0;
    width: 100%;
    max-width: 640px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
  }

  .why__features--left,
  .why__features--right {
    width: 100%;
    max-width: 640px;
    margin-left: 0;
  }

  .why-feature:not(:last-child)::after {
    display: none;
  }

  .why-feature {
    border-bottom: none;
    padding: 8px 4px;
    flex: 1 1 0;
    min-width: 0;
  }

  .why-feature span,
  .why-feature__label {
    font-size: 13px;
    line-height: 1.3;
    max-width: none;
  }

  .why-feature__label > span {
    white-space: normal;
  }

  .why-feature img {
    height: 36px;
    max-width: 52px;
  }

  .placements {
    padding: 56px 0 48px;
  }

  .placements .accent-bar {
    height: 100px;
  }

  .placements .section-heading__title {
    font-size: 28px;
  }

  .placements .section-heading__sub {
    font-size: 15px;
  }

  .placements__panel {
    aspect-ratio: 16 / 10;
    min-height: 280px;
  }

  .placements__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 14px 16px;
  }

  .placements__metrics {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .placements__metrics span {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
    padding: 8px 0;
    white-space: normal;
    font-size: 14px;
  }

  .placements__metrics span:last-child {
    border-bottom: none;
  }

  .placements__cta {
    margin-left: 0;
  }

  .recruiter-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .placements__recruiters-title {
    font-size: 22px;
  }

  .life {
    padding: 56px 0 40px;
  }

  .life .section-heading {
    gap: 16px;
  }

  .life .accent-bar {
    height: 100px;
    width: 4px;
  }

  .life .section-heading__title {
    font-size: 28px;
  }

  .life .section-heading__sub {
    font-size: 15px;
    line-height: 1.45;
  }

  .life__gallery-wrap {
    margin-top: 36px;
  }

  .life-card {
    width: 160px;
    height: 220px;
  }

  .life-owl .owl-item.center .life-card {
    width: 300px;
  }

  .life-owl .owl-dots {
    margin-top: 24px;
    gap: 8px;
  }

  .life-owl .owl-dot span {
    width: 10px;
    height: 10px;
  }

  .faculty__grid {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .faculty-owl .owl-dots {
    display: flex !important;
  }

  .faculty .accent-bar {
    height: 100px;
  }

  .faculty .section-heading {
    gap: 16px;
  }

  .faculty-card {
    min-height: 0;
    padding: 12px 12px 20px;
  }

  .faculty-card__linkedin {
    top: 10px;
    right: 10px;
  }

  .faculty-card__photo {
    max-width: 200px;
    margin: 24px auto 12px;
  }

  .faculty-card__name {
    font-size: 17px;
  }

  .faculty-card__role {
    font-size: 14px;
  }

  .voices {
    padding: 56px 0;
  }

  .voices .accent-bar {
    height: 100px;
  }

  .voices .section-heading__title {
    font-size: 28px;
  }

  .faq {
    padding: 56px 0 72px;
  }
}

/* ========== max-width: 600px ========== */
@media (max-width: 600px) {
  .recognition {
    padding: 28px 0 0;
  }

  .recognition__media {
    margin-top: 32px;
  }

  .programs {
    padding-top: 28px;
  }

  .programs__intro {
    margin-bottom: 24px;
  }

  .creator-line {
    padding: 24px 0 28px;
  }

  .admission {
    padding: 28px 0 32px;
  }

  .admission .section-heading__title {
    font-size: 22px;
  }

  .admission .section-heading__sub {
    font-size: 13px;
  }

  .admission__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 18px 14px;
    margin-top: 24px;
  }

  .admission__steps::before {
    display: none;
  }

  .admission-step {
    width: calc((100% - 28px) / 3);
    max-width: 140px;
    height: auto;
    flex: 0 0 calc((100% - 28px) / 3);
    aspect-ratio: 1 / 1;
    padding: 12px 10px;
    box-sizing: border-box;
  }

  .admission-step img {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
  }

  .admission-step h3 {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .admission-step p {
    font-size: 10px;
    line-height: 1.25;
    max-width: 110px;
  }

  .why {
    padding: 28px 0;
  }

  .why__stage {
    margin-top: 20px;
    gap: 20px;
    row-gap: 20px;
  }

  .placements {
    padding: 32px 0 28px;
  }

  .voices {
    padding: 28px 0;
  }

  .voices__track-wrap {
    margin-top: 24px;
  }

  .life {
    padding: 28px 0 24px;
  }

  .faculty {
    padding: 28px 0 36px;
  }

  .faculty .section-heading {
    gap: 14px;
    align-items: center;
  }

  .faculty .accent-bar {
    width: 6px;
    height: 72px;
  }

  .faculty .section-heading__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
    color: #000000;
  }

  .faculty .section-heading__sub {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
  }

  .faculty__grid,
  .faculty-owl {
    margin-top: 24px;
  }

  .faculty-owl .owl-dots {
    margin-top: 16px;
  }

  .life .section-heading {
    gap: 14px;
    align-items: center;
  }

  .life .accent-bar {
    width: 6px;
    height: 72px;
  }

  .life .section-heading__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
    color: #000000;
  }

  .life .section-heading__sub {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
  }

  .placements .section-heading {
    gap: 14px;
  }

  .placements .accent-bar {
    height: 72px;
  }

  .placements .section-heading__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
  }

  .placements .section-heading__sub {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.3;
  }

  .voices .section-heading {
    gap: 14px;
  }

  .voices .accent-bar {
    height: 72px;
  }

  .voices .section-heading__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
  }

  .voices .section-heading__sub {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.3;
  }

  .faq {
    padding: 28px 0 40px;
  }

  .faq .section-heading {
    gap: 14px;
  }

  .faq .accent-bar {
    height: 72px;
  }

  .faq .section-heading__title {
    font-size: 22px;
    line-height: 1.15;
  }

  .faq .section-heading__sub {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 4px;
  }

  .faq__list {
    margin-top: 20px;
    gap: 12px;
  }

  .faq-item {
    padding: 16px 14px;
  }

  .faq-item__question {
    font-size: 14px;
    line-height: 1.35;
  }

  .faq-item__answer {
    font-size: 13px;
    line-height: 1.4;
  }

  .site-footer {
    padding: 28px 0 20px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-contact {
    max-width: none;
    order: 2;
  }

  .site-footer__form-wrap {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    order: 1;
    padding: 0 12px 14px 0;
  }

  .site-footer .enquiry-form--footer {
    padding: 20px 14px 18px;
  }

  .site-footer .enquiry-form--footer .form-row,
  .site-footer .enquiry-form--footer .form-captcha {
    grid-template-columns: 1fr;
  }

  .site-footer .form-mobile--footer {
    grid-template-columns: 72px 1fr;
  }

  .footer-call {
    margin-top: 40px;
  }

  .site-footer__copy {
    padding-top: 28px;
  }

  .footer-contact__label {
    font-size: 18px;
  }

  .footer-contact__text,
  .footer-contact__text a {
    font-size: 16px;
  }
}

/* ========== max-width: 500px ========== */
@media (max-width: 500px) {
  :root {
    --header-h: 72px;
  }

  .site-header__inner {
    width: 95%;
  }

  .site-header__logo-img {
    height: 44px;
    max-width: min(200px, 40vw);
  }

  .nav-btn {
    font-size: 12px;
    height: 32px;
  }

  .nav-btn__whatsapp {
    width: 22px;
    height: 22px;
  }

  .hero__layout {
    padding-left: 28px;
    width: min(100% - 24px, 560px);
  }

  .hero__content {
    padding-left: 0;
  }

  .hero__copy {
    padding-left: 0;
  }

  .hero__visual-wrap {
    overflow: visible;
  }

  .hero__tour {
    left: -20px;
    top: 12%;
    width: 120px;
    height: 120px;
  }

  .hero__tour-ring svg {
    width: 120px;
    height: 120px;
  }

  .hero__tour-media {
    width: 48px;
    height: 48px;
  }

  .hero__tour-text {
    font-size: 10px;
    letter-spacing: 0.4px;
  }

  .hero__tour-play {
    border-width: 8px 0 8px 13px;
  }

  .hero__form-wrap {
    padding: 0 14px 14px 0;
  }

  .hero__form-bg {
    top: 16px;
    left: 12px;
    width: calc(100% - 12px);
  }

  .hero__tag {
    right: 14px;
    font-size: 16px;
  }

  .enquiry-form--hero {
    padding: 20px 14px 18px;
  }

  .enquiry-form--hero .btn--hero-apply {
    width: min(252px, 100%);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

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

  .admission__spark {
    display: none;
  }

  .admission__heading {
    gap: 14px;
  }

  .admission__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: start;
    gap: 20px 16px;
    margin-top: 24px;
    flex-direction: unset;
  }

  .admission__steps::before {
    display: none;
  }

  .admission-step {
    width: min(160px, 100%);
    height: auto;
    flex: unset;
    aspect-ratio: 1 / 1;
    padding: 14px 12px;
  }

  .admission-step:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .admission-step img {
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
  }

  .admission-step h3 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .admission-step p {
    font-size: 11px;
    line-height: 1.25;
    max-width: 120px;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    padding-bottom: 16px;
  }

  .stats-bar__item {
    padding: 16px 8px;
  }

  .stats-bar__item:not(:last-child)::after {
    display: block;
    height: 64px;
  }

  .stats-bar__item:nth-child(even)::after {
    display: none;
  }

  .stats-bar__item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
    max-width: 220px;
  }

  .stats-bar__item:last-child::after {
    display: none !important;
  }

  .stats-bar__value,
  .stats-bar__label {
    font-size: 22px;
  }

  .life-card {
    width: 120px;
    height: 210px;
  }

  .life-owl .owl-item.center .life-card {
    width: min(300px, 70vw);
    height: 210px;
  }

  .life__gallery-wrap {
    overflow: hidden;
  }

  .life-owl .owl-stage-outer {
    overflow: visible;
  }

  .voice-card {
    --voice-card-w: min(300px, calc(100vw - 72px));
    --voice-offset-x: 12px;
    --voice-offset-y: 8px;
  }

  .voice-card__art,
  .voice-card__panel {
    aspect-ratio: 420 / 340;
  }

  .voice-card__panel {
    padding: 20px 16px 72px;
  }

  .voice-card__panel blockquote {
    font-size: 15px;
    line-height: 1.3;
    max-width: 240px;
  }

  .voice-card__panel hr {
    margin: 12px auto 10px;
  }

  .voice-card__panel cite {
    font-size: 13px;
    line-height: 1.3;
    max-width: 240px;
  }

  .voice-card__portrait-wrap {
    margin-top: -56px;
    min-height: 96px;
    margin-bottom: 16px;
  }

  .voice-card__portrait,
  .voice-card__portrait--pentagon,
  .voice-card__portrait--circle,
  .voice-card__portrait--triangle {
    width: 96px;
    height: 96px;
  }

  .site-footer__form-wrap {
    padding: 0 12px 14px 0;
  }

  .site-footer .enquiry-form--footer {
    padding: 20px 14px 18px;
  }

  .site-footer .enquiry-form--footer .form-row {
    grid-template-columns: 1fr;
  }

  .site-footer .enquiry-form--footer .form-captcha {
    grid-template-columns: 1fr;
  }

  .site-footer .form-mobile--footer {
    grid-template-columns: 72px 1fr;
  }
}

/* ========== max-width: 425px ========== */
@media (max-width: 425px) {
  .container {
    width: min(100% - 24px, 100%);
  }

  .hero__title {
    font-size: 26px;
  }

  .hero__title-serif {
    font-size: 30px;
  }

  .hero__badge {
    font-size: 12px;
    padding: 6px 14px;
  }

  .hero__programs {
    font-size: 14px;
  }

  .hero__layout {
    padding-left: 20px;
    width: min(100% - 16px, 560px);
  }

  .hero__tour {
    left: -12px;
    width: 100px;
    height: 100px;
  }

  .hero__tour-ring svg {
    width: 100px;
    height: 100px;
  }

  .hero__tour-media {
    width: 40px;
    height: 40px;
  }

  .hero__tour-text {
    font-size: 8.5px;
  }

  .btn {
    font-size: 14px;
    min-height: 44px;
  }

  .enquiry-form {
    padding: 18px 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .enquiry-form--hero {
    width: 100%;
    padding: 18px 12px 16px;
  }

  .enquiry-form--hero .enquiry-form__title,
  .site-footer .enquiry-form--footer .enquiry-form__title {
    font-size: 20px;
  }

  .form-row,
  .enquiry-form--hero .form-captcha,
  .site-footer .enquiry-form--footer .form-row,
  .site-footer .enquiry-form--footer .form-captcha {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .enquiry-form--hero .btn--hero-apply,
  .site-footer .btn--footer-apply {
    width: 100%;
    max-width: 100%;
  }

  .hero__form-col {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
  }

  .hero__form-wrap {
    padding: 0 10px 10px 0;
    width: 100%;
  }

  .hero__layout {
    padding-left: 16px;
    width: min(100% - 16px, 560px);
  }

  .section-heading__title {
    font-size: 24px;
  }

  .programs__intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }

  .programs .section-heading {
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .programs .section-heading > div {
    min-width: 0;
    flex: 1 1 auto;
    max-width: 100%;
  }

  .programs .section-heading__title {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 1.25;
    max-width: 100%;
  }

  .programs .section-heading__sub {
    font-size: 13px;
    line-height: 1.4;
    max-width: 100%;
  }

  .programs__visual {
    justify-self: center;
    width: min(220px, 70vw);
    height: auto;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .program-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 14px;
    gap: 10px;
  }

  .program-row__media img {
    width: 160px;
    height: 82px;
  }

  .program-row__body {
    flex: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    gap: 10px;
  }

  .program-row.is-active .program-row__body {
    align-items: center;
  }

  .program-row__title,
  .program-row.is-active .program-row__title,
  .program-row--serif.is-active .program-row__title {
    flex: none;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-right: 0;
    margin: 0;
  }

  .program-row__years,
  .program-row.is-active .program-row__years {
    flex: none;
    margin: 0;
    gap: 2px;
  }

  .program-row__years-num {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .program-row__years-label {
    font-size: 11px;
    margin-top: 0;
  }

  .program-row__divider,
  .program-row.is-active .program-row__divider {
    display: none;
    height: 0;
    margin: 0;
  }

  .program-row__aside,
  .program-row.is-active .program-row__aside {
    flex: none;
    align-items: center;
    max-width: 100%;
    width: 100%;
    gap: 8px;
    margin: 0;
  }

  .program-row__specs {
    font-size: 13px;
  }

  .program-row__specs li + li {
    margin-top: 4px;
  }

  .program-row__explore {
    margin-top: 0;
  }

  .recognition__title {
    font-size: 28px;
  }

  .recognition__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq {
    padding: 48px 0 64px;
  }

  .faq .section-heading__sub {
    font-size: 15px;
  }

  .faq__list {
    margin-top: 28px;
    gap: 20px;
  }

  .faq-item {
    padding: 20px 18px;
  }

  .faq-item__question {
    font-size: 15px;
  }

  .faq-item.is-open .faq-item__answer {
    margin-top: 12px;
  }

  .faq-item__answer {
    font-size: 14px;
  }

  .recruiter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .admission__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: start;
    gap: 16px 12px;
  }

  .admission__steps::before {
    display: none;
  }

  .admission-step {
    width: min(148px, 100%);
    max-width: 148px;
    height: auto;
    flex: none;
    aspect-ratio: 1 / 1;
    padding: 12px 10px;
    box-sizing: border-box;
  }

  .admission-step:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .admission-step img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }

  .admission-step h3 {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .admission-step p {
    font-size: 10px;
    line-height: 1.2;
    max-width: 112px;
  }

  .life-owl .owl-item.center .life-card {
    width: 240px;
  }

  .life-card {
    width: 160px;
    height: 160px;
  }
}

/* ========== max-width: 360px ========== */
@media (max-width: 360px) {
  .container {
    width: min(100% - 20px, 100%);
  }

  .section-heading {
    gap: 10px;
  }

  .programs .section-heading {
    gap: 16px;
  }

  .section-heading__title {
    font-size: 22px;
  }

  .programs .section-heading__title {
    font-size: 22px;
    white-space: normal;
  }

  .programs .section-heading__sub {
    margin-top: 12px;
    font-size: 14px;
  }

  .hero__layout {
    padding-left: 16px;
    gap: 28px;
  }

  .hero__title {
    font-size: 22px;
  }

  .hero__title-serif {
    font-size: 26px;
  }

  .hero__tag {
    font-size: 14px;
  }

  .hero__tour {
    left: -8px;
    width: 88px;
    height: 88px;
  }

  .hero__tour-ring svg {
    width: 88px;
    height: 88px;
  }

  .hero__tour-media {
    width: 36px;
    height: 36px;
  }

  .hero__tour-play {
    border-width: 6px 0 6px 10px;
  }

  .recognition__title {
    font-size: 28px;
  }

  .recognition__copy {
    margin-top: 18px;
  }

  .recognition__spark {
    display: none;
  }

  .recognition__media {
    margin-top: 40px;
  }

  .stats-bar__item {
    padding: 18px 8px;
  }

  .stats-bar__value {
    font-size: 22px;
  }

  .stats-bar__label {
    font-size: 22px;
  }

  .program-row {
    padding: 22px 12px;
  }

  .program-row__title,
  .program-row.is-active .program-row__title {
    font-size: clamp(22px, 7vw, 30px);
  }

  .admission-step {
    width: min(130px, 100%);
    max-width: 130px;
    height: auto;
    flex: none;
    aspect-ratio: 1 / 1;
    padding: 10px 8px;
    box-sizing: border-box;
  }

  .admission-step h3 {
    font-size: 10px;
  }

  .admission-step p {
    font-size: 9px;
    max-width: 100px;
  }

  .why-feature {
    padding: 14px 4px;
  }

  .faculty__grid {
    max-width: 100%;
  }

  .nav-btn--register {
    padding: 0 10px;
    font-size: 11px;
  }
}
