@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root{--ink:#15354b;--ink-deep:#0d2b40;--muted:#647983;--brand:#0a7182;--accent:#e8f178;--coral:#ff835d;--paper:#f3f7f6;--white:#fff;--line:#d8e3e2;--shadow:0 24px 70px rgba(18,63,87,.11)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Manrope,system-ui,sans-serif}
a{color:inherit}
.skip-link{position:fixed;z-index:100;left:16px;top:12px;transform:translateY(-160%);padding:10px 14px;border-radius:10px;background:#fff;color:var(--ink);font-weight:800}
.skip-link:focus{transform:none}
.directory-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.directory-header{position:relative;z-index:5;background:var(--ink-deep);color:#fff}
.header-inner{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:24px}
.directory-brand{display:flex;align-items:center;gap:13px;text-decoration:none}
.brand-mark{display:grid;width:46px;height:46px;place-items:center;border-radius:15px;background:var(--accent);color:var(--ink-deep);font-size:22px;font-weight:900}
.directory-brand span:last-child{display:grid}
.directory-brand small{color:#b9ced6;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.directory-brand strong{font-size:19px;letter-spacing:-.02em}
.header-status{display:flex;align-items:center;gap:9px;color:#d7e7ea;font-size:13px;font-weight:700}
.header-status i,.availability i{width:8px;height:8px;border-radius:50%;background:#7fe2b3;box-shadow:0 0 0 5px rgba(127,226,179,.12)}
.directory-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 30%,rgba(119,195,188,.34),transparent 25%),linear-gradient(130deg,#123f57 0%,#0e5265 70%,#086e78 100%);color:#fff}
.directory-hero::before,.directory-hero::after{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;content:"";pointer-events:none}
.directory-hero::before{width:520px;height:260px;right:-100px;top:-60px;transform:rotate(-13deg)}
.directory-hero::after{width:720px;height:250px;right:-240px;bottom:-210px;transform:rotate(9deg)}
.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);gap:72px;align-items:center;padding:88px 0 92px}
.eyebrow{margin:0 0 14px;color:#dce777;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.hero-copy h1{max-width:760px;margin:0;font-size:clamp(46px,7vw,86px);line-height:.98;letter-spacing:-.065em}
.hero-copy>p:not(.eyebrow){max-width:700px;margin:28px 0 0;color:#d8e6e9;font-size:clamp(17px,2vw,21px)}
.hero-link{display:inline-flex;align-items:center;gap:12px;margin-top:34px;padding:14px 19px;border-radius:13px;background:#fff;color:var(--ink-deep);font-weight:800;text-decoration:none}
.hero-link span{font-size:20px}
.hero-summary{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:28px;background:rgba(255,255,255,.15);box-shadow:0 28px 70px rgba(3,30,43,.25);backdrop-filter:blur(16px)}
.summary-primary,.summary-secondary{position:relative;z-index:1;display:flex;min-height:230px;flex-direction:column;justify-content:flex-end;padding:28px;background:rgba(10,52,67,.56)}
.summary-primary span,.summary-secondary span{color:#c6d9dd;font-size:12px;font-weight:700;text-transform:uppercase}
.summary-primary strong{margin:7px 0 -5px;color:var(--accent);font-size:74px;line-height:1;font-weight:800}
.summary-primary small{font-size:13px;font-weight:600}
.summary-secondary strong{margin-top:12px;font-size:46px;line-height:1}
.summary-art{position:absolute;inset:0;pointer-events:none}
.summary-art i{position:absolute;border-radius:999px}
.summary-art i:nth-child(1){width:62px;height:16px;right:26px;top:28px;background:var(--coral);transform:rotate(16deg)}
.summary-art i:nth-child(2){width:19px;height:19px;right:104px;top:62px;background:var(--accent)}
.summary-art i:nth-child(3){width:46px;height:46px;left:40px;top:26px;border:1px solid rgba(255,255,255,.28)}
.directory-schools{padding:78px 0 96px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:30px}
.section-heading .eyebrow{color:var(--brand)}
.section-heading h2{margin:0;font-size:clamp(34px,5vw,54px);line-height:1.06;letter-spacing:-.055em}
.section-heading>p{margin:0;color:var(--muted)}
.school-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.school-card{display:grid;grid-template-columns:160px minmax(0,1fr);min-height:260px;overflow:hidden;border:1px solid var(--line);border-radius:25px;background:var(--white);box-shadow:0 14px 42px rgba(24,67,83,.06);transition:transform .2s ease,box-shadow .2s ease}
.school-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.school-card.is-unavailable{filter:saturate(.55)}
.school-logo-wrap{display:grid;min-height:100%;place-items:center;padding:24px;background:linear-gradient(155deg,#e7f0ef,#dce9e7)}
.school-logo-wrap img{width:100%;height:100%;max-height:170px;object-fit:contain}
.school-logo-fallback{display:grid;width:104px;height:104px;place-items:center;border-radius:31px;background:linear-gradient(145deg,var(--ink),#147686);color:#fff;font-size:21px;font-weight:800;box-shadow:0 18px 35px rgba(20,80,98,.2)}
.school-card-body{display:flex;min-width:0;flex-direction:column;padding:25px}
.school-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.availability{display:flex;align-items:center;gap:7px;color:#34725b;letter-spacing:0;text-transform:none}
.availability i{width:6px;height:6px;box-shadow:none}
.availability.unavailable{color:#9a5d4e}
.school-card h3{margin:18px 0 8px;font-size:clamp(20px,2.4vw,28px);line-height:1.16;letter-spacing:-.035em}
.course-count{margin:0 0 22px;color:var(--muted);font-size:13px}
.course-count strong{color:var(--ink);font-size:16px}
.school-button{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding:11px 15px;border-radius:12px;background:var(--ink);color:#fff;font-size:13px;font-weight:800;text-decoration:none}
.school-button:hover{background:var(--brand)}
.school-button.disabled{justify-content:center;background:#dfe7e6;color:#7b8c91}
.empty-directory{padding:62px 28px;border:1px dashed #bdcfce;border-radius:26px;background:#fff;text-align:center}
.empty-directory>span{display:grid;width:58px;height:58px;margin:0 auto 17px;place-items:center;border-radius:18px;background:#eaf1f0;color:var(--brand);font-size:30px}
.empty-directory h3{margin:0;font-size:26px}
.empty-directory p{margin:8px 0 0;color:var(--muted)}
.directory-footer{border-top:1px solid var(--line);background:#eaf0ef;color:var(--muted);font-size:13px}
.directory-footer .directory-shell{display:flex;min-height:92px;align-items:center;justify-content:space-between;gap:24px}
.directory-footer p{margin:0}
.directory-footer a{color:var(--brand);font-weight:800}
@media(max-width:900px){.hero-layout{grid-template-columns:1fr;gap:42px;padding:68px 0}.hero-summary{max-width:650px}.school-grid{grid-template-columns:1fr}}
@media(max-width:620px){.directory-shell{width:min(100% - 24px,1180px)}.header-inner{min-height:76px}.header-status{display:none}.directory-brand small{font-size:9px}.hero-layout{padding:54px 0 58px}.hero-copy h1{font-size:44px}.hero-summary{grid-template-columns:1fr 1fr}.summary-primary,.summary-secondary{min-height:185px;padding:20px}.summary-primary strong{font-size:58px}.summary-secondary strong{font-size:36px}.directory-schools{padding:52px 0 66px}.section-heading{display:block}.section-heading>p{margin-top:10px}.school-card{grid-template-columns:1fr}.school-logo-wrap{min-height:150px}.school-logo-wrap img{max-height:110px}.school-card-topline{align-items:flex-start;flex-direction:column}.directory-footer .directory-shell{align-items:flex-start;flex-direction:column;justify-content:center;padding:24px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.school-card{transition:none}}
