/* Local university experience: pathway, discovery, course overview and admissions. */
.sx-section { padding: 76px 0; color: #142f49; background: #fff; }
.sx-section *, .sx-admissions * { box-sizing: border-box; }
.sx-section [hidden], .sx-admissions[hidden] { display: none !important; }
.sx-section h2 { color: #102e4b; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.18; letter-spacing: -.025em; }
.sx-section h3 { color: #102e4b; font-size: 21px; line-height: 1.4; }
.sx-section p { color: #526679; line-height: 1.7; }
.sx-section .sx-kicker { margin: 0 0 12px; color: #77602f; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
.sx-heading { max-width: 760px; margin-bottom: 34px; }
.sx-heading > p:last-child { margin: 18px 0 0; font-size: 17px; }
.sx-section a { color: #183d60; text-underline-offset: 4px; }
.sx-section a:hover { text-decoration: underline; }
.sx-section :is(a,button,select,summary):focus-visible, .sx-admissions a:focus-visible { outline: 3px solid #9b752e; outline-offset: 4px; }
.sx-section dl { margin: 0; }
.sx-section dt { font-size: 12px; font-weight: 650; color: #5b6c7c; margin-bottom: 6px; }
.sx-section dd { margin: 0; font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }
.sx-section dd small { display: block; color: #576d80; font-size: 13px; line-height: 1.6; margin-top: 6px; }
.sx-section .sx-note { font-size: 14px; margin: 26px 0 0; max-width: 980px; }
.sx-pathway { background: #f5f7f9; }
.sx-pathway-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; padding: 0; margin: 0; list-style: none; }
.sx-pathway-grid > li { position: relative; padding: 28px; border-top: 3px solid #b89752; background: #fff; display: flex; flex-direction: column; }
.sx-pathway-grid > li + li::before { content: '→'; position: absolute; left: -27px; top: 34px; font-size: 23px; color: #8c713c; }
.sx-step { color: #837043; font-size: 13px; font-weight: 650; letter-spacing: .1em; }
.sx-pathway-grid h3 { font-size: 29px; margin: 12px 0 0; }
.sx-pathway-grid p { margin: 12px 0 22px; }
.sx-pathway-grid dl { margin-top: auto; display: grid; gap: 15px; }
.sx-pathway-grid a { display: inline-block; margin-top: 25px; font-weight: 650; }
.sx-pathway-facts { display: grid; gap: 8px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #d4dce4; font-size: 14px; line-height: 1.6; }
.sx-filters { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 20px; align-items: end; padding: 24px; background: #f3f6f8; border: 1px solid #dce3e8; }
.sx-filters label { display: grid; gap: 8px; font-size: 14px; font-weight: 650; color: #183d60; }
.sx-filters select { width: 100%; min-width: 0; min-height: 48px; padding: 10px 32px 10px 12px; border: 1px solid #bdcbd7; border-radius: 4px; color: #183d60; background-color: #fff; font: inherit; font-size: 16px; }
.sx-section button { cursor: pointer; min-height: 48px; padding: 10px 20px; border: 1px solid #b9c9d6; border-radius: 4px; font: inherit; font-weight: 600; color: #183d60; background: #fff; }
.sx-section button:hover { background: #eaf0f5; }
.sx-results { margin: 22px 0; font-size: 14px; }
.sx-course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.sx-course-card { display: flex; flex-direction: column; min-width: 0; padding: 26px; border: 1px solid #dbe3e9; border-top: 3px solid #193c5c; border-radius: 5px; background: #fff; }
.sx-course-card h3 { margin: 0 0 24px; font-size: 20px; }
.sx-course-thumbnail { margin: -26px -26px 24px; border-radius: 3px 3px 0 0; overflow: hidden; background: #102e4b; aspect-ratio: 2 / 1; flex-shrink: 0; }
.sx-course-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sx-course-card h3 a { color: inherit; }
.sx-course-card dl { display: grid; gap: 12px; margin-top: auto; }
.sx-course-card dl > div { display: grid; grid-template-columns: 88px 1fr; gap: 10px; }
.sx-course-card dt { margin: 3px 0 0; }
.sx-card-link { display: block; padding-top: 20px; margin-top: 22px; border-top: 1px solid #e0e6ec; font-size: 14px; font-weight: 650; }
.sx-more { display: block; margin: 30px auto 0; }
.sx-empty { border: 1px solid #dbe3e9; padding: 36px; text-align: center; }
.sx-evidence { background: #f5f7f9; }
.sx-evidence-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.sx-evidence-grid article { background: #fff; display: flex; flex-direction: column; min-width: 0; }
.sx-evidence-grid img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; background: #eaf0f5; }
.sx-evidence-grid article:first-child img { object-position: center 25%; }
.sx-evidence-grid article > div { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.sx-evidence-grid h3 { margin: 0 0 12px; font-size: 21px; }
.sx-evidence-grid article > div > p:not(.sx-kicker) { font-size: 15px; margin: 0 0 24px; }
.sx-evidence-grid a { margin-top: auto; font-weight: 650; font-size: 14px; }
.sx-overview { padding: 42px 0; border-bottom: 1px solid #d7e1e9; background: #f5f7f9; }
.sx-overview-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.sx-overview h2 { font-size: 28px; margin: 0; }
.sx-overview .button.primary { flex-shrink: 0; color: #152c42; background: #c5a462; border-color: #c5a462; }
.sx-overview dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; border: 1px solid #d5e0e8; background: #fff; }
.sx-overview dl > div { padding: 24px; border-bottom: 1px solid #e0e6ec; }
.sx-overview dt { text-transform: uppercase; letter-spacing: .05em; }
.sx-overview dd > p { margin: 0; color: #142f49; font-size: 15px; }
.sx-entry-details { margin-top: 10px; }
.sx-entry-details summary { cursor: pointer; font-size: 14px; color: #183d60; text-decoration: underline; }
.sx-entry-details ul { padding-left: 18px; margin-top: 12px; font-size: 14px; }
.sx-entry-details li + li { margin-top: 8px; }
.sx-admissions { display: none; }
@media (max-width: 1100px) { .sx-evidence-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 800px) {
  .sx-section { padding: 48px 0; }
  .sx-pathway-grid { gap: 20px; }
  .sx-pathway-grid > li { padding: 20px; }
  .sx-pathway-grid > li + li::before { left: -19px; font-size: 18px; }
  .sx-filters { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 20px; }
  .sx-course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sx-overview dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .sx-pathway-grid, .sx-course-grid, .sx-evidence-grid, .sx-overview dl { grid-template-columns: minmax(0,1fr); }
  .sx-pathway-grid { gap: 28px; }
  .sx-pathway-grid > li + li::before { content: '↓'; top: -28px; left: 28px; }
  .sx-filters { gap: 16px; grid-template-columns: minmax(0,1fr); }
  .sx-filters label:first-child { grid-column: 1 / -1; }
  .sx-filters .sx-reset { grid-column: 1 / -1; }
  .sx-course-card { padding: 24px; }
  .sx-course-thumbnail { margin: -24px -24px 22px; }
  .sx-evidence-grid img { max-height: 290px; }
  .sx-overview-head { display: block; }
  .sx-overview-head .button { margin-top: 20px; }
  .sx-overview dl > div { padding: 20px; }
  .sx-section h2 { font-size: 29px; }
  .sx-heading > p:last-child { font-size: 16px; }
  .course-hero h1 { overflow-wrap: anywhere; }
}
@media (max-width: 980px) {
  body.sx-has-admissions { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .sx-admissions { display: flex; justify-content: space-between; align-items: center; gap: 14px; position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; padding: 10px max(18px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left)); background: #fff; border-top: 1px solid #cbd8e2; box-shadow: 0 -3px 12px #102c4510; }
  .sx-admissions > a { color: #163954; font-size: 14px; line-height: 1.4; font-weight: 600; text-decoration: none; min-height: 44px; display: flex; align-items: center; }
  .sx-admissions .sx-apply { padding: 10px 18px; border-radius: 4px; color: #142a3e; background: #c5a462; }
  .sx-has-admissions .advisor-chatbot { bottom: calc(88px + env(safe-area-inset-bottom)) !important; }
  .sx-has-admissions .chatbot-panel { max-height: calc(100dvh - 190px); }
  body.nav-open .sx-admissions, body.detail-open .sx-admissions, body.guidance-popup-open .sx-admissions,
  body:has(.chatbot-panel[aria-hidden="false"]) .sx-admissions,
  body:has(input:focus,textarea:focus,select:focus) .sx-admissions { display: none; }
}
