:root {
    --ink: #102a36;
    --navy: #072d45;
    --navy-2: #0c405d;
    --blue: #17658a;
    --red: #b52b32;
    --gold: #d5a943;
    --cream: #f4f0e7;
    --paper: #fbfaf6;
    --white: #fff;
    --muted: #667780;
    --line: #dbe1e1;
    --shadow: 0 20px 60px rgba(9, 43, 59, .12);
    --radius: 18px;
    --font-scale: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 140px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: calc(16px * var(--font-scale));
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.dark {
    --ink: #edf5f5;
    --navy: #041e2d;
    --navy-2: #0a344b;
    --paper: #0e2028;
    --cream: #142b35;
    --white: #142730;
    --muted: #b8c8ce;
    --line: #29424c;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--gold); color: #132b36; font-weight: 800; }
.skip-link:focus { top: 20px; }
.section { padding: 96px 0; }
.section-kicker { margin: 0 0 12px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2, .intro-copy h2, .principal-copy h2 {
    max-width: 760px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.08;
}
.heading-note { max-width: 370px; margin: 0; color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--navy-2); font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: 4px; font-size: .9rem; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #0b2734; }
.button-dark { background: var(--navy); color: #fff; }
.button-light { background: #fff; color: #0b3043; }

.utility-bar { min-height: 35px; color: #dceaf0; background: #041f2e; font-size: .7rem; }
.utility-inner, .utility-actions { display: flex; align-items: center; }
.utility-inner { min-height: 35px; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; letter-spacing: .025em; }
.utility-actions { gap: 9px; }
.utility-actions a { color: #fff; }
.utility-actions button { min-width: 25px; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; }
.utility-actions button:hover, .utility-actions a:hover { color: var(--gold); }
.utility-divider { width: 1px; height: 14px; background: rgba(255,255,255,.25); }
.theme-toggle { margin-left: 4px; }
.identity-bar { background: var(--white); }
.identity-inner { display: flex; align-items: center; justify-content: space-between; min-height: 124px; gap: 30px; }
.brand { display: flex; align-items: center; gap: 17px; }
.brand img { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; box-shadow: 0 6px 18px rgba(5, 42, 57, .14); }
.brand span { display: grid; }
.brand strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1; text-transform: uppercase; }
.brand b { margin-top: 3px; color: var(--red); font-family: Georgia, "Noto Serif Bengali", serif; font-size: 1.12rem; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.identity-meta { display: flex; align-items: center; gap: 26px; }
.accreditation-mark { display: grid; padding-right: 25px; border-right: 1px solid var(--line); text-align: right; line-height: 1.2; }
.accreditation-mark span { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.accreditation-mark strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.15rem; }
.accreditation-mark small { color: var(--muted); font-size: .65rem; }
/* .spl-button { display: grid; min-width: 190px; padding: 13px 20px; color: #fff; background: var(--red); font-size: .82rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; } */
/* .spl-button { display: inline-flex; align-items: center; justify-content: center; padding: 5px 8px; color: #fff; background: var(--red); font-size: .82rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; border-radius: 10px; min-width: auto; } */
.spl-button-group { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.spl-button { display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 5px 8px; color: #fff; font-size: .52rem; font-weight: 800; text-transform: uppercase;
  border-radius: 4px; min-width: auto; text-align: center;
}
.spl-button small { opacity: .75; font-size: .58rem; letter-spacing: .1em; margin-bottom: 1px; }

.primary-nav { position: relative; z-index: 20; color: #fff; background: var(--navy); }
.nav-inner { display: flex; min-height: 55px; }
.menu { display: flex; align-items: stretch; width: 100%; margin: 0; padding: 0; list-style: none; }
.menu > li { position: relative; display: flex; align-items: center; }
.menu > li > a { display: flex; align-items: center; gap: 6px; height: 55px; padding: 0 14px; font-size: .77rem; font-weight: 750; white-space: nowrap; }
.menu > li > a:hover, .menu > li:focus-within > a { color: #172e38; background: var(--gold); }
.menu-badge { padding: 1px 5px; border-radius: 10px; color: white; background: var(--red); font-size: .55rem; }
.has-submenu > ul { position: absolute; top: calc(100% + 8px); left: 0; width: 230px; margin: 0; padding: 8px; visibility: hidden; opacity: 0; border-top: 3px solid var(--gold); color: var(--ink); background: var(--white); box-shadow: var(--shadow); list-style: none; transform: translateY(10px); transition: .2s; }
.has-submenu:hover > ul, .has-submenu:focus-within > ul, .has-submenu.is-open > ul { top: 100%; visibility: visible; opacity: 1; transform: none; }
.has-submenu li a { display: block; padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.has-submenu li:last-child a { border: 0; }
.has-submenu li a:hover { color: var(--red); background: var(--cream); }
.submenu-toggle { display: none; }
.menu-toggle { display: none; }
.ticker { color: #fff; background: var(--navy-2); }
.ticker-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 42px; gap: 18px; }
.ticker-inner > strong { display: flex; gap: 8px; align-items: center; font-size: .69rem; letter-spacing: .07em; text-transform: uppercase; }
.ticker-inner > strong span { color: var(--gold); font-size: .55rem; animation: pulse 1.5s infinite; }
.ticker-window { overflow: hidden; }
.ticker-track { display: flex; width: max-content; gap: 55px; animation: ticker 32s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-track a { font-size: .75rem; white-space: nowrap; }
.ticker-track a::before { content: "•"; margin-right: 12px; color: var(--gold); }
.all-notices { font-size: .69rem; font-weight: 800; text-transform: uppercase; }

.hero-slider { width: 100%; position: relative; height: min(420px, 45vw); min-height: 320px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .7s ease; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 25, 38, .9) 0%, rgba(2, 30, 44, .65) 48%, rgba(2, 23, 35, .05) 82%), linear-gradient(0deg, rgba(1,20,31,.35), transparent 45%); }
.hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.hero-content .eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-content h1 { max-width: 720px; margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.4vw, 5.7rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero-content > p:not(.eyebrow) { max-width: 590px; margin: 0 0 28px; color: rgba(255,255,255,.86); font-size: 1.05rem; }
.hero-controls { position: absolute; bottom: 33px; left: 100%; z-index: 3; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); }
.hero-controls > button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(5,34,48,.3); cursor: pointer; }
.hero-dots { display: flex; gap: 7px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.hero-dots button.is-active { width: 24px; border-radius: 5px; background: var(--gold); }

.quick-access { position: relative; z-index: 5; margin-top: -1px; background: var(--cream); }
/* .quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); } */
.quick-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.quick-card { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; min-height: 120px; padding: 24px; border-right: 1px solid rgba(13,52,66,.12); transition: background .2s, transform .2s; }
.quick-card:first-child { border-left: 1px solid rgba(13,52,66,.12); }
.quick-card:hover { color: #fff; background: var(--navy); transform: translateY(-5px); }
.quick-card > span:nth-child(2) { display: grid; }
.quick-card strong { font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.2; }
.quick-card small { color: var(--muted); font-size: .7rem; }
.quick-card:hover small { color: rgba(255,255,255,.7); }
.quick-card > b { color: var(--red); }
.quick-card:hover > b { color: var(--gold); }
.quick-icon { position: relative; width: 36px; height: 36px; color: var(--red); border: 2px solid currentColor; border-radius: 9px; }
.quick-icon::before, .quick-icon::after { content: ""; position: absolute; background: currentColor; }
.quick-icon::before { top: 7px; left: 7px; width: 18px; height: 3px; box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor; }
.quick-icon::after { top: -7px; left: 8px; width: 3px; height: 8px; box-shadow: 14px 0 0 currentColor; }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.intro-copy > p:not(.section-kicker) { color: var(--muted); }
.intro-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.intro-visual { position: relative; padding: 0 0 55px 55px; }
.intro-visual > img { width: 100%; aspect-ratio: 1.18; object-fit: cover; box-shadow: var(--shadow); }
.year-card { position: absolute; top: -28px; left: 0; display: flex; align-items: center; gap: 12px; padding: 17px 20px; color: #102c38; background: var(--gold); }
.year-card strong { font-family: Georgia, serif; font-size: 2rem; }
.year-card span { font-size: .65rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.quote-card { position: absolute; right: -20px; bottom: 0; max-width: 320px; padding: 24px; color: #fff; background: var(--navy); font-family: Georgia, serif; font-size: 1.03rem; font-style: italic; }

.notices-section { background: var(--cream); }
.notice-layout { display: grid; grid-template-columns: 1.55fr .75fr; gap: 32px; align-items: stretch; }
.notice-list { background: var(--white); box-shadow: 0 10px 40px rgba(8,37,48,.06); }
.notice-item { display: grid; grid-template-columns: 66px 1fr 30px; align-items: center; gap: 20px; min-height: 112px; padding: 20px 26px; border-bottom: 1px solid var(--line); }
.notice-item:last-child { border-bottom: 0; }
.notice-item time { display: grid; place-items: center; width: 58px; height: 64px; color: #17303b; background: var(--cream); line-height: 1; }
.notice-item time strong { font-family: Georgia, serif; font-size: 1.75rem; }
.notice-item time span { color: var(--red); font-size: .65rem; font-weight: 900; }
.notice-category { color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.notice-item h3 { margin: 4px 0 0; font-family: Georgia, serif; font-size: 1rem; line-height: 1.45; }
.notice-item h3 a:hover { color: var(--red); }
.notice-arrow { font-weight: 900; }
.admission-panel { position: relative; overflow: hidden; padding: 46px 40px; color: #fff; background: var(--navy); }
.admission-panel::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 220px; height: 220px; border: 40px solid rgba(213,169,67,.12); border-radius: 50%; }
.admission-panel .section-kicker { color: var(--gold); }
.admission-panel h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 2.3rem; font-weight: 500; line-height: 1.08; }
.admission-panel p, .admission-panel li { color: rgba(255,255,255,.75); font-size: .88rem; }
.admission-panel ul { margin: 25px 0 30px; padding: 0; list-style: none; }
.admission-panel li { padding: 7px 0 7px 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.admission-panel li::before { content: "✓"; margin-left: -24px; margin-right: 10px; color: var(--gold); font-weight: 900; }

.programmes { background: var(--white); }
.course-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.course-card { position: relative; display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s; }
.course-card span { color: var(--red); font-size: .64rem; font-weight: 900; }
.course-card strong { font-family: Georgia, serif; font-size: 1.25rem; }
.course-card b { position: absolute; right: 22px; bottom: 20px; }
.course-card:hover { color: #fff; background: var(--navy); }
.course-card:hover span { color: var(--gold); }

.principal-section { overflow: hidden; color: #fff; background: var(--navy); }
.principal-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.principal-photo { position: relative; }
.principal-photo::before { content: ""; position: absolute; inset: -20px 35px 20px -20px; border: 1px solid rgba(213,169,67,.55); }
.principal-photo img { position: relative; z-index: 1; width: 100%; height: 500px; object-fit: cover; object-position: center 20%; filter: saturate(.88); }
.principal-photo > span { position: absolute; right: -18px; bottom: -15px; z-index: 2; display: grid; width: 80px; height: 80px; place-items: center; color: #16323d; background: var(--gold); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.principal-copy .section-kicker { color: var(--gold); }
.principal-copy blockquote { margin: 25px 0; color: rgba(255,255,255,.77); font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.85; }
.principal-copy .text-link { color: #fff; }
.signature { display: grid; margin: 25px 0; }
.signature strong { font-family: Georgia, serif; font-size: 1.2rem; }
.signature span { color: var(--gold); font-size: .72rem; }

.stats-strip { padding: 42px 0; color: #162f3a; background: var(--gold); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: grid; place-items: center; min-height: 90px; border-right: 1px solid rgba(20,48,59,.22); text-align: center; }
.stat:last-child { border: 0; }
.stat strong { font-family: Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.1; }
.stat span { font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 240px; padding: 28px; border: 1px solid var(--line); background: var(--white); transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { color: var(--red); font-size: .7rem; font-weight: 900; }
.service-card h3 { margin: 30px 0 10px; font-family: Georgia, serif; font-size: 1.35rem; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: .85rem; }
.service-card b { color: var(--navy-2); font-size: .72rem; text-transform: uppercase; }

.campus { background: var(--white); }
.campus-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.campus-card { position: relative; min-height: 390px; overflow: hidden; }
.campus-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.campus-card:hover img { transform: scale(1.04); }
.campus-card > span { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 22px; color: #fff; background: linear-gradient(transparent, rgba(4,29,42,.88)); }
.campus-card strong { font-family: Georgia, serif; font-size: 1.15rem; }

.site-footer { color: rgba(255,255,255,.72); background: #031c29; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-block: 70px; }
.footer-brand > div { display: flex; align-items: center; gap: 14px; }
.footer-brand img { border-radius: 50%; }
.footer-brand > div > span { display: grid; }
.footer-brand strong { color: #fff; font-family: Georgia, serif; font-size: 1.35rem; text-transform: uppercase; }
.footer-brand p { color: var(--gold); font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; }
.footer-top h2 { margin: 0 0 18px; color: #fff; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-top a, .footer-top address { font-size: .76rem; font-style: normal; }
.footer-top a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 62px; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .69rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: grid; width: 44px; height: 44px; place-items: center; visibility: hidden; opacity: 0; border: 0; border-radius: 50%; color: #112c37; background: var(--gold); cursor: pointer; transition: .2s; }
.back-to-top.is-visible { visibility: visible; opacity: 1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes pulse { 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
    .identity-meta { gap: 12px; }
    .accreditation-mark { display: none; }
    .menu > li > a { padding-inline: 10px; font-size: .68rem; }
    .intro-grid { gap: 55px; }
    .campus-grid { grid-template-columns: 1fr 1fr; }
    .campus-card:first-child { grid-row: span 2; }
    .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 28px, 700px); }
    .section { padding: 72px 0; }
    .utility-inner > p, .utility-actions > a, .utility-divider { display: none; }
    .utility-inner { justify-content: flex-end; }
    .identity-inner { min-height: 100px; }
    .brand img { width: 70px; height: 70px; }
    .brand strong { font-size: 1.55rem; }
    .brand b { font-size: .95rem; }
    .brand small { display: none; }
    .spl-button { min-width: auto; padding: 12px; font-size: .68rem; }
    .menu-toggle { display: flex; align-items: center; gap: 5px; height: 52px; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; }
    .menu-toggle span { width: 19px; height: 2px; background: #fff; }
    .menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) { position: absolute; margin-top: 6px; }
    .menu-toggle span:nth-child(3) { margin-top: 12px; }
    .menu-toggle b { margin-left: 10px; font-size: .72rem; text-transform: uppercase; }
    .nav-inner { min-height: 52px; }
    .menu { position: absolute; top: 52px; right: 0; left: 0; display: none; align-items: stretch; padding: 10px 14px 18px; background: var(--navy); box-shadow: var(--shadow); }
    .menu.is-open { display: block; }
    .menu > li { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.12); }
    .menu > li > a { height: 45px; padding: 0; font-size: .8rem; }
    .submenu-toggle { display: block; width: 44px; border: 0; color: #fff; background: transparent; cursor: pointer; }
    .has-submenu > ul { position: static; grid-column: 1 / 3; display: none; width: auto; visibility: visible; opacity: 1; border: 0; background: rgba(255,255,255,.07); box-shadow: none; transform: none; }
    .has-submenu.is-open > ul { display: block; }
    .has-submenu li a { color: #fff; border-color: rgba(255,255,255,.1); }
    .ticker-inner { grid-template-columns: auto 1fr; }
    .all-notices { display: none; }
    .hero-slider { height: 620px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(2,25,38,.92), rgba(2,30,44,.5)); }
    .quick-grid { grid-template-columns: 1fr 1fr; }
    .quick-card:nth-child(2) { border-right: 0; }
    .intro-grid, .principal-grid { grid-template-columns: 1fr; }
    .intro-visual { max-width: 620px; }
    .notice-layout { grid-template-columns: 1fr; }
    .course-grid { grid-template-columns: repeat(2, 1fr); }
    .principal-photo { max-width: 460px; margin-inline: auto; }
    .principal-photo img { height: 480px; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / 3; }
    .footer-top > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
    .container { width: calc(100% - 24px); }
    .section { padding: 58px 0; }
    .identity-inner { gap: 10px; }
    .brand { gap: 10px; }
    .brand img { width: 58px; height: 58px; }
    .brand strong { font-size: 1.15rem; }
    .brand b { font-size: .8rem; }
    .spl-button { padding: 10px; font-size: .6rem; }
    .spl-button small { display: none; }
    .ticker-inner { gap: 10px; }
    .ticker-inner > strong { font-size: .58rem; }
    .hero-slider { min-height: 560px; height: calc(100vh - 240px); }
    .hero-content h1 { font-size: 2.75rem; }
    .hero-content > p:not(.eyebrow) { font-size: .9rem; }
    .quick-grid { grid-template-columns: 1fr; }
    .quick-card { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(13,52,66,.12); }
    .quick-card:first-child { border-left: 0; }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
    .section-heading h2, .intro-copy h2, .principal-copy h2 { font-size: 2.2rem; }
    .intro-actions { align-items: flex-start; flex-direction: column; }
    .intro-visual { padding: 0 0 40px 25px; }
    .quote-card { right: -5px; max-width: 270px; padding: 18px; }
    .notice-item { grid-template-columns: 55px 1fr; gap: 13px; padding: 16px 12px; }
    .notice-item time { width: 50px; height: 58px; }
    .notice-arrow { display: none; }
    .admission-panel { padding: 35px 25px; }
    .course-grid, .service-grid, .campus-grid { grid-template-columns: 1fr; }
    .course-card { min-height: 120px; }
    .principal-grid { gap: 50px; }
    .principal-photo img { height: 420px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat { border-bottom: 1px solid rgba(20,48,59,.22); }
    .stat:nth-child(2) { border-right: 0; }
    .campus-card, .campus-card:first-child { min-height: 300px; grid-row: auto; }
    .footer-top { grid-template-columns: 1fr; gap: 35px; }
    .footer-brand, .footer-top > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
    .footer-bottom div { flex-wrap: wrap; }
}
/*
.hero-layout { display: flex; gap: 1rem; align-items: stretch; }
.hero-slider { flex: 3; }
.hero-notices { flex: 1; overflow-y: auto; max-height: 420px; background: #f9f9f9; padding: 1rem; }
@media (max-width: 768px) { .hero-layout {   flex-direction: column;  }  .hero-slider, .hero-notices { flex: 1 1 100%; }}
.notice-scroll { max-height: 100%;  overflow-y: auto;}
.notice-item {  display: block;  padding: 0.5rem;  border-bottom: 1px solid #ddd; }
.hero-section {  min-height: 360px;  display: flex;  align-items: stretch;}
