:where(.coords){display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1.8rem}:where(.coords__item){display:flex;flex-direction:column;gap:.4rem;padding:1.3rem 1.4rem;border-radius:var(--r-ui);background:var(--ink-3);border:1px solid var(--line)}:where(.coords__lab){font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}:where(.coords__val){font-weight:800;font-size:1.15rem;color:var(--paper)}a:where(.coords__val):hover{color:var(--pink)}:where(.coords__val--static){font-weight:700;font-size:1.02rem}:where(.coords__note){font-size:.86rem;color:var(--muted)}@media (max-width:860px){:where(.coords){grid-template-columns:1fr}}:where(.venues){display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.8rem}:where(.venue){--c:var(--pink);position:relative;padding:1.4rem 1.4rem 1.6rem;border-radius:var(--r-ui);background:var(--ink-3);border:1px solid var(--line);border-top:3px solid var(--c)}:where(.venue__logomark){display:inline-flex;align-items:center;padding:.5rem .6rem;border-radius:var(--r-ui);background:var(--ink-3);margin-bottom:.9rem}:where(.venue__logo){display:block;height:40px;width:auto;max-width:100%;object-fit:contain;object-position:left center}:where(.venue) h3{font-weight:800;font-size:1.1rem;margin-bottom:.35rem}:where(.venue__addr){color:var(--muted);font-size:.92rem;margin-bottom:1rem}:where(.venue__links){display:flex;flex-wrap:wrap;gap:.5em 1.1em;font-size:.88rem}:where(.venue__links) a{color:var(--paper);font-weight:700;text-decoration:underline;text-underline-offset:.2em;text-decoration-color:var(--c)}:where(.venue__links) a:hover{color:var(--c)}:where(.venues__note){display:flex;align-items:flex-start;gap:.6em;margin-top:1.6rem;padding:1rem 1.2rem;border-radius:.6rem;background:rgba(255,255,255,.04);border:1px solid var(--line);color:var(--muted);font-size:.92rem;line-height:1.5}:where(.venues__note) i.sq{margin-top:.4em;flex-shrink:0}@media (max-width:960px){:where(.venues){grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){:where(.venues){grid-template-columns:1fr}}:where(.hubgrid){display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1.8rem}:where(.hubcard){--c:var(--pink);position:relative;display:flex;flex-direction:column;border-radius:var(--r-ui);background:var(--ink-3);border:1px solid var(--line);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}:where(.hubcard):hover{transform:translateY(-6px);box-shadow:0 26px 54px -26px rgba(0,0,0,.7),0 0 0 1px var(--c)}:where(.hubcard__media){position:relative;aspect-ratio:4/3;overflow:hidden}:where(.hubcard__media) img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}:where(.hubcard):hover .hubcard__media img{transform:scale(1.06)}:where(.hubcard__body){padding:1.3rem 1.4rem 1.5rem;display:flex;flex-direction:column;flex:1}:where(.hubcard__body) h2{font-weight:800;font-size:1.22rem;letter-spacing:-.01em;line-height:1.05;margin-bottom:.4rem}:where(.hubcard__tag){color:var(--muted);font-size:.94rem;margin-bottom:.9rem}:where(.hubcard__facts){display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.1rem;font-size:.84rem;color:var(--muted)}:where(.hubcard__facts) li{padding-left:1em;position:relative}:where(.hubcard__facts) li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;background:var(--c)}:where(.hubcard__cta){margin-top:auto;display:inline-flex;align-items:center;gap:.5em;font-weight:800;font-size:.9rem;color:var(--c)}:where(.hubcard__cta):after{content:"→";transition:transform .3s var(--ease)}:where(.hubcard):hover .hubcard__cta:after{transform:translateX(4px)}:where(.hubcard--more){align-items:flex-start;justify-content:center;background:linear-gradient(135deg,var(--pink),var(--violet) 45%,var(--blue) 78%,var(--lime));border-style:solid;padding:clamp(1.8rem,3vw,2.2rem);gap:1rem}:where(.hubcard--more) .hubcard__body{padding:0;text-align:left;align-items:flex-start}:where(.hubcard--more) .hubcard__body h2{color:#fff}:where(.hubcard--more) .hubcard__tag{color:rgba(255,255,255,.88)}:where(.hubcard--more) .hubcard__cta{color:var(--ink);background:#fff;padding:.55em 1.1em;border-radius:var(--r-pill)}:where(.hubcard__more-ico){position:relative;width:44px;height:44px;flex-shrink:0}:where(.hubcard__more-ico) i{position:absolute;background:#fff;border-radius:3px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 22px rgba(255,255,255,.55)}:where(.hubcard__more-ico) i:first-child{width:44px;height:8px}:where(.hubcard__more-ico) i:last-child{width:8px;height:44px}:where(.hubcard--more):hover .hubcard__more-ico{animation:hubmore-spin .6s var(--ease)}@keyframes hubmore-spin{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@media (max-width:960px){:where(.hubgrid){grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){:where(.hubgrid){grid-template-columns:1fr}}:where(.hubcross){display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}:where(.hubcross)>div{max-width:44rem}:where(.hubcross) .sec-head__p{margin-top:.6rem}:where(.about-grid){display:grid;grid-template-columns:1.3fr .7fr;gap:clamp(2rem,6vw,5rem);align-items:center}:where(.about-grid__kmark){display:flex;justify-content:center;align-items:center}:where(.about-grid__kmark) img{width:auto;max-width:100%;height:auto;max-height:clamp(160px,18vw,230px);filter:drop-shadow(0 30px 60px rgba(0,0,0,.35))}@media (max-width:900px){:where(.about-grid){grid-template-columns:1fr;text-align:center}:where(.about-grid__kmark){order:-1}:where(.about-grid__kmark) img{max-height:130px}}:where(.values){display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:1.8rem}:where(.value){--c:var(--pink);padding:1.4rem 1.4rem 1.6rem;border-radius:var(--r-ui);background:var(--ink-3);border:1px solid var(--line);border-top:3px solid var(--c)}:where(.value) h3{font-weight:800;font-size:1.08rem;margin-bottom:.5rem}:where(.value) p{color:var(--muted);font-size:.92rem;line-height:1.5}:where(.value):nth-child(2){--c:var(--sky)}:where(.value):nth-child(3){--c:var(--lime)}:where(.value):nth-child(4){--c:var(--sun)}@media (max-width:960px){:where(.values){grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){:where(.values){grid-template-columns:1fr}}:where(.aboutlead){display:grid;gap:1.1rem;max-width:60ch;font-size:1.08rem;color:var(--paper);line-height:1.6;margin-bottom:1rem}:where(.aboutlead) strong{color:var(--pink)}:where(.about-partners){display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.6rem}:where(.about-partners__item){display:flex;align-items:center;gap:.7em;padding:.8rem 1.2rem;border-radius:var(--r-pill);background:var(--ink-3);border:1px solid var(--line);font-weight:700;font-size:.96rem}:where(.about-partners__item) img{width:32px;height:32px;object-fit:contain;border-radius:50%;background:#fff;padding:2px}