/* =========================================================
   FULL NEW FRONTEND — PREMIUM SCHOOL DESIGN
========================================================= */

:root{
    --navy:#102a43;
    --blue:#1769e0;
    --blue2:#4c8dff;
    --gold:#f5b942;
    --orange:#f47b20;
    --red:#e34b4b;
    --ink:#152235;
    --muted:#6b7789;
    --paper:#f7f9fc;
    --white:#fff;
    --line:#e5eaf1;
    --shadow:0 18px 55px rgba(16,42,67,.09);
    --shadow-lg:0 30px 90px rgba(16,42,67,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    color:var(--ink);
    background:#fff;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    overflow-x:hidden;
}
a{text-decoration:none}
img{max-width:100%}


/* TOP BAR */
.topbar{
    background:var(--navy);
    color:rgba(255,255,255,.78);
    font-size:12px;
    font-weight:600;
    letter-spacing:.02em;
}
.topbar-inner{
    min-height:36px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.topbar-right{
    display:flex;
    gap:22px;
}


/* NAVIGATION */
.school-nav{
    position:fixed;
    left:0;
    right:0;
    top:36px;
    z-index:9999;
    padding:12px 0;
    background:rgba(255,255,255,.92);
    border-bottom:1px solid rgba(16,42,67,.07);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    transition:.3s ease;
}
.school-nav.nav-scrolled{
    top:0;
    padding:7px 0;
    background:rgba(255,255,255,.97);
    box-shadow:0 12px 40px rgba(16,42,67,.10);
}
.school-brand{
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--navy);
}
.brand-logo{
    display:grid;
    width:55px;
    height:55px;
    place-items:center;
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
}
.brand-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.brand-text{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}
.brand-text strong{
    max-width:250px;
    font-size:14px;
    font-weight:900;
    letter-spacing:.01em;
}
.brand-text small{
    margin-top:5px;
    color:var(--blue);
    font-size:8px;
    font-weight:900;
    letter-spacing:.16em;
}
.navbar-nav{gap:2px}
.nav-link{
    position:relative;
    padding:11px 14px!important;
    color:var(--navy)!important;
    font-size:13px;
    font-weight:750;
    border-radius:9px;
    transition:.25s ease;
}
.nav-link:hover,.nav-link.active{
    color:var(--blue)!important;
    background:#f0f5ff;
}
.nav-link.active::after{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    bottom:4px;
    height:2px;
    background:var(--gold);
}
.nav-admission{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:11px 18px;
    color:#fff;
    background:var(--blue);
    border-radius:10px;
    font-size:13px;
    font-weight:800;
    box-shadow:0 8px 22px rgba(23,105,224,.20);
    transition:.25s ease;
}
.nav-admission:hover{
    color:#fff;
    background:var(--navy);
    transform:translateY(-2px);
}
.nav-admission span{font-size:16px}
.navbar-toggler{
    border:1px solid var(--line);
    border-radius:10px;
}
.navbar-toggler:focus{box-shadow:none}


/* HERO */
.new-hero{
    position:relative;
    min-height:100vh;
    overflow:hidden;
    background:var(--navy);
}
.hero-bg{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(90deg,rgba(5,20,40,.94) 0%,rgba(5,20,40,.82) 34%,rgba(5,20,40,.48) 67%,rgba(5,20,40,.20) 100%),
        var(--hero-bg-image);
    background-size:cover;
    background-position:center;
    animation:heroZoom 18s ease-in-out infinite alternate;
}
.hero-grid{
    position:absolute;
    inset:0;
    z-index:1;
    opacity:.17;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
    background-size:80px 80px;
    mask-image:linear-gradient(to right,black,transparent 75%);
}
.hero-inner{
    position:relative;
    z-index:3;
}
.hero-section .row{min-height:100vh}
.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    padding:8px 14px;
    color:#fff;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.20);
    border-radius:50px;
    font-size:10px;
    font-weight:850;
    letter-spacing:.15em;
    text-transform:uppercase;
    backdrop-filter:blur(12px);
}
.pulse-dot{
    width:8px;
    height:8px;
    background:var(--gold);
    border-radius:50%;
    box-shadow:0 0 0 6px rgba(245,185,66,.14);
}
.hero-section h1{
    max-width:850px;
    margin:0 0 24px;
    color:#fff;
    font-size:clamp(3rem,6.3vw,6rem)!important;
    line-height:.95;
    letter-spacing:-.055em;
    font-weight:950;
}
.hero-description{
    max-width:630px;
    margin:0;
    color:rgba(255,255,255,.80);
    font-size:1.08rem;
    line-height:1.85;
}
.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:31px;
}
.hero-primary,.hero-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-width:165px;
    padding:14px 22px;
    border-radius:11px;
    font-weight:800;
    transition:.25s ease;
}
.hero-primary{
    color:#fff;
    background:var(--blue);
    box-shadow:0 14px 30px rgba(23,105,224,.28);
}
.hero-primary:hover{
    color:#fff;
    background:var(--gold);
    transform:translateY(-3px);
}
.hero-secondary{
    color:var(--navy);
    background:#fff;
}
.hero-secondary:hover{
    color:var(--navy);
    transform:translateY(-3px);
}
.hero-primary span{font-size:19px}


/* HERO TRUST */
.hero-trust{
    display:flex;
    align-items:center;
    gap:20px;
    max-width:700px;
    margin-top:43px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.20);
}
.trust-item{
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
}
.trust-item strong,.trust-item b{
    color:#fff;
    font-size:27px;
    line-height:1;
    font-weight:900;
}
.trust-item b{font-size:17px}
.trust-item span{
    width:100%;
    margin-top:5px;
    color:rgba(255,255,255,.58);
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.trust-line{
    width:1px;
    height:40px;
    background:rgba(255,255,255,.18);
}


/* HERO SIDE */
.hero-side-card{
    position:relative;
    max-width:390px;
    margin-left:auto;
    padding:12px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    border-radius:25px;
    backdrop-filter:blur(15px);
    transform:rotate(2deg);
    box-shadow:var(--shadow-lg);
}
.hero-side-image{
    height:270px;
    background-size:cover;
    background-position:center;
    border-radius:18px;
}
.hero-side-content{padding:20px 14px 12px}
.hero-side-content>span{
    color:var(--gold);
    font-size:9px;
    font-weight:900;
    letter-spacing:.14em;
}
.hero-side-content h3{
    margin:8px 0 12px;
    color:#fff;
    font-size:1.35rem;
    line-height:1.25;
    font-weight:850;
}
.hero-side-content a{
    color:#fff;
    font-size:12px;
    font-weight:800;
}
.hero-side-content a b{
    margin-left:8px;
    color:var(--gold);
}


/* HERO SCROLL */
.hero-scroll{
    position:absolute;
    left:50%;
    bottom:25px;
    z-index:4;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:7px;
    transform:translateX(-50%);
}
.hero-scroll span{
    color:rgba(255,255,255,.55);
    font-size:8px;
    font-weight:800;
    letter-spacing:.18em;
}
.hero-scroll i{
    position:relative;
    display:block;
    width:24px;
    height:38px;
    border:1px solid rgba(255,255,255,.50);
    border-radius:15px;
}
.hero-scroll i::after{
    content:"";
    position:absolute;
    left:50%;
    top:7px;
    width:4px;
    height:7px;
    background:#fff;
    border-radius:5px;
    transform:translateX(-50%);
    animation:scrollDot 1.5s infinite;
}


/* INTRO STRIP */
.intro-strip{
    padding:35px 0;
    background:var(--gold);
}
.intro-grid{
    display:grid;
    grid-template-columns:1fr 2.2fr 1.5fr;
    align-items:center;
    gap:35px;
}
.intro-label{
    color:var(--navy);
    font-size:10px;
    font-weight:900;
    letter-spacing:.14em;
}
.intro-title{
    color:var(--navy);
    font-size:21px;
    line-height:1.3;
    font-weight:850;
}
.intro-title em{
    font-style:normal;
    color:#fff;
}
.intro-copy{
    color:rgba(16,42,67,.70);
    font-size:12px;
    line-height:1.7;
}


/* SECTIONS */
.section-pad{padding:105px 0}
.section-top{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:48px;
}
.section-top>div{
    display:flex;
    align-items:center;
    gap:12px;
}
.section-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    color:var(--blue);
    background:#edf4ff;
    border-radius:50%;
    font-size:10px;
    font-weight:900;
}
.eyebrow{
    color:var(--blue);
    font-size:10px;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.section-top h2{
    max-width:610px;
    margin:0;
    color:var(--navy);
    font-size:clamp(2.2rem,4.3vw,4.3rem);
    line-height:1;
    letter-spacing:-.05em;
    font-weight:950;
}
.section-top h2 em{
    color:var(--blue);
    font-style:normal;
}


/* PROGRAMS */
.programs-new{background:#f8faff}
.service-card{
    position:relative;
    height:100%;
    min-height:315px;
    padding:30px;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    box-shadow:0 8px 28px rgba(16,42,67,.045);
    transition:.35s ease;
}
.service-card:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow-lg);
}
.service-number{
    position:absolute;
    top:25px;
    right:25px;
    color:#dbe3ed;
    font-size:28px;
    font-weight:950;
}
.service-icon-wrap{
    display:grid;
    width:65px;
    height:65px;
    place-items:center;
    margin-bottom:28px;
    color:#fff;
    background:linear-gradient(145deg,var(--blue),var(--blue2));
    border-radius:17px;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(23,105,224,.20);
}
.service-icon-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.service-card h3{
    margin:0 0 11px;
    font-size:1.32rem;
    font-weight:900;
}
.service-card p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.75;
}
.service-arrow{
    position:absolute;
    right:27px;
    bottom:24px;
    color:var(--blue);
    font-size:22px;
    transition:.3s ease;
}
.service-card:hover .service-arrow{
    color:var(--gold);
    transform:translate(4px,-4px);
}


/* ABOUT */
.about-new{
    background:
        radial-gradient(circle at 90% 20%,rgba(23,105,224,.06),transparent 25%),
        #fff;
}
.about-visual{
    position:relative;
    min-height:500px;
}
.about-image{
    position:absolute;
    left:0;
    top:0;
    width:85%;
    height:450px;
    background-size:cover;
    background-position:center;
    border-radius:28px;
    box-shadow:var(--shadow-lg);
}
.about-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(16,42,67,.15),transparent 60%);
    border-radius:inherit;
}
.about-stamp{
    position:absolute;
    right:0;
    bottom:30px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:155px;
    height:155px;
    color:#fff;
    text-align:center;
    background:var(--blue);
    border:8px solid #fff;
    border-radius:50%;
    box-shadow:var(--shadow);
}
.about-stamp strong{
    font-size:39px;
    line-height:1;
    font-weight:950;
}
.about-stamp span{
    max-width:90px;
    margin-top:5px;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
}
.about-float-card{
    position:absolute;
    left:35px;
    bottom:5px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:13px 18px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:13px;
    box-shadow:var(--shadow);
}
.float-icon{
    display:grid;
    width:35px;
    height:35px;
    place-items:center;
    color:var(--navy);
    background:var(--gold);
    border-radius:9px;
}
.about-float-card strong,.about-float-card small{
    display:block;
}
.about-float-card strong{font-size:12px;font-weight:850}
.about-float-card small{color:var(--muted);font-size:9px}
.about-content{
    max-width:580px;
}
.about-content h2{
    margin:10px 0 20px;
    color:var(--navy);
    font-size:clamp(2.3rem,4vw,4.2rem);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:950;
}
.about-content>p{
    color:var(--muted);
    font-size:15px;
    line-height:1.85;
}
.feature-list{
    display:grid;
    gap:13px;
    margin:28px 0;
}
.feature-list div{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:13px;
    font-weight:750;
}
.feature-list span{
    display:grid;
    width:25px;
    height:25px;
    place-items:center;
    flex:0 0 auto;
    color:#fff;
    background:var(--green);
    border-radius:50%;
    font-size:12px;
}
.text-link{
    display:inline-flex;
    align-items:center;
    gap:13px;
    color:var(--blue);
    font-size:13px;
    font-weight:850;
}
.text-link span{font-size:19px}


/* EVENTS */
.events-new{background:#f8faff}
.events-list{display:grid;gap:14px}
.event-card{
    display:grid;
    grid-template-columns:90px 150px 1fr 45px;
    align-items:center;
    gap:25px;
    padding:15px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    transition:.3s ease;
}
.event-card:hover{
    transform:translateX(7px);
    box-shadow:var(--shadow);
}
.event-date{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:105px;
    background:var(--navy);
    border-radius:14px;
}
.event-date small{
    color:var(--gold);
    font-size:10px;
    font-weight:850;
    text-transform:uppercase;
}
.event-date strong{
    color:#fff;
    font-size:31px;
    line-height:1.1;
    font-weight:950;
}
.event-image{
    height:105px;
    overflow:hidden;
    border-radius:14px;
}
.event-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s ease;
}
.event-card:hover .event-image img{transform:scale(1.06)}
.event-placeholder{
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    color:#fff;
    background:linear-gradient(145deg,var(--blue),var(--navy));
    font-size:30px;
}
.event-info>span{
    color:var(--blue);
    font-size:9px;
    font-weight:900;
    letter-spacing:.12em;
}
.event-info h3{
    margin:6px 0;
    font-size:1.2rem;
    font-weight:900;
}
.event-info p{
    max-width:700px;
    margin:0;
    color:var(--muted);
    font-size:12px;
    line-height:1.65;
}
.event-arrow{
    color:var(--blue);
    font-size:25px;
}


/* ADMISSION */
.admission-new{
    position:relative;
    overflow:hidden;
    color:#fff;
    background:var(--navy);
}
.admission-inner{
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    min-height:320px;
}
.admission-label{
    display:inline-block;
    margin-bottom:15px;
    color:var(--gold);
    font-size:10px;
    font-weight:900;
    letter-spacing:.16em;
}
.admission-inner h2{
    margin:0;
    color:#fff;
    font-size:clamp(2.6rem,5vw,5rem);
    line-height:.95;
    letter-spacing:-.05em;
    font-weight:950;
}
.admission-inner h2 em{
    color:var(--gold);
    font-style:normal;
}
.admission-action{
    max-width:300px;
}
.admission-action p{
    margin-bottom:18px;
    color:rgba(255,255,255,.62);
    font-size:13px;
}
.admission-button{
    display:inline-flex;
    align-items:center;
    gap:20px;
    padding:14px 22px;
    color:var(--navy);
    background:#fff;
    border-radius:11px;
    font-size:13px;
    font-weight:850;
    transition:.25s ease;
}
.admission-button:hover{
    color:var(--navy);
    background:var(--gold);
    transform:translateY(-3px);
}
.admission-button span{font-size:19px}
.admission-shape{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}
.shape-one{
    width:500px;
    height:500px;
    right:-200px;
    top:-190px;
    border:75px solid rgba(23,105,224,.22);
}
.shape-two{
    width:250px;
    height:250px;
    left:-120px;
    bottom:-150px;
    background:rgba(245,185,66,.08);
}


/* CONTACT */
.contact-new{background:#fff}
.contact-heading{
    margin-bottom:45px;
}
.contact-heading h2{
    margin:12px 0 0;
    color:var(--navy);
    font-size:clamp(2.5rem,5vw,4.8rem);
    line-height:.95;
    letter-spacing:-.05em;
    font-weight:950;
}
.contact-heading h2 em{
    color:var(--blue);
    font-style:normal;
}
.contact-intro{
    max-width:440px;
}
.contact-intro>p{
    margin-bottom:30px;
    color:var(--muted);
    font-size:15px;
    line-height:1.8;
}
.contact-detail{
    display:flex;
    flex-direction:column;
    gap:4px;
    padding:17px 0;
    border-top:1px solid var(--line);
}
.contact-detail span{
    color:var(--blue);
    font-size:9px;
    font-weight:900;
    letter-spacing:.15em;
}
.contact-detail strong{
    color:var(--navy);
    font-size:14px;
    word-break:break-word;
}
.modern-form{
    padding:34px;
    background:#f7f9fc;
    border:1px solid var(--line);
    border-radius:23px;
}
.modern-form label{
    display:block;
    margin-bottom:8px;
    color:var(--navy);
    font-size:11px;
    font-weight:850;
}
.modern-form input,
.modern-form select,
.modern-form textarea{
    width:100%;
    padding:14px 15px;
    color:var(--ink);
    background:#fff;
    border:1px solid #dde4ed;
    border-radius:11px;
    outline:0;
    font:inherit;
    font-size:13px;
    transition:.25s ease;
}
.modern-form input,.modern-form select{height:52px}
.modern-form textarea{resize:vertical}
.modern-form input:focus,
.modern-form select:focus,
.modern-form textarea:focus{
    border-color:var(--blue);
    box-shadow:0 0 0 4px rgba(23,105,224,.08);
}
.form-submit{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:15px 20px;
    color:#fff;
    background:var(--blue);
    border:0;
    border-radius:11px;
    font-weight:850;
    cursor:pointer;
    transition:.25s ease;
}
.form-submit:hover{
    background:var(--navy);
    transform:translateY(-2px);
}
.form-submit span{font-size:19px}


/* FOOTER */
.new-footer{
    color:rgba(255,255,255,.65);
    background:#071a2d;
}
.footer-main{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:40px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
}
.footer-brand img{
    width:50px;
    height:50px;
    padding:4px;
    background:#fff;
    object-fit:contain;
    border-radius:10px;
}
.footer-brand strong,.footer-brand span{
    display:block;
}
.footer-brand strong{
    color:#fff;
    font-size:13px;
    font-weight:900;
}
.footer-brand span{
    margin-top:4px;
    color:var(--gold);
    font-size:7px;
    font-weight:850;
    letter-spacing:.14em;
}
.footer-main>p{
    margin:0;
    font-size:12px;
}
.footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:18px 0;
    font-size:10px;
}


/* REVEAL */
.reveal{
    opacity:0;
    transform:translateY(25px);
    transition:opacity .7s ease,transform .7s ease;
}
.reveal.visible{
    opacity:1;
    transform:translateY(0);
}
.delay-1{transition-delay:.08s}
.delay-2{transition-delay:.16s}
.delay-3{transition-delay:.24s}
.delay-4{transition-delay:.32s}


/* ANIMATIONS */
@keyframes heroZoom{
    from{transform:scale(1)}
    to{transform:scale(1.06) translateX(-1%)}
}
@keyframes scrollDot{
    0%{opacity:0;transform:translate(-50%,0)}
    35%,70%{opacity:1}
    100%{opacity:0;transform:translate(-50%,17px)}
}
@keyframes floaty{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-10px)}
}
@keyframes spin{to{transform:rotate(360deg)}}


/* RESPONSIVE */
@media(max-width:991px){
    .topbar{display:none}
    .school-nav{top:0}
    .navbar-collapse{
        margin-top:12px;
        padding:15px;
        background:#fff;
        border-radius:15px;
        box-shadow:0 18px 45px rgba(16,42,67,.12);
    }
    .nav-admission{
        display:flex;
        justify-content:center;
        margin-top:10px;
    }
    .hero-bg{
        background-image:
            linear-gradient(180deg,rgba(5,20,40,.94),rgba(5,20,40,.72),rgba(5,20,40,.48)),
            var(--hero-bg-image);
    }
    .hero-inner .row{padding-top:90px;padding-bottom:90px}
    .hero-side-card{margin:45px auto 0}
    .intro-grid{grid-template-columns:1fr;gap:12px}
    .intro-copy{max-width:600px}
    .about-image{width:88%}
    .admission-inner{min-height:280px}
}

@media(max-width:767px){
    .brand-text strong{max-width:180px;font-size:12px}
    .brand-logo{width:48px;height:48px}
    .hero-section h1{font-size:2.7rem!important}
    .hero-description{font-size:1rem}
    .hero-actions{flex-direction:column}
    .hero-primary,.hero-secondary{width:100%}
    .hero-trust{gap:12px}
    .trust-line{height:35px}
    .trust-item strong{font-size:22px}
    .trust-item span{font-size:8px}
    .section-pad{padding:75px 0}
    .section-top{display:block}
    .section-top>div{margin-bottom:20px}
    .section-top h2{font-size:2.45rem}
    .about-visual{min-height:400px}
    .about-image{height:360px;width:90%}
    .about-stamp{width:120px;height:120px}
    .about-stamp strong{font-size:30px}
    .about-float-card{left:10px}
    .event-card{
        grid-template-columns:70px 1fr 30px;
        gap:14px;
    }
    .event-image{display:none}
    .event-date{min-height:85px}
    .event-date strong{font-size:25px}
    .admission-inner{
        display:block;
        padding:70px 0;
    }
    .admission-action{margin-top:30px}
    .modern-form{padding:22px}
    .footer-main{display:block}
    .footer-main>p{margin-top:20px}
    .footer-bottom{display:block}
    .footer-bottom span{display:block;margin-top:6px}
}

@media(max-width:575px){
    .container{padding-left:18px;padding-right:18px}
    .hero-inner .row{padding-top:80px;padding-bottom:70px}
    .hero-section h1{font-size:2.25rem!important}
    .hero-trust{
        display:grid;
        grid-template-columns:1fr 1fr;
        border-top:1px solid rgba(255,255,255,.20);
    }
    .trust-line{display:none}
    .trust-item{padding:7px 0}
    .trust-item:last-child{grid-column:span 2}
    .intro-strip{padding:28px 0}
    .intro-title{font-size:19px}
    .service-card{min-height:280px}
    .about-visual{min-height:360px}
    .about-image{height:310px}
    .about-stamp{right:0;bottom:28px;width:105px;height:105px}
    .about-stamp strong{font-size:27px}
    .about-float-card{
        left:0;
        bottom:0;
        padding:10px;
    }
    .event-card{grid-template-columns:65px 1fr}
    .event-arrow{display:none}
    .event-info h3{font-size:1.05rem}
    .admission-inner h2{font-size:2.8rem}
    .contact-heading h2{font-size:2.8rem}
}

@media(prefers-reduced-motion:reduce){
    *,*::before,*::after{
        scroll-behavior:auto!important;
        animation-duration:.001ms!important;
        animation-iteration-count:1!important;
        transition-duration:.001ms!important;
    }
}



