@font-face{font-family:Montserrat;src:url("../fonts/montserrat-bold.ttf") format("truetype");font-weight:700;font-display:swap}
@font-face{font-family:Montserrat;src:url("../fonts/montserrat-semibold.ttf") format("truetype");font-weight:600;font-display:swap}
@font-face{font-family:Poppins;src:url("../fonts/poppins-regular.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:Poppins;src:url("../fonts/poppins-medium.ttf") format("truetype");font-weight:500;font-display:swap}

:root{--midnight:#1a3e74;--navy:#2d3049;--yellow:#f9c21f;--red:#d94639;--powder:#c6dae8;--slate:#2d3049;--antique:#ffdcd4;--smoke:#f8f8f8;--ink:#090f12;--gray:#a5a9b1;--white:#f8f8f8;--page:#f8f8f8;--accent:var(--midnight);--accent-soft:var(--powder);--accent-hot:var(--yellow);--shadow:0 28px 78px rgba(45,48,73,.13);--card-shadow:0 18px 48px rgba(45,48,73,.08);--card-border:rgba(26,62,116,.13);--radius:26px}
.theme-slate{--accent:var(--slate);--accent-soft:#c6dae8;--accent-hot:var(--yellow)}
.theme-powder{--accent:var(--midnight);--accent-soft:var(--powder);--accent-hot:var(--yellow)}
.theme-yellow{--accent:var(--midnight);--accent-soft:var(--antique);--accent-hot:var(--yellow)}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;color:var(--navy);background:var(--white);font-family:Poppins,Arial,sans-serif;font-size:16px;line-height:1.72;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Montserrat,Arial,sans-serif;line-height:1.06;letter-spacing:-.035em}
.program-shell{width:min(1460px,calc(100% - 80px));margin-inline:auto}
.skip-link{position:fixed;z-index:200;top:10px;left:10px;padding:12px 18px;color:#f8f8f8;background:#090f12;transform:translateY(-150%)}
.skip-link:focus{transform:none}

.program-header{position:fixed;z-index:90;inset:0 0 auto;background:rgba(248,248,248,.94);border-bottom:1px solid rgba(26,62,116,.1);transition:box-shadow .25s ease,transform .25s ease}
.program-header.is-scrolled{box-shadow:0 13px 36px rgba(45,48,73,.1)}
.program-header-inner{height:88px;width:min(1540px,calc(100% - 48px));margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.program-brand{height:74px;display:flex;align-items:center}
.program-brand-logo{width:148px;height:80px;display:flex;align-items:center;justify-content:center;overflow:visible}
.program-brand img{width:100%;height:100%;object-fit:contain}
.program-header-actions{display:flex;align-items:center;gap:18px}
.program-back{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease}
.program-back span{color:var(--red);margin-right:7px}
.program-back:hover{color:var(--red)}
.program-menu-toggle,.program-menu-close{width:52px;height:52px;border:1px solid rgba(26,62,116,.18);border-radius:50%;background:#f8f8f8;display:grid;place-content:center;gap:7px;cursor:pointer;transition:background .22s ease,border-color .22s ease,transform .22s ease}
.program-menu-toggle:hover{background:var(--midnight);border-color:var(--midnight);transform:rotate(6deg)}
.program-menu-toggle span,.program-menu-close span{display:block;width:19px;height:2px;background:var(--midnight);transition:transform .2s ease,background .2s ease}
.program-menu-toggle span:last-child{width:12px;margin-left:auto}
.program-menu-toggle:hover span{background:#f8f8f8}

.program-button{min-height:54px;padding:14px 24px;display:inline-flex;align-items:center;justify-content:center;gap:16px;border:0;border-radius:999px;background:var(--yellow);color:var(--ink);font-size:12px;font-weight:500;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 12px 30px rgba(217,70,57,.2);transition:transform .23s ease,box-shadow .23s ease,background .23s ease}
.program-button:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(45,48,73,.18);background:#f9c21f}
.program-button-small{min-height:47px;padding:11px 20px}
.program-icon{display:inline-grid;place-items:center;width:27px;height:27px;flex:none}
.program-icon svg{width:100%;height:100%;stroke:currentColor}
.program-button .program-icon{width:18px;height:18px;transition:transform .2s ease}
.program-button:hover .program-icon{transform:translateX(4px)}

.program-drawer{width:min(510px,100%);height:100dvh;max-height:none;margin:0 0 0 auto;padding:34px 44px;border:0;background:#f8f8f8;color:var(--navy);transform:translateX(100%);opacity:0;transition:transform .38s cubic-bezier(.2,.8,.2,1),opacity .25s ease}
.program-drawer[open]{display:flex;flex-direction:column}
.program-drawer.is-open{transform:none;opacity:1}
.program-drawer::backdrop{background:rgba(9,15,18,.66);backdrop-filter:blur(5px)}
.program-drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:55px}
.program-menu-close{border-color:#c6dae8;background:#f8f8f8}
.program-menu-close span{background:var(--navy);grid-area:1/1}
.program-menu-close span:first-child{transform:rotate(45deg)}
.program-menu-close span:last-child{transform:rotate(-45deg)}
.program-drawer nav{display:flex;flex-direction:column}
.program-drawer nav>a,.program-drawer nav>.program-nav-disabled{padding:12px 0;border-bottom:1px solid #c6dae8;font-family:Montserrat,sans-serif;font-size:clamp(22px,3.6vw,34px);font-weight:600;letter-spacing:-.03em;transition:padding-left .2s ease,color .2s ease}
.program-drawer nav>a:hover{padding-left:12px;color:var(--red)}
.program-drawer nav>.program-nav-disabled{color:#8b94a2;cursor:default;opacity:.66}
.program-drawer>.program-button{margin-top:35px;align-self:flex-start}
.program-drawer-signature{margin:auto 0 0;color:rgba(26,62,116,.48);font-size:10px;letter-spacing:.24em}

.program-kicker{margin-bottom:22px;display:flex;align-items:center;gap:12px;color:var(--accent);font-size:11px;font-weight:500;letter-spacing:.18em}
.program-kicker span{display:block;width:38px;height:3px;border-radius:99px;background:var(--red);flex:none}
.program-kicker-light{color:#f8f8f8}
.program-kicker-light span{background:var(--yellow)}
.program-hero{padding-top:88px;background:var(--page);overflow:hidden}
.program-hero-grid{min-height:760px;padding-block:86px 58px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:7vw}
.program-hero-copy{position:relative;z-index:2}
.program-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px;color:#a5a9b1;font-size:11px;text-transform:uppercase;letter-spacing:.09em}
.program-breadcrumb a:hover{color:var(--red)}
.program-breadcrumb span{color:var(--red)}
.program-hero h1{max-width:760px;margin-bottom:27px;color:var(--accent);font-size:clamp(44px,3.65vw,58px);text-wrap:balance}
.program-hero h1::first-line{color:var(--navy)}
.program-title-line{display:block;white-space:nowrap}
.program-hero-lead{max-width:680px;margin-bottom:32px;color:#1a3e74;font-size:17px;line-height:1.8}
.program-hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.program-text-link{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid rgba(26,62,116,.32);padding-bottom:5px;transition:color .2s ease,border-color .2s ease}
.program-text-link span{color:var(--red)}
.program-text-link:hover{color:var(--red);border-color:var(--red)}
.program-facts{display:flex;gap:26px;flex-wrap:wrap;margin:44px 0 0;padding:25px 0 0;border-top:1px solid rgba(26,62,116,.13);list-style:none}
.program-facts li{display:flex;align-items:center;gap:9px;color:#1a3e74;font-size:12px;font-weight:500}
.program-facts li span{width:8px;height:8px;border:2px solid var(--red);border-radius:50%}
.program-hero-media{position:relative;margin:0;padding:12px 12px 57px;background:#f8f8f8;border:1px solid var(--card-border);border-radius:30px;box-shadow:var(--shadow)}
.program-hero-media::before{content:"";position:absolute;z-index:-1;top:-18px;right:-18px;width:128px;height:128px;border-radius:34px;background:var(--accent-soft)}
.program-image-frame{height:560px;overflow:hidden;background:var(--accent);border:1px solid rgba(26,62,116,.08);border-radius:21px}
.program-image-frame img{width:100%;height:108%;object-fit:cover;object-position:center;transform:translate3d(0,var(--parallax-y,0),0) scale(1.035);transition:transform .15s linear}
.theme-slate .program-image-frame img{object-fit:contain;padding:10%;background:var(--slate)}
.theme-powder .program-image-frame,.theme-yellow .program-image-frame{height:auto;aspect-ratio:16/9;background:var(--navy)}
.theme-powder .program-image-frame img,.theme-yellow .program-image-frame img{height:100%;object-fit:contain;object-position:center;transform:translate3d(0,var(--parallax-y,0),0) scale(1.01)}
.theme-yellow .program-image-frame img{object-position:center}
.program-hero-media figcaption{position:absolute;right:29px;bottom:22px;display:flex;gap:10px;align-items:center;color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.program-hero-media figcaption span{color:#a5a9b1;text-transform:none;letter-spacing:0}
.program-rail{height:68px;padding-inline:5vw;display:flex;align-items:center;justify-content:center;gap:28px;background:var(--navy);color:#f8f8f8;font-size:10px;letter-spacing:.14em;white-space:nowrap}
.program-rail i{width:4px;height:4px;border-radius:50%;background:var(--yellow)}

.program-jumpbar{position:sticky;z-index:45;top:88px;background:#f8f8f8;border-bottom:1px solid #c6dae8;box-shadow:0 11px 27px rgba(45,48,73,.05)}
.program-jumpbar .program-shell{min-height:64px;display:flex;align-items:center;gap:28px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.program-jumpbar span{color:var(--red);font-size:10px;letter-spacing:.17em}
.program-jumpbar a{font-size:12px;font-weight:500;transition:color .2s ease}
.program-jumpbar a:hover{color:var(--red)}

.program-section-heading h2{max-width:800px;margin-bottom:0;color:var(--navy);font-size:clamp(38px,4.2vw,64px);text-wrap:balance}
.program-section-heading>p:last-child{max-width:600px;color:#1a3e74}
.program-heading-row{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:50px}
.program-heading-row>p{margin:0;max-width:540px}
.program-overview{padding:120px 0;background:#f8f8f8}
.overview-grid{display:grid;grid-template-columns:minmax(380px,.8fr) minmax(0,1.2fr);gap:9vw;align-items:start}
.program-overview-copy{padding-left:6vw;border-left:1px solid var(--powder)}
.program-overview-copy p{margin-bottom:21px;color:#1a3e74;line-height:1.9}
.program-overview-copy .program-lead{color:var(--navy);font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;line-height:1.48;letter-spacing:-.02em}

.program-curriculum,.program-details{padding:120px 0;background:var(--navy);color:#f8f8f8;overflow:hidden}
.program-curriculum .program-section-heading h2,.program-details .program-section-heading h2{color:#f8f8f8}
.program-curriculum .program-heading-row>p,.program-details .program-heading-row>p{color:#c6dae8}
.curriculum-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.curriculum-card{position:relative;min-height:460px;padding:30px 27px 26px;background:#f8f8f8;color:var(--navy);border:1px solid rgba(248,248,248,.32);border-radius:24px;box-shadow:0 18px 42px rgba(9,15,18,.13);transform-style:preserve-3d;transition:transform .12s ease,box-shadow .25s ease}
.curriculum-card:nth-child(2){background:var(--slate);color:#f8f8f8}
.curriculum-card:nth-child(3){background:var(--powder)}
.curriculum-card:nth-child(4){background:var(--yellow);color:var(--ink)}
.curriculum-card::after{content:"";position:absolute;inset:25px auto auto 27px;width:42px;height:3px;border-radius:99px;background:var(--red)}
.curriculum-card:nth-child(2)::after{background:var(--yellow)}
.curriculum-card:nth-child(3)::after{background:var(--midnight)}
.curriculum-card:nth-child(4)::after{background:var(--red)}
.curriculum-top{display:flex;align-items:center;justify-content:flex-end;margin-bottom:73px}
.curriculum-top .program-icon{width:62px;height:62px;padding:16px;border:1px solid currentColor;border-radius:50%}
.curriculum-label{margin-bottom:10px;color:var(--red);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase}
.curriculum-card:nth-child(2) .curriculum-label{color:var(--yellow)}
.curriculum-card h3{font-size:29px;margin-bottom:28px}
.curriculum-card details{border-top:1px solid rgba(26,62,116,.18)}
.curriculum-card:nth-child(2) details{border-color:rgba(248,248,248,.22)}
.curriculum-card summary{padding:17px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.07em}
.curriculum-card summary::-webkit-details-marker{display:none}
.curriculum-card summary i,.faq-group summary i,.mentor-profile summary i{width:16px;height:16px;position:relative;display:inline-block;flex:none}
.curriculum-card summary i::before,.curriculum-card summary i::after,.faq-group summary i::before,.faq-group summary i::after,.mentor-profile summary i::before,.mentor-profile summary i::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1px;background:currentColor;transform:translate(-50%,-50%)}
.curriculum-card summary i::after,.faq-group summary i::after,.mentor-profile summary i::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s ease}
.curriculum-card details[open] summary i::after,.faq-group details[open] summary i::after,.mentor-profile[open] summary i::after{transform:translate(-50%,-50%)}
.curriculum-card ul{margin:0;padding:4px 0 18px 17px;font-size:11px;line-height:1.72}

.program-mentors{padding:120px 0;background:#f8f8f8}
.program-mentors .program-heading-row{align-items:end}
.program-mentors .program-heading-row>div{max-width:860px}
.program-mentors .program-heading-row>p{max-width:530px}
.mentor-title-line{display:block;white-space:nowrap}
.mentor-featured-card{max-width:1160px;margin:64px auto 96px;display:grid;grid-template-columns:minmax(420px,.92fr) minmax(0,1.08fr);min-height:600px;background:#f8f8f8;border:1px solid var(--card-border);border-radius:32px;box-shadow:0 28px 72px rgba(45,48,73,.12);overflow:hidden}
.mentor-featured-photo{min-height:600px;position:relative;isolation:isolate;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#f3f6f8,#fff)}
.mentor-featured-photo::before,.mentor-featured-photo::after{content:"";display:none;position:absolute;z-index:0;background:var(--mentor-tone,var(--yellow))}
.mentor-featured-photo::after{z-index:1;background:var(--mentor-accent,var(--navy))}
.mentor-shape-featured-quarter .mentor-featured-photo::before{display:block;width:100%;height:94%;right:0;bottom:0;border-radius:100% 0 0 0;background:var(--yellow)}
.mentor-shape-featured-combo .mentor-featured-photo::before{display:block;width:94%;height:86%;left:-14%;bottom:-3%;border-radius:52% 48% 44% 24%/58% 42% 50% 38%;background:var(--yellow)}
.mentor-shape-featured-combo .mentor-featured-photo::after{display:block;width:56%;height:76%;right:-4%;top:7%;border-radius:48% 18px 18px 0/40% 18px 18px 0;background:#f5ecd3}
.mentor-featured-photo img{width:88%;height:100%;position:relative;z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 22px rgba(9,15,18,.2));transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.mentor-featured-card:hover .mentor-featured-photo img{transform:scale(1.025)}
.mentor-featured-copy{padding:70px clamp(42px,6vw,86px);display:flex;flex-direction:column;justify-content:center}
.mentor-tier-label,.mentor-tier-title{margin:0;color:var(--red);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}
.mentor-tier-label span{padding-inline:7px;color:var(--yellow)}
.mentor-featured-copy h3{max-width:none;margin:20px 0 0;color:var(--midnight);font-size:clamp(32px,4vw,64px);letter-spacing:-.035em;white-space:nowrap}
.mentor-directory{display:grid;gap:76px}
.mentor-tier-title{margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid rgba(26,62,116,.16);color:var(--midnight)}
.mentor-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}
.mentor-grid-junior{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}
.mentor-grid-junior .mentor-card{grid-column:span 2}
.mentor-grid-junior .mentor-card:nth-child(5){grid-column:2/span 2}
.mentor-grid-junior .mentor-card:nth-child(6){grid-column:4/span 2}
.mentor-grid-junior .mentor-card:nth-child(7){grid-column:6/span 2}
.mentor-card{min-width:0;flex:0 1 calc((100% - 72px)/4);display:flex;flex-direction:column;background:#f8f8f8;border:1px solid var(--card-border);border-radius:24px;box-shadow:var(--card-shadow);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}
.mentor-card:hover{transform:translateY(-7px);box-shadow:0 26px 55px rgba(45,48,73,.14)}
.mentor-photo{aspect-ratio:4/5;position:relative;isolation:isolate;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#f3f6f8,#fff)}
.mentor-photo::before,.mentor-photo::after{content:"";display:none;position:absolute;z-index:0;background:var(--mentor-tone,var(--powder))}
.mentor-photo::after{z-index:1;background:var(--mentor-accent,var(--navy))}
/* Approved individual shapes, excluding the full circle. */
.mentor-shape-arch .mentor-photo::before{display:block;inset:8% 9% 0;border-radius:999px 999px 0 0}
.mentor-shape-wide-arch .mentor-photo::before{display:block;width:100%;height:72%;left:0;bottom:0;border-radius:52% 52% 0 0/35% 35% 0 0}
.mentor-shape-rounded-rectangle .mentor-photo::before{display:block;inset:9% 7% 4%;border-radius:28px}
.mentor-shape-semicircle .mentor-photo::before{display:block;width:90%;height:45%;left:5%;bottom:0;border-radius:999px 999px 0 0}
.mentor-shape-pill .mentor-photo::before{display:block;inset:18% 5% 9%;border-radius:999px}
.mentor-shape-organic .mentor-photo::before{display:block;inset:7% 3% 2%;border-radius:54% 46% 63% 37%/38% 61% 39% 62%}
.mentor-shape-organic-orb .mentor-photo::before{display:block;inset:8% 0 0;border-radius:54% 46% 38% 62%/31% 25% 42% 56%}
.mentor-shape-organic-orb .mentor-photo::after{display:block;width:43%;height:43%;right:-7%;top:-5%;border-radius:50%;background:var(--mentor-accent,#f5ecd3)}
.mentor-shape-slanted-rectangle .mentor-photo::before{display:block;inset:8% 7% 4%;clip-path:polygon(19% 0,100% 0,81% 100%,0 100%);border-radius:14px}
.mentor-shape-arc .mentor-photo::before{display:block;width:84%;aspect-ratio:1;left:8%;top:8%;border:clamp(27px,3.1vw,40px) solid var(--mentor-tone,var(--red));border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;background:transparent;transform:rotate(45deg)}
/* Approved combinations made without the full-circle shape. */
.mentor-shape-arch-pair .mentor-photo::before{display:block;inset:7% 18% 0 3%;border-radius:999px 999px 0 0}
.mentor-shape-arch-pair .mentor-photo::after{display:block;width:48%;height:48%;right:-2%;bottom:0;border-radius:999px 999px 0 0}
.mentor-shape-semicircle-pair .mentor-photo::before{display:block;width:76%;height:36%;left:12%;top:5%;border-radius:0 0 999px 999px}
.mentor-shape-semicircle-pair .mentor-photo::after{display:block;width:82%;height:42%;left:9%;bottom:0;border-radius:999px 999px 0 0}
.mentor-shape-quarter-pill .mentor-photo::before{display:block;width:90%;height:90%;right:0;bottom:0;border-radius:100% 0 0 0}
.mentor-shape-quarter-pill .mentor-photo::after{display:block;width:62%;height:22%;left:-8%;bottom:8%;border-radius:999px}
.mentor-shape-arch-slant .mentor-photo::before{display:block;inset:8% 20% 0 3%;border-radius:999px 999px 0 0}
.mentor-shape-arch-slant .mentor-photo::after{display:block;inset:34% -7% 6% 55%;clip-path:polygon(22% 0,100% 0,78% 100%,0 100%);border-radius:10px}
.mentor-shape-rounded-arch .mentor-photo::before{display:block;inset:8% 5% 5%;border-radius:27px}
.mentor-shape-rounded-arch .mentor-photo::after{display:block;width:47%;height:45%;right:-4%;bottom:0;border-radius:999px 999px 0 0}
.mentor-photo>img{width:92%;height:96%;position:relative;z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 14px 16px rgba(9,15,18,.18));transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.mentor-card:hover .mentor-photo>img{transform:scale(1.035)}
.mentor-copy{min-height:92px;padding:24px 22px;display:grid;place-items:center;text-align:center}
.mentor-copy h3{margin:0;color:var(--midnight);font-size:clamp(18px,1.5vw,23px);line-height:1.2}
.mentor-profile{margin-top:auto;border-top:1px solid rgba(26,62,116,.16);background:#fff}
.mentor-profile summary{min-height:55px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none;background:#fff;color:var(--navy);font-size:11px;font-weight:500;letter-spacing:.09em;text-transform:uppercase}
.mentor-profile summary::-webkit-details-marker{display:none}
.mentor-profile>p{margin:0;padding:19px 20px 22px;border-top:1px solid rgba(26,62,116,.12);background:#fff;color:#1a3e74;font-size:12px;line-height:1.75;text-transform:none;letter-spacing:0;white-space:pre-line}
.mentor-featured-copy .mentor-profile{width:min(100%,430px);margin-top:34px;border:1px solid rgba(26,62,116,.14);border-radius:14px;overflow:hidden}
.mentor-featured-copy .mentor-profile summary{min-height:60px;padding-inline:20px}
.mentor-photo-placeholder{width:100%;height:100%;position:relative;z-index:2;display:grid;place-items:center;padding:25%}
.mentor-photo-placeholder img{width:100%;height:auto;object-fit:contain;filter:none}
.mentor-tone-yellow{--mentor-tone:#f9c21f;--mentor-accent:#f5ecd3}.mentor-tone-red{--mentor-tone:#d94639;--mentor-accent:#f9c21f}.mentor-tone-navy{--mentor-tone:#1a3e74;--mentor-accent:#f5ecd3}.mentor-tone-powder{--mentor-tone:#c6dae8;--mentor-accent:#1a3e74}.mentor-tone-antique{--mentor-tone:#ffdcd4;--mentor-accent:#f9c21f}.mentor-tone-gray{--mentor-tone:#a9adb5;--mentor-accent:#e8eaee}

.program-spotlight{padding:120px 0;background:var(--slate);color:#f8f8f8;overflow:hidden}
.spotlight-grid{display:grid;grid-template-columns:minmax(340px,.85fr) minmax(0,1.15fr);align-items:center;gap:9vw}
.spotlight-grid figure{height:640px;margin:0;padding:12px;position:relative;background:#f8f8f8;border:1px solid rgba(248,248,248,.32);border-radius:30px;overflow:hidden;box-shadow:0 30px 75px rgba(9,15,18,.2)}
.spotlight-grid figure::after{display:none}
.spotlight-grid img{width:100%;height:100%;object-fit:contain;object-position:center bottom;border-radius:20px;background:#f8f8f8;transition:transform .42s cubic-bezier(.22,1,.36,1)}
@media(hover:hover) and (pointer:fine){.spotlight-grid figure:hover img{transform:scale(1.035)}}
.spotlight-grid h2{max-width:780px;margin-bottom:25px;color:#f8f8f8;font-size:clamp(42px,4.5vw,72px)}
.spotlight-grid p{max-width:680px;margin-bottom:31px;color:#c6dae8;font-size:17px}

.program-faq{padding:120px 0;background:#f8f8f8}
.faq-layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:8vw;align-items:start}
.program-faq .program-section-heading{position:sticky;top:185px}
.program-faq .program-section-heading>p:last-child{margin-top:25px}
.faq-groups{display:grid;gap:28px}
.faq-group{padding:28px 34px;border:1px solid var(--card-border);border-radius:26px;background:#f8f8f8;box-shadow:0 13px 34px rgba(45,48,73,.045)}
.faq-group h3{margin-bottom:18px;color:var(--red);font-size:13px;letter-spacing:.11em;text-transform:uppercase}
.faq-group details{border-top:1px solid #c6dae8}
.faq-group summary{padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:var(--navy);font-family:Montserrat,sans-serif;font-size:16px;font-weight:600}
.faq-group summary::-webkit-details-marker{display:none}
.faq-group details p{padding:0 40px 20px 0;margin:0;color:#1a3e74;font-size:13px;line-height:1.85}

.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article-grid article{min-height:350px;padding:36px 30px;background:#f8f8f8;color:var(--navy);border:1px solid rgba(248,248,248,.32);border-radius:24px;box-shadow:0 15px 35px rgba(9,15,18,.12)}
.article-grid article:nth-child(even){background:var(--powder)}
.article-grid article h3{position:relative;padding-top:30px;font-size:23px;margin-bottom:19px}
.article-grid article h3::before{content:"";position:absolute;top:0;left:0;width:38px;height:3px;border-radius:99px;background:var(--red)}
.article-grid article p{color:#1a3e74;font-size:13px;line-height:1.8}

.program-fit{padding:120px 0;background:#f8f8f8}
.fit-grid{display:grid;grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);gap:8vw;align-items:start}
.fit-copy{position:sticky;top:185px}
.fit-copy h2{font-size:clamp(42px,4.6vw,70px)}
.fit-copy>p:last-child{max-width:560px;color:#1a3e74}
.fit-list{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:0;padding:0;list-style:none}
.fit-list li{min-height:130px;padding:23px 24px;display:flex;align-items:center;gap:20px;background:#f8f8f8;border:1px solid var(--card-border);border-radius:20px;box-shadow:0 13px 31px rgba(45,48,73,.055);font-family:Montserrat,sans-serif;font-weight:600;line-height:1.4}
.fit-list li .fit-mark{position:relative;display:grid;place-items:center;width:34px;height:34px;flex:none;border-radius:50%;background:var(--midnight)}
.fit-list li .fit-mark::after{content:"";width:8px;height:4px;border-left:2px solid #f8f8f8;border-bottom:2px solid #f8f8f8;transform:translateY(-1px) rotate(-45deg)}

.program-closing{padding:110px 0;background:var(--slate);color:#f8f8f8}
.closing-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw}
.closing-grid h2{font-size:clamp(42px,4.7vw,72px)}
.closing-grid>div:last-child p{color:#c6dae8}
.closing-grid .program-button{margin-top:15px}

.other-options{padding:120px 0;background:#f8f8f8}
.other-options-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.other-option{position:relative;isolation:isolate;overflow:hidden;min-height:300px;padding:28px;display:flex;flex-direction:column;border:1px solid rgba(20,51,92,.18);border-radius:24px;background:#e8edf1;color:var(--midnight);box-shadow:var(--card-shadow);transition:transform .22s ease,box-shadow .22s ease}
.other-option::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(244,246,247,.76) 0%,rgba(244,246,247,.9) 58%,rgba(244,246,247,.98) 100%);transition:background .22s ease}
.other-option-background{position:absolute;inset:0;z-index:-2;background-position:50% 40%;background-repeat:no-repeat;background-size:cover;transform:scale(1.025);transition:transform .35s ease;pointer-events:none}
.other-option:hover{transform:translateY(-7px);box-shadow:0 24px 52px rgba(20,51,92,.2)}
.other-option:hover .other-option-background{transform:scale(1.075)}
.other-option.is-current{border-color:rgba(217,70,57,.88);box-shadow:inset 0 -5px var(--yellow),var(--card-shadow)}
.other-option .program-icon{position:relative;z-index:1;width:51px;height:51px;margin:18px 0 34px;color:var(--midnight);filter:drop-shadow(0 2px 7px rgba(255,255,255,.5))}
.other-option small,.other-option strong,.other-option>i{position:relative;z-index:1}
.other-option small{color:rgba(20,51,92,.72);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}
.other-option strong{margin-top:4px;font-family:Montserrat,sans-serif;font-size:21px}
.other-option>i{align-self:flex-end;margin-top:auto;color:var(--red);font-size:22px;font-style:normal}
.other-option.option-online,.other-option.option-self-paced{color:#fff;border-color:rgba(255,255,255,.24)}
.other-option.option-online::before,.other-option.option-self-paced::before{background:linear-gradient(180deg,rgba(30,34,42,.56) 0%,rgba(24,31,43,.82) 52%,rgba(20,29,43,.96) 100%)}
.other-option.option-online small,.other-option.option-self-paced small{color:rgba(255,255,255,.76)}
.other-option.option-online .program-icon,.other-option.option-self-paced .program-icon{color:var(--yellow);filter:drop-shadow(0 2px 7px rgba(0,0,0,.34))}
.other-option.option-online>i,.other-option.option-self-paced>i{color:var(--yellow)}
.other-option.option-face-to-face .other-option-background{background-position:52% 35%}
.other-option.option-online .other-option-background{background-position:50% 48%}
.other-option.option-hybrid .other-option-background{background-position:50% 38%}
.other-option.option-self-paced .other-option-background{background-position:50% 52%}

.program-reminder{padding:35px 0;background:var(--antique);border-block:1px solid #ffdcd4}
.program-reminder .program-shell{display:grid;grid-template-columns:170px 1fr;gap:35px}
.program-reminder strong{font-family:Montserrat,sans-serif;text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:var(--red)}
.program-reminder p{margin:0;color:#2d3049;font-size:11px;line-height:1.8}

.program-footer{padding:80px 0 25px;background:#f8f8f8;color:var(--navy);border-top:1px solid var(--card-border)}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr .7fr;gap:9vw;padding-bottom:60px}
.footer-grid>div:first-child img{width:190px;height:112px;object-fit:contain;margin-bottom:25px}
.footer-grid>div:first-child p{max-width:380px;color:#1a3e74}
.footer-grid h2{margin-bottom:20px;font-size:14px;letter-spacing:.04em}
.footer-grid a{display:block;margin:9px 0;color:#1a3e74;font-size:12px;transition:color .2s ease}
.footer-grid a:hover{color:var(--yellow)}
.footer-grid p{color:#1a3e74;font-size:12px}
.footer-bottom{padding-top:20px;border-top:1px solid #c6dae8;display:flex;align-items:center;justify-content:space-between;color:#a5a9b1;font-size:10px;letter-spacing:.07em;text-transform:uppercase}

[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.75,.25,1);transition-delay:var(--delay,0ms)}
[data-reveal].is-visible{opacity:1;transform:none}

@media (max-width:1180px){
    .program-shell{width:min(calc(100% - 48px),1100px)}
    .program-hero-grid{grid-template-columns:1fr 1fr;gap:45px;min-height:690px}
    .program-hero h1{font-size:clamp(48px,6.2vw,72px)}
    .program-image-frame{height:490px}
    .curriculum-grid{grid-template-columns:1fr 1fr}
    .curriculum-card{min-height:410px}
    .article-grid{grid-template-columns:1fr 1fr}
    .other-options-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:860px){
    html{scroll-padding-top:82px}
    .program-shell{width:min(100% - 34px,760px)}
    .program-header-inner{height:76px;width:calc(100% - 28px)}
    .program-header{height:76px}
    .program-brand{height:58px}.program-brand-logo{width:124px;height:68px}
    .program-back,.program-button-small{display:none}
    .program-menu-toggle{width:46px;height:46px}
    .program-hero{padding-top:76px}
    .program-hero-grid{padding:65px 0 45px;grid-template-columns:1fr;min-height:auto;gap:50px}
    .program-hero-copy{max-width:700px}
    .program-hero h1{font-size:clamp(38px,7vw,52px)}
    .program-hero-media{width:min(100%,680px);margin-inline:auto}
    .program-media-number{left:-4px;bottom:15px;font-size:80px}
    .program-image-frame{height:min(75vw,560px)}
    .program-rail{justify-content:flex-start;overflow:hidden}
    .program-jumpbar{top:76px}
    .overview-grid,.faq-layout,.fit-grid,.closing-grid,.spotlight-grid{grid-template-columns:1fr}
    .program-overview-copy{padding:30px 0 0;border-left:0;border-top:1px solid var(--powder)}
    .program-heading-row{align-items:start;flex-direction:column}
    .mentor-featured-card{grid-template-columns:1fr;max-width:680px}
    .mentor-featured-photo{min-height:560px}
    .mentor-featured-copy{padding:48px 42px 54px}
    .mentor-card{flex-basis:calc(50% - 12px)}
    .mentor-grid-junior{grid-template-columns:repeat(2,minmax(0,1fr))}
    .mentor-grid-junior .mentor-card,.mentor-grid-junior .mentor-card:nth-child(5),.mentor-grid-junior .mentor-card:nth-child(6),.mentor-grid-junior .mentor-card:nth-child(7){grid-column:auto}
    .program-faq .program-section-heading,.fit-copy{position:static}
    .spotlight-grid figure{height:560px}
    .program-reminder .program-shell{grid-template-columns:1fr;gap:10px}
    .footer-grid{grid-template-columns:1fr 1fr}
    .footer-grid>div:first-child{grid-column:1/-1}
}

@media (max-width:620px){
    body{font-size:14px}
    .program-shell{width:calc(100% - 28px)}
    .program-drawer{padding:26px 24px}
    .program-hero-grid{padding-top:48px}
    .program-kicker{font-size:9px;letter-spacing:.13em}
    .program-breadcrumb{display:none}
    .program-hero h1{margin-bottom:21px;font-size:clamp(27px,7vw,34px)}
    .program-hero-lead{font-size:14px;line-height:1.75}
    .program-hero-actions{align-items:stretch;flex-direction:column}
    .program-hero-actions .program-button{width:100%}
    .program-text-link{align-self:flex-start}
    .program-facts{gap:14px;margin-top:30px}
    .program-facts li{width:100%}
    .program-hero-media{padding:9px 9px 47px;border-radius:22px}
    .program-image-frame{border-radius:15px}
    .program-image-frame{height:118vw;max-height:560px}
    .theme-powder .program-image-frame,.theme-yellow .program-image-frame{height:auto;max-height:none}
    .program-hero-media figcaption{right:15px;bottom:14px;font-size:9px}
    .program-hero-media figcaption span{display:none}
    .program-rail{height:54px;gap:14px;font-size:8px}
    .program-jumpbar .program-shell{gap:20px}
    .program-jumpbar span{display:none}
    .program-overview,.program-curriculum,.program-details,.program-mentors,.program-spotlight,.program-faq,.program-fit,.program-closing,.other-options{padding:82px 0}
    .program-section-heading h2,.spotlight-grid h2,.fit-copy h2,.closing-grid h2{font-size:clamp(30px,8vw,42px)}
    .program-mentors .program-section-heading h2{font-size:clamp(27px,7.2vw,34px)}
    .program-overview-copy .program-lead{font-size:20px}
    .curriculum-grid,.article-grid,.fit-list,.other-options-grid{grid-template-columns:1fr}
    .curriculum-card{min-height:0}.curriculum-top{margin-bottom:50px}
    .mentor-featured-card{margin:46px auto 70px;border-radius:22px}
    .mentor-featured-photo{min-height:440px}
    .mentor-featured-photo img{width:96%}
    .mentor-featured-copy{padding:35px 26px 40px}
    .mentor-featured-copy h3{font-size:clamp(27px,7.8vw,36px)}
    .mentor-directory{gap:58px}
    .mentor-grid{gap:14px}
    .mentor-card{flex-basis:calc(50% - 7px);border-radius:18px}
    .mentor-photo>img{width:98%;height:97%}
    .mentor-copy{min-height:82px;padding:17px 10px}
    .mentor-copy h3{font-size:clamp(15px,4.8vw,19px)}
    .mentor-profile summary{min-height:48px;padding:13px 12px;font-size:9px;letter-spacing:.06em}
    .mentor-profile>p{padding:16px 13px 19px;font-size:11px}
    .spotlight-grid figure{height:530px}
    .faq-group{padding:22px 21px}.faq-group summary{font-size:14px}
    .article-grid article{min-height:0}.article-grid article>span{margin-bottom:38px}
    .fit-list li{min-height:100px}
    .footer-grid{grid-template-columns:1fr;gap:38px}.footer-grid>div:first-child{grid-column:auto}
    .footer-bottom{align-items:flex-start;gap:18px;flex-direction:column}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
.program-button{background:#f9c21f;color:#1a3e74;box-shadow:0 12px 30px #f9c21f33}
.program-button:hover{background:#f9c21f}
