.academy-cover-page{background:#062926;color:#fff}
.academy-cover{position:relative;isolation:isolate;min-height:max(740px,100svh);overflow:hidden;display:flex;justify-content:flex-start;align-items:center;padding:170px 6vw 110px}
.academy-cover__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:-2}
.academy-cover__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(2,20,19,.55),rgba(2,20,19,.14) 43%,transparent 68%)}
.academy-cover__copy{width:44%;max-width:660px;text-align:left}
.academy-cover__eyebrow{font:italic 400 24px/1.3 'Instrument Serif',serif;color:#fff;margin:0 0 22px}
.academy-cover h1{font:400 clamp(42px,4.5vw,78px)/1.15 'Anton',sans-serif;letter-spacing:0;margin:0;white-space:pre-line;text-wrap:balance;overflow:visible}
.academy-cover__intro{font:400 clamp(16px,1.3vw,19px)/1.65 'Instrument Sans',sans-serif;max-width:440px;margin:26px 0 0;text-wrap:pretty;white-space:pre-line}
@media(max-width:850px){
.academy-cover{min-height:max(900px,100svh);padding:195px 26px 460px;align-items:flex-start}
.academy-cover__copy{width:100%;max-width:520px}
.academy-cover h1{font-size:clamp(38px,7vw,58px)}
.academy-cover__image{top:auto;bottom:0;height:58%;object-position:85% center}
.academy-cover__shade{background:linear-gradient(180deg,#062926 0%,#062926 38%,rgba(6,41,38,.95) 44%,transparent 65%)}
.academy-cover__eyebrow{font-size:20px;margin-bottom:16px}
.academy-cover__intro{font-size:16px;margin-top:20px}
}
@media(max-width:390px){.academy-cover{padding-left:20px;padding-right:20px}.academy-cover h1{font-size:36px}}
/* Keep the raster photo and official SVG badge in the same xMaxYMid crop. */
.academy-cover .academy-cover__photo{object-position:right center}

/* Visible routes, without competing with the main title or registration status. */
.academy-cover__routes{display:flex;flex-wrap:wrap;gap:4px 25px;margin-top:18px;max-width:440px}
.academy-cover__routes a{display:inline-flex;align-items:center;min-height:44px;color:#fff;font:500 14px/1.5 'Instrument Sans',sans-serif;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px}
.academy-cover__routes a:hover{text-decoration-thickness:2px}
.academy-cover__routes a:focus-visible{outline:2px solid #fff;outline-offset:5px}
@media(max-width:850px){.academy-cover__routes{gap:0 22px;margin-top:12px}.academy-cover__routes a{font-size:13px}.academy-cover{min-height:1020px}}
