.north-west-page {
  --north-west-ink: #26313d;
  --north-west-muted: #5d6872;
  --north-west-plum: #4b274d;
  --north-west-plum-deep: #321a38;
  --north-west-wine: #7a2947;
  --north-west-copper: #c77445;
  --north-west-copper-dark: #9c4f2d;
  --north-west-cream: #fbf7f1;
  --north-west-paper: #ffffff;
  --north-west-mist: #f2edf3;
  --north-west-line: #ded5df;
  --north-west-shadow: 0 18px 46px rgba(50, 26, 56, 0.1);
  color: var(--north-west-ink);
}

.north-west-page main {
  overflow: hidden;
}

.north-west-page .north-west-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.north-west-page .north-west-shell-narrow {
  width: min(940px, calc(100% - 40px));
}

.north-west-page .north-west-section-intro {
  max-width: 830px;
  margin-bottom: 38px;
}

.north-west-page .north-west-section-intro h2,
.north-west-page .north-west-cost-copy h2,
.north-west-page .north-west-campus-address h2 {
  margin: 0 0 18px;
  color: var(--north-west-plum-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.north-west-page .north-west-section-intro > p:last-child,
.north-west-page .north-west-cost-copy > p,
.north-west-page .north-west-campus-address > p {
  margin: 0;
  color: var(--north-west-muted);
  font-size: 1.06rem;
  line-height: 1.78;
}

.north-west-page .north-west-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--north-west-wine);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.north-west-page .north-west-kicker::before {
  width: 28px;
  height: 2px;
  background: var(--north-west-copper);
  content: "";
  flex: 0 0 auto;
}

.north-west-page .north-west-section-intro-light h2,
.north-west-page .north-west-section-intro-light > p:last-child {
  color: #ffffff;
}

.north-west-page .north-west-section-intro-light > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.north-west-page .north-west-section-intro-light .north-west-kicker {
  color: #f1c4a6;
}

.north-west-page .north-west-section-intro-light .north-west-kicker::before {
  background: #ef9d6e;
}

.north-west-page .north-west-overview {
  position: relative;
  padding: 94px 0 102px;
  background:
    radial-gradient(circle at 92% 10%, rgba(199, 116, 69, 0.11), transparent 24rem),
    var(--north-west-cream);
}

.north-west-page .north-west-overview::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(122, 41, 71, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(122, 41, 71, 0.035),
    0 0 0 68px rgba(122, 41, 71, 0.025);
  content: "";
  pointer-events: none;
}

.north-west-page .north-west-fact-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid var(--north-west-line);
  border-radius: 20px;
  background: var(--north-west-paper);
  box-shadow: var(--north-west-shadow);
}

.north-west-page .north-west-fact-band > div {
  min-width: 0;
  padding: 25px 28px;
}

.north-west-page .north-west-fact-band > div + div {
  border-left: 1px solid var(--north-west-line);
}

.north-west-page .north-west-fact-band span {
  display: block;
  margin-bottom: 7px;
  color: var(--north-west-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.north-west-page .north-west-fact-band strong {
  display: block;
  color: var(--north-west-plum-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
  font-weight: 650;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.north-west-page .north-west-award-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 26px;
  padding: 35px;
  border-radius: 20px;
  background: var(--north-west-plum-deep);
  box-shadow: 0 20px 44px rgba(50, 26, 56, 0.18);
  color: #ffffff;
}

.north-west-page .north-west-award-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #f2bd99;
  font-size: 1.75rem;
}

.north-west-page .north-west-award-panel h3 {
  margin: 0 0 11px;
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.15;
}

.north-west-page .north-west-award-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.72;
}

.north-west-page .north-west-award-panel p + p {
  margin-top: 13px;
}

.north-west-page .north-west-award-panel a {
  color: #ffd1b2;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.north-west-page .north-west-award-panel a:hover,
.north-west-page .north-west-award-panel a:focus-visible {
  color: #ffffff;
}

.north-west-page .north-west-source-line {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 25px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--north-west-copper);
  color: var(--north-west-muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.north-west-page .north-west-source-line a,
.north-west-page .north-west-official-link {
  color: var(--north-west-wine);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.north-west-page .north-west-curriculum {
  position: relative;
  padding: 100px 0 108px;
  background: #22293a;
  color: #ffffff;
}

.north-west-page .north-west-curriculum::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.north-west-page .north-west-curriculum .north-west-shell {
  position: relative;
  z-index: 1;
}

.north-west-page .north-west-hours {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  padding: 35px 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(4px);
}

.north-west-page .north-west-hours-total {
  padding-right: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.north-west-page .north-west-hours-number,
.north-west-page .north-west-hours-label {
  display: block;
}

.north-west-page .north-west-hours-number {
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  font-weight: 650;
  line-height: 0.85;
  letter-spacing: -0.04em;
}

.north-west-page .north-west-hours-label {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.north-west-page .north-west-hours-track {
  display: flex;
  height: 18px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.north-west-page .north-west-hours-clinical {
  width: 56.38%;
  background: #d78050;
}

.north-west-page .north-west-hours-other {
  width: 43.62%;
  background: #9e6c9c;
}

.north-west-page .north-west-hours-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.north-west-page .north-west-hours-legend > div {
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
}

.north-west-page .north-west-hours-legend strong,
.north-west-page .north-west-hours-legend small {
  grid-column: 2;
}

.north-west-page .north-west-hours-legend strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.north-west-page .north-west-hours-legend small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.35;
}

.north-west-page .north-west-dot {
  grid-row: 1 / span 2;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.north-west-page .north-west-dot-clinical {
  background: #d78050;
}

.north-west-page .north-west-dot-other {
  background: #9e6c9c;
}

.north-west-page .north-west-study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.north-west-page .north-west-study-grid article {
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.north-west-page .north-west-study-step {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(239, 157, 110, 0.3);
  border-radius: 999px;
  color: #f1b48f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.north-west-page .north-west-study-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.48rem;
  line-height: 1.2;
}

.north-west-page .north-west-study-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.66;
}

.north-west-page .north-west-schedule-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  margin-top: 20px;
  padding: 27px 30px;
  border-left: 4px solid #d78050;
  border-radius: 0 16px 16px 0;
  background: rgba(215, 128, 80, 0.1);
}

.north-west-page .north-west-schedule-note > i {
  color: #efab83;
  font-size: 1.6rem;
  text-align: center;
}

.north-west-page .north-west-schedule-note h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.14rem;
}

.north-west-page .north-west-schedule-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.66;
}

.north-west-page .north-west-schedule-note a {
  color: #ffd0b3;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.north-west-page .north-west-schedule-note a:hover,
.north-west-page .north-west-schedule-note a:focus-visible {
  color: #ffffff;
}

.north-west-page .north-west-admission {
  padding: 100px 0 108px;
  background: var(--north-west-paper);
}

.north-west-page .north-west-entry-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}

.north-west-page .north-west-entry-path li {
  position: relative;
  min-width: 0;
  padding: 0 24px;
}

.north-west-page .north-west-entry-path li:first-child {
  padding-left: 0;
}

.north-west-page .north-west-entry-path li:last-child {
  padding-right: 0;
}

.north-west-page .north-west-entry-path li + li::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background: var(--north-west-line);
  content: "";
}

.north-west-page .north-west-entry-path li > span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 10px;
  background: var(--north-west-plum);
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.north-west-page .north-west-entry-path h3 {
  margin: 0 0 10px;
  color: var(--north-west-plum-deep);
  font-size: 1.05rem;
  line-height: 1.3;
}

.north-west-page .north-west-entry-path p {
  margin: 0;
  color: var(--north-west-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.north-west-page .north-west-clinical-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr);
  gap: 30px;
  padding: 38px;
  border: 1px solid var(--north-west-line);
  border-radius: 22px;
  background: var(--north-west-cream);
}

.north-west-page .north-west-clinical-entry h3 {
  margin: 0 0 12px;
  color: var(--north-west-plum-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.18;
}

.north-west-page .north-west-clinical-entry > div > p:last-child {
  margin: 0;
  color: var(--north-west-muted);
  line-height: 1.72;
}

.north-west-page .north-west-clinical-entry aside {
  align-self: stretch;
  padding: 26px;
  border-radius: 16px;
  background: var(--north-west-plum-deep);
  color: #ffffff;
}

.north-west-page .north-west-clinical-entry aside h4 {
  margin: 0 0 10px;
  color: #f3c1a2;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.north-west-page .north-west-clinical-entry aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.66;
}

.north-west-page .north-west-cost {
  padding: 104px 0;
  background:
    linear-gradient(115deg, rgba(122, 41, 71, 0.055), transparent 55%),
    var(--north-west-mist);
}

.north-west-page .north-west-cost-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  gap: 68px;
  align-items: center;
}

.north-west-page .north-west-cost-copy > p + p {
  margin-top: 15px;
}

.north-west-page .north-west-cost-copy a {
  color: var(--north-west-wine);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.north-west-page .north-west-cost-sheet {
  overflow: hidden;
  border: 1px solid var(--north-west-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--north-west-shadow);
}

.north-west-page .north-west-cost-row,
.north-west-page .north-west-cost-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  padding: 18px 25px;
}

.north-west-page .north-west-cost-row + .north-west-cost-row {
  border-top: 1px solid #ece5ec;
}

.north-west-page .north-west-cost-row span {
  color: var(--north-west-muted);
  line-height: 1.4;
}

.north-west-page .north-west-cost-row strong {
  color: var(--north-west-plum-deep);
  white-space: nowrap;
}

.north-west-page .north-west-cost-total {
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--north-west-plum-deep);
  color: #ffffff;
}

.north-west-page .north-west-cost-total span {
  font-weight: 700;
}

.north-west-page .north-west-cost-total strong {
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  white-space: nowrap;
}

.north-west-page .north-west-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.north-west-page .north-west-included-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  padding: 26px;
  border: 1px solid rgba(75, 39, 77, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.6);
}

.north-west-page .north-west-included-grid i {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 13px;
  background: rgba(122, 41, 71, 0.1);
  color: var(--north-west-wine);
  font-size: 1.2rem;
}

.north-west-page .north-west-included-grid h3 {
  margin: 0 0 7px;
  color: var(--north-west-plum-deep);
  font-size: 1.03rem;
}

.north-west-page .north-west-included-grid p {
  margin: 0;
  color: var(--north-west-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.north-west-page .north-west-transfer {
  padding: 100px 0 106px;
  background: var(--north-west-paper);
}

.north-west-page .north-west-transfer-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--north-west-line);
  border-radius: 22px;
  box-shadow: var(--north-west-shadow);
}

.north-west-page .north-west-transfer-board article {
  min-width: 0;
  padding: 38px;
}

.north-west-page .north-west-transfer-board article:first-child {
  background: var(--north-west-cream);
}

.north-west-page .north-west-transfer-board article:last-child {
  background: var(--north-west-plum-deep);
  color: #ffffff;
}

.north-west-page .north-west-transfer-label {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--north-west-wine);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.north-west-page .north-west-transfer-board article:last-child .north-west-transfer-label {
  color: #efb18d;
}

.north-west-page .north-west-transfer-board h3 {
  margin: 0 0 14px;
  color: var(--north-west-plum-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.18;
}

.north-west-page .north-west-transfer-board article:last-child h3 {
  color: #ffffff;
}

.north-west-page .north-west-transfer-board ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.north-west-page .north-west-transfer-board li {
  position: relative;
  padding-left: 22px;
  color: var(--north-west-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.north-west-page .north-west-transfer-board li + li {
  margin-top: 11px;
}

.north-west-page .north-west-transfer-board li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--north-west-copper);
  content: "";
  transform: rotate(45deg);
}

.north-west-page .north-west-transfer-board p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.north-west-page .north-west-campus {
  padding: 105px 0;
  background: var(--north-west-cream);
}

.north-west-page .north-west-campus-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 68px;
  align-items: start;
}

.north-west-page .north-west-campus-address {
  position: sticky;
  top: 28px;
}

.north-west-page .north-west-campus-address address {
  margin: 0 0 19px;
  color: var(--north-west-ink);
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
}

.north-west-page .north-west-phone {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--north-west-wine);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.north-west-page .north-west-phone:hover,
.north-west-page .north-west-phone:focus-visible,
.north-west-page .north-west-official-link:hover,
.north-west-page .north-west-official-link:focus-visible {
  color: var(--north-west-copper-dark);
}

.north-west-page .north-west-official-link {
  display: inline-flex;
  max-width: 100%;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}

.north-west-page .north-west-resource-panel {
  overflow: hidden;
  border: 1px solid var(--north-west-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--north-west-shadow);
}

.north-west-page .north-west-resource-panel > h3 {
  margin: 0;
  padding: 25px 28px;
  background: var(--north-west-plum-deep);
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.55rem;
}

.north-west-page .north-west-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.north-west-page .north-west-resource-grid > div {
  min-width: 0;
  padding: 28px;
}

.north-west-page .north-west-resource-grid > div:nth-child(even) {
  border-left: 1px solid var(--north-west-line);
}

.north-west-page .north-west-resource-grid > div:nth-child(n + 3) {
  border-top: 1px solid var(--north-west-line);
}

.north-west-page .north-west-resource-grid i {
  margin-bottom: 14px;
  color: var(--north-west-copper-dark);
  font-size: 1.35rem;
}

.north-west-page .north-west-resource-grid h4 {
  margin: 0 0 8px;
  color: var(--north-west-plum-deep);
  font-size: 1rem;
}

.north-west-page .north-west-resource-grid p {
  margin: 0;
  color: var(--north-west-muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.north-west-page .north-west-other-programs {
  padding: 100px 0 104px;
  background: var(--north-west-plum-deep);
}

.north-west-page .north-west-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.north-west-page .north-west-program-grid article {
  min-width: 0;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
}

.north-west-page .north-west-program-grid span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(239, 157, 110, 0.14);
  color: #efb18d;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.north-west-page .north-west-program-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.18;
}

.north-west-page .north-west-program-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.9rem;
  line-height: 1.62;
}

.north-west-page .north-west-catalog-note {
  margin: 22px 0 0;
  padding: 20px 22px;
  border-left: 3px solid #d78050;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
}

.north-west-page .north-west-catalog-note strong {
  color: #ffffff;
}

.north-west-page .north-west-alternatives {
  padding: 102px 0 108px;
  background: #ffffff;
}

.north-west-page .north-west-alternative-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.north-west-page .north-west-alternative-grid article {
  display: flex;
  min-width: 0;
  min-height: 290px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--north-west-line);
  border-radius: 18px;
  background: var(--north-west-cream);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.north-west-page .north-west-alternative-grid article:hover {
  border-color: rgba(122, 41, 71, 0.32);
  box-shadow: 0 15px 34px rgba(50, 26, 56, 0.1);
  transform: translateY(-3px);
}

.north-west-page .north-west-school-type {
  margin-bottom: 13px;
  color: var(--north-west-wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.north-west-page .north-west-alternative-grid h3 {
  margin: 0 0 11px;
  color: var(--north-west-plum-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.north-west-page .north-west-alternative-grid p {
  margin: 0 0 22px;
  color: var(--north-west-muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.north-west-page .north-west-alternative-grid a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 11px 15px;
  border: 1px solid var(--north-west-wine);
  border-radius: 10px;
  color: var(--north-west-wine);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.north-west-page .north-west-alternative-grid a:hover,
.north-west-page .north-west-alternative-grid a:focus-visible {
  background: var(--north-west-wine);
  color: #ffffff;
}

.north-west-page .north-west-faq {
  padding: 100px 0 108px;
  background: var(--north-west-mist);
}

.north-west-page .north-west-faq-list {
  display: grid;
  gap: 12px;
}

.north-west-page .north-west-faq-list details {
  overflow: hidden;
  border: 1px solid var(--north-west-line);
  border-radius: 15px;
  background: #ffffff;
}

.north-west-page .north-west-faq-list summary {
  display: grid;
  min-height: 64px;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  color: var(--north-west-plum-deep);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.42;
  list-style: none;
}

.north-west-page .north-west-faq-list summary::-webkit-details-marker {
  display: none;
}

.north-west-page .north-west-faq-list summary i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--north-west-mist);
  color: var(--north-west-wine);
  font-size: 0.76rem;
  transition: transform 180ms ease;
}

.north-west-page .north-west-faq-list details[open] summary {
  color: var(--north-west-wine);
}

.north-west-page .north-west-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.north-west-page .north-west-faq-list details p {
  margin: 0;
  padding: 0 70px 22px 22px;
  color: var(--north-west-muted);
  line-height: 1.72;
}

.north-west-page .north-west-distance-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.north-west-page .north-west-distance-row > input {
  min-width: 0;
  flex: 1 1 120px;
}

.north-west-page .north-west-distance-row > label {
  display: inline-flex;
  flex: 0 1 auto;
  gap: 7px;
  align-items: center;
  white-space: normal;
}

@media (max-width: 1000px) {
  .north-west-page .north-west-fact-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .north-west-page .north-west-fact-band > div:nth-child(3) {
    border-top: 1px solid var(--north-west-line);
    border-left: 0;
  }

  .north-west-page .north-west-fact-band > div:nth-child(4) {
    border-top: 1px solid var(--north-west-line);
  }

  .north-west-page .north-west-entry-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .north-west-page .north-west-entry-path li:nth-child(3) {
    padding-left: 0;
  }

  .north-west-page .north-west-entry-path li:nth-child(3)::before {
    display: none;
  }

  .north-west-page .north-west-cost-grid,
  .north-west-page .north-west-campus-grid {
    gap: 42px;
  }

  .north-west-page .north-west-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .north-west-page .north-west-alternative-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .north-west-page .north-west-shell,
  .north-west-page .north-west-shell-narrow {
    width: min(100% - 32px, 1180px);
  }

  .north-west-page .north-west-overview,
  .north-west-page .north-west-curriculum,
  .north-west-page .north-west-admission,
  .north-west-page .north-west-cost,
  .north-west-page .north-west-transfer,
  .north-west-page .north-west-campus,
  .north-west-page .north-west-other-programs,
  .north-west-page .north-west-alternatives,
  .north-west-page .north-west-faq {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .north-west-page .north-west-hours {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .north-west-page .north-west-hours-total {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .north-west-page .north-west-cost-grid,
  .north-west-page .north-west-campus-grid {
    grid-template-columns: 1fr;
  }

  .north-west-page .north-west-campus-address {
    position: static;
  }

  .north-west-page .north-west-clinical-entry {
    grid-template-columns: 1fr;
  }

  .north-west-page .north-west-transfer-board {
    grid-template-columns: 1fr;
  }

  .north-west-page .north-west-alternative-grid article {
    min-height: 270px;
  }
}

@media (max-width: 640px) {
  .north-west-page .north-west-shell,
  .north-west-page .north-west-shell-narrow {
    width: min(100% - 24px, 1180px);
  }

  .north-west-page .north-west-section-intro {
    margin-bottom: 30px;
  }

  .north-west-page .north-west-section-intro h2,
  .north-west-page .north-west-cost-copy h2,
  .north-west-page .north-west-campus-address h2 {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
    overflow-wrap: anywhere;
  }

  .north-west-page .north-west-fact-band,
  .north-west-page .north-west-study-grid,
  .north-west-page .north-west-entry-path,
  .north-west-page .north-west-included-grid,
  .north-west-page .north-west-resource-grid,
  .north-west-page .north-west-program-grid,
  .north-west-page .north-west-alternative-grid {
    grid-template-columns: 1fr;
  }

  .north-west-page .north-west-fact-band > div + div,
  .north-west-page .north-west-fact-band > div:nth-child(3),
  .north-west-page .north-west-fact-band > div:nth-child(4) {
    border-top: 1px solid var(--north-west-line);
    border-left: 0;
  }

  .north-west-page .north-west-fact-band > div:first-child {
    border-top: 0;
  }

  .north-west-page .north-west-award-panel {
    grid-template-columns: 1fr;
    padding: 27px;
  }

  .north-west-page .north-west-award-icon {
    width: 60px;
    height: 60px;
  }

  .north-west-page .north-west-hours {
    padding: 27px 23px;
  }

  .north-west-page .north-west-hours-legend {
    grid-template-columns: 1fr;
  }

  .north-west-page .north-west-schedule-note {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .north-west-page .north-west-schedule-note > i {
    text-align: left;
  }

  .north-west-page .north-west-entry-path {
    gap: 0;
  }

  .north-west-page .north-west-entry-path li,
  .north-west-page .north-west-entry-path li:first-child,
  .north-west-page .north-west-entry-path li:last-child,
  .north-west-page .north-west-entry-path li:nth-child(3) {
    padding: 0 0 27px 56px;
  }

  .north-west-page .north-west-entry-path li:last-child {
    padding-bottom: 0;
  }

  .north-west-page .north-west-entry-path li + li::before,
  .north-west-page .north-west-entry-path li:nth-child(3)::before {
    top: -28px;
    bottom: auto;
    left: 18px;
    display: block;
    width: 1px;
    height: 29px;
  }

  .north-west-page .north-west-entry-path li > span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .north-west-page .north-west-clinical-entry,
  .north-west-page .north-west-transfer-board article {
    padding: 27px;
  }

  .north-west-page .north-west-cost-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .north-west-page .north-west-cost-row,
  .north-west-page .north-west-cost-total {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 0.9rem;
  }

  .north-west-page .north-west-cost-total strong {
    font-size: 1.55rem;
  }

  .north-west-page .north-west-resource-grid > div:nth-child(even),
  .north-west-page .north-west-resource-grid > div:nth-child(n + 3) {
    border-left: 0;
  }

  .north-west-page .north-west-resource-grid > div + div {
    border-top: 1px solid var(--north-west-line);
  }

  .north-west-page .north-west-alternative-grid article {
    min-height: 0;
  }

  .north-west-page .north-west-alternative-grid a {
    width: 100%;
  }

  .north-west-page .north-west-faq-list summary {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 12px;
    padding: 17px;
    font-size: 0.94rem;
  }

  .north-west-page .north-west-faq-list details p {
    padding: 0 17px 20px;
    font-size: 0.93rem;
  }
}

@media (max-width: 420px) {
  .north-west-page .north-west-cost-row,
  .north-west-page .north-west-cost-total {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .north-west-page .north-west-cost-row strong,
  .north-west-page .north-west-cost-total strong {
    white-space: normal;
  }

  .north-west-page .north-west-included-grid article {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .north-west-page .north-west-alternative-grid article,
  .north-west-page .north-west-faq-list summary i {
    transition: none;
  }
}
