:root{--red:#ff444f;--yellow:#f7da3b;--ink:#2c2c2c;--gray:#6d6e71;--line:#d8d6d1;--mist:#e6e6e6;--beige:#f5f3ef;--white:#fff;--dark:#171614;--display:'Cormorant Garamond',Georgia,serif;--sans:'Outfit',Arial,sans-serif;--container:1280px;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--beige);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.65;overflow-x:hidden}body.menu-open,body.quiz-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.container{width:min(calc(100% - 64px),var(--container));margin-inline:auto}.section{padding:clamp(6.5rem,10vw,10rem) 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;left:1rem;top:-5rem;padding:.75rem 1rem;background:var(--yellow);color:var(--ink)}.skip-link:focus{top:1rem}.eyebrow{margin:0 0 1.4rem;color:var(--red);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eyebrow--light{color:var(--yellow)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);font-weight:500;letter-spacing:-.045em;text-wrap:balance}h2{font-size:clamp(3.4rem,6vw,6.6rem);line-height:.91}h3{font-size:clamp(1.8rem,2.7vw,3rem);line-height:1}.tag{font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;min-height:56px;padding:0 1.4rem;border:0;border-radius:0;font-weight:600;cursor:pointer;transition:transform .25s var(--ease),background .25s ease}.button:hover{transform:translateY(-3px)}.button:active{transform:translateY(0) scale(.98)}.button--accent{background:var(--red);color:var(--white)}.button--dark{background:var(--ink);color:var(--white)}.button--light{background:var(--white);color:var(--ink)}:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}

.site-header{position:fixed;z-index:40;top:0;left:0;width:100%;padding:18px 0;transition:padding .3s ease,background .3s ease}.site-header.is-scrolled{padding:10px 0;background:rgba(23,22,20,.88);backdrop-filter:blur(16px)}.nav-shell{display:flex;align-items:center;min-height:72px;padding:7px 9px 7px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(20,19,17,.44);color:var(--white);box-shadow:0 16px 50px rgba(0,0,0,.12);backdrop-filter:blur(12px)}.brand{display:grid;place-items:center;width:205px;height:56px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.96)}.brand img{width:174px;height:40px;object-fit:contain}.main-menu{display:flex;align-items:center;gap:clamp(1rem,2vw,2rem);margin-left:auto}.main-menu a{position:relative;padding:20px 0;font-size:.76rem;font-weight:600}.main-menu a::after{content:'';position:absolute;left:0;right:100%;bottom:13px;height:2px;background:var(--yellow);transition:right .25s ease}.main-menu a:hover::after{right:0}.portal-link{display:flex;align-items:center;gap:.8rem;margin-left:1.5rem;padding:13px 17px;border-radius:999px;background:var(--red);font-size:.75rem;font-weight:700}.portal-link span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.17)}.menu-toggle{display:none;width:46px;height:46px;padding:10px;border:0;background:transparent}.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:var(--ink)}

.hero{position:relative;min-height:100dvh;display:flex;align-items:flex-end;overflow:hidden;background:var(--dark);color:var(--white)}.hero-media,.hero-shade{position:absolute;inset:0}.hero-media{background:url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=2200&q=92') center 45%/cover;filter:saturate(.58) contrast(1.08)}.hero-shade{background:linear-gradient(90deg,rgba(10,9,8,.84) 0%,rgba(10,9,8,.4) 54%,rgba(10,9,8,.12)),linear-gradient(0deg,rgba(10,9,8,.55),transparent 50%)}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:clamp(3rem,7vw,8rem);align-items:end;padding:clamp(12rem,21vh,16rem) 0 clamp(5rem,9vh,8rem)}.hero h1{margin:0;max-width:10ch;font-size:clamp(5rem,9.2vw,10rem);font-weight:400;line-height:.78;letter-spacing:-.06em}.hero h1 em{color:var(--yellow);font-weight:400}.hero-summary{padding-bottom:.8rem}.hero-summary p{max-width:34ch;color:rgba(255,255,255,.72)}.hero-summary .hero-subtitle{color:var(--white);font-size:1.35rem;font-weight:500;line-height:1.38}.hero-summary .button{margin-top:1.2rem}.scroll-cue{position:absolute;z-index:2;right:2rem;bottom:2rem;display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,.7);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.scroll-cue i{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.45);font-style:normal}

.trajectory{background:var(--dark);color:var(--white)}.trajectory-grid{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(0,1.58fr);gap:clamp(3rem,9vw,10rem)}.trajectory-label{display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(255,255,255,.18)}.trajectory-label span{padding-bottom:.8rem;color:rgba(255,255,255,.44);font-family:var(--display);font-size:1.8rem}.trajectory-copy h2{max-width:14ch}.trajectory-copy p{max-width:67ch;color:rgba(255,255,255,.66);font-size:1.07rem}.trajectory-copy>a{display:inline-flex;gap:.8rem;margin-top:1.5rem;padding-bottom:.35rem;border-bottom:1px solid var(--yellow);font-size:.85rem;font-weight:600}.stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(5rem,8vw,8rem);border-block:1px solid rgba(255,255,255,.18)}.stats article{display:grid;grid-template-columns:auto 1fr;gap:1.2rem;align-items:baseline;padding:1.7rem}.stats article+article{border-left:1px solid rgba(255,255,255,.18)}.stats strong{color:var(--yellow);font-family:var(--display);font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:1}.stats span{max-width:15ch;color:rgba(255,255,255,.7);font-size:.82rem;line-height:1.35}

.academic{background:var(--beige)}.section-intro--wide{max-width:1050px;margin:0 auto clamp(4.5rem,8vw,8rem)}.section-intro h2{margin-bottom:0}.offer-list{border-top:1px solid rgba(44,44,44,.25)}.offer{border-bottom:1px solid rgba(44,44,44,.25)}.offer-toggle{display:grid;grid-template-columns:70px minmax(0,1fr) 36px;gap:1rem;align-items:center;width:100%;padding:1.6rem .3rem;border:0;background:transparent;text-align:left;cursor:pointer}.offer-toggle>span:nth-child(2){font-family:var(--display);font-size:clamp(2rem,4vw,4.3rem);line-height:1}.offer-num{color:var(--red);font-size:.75rem;font-weight:700;letter-spacing:.12em}.offer-toggle i{font-size:1.5rem;font-style:normal;font-weight:400}.offer-panel{max-height:0;overflow:hidden;opacity:0;transition:max-height .65s var(--ease),opacity .35s ease,padding .65s var(--ease)}.offer.is-open .offer-panel{max-height:1200px;padding:1rem 0 3.2rem;opacity:1}.offer.is-open .offer-toggle>span:nth-child(2){color:var(--red)}.offer-panel p{color:var(--gray)}.offer-panel .tag{color:var(--red)}.offer-image{min-height:420px;background-position:center;background-size:cover}.offer-image--formation{background-image:url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1500&q=88')}.offer-panel>.offer-image+.offer-copy,.offer-panel:has(>.offer-image){display:grid;grid-template-columns:1.3fr .7fr;gap:clamp(2rem,5vw,5rem)}.offer-copy{display:flex!important;flex-direction:column;justify-content:flex-end}.offer-copy a{display:flex;justify-content:space-between;padding:1rem 0;border-block:1px solid var(--line);color:var(--red);font-weight:600}.offer-columns{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,8rem);padding-left:86px}.offer-columns ul,.offer-simple ul{padding:0;margin:0;list-style:none}.offer-columns li{display:flex;flex-direction:column;padding:1rem 0;border-bottom:1px solid var(--line)}.offer-columns li span{color:var(--gray);font-size:.9rem}.offer-simple{padding-left:86px}.offer-simple li{padding:1.2rem 0;border-bottom:1px solid var(--line);font-family:var(--display);font-size:1.8rem}

.flagship{background:var(--red);color:var(--white)}.flagship-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,8rem);align-items:stretch}.flagship-photo{position:relative;min-height:720px;background:url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1300&q=90') center/cover;filter:saturate(.62)}.flagship-photo span{position:absolute;right:-1px;top:-1px;padding:1rem 1.5rem;background:var(--yellow);color:var(--ink);font-weight:700}.flagship-copy{display:flex;flex-direction:column;justify-content:center}.flagship-copy h2{max-width:11ch}.flagship-lead{max-width:50ch;color:rgba(255,255,255,.8);font-size:1.1rem}.flagship-copy dl{display:grid;grid-template-columns:1fr 1fr;margin:2.3rem 0}.flagship-copy dl div{padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.35)}.flagship-copy dl div:nth-child(odd){padding-right:1rem}.flagship-copy dl div:nth-child(even){padding-left:1rem;border-left:1px solid rgba(255,255,255,.35)}.flagship-copy dt{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.flagship-copy dd{margin:.25rem 0 0;font-weight:600}.flagship-copy .button{align-self:flex-start}

.openings{background:var(--white)}.section-intro{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(3rem,8vw,8rem);align-items:end;margin-bottom:3.5rem}.section-intro>p{max-width:44ch;color:var(--gray)}.openings-intro h2{max-width:12ch}.filters{display:flex;overflow-x:auto;border-block:1px solid var(--line);margin-bottom:2rem}.filter{flex:0 0 auto;padding:1rem 1.2rem;border:0;border-right:1px solid var(--line);background:transparent;color:var(--gray);cursor:pointer}.filter:hover,.filter.is-active{background:var(--ink);color:var(--white)}.program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.program-card{display:flex;flex-direction:column;min-width:0;background:var(--beige);transition:transform .3s var(--ease),box-shadow .3s ease}.program-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(44,44,44,.12)}.program-card[hidden]{display:none}.program-media{position:relative;min-height:245px;background-position:center;background-size:cover}.program-media span{position:absolute;left:1rem;top:1rem;padding:.55rem .7rem;background:var(--yellow);font-size:.64rem;font-weight:700;text-transform:uppercase}.program-media--fcs{background-image:url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=900&q=88')}.program-media--master{background-image:url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=900&q=88')}.program-media--couple{background-image:url('https://images.unsplash.com/photo-1529333166437-7750a6dd5a70?auto=format&fit=crop&w=900&q=88')}.program-media--cards{background-image:url('https://images.unsplash.com/photo-1606326608606-aa0b62935f2b?auto=format&fit=crop&w=900&q=88')}.program-media--migration{background-image:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=88')}.program-body{display:flex;flex:1;flex-direction:column;padding:1.6rem;background:var(--beige)}.program-body .tag{margin-bottom:.7rem;color:var(--red)}.program-body h3{font-family:var(--sans);font-size:1.55rem;font-weight:700;letter-spacing:-.035em}.program-body>p:not(.tag){color:var(--gray);font-size:.92rem}.program-body dl{display:grid;grid-template-columns:1fr 1fr;margin:auto 0 1.2rem;border-block:1px solid var(--line)}.program-body dl div{padding:.8rem 0}.program-body dt{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray)}.program-body dd{margin:0;font-size:.82rem;font-weight:600}.program-body button{display:flex;justify-content:space-between;padding:0;border:0;background:transparent;color:var(--red);font-weight:700;cursor:pointer}.data-note{margin-top:1.5rem;color:var(--gray);font-size:.78rem}

.model{background:var(--dark);color:var(--white)}.model-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(4rem,9vw,10rem);align-items:start}.model-intro h2{max-width:10ch}.model-intro>p:last-child{max-width:50ch;color:rgba(255,255,255,.65)}.model-steps{padding:0;margin:0;list-style:none;border-top:1px solid rgba(255,255,255,.2)}.model-steps li{display:grid;grid-template-columns:55px 1fr;gap:1.5rem;padding:clamp(2.2rem,5vw,4.5rem) 0;border-bottom:1px solid rgba(255,255,255,.2)}.model-steps li>span{color:var(--yellow);font-size:.75rem;font-weight:700}.model-steps h3{margin-bottom:1rem;font-size:clamp(3rem,5vw,5.5rem)}.model-steps p{max-width:44ch;margin:0;color:rgba(255,255,255,.65)}

.agenda{background:var(--beige)}.agenda-intro h2{max-width:11ch}.event-list{border-top:1px solid var(--line)}.event{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:clamp(1.5rem,4vw,4rem);align-items:center;padding:2rem 0;border-bottom:1px solid var(--line)}.event time{display:flex;flex-direction:column;align-items:center;padding:1rem 0;border-top:5px solid var(--red);background:var(--white)}.event time strong{font-family:var(--display);font-size:2rem;line-height:1}.event time span{font-size:.68rem;letter-spacing:.15em}.event .tag{margin-bottom:.5rem;color:var(--red)}.event h3{margin-bottom:.5rem}.event div>p:last-child{margin:0;color:var(--gray);font-size:.9rem}.event button{padding:.5rem 0;border:0;border-bottom:1px solid var(--red);background:transparent;color:var(--red);font-weight:600;cursor:pointer}

.testimonials{background:#12110f;color:var(--white)}.testimonial-stage{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);min-height:680px}.testimonial-photo{background-position:center;background-size:cover;filter:grayscale(1) contrast(1.05);transition:opacity .25s ease}.testimonial-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,8rem);background:#22211f}.testimonial-copy blockquote{max-width:18ch;margin:1.5rem 0 3rem;font-family:var(--display);font-size:clamp(3rem,5vw,5.8rem);line-height:.94;letter-spacing:-.045em}.testimonial-person{display:flex;justify-content:space-between;gap:2rem;align-items:end}.testimonial-person p{display:flex;flex-direction:column;margin:0}.testimonial-person span{color:rgba(255,255,255,.58);font-size:.8rem}.testimonial-controls{display:flex;align-items:center;gap:.7rem}.testimonial-controls button{width:44px;height:44px;border:1px solid rgba(255,255,255,.3);background:transparent;color:var(--white);cursor:pointer}.testimonial-controls button:hover{background:var(--yellow);color:var(--ink)}.testimonial-controls span{min-width:42px;text-align:center}.story-link{align-self:flex-start;margin-top:3rem;padding-bottom:.35rem;border-bottom:1px solid var(--yellow);font-size:.82rem;font-weight:600}

.admissions{background:var(--yellow)}.admissions-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(3rem,9vw,10rem);align-items:end}.admissions h2{max-width:11ch;margin:0}.admissions-grid>div:last-child p{max-width:45ch}.site-footer{padding:5rem 0 1.5rem;background:var(--dark);color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .8fr .8fr;gap:clamp(2rem,5vw,5rem)}.footer-brand{align-self:start;padding:1rem;background:var(--white)}.footer-brand img{display:block;width:100%;height:75px;object-fit:contain}.footer-grid address,.footer-grid>div,.footer-grid nav{display:flex;flex-direction:column;gap:.4rem;font-style:normal}.footer-grid strong{margin-bottom:.6rem;color:var(--yellow);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.footer-grid span,.footer-grid a{color:rgba(255,255,255,.67);font-size:.8rem}.footer-grid a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;margin-top:4rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.5);font-size:.72rem}

.quiz{width:min(720px,calc(100% - 28px));max-height:calc(100dvh - 28px);padding:0;border:0;background:var(--beige);color:var(--ink);box-shadow:0 40px 120px rgba(0,0,0,.35)}.quiz::backdrop{background:rgba(10,9,8,.78);backdrop-filter:blur(8px)}.quiz-close{position:absolute;z-index:2;right:1rem;top:1rem;width:44px;height:44px;border:1px solid var(--line);background:var(--white);font-size:1.5rem;cursor:pointer}.quiz-progress{height:6px;background:var(--mist)}.quiz-progress span{display:block;width:50%;height:100%;background:var(--red);transition:width .3s ease}.quiz-inner{padding:clamp(2rem,6vw,5rem)}.quiz h2{max-width:10ch;font-size:clamp(3rem,7vw,5.4rem)}.quiz fieldset{padding:0;border:0}.quiz legend{margin-bottom:1.5rem;font-family:var(--display);font-size:2rem}.quiz label{display:block;margin:.7rem 0}.quiz label input{position:absolute;opacity:0}.quiz label span{display:block;padding:1rem 1.2rem;border:1px solid var(--line);background:var(--white);cursor:pointer}.quiz label input:checked+span{border-color:var(--red);box-shadow:inset 5px 0 var(--red)}.quiz-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.quiz-back{border:0;background:transparent;text-decoration:underline;cursor:pointer}.quiz-result h3{font-size:3rem}.quiz-result p{color:var(--gray)}

@media(max-width:1080px){.main-menu{gap:1rem}.portal-link{font-size:0}.portal-link span{font-size:.8rem}.brand{width:185px}.brand img{width:155px}.program-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{max-width:320px}}
@media(max-width:820px){.container{width:min(calc(100% - 36px),var(--container))}.site-header{padding:10px 0}.nav-shell{min-height:66px;border-radius:25px;background:rgba(255,255,255,.94);color:var(--ink)}.brand{width:175px;height:50px;padding:5px}.brand img{width:150px}.menu-toggle{display:block;margin-left:auto}.portal-link{margin-left:.4rem}.main-menu{position:absolute;display:none;top:78px;left:18px;right:18px;flex-direction:column;align-items:flex-start;padding:1.5rem;background:var(--white);color:var(--ink);box-shadow:0 24px 55px rgba(0,0,0,.15)}.main-menu.is-open{display:flex}.main-menu a{width:100%;padding:.6rem 0;font-size:.95rem}.hero-content{grid-template-columns:1fr;align-content:end;gap:2rem;padding-top:11rem}.hero h1{font-size:clamp(4.7rem,15vw,8rem)}.hero-summary{max-width:500px}.scroll-cue{display:none}.trajectory-grid,.flagship-grid,.model-grid,.admissions-grid{grid-template-columns:1fr}.trajectory-label{min-height:110px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.stats{grid-template-columns:1fr}.stats article+article{border-left:0;border-top:1px solid rgba(255,255,255,.18)}.section-intro{grid-template-columns:1fr;gap:1.2rem}.offer-panel:has(>.offer-image){display:block}.offer-copy{padding-top:2rem}.offer-columns{grid-template-columns:1fr;padding-left:70px}.flagship-photo{min-height:520px}.flagship-grid{gap:3rem}.model-grid{gap:4rem}.testimonial-stage{grid-template-columns:220px 1fr;min-height:600px}.testimonial-copy{padding:3rem}.testimonial-copy blockquote{font-size:clamp(2.8rem,7vw,4.4rem)}}
@media(max-width:580px){body{font-size:16px}.container{width:min(calc(100% - 28px),var(--container))}.section{padding:5.5rem 0}.brand{width:155px}.brand img{width:136px}.portal-link{width:42px;height:42px;padding:7px}.hero{min-height:940px}.hero-content{padding:10rem 0 4rem}.hero h1{font-size:clamp(3.9rem,19vw,5.6rem);line-height:.82}.hero-summary .hero-subtitle{font-size:1.15rem}.hero-summary .button{width:100%}.trajectory-copy h2,.section-intro h2{font-size:clamp(3rem,14vw,4.4rem)}.offer-toggle{grid-template-columns:38px minmax(0,1fr) 24px;padding:1.3rem 0}.offer-toggle>span:nth-child(2){font-size:1.85rem}.offer-image{min-height:280px}.offer-columns,.offer-simple{padding-left:0}.offer-simple li{font-size:1.4rem}.flagship-photo{min-height:400px}.flagship-copy h2,.model-intro h2,.admissions h2{font-size:clamp(3rem,14vw,4.4rem)}.flagship-copy dl{grid-template-columns:1fr}.flagship-copy dl div:nth-child(even){padding-left:0;border-left:0}.program-grid{grid-template-columns:1fr}.event{grid-template-columns:68px 1fr;gap:1rem}.event button{grid-column:2;justify-self:start}.testimonial-stage{display:block}.testimonial-photo{min-height:390px}.testimonial-copy{padding:2.3rem 1.5rem 6rem}.testimonial-copy blockquote{font-size:clamp(2.6rem,12vw,3.8rem)}.testimonial-person{display:block}.testimonial-controls{position:absolute;right:1.5rem;bottom:1.5rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.hero-content>.eyebrow{grid-column:1;grid-row:1;align-self:end;margin-bottom:0}.hero-content>h1{grid-column:1;grid-row:2}.hero-content>.hero-summary{grid-column:2;grid-row:2}
@media(max-width:820px){.menu-toggle{display:block!important;flex:0 0 46px;margin-left:auto}.portal-link{display:flex!important;flex:0 0 42px;width:42px;height:42px;padding:7px}.hero-content>.eyebrow,.hero-content>h1,.hero-content>.hero-summary{grid-column:1;grid-row:auto}}
@media(max-width:580px){.hero h1{max-width:100%;font-size:clamp(3.45rem,17vw,5rem);overflow-wrap:normal}.hero-summary p{max-width:100%}}
.mobile-portal{display:none}
@media(max-width:820px){.nav-shell{position:relative}.menu-toggle{position:absolute;display:block!important;z-index:2;right:10px;top:10px}.portal-link{display:none!important}.main-menu .mobile-portal{display:block;margin-top:.6rem;padding:.85rem 1rem;background:var(--red);color:var(--white)}}
@media(max-width:580px){.hero h1{font-size:clamp(3rem,13vw,4rem)}}

/* Holistic visual direction + restored initial header structure. */
:root{--display:'Playfair Display',Georgia,serif}
.hero-media{background-image:url('assets/hero-holistic-v2.png');background-position:center 48%;filter:saturate(.82) contrast(1.04)}
.hero-shade{background:linear-gradient(90deg,rgba(20,15,12,.82) 0%,rgba(20,15,12,.35) 56%,rgba(20,15,12,.08)),linear-gradient(0deg,rgba(20,15,12,.5),transparent 52%)}
.offer-image--formation{background-image:url('assets/conversation-v2.png')}
.flagship-photo{background-image:url('assets/flagship-circle-v2.png');background-position:center 42%;filter:saturate(.82)}
.program-media--fcs{background-image:url('assets/flagship-circle-v2.png');background-position:center 42%}
.program-media--master{background-image:url('assets/hero-holistic-v2.png');background-position:66% center}
.program-media--couple,.program-media--cards{background-image:url('assets/conversation-v2.png')}
.site-header{padding:14px 0}.site-header.is-scrolled{padding:8px 0;background:rgba(23,22,20,.9)}
.nav-shell{min-height:68px;padding:6px 8px 6px 12px;border-radius:18px;background:rgba(23,22,20,.68);box-shadow:0 14px 46px rgba(0,0,0,.16)}
.brand{width:190px;height:52px;padding:7px 12px;border-radius:12px}.brand img{width:160px;height:38px}
.main-menu{gap:clamp(.8rem,1.4vw,1.35rem)}.main-menu a{padding:17px 0;font-size:.72rem}.main-menu a::after{bottom:10px}
.nav-actions{display:flex;align-items:center;gap:.8rem;margin-left:1.2rem}.portal-link{margin:0;padding:.6rem 0;border-radius:0;background:transparent;font-size:.72rem;font-weight:600;white-space:nowrap}.portal-link:hover{color:var(--yellow)}
.header-cta{display:flex;align-items:center;gap:.9rem;min-height:48px;padding:0 1.15rem;border:0;border-radius:10px;background:var(--red);color:var(--white);font-size:.74rem;font-weight:700;white-space:nowrap;cursor:pointer}.header-cta span{font-size:1rem}.header-cta:hover{background:#e83b46}
@media(max-width:1100px){.main-menu{gap:.75rem}.nav-actions .portal-link{display:none}.brand{width:175px}.brand img{width:148px}.header-cta{padding:0 .9rem}}
@media(max-width:820px){.nav-shell{min-height:64px;border-radius:16px}.nav-actions{display:none}.brand{width:160px;height:50px}.brand img{width:138px}.main-menu{top:72px}.main-menu .mobile-portal{display:block}.menu-toggle{top:9px}.hero-media{background-position:62% center}}

/* Editorial refinement: typography, rhythm and composition. */
:root{--container:1240px;--radius:14px;--space-section:clamp(6rem,9vw,9rem)}
body{font-size:18px;line-height:1.65;text-rendering:optimizeLegibility}
p{max-width:65ch;text-wrap:pretty}
.section{padding:var(--space-section) 0}
h2{font-size:clamp(2.8rem,4.8vw,5.2rem);line-height:.98;letter-spacing:-.038em}
h3{font-size:clamp(1.7rem,2.4vw,2.65rem);line-height:1.08;letter-spacing:-.03em}
.button,.header-cta,.program-card,.quiz,.quiz-close,.quiz label span{border-radius:var(--radius)}
.button{min-height:58px;padding-inline:1.6rem}

.site-header{padding:12px 0;background:transparent}
.site-header.is-scrolled{padding:8px 0;background:transparent}
.nav-shell{min-height:68px;border-radius:var(--radius);background:rgba(27,25,23,.84);box-shadow:0 12px 36px rgba(0,0,0,.14);backdrop-filter:blur(18px)}
.main-menu a{font-size:.78rem}

.hero-content{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:clamp(3rem,6vw,7rem);padding:clamp(8rem,14vh,10rem) 0 clamp(4.5rem,8vh,6.5rem)}
.hero h1{max-width:18ch;font-size:clamp(4rem,5vw,6rem);line-height:.92;letter-spacing:-.05em}
.hero h1 span{display:block}
.hero h1 span:nth-child(2){white-space:nowrap}
.hero h1 em{display:inline-block;line-height:1.05;padding-bottom:.06em}
.hero-summary{padding-bottom:.35rem}
.hero-summary p{font-size:1.03rem}
.hero-summary .hero-subtitle{font-size:clamp(1.2rem,1.5vw,1.42rem)}

.trajectory-grid{grid-template-columns:minmax(170px,.34fr) minmax(0,1.66fr);gap:clamp(3rem,8vw,8rem)}
.trajectory-copy h2{max-width:15ch}
.trajectory-copy p{font-size:1.08rem}
.stats{grid-template-columns:1.2fr 1fr 1fr}
.stats article{grid-template-columns:1fr;padding:2rem}
.stats strong{font-size:clamp(3.1rem,4.5vw,4.8rem)}
.stats span{max-width:22ch;font-size:.9rem}

.section-intro{display:block;max-width:900px;margin:0 auto 3.5rem}
.section-intro>p{margin-top:1.35rem;font-size:1.08rem}
.section-intro--wide{max-width:970px;margin-bottom:clamp(4rem,7vw,6.5rem)}
.openings-intro h2,.agenda-intro h2{max-width:14ch}
.openings-intro>p,.agenda-intro>p{max-width:58ch}
.academic .eyebrow,.openings .eyebrow,.model .eyebrow,.agenda .eyebrow,.testimonials .eyebrow,.trajectory .eyebrow{font-family:var(--display);font-size:1.08rem;font-style:italic;font-weight:500;letter-spacing:0;text-transform:none}
.hero .eyebrow,.flagship .eyebrow,.admissions .eyebrow,.quiz .eyebrow{font-family:var(--sans);font-size:.72rem;font-style:normal;font-weight:700;letter-spacing:.17em;text-transform:uppercase}

.offer-toggle{grid-template-columns:58px minmax(0,1fr) 36px;padding:1.75rem .2rem}
.offer-toggle>span:nth-child(2){font-size:clamp(2rem,3.45vw,3.65rem)}
.offer-image{border-radius:var(--radius)}

.flagship-photo{min-height:680px;border-radius:var(--radius);overflow:hidden}
.flagship-photo span{right:1rem;top:1rem;border-radius:10px}
.flagship-copy h2{max-width:12ch}

.openings{background:var(--beige)}
.filters{gap:.5rem;padding:.55rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}
.filter{border:0;border-radius:9px;padding:.8rem 1rem}
.filter:hover,.filter.is-active{background:var(--red);color:var(--white)}
.program-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem}
.program-card{grid-column:span 4;overflow:hidden;background:var(--white);border:1px solid rgba(44,44,44,.1);box-shadow:0 10px 30px rgba(44,44,44,.05)}
.program-card:nth-child(1){grid-column:span 7}
.program-card:nth-child(2){grid-column:span 5}
.program-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(44,44,44,.1)}
.program-media{min-height:270px}
.program-card:nth-child(1) .program-media{min-height:350px}
.program-media span{left:1rem;top:1rem;border-radius:8px}
.program-body{padding:1.7rem;background:var(--white)}
.program-body h3{font-family:var(--display);font-size:clamp(1.75rem,2.2vw,2.4rem);font-weight:600}
.program-body>p:not(.tag){font-size:.96rem}
.program-body dl{border-top:1px solid var(--line);border-bottom:0}

.model{background:#292724}
.model-intro{position:sticky;top:120px}
.model-intro h2{max-width:11ch}
.model-steps h3{font-size:clamp(2.8rem,4.3vw,4.7rem)}

.event{grid-template-columns:100px minmax(0,1fr) auto;padding:2.25rem 0}
.event time{border-top:0;border-left:5px solid var(--red);border-radius:0;background:transparent}
.event time strong{font-size:2.6rem}
.event h3{font-size:clamp(1.65rem,2.3vw,2.4rem)}

.testimonials{background:#292724}
.testimonial-stage{min-height:640px}
.testimonial-photo{border-radius:var(--radius) 0 0 var(--radius);filter:grayscale(.65) saturate(.7) contrast(1.04)}
.testimonial-copy{border-radius:0 var(--radius) var(--radius) 0;background:#34312e}
.testimonial-copy blockquote{max-width:21ch;font-size:clamp(2.6rem,4.2vw,4.8rem);line-height:1.02}
.testimonial-controls button{border-radius:10px}

@media(max-width:1080px){.program-card,.program-card:nth-child(1),.program-card:nth-child(2){grid-column:span 6}.program-card:nth-child(1) .program-media{min-height:270px}}
@media(max-width:820px){body{font-size:17px}.hero-content{grid-template-columns:1fr;gap:1.7rem;padding:8.5rem 0 4rem}.hero h1{font-size:clamp(3.7rem,12vw,6rem)}.hero h1 span:nth-child(2){max-width:10ch;white-space:normal}.trajectory-grid{grid-template-columns:1fr}.model-intro{position:static}.program-card,.program-card:nth-child(1),.program-card:nth-child(2){grid-column:span 12}.testimonial-photo{border-radius:var(--radius) 0 0 var(--radius)}.testimonial-copy{border-radius:0 var(--radius) var(--radius) 0}}
@media(max-width:580px){.container{width:min(calc(100% - 32px),var(--container))}.section{padding:5.25rem 0}.hero{min-height:820px}.hero h1{font-size:clamp(3.25rem,14vw,4.45rem);line-height:.92}.hero h1 span:nth-child(2){max-width:9ch}.hero-summary .hero-subtitle{font-size:1.16rem}.stats article{padding:1.5rem 0}.section-intro h2,.trajectory-copy h2,.flagship-copy h2,.model-intro h2,.admissions h2{font-size:clamp(2.75rem,12vw,3.8rem)}.testimonial-stage{display:block}.testimonial-photo{border-radius:var(--radius) var(--radius) 0 0}.testimonial-copy{border-radius:0 0 var(--radius) var(--radius)}.testimonial-copy blockquote{font-size:clamp(2.35rem,10vw,3.25rem)}}

/* Official 2026 logos and corrected academic-offer hierarchy. */
.brand{width:64px;height:56px;padding:6px 12px}
.brand img{width:34px;height:46px;object-fit:contain}
.footer-brand{padding:1.25rem 1.4rem}
.footer-brand img{height:86px}
.offer-list{border-top:0}
.offer-group-intro{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(0,1fr);gap:clamp(2rem,6vw,6rem);align-items:start;padding:0 0 2.2rem;border-bottom:1px solid rgba(44,44,44,.25)}
.offer-group-intro .tag{margin:0;color:var(--red)}
.offer-group-intro>p:last-child{max-width:62ch;margin:0;color:var(--gray);font-size:1.05rem}
.offer-feature{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(2.5rem,6vw,6rem);align-items:stretch;margin-bottom:clamp(4rem,7vw,7rem);padding-bottom:clamp(4rem,7vw,7rem);border-bottom:1px solid rgba(44,44,44,.25)}
.offer-feature .offer-image{min-height:560px}
.offer-feature-copy{display:flex;flex-direction:column;justify-content:center}
.offer-feature-copy .tag{margin-bottom:1rem;color:var(--red)}
.offer-feature-copy h3{max-width:13ch;margin-bottom:1.4rem;font-size:clamp(2.6rem,4.2vw,4.8rem)}
.offer-feature-copy>p:not(.tag){color:var(--gray)}
.offer-feature-copy a{display:flex;justify-content:space-between;margin-top:1.5rem;padding:1rem 0;border-bottom:1px solid var(--red);color:var(--red);font-weight:700}
.offer-toggle>span:nth-child(2){display:flex;align-items:baseline;gap:1.2rem;flex-wrap:wrap}
.offer-toggle small{font-family:var(--sans);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray)}
.offer-detail{max-width:980px;padding-left:74px}
.offer-detail>p{max-width:70ch;margin-bottom:2rem;color:var(--gray)}
.offer-detail ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 clamp(2rem,5vw,5rem);padding:0;margin:0;list-style:none}
.offer-detail li{display:flex;flex-direction:column;gap:.35rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}
.offer-detail li b{font-family:var(--display);font-size:1.45rem;font-weight:600;line-height:1.15}
.offer-detail li span{color:var(--gray);font-size:.92rem;line-height:1.55}
.offer-detail--sessions{max-width:none}
.offer-detail--sessions li{padding-right:clamp(1rem,3vw,3rem)}
@media(max-width:820px){.brand{width:58px;height:52px;padding:5px 11px}.brand img{width:30px;height:42px}.offer-feature,.offer-group-intro{grid-template-columns:1fr}.offer-feature .offer-image{min-height:420px}.offer-detail{padding-left:54px}.offer-detail ul{grid-template-columns:1fr}}
@media(max-width:580px){.brand{width:52px;height:48px}.brand img{width:27px;height:39px}.offer-feature .offer-image{min-height:340px}.offer-feature-copy h3{font-size:clamp(2.5rem,12vw,3.6rem)}.offer-detail{padding-left:0}.offer-toggle>span:nth-child(2){display:block;font-size:1.65rem;line-height:1.02}.offer-toggle small{display:block;margin-top:.45rem;font-size:.62rem}}

/* Horizontal IESS identity in the header. */
.brand{width:190px;height:56px;padding:8px 14px}
.brand img{width:162px;height:42px}
@media(max-width:1100px){.brand{width:172px}.brand img{width:146px}}
@media(max-width:820px){.brand{width:160px;height:52px;padding:7px 12px}.brand img{width:136px;height:40px}}
@media(max-width:580px){.brand{width:146px;height:48px;padding:6px 10px}.brand img{width:126px;height:36px}}

/* Official IESS white-and-yellow mark for dark backgrounds. */
.brand{width:220px;padding:4px 10px;background:transparent}
.brand img{width:200px;height:48px;object-fit:contain}
.footer-brand{padding:0;background:transparent}
.footer-brand img{width:100%;height:auto;max-height:92px;object-fit:contain;object-position:left center}
@media(max-width:1100px){.brand{width:190px}.brand img{width:170px}}
@media(max-width:820px){.brand{width:172px;padding:4px 8px}.brand img{width:156px;height:42px}}
@media(max-width:580px){.brand{width:158px}.brand img{width:142px;height:38px}}

/* Quiz aligned with the Sowelu editorial system. */
.quiz{width:min(1020px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:0;border:0;border-radius:18px;background:var(--beige);color:var(--ink);box-shadow:0 32px 90px rgba(16,14,12,.38);overflow:hidden}
.quiz::backdrop{background:rgba(18,16,14,.78);backdrop-filter:blur(10px)}
.quiz [hidden]{display:none!important}
.quiz-layout{display:grid;grid-template-columns:minmax(290px,340px) minmax(0,1fr);min-height:680px}
.quiz-aside{display:flex;flex-direction:column;padding:40px 36px 34px;background:#26231f;color:var(--white)}
.quiz-aside>img{width:190px;height:auto;max-height:70px;object-fit:contain;object-position:left center}
.quiz-aside-copy{margin:auto 0}
.quiz-aside .eyebrow{margin-bottom:18px}
.quiz-aside h2{max-width:8ch;margin-bottom:20px;color:var(--white);font-size:clamp(2.8rem,4.2vw,4.2rem);line-height:.96}
.quiz-aside-copy>p:last-child{max-width:29ch;margin:0;color:rgba(255,255,255,.64);font-size:.92rem;line-height:1.6}
.quiz-route{display:grid;gap:12px;padding:24px 0 0;margin:0;border-top:1px solid rgba(255,255,255,.16);list-style:none}
.quiz-route li{display:grid;grid-template-columns:32px 1fr;gap:8px;align-items:center;color:rgba(255,255,255,.42);font-size:.75rem;font-weight:600}
.quiz-route li span{color:inherit;font-size:.65rem;letter-spacing:.12em}
.quiz-route li.is-active{color:var(--yellow)}
.quiz-route li.is-complete{color:rgba(255,255,255,.72)}
.quiz-route li.is-complete span{color:var(--red)}
.quiz-main{position:relative;min-width:0;max-height:calc(100dvh - 32px);overflow-y:auto;background:var(--beige)}
.quiz-close{position:absolute;z-index:3;right:20px;top:20px;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.72);color:var(--ink);font-size:1.4rem;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}
.quiz-close:hover{background:var(--white);transform:rotate(4deg)}
.quiz-progress{height:5px;background:#dedbd4}
.quiz-progress span{display:block;width:45%;height:100%;background:var(--red);transition:width .35s var(--ease)}
.quiz-inner{display:flex;flex-direction:column;justify-content:center;min-height:675px;padding:64px clamp(36px,6vw,72px) 48px}
.quiz-stage-label{margin:0 0 20px;color:var(--red);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.quiz fieldset{display:grid;gap:10px;padding:0;margin:0;border:0}
.quiz fieldset[hidden],.quiz-result[hidden]{display:none}
.quiz legend{max-width:15ch;margin-bottom:28px;font-family:var(--display);font-size:clamp(2.45rem,4.5vw,4rem);font-weight:500;line-height:1.02;letter-spacing:-.035em}
.quiz-question-eyebrow{margin:0 0 2px;color:var(--red);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.quiz-helper{max-width:60ch;margin:-18px 0 14px;color:var(--gray);font-size:.87rem}
.quiz-options{display:grid;gap:10px}
.quiz-options--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.quiz label{display:block;margin:0}
.quiz label input{position:absolute;width:1px;height:1px;opacity:0}
.quiz label span{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:center;min-height:58px;padding:12px 16px;border:1px solid #d7d3cc;border-radius:12px;background:rgba(255,255,255,.68);font-size:.95rem;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}
.quiz label span::before{content:'';display:grid;place-items:center;width:22px;height:22px;border:1px solid #aaa49b;border-radius:50%;color:var(--white);font-size:.72rem;font-weight:700}
.quiz label span>b,.quiz label span>small{grid-column:2}
.quiz label span>b{font-weight:600;line-height:1.25}
.quiz label span>small{margin-top:-8px;color:var(--gray);font-size:.72rem;line-height:1.35}
.quiz label:hover span{border-color:#aaa49b;background:var(--white);transform:translateX(3px)}
.quiz label input:focus-visible+span{outline:3px solid var(--yellow);outline-offset:2px}
.quiz label input:checked+span{border-color:var(--red);background:var(--white);box-shadow:0 8px 22px rgba(44,44,44,.07)}
.quiz label input:checked+span::before{content:'✓';border-color:var(--red);background:var(--red)}
.quiz-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:32px}
.quiz-actions .button{min-width:168px}
.quiz-back{min-height:44px;padding:0;border:0;background:transparent;color:var(--gray);font-weight:600;cursor:pointer}
.quiz-back:hover{color:var(--red)}
.quiz-actions:has([data-quiz-next][hidden]){justify-content:flex-start}
.quiz-error{margin:16px 0 -12px;color:#b3262f;font-size:.85rem;font-weight:600}
.quiz-selection-count{margin:8px 0 0;color:var(--gray);font-size:.75rem;font-weight:600;text-align:right}
.quiz-result .tag{margin-bottom:18px;color:var(--red)}
.quiz-result h3{max-width:13ch;margin-bottom:20px;font-size:clamp(2.8rem,5vw,4.8rem);line-height:1}
.quiz-result>p:not(.tag){max-width:52ch;margin-bottom:30px;color:var(--gray)}
.quiz-recommendations{display:grid;gap:10px;margin:0 0 28px}
.quiz-recommendation{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:16px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.7)}
.quiz-rank{color:var(--red);font-size:.68rem;font-weight:700;letter-spacing:.1em}
.quiz-recommendation p{margin:0 0 4px;color:var(--red);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.quiz-recommendation h4{margin:0 0 5px;font-family:var(--display);font-size:1.35rem;line-height:1.08}
.quiz-recommendation div>span{display:block;color:var(--gray);font-size:.8rem;line-height:1.45}
.quiz-result .button{width:min(100%,320px)}
@media(max-width:760px){.quiz{width:calc(100% - 16px);max-height:calc(100dvh - 16px);border-radius:14px;overflow-y:auto}.quiz-layout{grid-template-columns:1fr;min-height:0}.quiz-aside{display:block;padding:22px 24px 20px}.quiz-aside>img{width:150px;max-height:48px}.quiz-aside-copy{margin-top:18px}.quiz-aside .eyebrow{display:none}.quiz-aside h2{max-width:none;margin:0;font-size:2rem;line-height:1}.quiz-aside-copy>p:last-child,.quiz-route{display:none}.quiz-close{right:16px;top:16px;border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.1);color:var(--white)}.quiz-main{max-height:none;overflow-y:visible}.quiz-inner{display:block;min-height:0;padding:36px 24px 28px}.quiz legend{font-size:clamp(2.25rem,10vw,3.15rem)}.quiz-options--compact{grid-template-columns:1fr}.quiz label span{min-height:56px}.quiz-actions{position:sticky;bottom:-28px;padding:20px 0 28px;background:linear-gradient(0deg,var(--beige) 75%,rgba(245,243,239,0))}}
@media(max-width:420px){.quiz-aside{padding-right:68px}.quiz-aside h2{font-size:1.7rem}.quiz-inner{padding-inline:18px}.quiz-actions .button{min-width:150px;padding-inline:1.2rem}}

/* Filtro secundario de modalidad para próximas aperturas */
.modality-filters{align-items:center;margin-top:-1.25rem;padding-block:.8rem;border-top:0;gap:.55rem}
.filter-label{flex:0 0 auto;margin-right:.35rem;color:var(--gray);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.modality-filter{flex:0 0 auto;padding:.65rem 1rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--gray);font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}
.modality-filter:hover,.modality-filter.is-active{border-color:var(--ink);background:var(--ink);color:var(--white)}
.program-grid.is-empty::after{content:'No hay próximas aperturas con esta combinación de filtros.';grid-column:1/-1;padding:3rem 1.5rem;border:1px solid var(--line);background:var(--beige);color:var(--gray);text-align:center}
.stats strong[data-counter]{font-variant-numeric:tabular-nums;white-space:nowrap}
.program-group-picker{display:grid;gap:.45rem;margin:1.1rem 0}.program-group-picker>span{color:var(--gray);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.program-group-picker select{width:100%;min-height:46px;padding:.72rem 2.5rem .72rem .85rem;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--ink);font:inherit;font-size:.85rem;cursor:pointer}.program-group-picker select:focus-visible{outline:2px solid var(--red);outline-offset:2px}
.program-media--official{background-position:center 48%;background-size:cover}
@media(max-width:580px){.modality-filters{margin-top:-1rem}.filter-label{width:100%;padding:.2rem 0}.modality-filter{padding:.6rem .9rem}}

/* The approved IESS mark is white/yellow, so keep the mobile header dark. */
@media(max-width:820px){
  .site-header .nav-shell{background:rgba(27,25,23,.94);color:var(--white)}
  .site-header .menu-toggle span{background:var(--white)}
}

/* Shared site shell and complete-program catalog. */
sowelu-header,sowelu-footer{display:block}
.main-menu a[aria-current="page"]{color:var(--yellow)}
.main-menu a[aria-current="page"]::after{right:0}
.header-cta{text-decoration:none}
.openings-more{display:flex;justify-content:center;margin-top:2.25rem}
.openings-more .button{min-width:min(100%,350px);justify-content:space-between}
.program-body>a{display:flex;justify-content:space-between;margin-top:auto;padding:0;border:0;background:transparent;color:var(--red);font-size:.88rem;font-weight:700}
.program-body>a:hover{color:#d92f3a}

/* The home is a six-item preview, so its rhythm must remain a stable 3 × 2 grid. */
.openings .program-grid{align-items:stretch}
.openings .program-card,
.openings .program-card:nth-child(1),
.openings .program-card:nth-child(2){grid-column:span 4}
.openings .program-card:nth-child(1) .program-media,
.openings .program-media{min-height:250px;aspect-ratio:16/10}
.openings .program-body{min-height:370px}
.openings .program-body h3{min-height:2.15em}
.openings .program-body>p:not(.tag){display:-webkit-box;min-height:4.65em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.openings .program-body dl{margin-top:auto}

.catalog-page{background:var(--beige)}
.catalog-page .site-header{padding:10px 0}
.catalog-page .nav-shell{background:rgba(27,25,23,.94)}
.catalog-hero{position:relative;display:flex;align-items:flex-end;min-height:650px;padding:11rem 0 6rem;overflow:hidden;background:#1d1b19;color:var(--white)}
.catalog-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,15,14,.94),rgba(17,15,14,.62) 55%,rgba(17,15,14,.2)),url('https://images.unsplash.com/photo-1516026672322-bc52d61a55d5?auto=format&fit=crop&w=2200&q=88') center 58%/cover;filter:saturate(.62)}
.catalog-hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:7px;background:linear-gradient(90deg,var(--red) 0 70%,var(--yellow) 70%)}
.catalog-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(3rem,8vw,9rem);align-items:end}
.catalog-hero h1{max-width:12ch;margin:0;font-size:clamp(4rem,7vw,7.5rem);font-weight:500;line-height:.9;letter-spacing:-.052em}
.catalog-hero__copy{padding-bottom:.5rem}
.catalog-hero__copy p{color:rgba(255,255,255,.78);font-size:1.12rem}
.catalog-hero__copy span{display:block;margin-top:1.4rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.24);color:var(--yellow);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.catalog-list{padding-top:clamp(5.5rem,8vw,8rem)}
.catalog-heading{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(3rem,8vw,9rem);align-items:end;margin-bottom:3.5rem}
.catalog-heading h2{max-width:12ch;margin:0}
.catalog-heading>p{color:var(--gray)}
.catalog-controls{display:grid;gap:1rem;margin-bottom:1.5rem}
.catalog-controls .filters{margin:0}
.catalog-controls .modality-filters{margin:0;background:transparent}
.catalog-result{margin-bottom:1.5rem;color:var(--gray);font-size:.78rem}
.catalog-grid{margin-bottom:clamp(6rem,9vw,9rem)}
.catalog-grid .program-card,.catalog-grid .program-card:nth-child(1),.catalog-grid .program-card:nth-child(2){grid-column:span 4}
.catalog-grid .program-card:nth-child(1) .program-media{min-height:270px}
.catalog-grid.is-empty::after{background:var(--white)}
.catalog-contact{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(3rem,8vw,8rem);align-items:end;padding:clamp(3rem,6vw,5.5rem);border-radius:var(--radius);background:#292724;color:var(--white)}
.catalog-contact h2{max-width:10ch;margin:0;color:var(--white)}
.catalog-contact>div:last-child p{color:rgba(255,255,255,.7)}
.catalog-contact .button{margin-top:1rem}

@media(max-width:1080px){.openings .program-card,.openings .program-card:nth-child(1),.openings .program-card:nth-child(2),.catalog-grid .program-card,.catalog-grid .program-card:nth-child(1),.catalog-grid .program-card:nth-child(2){grid-column:span 6}.openings .program-body{min-height:350px}}
@media(max-width:820px){.catalog-hero{min-height:680px;padding:9.5rem 0 4.5rem}.catalog-hero__grid,.catalog-heading,.catalog-contact{grid-template-columns:1fr}.catalog-hero h1{font-size:clamp(3.7rem,12vw,6rem)}.catalog-controls .filters{padding:.4rem}.catalog-contact{padding:2.5rem 2rem}}
@media(max-width:580px){.catalog-hero{min-height:710px}.catalog-hero h1{font-size:clamp(3.3rem,15vw,4.8rem)}.openings .program-card,.openings .program-card:nth-child(1),.openings .program-card:nth-child(2),.catalog-grid .program-card,.catalog-grid .program-card:nth-child(1),.catalog-grid .program-card:nth-child(2){grid-column:span 12}.openings .program-media,.openings .program-card:nth-child(1) .program-media{min-height:220px}.openings .program-body{min-height:0}.openings .program-body h3,.openings .program-body>p:not(.tag){min-height:0}.catalog-contact{width:min(calc(100% - 28px),var(--container));padding:2.2rem 1.4rem}.openings-more .button{width:100%}}

/* Lightweight cart: the browser keeps selection; Zoho Billing owns prices and payment. */
sowelu-cart [hidden]{display:none!important}
.cart-trigger{position:relative;display:grid;place-items:center;flex:0 0 52px;width:52px;height:48px;margin-left:.65rem;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(255,255,255,.08);color:var(--white);cursor:pointer}
.cart-trigger>span{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.cart-trigger>b{position:absolute;right:-5px;top:-6px;display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:var(--yellow);color:var(--ink);font-size:.65rem}
.cart-trigger:hover{border-color:var(--yellow);color:var(--yellow)}
.cart-backdrop{position:fixed;z-index:80;inset:0;background:rgba(20,18,16,.6);backdrop-filter:blur(5px)}
.cart-drawer{position:fixed;z-index:81;right:0;top:0;display:flex;flex-direction:column;width:min(100%,520px);height:100dvh;padding:clamp(1.4rem,4vw,2.5rem);background:var(--beige);box-shadow:-24px 0 70px rgba(20,18,16,.22);transform:translateX(102%);transition:transform .35s var(--ease);overflow-y:auto}
.cart-drawer[aria-hidden="false"]{transform:translateX(0)}
.cart-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}
.cart-head .eyebrow{margin-bottom:.25rem;color:var(--red)}
.cart-head h2{margin:0;font-size:clamp(2.6rem,5vw,4rem)}
.cart-head>button{width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:var(--white);color:var(--ink);font-size:1.5rem;cursor:pointer}
.cart-items{display:grid}
.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--line)}
.cart-item>div:first-child>span{color:var(--red);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.cart-item h3{max-width:24ch;margin:.3rem 0 .65rem;font-family:var(--display);font-size:1.45rem;font-weight:600;line-height:1.08}
.cart-item strong{font-size:.82rem}
.cart-item__actions{display:flex;align-items:center;align-self:end;gap:.5rem}
.cart-item__actions button{min-width:34px;height:34px;padding:0 .65rem;border:1px solid var(--line);border-radius:7px;background:var(--white);color:var(--ink);cursor:pointer}
.cart-item__actions button:last-child{border:0;background:transparent;color:var(--red);font-size:.72rem;text-decoration:underline}
.cart-item__actions>b,.cart-item__actions>span{min-width:24px;text-align:center;font-size:.78rem}
.cart-empty{display:grid;place-items:center;min-height:240px;padding:2rem;text-align:center}
.cart-empty strong{font-family:var(--display);font-size:1.8rem}
.cart-empty p{margin:.4rem 0;color:var(--gray);font-size:.9rem}
.cart-summary{padding:1.5rem 0;border-bottom:1px solid var(--line)}
.cart-summary>div{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
.cart-summary strong{font-family:var(--display);font-size:1.9rem}
.cart-summary small{display:block;margin-top:.5rem;color:var(--gray);font-size:.72rem;line-height:1.5}
.cart-checkout{display:grid;gap:1rem;padding-top:1.5rem}
.cart-checkout h3{margin:0 0 .25rem;font-size:1.5rem}
.cart-checkout label{display:grid;gap:.4rem}
.cart-checkout label>span{color:var(--gray);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.cart-checkout input{width:100%;height:50px;padding:0 1rem;border:1px solid var(--line);border-radius:9px;background:var(--white);color:var(--ink);font:inherit;font-size:.9rem}
.cart-checkout input:focus{outline:2px solid var(--red);outline-offset:2px}
.cart-checkout .button{width:100%;justify-content:space-between;margin-top:.5rem}
.cart-checkout .button:disabled{opacity:.58;cursor:wait}
.cart-message{margin:0;padding:.8rem 1rem;border-left:4px solid var(--red);background:#fff0f1;color:#962832;font-size:.8rem}
.cart-toast{position:fixed;z-index:90;right:1.5rem;bottom:1.5rem;max-width:min(380px,calc(100% - 2rem));padding:1rem 1.2rem;border-radius:10px;background:var(--ink);color:var(--white);box-shadow:0 16px 45px rgba(0,0,0,.2);font-size:.82rem;font-weight:600}
body.cart-open{overflow:hidden}
@media(max-width:1100px){.cart-trigger{margin-left:.35rem}.main-menu{gap:.65rem}.main-menu a{font-size:.72rem}}
@media(max-width:820px){.cart-trigger{order:4;flex-basis:46px;width:46px;height:46px;margin-left:.25rem}.menu-toggle{order:3;margin-left:auto}.main-menu{order:5}.cart-item{grid-template-columns:1fr}.cart-item__actions{justify-content:flex-start}}
@media(max-width:580px){.cart-drawer{padding:1.25rem}.cart-trigger{flex-basis:42px;width:42px;height:42px}.cart-trigger>span{font-size:0}.cart-trigger>span::before{content:'◫';font-size:1.05rem}.cart-head h2{font-size:2.8rem}}
