
.home-page{
    --white: #ffffff;
    --ink: #171719;
    --muted: #73747a;
    --muted-light: #98999e;
    --line: rgba(23, 23, 25, 0.11);
    --line-strong: rgba(23, 23, 25, 0.18);
    --blue: #0869df;
    --blue-hover: #005ccb;
    --orange: #f25f27;
    --violet: #6f54e8;
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --content-max: 1180px;
    --page-gutter: clamp(18px, 4vw, 46px);
    --shadow-soft: 0 24px 70px rgba(23, 23, 25, 0.08);
    --shadow-card: 0 18px 50px rgba(23, 23, 25, 0.07);
    --shadow-hover: 0 30px 80px rgba(23, 23, 25, 0.14);
    --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}
.home-page *{
    box-sizing: border-box;
}
.home-page{
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    overflow-x: clip;
}
.home-page ::selection{
    background: rgba(8, 105, 223, 0.16);
}
.home-page a{
    color: inherit;
    text-decoration: none;
}
.home-page img{
    display: block;
    max-width: 100%;
}
.home-page button,
.home-page summary{
    font: inherit;
}
.home-page ul,
.home-page dl,
.home-page dd{
    margin: 0;
    padding: 0;
}
.home-page ul{
    list-style: none;
}
.home-page h1,
.home-page h2,
.home-page h3,
.home-page p{
    margin-top: 0;
}
.home-page button,
.home-page a,
.home-page summary{
    -webkit-tap-highlight-color: transparent;
}
.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page summary:focus-visible{
    outline: 3px solid rgba(8, 105, 223, 0.34);
    outline-offset: 4px;
    border-radius: 10px;
}
.home-page .site-frame{
    width: min(100%, calc(var(--content-max) + (var(--page-gutter) * 2)));
    margin: 0 auto;
    padding: 28px var(--page-gutter) 0;
}
.home-page .interactive-surface{
    --spot-x: 50%;
    --spot-y: 50%;
    isolation: isolate;
}
.home-page .interactive-surface::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    background: radial-gradient(520px circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.18), transparent 50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}
.home-page .interactive-surface:hover::after{
    opacity: 1;
}
.home-page .eyebrow,
.home-page .section-kicker{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}
.home-page .eyebrow > span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(242, 95, 39, 0.12);
}
.home-page .section-kicker-light{
    color: rgba(255, 255, 255, 0.7);
}
.home-page .button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 680;
    letter-spacing: -0.01em;
    transition: transform 0.32s var(--ease-premium), box-shadow 0.32s var(--ease-premium), background 0.25s ease, color 0.25s ease;
}
.home-page .button::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -45%;
    width: 28%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transform: rotate(20deg);
    transition: left 0.7s var(--ease-premium);
}
.home-page .button:hover::before{
    left: 125%;
}
.home-page .button:hover{
    transform: translateY(-3px);
}
.home-page .button-primary{
    background: var(--blue);
    color: var(--white);
    box-shadow: 0 12px 26px rgba(8, 105, 223, 0.24);
}
.home-page .button-primary:hover{
    background: var(--blue-hover);
    box-shadow: 0 18px 36px rgba(8, 105, 223, 0.32);
}
.home-page .button-secondary{
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink);
    box-shadow: 0 8px 22px rgba(23, 23, 25, 0.04);
}
.home-page .button-secondary:hover{
    border-color: rgba(8, 105, 223, 0.3);
    color: var(--blue);
    box-shadow: 0 16px 34px rgba(23, 23, 25, 0.09);
}
.home-page .button-light{
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}
.home-page .text-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    font-size: 15px;
    font-weight: 720;
}
.home-page .text-link span{
    transition: transform 0.22s ease;
}
.home-page .text-link:hover span{
    transform: translateX(4px);
}
.home-page .premium-hero{
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
    gap: clamp(34px, 5vw, 74px);
    align-items: center;
    min-height: 690px;
    padding: clamp(48px, 7vw, 88px);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 15% 20%, rgba(8, 105, 223, 0.08), transparent 28%),
        radial-gradient(circle at 52% 86%, rgba(111, 84, 232, 0.08), transparent 30%),
        var(--white);
    box-shadow: var(--shadow-soft);
}
.home-page .premium-hero::before{
    content: "";
    position: absolute;
    top: -140px;
    left: 44%;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(8, 105, 223, 0.11);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(8, 105, 223, 0.025),
        0 0 0 110px rgba(8, 105, 223, 0.018);
    pointer-events: none;
}
.home-page .hero-copy{
    position: relative;
    z-index: 2;
}
.home-page .premium-hero h1{
    max-width: 650px;
    margin: 21px 0 22px;
    font-size: clamp(46px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}
.home-page .premium-hero h1 span{
    display: block;
    background: linear-gradient(100deg, var(--blue), #7555e8 62%, var(--orange));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.home-page .hero-lead{
    max-width: 590px;
    margin-bottom: 32px;
    color: var(--muted);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.55;
    letter-spacing: -0.015em;
}
.home-page .cta-group{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.home-page .hero-metrics{
    display: flex;
    gap: clamp(20px, 4vw, 44px);
    margin-top: 54px;
    padding-top: 26px;
    border-top: 1px solid var(--line);
}
.home-page .hero-metrics div{
    display: grid;
    gap: 1px;
}
.home-page .hero-metrics dt{
    font-size: 25px;
    font-weight: 780;
    letter-spacing: -0.04em;
}
.home-page .hero-metrics dd{
    color: var(--muted);
    font-size: 12px;
    font-weight: 630;
    letter-spacing: 0.02em;
}
.home-page .hero-visual{
    position: relative;
    min-height: 515px;
    margin: 0;
    isolation: isolate;
}
.home-page .hero-visual::before{
    content: "";
    position: absolute;
    inset: 8% -5% -4% 12%;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(8, 105, 223, 0.22), rgba(111, 84, 232, 0.18), rgba(242, 95, 39, 0.16));
    filter: blur(35px);
}
.home-page .hero-visual > img{
    width: 100%;
    height: 515px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    box-shadow: 0 32px 80px rgba(13, 18, 29, 0.22);
    transform: rotate(1.35deg);
    transition: transform 0.8s var(--ease-premium), filter 0.8s ease;
}
.home-page .premium-hero:hover .hero-visual > img{
    transform: rotate(0deg) scale(1.012);
    filter: saturate(1.05) contrast(1.02);
}
.home-page .floating-note{
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 240px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 45px rgba(11, 17, 28, 0.18);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    color: #5d5e63;
    font-size: 11px;
    line-height: 1.35;
    animation: floatNote 5.8s ease-in-out infinite;
}
.home-page .floating-note strong{
    display: block;
    color: var(--ink);
    font-size: 12px;
}
.home-page .floating-note-top{
    top: 30px;
    left: -34px;
}
.home-page .floating-note-bottom{
    right: -24px;
    bottom: 36px;
    animation-delay: -2.4s;
}
.home-page .note-icon{
    display: grid;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(8, 105, 223, 0.1);
    color: var(--blue);
    font-size: 19px;
    font-weight: 800;
}
.home-page .live-dot{
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #35b873;
    box-shadow: 0 0 0 7px rgba(53, 184, 115, 0.13);
}
.home-page .vacation-alert{
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    margin: 22px 0 0;
    padding: 15px 18px;
    border: 1px solid rgba(242, 95, 39, 0.24);
    border-radius: 17px;
    background: linear-gradient(90deg, rgba(242, 95, 39, 0.045), rgba(255, 255, 255, 0.9));
}
.home-page .vacation-alert[hidden]{
    display: none;
}
.home-page .vacation-alert p{
    margin: 0;
    color: #65666b;
    font-size: 13px;
}
.home-page .vacation-alert strong{
    color: var(--orange);
}
.home-page .vacation-alert a{
    color: var(--blue);
    font-size: 13px;
    font-weight: 690;
}
.home-page .alert-icon{
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: rgba(242, 95, 39, 0.1);
    color: var(--orange);
    font-size: 18px;
}
.home-page .section-block{
    padding: clamp(92px, 11vw, 148px) 0;
}
.home-page .section-heading{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
    gap: 56px;
    align-items: end;
    margin-bottom: 46px;
}
.home-page .section-heading h2,
.home-page .about-copy h2,
.home-page .community-content h2,
.home-page .closing-content h2{
    margin: 13px 0 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.047em;
}
.home-page .section-heading p{
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}
.home-page .discipline-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}
.home-page .experience-card{
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-card);
    transition: transform 0.55s var(--ease-premium), box-shadow 0.55s var(--ease-premium), border-color 0.3s ease;
}
.home-page .experience-card:hover{
    border-color: rgba(8, 105, 223, 0.2);
    box-shadow: var(--shadow-hover);
    transform: translateY(-9px);
}
.home-page .experience-card > summary{
    cursor: pointer;
    list-style: none;
}
.home-page .experience-card > summary::-webkit-details-marker{
    display: none;
}
.home-page .card-media{
    position: relative;
    display: block;
    height: 350px;
    overflow: hidden;
}
.home-page .card-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.9s var(--ease-premium), filter 0.6s ease;
}
.home-page .card-music .card-media img{
    object-position: 47% center;
}
.home-page .card-dance .card-media img{
    object-position: center;
}
.home-page .card-theatre .card-media img{
    object-position: 48% 42%;
}
.home-page .experience-card:hover .card-media img,
.home-page .experience-card[open] .card-media img{
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.03);
}
.home-page .card-gradient{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 10, 16, 0.48), transparent 48%);
}
.home-page .card-number{
    position: absolute;
    top: 17px;
    right: 17px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background: rgba(12, 14, 20, 0.22);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    color: var(--white);
    font-size: 12px;
    font-weight: 760;
}
.home-page .card-summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 23px 24px 24px;
}
.home-page .card-summary > span:first-child{
    display: grid;
    gap: 5px;
}
.home-page .card-summary strong{
    font-size: 29px;
    line-height: 1;
    letter-spacing: -0.035em;
}
.home-page .card-summary small{
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}
.home-page .card-toggle{
    display: grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--blue);
    font-size: 25px;
    font-weight: 300;
    transition: transform 0.42s var(--ease-premium), background 0.25s ease, color 0.25s ease;
}
.home-page .experience-card[open] .card-toggle{
    background: var(--blue);
    color: var(--white);
    transform: rotate(45deg);
}
.home-page .card-panel{
    padding: 0 24px 26px;
    animation: panelIn 0.45s var(--ease-premium) both;
}
.home-page .card-panel p{
    margin-bottom: 20px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}
.home-page .about-section{
    display: grid;
    grid-template-columns: minmax(430px, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(54px, 8vw, 98px);
    align-items: center;
}
.home-page .about-gallery{
    position: relative;
    min-height: 610px;
}
.home-page .about-image{
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 28px;
    background: #f3f3f4;
    box-shadow: var(--shadow-card);
}
.home-page .about-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease-premium);
}
.home-page .about-gallery:hover img{
    transform: scale(1.035);
}
.home-page .about-image-large{
    inset: 0 24% 10% 0;
}
.home-page .about-image-small{
    right: 0;
    bottom: 0;
    width: 43%;
    height: 48%;
    border: 8px solid var(--white);
}
.home-page .gallery-label{
    position: absolute;
    top: 34px;
    right: 0;
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 48px rgba(23, 23, 25, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    animation: floatNote 6.4s ease-in-out infinite reverse;
}
.home-page .gallery-label span{
    position: absolute;
    color: var(--blue);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.home-page .gallery-label svg{
    width: 74px;
    height: 74px;
    fill: none;
    stroke: rgba(8, 105, 223, 0.2);
    stroke-width: 1;
    animation: slowRotate 18s linear infinite;
}
.home-page .about-copy p{
    color: var(--muted);
    font-size: 16px;
    line-height: 1.72;
}
.home-page .about-copy .about-lead{
    margin-top: 25px;
    color: #525359;
    font-size: 19px;
    line-height: 1.62;
}
.home-page .about-values{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 28px 0 34px;
}
.home-page .about-values span{
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    color: #5e5f64;
    font-size: 12px;
    font-weight: 650;
}
.home-page .community-banner{
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: #0d1017;
    box-shadow: var(--shadow-soft);
}
.home-page .community-image,
.home-page .community-overlay{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.home-page .community-image{
    object-fit: cover;
    object-position: center;
    transition: transform 1.3s var(--ease-premium), filter 1s ease;
}
.home-page .community-banner:hover .community-image{
    transform: scale(1.045);
    filter: saturate(1.1);
}
.home-page .community-overlay{
    background:
        linear-gradient(90deg, rgba(5, 8, 14, 0.92) 0%, rgba(5, 8, 14, 0.7) 45%, rgba(5, 8, 14, 0.18) 100%),
        linear-gradient(to top, rgba(5, 8, 14, 0.54), transparent 55%);
}
.home-page .community-content{
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 560px;
    max-width: 670px;
    padding: clamp(48px, 8vw, 88px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--white);
}
.home-page .community-content h2{
    color: var(--white);
}
.home-page .community-content p{
    max-width: 590px;
    margin: 25px 0 31px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.65;
}
.home-page .closing-cta{
    position: relative;
    margin: clamp(92px, 11vw, 148px) 0 74px;
    padding: clamp(58px, 8vw, 94px) var(--page-gutter);
    overflow: hidden;
    border: 1px solid rgba(8, 105, 223, 0.17);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(125deg, rgba(8, 105, 223, 0.065), rgba(111, 84, 232, 0.045) 55%, rgba(242, 95, 39, 0.055)),
        var(--white);
    box-shadow: var(--shadow-card);
}
.home-page .closing-content{
    position: relative;
    z-index: 2;
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}
.home-page .closing-content p{
    max-width: 630px;
    margin: 24px auto 30px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}
.home-page .cta-orb{
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}
.home-page .cta-orb-one{
    top: -120px;
    left: -80px;
    width: 310px;
    height: 310px;
    background: radial-gradient(circle, rgba(8, 105, 223, 0.2), transparent 68%);
    animation: orbMove 10s ease-in-out infinite;
}
.home-page .cta-orb-two{
    right: -110px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(242, 95, 39, 0.16), transparent 68%);
    animation: orbMove 12s ease-in-out infinite reverse;
}
.home-page .site-footer{
    padding: 0 var(--page-gutter) 34px;
}
@keyframes menuIn{from { opacity: 0; transform: translateX(-50%) translateY(-8px) scale(0.97); }
to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }}
@keyframes panelIn{from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }}
@keyframes floatNote{0%, 100% { transform: translateY(0); }
50% { transform: translateY(-9px); }}
@keyframes slowRotate{to { transform: rotate(360deg); }}
@keyframes orbMove{0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
50% { transform: translate3d(26px, -18px, 0) scale(1.08); }}
.home-page .js [data-reveal]{
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity 0.9s var(--ease-premium), transform 0.9s var(--ease-premium);
}
.home-page .js [data-reveal].is-visible{
    opacity: 1;
    transform: translateY(0) scale(1);
}
.home-page .discipline-grid [data-reveal]:nth-child(2){
    transition-delay: 0.09s;
}
.home-page .discipline-grid [data-reveal]:nth-child(3){
    transition-delay: 0.18s;
}
@media (max-width: 1050px){.home-page .premium-hero{
        grid-template-columns: 1fr 0.92fr;
        padding: 58px 44px;
    }
.home-page .hero-visual,
.home-page .hero-visual > img{
        min-height: 470px;
        height: 470px;
    }
.home-page .floating-note-top{
        left: -22px;
    }
.home-page .floating-note-bottom{
        right: -12px;
    }
.home-page .discipline-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.home-page .experience-card:last-child{
        grid-column: 1 / -1;
    }
.home-page .experience-card:last-child .card-media{
        height: 410px;
    }
.home-page .about-section{
        grid-template-columns: 1fr;
    }
.home-page .about-gallery{
        max-width: 770px;
        width: 100%;
    }
.home-page .about-copy{
        max-width: 760px;
    }}
@media (max-width: 820px){.home-page .premium-hero{
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 56px 38px 38px;
    }
.home-page .hero-copy{
        max-width: 680px;
    }
.home-page .hero-visual,
.home-page .hero-visual > img{
        min-height: 470px;
        height: 470px;
    }
.home-page .hero-visual{
        margin-top: 12px;
    }
.home-page .floating-note-top{
        left: 18px;
    }
.home-page .floating-note-bottom{
        right: 14px;
    }
.home-page .section-heading{
        grid-template-columns: 1fr;
        gap: 20px;
    }
.home-page .section-heading p{
        max-width: 650px;
    }}
@keyframes mobileMenuIn{from { opacity: 0; transform: translateY(-8px); }
to { opacity: 1; transform: translateY(0); }}
@media (max-width: 650px){.home-page{
        --radius-xl: 26px;
        --radius-lg: 22px;
    }
.home-page .site-frame{
        padding-top: 18px;
    }
.home-page .premium-hero{
        padding: 44px 24px 24px;
        border-radius: 27px;
    }
.home-page .premium-hero h1{
        margin-top: 17px;
        font-size: clamp(43px, 13vw, 60px);
    }
.home-page .hero-lead{
        font-size: 17px;
    }
.home-page .cta-group{
        flex-direction: column;
        align-items: stretch;
    }
.home-page .button{
        width: 100%;
    }
.home-page .hero-metrics{
        justify-content: space-between;
        gap: 12px;
        margin-top: 38px;
    }
.home-page .hero-visual,
.home-page .hero-visual > img{
        min-height: 380px;
        height: 380px;
    }
.home-page .floating-note{
        max-width: 198px;
        padding: 10px 12px;
    }
.home-page .floating-note-bottom{
        display: none;
    }
.home-page .vacation-alert{
        grid-template-columns: auto 1fr;
        align-items: start;
    }
.home-page .vacation-alert a{
        grid-column: 2;
    }
.home-page .section-block{
        padding: 88px 0;
    }
.home-page .section-heading h2,
.home-page .about-copy h2,
.home-page .community-content h2,
.home-page .closing-content h2{
        font-size: 42px;
    }
.home-page .discipline-grid{
        grid-template-columns: 1fr;
    }
.home-page .experience-card:last-child{
        grid-column: auto;
    }
.home-page .card-media,
.home-page .experience-card:last-child .card-media{
        height: 330px;
    }
.home-page .about-gallery{
        min-height: 485px;
    }
.home-page .about-image-large{
        inset: 0 15% 12% 0;
    }
.home-page .about-image-small{
        width: 48%;
        height: 43%;
    }
.home-page .gallery-label{
        top: 22px;
        width: 94px;
        height: 94px;
    }
.home-page .gallery-label svg{
        width: 59px;
        height: 59px;
    }
.home-page .community-banner,
.home-page .community-content{
        min-height: 560px;
    }
.home-page .community-content{
        justify-content: flex-end;
        padding: 38px 26px;
    }
.home-page .community-overlay{
        background: linear-gradient(to top, rgba(5, 8, 14, 0.94) 3%, rgba(5, 8, 14, 0.45) 65%, rgba(5, 8, 14, 0.2));
    }
.home-page .closing-cta{
        margin-bottom: 56px;
        padding: 56px 23px;
    }}
@media (max-width: 420px){.home-page .site-frame,
.home-page .site-footer{
        padding-left: 14px;
        padding-right: 14px;
    }
.home-page .premium-hero{
        padding-left: 20px;
        padding-right: 20px;
    }
.home-page .hero-visual,
.home-page .hero-visual > img{
        min-height: 330px;
        height: 330px;
    }
.home-page .floating-note-top{
        top: 18px;
        left: 10px;
    }
.home-page .hero-metrics dd{
        font-size: 10px;
    }
.home-page .card-summary{
        padding-left: 19px;
        padding-right: 19px;
    }
.home-page .card-panel{
        padding-left: 19px;
        padding-right: 19px;
    }}
@media (prefers-reduced-motion: reduce){.home-page *,
.home-page *::before,
.home-page *::after{
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
.home-page .js [data-reveal]{
        opacity: 1;
        transform: none;
    }}
.home-page{
    --reading-max: 720px;
    --header-height: 78px;
}
.home-page .scroll-progress{
    position: fixed;
    inset: 0 0 auto;
    z-index: 1100;
    height: 3px;
    pointer-events: none;
}
.home-page .scroll-progress span{
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--blue), var(--violet), var(--orange));
    box-shadow: 0 2px 10px rgba(8, 105, 223, 0.24);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}
.home-page #escuela,
.home-page #quienes-somos{
    scroll-margin-top: calc(var(--header-height) + 30px);
}
.home-page .hero-lead,
.home-page .section-heading p,
.home-page .about-copy p,
.home-page .community-content p,
.home-page .closing-content p{
    text-wrap: pretty;
}
.home-page .premium-hero h1,
.home-page .section-heading h2,
.home-page .about-copy h2,
.home-page .community-content h2,
.home-page .closing-content h2{
    text-wrap: balance;
}
@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))){.home-page .floating-note,
.home-page .gallery-label{
        background: rgba(255, 255, 255, 0.97);
    }}
.home-page .premium-hero > .hero-copy,
.home-page .premium-hero > .hero-visual,
.home-page .experience-card > summary,
.home-page .experience-card > .card-panel,
.home-page .community-banner > .community-content,
.home-page .closing-cta > .closing-content{
    position: relative;
    z-index: 3;
}
.home-page .interactive-surface::after{
    mix-blend-mode: soft-light;
}
.home-page .js img[data-fade]{
    opacity: 0;
    filter: saturate(0.92);
    transition:
        opacity 0.55s ease,
        filter 0.75s ease,
        transform 0.9s var(--ease-premium);
}
.home-page .js img[data-fade].is-loaded{
    opacity: 1;
    filter: none;
}
.home-page .no-js img[data-fade]{
    opacity: 1;
}
.home-page .hero-visual{
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    perspective: 1200px;
}
.home-page .hero-visual > img{
    transform:
        perspective(1200px)
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y))
        rotateZ(1.35deg);
    transform-style: preserve-3d;
    will-change: transform;
}
.home-page .premium-hero:hover .hero-visual > img{
    transform:
        perspective(1200px)
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y))
        rotateZ(0deg)
        scale(1.012);
}
.home-page .section-heading > div{
    max-width: 760px;
}
.home-page .section-heading > p{
    max-width: 520px;
    justify-self: end;
}
.home-page .about-copy{
    max-width: 570px;
}
.home-page .experience-card{
    transform: translateZ(0);
    backface-visibility: hidden;
}
.home-page .experience-card > summary{
    position: relative;
}
.home-page .experience-card > summary::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(145deg, rgba(8, 105, 223, 0.025), transparent 45%);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.home-page .experience-card:hover > summary::after,
.home-page .experience-card[open] > summary::after{
    opacity: 1;
}
.home-page .experience-card[open]{
    border-color: rgba(8, 105, 223, 0.26);
}
@media (pointer: coarse){.home-page .button{
        min-height: 46px;
    }
.home-page .interactive-surface::after{
        display: none;
    }}
.home-page .disciplines-section,
.home-page .about-section,
.home-page .community-banner,
.home-page .closing-cta{
    content-visibility: auto;
}
.home-page .disciplines-section{
    contain-intrinsic-size: 1000px;
}
.home-page .about-section{
    contain-intrinsic-size: 900px;
}
.home-page .community-banner,
.home-page .closing-cta{
    contain-intrinsic-size: 600px;
}
@media (max-width: 1050px){.home-page .section-heading > p{
        justify-self: start;
    }
.home-page .about-copy{
        max-width: 760px;
    }}
@media (max-width: 820px){.home-page{
        --header-height: 72px;
    }
.home-page .premium-hero{
        gap: 42px;
    }
.home-page .section-heading > p{
        max-width: var(--reading-max);
    }}
@media (max-width: 650px){.home-page .scroll-progress{
        height: 2px;
    }
.home-page .premium-hero::before{
        opacity: 0.7;
    }
.home-page .floating-note-top{
        animation-duration: 7s;
    }
.home-page .section-heading h2,
.home-page .about-copy h2,
.home-page .community-content h2,
.home-page .closing-content h2{
        line-height: 1.04;
    }
.home-page .card-summary small{
        max-width: 28ch;
        line-height: 1.45;
    }}
@media (hover: none){.home-page .button:hover,
.home-page .experience-card:hover{
        transform: none;
    }
.home-page .experience-card:hover .card-media img,
.home-page .community-banner:hover .community-image,
.home-page .about-gallery:hover img{
        transform: none;
    }
.home-page .button::before{
        display: none;
    }}
@media (prefers-contrast: more){.home-page{
        --muted: #55565b;
        --line: rgba(23, 23, 25, 0.22);
        --line-strong: rgba(23, 23, 25, 0.34);
    }
.home-page .button-secondary,
.home-page .experience-card,
.home-page .premium-hero,
.home-page .closing-cta{
        border-width: 2px;
    }}
@media print{.home-page .scroll-progress,
.home-page .vacation-alert,
.home-page .cta-group,
.home-page .closing-cta,
.home-page .site-footer{
        display: none !important;
    }
.home-page .site-frame{
        width: 100%;
        padding: 0;
    }
.home-page .premium-hero,
.home-page .experience-card,
.home-page .community-banner{
        box-shadow: none;
        break-inside: avoid;
    }
.home-page [data-reveal]{
        opacity: 1 !important;
        transform: none !important;
    }}
@media (prefers-reduced-motion: reduce){.home-page .hero-visual > img,
.home-page .premium-hero:hover .hero-visual > img{
        transform: none !important;
    }
.home-page .scroll-progress span{
        transition: none;
    }
.home-page .js img[data-fade]{
        opacity: 1;
        filter: none;
    }}

.home-page .agenda-cultural-feature{
            position: relative;
            min-height: clamp(570px, 68vw, 760px);
            margin: clamp(92px, 11vw, 148px) 0 74px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: var(--radius-xl);
            background: #080b12;
            box-shadow:
                0 34px 90px rgba(8, 13, 24, 0.22),
                0 0 0 1px rgba(8, 105, 223, 0.08);
            isolation: isolate;
        }
.home-page .agenda-cultural-image,
.home-page .agenda-cultural-overlay,
.home-page .agenda-cultural-glow{
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
        }
.home-page .agenda-cultural-image{
            object-fit: cover;
            object-position: center;
            transform: scale(1.015);
            transition:
                transform 1.35s var(--ease-premium),
                filter 1s ease;
        }
.home-page .agenda-cultural-overlay{
            z-index: 1;
            background:
                linear-gradient(
                    90deg,
                    rgba(4, 7, 13, 0.96) 0%,
                    rgba(4, 7, 13, 0.83) 40%,
                    rgba(4, 7, 13, 0.34) 70%,
                    rgba(4, 7, 13, 0.18) 100%
                ),
                linear-gradient(
                    to top,
                    rgba(4, 7, 13, 0.78) 0%,
                    transparent 58%
                );
        }
.home-page .agenda-cultural-glow{
            z-index: 2;
            background:
                radial-gradient(
                    520px circle at var(--spot-x, 24%) var(--spot-y, 50%),
                    rgba(8, 105, 223, 0.24),
                    transparent 62%
                ),
                linear-gradient(
                    135deg,
                    rgba(8, 105, 223, 0.14),
                    transparent 38%
                );
            pointer-events: none;
        }
.home-page .agenda-cultural-content{
            position: relative;
            z-index: 4;
            display: flex;
            min-height: clamp(570px, 68vw, 760px);
            max-width: 760px;
            padding: clamp(52px, 8vw, 96px);
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            color: var(--white);
        }
.home-page .agenda-cultural-kicker{
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            color: rgba(255, 255, 255, 0.74);
            font-size: 13px;
            font-weight: 760;
            letter-spacing: 0.075em;
            text-transform: uppercase;
        }
.home-page .agenda-cultural-kicker > span{
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--blue);
            box-shadow:
                0 0 0 7px rgba(8, 105, 223, 0.18),
                0 0 28px rgba(8, 105, 223, 0.72);
            animation: agendaPulse 2.2s ease-in-out infinite;
        }
.home-page .agenda-cultural-content h2{
            max-width: 720px;
            margin: 0;
            color: var(--white);
            font-size: clamp(48px, 7vw, 84px);
            line-height: 0.98;
            letter-spacing: -0.055em;
            text-wrap: balance;
        }
.home-page .agenda-cultural-content p{
            max-width: 640px;
            margin: 28px 0 34px;
            color: rgba(255, 255, 255, 0.72);
            font-size: clamp(17px, 2vw, 21px);
            line-height: 1.62;
            text-wrap: pretty;
        }
.home-page .agenda-cultural-feature .button-primary{
            min-height: 54px;
            padding-inline: 26px;
            box-shadow:
                0 16px 38px rgba(8, 105, 223, 0.36),
                0 0 0 1px rgba(255, 255, 255, 0.08);
        }
.home-page .agenda-cultural-badge{
            position: absolute;
            right: 30px;
            top: 30px;
            z-index: 5;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 11px 15px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 999px;
            background: rgba(8, 11, 18, 0.54);
            color: rgba(255, 255, 255, 0.82);
            font-size: 12px;
            font-weight: 680;
            backdrop-filter: blur(18px) saturate(160%);
            -webkit-backdrop-filter: blur(18px) saturate(160%);
        }
.home-page .agenda-cultural-dot{
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #3bd37f;
            box-shadow: 0 0 0 6px rgba(59, 211, 127, 0.13);
        }
.home-page .agenda-cultural-feature:hover .agenda-cultural-image{
            transform: scale(1.065);
            filter: saturate(1.08) contrast(1.03);
        }
@keyframes agendaPulse{0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
50% {
                transform: scale(0.78);
                opacity: 0.65;
            }}
@media (max-width: 820px){.home-page .agenda-cultural-feature{
                min-height: 650px;
            }
.home-page .agenda-cultural-content{
                min-height: 650px;
                max-width: 100%;
                padding: 52px 38px;
                justify-content: flex-end;
            }
.home-page .agenda-cultural-overlay{
                background:
                    linear-gradient(
                        to top,
                        rgba(4, 7, 13, 0.98) 2%,
                        rgba(4, 7, 13, 0.78) 46%,
                        rgba(4, 7, 13, 0.22) 100%
                    );
            }}
@media (max-width: 650px){.home-page .agenda-cultural-feature{
                min-height: 620px;
                margin-bottom: 56px;
            }
.home-page .agenda-cultural-content{
                min-height: 620px;
                padding: 40px 25px;
            }
.home-page .agenda-cultural-content h2{
                font-size: clamp(44px, 12vw, 62px);
            }
.home-page .agenda-cultural-badge{
                top: 20px;
                right: 20px;
            }
.home-page .agenda-cultural-feature .button-primary{
                width: 100%;
            }}
@media (hover: none){.home-page .agenda-cultural-feature:hover .agenda-cultural-image{
                transform: scale(1.015);
                filter: none;
            }}
@media (prefers-reduced-motion: reduce){.home-page .agenda-cultural-kicker > span{
                animation: none;
            }
.home-page .agenda-cultural-image,
.home-page .agenda-cultural-feature:hover .agenda-cultural-image{
                transform: none;
                transition: none;
            }}


.home-page .about-copy .button {
    margin-top: 20px !important;
}

/* Seguridad adicional para Divi: el contenido HOME no altera
   el ancho ni overflow de las plantillas globales. */
.home-page {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: visible;
}

.home-page .site-frame {
    margin-left: auto !important;
    margin-right: auto !important;
}




/* =========================================================
   LA YNSEPARABLE · HOME PREMIUM · DIVI OVERRIDE
   ========================================================= */

.home-page {
    --font-display:
        "Helvetica Neue",
        "SF Pro Display",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    --font-body:
        "Helvetica Neue",
        "SF Pro Text",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: -0.008em;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page strong {
    font-family: var(--font-display) !important;
}

.home-page p,
.home-page a,
.home-page small,
.home-page span {
    font-family: var(--font-body) !important;
}

.home-page .eyebrow,
.home-page .section-kicker,
.home-page .agenda-cultural-kicker {
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.095em !important;
}

.home-page .premium-hero {
    min-height: 650px !important;
    padding: clamp(52px, 6.2vw, 78px) !important;
    gap: clamp(34px, 5vw, 66px) !important;
    border-color: rgba(23, 23, 25, 0.085) !important;
    box-shadow:
        0 30px 86px rgba(23, 23, 25, 0.10),
        0 6px 22px rgba(8, 105, 223, 0.035) !important;
}

.home-page .premium-hero h1 {
    max-width: 640px !important;
    margin: 20px 0 22px !important;
    color: #121214 !important;
    font-size: clamp(56px, 6.4vw, 82px) !important;
    font-weight: 820 !important;
    line-height: 0.89 !important;
    letter-spacing: -0.072em !important;
    text-wrap: balance;
}

.home-page .premium-hero h1 span {
    font-weight: 820 !important;
    line-height: inherit !important;
    background:
        linear-gradient(
            105deg,
            #0869df 0%,
            #386fe8 42%,
            #6f54e8 72%,
            #f25f27 110%
        ) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.home-page .hero-lead {
    max-width: 530px !important;
    margin-bottom: 30px !important;
    color: #666970 !important;
    font-size: clamp(16px, 1.45vw, 18px) !important;
    font-weight: 450 !important;
    line-height: 1.58 !important;
    letter-spacing: -0.018em !important;
}

.home-page .hero-visual > img {
    border-radius: 28px !important;
    box-shadow:
        0 34px 88px rgba(13, 18, 29, 0.19),
        0 6px 18px rgba(13, 18, 29, 0.08) !important;
}

.home-page .button {
    min-height: 47px !important;
    padding: 0 21px !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: -0.012em !important;
}

.home-page .button-primary {
    box-shadow: 0 11px 25px rgba(8, 105, 223, 0.22) !important;
}

.home-page .button-primary:hover {
    box-shadow: 0 18px 38px rgba(8, 105, 223, 0.30) !important;
}

.home-page .section-block {
    padding: clamp(96px, 9vw, 128px) 0 !important;
}

.home-page .section-heading {
    margin-bottom: 42px !important;
}

.home-page .section-heading h2,
.home-page .about-copy h2,
.home-page .community-content h2,
.home-page .closing-content h2 {
    font-size: clamp(45px, 5.2vw, 66px) !important;
    font-weight: 810 !important;
    line-height: 0.94 !important;
    letter-spacing: -0.067em !important;
}

.home-page .section-heading p {
    color: #72747b !important;
    font-size: 14px !important;
    font-weight: 430 !important;
    line-height: 1.65 !important;
    letter-spacing: -0.01em !important;
}

.home-page .discipline-grid {
    gap: 16px !important;
}

.home-page .experience-card {
    border-color: rgba(23, 23, 25, 0.085) !important;
    border-radius: 24px !important;
    box-shadow:
        0 16px 44px rgba(23, 23, 25, 0.065),
        0 2px 8px rgba(23, 23, 25, 0.03) !important;
}

.home-page .experience-card:hover {
    box-shadow:
        0 28px 68px rgba(23, 23, 25, 0.13),
        0 8px 24px rgba(8, 105, 223, 0.045) !important;
    transform: translateY(-6px) !important;
}

.home-page .card-media {
    height: 335px !important;
}

.home-page .card-summary {
    padding: 20px 21px 21px !important;
}

.home-page .card-summary strong {
    font-size: 25px !important;
    font-weight: 790 !important;
    line-height: 1 !important;
    letter-spacing: -0.052em !important;
}

.home-page .card-summary small {
    max-width: 29ch;
    color: #81838a !important;
    font-size: 9.5px !important;
    font-weight: 560 !important;
    line-height: 1.42 !important;
}

.home-page .card-toggle {
    width: 34px !important;
    height: 34px !important;
    font-size: 21px !important;
}

.home-page .card-panel {
    padding: 0 21px 23px !important;
}

.home-page .card-panel p {
    color: #6c6f76 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

.home-page .text-link {
    font-size: 12px !important;
    font-weight: 760 !important;
}

.home-page .about-section {
    gap: clamp(50px, 7vw, 88px) !important;
}

.home-page .about-copy {
    max-width: 540px !important;
}

.home-page .about-copy .about-lead {
    margin: 23px 0 13px !important;
    color: #3f4147 !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1.55 !important;
}

.home-page .about-copy p:not(.about-lead) {
    color: #70737a !important;
    font-size: 13px !important;
    line-height: 1.72 !important;
}

.home-page .about-copy .button {
    margin-top: 22px !important;
}

.home-page .community-banner {
    min-height: 545px !important;
    border-radius: 30px !important;
    box-shadow: 0 30px 76px rgba(7, 11, 20, 0.18) !important;
}

.home-page .community-content {
    min-height: 545px !important;
    max-width: 640px !important;
    padding: clamp(48px, 7vw, 80px) !important;
}

.home-page .community-content h2 {
    color: #ffffff !important;
}

.home-page .community-content p {
    max-width: 540px !important;
    margin: 22px 0 29px !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 14px !important;
    line-height: 1.64 !important;
}

.home-page .agenda-cultural-feature {
    min-height: 630px !important;
    border-radius: 30px !important;
    box-shadow: 0 32px 82px rgba(8, 13, 24, 0.21) !important;
}

.home-page .agenda-cultural-content {
    min-height: 630px !important;
    max-width: 720px !important;
    padding: clamp(50px, 7vw, 84px) !important;
}

.home-page .agenda-cultural-content h2 {
    max-width: 670px !important;
    font-size: clamp(48px, 6.3vw, 76px) !important;
    font-weight: 810 !important;
    line-height: 0.94 !important;
    letter-spacing: -0.066em !important;
}

.home-page .agenda-cultural-content p {
    max-width: 570px !important;
    margin: 24px 0 30px !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
}

@media (max-width: 1050px) {
    .home-page .premium-hero h1 {
        font-size: clamp(52px, 6.2vw, 72px) !important;
    }

    .home-page .card-media {
        height: 315px !important;
    }
}

@media (max-width: 820px) {
    .home-page .premium-hero {
        padding: 48px 34px 34px !important;
    }

    .home-page .premium-hero h1 {
        max-width: 620px !important;
        font-size: clamp(52px, 10vw, 72px) !important;
    }

    .home-page .section-heading h2,
    .home-page .about-copy h2,
    .home-page .community-content h2 {
        font-size: clamp(42px, 8vw, 58px) !important;
    }
}

@media (max-width: 650px) {
    .home-page .premium-hero {
        padding: 39px 21px 22px !important;
    }

    .home-page .premium-hero h1 {
        font-size: clamp(47px, 13vw, 62px) !important;
        line-height: 0.91 !important;
    }

    .home-page .hero-lead {
        font-size: 16px !important;
    }

    .home-page .section-heading h2,
    .home-page .about-copy h2,
    .home-page .community-content h2 {
        font-size: 40px !important;
    }

    .home-page .card-media {
        height: 310px !important;
    }

    .home-page .agenda-cultural-content h2 {
        font-size: 44px !important;
    }
}


.home-page{width:100%!important;max-width:none!important;margin:0!important;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue","Segoe UI",Arial,sans-serif!important}
.home-page .site-frame{width:min(100%,calc(1180px + (clamp(18px,4vw,46px) * 2)))!important;margin:0 auto!important}
