/* Self-contained mascot page styles; existing CEFC styles remain unchanged */
.mascots-page{overflow:hidden;color:#102a52}.mascots-page *{box-sizing:border-box}.mascot-hero{background:radial-gradient(circle at 83% 30%,#294f93 0,transparent 45%),linear-gradient(120deg,#0b224d,#15386f 65%,#112951);color:white;min-height:570px;padding:70px max(5vw,25px) 0;display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:center;position:relative}.mascot-hero:after{content:"";height:9px;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(90deg,#e81c3e 0 34%,#ffd33f 34% 67%,#245bd0 67%)}.mascot-kicker{font-weight:800;letter-spacing:.16em;font-size:.8rem;color:#e5b627;margin:0 0 16px}.mascot-hero h1{font-size:clamp(3.3rem,6vw,6rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 20px;color:white}.mascot-hero h1 span:first-child{color:#ffd13b}.mascot-hero h1 span:last-child{color:#ffbdc9}.mascot-lead{font-size:clamp(1.25rem,2vw,1.7rem);font-weight:800;margin:0 0 16px}.mascot-hero-inner>p:not(.mascot-kicker):not(.mascot-lead){font-size:1.08rem;line-height:1.7;max-width:620px;color:#edf2ff}.mascot-cta,.mascot-buttons a{display:inline-block;text-decoration:none;background:#ffd03c;color:#11294e;font-weight:800;padding:13px 22px;border-radius:50px;margin-top:18px}.mascot-hero-figures{height:510px;position:relative;align-self:end}.mascot-hero-figures img{position:absolute;object-fit:contain;filter:drop-shadow(0 13px 13px #061a3a80)}.hero-basya{height:100%;max-width:77%;left:0;bottom:-4px;z-index:2}.hero-popoy{height:75%;max-width:60%;right:0;bottom:0;z-index:1}.mascot-intro{text-align:center;padding:80px 5vw;background:#f7f9ff}.mascot-intro h2,.mascot-together h2{font-size:clamp(2rem,3.3vw,3rem);margin:0 0 36px;color:#112d60}.mascot-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1200px;margin:auto}.mascot-card{background:white;border:1px solid #e4e9f4;border-radius:28px;overflow:hidden;box-shadow:0 15px 40px #102a5212;text-align:left}.mascot-art{height:350px;display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(145deg,#fff9e7,#f2e8ff)}.popoy-card .mascot-art{background:linear-gradient(145deg,#fff2db,#ffe4c4)}.mascot-art img{height:100%;max-width:100%;object-fit:contain}.mascot-copy{padding:30px 35px 38px}.mascot-pill{font-size:.73rem;letter-spacing:.11em;font-weight:900;color:#bd2541}.mascot-copy h3{font-size:2.3rem;margin:9px 0;color:#112d60}.mascot-copy p{line-height:1.7}.mascot-quote{font-size:1.16rem;color:#c32246;font-weight:800}.mascot-traits{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.mascot-traits span{background:#eef3ff;border-radius:30px;padding:7px 13px;font-size:.85rem;font-weight:700}.mascot-together{display:grid;grid-template-columns:1fr 200px;align-items:center;gap:30px;padding:65px max(5vw,25px);background:#fff5d9}.mascot-together>div{max-width:840px}.mascot-together p{line-height:1.75}.mascot-together img{max-height:235px;max-width:100%;object-fit:contain}.mascot-buttons{display:flex;gap:12px;flex-wrap:wrap}.mascot-buttons a:last-child{background:#173c7a;color:white}@media(max-width:800px){.mascot-hero{grid-template-columns:1fr;padding-top:48px}.mascot-hero-figures{height:360px;width:min(100%,520px);margin:auto}.mascot-cards{grid-template-columns:1fr;max-width:600px}.mascot-together{grid-template-columns:1fr}.mascot-together img{display:none}}@media(max-width:480px){.mascot-hero-figures{height:275px}.mascot-art{height:300px}.mascot-copy{padding:25px}.mascot-intro{padding:55px 18px}.mascot-hero{padding-left:20px;padding-right:20px}}

/* Keep both official mascots visible in the hero: Popoy steps out from behind Basya. */
.mascot-hero-figures .hero-basya {
  left: -5%;
  max-width: 70%;
  z-index: 2;
}
.mascot-hero-figures .hero-popoy {
  right: -2%;
  height: 72%;
  max-width: 58%;
  z-index: 3;
}
@media (max-width: 800px) {
  .mascot-hero-figures .hero-basya { left: -2%; max-width: 73%; }
  .mascot-hero-figures .hero-popoy { right: 0; height: 68%; max-width: 55%; }
}
