.bjs-popup-open{overflow:hidden}
.bjs-admission-popup{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.bjs-admission-popup.is-visible{opacity:1;visibility:visible}
.bjs-admission-popup[hidden]{display:none!important}
.bjs-admission-popup-backdrop{position:absolute;inset:0;background:rgba(13,0,34,.77);backdrop-filter:blur(8px)}
.bjs-admission-popup-dialog{position:relative;z-index:2;width:min(940px,100%);max-height:calc(100vh - 48px);display:grid;grid-template-columns:.86fr 1.14fr;overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.38);transform:translateY(26px) scale(.97);transition:transform .32s ease}
.bjs-admission-popup.is-visible .bjs-admission-popup-dialog{transform:translateY(0) scale(1)}
.bjs-admission-popup-dialog.is-attention{animation:bjs-popup-attention .38s ease}
@keyframes bjs-popup-attention{0%,100%{transform:translateX(0)}30%{transform:translateX(-7px)}65%{transform:translateX(7px)}}
.bjs-admission-popup-close{position:absolute;top:14px;right:14px;z-index:5;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--bjs-indigo,#1D0045);color:#fff;box-shadow:0 8px 25px rgba(29,0,69,.22);font-size:30px;line-height:1;cursor:pointer;transition:.2s}
.bjs-admission-popup-close:hover,.bjs-admission-popup-close:focus-visible{background:var(--bjs-saffron,#F1951A);color:var(--bjs-deep,#140039);transform:rotate(90deg);outline:3px solid rgba(241,149,26,.25);outline-offset:3px}
.bjs-admission-popup-visual{
    position:relative;
    min-height:570px;
    overflow:hidden;
    background:
        radial-gradient(circle at 18% 22%,rgba(245,205,150,.18),transparent 30%),
        radial-gradient(circle at 82% 78%,rgba(241,149,26,.22),transparent 27%),
        linear-gradient(145deg,#140039 0%,#1D0045 46%,#56137D 100%);
}
.bjs-admission-popup-visual:before{
    content:"";
    position:absolute;
    inset:-15% -35% auto auto;
    width:430px;
    height:430px;
    border:72px solid rgba(255,255,255,.045);
    border-radius:50%;
}
.bjs-admission-popup-visual:after{
    content:"";
    position:absolute;
    left:-110px;
    bottom:-130px;
    width:350px;
    height:350px;
    border:60px solid rgba(241,149,26,.12);
    border-radius:50%;
}
.bjs-admission-popup-brand{
    position:absolute;
    inset:0;
    z-index:3;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding:55px 46px;
    color:#fff;
}
.bjs-admission-popup-brand span{
    color:var(--bjs-gold,#F5CD96);
    font-size:.8rem;
    font-weight:900;
    letter-spacing:.22em;
    text-transform:uppercase;
}
.bjs-admission-popup-brand strong{
    margin-top:7px;
    font-size:clamp(3.6rem,6vw,6.4rem);
    line-height:.9;
    letter-spacing:-.07em;
    text-transform:uppercase;
}
.bjs-admission-popup-brand small{
    margin-top:10px;
    color:rgba(255,255,255,.72);
    font-size:1.25rem;
    font-weight:800;
    letter-spacing:.17em;
    text-transform:uppercase;
}
.bjs-admission-popup-brand em{
    margin-top:42px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.18);
    color:var(--bjs-saffron,#F1951A);
    font-size:.82rem;
    font-style:normal;
    font-weight:900;
    letter-spacing:.08em;
}
.bjs-popup-orbit{
    position:absolute;
    z-index:1;
    border:1px solid rgba(255,255,255,.12);
    border-radius:50%;
}
.bjs-popup-orbit-one{top:70px;right:35px;width:150px;height:150px}
.bjs-popup-orbit-two{right:95px;bottom:75px;width:230px;height:230px}
.bjs-popup-spark{
    position:absolute;
    z-index:2;
    color:var(--bjs-gold,#F5CD96);
    opacity:.72;
}
.bjs-popup-spark-one{top:110px;left:42px;font-size:1.2rem}
.bjs-popup-spark-two{right:38px;bottom:40px;font-size:1.6rem}
.bjs-admission-popup-content{display:flex;flex-direction:column;justify-content:center;padding:62px 55px 45px}
.bjs-admission-popup-kicker{color:var(--bjs-saffron,#F1951A);font-size:.7rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.bjs-admission-popup-content h2{margin:14px 0 18px;color:var(--bjs-indigo,#1D0045);font-family:Montserrat,sans-serif;font-size:clamp(2.2rem,4.3vw,4.4rem);line-height:.98;letter-spacing:-.055em}
.bjs-admission-popup-content>p{margin:0;color:var(--bjs-muted,#6B617C);font-size:.84rem;line-height:1.75}
.bjs-admission-popup-points{display:flex;flex-wrap:wrap;gap:7px;margin:23px 0 27px}
.bjs-admission-popup-points span{padding:7px 10px;border-radius:999px;background:var(--bjs-soft,#FFF1D6);color:var(--bjs-indigo,#1D0045);font-size:.56rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.bjs-admission-popup-actions{display:flex;flex-wrap:wrap;gap:10px}
.bjs-admission-popup-actions a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 19px;border-radius:12px;font-size:.7rem;font-weight:900;transition:.2s}
.bjs-popup-primary{background:var(--bjs-saffron,#F1951A);color:var(--bjs-deep,#140039)}
.bjs-popup-primary:hover{background:var(--bjs-indigo,#1D0045);color:#fff;transform:translateY(-2px)}
.bjs-popup-secondary{border:1px solid var(--bjs-border,#ded8e7);background:#fff;color:var(--bjs-indigo,#1D0045)}
.bjs-popup-secondary:hover{border-color:var(--bjs-indigo,#1D0045);background:var(--bjs-indigo,#1D0045);color:#fff;transform:translateY(-2px)}
.bjs-admission-popup-content>small{margin-top:17px;color:#968da2;font-size:.57rem}
@media(max-width:760px){
    .bjs-admission-popup{padding:14px}
    .bjs-admission-popup-dialog{grid-template-columns:1fr;max-height:calc(100vh - 28px);border-radius:23px}
    .bjs-admission-popup-visual{min-height:230px}
    .bjs-admission-popup-brand{padding:32px 24px}
    .bjs-admission-popup-brand strong{font-size:3.2rem}
    .bjs-admission-popup-brand small{font-size:.95rem}
    .bjs-admission-popup-brand em{margin-top:24px;font-size:.66rem}
    .bjs-popup-orbit-two{width:150px;height:150px;right:18px;bottom:22px}
    .bjs-admission-popup-content{padding:30px 23px 27px}
    .bjs-admission-popup-content h2{padding-right:28px;font-size:2.45rem}
}
@media(max-width:480px){
    .bjs-admission-popup-close{top:10px;right:10px;width:40px;height:40px}
    .bjs-admission-popup-actions{display:grid}
    .bjs-admission-popup-actions a{width:100%}
    .bjs-admission-popup-points span:last-child{line-height:1.35}
}
@media(prefers-reduced-motion:reduce){
    .bjs-admission-popup,.bjs-admission-popup-dialog,.bjs-admission-popup-actions a,.bjs-admission-popup-close{transition:none}
    .bjs-admission-popup-dialog.is-attention{animation:none}
}

/* Premium admission hierarchy — v2.1.6 */
.bjs-popup-class-highlight{
    margin:1px 0 18px;
    padding:16px 17px;
    border-left:4px solid var(--bjs-saffron,#F1951A);
    border-radius:0 14px 14px 0;
    background:linear-gradient(90deg,var(--bjs-soft,#FFF1D6),rgba(255,241,214,.35));
}
.bjs-popup-class-highlight strong,
.bjs-popup-class-highlight span{display:block}
.bjs-popup-class-highlight strong{
    color:var(--bjs-indigo,#1D0045);
    font-size:1rem;
    line-height:1.35;
}
.bjs-popup-class-highlight span{
    margin-top:3px;
    color:var(--bjs-royal-purple,#56137D);
    font-size:.8rem;
    font-weight:900;
}
.bjs-popup-streams{
    display:grid;
    grid-template-columns:auto 1fr auto auto;
    align-items:center;
    gap:7px;
    margin:20px 0 14px;
    padding:9px;
    border:1px solid var(--bjs-border,#ded8e7);
    border-radius:13px;
    background:#fff;
}
.bjs-popup-streams span,
.bjs-popup-streams small{
    padding:7px 9px;
    border-radius:8px;
    font-size:.57rem;
    font-weight:900;
    text-align:center;
}
.bjs-popup-streams span{
    background:var(--bjs-indigo,#1D0045);
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.bjs-popup-streams small{
    background:var(--bjs-soft,#FFF1D6);
    color:var(--bjs-indigo,#1D0045);
}
.bjs-admission-popup-content h2{
    margin-bottom:12px;
}
.bjs-admission-popup-brand>span{
    max-width:250px;
    line-height:1.45;
}
.bjs-admission-popup-brand strong{
    font-size:clamp(3.25rem,5.6vw,5.8rem);
}
.bjs-admission-popup-brand small{
    color:var(--bjs-saffron,#F1951A);
    font-size:1.5rem;
}
@media(max-width:760px){
    .bjs-popup-streams{grid-template-columns:1fr 1fr}
    .bjs-popup-class-highlight{padding:13px 14px}
    .bjs-admission-popup-brand strong{font-size:2.8rem}
    .bjs-admission-popup-brand small{font-size:1.1rem}
}


/* Approved artwork popup — v2.1.7 */
.bjs-admission-popup-art-dialog{
    position:relative;
    display:block;
    width:min(1000px,96vw);
    max-height:94vh;
    overflow:hidden;
    border-radius:24px;
    background:#fffaf0;
    aspect-ratio:1119/990;
}
.bjs-admission-popup-art{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius:24px;
}
.bjs-art-popup-close{
    top:1.3%;
    right:1.4%;
    width:5.6%;
    min-width:38px;
    max-width:58px;
    height:auto;
    aspect-ratio:1;
    font-size:clamp(24px,3vw,38px);
    background:#fff;
    color:var(--bjs-indigo,#1D0045);
    border:3px solid var(--bjs-saffron,#F1951A);
}
.bjs-popup-hotspot{
    position:absolute;
    z-index:4;
    display:block;
    border-radius:15px;
    background:transparent;
    cursor:pointer;
}
.bjs-popup-hotspot:hover{
    background:rgba(255,255,255,.08);
    box-shadow:0 0 0 4px rgba(245,205,150,.42);
}
.bjs-popup-hotspot:focus-visible{
    outline:4px solid #fff;
    outline-offset:3px;
    box-shadow:0 0 0 8px var(--bjs-saffron,#F1951A);
}
.bjs-popup-hotspot-apply{
    left:13.2%;
    top:84.7%;
    width:31.7%;
    height:8.2%;
}
.bjs-popup-hotspot-enquire{
    left:53.3%;
    top:84.7%;
    width:33.2%;
    height:8.2%;
}
@media(max-width:760px){
    .bjs-admission-popup{
        padding:8px;
    }
    .bjs-admission-popup-art-dialog{
        width:min(98vw,720px);
        max-height:96vh;
        border-radius:17px;
    }
    .bjs-admission-popup-art{
        border-radius:17px;
    }
    .bjs-popup-hotspot{
        border-radius:9px;
    }
}


/* =========================================================
   HTML ADMISSION POPUP — VERSION 2.1.8
   ========================================================= */
.bjs-admission-popup{
    padding:18px;
}
.bjs-admission-popup-backdrop{
    background:rgba(13,0,34,.56);
    backdrop-filter:blur(4px);
}
.bjs-admission-popup-html{
    position:relative;
    display:block;
    width:min(760px,92vw);
    max-height:86vh;
    overflow:auto;
    border:1px solid rgba(29,0,69,.12);
    border-radius:24px;
    background:linear-gradient(180deg,#fffdf8 0%,#fff8ec 100%);
    box-shadow:0 28px 80px rgba(13,0,34,.30);
    aspect-ratio:auto;
}
.bjs-admission-popup.is-visible .bjs-admission-popup-html{
    transform:translateY(0) scale(1);
}
.bjs-popup-brand-row{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:112px;
    padding:18px 72px 10px;
    background:
        radial-gradient(circle at 15% 10%,rgba(241,149,26,.10),transparent 24%),
        radial-gradient(circle at 88% 18%,rgba(86,19,125,.08),transparent 28%);
}
.bjs-popup-logo{
    display:block;
    width:auto;
    max-width:min(330px,68vw);
    max-height:84px;
    object-fit:contain;
}
.bjs-popup-main{
    padding:8px 38px 28px;
    text-align:center;
}
.bjs-popup-kicker{
    display:inline-block;
    margin-bottom:10px;
    color:var(--bjs-saffron,#F1951A);
    font-size:.67rem;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.bjs-popup-main h2{
    margin:0;
    color:var(--bjs-indigo,#1D0045);
    font-size:clamp(2rem,4vw,3.3rem);
    line-height:1.02;
    letter-spacing:-.05em;
}
.bjs-popup-main h2 small{
    display:block;
    margin-top:8px;
    color:var(--bjs-royal-purple,#56137D);
    font-size:.48em;
    line-height:1.25;
    letter-spacing:-.02em;
}
.bjs-popup-summary{
    max-width:600px;
    margin:15px auto 20px;
    color:var(--bjs-muted,#6B617C);
    font-size:.78rem;
    line-height:1.7;
}
.bjs-popup-stream-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin:0 0 16px;
}
.bjs-popup-stream-grid article{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:10px;
    min-height:84px;
    padding:14px;
    border:1px solid rgba(29,0,69,.10);
    border-radius:15px;
    background:#fff;
    text-align:left;
}
.bjs-popup-stream-icon{
    display:grid;
    width:38px;
    height:38px;
    place-items:center;
    border-radius:11px;
    background:var(--bjs-indigo,#1D0045);
    color:var(--bjs-gold,#F5CD96);
    font-size:1rem;
    font-weight:900;
}
.bjs-popup-stream-grid strong,
.bjs-popup-stream-grid small{
    display:block;
}
.bjs-popup-stream-grid strong{
    color:var(--bjs-indigo,#1D0045);
    font-size:.76rem;
}
.bjs-popup-stream-grid small{
    margin-top:3px;
    color:var(--bjs-muted,#6B617C);
    font-size:.55rem;
    line-height:1.35;
}
.bjs-popup-trust-row{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:7px;
    margin:0 0 20px;
}
.bjs-popup-trust-row span{
    padding:6px 10px;
    border-radius:999px;
    background:var(--bjs-soft,#FFF1D6);
    color:var(--bjs-indigo,#1D0045);
    font-size:.55rem;
    font-weight:850;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.bjs-admission-popup-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.bjs-admission-popup-actions a{
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:13px;
    font-size:.72rem;
    font-weight:900;
}
.bjs-popup-primary{
    background:var(--bjs-indigo,#1D0045);
    color:#fff;
}
.bjs-popup-primary:hover{
    background:var(--bjs-royal-purple,#56137D);
    color:#fff;
}
.bjs-popup-secondary{
    border:0;
    background:var(--bjs-saffron,#F1951A);
    color:var(--bjs-deep,#140039);
}
.bjs-popup-secondary:hover{
    background:#dd7f00;
    color:#fff;
}
.bjs-popup-footer-line{
    display:flex;
    justify-content:center;
    gap:18px;
    padding:13px 20px;
    background:var(--bjs-indigo,#1D0045);
    color:var(--bjs-gold,#F5CD96);
    font-size:.62rem;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase;
}
.bjs-admission-popup-close{
    top:12px;
    right:12px;
    width:38px;
    height:38px;
    min-width:38px;
    max-width:none;
    aspect-ratio:1;
    border:2px solid var(--bjs-saffron,#F1951A);
    background:#fff;
    color:var(--bjs-indigo,#1D0045);
    font-size:25px;
    box-shadow:0 8px 22px rgba(29,0,69,.14);
}
.bjs-admission-popup-close:hover,
.bjs-admission-popup-close:focus-visible{
    background:var(--bjs-indigo,#1D0045);
    color:#fff;
    transform:rotate(90deg);
}
.bjs-admission-popup-art,
.bjs-popup-hotspot,
.bjs-admission-popup-visual,
.bjs-admission-popup-content{
    display:none!important;
}
@media(max-width:700px){
    .bjs-admission-popup{
        padding:10px;
    }
    .bjs-admission-popup-html{
        width:min(94vw,620px);
        max-height:90vh;
        border-radius:19px;
    }
    .bjs-popup-brand-row{
        min-height:92px;
        padding:16px 52px 6px;
    }
    .bjs-popup-logo{
        max-height:68px;
    }
    .bjs-popup-main{
        padding:6px 20px 22px;
    }
    .bjs-popup-main h2{
        font-size:2.25rem;
    }
    .bjs-popup-stream-grid{
        grid-template-columns:1fr;
    }
    .bjs-popup-stream-grid article{
        min-height:70px;
    }
    .bjs-admission-popup-actions{
        grid-template-columns:1fr;
    }
}
@media(max-width:430px){
    .bjs-popup-main h2{
        font-size:1.95rem;
    }
    .bjs-popup-summary{
        font-size:.72rem;
    }
    .bjs-popup-footer-line{
        gap:10px;
        font-size:.54rem;
    }
}


/* =========================================================
   ATTRACTIVE ADMISSIONS OPEN HEADING — VERSION 2.1.9
   ========================================================= */
.bjs-popup-brand-row{
    padding-bottom:4px;
}
.bjs-popup-main{
    padding-top:4px;
}
.bjs-popup-kicker{
    margin-bottom:8px;
    font-size:.64rem;
    letter-spacing:.18em;
    color:var(--bjs-saffron,#F1951A);
}
.bjs-popup-admission-headline{
    position:relative;
    margin:0 auto 16px;
    text-align:center;
    line-height:.9;
}
.bjs-popup-admission-headline:before,
.bjs-popup-admission-headline:after{
    content:"";
    position:absolute;
    top:58%;
    width:44px;
    height:6px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--bjs-saffron,#F1951A),#ffb145);
}
.bjs-popup-admission-headline:before{
    left:10px;
    transform:skewX(-26deg);
}
.bjs-popup-admission-headline:after{
    right:10px;
    transform:skewX(26deg);
}
.bjs-popup-admission-headline span,
.bjs-popup-admission-headline strong{
    display:block;
    text-transform:uppercase;
    letter-spacing:-.04em;
}
.bjs-popup-admission-headline span{
    color:var(--bjs-indigo,#1D0045);
    font-size:clamp(2.3rem,5vw,4rem);
    font-weight:900;
}
.bjs-popup-admission-headline strong{
    margin-top:2px;
    color:var(--bjs-saffron,#F1951A);
    font-size:clamp(2.9rem,6.2vw,5.15rem);
    font-weight:900;
    text-shadow:0 8px 22px rgba(241,149,26,.17);
}
.bjs-popup-main h2{
    max-width:610px;
    margin:0 auto;
    font-size:clamp(1.55rem,3vw,2.35rem);
    line-height:1.06;
}
.bjs-popup-main h2 small{
    margin-top:8px;
    font-size:.54em;
    color:var(--bjs-royal-purple,#56137D);
}
.bjs-popup-summary{
    max-width:610px;
    margin-top:14px;
    margin-bottom:18px;
    font-size:.76rem;
}
.bjs-popup-stream-grid{
    gap:11px;
    margin-bottom:18px;
}
.bjs-popup-stream-grid article{
    border-radius:16px;
    box-shadow:0 10px 26px rgba(29,0,69,.05);
}
.bjs-popup-trust-row{
    margin-bottom:18px;
}
.bjs-admission-popup-actions a{
    min-height:52px;
    font-size:.76rem;
    box-shadow:0 12px 24px rgba(29,0,69,.08);
}
.bjs-popup-footer-line{
    font-size:.6rem;
}
@media(max-width:700px){
    .bjs-popup-admission-headline:before,
    .bjs-popup-admission-headline:after{
        width:26px;
        height:5px;
        top:60%;
    }
    .bjs-popup-admission-headline:before{left:2px}
    .bjs-popup-admission-headline:after{right:2px}
    .bjs-popup-admission-headline span{
        font-size:2.05rem;
    }
    .bjs-popup-admission-headline strong{
        font-size:2.7rem;
    }
    .bjs-popup-main h2{
        font-size:1.45rem;
    }
}
@media(max-width:430px){
    .bjs-popup-admission-headline span{
        font-size:1.82rem;
    }
    .bjs-popup-admission-headline strong{
        font-size:2.35rem;
    }
    .bjs-popup-main h2{
        font-size:1.28rem;
    }
}
