.section-code { margin: 0 0 18px; color: var(--green-600); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: clamp(36px, 5vw, 72px); color: var(--muted); font-size: 11px; font-weight: 700; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs--light { color: rgba(255,255,255,.55); }
.inner-hero__grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr); gap: clamp(48px, 8vw, 130px); align-items: end; }
.inner-hero__grid > p { margin: 0 0 8px !important; }
.inner-hero em, .editorial-heading em, .about-page em, .additional-page em, .program-detail em { color: var(--lime-300); font-style: normal; }
.inner-hero--content { background: linear-gradient(135deg, var(--pine-950), var(--pine-700)); }
.inner-hero--catalog { position: relative; overflow: hidden; background: var(--pine-950); }
.inner-hero--catalog h1 { max-width: 1120px; font-size: clamp(48px, 6.4vw, 96px); }
.inner-hero--catalog::after { position: absolute; right: -8vw; bottom: -12vw; width: 34vw; height: 34vw; border: 1px solid rgba(216,255,67,.22); border-radius: 50%; content: ""; }
.inner-hero__grid > *, .program-detail__headline > *, .admissions-hero__grid > *, .about-hero__grid > * { min-width: 0; }
.inner-hero--official h1 { font-size: clamp(42px, 6vw, 88px); }

.editorial-heading { display: grid; grid-template-columns: 2fr 8fr 2fr; margin-bottom: clamp(48px, 7vw, 100px); }
.editorial-heading .section-code { grid-column: 1; }
.editorial-heading h2 { grid-column: 2 / 4; margin: 0; font-family: var(--display); font-size: clamp(42px, 6vw, 92px); line-height: .95; letter-spacing: -.06em; }
.editorial-heading em { color: var(--green-600); }

/* Catalog */
.catalog-page { padding-block: clamp(44px, 6vw, 86px) clamp(80px, 9vw, 140px); }
.catalog-page__inner { padding-inline: var(--edge); }
.catalog-tools { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 46px; padding-bottom: 26px; border-bottom: 1px solid var(--pine-950); }
.filter-group { display: flex; min-width: 0; flex-wrap: wrap; gap: 8px; }
.filter-chip { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 13px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.45); font-size: 11px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--pine-950); color: var(--white); background: var(--pine-950); }
.filter-group--base { flex: 0 0 auto; }
.catalog-list { border-top: 1px solid var(--pine-950); }
.catalog-card { border-bottom: 1px solid var(--pine-950); }
.catalog-card__main { display: grid; min-height: 172px; grid-template-columns: 100px minmax(0, 1fr) 52px; gap: clamp(18px, 3vw, 48px); align-items: center; padding: 30px 0; text-decoration: none; }
.catalog-card__code { align-self: start; color: var(--green-600); font-size: 11px; font-weight: 800; }
.catalog-card__content { display: flex; min-width: 0; flex-direction: column; }
.catalog-card__content small { margin-bottom: 12px; color: var(--green-600); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-card__content strong { max-width: 980px; font-family: var(--display); font-size: clamp(24px, 2.7vw, 42px); font-weight: 620; line-height: 1.05; letter-spacing: -.045em; hyphens: auto; overflow-wrap: break-word; }
.catalog-card__content > span { max-width: 760px; margin-top: 13px; color: var(--muted); font-size: 14px; }
.catalog-card__arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--pine-950); font-size: 20px; transition: color .2s, background .2s; }
.catalog-card__main:hover .catalog-card__arrow { color: var(--lime-300); background: var(--pine-950); }
.catalog-card__facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-left: 100px; border-top: 1px solid var(--line); }
.catalog-card__facts div { display: flex; min-height: 84px; align-items: center; flex-direction: column; justify-content: center; padding: 13px 20px; border-right: 1px solid var(--line); text-align: center; }
.catalog-card__facts small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.catalog-card__facts strong { max-width: 240px; margin-top: 4px; font-size: 14px; line-height: 1.3; text-wrap: balance; }
.catalog-empty { display: flex; min-height: 220px; align-items: center; justify-content: center; flex-direction: column; gap: 14px; }

/* Program detail */
.program-detail__hero { overflow: hidden; color: var(--white); background: var(--pine-950); }
.program-detail__hero-inner { padding: clamp(46px, 6vw, 88px) var(--edge) 0; }
.program-detail__headline { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .38fr); gap: 30px; align-items: end; }
.program-detail__headline h1 { max-width: 1120px; margin: 0; font-family: var(--display); font-size: clamp(44px, 6vw, 88px); font-weight: 650; line-height: .95; letter-spacing: -.055em; }
.program-detail__headline p:not(.eyebrow) { max-width: 700px; margin: 28px 0 0; color: rgba(255,255,255,.64); font-size: clamp(16px, 1.4vw, 20px); }
.program-detail__code { overflow: hidden; color: var(--lime-300); font-family: var(--display); font-size: clamp(76px, 11vw, 180px); font-weight: 700; line-height: .7; letter-spacing: -.1em; opacity: .88; writing-mode: vertical-rl; }
.program-detail__quick-facts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: clamp(56px, 7vw, 100px); border-top: 1px solid rgba(255,255,255,.22); }
.program-detail__quick-facts div { display: flex; min-height: 120px; align-items: center; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.22); text-align: center; }
.program-detail__quick-facts small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.program-detail__quick-facts strong { max-width: 260px; margin-top: 8px; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.25; text-wrap: balance; }
.program-detail__body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 420px); gap: clamp(50px, 8vw, 130px); padding: clamp(80px, 10vw, 160px) var(--edge); align-items: start; }
.program-detail__content { min-width: 0; }
.editorial-section + .editorial-section { margin-top: clamp(90px, 11vw, 170px); }
.editorial-section h2 { margin: 0 0 42px; font-family: var(--display); font-size: clamp(42px, 5vw, 76px); font-weight: 650; line-height: .96; letter-spacing: -.055em; }
.editorial-section h2 em { color: var(--green-600); }
.lead-copy { max-width: 820px; margin: 0; color: #384740; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.65; }
.activity-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--pine-950); }
.activity-list li { display: grid; min-height: 102px; grid-template-columns: 68px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--pine-950); }
.activity-list span { align-self: start; padding-top: 27px; color: var(--green-600); font-size: 10px; font-weight: 800; }
.activity-list strong { max-width: 690px; padding: 24px 0; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.25; }
.program-sticky-card { position: sticky; top: 126px; padding: clamp(28px, 3vw, 44px); color: var(--white); background: var(--green-600); }
.program-sticky-card__label { color: var(--lime-300); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.program-sticky-card h2 { margin: 28px 0 36px; font-family: var(--display); font-size: clamp(25px, 2.5vw, 38px); line-height: 1.05; }
.program-sticky-card dl { margin: 0 0 30px; }
.program-sticky-card dl div { display: grid; grid-template-columns: 100px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.26); }
.program-sticky-card dl div:last-child { border-bottom: 1px solid rgba(255,255,255,.26); }
.program-sticky-card dt { color: rgba(255,255,255,.62); font-size: 10px; }
.program-sticky-card dd { margin: 0; font-size: 13px; font-weight: 700; }
.program-sticky-card .button { width: 100%; }
.program-sticky-card__phone { display: block; margin-top: 20px; font-family: var(--display); font-size: 17px; font-weight: 600; text-align: center; text-decoration: none; }
.related-section { padding: clamp(70px, 8vw, 120px) var(--edge); background: var(--cream-100); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.related-grid a { display: flex; min-height: 270px; flex-direction: column; padding: 26px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.related-grid small { color: var(--green-600); font-weight: 800; }
.related-grid strong { margin: 28px 0; font-family: var(--display); font-size: clamp(19px, 1.8vw, 27px); line-height: 1.1; hyphens: auto; overflow-wrap: anywhere; }
.related-grid span { margin-top: auto; color: var(--green-600); font-weight: 750; }

/* Shared content and documents */
.content-page__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: clamp(50px, 9vw, 140px); padding: clamp(76px, 9vw, 140px) var(--edge); align-items: start; }
.prose--large { max-width: 920px; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.7; }
.prose--large p { margin: 0 0 1.5em; }
.content-aside { position: sticky; top: 126px; display: flex; flex-direction: column; padding: 30px; background: var(--sage-200); }
.content-aside > span { color: var(--green-600); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.content-aside > strong { margin: 24px 0 30px; font-family: var(--display); font-size: 22px; line-height: 1.2; }
.documents-section { padding: clamp(80px, 9vw, 140px) var(--edge); background: var(--cream-100); scroll-margin-top: 110px; }
.document-groups { display: grid; gap: 56px; }
.document-group { display: grid; grid-template-columns: minmax(160px, 2fr) minmax(0, 10fr); gap: 38px; }
.document-group h3 { margin: 16px 0 0; color: var(--green-600); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.document-group > div { border-top: 1px solid var(--pine-950); }
.document-group a { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.document-group a > span { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.document-group a small { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.document-group a strong { overflow-wrap: anywhere; font-size: clamp(14px, 1.25vw, 18px); }
.document-group a b { flex: 0 0 auto; font-size: 20px; font-weight: 500; white-space: nowrap; }
.document-group a b.document-action--preview { color: var(--green-600); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.document-group a:hover strong, .document-group a:hover b { color: var(--green-600); }
.cross-cta { color: var(--white); background: var(--pine-950); }
.cross-cta__inner { display: grid; min-height: 320px; grid-template-columns: 1.2fr 1fr auto; gap: clamp(32px, 6vw, 100px); align-items: center; padding: 60px var(--edge); }
.cross-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 4.5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.cross-cta p:not(.section-code) { max-width: 450px; color: rgba(255,255,255,.62); }
.cross-cta .section-code { color: var(--lime-300); }

/* Admissions */
.admissions-hero { background: linear-gradient(135deg, #b3d99f, var(--sage-200) 54%, #9bc9a7); }
.admissions-hero__inner { padding: clamp(46px, 6vw, 84px) var(--edge) 0; }
.admissions-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(50px, 9vw, 150px); align-items: end; }
.admissions-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(58px, 8vw, 122px); line-height: .88; letter-spacing: -.07em; }
.admissions-hero h1 em { color: var(--green-600); font-style: normal; }
.admissions-hero__grid > div:first-child > p:not(.eyebrow) { max-width: 660px; margin: 34px 0; font-size: clamp(17px, 1.6vw, 22px); }
.admissions-hero__date { display: flex; min-height: 430px; flex-direction: column; justify-content: space-between; padding: clamp(30px, 4vw, 58px); color: var(--white); background: var(--green-600); }
.admissions-hero__date span, .admissions-hero__date small { color: var(--lime-300); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admissions-hero__date strong { font-family: var(--display); font-size: clamp(52px, 6vw, 94px); line-height: .88; letter-spacing: -.07em; }
.section-nav { position: sticky; top: 88px; z-index: 40; display: flex; width: 100%; max-width: 100vw; overflow-x: auto; min-height: 54px; align-items: center; gap: 30px; padding-inline: var(--edge); border-top: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); background: rgba(247,244,234,.96); contain: inline-size; scrollbar-width: none; }
.section-nav a { flex: 0 0 auto; font-size: 11px; font-weight: 750; text-decoration: none; }
.route-section, .student-rules, .transfer-route { padding: clamp(90px, 10vw, 160px) var(--edge); }
.route-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); list-style: none; }
.route-steps li { display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); }
.route-steps li > span { color: var(--green-600); font-size: 10px; font-weight: 800; }
.route-steps strong { display: block; font-family: var(--display); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.1; }
.route-steps p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.admission-programs { padding: clamp(80px, 9vw, 140px) var(--edge); color: var(--white); background: var(--pine-950); scroll-margin-top: 110px; }
.admission-programs .section-code { color: var(--lime-300); }
.admission-programs .section-heading > a { color: var(--lime-300); text-decoration: none; }
.admission-program-list { border-top: 1px solid rgba(255,255,255,.25); }
.admission-program-list a { display: grid; min-height: 96px; grid-template-columns: 80px minmax(280px, 1.5fr) minmax(210px, .8fr) minmax(160px, .55fr) 28px; gap: 24px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.admission-program-list a > span { color: var(--lime-300); font-size: 10px; font-weight: 800; }
.admission-program-list a > strong { font-size: clamp(15px, 1.35vw, 20px); line-height: 1.2; }
.admission-program-list small { color: rgba(255,255,255,.48); }
.admission-program-list b { font-size: 13px; }
.admission-program-list i { color: var(--lime-300); font-size: 18px; font-style: normal; }
.payment-section { padding: clamp(90px, 10vw, 160px) var(--edge); scroll-margin-top: 110px; }
.payment-section__grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(50px, 9vw, 140px); }
.payment-section header h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 76px); line-height: .95; letter-spacing: -.055em; }
.payment-section header h2 em { color: var(--green-600); font-style: normal; }
.payment-section header > p:last-child { max-width: 460px; margin-top: 32px; color: var(--muted); font-size: 17px; }
.payment-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.payment-options article { display: flex; min-height: 250px; flex-direction: column; padding: 25px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); }
.payment-options article > span { color: var(--green-600); font-size: 10px; font-weight: 800; }
.payment-options strong { margin-top: auto; font-family: var(--display); font-size: 22px; hyphens: auto; overflow-wrap: anywhere; }
.payment-options p { color: var(--muted); font-size: 13px; }
.payment-options__credit { color: var(--white); background: var(--green-600); }
.payment-options__credit > span, .payment-options__credit p { color: var(--lime-300) !important; }
.application-section { padding: clamp(80px, 9vw, 140px) var(--edge); color: var(--white); background: var(--green-600); scroll-margin-top: 110px; }
.application-section__grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(60px, 9vw, 150px); }
.application-section h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 78px); line-height: .95; letter-spacing: -.06em; }
.application-section h2 em { color: var(--lime-300); font-style: normal; }
.application-section__grid > div > p:not(.section-code) { max-width: 500px; margin: 34px 0; color: rgba(255,255,255,.68); }
.application-section__grid > div > a { color: var(--lime-300); font-family: var(--display); font-size: clamp(20px, 2vw, 32px); text-decoration: none; }
.page-application-form { padding: clamp(28px, 4vw, 54px); color: var(--white); background: var(--pine-950); }
.page-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px 30px; }
.page-application-form .form-field { display: grid; gap: 7px; }
.page-application-form .form-field > span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.page-application-form input, .page-application-form select, .page-application-form textarea { width: 100%; min-height: 50px; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; color: var(--white); outline: 0; background: transparent; }
.page-application-form option { color: var(--ink); }
.page-application-form .form-field--wide, .page-application-form .checkbox-field { grid-column: 1 / -1; }
.page-application-form .checkbox-field { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; }
.page-application-form .checkbox-field input { width: 18px; height: 18px; min-height: 18px; flex: 0 0 18px; margin: 0; accent-color: var(--lime-300); }
.page-application-form .consent-field { display: grid; grid-column: 1 / -1; gap: 0; }
.page-application-form .checkbox-field a { color: currentColor; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 2px; }
.page-application-form .checkbox-error { display: block; min-height: 14px; margin-top: 6px; color: #ffe083; font-size: 10px; }
.page-application-form .form-privacy-note { margin: 6px 0 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.45; }
.page-application-form .button { width: 100%; margin-top: 28px; }
.page-application-form .form-status { min-height: 20px; margin: 12px 0 0; color: var(--lime-300); font-size: 12px; text-align: center; }

/* About */
.about-hero { padding: clamp(46px, 6vw, 88px) var(--edge) 0; background: linear-gradient(135deg, #b3d99f, var(--sage-200)); }
.about-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: clamp(40px, 8vw, 130px); align-items: end; }
.about-hero h1 { margin: 0 0 60px; font-family: var(--display); font-size: clamp(52px, 7vw, 106px); line-height: .9; letter-spacing: -.065em; }
.about-hero h1 em { color: var(--green-600); }
.about-hero figure { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.about-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.about-hero figcaption { position: absolute; right: 0; bottom: 0; padding: 12px 18px; color: var(--white); background: var(--pine-950); font-size: 10px; }
.about-intro { padding: clamp(90px, 11vw, 170px) var(--edge); }
.about-intro__grid { display: grid; grid-template-columns: 2fr 10fr; gap: 30px; }
.about-intro h2 { max-width: 1100px; margin: 0 0 56px; font-family: var(--display); font-size: clamp(38px, 5vw, 76px); line-height: 1; letter-spacing: -.055em; }
.about-intro h2 em { color: var(--green-600); }
.about-intro__grid > div > p { max-width: 820px; color: #384740; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.about-numbers { padding-inline: var(--edge); }
.about-numbers__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.about-numbers__grid div { display: flex; min-height: 210px; align-items: center; flex-direction: column; justify-content: center; gap: 24px; padding: 24px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); text-align: center; }
.about-numbers strong { font-family: var(--display); font-size: clamp(48px, 6vw, 88px); line-height: 1; letter-spacing: -.06em; }
.about-numbers span { max-width: 180px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; text-wrap: balance; }
.about-principles, .about-team { padding: clamp(90px, 10vw, 160px) var(--edge); }
.principle-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.principle-grid article { display: flex; min-height: 330px; flex-direction: column; padding: 25px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); }
.principle-grid article > span { color: var(--green-600); font-size: 10px; font-weight: 800; }
.principle-grid h3 { margin: auto 0 18px; font-family: var(--display); font-size: 24px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.about-team { background: var(--cream-100); }
.about-team .section-heading > a { color: var(--green-600); font-weight: 750; text-decoration: none; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.team-grid article { display: flex; min-height: 300px; flex-direction: column; padding: 24px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); }
.team-grid article > span { color: var(--green-600); font-size: 10px; }
.team-grid h3 { margin: auto 0 12px; font-family: var(--display); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.12; }
.team-grid p { color: var(--muted); font-size: 12px; }
.team-grid a { overflow-wrap: anywhere; color: var(--green-600); font-size: 11px; font-weight: 750; text-decoration: none; }

/* Students, transfer, contacts, additional */
.student-dashboard { padding: clamp(80px, 9vw, 140px) var(--edge); }
.student-rules { background: var(--cream-100); }
.student-rules__grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 140px); }
.student-rules h2, .student-support h2, .transfer-docs h2, .additional-access h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 78px); line-height: .95; letter-spacing: -.055em; }
.student-rules h2 em, .additional-access h2 em { color: var(--green-600); font-style: normal; }
.student-rule-list { border-top: 1px solid var(--pine-950); }
.student-rule-list article { display: grid; min-height: 120px; grid-template-columns: 60px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--pine-950); }
.student-rule-list article > span { align-self: start; padding-top: 27px; color: var(--green-600); font-size: 10px; }
.student-rule-list strong { font-size: clamp(17px, 1.5vw, 21px); }
.student-rule-list p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.student-support { padding: clamp(80px, 9vw, 140px) var(--edge); color: var(--white); background: var(--green-600); }
.student-support__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); }
.student-support .section-code { color: var(--lime-300); }
.student-support__grid > div:first-child > p:last-child { max-width: 520px; color: rgba(255,255,255,.66); }
.student-contacts { border-top: 1px solid rgba(255,255,255,.35); }
.student-contacts a { display: flex; min-height: 105px; flex-direction: column; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; }
.student-contacts small { color: var(--lime-300); font-size: 9px; text-transform: uppercase; }
.student-contacts strong { margin-top: 5px; overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(17px, 2vw, 26px); }
.transfer-steps { max-width: 1060px; margin: 0 0 0 auto; padding: 0; list-style: none; border-top: 1px solid var(--pine-950); }
.transfer-steps li { display: grid; min-height: 150px; grid-template-columns: 90px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--pine-950); }
.transfer-steps li > span { align-self: start; padding-top: 30px; color: var(--green-600); font-size: 10px; font-weight: 800; }
.transfer-steps h3 { margin: 0; font-family: var(--display); font-size: clamp(20px, 2vw, 30px); line-height: 1.1; }
.transfer-steps p { margin: 10px 0 0; color: var(--muted); }
.transfer-docs { padding: clamp(80px, 9vw, 140px) var(--edge); background: var(--sage-200); }
.transfer-docs__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); }
.transfer-docs ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--pine-950); }
.transfer-docs li { padding: 18px 0; border-bottom: 1px solid var(--pine-950); font-weight: 700; }
.contacts-main { padding: clamp(80px, 9vw, 140px) var(--edge); }
.contacts-main__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); }
.contacts-address > span { color: var(--green-600); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.contacts-address h2 { margin: 28px 0; font-family: var(--display); font-size: clamp(42px, 5.6vw, 86px); line-height: .95; letter-spacing: -.06em; }
.contacts-address__room { white-space: nowrap; }
.contacts-address p { margin: 0 0 34px; color: var(--muted); }
.contacts-list { border-top: 1px solid var(--pine-950); }
.contacts-list > * { display: flex; min-height: 130px; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.contacts-list small { color: var(--green-600); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.contacts-list strong { margin-top: 7px; overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(20px, 2.2vw, 32px); }
.contacts-list span { color: var(--muted); }
.contact-choice { padding: clamp(80px, 9vw, 140px) var(--edge); background: var(--cream-100); }
.contact-choice__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.contact-choice__grid a { display: flex; min-height: 260px; flex-direction: column; padding: 24px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.contact-choice__grid span { color: var(--green-600); font-size: 10px; }
.contact-choice__grid strong { margin: auto 0 25px; font-family: var(--display); font-size: clamp(19px, 1.7vw, 25px); }
.contact-choice__grid b { color: var(--green-600); font-size: 12px; }
.additional-grid-section { padding: clamp(80px, 9vw, 140px) var(--edge); }
.additional-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.additional-grid a { display: flex; min-width: 0; min-height: 360px; flex-direction: column; padding: clamp(26px, 3vw, 44px); border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.additional-grid a > span { color: var(--green-600); font-size: 10px; }
.additional-grid h2 { max-width: 600px; margin: auto 0 20px; font-family: var(--display); font-size: clamp(27px, 3vw, 46px); line-height: 1.04; letter-spacing: -.04em; }
.additional-grid p { max-width: 600px; color: var(--muted); }
.additional-grid b { margin-top: 26px; color: var(--green-600); }
.additional-access { padding: clamp(80px, 9vw, 140px) var(--edge); background: var(--sage-200); }
.additional-access__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); }
.additional-access article { padding: 24px 0; border-top: 1px solid var(--pine-950); }
.additional-access article strong { font-family: var(--display); font-size: clamp(18px, 1.8vw, 25px); }
.additional-access article p { color: #45534c; }
.additional-access .button { margin-top: 20px; }

/* Additional education catalogs */
.course-catalog { padding: clamp(80px, 9vw, 140px) var(--edge); }
.course-catalog__heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(50px, 9vw, 150px); align-items: end; margin-bottom: clamp(54px, 7vw, 96px); }
.course-catalog__heading h2 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(44px, 6vw, 88px); line-height: .94; letter-spacing: -.06em; }
.course-catalog__heading h2 em { color: var(--green-600); font-style: normal; }
.course-catalog__heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; }
.course-list { border-top: 1px solid var(--pine-950); }
.course-card { border-bottom: 1px solid var(--pine-950); }
.course-card summary { display: grid; min-height: 132px; grid-template-columns: 54px minmax(0, 1fr) minmax(190px, 260px) 28px; gap: 24px; align-items: center; padding: 22px 0; cursor: pointer; list-style: none; }
.course-card summary::-webkit-details-marker { display: none; }
.course-card summary > span { align-self: start; padding-top: 16px; color: var(--green-600); font-size: 10px; font-weight: 800; }
.course-card summary > strong { max-width: 920px; font-family: var(--display); font-size: clamp(22px, 2.5vw, 38px); line-height: 1.02; letter-spacing: -.035em; }
.course-card summary > div { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.course-card summary small { color: var(--muted); font-size: 11px; font-weight: 700; }
.course-card summary b { color: var(--green-600); font-size: 15px; }
.course-card summary i { position: relative; width: 28px; height: 28px; border: 1px solid var(--pine-950); border-radius: 50%; }
.course-card summary i::before, .course-card summary i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: currentColor; content: ""; transform: translate(-50%, -50%); }
.course-card summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.course-card[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.course-card[open] summary { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); background: var(--pine-950); box-shadow: 44px 0 0 var(--pine-950), -44px 0 0 var(--pine-950); }
.course-card[open] summary > span, .course-card[open] summary b { color: var(--lime-300); }
.course-card[open] summary small { color: rgba(255,255,255,.62); }
.course-card[open] summary i { border-color: rgba(255,255,255,.68); }
.course-card__content { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(36px, 7vw, 110px); padding: clamp(34px, 5vw, 72px) 0 clamp(58px, 8vw, 110px); }
.course-card__content:has(.course-card__copy:only-child) { grid-template-columns: minmax(0, 900px); }
.course-card__media { min-height: 380px; overflow: hidden; background: var(--sage-200); }
.course-card__media img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.course-card__copy { min-width: 0; }
.course-card__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 38px; border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.course-card__facts div { display: flex; min-height: 104px; align-items: center; flex-direction: column; justify-content: center; padding: 18px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); text-align: center; }
.course-card__facts small { display: block; margin-bottom: 16px; color: var(--green-600); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.course-card__facts strong { max-width: 230px; font-family: var(--display); font-size: clamp(16px, 1.5vw, 21px); line-height: 1.15; text-wrap: balance; }
.course-card__prose { max-width: 850px; color: #35423c; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.65; }
.course-card__prose p { margin: 0 0 1.2em; }
.course-card__prose ul { margin: 0 0 1.5em; padding-left: 20px; }
.course-card__prose a { color: var(--green-600); }
.course-card__copy > .button { margin-top: 28px; }
.additional-related { padding: clamp(72px, 8vw, 120px) var(--edge); background: var(--sage-200); }
.additional-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); }
.additional-related__grid a { display: flex; min-height: 230px; flex-direction: column; padding: 25px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.additional-related__grid small { color: var(--green-600); font-weight: 800; }
.additional-related__grid strong { margin: auto 0 20px; font-family: var(--display); font-size: clamp(20px, 2vw, 30px); line-height: 1.05; hyphens: auto; overflow-wrap: anywhere; }
.additional-related__grid span { color: var(--green-600); font-weight: 750; }

/* Official */
.official-hero { padding: clamp(70px, 8vw, 120px) var(--edge); color: var(--white); background: var(--pine-950); }
.official-hero h1 { max-width: 1160px; margin: 0; font-family: var(--display); font-size: clamp(48px, 7vw, 105px); line-height: .9; letter-spacing: -.065em; }
.official-hero h1 em { color: var(--lime-300); font-style: normal; }
.official-hero > .shell > p:last-child { max-width: 720px; margin: 38px 0 0; color: rgba(255,255,255,.62); font-size: clamp(16px, 1.5vw, 21px); }
.official-index { padding: clamp(60px, 8vw, 120px) var(--edge); }
.official-index__list { border-top: 1px solid var(--pine-950); }
.official-index__list > a { display: grid; min-height: 130px; grid-template-columns: 80px 1fr 30px; gap: 24px; align-items: center; border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.official-index__list > a > span { align-self: start; padding-top: 29px; color: var(--green-600); font-size: 10px; font-weight: 800; }
.official-index__list strong { display: block; font-family: var(--display); font-size: clamp(21px, 2.5vw, 38px); line-height: 1.1; hyphens: auto; overflow-wrap: anywhere; }
.official-index__list p { max-width: 820px; margin: 8px 0 0; color: var(--muted); }
.official-index__list b { font-size: 20px; }
.official-detail__layout { display: grid; grid-template-columns: minmax(240px, 310px) minmax(0, 1fr); gap: clamp(50px, 8vw, 120px); padding: clamp(70px, 9vw, 140px) var(--edge); align-items: start; }
.official-sidebar { position: sticky; top: 120px; display: flex; flex-direction: column; border-top: 1px solid var(--pine-950); }
.official-sidebar > span { padding: 15px 0; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.official-sidebar a { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.official-sidebar a.is-active { color: var(--green-600); }
.official-content { min-width: 0; }
.official-staff { margin-top: 70px; border-top: 1px solid var(--pine-950); }
.official-staff article { display: grid; min-height: 150px; grid-template-columns: 60px minmax(0, .8fr) minmax(0, 1fr) minmax(0, .7fr); gap: 24px; align-items: center; border-bottom: 1px solid var(--pine-950); }
.official-staff article > span { align-self: start; padding-top: 26px; color: var(--green-600); font-size: 10px; }
.official-staff h2 { margin: 0; font-family: var(--display); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.1; }
.official-staff p { color: var(--muted); font-size: 13px; }
.official-staff article > div { display: flex; align-items: flex-start; flex-direction: column; gap: 5px; font-size: 12px; }
.official-staff h2, .official-staff p, .official-staff article > div { min-width: 0; }
.official-staff a { overflow-wrap: anywhere; color: var(--green-600); text-decoration: none; }
.official-programs { margin-top: 70px; border-top: 1px solid var(--pine-950); }
.official-programs a { display: grid; min-height: 82px; grid-template-columns: 80px 1fr 150px; gap: 18px; align-items: center; border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.official-programs span { color: var(--green-600); font-size: 10px; font-weight: 800; }
.official-programs small { color: var(--muted); }
.official-resources { margin-top: 80px; }
.resource-browser { margin-top: 80px; }
.resource-browser .official-resources { margin-top: 46px; }
.resource-browser__toolbar { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 390px); gap: 36px; align-items: end; padding-bottom: 26px; border-bottom: 1px solid var(--pine-950); }
.resource-browser__toolbar > div { display: flex; flex-direction: column; gap: 7px; }
.resource-browser__toolbar span { color: var(--green-600); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.resource-browser__toolbar strong { font-family: var(--display); font-size: clamp(20px, 2vw, 28px); }
.resource-browser__toolbar strong b { color: var(--green-600); }
.resource-browser__toolbar input { width: 100%; height: 54px; padding: 0 18px; border: 1px solid var(--pine-950); border-radius: 0; color: var(--pine-950); background: transparent; font: inherit; }
.resource-browser__toolbar input:focus { outline: 3px solid color-mix(in srgb, var(--lime-300) 65%, transparent); outline-offset: 2px; }
.resource-browser__empty { padding: 50px 0; color: var(--muted); text-align: center; }

/* News */
.news-index { padding: clamp(70px, 9vw, 140px) var(--edge); }
.news-lead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); min-height: 560px; color: var(--white); background: var(--pine-950); text-decoration: none; }
.news-lead__media { overflow: hidden; min-height: 560px; }
.news-lead__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-lead:hover .news-lead__media img { transform: scale(1.025); }
.news-lead__copy { display: flex; flex-direction: column; padding: clamp(30px, 4vw, 58px); }
.news-lead__copy small, .news-grid small { color: var(--lime-300); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-lead__copy strong { margin: auto 0 24px; font-family: var(--display); font-size: clamp(30px, 3.7vw, 56px); line-height: 1; letter-spacing: -.05em; }
.news-lead__copy p { color: rgba(255,255,255,.62); }
.news-lead__copy b { margin-top: 25px; color: var(--lime-300); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-left: 1px solid var(--pine-950); }
.news-grid a { display: flex; min-height: 310px; flex-direction: column; padding: 26px; border-right: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); text-decoration: none; }
.news-grid small { color: var(--green-600); }
.news-grid strong { margin: auto 0 18px; font-family: var(--display); font-size: clamp(19px, 1.7vw, 25px); line-height: 1.1; }
.news-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.news-grid b { margin-top: 22px; color: var(--green-600); font-size: 12px; }
.article-hero { padding: clamp(70px, 9vw, 140px) var(--edge); color: var(--white); background: var(--pine-950); }
.article-hero h1 { max-width: 1180px; margin: 0; font-family: var(--display); font-size: clamp(44px, 6vw, 90px); line-height: .95; letter-spacing: -.06em; }
.article-hero > .shell > p:last-child { max-width: 820px; margin: 35px 0 0; color: rgba(255,255,255,.64); font-size: clamp(17px, 1.5vw, 21px); }
.article-body { display: grid; grid-template-columns: 170px minmax(0, 820px); gap: clamp(40px, 7vw, 110px); padding: clamp(70px, 9vw, 140px) var(--edge); justify-content: center; }
.article-body__share { display: flex; flex-direction: column; }
.article-body__share > span { color: var(--green-600); font-family: var(--display); font-size: 68px; font-weight: 650; line-height: 1; letter-spacing: -.08em; }
.article-body__share > strong { color: var(--muted); font-size: 11px; }
.article-body__share > a { margin-top: 40px; color: var(--green-600); font-size: 12px; font-weight: 750; text-decoration: none; }
.prose--article { max-width: 820px; overflow-wrap: anywhere; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.75; }
.prose--article p { margin: 0 0 1.5em; color: #34433c; }

/* Legal */
.legal-hero { padding: clamp(56px, 8vw, 118px) var(--edge); color: var(--white); background: var(--pine-950); }
.legal-hero .breadcrumbs { margin-bottom: clamp(42px, 6vw, 74px); }
.legal-hero h1 { max-width: 1160px; margin: 0; font-family: var(--display); font-size: clamp(46px, 7vw, 102px); font-weight: 630; line-height: .91; letter-spacing: -.065em; text-wrap: balance; }
.legal-hero h1 em { color: var(--lime-300); font-style: normal; }
.legal-hero > .shell > p:last-child { max-width: 720px; margin: 30px 0 0; color: rgba(255,255,255,.64); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; }
.legal-layout { display: grid; grid-template-columns: minmax(210px, 300px) minmax(0, 900px); gap: clamp(50px, 9vw, 140px); align-items: start; padding: clamp(72px, 9vw, 136px) var(--edge); }
.legal-nav { position: sticky; top: 120px; display: flex; flex-direction: column; border-top: 1px solid var(--pine-950); }
.legal-nav strong { padding: 16px 0; color: var(--green-600); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-nav a, .legal-nav button { padding: 13px 0; border: 0; border-top: 1px solid var(--line); color: var(--muted); background: transparent; font: inherit; font-size: 12px; font-weight: 700; text-align: left; text-decoration: none; cursor: pointer; }
.legal-nav a:hover, .legal-nav button:hover { color: var(--green-600); }
.legal-content { max-width: 900px; }
.legal-content, .course-card__prose { overflow-wrap: anywhere; }
.legal-content h2 { scroll-margin-top: 130px; margin: 2.1em 0 .65em; font-size: clamp(28px, 3.2vw, 48px); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 2em 0 .55em; font-size: 21px; }
.legal-content p, .legal-content li { color: #35443d; line-height: 1.7; }
.legal-content a { color: var(--green-600); }
.legal-content ul, .legal-content ol { padding-left: 1.25em; }
.legal-details { margin: 30px 0 50px; border-top: 1px solid var(--pine-950); }
.legal-details div { display: grid; grid-template-columns: minmax(120px, .32fr) minmax(0, 1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.legal-details dt { color: var(--green-600); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.legal-details dd { margin: 0; color: #35443d; line-height: 1.5; }
.legal-table-wrap { max-width: 100%; margin: 30px 0 50px; overflow-x: auto; border: 1px solid var(--pine-950); }
.legal-table { width: 100%; min-width: 760px; border-collapse: collapse; background: rgba(255,255,255,.3); }
.legal-table th, .legal-table td { min-width: 150px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.legal-table th { color: var(--white); background: var(--green-600); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.legal-table td { color: #35443d; font-size: 13px; line-height: 1.5; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table th:last-child, .legal-table td:last-child { border-right: 0; }
.legal-notice { margin: 42px 0; padding: 28px; border-left: 5px solid var(--green-600); background: var(--sage-200); }
.legal-notice > strong { color: var(--green-600); font-family: var(--display); font-size: 23px; }
.legal-notice p { margin: 10px 0 0; }
.legal-inline-button { padding: 0; border: 0; color: var(--green-600); background: transparent; font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

@media (max-width: 1180px) {
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .program-detail__body { grid-template-columns: minmax(0, 1fr) 330px; gap: 55px; }
  .program-detail__quick-facts { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .admission-program-list a { grid-template-columns: 72px minmax(260px,1fr) minmax(190px,.7fr) 150px 24px; gap: 14px; }
  .route-steps, .principle-grid, .team-grid, .contact-choice__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-numbers__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .official-staff article { grid-template-columns: 50px minmax(0, 1fr); padding: 22px 0; }
  .official-staff article > span { grid-row: 1 / 4; }
  .official-staff h2, .official-staff p, .official-staff article > div { grid-column: 2; }
  .official-staff p { margin: 0; }
}

@media (max-width: 1024px) {
  .admissions-hero__grid, .payment-section__grid { grid-template-columns: 1fr; }
  .admissions-hero__grid { gap: 50px; }
  .admissions-hero h1 { hyphens: auto; overflow-wrap: anywhere; }
  .admissions-hero__date { min-height: 300px; }
}

@media (max-width: 900px) {
  .inner-hero__grid, .program-detail__body, .content-page__layout, .payment-section__grid, .application-section__grid, .about-hero__grid, .student-rules__grid, .student-support__grid, .transfer-docs__grid, .contacts-main__grid, .additional-access__grid, .course-catalog__heading { grid-template-columns: 1fr; }
  .inner-hero__grid { gap: 28px; }
  .inner-hero__grid > p { max-width: 700px; }
  .editorial-heading { grid-template-columns: 1fr; }
  .editorial-heading .section-code, .editorial-heading h2 { grid-column: 1; }
  .catalog-page__inner { padding-inline: var(--gutter); }
  .catalog-card__main { grid-template-columns: 72px 1fr 48px; }
  .catalog-card__facts { margin-left: 72px; }
  .program-detail__hero-inner, .program-detail__body, .related-section, .documents-section, .route-section, .admission-programs, .payment-section, .application-section, .about-hero, .about-intro, .about-principles, .about-team, .student-dashboard, .student-rules, .student-support, .transfer-route, .transfer-docs, .contacts-main, .contact-choice, .additional-grid-section, .additional-access, .course-catalog, .additional-related, .official-hero, .official-index, .official-detail__layout { padding-inline: var(--gutter); }
  .program-detail__headline { grid-template-columns: 1fr; }
  .program-detail__code { display: none; }
  .program-sticky-card, .content-aside { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .document-group { grid-template-columns: 1fr; gap: 12px; }
  .cross-cta__inner { grid-template-columns: 1fr; padding-inline: var(--gutter); }
  .admissions-hero__inner { padding-inline: var(--gutter); }
  .admissions-hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .admissions-hero__date { min-height: 300px; }
  .section-nav { top: 88px; padding-inline: var(--gutter); }
  .admission-program-list a { grid-template-columns: 64px minmax(0,1fr) 24px; padding: 18px 0; }
  .admission-program-list small, .admission-program-list b { grid-column: 2; }
  .admission-program-list i { grid-column: 3; grid-row: 1 / 4; }
  .about-hero figure { min-height: 520px; }
  .about-intro__grid { grid-template-columns: 1fr; }
  .official-detail__layout { grid-template-columns: 1fr; }
  .official-sidebar { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .official-sidebar > span { grid-column: 1 / -1; }
  .official-sidebar a { padding-right: 12px; }
  .course-card summary { grid-template-columns: 42px minmax(0, 1fr) 28px; }
  .course-card summary > div { display: none; }
  .course-card[open] summary { box-shadow: none; }
  .course-card__content { grid-template-columns: 1fr; }
  .course-card__media, .course-card__media img { min-height: 320px; }
  .additional-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-browser__toolbar { grid-template-columns: 1fr; }
  .news-index, .article-hero { padding-inline: var(--gutter); }
  .news-lead { grid-template-columns: 1fr; }
  .news-lead__media { min-height: 420px; }
  .news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .article-body { grid-template-columns: 110px minmax(0,1fr); padding-inline: var(--gutter); }
  .legal-hero, .legal-layout { padding-inline: var(--gutter); }
  .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .legal-nav { position: static; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .legal-nav strong { grid-column: 1 / -1; }
  .legal-nav a, .legal-nav button { padding-right: 14px; }
}

@media (max-width: 640px) {
  .breadcrumbs { margin-bottom: 34px; }
  .inner-hero h1, .inner-hero--catalog h1, .inner-hero--official h1 { font-size: 30px; hyphens: auto; overflow-wrap: anywhere; }
  .inner-hero__grid { display: block; }
  .inner-hero__grid > p { margin-top: 24px !important; }
  .editorial-heading h2 { font-size: 34px; }
  .catalog-tools { margin-bottom: 28px; }
  .filter-group { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-group--base { flex: 0 1 auto; width: 100%; }
  .catalog-card__main { min-height: 150px; grid-template-columns: 1fr 42px; gap: 16px; }
  .catalog-card__code { grid-column: 1; }
  .catalog-card__content { grid-column: 1; }
  .catalog-card__arrow { grid-column: 2; grid-row: 1 / 3; width: 40px; height: 40px; }
  .catalog-card__content strong { font-size: 23px; hyphens: auto; overflow-wrap: anywhere; }
  .catalog-card__facts { grid-template-columns: 1fr; margin-left: 0; }
  .catalog-card__facts div { min-height: 66px; border-right: 0; border-bottom: 1px solid var(--line); }
  .program-detail__headline h1 { font-size: 30px; hyphens: auto; overflow-wrap: anywhere; }
  .program-detail__quick-facts { grid-template-columns: 1fr; }
  .program-detail__quick-facts div { min-height: 90px; }
  .program-detail__body { padding-block: 70px; }
  .editorial-section h2 { font-size: 38px; }
  .activity-list li { grid-template-columns: 45px 1fr; }
  .related-grid a { min-height: 220px; }
  .document-group a { align-items: flex-start; }
  .cross-cta__inner { min-height: 360px; }
  .admissions-hero h1 { font-size: 34px; line-height: .96; }
  .admissions-hero__date { min-width: 0; min-height: 260px; }
  .admissions-hero__date strong { font-size: 48px; }
  .section-nav { top: 72px; }
  .route-steps, .payment-options, .principle-grid, .team-grid, .contact-choice__grid, .additional-grid, .about-numbers__grid { grid-template-columns: 1fr; }
  .route-steps li { min-height: 230px; }
  .admission-program-list a { grid-template-columns: 52px minmax(0,1fr) 22px; }
  .admission-program-list a > strong { font-size: 14px; }
  .page-form-grid { grid-template-columns: 1fr; }
  .page-application-form .form-field--wide, .page-application-form .checkbox-field { grid-column: 1; }
  .about-hero h1 { margin-bottom: 35px; font-size: 32px; line-height: 1; hyphens: auto; overflow-wrap: anywhere; }
  .about-hero figure { min-height: 420px; }
  .about-intro h2 { font-size: 32px; hyphens: none; overflow-wrap: break-word; }
  .about-numbers__grid div { min-height: 165px; }
  .principle-grid article, .team-grid article { min-height: 260px; }
  .transfer-steps li { grid-template-columns: 54px 1fr; }
  .student-rules h2, .student-support h2, .transfer-docs h2, .additional-access h2 { font-size: 34px; }
  .contacts-address h2 { font-size: 36px; }
  .contacts-list > * { min-height: 110px; }
  .additional-grid a { min-height: 290px; }
  .additional-grid h2 { font-size: 22px; }
  .course-catalog__heading h2 { font-size: 32px; }
  .course-card summary { min-height: 112px; grid-template-columns: 30px minmax(0, 1fr) 28px; gap: 12px; }
  .course-card summary > span { padding-top: 9px; }
  .course-card summary > strong { font-size: 20px; hyphens: auto; overflow-wrap: anywhere; }
  .course-card__facts { grid-template-columns: 1fr; }
  .course-card__facts div { min-height: 84px; }
  .course-card__media, .course-card__media img { min-height: 250px; }
  .additional-related__grid { grid-template-columns: 1fr; }
  .official-hero h1 { max-width: 100%; font-size: 28px; line-height: 1; hyphens: auto; overflow-wrap: anywhere; }
  .official-index__list > a { grid-template-columns: 42px 1fr 20px; gap: 14px; }
  .official-index__list p { font-size: 13px; }
  .official-index__list strong { hyphens: auto; overflow-wrap: anywhere; }
  .official-sidebar { grid-template-columns: 1fr; }
  .official-sidebar > span { grid-column: 1; }
  .official-programs a { grid-template-columns: 58px 1fr; padding: 14px 0; }
  .official-programs small { grid-column: 2; }
  .news-lead__media { min-height: 310px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-grid a { min-height: 240px; }
  .article-hero h1 { font-size: 30px; hyphens: auto; overflow-wrap: anywhere; }
  .article-body { grid-template-columns: 1fr; }
  .article-body__share { flex-direction: row; gap: 8px; align-items: baseline; }
  .article-body__share > span { font-size: 40px; }
  .article-body__share > a { margin: 0 0 0 auto; }
  .legal-hero h1 { font-size: 32px; line-height: 1; hyphens: auto; overflow-wrap: anywhere; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-nav strong { grid-column: 1; }
  .legal-details div { grid-template-columns: 1fr; gap: 7px; }
  .legal-content { font-size: 15px; }
  .legal-notice { padding: 22px; }
}
