:root{
  --purple-950:#2c1036;
  --purple-900:#3a1246;
  --purple-800:#4c1858;
  --purple-700:#642270;
  --purple-600:#7c3087;
  --purple-500:#98449f;
  --pink:#cf5bc3;
  --pink-light:#ef8fe4;
  --ink:#211528;
  --muted:#69616d;
  --paper:#ffffff;
  --soft:#fbf7fc;
  --line:#eee3f0;
  --display:'DM Serif Display',Georgia,serif;
  --body:'Montserrat',Arial,sans-serif;
  --script:'Great Vibes','Brush Script MT',cursive;
  --radius:18px;
  --shadow:0 18px 45px rgba(47,16,55,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;font-family:var(--body);color:var(--ink);background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{text-decoration:none}
:focus-visible{outline:3px solid rgba(207,91,195,.55);outline-offset:3px;border-radius:6px}
.skip-link{position:fixed;left:16px;top:-60px;z-index:2000;padding:10px 16px;background:#fff;color:var(--purple-900);box-shadow:var(--shadow);transition:.2s}.skip-link:focus{top:16px}
.container-xl{--bs-gutter-x:clamp(2rem,5vw,5rem)}

/* Header */
.site-header{z-index:1030;box-shadow:0 1px 24px rgba(44,16,54,.07)}
.navbar{min-height:82px;padding:0;background:rgba(255,255,255,.98)!important;backdrop-filter:saturate(170%) blur(10px)}
.header-shell{min-height:82px}
.navbar-brand{padding:0;margin:0;display:flex;align-items:center}
.brand-logo{width:132px;height:66px;object-fit:contain;display:block}
.navbar-nav{gap:1.35rem}
.navbar-nav .nav-link{color:#23192b;font-size:.84rem;font-weight:500;padding:1.9rem .1rem 1.75rem;position:relative}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--purple-700)}
.navbar-nav .nav-link.active::after{content:"";position:absolute;left:.1rem;right:.1rem;bottom:1rem;height:2px;background:var(--purple-600);border-radius:2px}
.dropdown-menu{padding:.6rem;border-radius:14px;margin-top:-.25rem;min-width:245px}
.dropdown-item{font-size:.81rem;border-radius:9px;padding:.6rem .75rem;color:#302338}
.dropdown-item:hover{background:#f8f0fa;color:var(--purple-700)}
.header-actions{gap:1rem}.social-link{font-size:1.15rem;color:var(--purple-800)}
.btn{border:0;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-brand{background:linear-gradient(90deg,var(--purple-800),#91399a);color:#fff;border-radius:999px;padding:.78rem 1.35rem;box-shadow:0 10px 24px rgba(87,29,99,.17)}
.btn-brand:hover{color:#fff;box-shadow:0 12px 28px rgba(87,29,99,.24)}
.btn-sm-pill{padding:.65rem 1.35rem;font-size:.78rem}
.mobile-logo{width:135px;height:auto}.offcanvas{max-width:88vw}.mobile-nav{display:grid}.mobile-nav a{color:var(--ink);padding:.75rem 0;border-bottom:1px solid #eee;font-size:.9rem;font-weight:600}

/* Hero */
.hero{position:relative;min-height:520px;overflow:hidden;isolation:isolate;background:#28132f}
.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 44%;z-index:-3;transform:scale(1.015)}
.hero-gradient{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(42,13,50,.93) 0%,rgba(67,22,78,.80) 34%,rgba(64,22,75,.34) 64%,rgba(39,14,47,.18) 100%)}
.hero-gradient::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 25%,rgba(210,87,195,.28),transparent 34%)}
.hero-inner{min-height:520px;position:relative;display:flex;align-items:center}
.hero-copy{width:min(680px,58vw);padding:54px 0 48px}
.hero-script{margin:0;color:#ef83df;font-family:var(--script);font-size:clamp(4.4rem,6.1vw,7rem);font-weight:400;line-height:.82;letter-spacing:-.015em;text-shadow:0 3px 18px rgba(21,6,27,.18)}
.hero-script span{color:#f1a0e8}
.hero-kicker{margin:1.55rem 0 1.6rem;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.33em}.hero-kicker span{margin:0 .42rem}
.btn-hero{background:linear-gradient(90deg,#c950bf,#df6dd2);color:#fff;border-radius:999px;padding:.82rem 1.45rem;font-size:.8rem;box-shadow:0 12px 28px rgba(41,13,47,.18)}.btn-hero:hover{color:#fff}
.hero-side-note{position:absolute;right:2rem;bottom:3.3rem;color:#fff;border-left:2px solid var(--pink);padding-left:14px;margin:0;font-size:.72rem;font-weight:500;line-height:1.7;letter-spacing:.17em}

/* Quick links */
.quick-links{background:linear-gradient(90deg,#fff,#fdf9fd,#fff);border-bottom:1px solid var(--line)}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.quick-item{min-height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--purple-900);position:relative;padding:18px 12px;cursor:pointer}
.quick-item:not(:last-child)::after{content:"";position:absolute;right:0;top:22%;height:56%;width:1px;background:var(--line)}
.quick-item i{font-size:2rem;color:#aa45ad;margin-bottom:.45rem;transition:transform .18s ease}.quick-item:hover i{transform:translateY(-2px)}
.quick-item strong{font-size:.75rem;letter-spacing:.01em}.quick-item span{font-size:.66rem;margin-top:.14rem;color:#4b3a52}.quick-item:hover{color:var(--pink)}.quick-item:focus-visible{z-index:1;outline:2px solid #8f3596;outline-offset:-4px;box-shadow:inset 0 0 0 1px rgba(225,153,224,.8)}

/* Story */
.story-section{padding:clamp(56px,7vw,96px) 0;background:#fff}
.story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);align-items:center;gap:clamp(42px,7vw,95px)}
.story-copy{max-width:650px}
.eyebrow{margin:0 0 .7rem;color:#a341a5;font-size:.72rem;font-weight:700;letter-spacing:.18em}
.story-copy h2,.section-heading h2{font-family:var(--display);color:#5a216c;font-weight:600;letter-spacing:-.025em}
.story-copy h2{font-size:clamp(2.5rem,4.2vw,4.5rem);line-height:1.02;margin:0 0 1.35rem}
.story-copy p:not(.eyebrow){font-size:clamp(.92rem,1.05vw,1.03rem);line-height:1.85;color:#3c3540;margin:0 0 1.75rem}
.story-visual{position:relative;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#3a2142;aspect-ratio:1.55/1}
.story-visual::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);pointer-events:none}
.story-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82) contrast(1.03)}

/* Courses */
.courses-section{padding:clamp(60px,7vw,88px) 0;background:linear-gradient(180deg,#fcf9fd,#fff)}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}
.section-heading h2{font-size:clamp(2.35rem,3.7vw,4rem);line-height:1;margin:0 0 .35rem}
.section-heading p:not(.eyebrow){margin:0;color:#544b59;font-size:.9rem}
.section-link{white-space:nowrap;color:#963b9d;font-size:.72rem;font-weight:700;letter-spacing:.08em;padding-bottom:.4rem}.section-link:hover{color:var(--purple-900)}
.courses-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.course-card{background:#fff;border:1px solid #f0e7f1;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(68,24,78,.055);transition:transform .2s ease,box-shadow .2s ease}
.course-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(68,24,78,.11)}
.course-card>img{display:block;width:100%;aspect-ratio:1.58/1;object-fit:cover}
.course-card-body{text-align:center;padding:14px 9px 15px}.course-card h3{font-family:var(--display);font-size:1.15rem;color:#482057;margin:0 0 .35rem;font-weight:600}.course-card p{margin:0;color:#87358f;font-size:.58rem;font-weight:700;letter-spacing:.025em}

/* Athlete CTA */
.athlete-cta{position:relative;overflow:hidden;background:linear-gradient(100deg,#2f1239 0%,#5c2169 52%,#32143d 100%)}
.athlete-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 44%,rgba(228,96,215,.24),transparent 30%)}
.athlete-cta-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:58px;padding-bottom:58px}
.athlete-script{font-family:var(--script);font-size:clamp(3.7rem,5.4vw,6rem);line-height:.84;color:#fff;margin:0;font-weight:400}
.btn-light-cta{background:#fff;color:#5c236b;border-radius:999px;padding:.95rem 1.5rem;font-size:.72rem;white-space:nowrap}.btn-light-cta:hover{background:#faf1fb;color:#4d1c59}

/* Social */
.social-strip{padding:24px 0;background:#fff;border-bottom:1px solid #eee}
.social-grid{display:grid;grid-template-columns:1.1fr 2.3fr auto;align-items:center;gap:30px}
.social-copy{display:flex;align-items:center;gap:13px}.social-copy>i{font-size:2rem;color:#9b3c9c}.social-copy strong{display:block;color:#88368e;font-size:.72rem;letter-spacing:.06em}.social-copy span{display:block;color:#605862;font-size:.72rem;margin-top:.2rem}
.social-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.social-thumbs img{width:100%;height:62px;object-fit:cover;border-radius:6px}
.btn-social{background:#f0def2;color:#682574;border-radius:999px;padding:.75rem 1.25rem;font-size:.67rem;white-space:nowrap}.btn-social:hover{background:#e7cce9;color:#55205f}

/* Footer */
.site-footer{position:relative;overflow:hidden;background:radial-gradient(circle at 89% 36%,#5d2369 0%,#351540 44%,#281032 100%);color:#fff}
.site-footer::after{content:"♡";position:absolute;right:-1rem;top:22px;font-family:var(--script);font-size:15rem;line-height:1;color:rgba(255,255,255,.035);pointer-events:none}
.footer-main{padding-top:58px;padding-bottom:50px;position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:1.15fr 1fr .75fr 1fr;gap:clamp(28px,4vw,62px)}
.footer-brand img{width:175px;height:auto;filter:brightness(0) invert(1);opacity:.97}.footer-script{font-family:var(--script);font-size:2.45rem;line-height:.88;margin:1.2rem 0 0}.footer-script span{color:#ef75df}
.footer-title{font-family:var(--body);font-size:.72rem;font-weight:700;letter-spacing:.1em;margin:0 0 1rem;color:#fff}
.footer-list,.footer-links{list-style:none;padding:0;margin:0}.footer-list{display:grid;gap:.8rem}.footer-list li{display:flex;gap:.72rem;align-items:flex-start;font-size:.74rem;line-height:1.55}.footer-list i{margin-top:.12rem}.footer-list a,.footer-links a{color:#fff}.footer-links{display:grid;gap:.42rem;font-size:.74rem}.footer-links a:hover,.footer-list a:hover{color:#f2a3e9}
.footer-social{display:flex;gap:.9rem;margin-top:1rem}.footer-social a{color:#fff;font-size:1.15rem}
.venue{display:flex;gap:.75rem;margin-bottom:1.1rem}.venue i{font-size:1.15rem}.venue strong,.venue span{display:block}.venue strong{font-size:.72rem;letter-spacing:.04em}.venue span{font-size:.72rem;line-height:1.5;margin-top:.18rem}.office-hours{font-size:.7rem;color:rgba(255,255,255,.82);line-height:1.55;margin:1.25rem 0 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);position:relative;z-index:1}.footer-bottom-inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.64rem;color:rgba(255,255,255,.78)}.footer-bottom a{color:inherit}.footer-bottom a:hover{color:#fff}

@media (max-width:1199.98px){
  .hero-copy{width:min(650px,66vw)}
  .story-grid{grid-template-columns:1fr 1fr;gap:50px}
  .courses-grid{gap:12px}
  .social-grid{grid-template-columns:1fr 2fr}.social-grid .btn-social{grid-column:1/-1;justify-self:end}
}
@media (max-width:991.98px){
  html{scroll-padding-top:72px}.navbar,.header-shell{min-height:72px}.brand-logo{width:116px;height:58px}
  .hero,.hero-inner{min-height:600px}.hero-media{object-position:67% center}.hero-gradient{background:linear-gradient(90deg,rgba(42,13,50,.93) 0%,rgba(58,19,69,.80) 48%,rgba(42,15,50,.3) 100%)}.hero-copy{width:min(620px,78vw);align-self:flex-end;padding:0 0 64px}.hero-script{font-size:clamp(4rem,8vw,6.2rem)}
  .quick-grid{grid-template-columns:repeat(2,1fr)}.quick-item:nth-child(2n)::after{display:none}.quick-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .story-grid{grid-template-columns:1fr}.story-copy{max-width:760px}.story-visual{order:-1;aspect-ratio:16/8.5}.story-visual img{object-position:center 50%}
  .courses-grid{grid-template-columns:repeat(3,1fr)}
  .athlete-cta-inner{align-items:flex-start;flex-direction:column}.btn-light-cta{align-self:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr;row-gap:44px}
}
@media (max-width:767.98px){
  .hero,.hero-inner{min-height:650px}.hero-media{object-position:72% 40%}.hero-gradient{background:linear-gradient(180deg,rgba(45,14,54,.16) 0%,rgba(48,16,58,.34) 35%,rgba(42,14,51,.94) 72%,rgba(42,14,51,.98) 100%)}.hero-inner{align-items:flex-end}.hero-copy{width:100%;padding:0 0 46px}.hero-script{font-size:clamp(3.9rem,14vw,5.6rem);max-width:590px}.hero-kicker{font-size:.68rem;letter-spacing:.2em}
  .quick-grid{grid-template-columns:repeat(2,1fr)}.quick-item{min-height:116px}.quick-item:nth-child(2n)::after{display:none}.quick-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .story-section{padding:48px 0}.story-grid{gap:32px}.story-visual{border-radius:16px;aspect-ratio:16/10}.story-copy h2{font-size:2.65rem}.story-copy p:not(.eyebrow){font-size:.91rem;line-height:1.75}
  .section-heading{align-items:flex-start;flex-direction:column;gap:14px}.section-heading h2{font-size:2.65rem}.courses-grid{grid-template-columns:repeat(2,1fr)}
  .athlete-cta-inner{padding-top:46px;padding-bottom:46px}.athlete-script{font-size:clamp(3.6rem,13vw,5rem)}
  .social-grid{grid-template-columns:1fr}.social-thumbs{overflow:auto;grid-template-columns:repeat(5,92px);padding-bottom:4px}.social-thumbs img{height:70px}.social-grid .btn-social{grid-column:auto;justify-self:start}
  .footer-grid{grid-template-columns:1fr}.footer-brand{padding-bottom:4px}.footer-bottom-inner{padding-top:14px;padding-bottom:14px;align-items:flex-start;flex-direction:column;min-height:auto}
}
@media (max-width:399.98px){
  .hero-script{font-size:3.55rem}.hero-kicker{letter-spacing:.12em;font-size:.62rem}.btn-hero{font-size:.72rem}
  .courses-grid{grid-template-columns:1fr 1fr;gap:10px}.course-card h3{font-size:1rem}.course-card p{font-size:.53rem}.course-card-body{padding:12px 5px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.course-card,.quick-item i{transition:none}}

/* === V3 refinements: hero typography + Facebook section === */
.hero-script{
  font-size:clamp(4rem,5.2vw,5.75rem);
  line-height:.9;
  letter-spacing:-.02em;
  max-width:none;
}
.hero-line{display:block}
.hero-line-1,.hero-line-2{white-space:nowrap}
.hero-line-2{margin-top:.08em}

.social-strip{padding:42px 0 46px;background:#fff;border-bottom:1px solid #eee}
.social-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}
.social-copy{display:flex;align-items:center;gap:16px;min-width:0}
.social-copy>i{font-size:2.45rem;color:#9b3c9c;line-height:1;flex:0 0 auto}
.social-copy h2{margin:0;color:#7d2d87;font-size:1.05rem;font-weight:800;letter-spacing:.10em;line-height:1.2}
.social-copy p{margin:.4rem 0 0;color:#5b5360;font-size:.9rem;line-height:1.45}
.social-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;overflow:visible;padding:0}
.social-thumb{display:block;border-radius:12px;overflow:hidden;background:#f4edf5;box-shadow:0 8px 24px rgba(68,24,78,.08);transition:transform .18s ease,box-shadow .18s ease}
.social-thumb:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(68,24,78,.14)}
.social-thumb img{display:block;width:100%;height:auto;aspect-ratio:1.45/1;object-fit:cover;border-radius:0}
.btn-social{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.25rem;font-size:.72rem;font-weight:700;letter-spacing:.035em}

@media (max-width:1199.98px){
  .hero-copy{width:min(720px,72vw)}
  .hero-script{font-size:clamp(3.8rem,5.45vw,5.35rem)}
}

@media (max-width:991.98px){
  .hero-copy{width:min(700px,88vw)}
  .hero-script{font-size:clamp(3.55rem,7.1vw,5rem)}
  .social-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .social-thumb:nth-child(n+4){display:none}
}

@media (max-width:767.98px){
  .hero,.hero-inner{min-height:620px}
  .hero-copy{width:100%;padding:0 0 42px}
  .hero-script{font-size:clamp(2.75rem,10.6vw,4.2rem);line-height:.94;letter-spacing:-.025em}
  .hero-line-1,.hero-line-2{white-space:nowrap}
  .hero-kicker{margin-top:1.3rem}

  .social-strip{padding:34px 0 38px}
  .social-head{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:20px}
  .social-copy>i{font-size:2.2rem}
  .social-copy h2{font-size:1rem;letter-spacing:.085em}
  .social-copy p{font-size:.88rem}
  .social-thumbs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible}
  .social-thumb:nth-child(n+4){display:block}
  .social-thumb:last-child{display:none}
  .social-thumb img{aspect-ratio:1.25/1}
  .btn-social{font-size:.7rem;padding:.82rem 1.1rem}
}

@media (max-width:479.98px){
  .hero,.hero-inner{min-height:585px}
  .hero-script{font-size:clamp(2.45rem,10.1vw,3.35rem)}
  .hero-kicker{font-size:.61rem;letter-spacing:.115em}
  .hero-kicker span{margin:0 .22rem}
  .social-thumbs{grid-template-columns:1fr 1fr}
  .social-thumb img{aspect-ratio:1.18/1}
}

@media (max-width:359.98px){
  .hero-script{font-size:2.3rem}
  .hero-kicker{font-size:.56rem;letter-spacing:.08em}
}

/* === V4: refined hero light, Parkour/Acrobatica, sponsor marquee === */
.hero-script{position:relative;isolation:isolate;color:#f18ae2;text-shadow:0 4px 24px rgba(241,138,226,.12)}
.hero-script .hero-line{position:relative;display:block;width:max-content;max-width:100%;background:linear-gradient(105deg,#ef7cde 0%,#ffd0f7 28%,#f18ae2 50%,#fff1fc 62%,#e768d3 82%,#ef7cde 100%);background-size:240% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:heroAurora 8s cubic-bezier(.45,0,.55,1) infinite}
.hero-script .hero-line-2{animation-delay:-3.2s}
.hero-script::after{content:"";position:absolute;z-index:-1;width:46%;height:38%;left:18%;top:30%;background:radial-gradient(ellipse,rgba(233,96,211,.18),rgba(233,96,211,0) 70%);filter:blur(22px);transform:rotate(-8deg);animation:heroGlow 7s ease-in-out infinite alternate;pointer-events:none}
@keyframes heroAurora{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@keyframes heroGlow{from{transform:translate3d(-3%,0,0) rotate(-8deg);opacity:.55}to{transform:translate3d(16%,4%,0) rotate(-4deg);opacity:.9}}

.discipline-section{padding:76px 0 84px;background:linear-gradient(180deg,#fff 0%,#fcf6fd 100%)}
.discipline-heading{margin-bottom:28px}.discipline-grid{display:grid;gap:28px}
.discipline-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:stretch;overflow:hidden;border:1px solid rgba(93,31,104,.09);border-radius:26px;background:#fff;box-shadow:0 20px 54px rgba(64,24,76,.08)}
.discipline-card-reverse .discipline-copy{order:2}.discipline-card-reverse .discipline-visual{order:1}
.discipline-copy{padding:clamp(34px,4.2vw,68px);align-self:center}.discipline-copy h3{font-family:var(--display);font-size:clamp(2.15rem,3.2vw,3.25rem);line-height:1.03;color:#4e205d;margin:.2rem 0 1.1rem}.discipline-copy p:not(.eyebrow){font-size:.96rem;line-height:1.75;color:#5c5660}.discipline-copy strong{color:#3d3940}.discipline-time{display:flex;align-items:center;gap:.45rem;color:#682574!important}.discipline-time i{font-size:1.1rem}
.discipline-visual{min-height:390px;overflow:hidden;position:relative;background:#3f174b}.discipline-visual::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);pointer-events:none}.discipline-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.discipline-card:hover .discipline-visual img{transform:scale(1.025)}

.sponsor-marquee{padding:56px 0 60px;background:#fff;overflow:hidden;border-top:1px solid #f0e6f2}.sponsor-intro{margin-bottom:24px}.sponsor-intro h2{font-family:var(--display);font-size:clamp(2rem,3.2vw,3rem);color:#4e205d;margin:0}.sponsor-track-wrap{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.sponsor-track{display:flex;width:max-content;gap:22px;align-items:center;animation:sponsorLoop 28s linear infinite;will-change:transform;animation-play-state:running}.sponsor-track.is-paused{animation-play-state:paused}.sponsor-logo{width:240px;flex:0 0 240px}.sponsor-logo img{width:100%;height:84px;object-fit:contain;display:block;filter:saturate(.9);opacity:.95}.sponsor-logo:hover img{filter:saturate(1.05);opacity:1}@keyframes sponsorLoop{to{transform:translateX(calc(-50% - 11px))}}

@media(max-width:991.98px){.discipline-section{padding:58px 0}.discipline-card{grid-template-columns:1fr}.discipline-card-reverse .discipline-copy,.discipline-card-reverse .discipline-visual{order:initial}.discipline-visual{min-height:330px}.sponsor-logo{width:210px;flex-basis:210px}}
@media(max-width:767.98px){.hero-script .hero-line{width:auto}.hero-script::after{width:70%;height:42%;left:4%;top:35%}.discipline-section{padding:44px 0 52px}.discipline-grid{gap:18px}.discipline-card{border-radius:19px}.discipline-copy{padding:28px 22px 30px}.discipline-copy h3{font-size:2.2rem}.discipline-copy p:not(.eyebrow){font-size:.9rem;line-height:1.68}.discipline-visual{min-height:250px;aspect-ratio:16/10}.sponsor-marquee{padding:42px 0 48px}.sponsor-logo{width:178px;flex-basis:178px}.sponsor-logo img{height:68px}.sponsor-track{gap:14px;animation-duration:22s}}
@media(max-width:479.98px){.discipline-copy h3{font-size:1.95rem}.discipline-visual{min-height:215px}.sponsor-logo{width:158px;flex-basis:158px}}
@media(prefers-reduced-motion:reduce){.hero-script .hero-line,.hero-script::after,.sponsor-track{animation:none}.discipline-card:hover .discipline-visual img{transform:none}}

/* === V5 refinements: hero script clipping + slower light + Facebook text cards === */
.hero-inner,
.hero-copy,
.hero-script{
  overflow:visible;
}

/* Script fonts often have negative left bearings on the first capital.
   Give the glyph a safe visual gutter so the swash is never clipped. */
.hero-script .hero-line{
  box-sizing:border-box;
  padding-left:.16em;
  padding-right:.08em;
  margin-left:-.16em;
  width:max-content;
  max-width:calc(100% + .24em);
  animation-duration:15s;
}
.hero-script .hero-line-2{animation-delay:-5.5s}
.hero-script::after{animation-duration:13s}

.social-thumbs{
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:stretch;
}
.social-thumb{
  display:flex;
  flex-direction:column;
  min-height:100%;
  text-decoration:none;
  color:inherit;
}
.social-thumb img{
  aspect-ratio:16/10;
  object-fit:cover;
  flex:0 0 auto;
}
.social-card-body{
  display:flex;
  flex-direction:column;
  gap:.45rem;
  padding:14px 15px 16px;
  background:#fff;
  flex:1 1 auto;
}
.social-card-body strong{
  display:block;
  color:#572164;
  font-family:var(--display);
  font-size:1.12rem;
  line-height:1.12;
  font-weight:700;
}
.social-card-body span{
  display:block;
  color:#655d68;
  font-size:.77rem;
  line-height:1.48;
}

.footer-brand{
  align-self:start;
}
.footer-brand img{
  margin-bottom:0;
}

@media (max-width:991.98px){
  .social-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .social-thumb:nth-child(n+4){display:flex}
}

@media (max-width:767.98px){
  .hero-script{font-size:clamp(2.55rem,10vw,3.9rem)}
  .hero-script .hero-line{
    padding-left:.18em;
    padding-right:.08em;
    margin-left:-.18em;
    width:max-content;
    max-width:calc(100% + .26em);
  }
  .social-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .social-thumb:last-child{display:flex}
  .social-card-body{padding:12px 12px 14px}
  .social-card-body strong{font-size:1rem}
  .social-card-body span{font-size:.72rem}
}

@media (max-width:479.98px){
  .hero-script{font-size:clamp(2.2rem,9.5vw,3rem);line-height:.98}
  .social-thumbs{grid-template-columns:1fr}
  .social-thumb{display:grid;grid-template-columns:42% 58%;min-height:124px}
  .social-thumb img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}
  .social-card-body{justify-content:center;padding:13px 14px}
  .social-card-body strong{font-size:1.08rem}
  .social-card-body span{font-size:.75rem}
}


/* === V6: definitivo fix clipping del lettering hero ===
   Il font calligrafico ha swash/grazie che escono dal glyph box.
   Evitiamo background-clip:text (che può troncarle) e spostiamo
   l'effetto luce su un alone animato indipendente dietro al testo. */
.hero-copy{
  overflow:visible !important;
  padding-left:.45rem;
  padding-right:.45rem;
}
.hero-script{
  overflow:visible !important;
  position:relative;
  isolation:isolate;
  padding:.10em .12em .16em .18em;
  margin-left:-.18em;
}
.hero-script .hero-line,
.hero-script .hero-line-1,
.hero-script .hero-line-2{
  display:block;
  width:max-content;
  max-width:none;
  overflow:visible !important;
  padding:.04em .18em .10em .14em;
  margin-left:-.14em;
  color:#ef8ae2 !important;
  background:none !important;
  -webkit-background-clip:initial !important;
  background-clip:initial !important;
  -webkit-text-fill-color:#ef8ae2 !important;
  animation:none !important;
  text-shadow:
    0 2px 0 rgba(255,255,255,.035),
    0 7px 28px rgba(239,138,226,.14);
}
.hero-script::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-3%;
  top:12%;
  width:38%;
  height:72%;
  border-radius:50%;
  background:radial-gradient(ellipse at center,
    rgba(255,210,249,.22) 0%,
    rgba(236,101,214,.14) 30%,
    rgba(236,101,214,0) 72%);
  filter:blur(20px);
  pointer-events:none;
  animation:heroLightSweep 21s cubic-bezier(.45,0,.55,1) infinite;
}
.hero-script::after{
  width:58%;
  height:42%;
  left:8%;
  top:30%;
  opacity:.52;
  animation:heroGlow 18s ease-in-out infinite alternate;
}
@keyframes heroLightSweep{
  0%,100%{transform:translate3d(-10%,0,0) scale(.92);opacity:.28}
  45%{opacity:.52}
  55%{transform:translate3d(165%,1%,0) scale(1.05);opacity:.40}
}
@media(max-width:767.98px){
  .hero-copy{padding-left:.65rem;padding-right:.65rem}
  .hero-script{padding-left:.24em;margin-left:-.12em}
  .hero-script .hero-line,
  .hero-script .hero-line-1,
  .hero-script .hero-line-2{
    width:auto;
    max-width:100%;
    padding-left:.16em;
    margin-left:-.08em;
  }
  .hero-script::before{width:52%;height:68%;left:-2%}
}
@media(max-width:479.98px){
  .hero-copy{padding-left:.8rem;padding-right:.8rem}
  .hero-script{padding-left:.18em;margin-left:0}
  .hero-script .hero-line,
  .hero-script .hero-line-1,
  .hero-script .hero-line-2{
    padding-left:.08em;
    padding-right:.08em;
    margin-left:0;
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-script::before,.hero-script::after{animation:none !important}
}

/* Acrobatica per adulti: the portrait fills its visual container without side bands. */
.discipline-card-reverse .discipline-visual img[src$="adulti.webp"],
.discipline-card-reverse .discipline-visual img[src*="adulti.webp?v="]{
  object-fit:cover;
  object-position:center 58%;
}
@media (min-width:992px){
  .discipline-card-reverse .discipline-visual{min-height:430px;}
}


/* === V10 Premium editorial system / mobile-first polish === */
:root{
  --display:'DM Serif Display',Georgia,serif;
  --messenger-safe-zone:112px;
  --touch:48px;
}

/* Editorial rhythm: premium but not "template-like" */
.eyebrow{
  display:inline-flex;align-items:center;gap:.65rem;
  margin-bottom:.85rem;
  color:#9f3ca3;font-size:.69rem;font-weight:700;letter-spacing:.19em;
}
.eyebrow::before{content:"";width:28px;height:1px;background:linear-gradient(90deg,#7a2d86,#d85cc7);flex:0 0 auto}
.editorial-title,
.story-copy h2,.section-heading h2,.discipline-copy h3,.sponsor-intro h2{
  font-family:var(--display);font-weight:400;letter-spacing:-.035em;
  text-wrap:balance;
}
.story-copy h2{font-size:clamp(2.75rem,4.3vw,4.75rem);line-height:.96}
.story-copy h2::after{
  content:"";display:block;width:64px;height:3px;border-radius:99px;
  margin-top:1.05rem;background:linear-gradient(90deg,#6a2677,#d65dca);
}
.section-heading h2,.sponsor-intro h2{line-height:.98}
.story-copy p:not(.eyebrow),.discipline-copy p:not(.eyebrow){max-width:62ch}

/* More deliberate spacing and visual hierarchy */
.story-section,.courses-section,.discipline-section,.social-strip,.sponsor-marquee{position:relative}
@supports(content-visibility:auto){
  .story-section,.courses-section,.discipline-section,.social-strip,.sponsor-marquee,.site-footer{
    content-visibility:auto;contain-intrinsic-size:900px;
  }
}
.course-card,.discipline-card,.social-thumb{border-color:rgba(97,34,110,.09)}
.course-card{border-radius:18px}
.course-card-body{padding:17px 12px 18px}
.course-card h3{font-size:1.22rem;font-weight:400;letter-spacing:-.025em}
.course-card p{line-height:1.35}

/* Floating conversion CTA: intentionally sits above Meta/Facebook Messenger bubble */
.floating-enroll{
  position:fixed;right:20px;bottom:var(--messenger-safe-zone);z-index:1025;
  min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;
  padding:.78rem 1.05rem .78rem 1.2rem;border-radius:999px;
  color:#fff;background:linear-gradient(100deg,#581c65,#a13fa8 62%,#ca55bc);
  box-shadow:0 14px 34px rgba(61,18,71,.24),0 2px 8px rgba(35,8,42,.12);
  font-size:.72rem;font-weight:700;letter-spacing:.07em;
  transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease;
  border:1px solid rgba(255,255,255,.18);
}
.floating-enroll:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 42px rgba(61,18,71,.3)}
.floating-enroll i{font-size:.95rem}

/* Touch and accessibility */
.navbar-toggler,.social-link,.footer-social a{min-width:var(--touch);min-height:var(--touch);display:inline-flex;align-items:center;justify-content:center}
.mobile-nav a{min-height:50px;display:flex;align-items:center}
.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}

/* MOBILE IS THE PRIMARY EXPERIENCE */
@media(max-width:767.98px){
  :root{--messenger-safe-zone:104px}
  .container-xl{--bs-gutter-x:1.25rem}
  .site-header{box-shadow:0 1px 16px rgba(44,16,54,.08)}
  .navbar,.header-shell{min-height:68px}.brand-logo{width:108px;height:54px}

  .hero,.hero-inner{min-height:clamp(560px,82svh,680px)}
  .hero-copy{padding-bottom:42px}
  .hero-script{font-size:clamp(2.9rem,13vw,4.2rem);line-height:.9}
  .hero-kicker{font-size:.62rem;line-height:1.6;letter-spacing:.15em;margin-top:1.15rem;margin-bottom:1.25rem}
  .btn-hero{min-height:48px;padding:.8rem 1.2rem;font-size:.72rem}

  .quick-item{min-height:104px;padding:14px 8px}.quick-item i{font-size:1.72rem}.quick-item strong{font-size:.7rem}.quick-item span{font-size:.6rem}

  .story-section,.courses-section,.discipline-section{padding-top:48px;padding-bottom:52px}
  .story-grid{gap:26px}.story-copy h2{font-size:clamp(2.55rem,11vw,3.25rem);line-height:.98;margin-bottom:1.1rem}
  .story-copy h2::after{margin-top:.8rem;width:52px;height:2px}
  .story-copy p:not(.eyebrow){font-size:.9rem;line-height:1.72}
  .story-visual{aspect-ratio:4/3;border-radius:18px}

  /* Cards become swipeable editorial stories instead of tiny boxes */
  .courses-grid{
    display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,78vw);grid-template-columns:none;
    gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;
    padding:2px 2px 16px;margin-right:calc(var(--bs-gutter-x) * -.5);
    scrollbar-width:none;
  }
  .courses-grid::-webkit-scrollbar{display:none}
  .course-card{scroll-snap-align:start;min-width:0}.course-card>img{aspect-ratio:16/10}.course-card h3{font-size:1.25rem}.course-card p{font-size:.62rem}

  .discipline-grid{gap:20px}.discipline-card{border-radius:20px;box-shadow:0 16px 36px rgba(64,24,76,.08)}
  .discipline-copy{padding:28px 22px 30px}.discipline-copy h3{font-size:clamp(2.15rem,10vw,2.8rem)}
  .discipline-visual{aspect-ratio:4/3;min-height:0}

  .social-strip{padding:44px 0 46px}.social-head{margin-bottom:18px}.social-copy{align-items:flex-start}.social-copy>i{font-size:2rem;margin-top:.1rem}
  .social-copy h2{font-size:.92rem;letter-spacing:.11em}.social-copy p{font-size:.84rem;line-height:1.45}
  .social-thumbs{
    display:grid;grid-auto-flow:column;grid-auto-columns:minmax(255px,82vw);grid-template-columns:none;
    gap:13px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 14px;
    scrollbar-width:none;
  }
  .social-thumbs::-webkit-scrollbar{display:none}.social-thumb{scroll-snap-align:start;border-radius:16px}.social-thumb:last-child{display:flex}
  .social-card-body{padding:14px 15px 16px}.social-card-body strong{font-size:1.2rem}.social-card-body span{font-size:.79rem}

  .sponsor-track-wrap{mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
  .sponsor-track{animation-duration:34s}

  .footer-main{padding-top:46px;padding-bottom:38px}.footer-grid{gap:34px}.footer-brand img{width:158px}

  .floating-enroll{right:14px;bottom:calc(var(--messenger-safe-zone) + env(safe-area-inset-bottom));min-height:48px;padding:.72rem .9rem .72rem 1rem;font-size:.66rem;letter-spacing:.055em}
}

@media(max-width:420px){
  .hero-script{font-size:clamp(2.65rem,12.6vw,3.35rem)}
  .hero-line-1,.hero-line-2{white-space:normal}
  .hero-line{max-width:100%;width:auto!important}
  .courses-grid{grid-auto-columns:84vw}.social-thumbs{grid-auto-columns:86vw}
  .floating-enroll span{max-width:78px;white-space:nowrap}
}

@media(prefers-reduced-motion:reduce){.floating-enroll{transition:none}.sponsor-track{animation:none}}

/* === V11 editorial polish: larger courses, premium Facebook, Gym Stage, Messenger CTA === */

/* Course cards: larger and easier to scan, especially for parents on mobile */
@media (min-width:992px){
  .courses-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .course-card>img{aspect-ratio:16/9}
  .course-card-body{padding:22px 18px 24px}
  .course-card h3{font-size:1.55rem;line-height:1.05}
  .course-card p{font-size:.68rem;letter-spacing:.06em}
}
@media (min-width:1200px){
  .courses-section .container-xl{max-width:1240px}
  .course-card{min-height:100%}
}

/* Gym Stage: editorial feature before Parkour */
.gymstage-section{padding:clamp(64px,7vw,100px) 0;background:linear-gradient(135deg,#fbf7fc 0%,#fff 52%,#f8effa 100%)}
.gymstage-card{display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border:1px solid rgba(108,38,119,.09);border-radius:32px;background:#fff;box-shadow:0 24px 60px rgba(64,24,76,.09)}
.gymstage-copy{padding:clamp(38px,5.3vw,76px)}
.gymstage-copy h2{font-family:var(--display);font-size:clamp(2.9rem,4.6vw,5rem);font-weight:400;line-height:.96;letter-spacing:-.04em;color:#552060;margin:0 0 1.4rem;text-wrap:balance}
.gymstage-copy>p{max-width:64ch;color:#56505a;line-height:1.75}
.gymstage-lead{font-size:clamp(1.02rem,1.4vw,1.2rem);color:#403744!important}
.gymstage-tags{display:flex;flex-wrap:wrap;gap:10px;margin:1.65rem 0 1.8rem}
.gymstage-tags span{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem .95rem;border-radius:999px;background:#faf3fb;color:#7a2d86;font-size:.74rem;font-weight:700;letter-spacing:.04em;border:1px solid rgba(122,45,134,.09)}
.gymstage-tags i{font-size:1rem;color:#bd4db5}
.gymstage-visual{min-height:100%;background:linear-gradient(145deg,#6b2879,#bc4cb1)}
.gymstage-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(1.02)}

/* Facebook section becomes a proper editorial block, not a small strip */
.social-strip{padding:clamp(64px,7vw,96px) 0;background:radial-gradient(circle at 88% 12%,rgba(213,95,202,.14),transparent 28%),linear-gradient(180deg,#fbf7fc,#f7eff9)}
.social-head{align-items:flex-end;margin-bottom:32px}
.social-copy{gap:18px}
.social-copy>i{display:grid;place-items:center;width:58px;height:58px;flex:0 0 58px;border-radius:18px;background:linear-gradient(145deg,#592069,#a83fa8);color:#fff;font-size:1.55rem;box-shadow:0 12px 28px rgba(87,31,101,.18)}
.social-copy h2{font-family:var(--display);font-size:clamp(2.45rem,4.2vw,4rem);line-height:.95;letter-spacing:-.035em;color:#54205f;margin:0 0 .5rem;font-weight:400}
.social-copy p{font-size:1rem;color:#6a626c;margin:0;line-height:1.5}
.social-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.social-thumb{display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(102,35,113,.08);box-shadow:0 14px 36px rgba(69,26,80,.07);transition:transform .22s ease,box-shadow .22s ease}
.social-thumb:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(69,26,80,.12)}
.social-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.social-card-body{padding:18px 18px 20px;display:block}
.social-card-body strong{display:block;font-family:var(--display);font-size:1.4rem;line-height:1.05;color:#54205f;margin-bottom:.48rem;font-weight:400}
.social-card-body span{display:block;color:#69616b;font-size:.84rem;line-height:1.55}
.btn-social{min-height:48px;padding:.78rem 1.15rem;border-radius:999px;background:#fff;color:#672273;border:1px solid rgba(103,34,115,.14);box-shadow:0 7px 22px rgba(72,25,84,.06);font-size:.68rem;font-weight:700;letter-spacing:.08em}
.btn-social:hover{background:#672273;color:#fff}

/* Custom Messenger launcher: deliberately above the Meta native bubble safe-zone */
.floating-enroll{display:none!important}
.floating-messenger{position:fixed;right:20px;bottom:var(--messenger-safe-zone);z-index:1025;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.8rem 1.08rem;border-radius:999px;background:linear-gradient(135deg,#0084ff 0%,#7b39e8 56%,#d33dbe 100%);color:#fff!important;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 38px rgba(45,53,153,.24),0 4px 10px rgba(47,24,83,.12);font-size:.7rem;font-weight:700;letter-spacing:.07em;transition:transform .22s ease,box-shadow .22s ease;text-decoration:none}
.floating-messenger i{font-size:1.2rem}
.floating-messenger:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(45,53,153,.3)}

@media (max-width:991.98px){
  .courses-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .gymstage-card{grid-template-columns:1fr}
  .gymstage-visual{order:-1;aspect-ratio:16/10;min-height:0}
  .social-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:767.98px){
  .courses-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,88vw);grid-template-columns:none;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 18px;scroll-padding-inline:2px}
  .course-card{scroll-snap-align:start;border-radius:20px}
  .course-card>img{aspect-ratio:16/9}
  .course-card-body{padding:19px 16px 21px}
  .course-card h3{font-size:1.48rem}
  .course-card p{font-size:.65rem}

  .gymstage-section{padding:52px 0}
  .gymstage-card{border-radius:22px}
  .gymstage-copy{padding:30px 22px 34px}
  .gymstage-copy h2{font-size:clamp(2.55rem,11.7vw,3.45rem);line-height:.95}
  .gymstage-copy>p{font-size:.9rem;line-height:1.7}
  .gymstage-tags{gap:8px;margin:1.35rem 0 1.5rem}
  .gymstage-tags span{font-size:.68rem;padding:.62rem .78rem}
  .gymstage-visual{aspect-ratio:4/3}

  .social-strip{padding:52px 0 56px}
  .social-head{align-items:flex-start;gap:20px;margin-bottom:24px}
  .social-copy>i{width:50px;height:50px;flex-basis:50px;border-radius:15px;font-size:1.35rem}
  .social-copy h2{font-size:clamp(2.25rem,10vw,3rem);line-height:.95}
  .social-copy p{font-size:.9rem}
  .social-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(285px,88vw);grid-template-columns:none;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 16px;scrollbar-width:none}
  .social-thumbs::-webkit-scrollbar{display:none}
  .social-thumb{scroll-snap-align:start;border-radius:19px}
  .social-card-body{padding:17px 17px 20px}
  .social-card-body strong{font-size:1.42rem}
  .social-card-body span{font-size:.82rem}
  .btn-social{align-self:flex-start}

  .floating-messenger{right:14px;bottom:calc(var(--messenger-safe-zone) + env(safe-area-inset-bottom));min-height:50px;padding:.72rem .9rem;font-size:.65rem;letter-spacing:.05em}
}

@media (max-width:420px){
  .courses-grid,.social-thumbs{grid-auto-columns:90vw}
  .floating-messenger span{display:none}
  .floating-messenger{width:52px;height:52px;padding:0;border-radius:50%}
  .floating-messenger i{font-size:1.35rem}
}

@media(prefers-reduced-motion:reduce){.floating-messenger,.social-thumb{transition:none}}

/* === V12: affiliations, icon-only Messenger, nav focus polish === */
.federation-logos{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}
.federation-logo{display:block;object-fit:contain;filter:saturate(.96);opacity:.96}
.federation-logo-fgi{width:34px;height:34px}
.federation-logo-aics{width:64px;height:30px}
.header-divider{width:1px;height:24px;background:#eadfec;margin:0 .05rem}
.header-actions{gap:.78rem}
.mobile-affiliations{display:flex;align-items:center;gap:18px;margin-top:24px;padding-top:20px;border-top:1px solid #eee}
.mobile-affiliations img:first-child{width:44px;height:44px;object-fit:contain}
.mobile-affiliations img:last-child{width:92px;height:42px;object-fit:contain}

/* Remove the Bootstrap blue click/focus rectangle from nav items.
   Keyboard users still receive a deliberate purple :focus-visible state. */
.navbar .nav-link:focus,
.navbar .dropdown-toggle:focus,
.navbar .navbar-toggler:focus,
.dropdown-item:focus{outline:none!important;box-shadow:none!important}
.navbar .nav-link:focus-visible,
.navbar .dropdown-toggle:focus-visible,
.navbar .navbar-toggler:focus-visible,
.dropdown-item:focus-visible{outline:2px solid rgba(124,48,135,.55)!important;outline-offset:3px!important;border-radius:6px;box-shadow:none!important}

/* Messenger: intentionally icon-only and compact, leaving room for Meta's own widget. */
.floating-messenger{width:54px;height:54px;min-height:54px;padding:0;border-radius:50%;gap:0}
.floating-messenger i{font-size:1.42rem}

/* Gym Stage visual: training imagery fills the panel cleanly. */
.gymstage-visual img{object-position:center center}

@media(max-width:1199.98px){
  .federation-logo-fgi{width:30px;height:30px}
  .federation-logo-aics{width:56px;height:27px}
  .header-actions{gap:.62rem}
}
@media(max-width:991.98px){
  .federation-logos,.header-divider{display:none}
}

/* V13: remove all focus outlines/borders from navbar dropdown triggers */
.navbar .nav-link,
.navbar .dropdown-toggle,
.navbar .nav-link:focus,
.navbar .nav-link:focus-visible,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle:focus-visible,
.navbar .dropdown-toggle.show,
.navbar .nav-link.show,
.navbar .dropdown-toggle:active,
.navbar .nav-link:active{
  outline:none !important;
  box-shadow:none !important;
  border-color:transparent !important;
}

/* === V14: tighter social icons + Staff page editorial system === */
.header-actions{column-gap:.46rem}
.header-actions .social-link{min-width:34px;min-height:34px;padding:0}
.header-actions .social-link + .social-link{margin-left:-.18rem}
.footer-social{gap:.28rem}
.footer-social a{min-width:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center}

.staff-page{background:#fff}
.staff-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#35113f 0%,#672473 58%,#9b3e9d 100%);color:#fff}
.staff-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(239,143,228,.25),transparent 34%),linear-gradient(90deg,rgba(31,9,37,.55),rgba(31,9,37,.08));pointer-events:none}
.staff-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;min-height:560px}
.staff-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(56px,7vw,104px) clamp(0px,2vw,26px) clamp(56px,7vw,104px) 0}
.staff-hero .eyebrow{color:#f6b7ee}
.staff-hero h1{font-family:'Fraunces',var(--display);font-size:clamp(3.4rem,5.8vw,6.2rem);line-height:.96;letter-spacing:-.035em;margin:.25rem 0 1.45rem;max-width:760px}
.staff-hero-lead{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.85;max-width:760px;color:rgba(255,255,255,.90);margin:0}
.staff-hero-visual{position:relative;min-height:560px;margin:0;overflow:hidden}
.staff-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.88) contrast(1.03)}
.staff-hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(73,24,83,.78) 0%,rgba(73,24,83,0) 38%)}

.staff-section{padding:clamp(64px,7vw,104px) 0}
.staff-section-soft{background:linear-gradient(180deg,#fff 0%,#fbf7fc 100%)}
.staff-section-head{max-width:850px;margin-bottom:34px}
.staff-page .editorial-modern{font-family:'Fraunces',var(--display);font-size:clamp(2.7rem,4.6vw,4.8rem);line-height:.98;letter-spacing:-.035em;color:#4d1c58;margin:.15rem 0 .85rem}
.staff-section-head>p:not(.eyebrow){font-size:1rem;line-height:1.8;color:#68606b;max-width:760px;margin:0}

.governance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.governance-card{position:relative;overflow:hidden;border:1px solid rgba(91,31,103,.10);background:#fff;border-radius:24px;padding:34px 34px 32px;box-shadow:0 18px 46px rgba(61,19,71,.07)}
.governance-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#c858bb,#6a2675)}
.governance-role{display:block;font-size:.69rem;font-weight:800;letter-spacing:.14em;color:#9a3b9b;margin-bottom:.55rem}
.governance-card h3{font-family:'Fraunces',var(--display);font-size:clamp(1.9rem,2.5vw,2.65rem);line-height:1.05;color:#3d1648;margin:0}

.staff-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.coach-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid rgba(91,31,103,.09);box-shadow:0 18px 42px rgba(62,19,73,.07);transition:transform .22s ease,box-shadow .22s ease}
.coach-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(62,19,73,.12)}
.coach-photo{aspect-ratio:4/5;overflow:hidden;background:#f4edf6}
.coach-photo img{width:100%;height:100%;object-fit:cover;display:block}
.coach-body{padding:24px 22px 26px}
.coach-body h3{font-family:'Fraunces',var(--display);font-size:1.75rem;line-height:1.02;color:#481653;margin:0 0 .5rem}
.coach-role{font-size:.78rem;line-height:1.55;letter-spacing:.035em;color:#8b358f;font-weight:700;margin:0}
.coach-note{font-size:.76rem;line-height:1.55;color:#7a727c;margin:.65rem 0 0}
.staff-note{margin-top:20px;color:#7a727c;font-size:.78rem;line-height:1.6}

.staff-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}
.staff-value{padding:24px 22px;border-radius:18px;background:#fff;border:1px solid #eee3f0}
.staff-value i{font-size:1.45rem;color:#9b3c9c}.staff-value strong{display:block;margin:.7rem 0 .35rem;color:#4d1c58}.staff-value span{font-size:.82rem;line-height:1.55;color:#716a73}

@media(max-width:1199.98px){
  .staff-hero-grid{grid-template-columns:1fr .9fr}
}
@media(max-width:991.98px){
  .staff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .staff-hero-grid{grid-template-columns:1fr;min-height:auto}
  .staff-hero-copy{padding:64px 0 48px}
  .staff-hero-visual{min-height:360px;border-radius:22px 22px 0 0}
  .staff-hero-visual::after{background:linear-gradient(180deg,rgba(73,24,83,.08),rgba(73,24,83,.42))}
  .staff-values{grid-template-columns:1fr}
}
@media(max-width:767.98px){
  .header-actions .social-link{min-width:32px;min-height:32px}
  .governance-grid{grid-template-columns:1fr}
  .staff-section{padding:54px 0}
  .staff-page .editorial-modern{font-size:clamp(2.45rem,11vw,3.55rem)}
  .staff-hero h1{font-size:clamp(3rem,14vw,4.4rem)}
  .staff-hero-lead{font-size:.94rem;line-height:1.72}
  .staff-hero-visual{min-height:300px}
  .governance-card{padding:28px 26px}
}
@media(max-width:599.98px){
  .staff-grid{grid-template-columns:1fr}
}

/* === V15: Courses & timetable editorial page === */
.courses-page{background:#fff}
.courses-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#31103b 0%,#5d1f68 55%,#943b98 100%);color:#fff}
.courses-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 20%,rgba(239,143,228,.24),transparent 34%),radial-gradient(circle at 88% 18%,rgba(255,255,255,.10),transparent 22%);pointer-events:none}
.courses-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;min-height:610px;gap:48px}
.courses-hero-copy{padding:clamp(64px,8vw,110px) 0}
.courses-hero .eyebrow{color:#f5b1ea}
.courses-hero h1{font-family:'Fraunces',var(--display);font-size:clamp(3.2rem,5.2vw,5.6rem);line-height:.98;letter-spacing:-.035em;margin:.25rem 0 1.45rem;max-width:930px}
.courses-hero h1 span{display:block;color:#ef9be3}
.courses-hero-copy>p:not(.eyebrow){font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.85;color:rgba(255,255,255,.90);max-width:860px}
.courses-hero-emphasis{font-weight:700!important;color:#fff!important;margin-top:1.5rem!important}
.courses-hero-orbit{position:relative;width:min(390px,32vw);aspect-ratio:1/1;justify-self:end;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(255,255,255,.09),transparent 62%)}
.courses-hero-orbit::before,.courses-hero-orbit::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%;inset:12%;}.courses-hero-orbit::after{inset:27%}
.courses-hero-orbit span{position:absolute;padding:.62rem .9rem;border-radius:999px;background:rgba(255,255,255,.11);backdrop-filter:blur(8px);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(255,255,255,.16)}
.courses-hero-orbit span:nth-child(1){top:4%;left:39%}.courses-hero-orbit span:nth-child(2){top:25%;right:-4%}.courses-hero-orbit span:nth-child(3){bottom:22%;right:0}.courses-hero-orbit span:nth-child(4){bottom:3%;left:34%}.courses-hero-orbit span:nth-child(5){bottom:23%;left:-2%}.courses-hero-orbit span:nth-child(6){top:23%;left:-4%}

.course-jump{position:sticky;top:82px;z-index:1010;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #eee3f0}
.course-jump-inner{display:flex;gap:8px;overflow:auto;padding-top:12px;padding-bottom:12px;scrollbar-width:none}.course-jump-inner::-webkit-scrollbar{display:none}.course-jump a{flex:0 0 auto;padding:.62rem .92rem;border-radius:999px;color:#572063;background:#f8f1f9;font-size:.72rem;font-weight:700;white-space:nowrap}.course-jump a:hover{background:#6b2675;color:#fff}

.course-detail-section{padding:clamp(60px,7vw,100px) 0;background:linear-gradient(180deg,#fff 0%,#fcf8fd 100%)}
.course-detail-stack{display:grid;gap:30px}
.course-detail-card{scroll-margin-top:154px;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);overflow:hidden;border:1px solid rgba(91,31,103,.09);border-radius:28px;background:#fff;box-shadow:0 22px 58px rgba(60,18,70,.075)}
.course-detail-card-reverse .course-detail-media{order:2}.course-detail-card-reverse .course-detail-copy{order:1}
.course-detail-media{position:relative;min-height:430px;overflow:hidden;background:#eee5f0}
.course-detail-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.course-detail-card:hover .course-detail-media img{transform:scale(1.018)}
.course-detail-copy{padding:clamp(34px,4vw,62px);align-self:center}.course-detail-copy h2{font-family:'Fraunces',var(--display);font-size:clamp(2.45rem,4vw,4.2rem);line-height:.98;letter-spacing:-.035em;color:#4d1c58;margin:.2rem 0 1.25rem}.course-detail-copy>p:not(.eyebrow){font-size:.95rem;line-height:1.78;color:#5d5760;margin-bottom:1.15rem}.course-detail-copy strong{color:#3f3741}
.schedule-panel{margin-top:1.7rem;padding:24px 26px;border-radius:20px;background:linear-gradient(135deg,#faf2fb,#fff);border:1px solid #eedff1;box-shadow:inset 4px 0 0 #a540a4}
.schedule-panel h3{font-size:.69rem;letter-spacing:.16em;font-weight:800;color:#9b3c9c;margin:0 0 1rem}.schedule-panel p{font-size:.84rem;line-height:1.7;color:#4c454f;margin:.5rem 0}.schedule-panel .schedule-line{font-weight:700;color:#4d1c58;padding:.52rem 0;border-bottom:1px solid #eee3f0}.schedule-panel .schedule-line:last-child{border-bottom:0}
.course-detail-card-adults .course-detail-media img{object-fit:cover;object-position:center 58%}

.course-cta{padding:58px 0;background:linear-gradient(100deg,#35113f,#70277b 60%,#a945a6);color:#fff}.course-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.course-cta .eyebrow{color:#efb3e8}.course-cta h2{font-family:'Fraunces',var(--display);font-size:clamp(2.45rem,4.1vw,4.2rem);line-height:.98;margin:.2rem 0 0}.course-cta .btn-light-cta{background:#fff;color:#642270}

@media(max-width:991.98px){
  .courses-hero-grid{grid-template-columns:1fr;min-height:auto}.courses-hero-copy{padding:64px 0 24px}.courses-hero-orbit{width:min(360px,70vw);justify-self:center;margin:0 0 56px}.course-jump{top:82px}
  .course-detail-card{grid-template-columns:1fr}.course-detail-card-reverse .course-detail-media,.course-detail-card-reverse .course-detail-copy{order:initial}.course-detail-media{min-height:340px}.course-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:767.98px){
  .courses-hero h1{font-size:clamp(2.75rem,12vw,4rem)}.courses-hero-copy>p:not(.eyebrow){font-size:.91rem;line-height:1.72}.courses-hero-orbit{display:none}.courses-hero-copy{padding:56px 0 62px}.course-jump{top:72px}.course-jump-inner{margin-inline:calc(-1 * var(--bs-gutter-x)/2);padding-inline:calc(var(--bs-gutter-x)/2)}
  .course-detail-section{padding:46px 0 58px}.course-detail-stack{gap:18px}.course-detail-card{border-radius:20px;scroll-margin-top:138px}.course-detail-media{min-height:0;aspect-ratio:16/10}.course-detail-copy{padding:28px 22px 30px}.course-detail-copy h2{font-size:clamp(2.25rem,10vw,3.2rem)}.course-detail-copy>p:not(.eyebrow){font-size:.89rem;line-height:1.68}.schedule-panel{padding:20px 18px;border-radius:17px}.schedule-panel p{font-size:.81rem}.course-detail-card-adults .course-detail-media{aspect-ratio:4/3}.course-cta{padding:48px 0}.course-cta h2{font-size:2.65rem}
}
@media(max-width:479.98px){.course-detail-media{aspect-ratio:4/3}.course-detail-copy{padding:25px 18px 27px}.schedule-panel{padding:18px 16px}.course-jump a{font-size:.68rem;padding:.58rem .78rem}}
@media(prefers-reduced-motion:reduce){.course-detail-media img{transition:none}.course-detail-card:hover .course-detail-media img{transform:none}}


/* === V16: Courses hero redesign — editorial, photographic, no orbit === */
.courses-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(44px,6vw,92px)}
.courses-hero-visual{position:relative;justify-self:end;width:min(520px,40vw);padding:18px 0 34px}
.courses-hero-photo-wrap{position:relative;overflow:hidden;border-radius:32px;aspect-ratio:4/5;background:#4b1a57;box-shadow:0 34px 80px rgba(25,5,31,.34)}
.courses-hero-photo-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(35,8,43,.03),rgba(35,8,43,.16));pointer-events:none}
.courses-hero-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.015)}
.courses-hero-badge{position:absolute;z-index:2;background:rgba(255,255,255,.94);color:#3e1848;border:1px solid rgba(255,255,255,.72);box-shadow:0 16px 38px rgba(34,8,40,.20);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.courses-hero-badge span,.courses-hero-badge strong{display:block}
.courses-hero-badge span{font-size:.63rem;font-weight:800;letter-spacing:.10em;text-transform:uppercase;color:#a43fa6;margin-bottom:.25rem}
.courses-hero-badge strong{font-family:'Fraunces',var(--display);font-size:1.04rem;line-height:1.15;font-weight:600}
.courses-hero-badge-top{top:8px;left:-36px;border-radius:18px;padding:15px 18px;min-width:154px}
.courses-hero-badge-bottom{right:-22px;bottom:6px;border-radius:20px;padding:17px 20px;max-width:295px}
.courses-hero-copy{max-width:850px}
.courses-hero h1 span{margin-top:.12em}

@media(max-width:1199.98px){
  .courses-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:42px}
  .courses-hero-visual{width:min(455px,39vw)}
  .courses-hero-badge-top{left:-20px}.courses-hero-badge-bottom{right:-8px}
}
@media(max-width:991.98px){
  .courses-hero-grid{grid-template-columns:1fr;gap:12px}
  .courses-hero-copy{padding:64px 0 12px}
  .courses-hero-visual{width:min(640px,100%);justify-self:stretch;padding:8px 0 62px;margin:0 auto}
  .courses-hero-photo-wrap{aspect-ratio:16/10;border-radius:26px}
  .courses-hero-photo{object-position:center 38%}
  .courses-hero-badge-top{left:18px;top:-8px}
  .courses-hero-badge-bottom{right:18px;bottom:26px;max-width:320px}
}
@media(max-width:767.98px){
  .courses-hero-copy{padding:52px 0 20px}
  .courses-hero-visual{padding:4px 0 52px}
  .courses-hero-photo-wrap{aspect-ratio:4/3;border-radius:22px}
  .courses-hero-badge-top{display:none}
  .courses-hero-badge-bottom{left:14px;right:14px;bottom:16px;max-width:none;padding:14px 16px;border-radius:16px}
  .courses-hero-badge-bottom strong{font-size:.98rem}
  .courses-hero-badge-bottom span{font-size:.58rem}
}
@media(max-width:479.98px){
  .courses-hero-photo-wrap{aspect-ratio:1/1;border-radius:19px}
  .courses-hero-photo{object-position:center 30%}
  .courses-hero-badge-bottom{left:10px;right:10px;bottom:12px}
}

/* === V17 editorial consistency: Staff aligned with Corsi === */
.staff-editorial-hero{padding:clamp(54px,6vw,88px) 0;background:linear-gradient(180deg,#fff 0%,#fcf8fd 100%);overflow:hidden}
.staff-editorial-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr);gap:clamp(36px,5vw,78px);align-items:center}
.staff-editorial-copy{padding:10px 0}
.staff-editorial-copy .eyebrow{margin-bottom:14px}
.staff-editorial-copy h1{font-family:'Fraunces',var(--display);font-size:clamp(3.6rem,5.7vw,6.35rem);line-height:.93;letter-spacing:-.045em;color:#4d1c58;margin:0 0 1.35rem}
.staff-editorial-lead{font-size:clamp(.98rem,1.16vw,1.08rem);line-height:1.82;color:#625b65;max-width:760px;margin:0}
.staff-editorial-visual{position:relative;min-width:0}
.staff-editorial-photo-wrap{position:relative;overflow:hidden;border-radius:28px;aspect-ratio:1.22/1;background:#eee5f0;box-shadow:0 24px 64px rgba(62,20,73,.12)}
.staff-editorial-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.staff-editorial-photo-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(48,15,56,.2));pointer-events:none}
.staff-editorial-badge{position:absolute;z-index:2;min-width:190px;padding:15px 18px;border-radius:18px;background:rgba(255,255,255,.94);border:1px solid rgba(93,31,104,.08);box-shadow:0 16px 34px rgba(58,18,70,.13);backdrop-filter:blur(8px)}
.staff-editorial-badge span{display:block;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:#a03fa0;font-weight:800;margin-bottom:3px}
.staff-editorial-badge strong{display:block;font-family:'Fraunces',var(--display);font-size:1.12rem;line-height:1.16;color:#4d1c58;font-weight:600}
.staff-editorial-badge-top{top:28px;left:-28px}.staff-editorial-badge-bottom{right:-20px;bottom:28px;max-width:250px}
.staff-jump{position:relative;z-index:4;background:#fff;border-top:1px solid #f2eaf4;border-bottom:1px solid #eee4f0}
.staff-jump-inner{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:14px;padding-bottom:14px}
.staff-jump a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem 1.15rem;border-radius:999px;background:#faf5fb;color:#642270;font-size:.75rem;font-weight:700;letter-spacing:.02em;transition:background .18s ease,color .18s ease,transform .18s ease}
.staff-jump a:hover{background:#6b2476;color:#fff;transform:translateY(-1px)}
.staff-page .staff-section{padding:clamp(62px,6vw,92px) 0}
.staff-page .staff-section-head{max-width:900px;margin-bottom:32px}
.staff-page .staff-section-head .editorial-modern{font-family:'Fraunces',var(--display);font-size:clamp(2.65rem,4.2vw,4.25rem);line-height:.98;letter-spacing:-.04em;color:#4d1c58}
.staff-page .governance-card,.staff-page .coach-card,.staff-page .staff-value{box-shadow:0 14px 38px rgba(64,24,76,.06)}
.staff-cta-copy{margin:.7rem 0 0;color:rgba(255,255,255,.82);font-size:.92rem;line-height:1.65;max-width:650px}
.staff-cta .course-cta-inner>div{max-width:760px}

@media(max-width:991.98px){
  .staff-editorial-grid{grid-template-columns:1fr;gap:32px}.staff-editorial-visual{max-width:780px}.staff-editorial-badge-top{left:18px}.staff-editorial-badge-bottom{right:18px}.staff-editorial-copy h1{font-size:clamp(3.3rem,8vw,5.2rem)}
}
@media(max-width:767.98px){
  .staff-editorial-hero{padding:44px 0 30px}.staff-editorial-grid{gap:26px}.staff-editorial-copy h1{font-size:clamp(3rem,13vw,4.1rem);margin-bottom:1rem}.staff-editorial-lead{font-size:.91rem;line-height:1.72}.staff-editorial-photo-wrap{border-radius:21px;aspect-ratio:4/3}.staff-editorial-badge{min-width:0;max-width:64%;padding:12px 14px;border-radius:15px}.staff-editorial-badge strong{font-size:.96rem}.staff-editorial-badge-top{top:14px;left:14px}.staff-editorial-badge-bottom{right:14px;bottom:14px}.staff-jump-inner{justify-content:flex-start;overflow-x:auto;scrollbar-width:none;padding-top:12px;padding-bottom:12px}.staff-jump-inner::-webkit-scrollbar{display:none}.staff-jump a{flex:0 0 auto}.staff-cta-copy{font-size:.85rem}.staff-page .staff-section{padding:52px 0}
}
@media(max-width:479.98px){
  .staff-editorial-photo-wrap{aspect-ratio:1/1.03}.staff-editorial-badge{max-width:72%}.staff-editorial-badge-bottom{bottom:12px}.staff-editorial-badge span{font-size:.56rem}.staff-editorial-badge strong{font-size:.9rem}
}

/* === V18: page consistency + no Bootstrap blue states === */
/* Staff deliberately reuses the same editorial hero/jump system as Corsi. */
.staff-shared-hero .courses-hero-photo{object-position:center 36%}
.staff-shared-hero .courses-hero-copy>p:not(.eyebrow){max-width:820px}
.staff-shared-jump{position:sticky;top:82px;z-index:1010}

/* Completely neutralise Bootstrap/browser blue states in desktop navigation. */
.navbar .nav-link,
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link:focus-visible,
.navbar .nav-link:active,
.navbar .nav-link.show,
.navbar .dropdown-toggle,
.navbar .dropdown-toggle:hover,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle:focus-visible,
.navbar .dropdown-toggle:active,
.navbar .dropdown-toggle.show{
  outline:0!important;
  box-shadow:none!important;
  border-color:transparent!important;
  background-color:transparent!important;
  -webkit-tap-highlight-color:transparent;
}
.dropdown-menu{
  --bs-dropdown-link-hover-bg:#f8f1f9;
  --bs-dropdown-link-hover-color:#642270;
  --bs-dropdown-link-active-bg:#f2e7f4;
  --bs-dropdown-link-active-color:#642270;
}
.dropdown-item,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:focus-visible,
.dropdown-item:active,
.dropdown-item.active{
  outline:0!important;
  box-shadow:none!important;
  border-color:transparent!important;
  color:#302338!important;
  -webkit-tap-highlight-color:transparent;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:focus-visible{
  background:#f8f1f9!important;
  color:#642270!important;
}
.dropdown-item:active,
.dropdown-item.active{
  background:#f2e7f4!important;
  color:#642270!important;
}

@media(max-width:991.98px){
  .staff-shared-jump{top:72px}
}


/* === V19: cleaner internal-page hero, no floating cards over photography === */
.courses-hero-visual{
  padding:0;
}
.courses-hero-photo-wrap{
  border-radius:30px;
  box-shadow:0 28px 70px rgba(25,5,31,.28);
}
.courses-hero-badge{
  display:none!important;
}
@media (max-width:991.98px){
  .courses-hero-visual{padding:0 0 40px;margin:0 auto;}
}
@media (max-width:767.98px){
  .courses-hero-visual{padding:0 0 28px;}
  .courses-hero-photo-wrap{border-radius:22px;}
}
@media (max-width:479.98px){
  .courses-hero-visual{padding:0 0 22px;}
  .courses-hero-photo-wrap{border-radius:18px;}
}

/* === V20: Le Palestre — editorial internal-page system === */
.inner-editorial-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#35113f 0%,#5b1f68 48%,#7f348a 100%);color:#fff;padding:clamp(52px,6.5vw,92px) 0}
.inner-editorial-hero::after{content:"";position:absolute;right:-10vw;top:-18vw;width:44vw;height:44vw;border-radius:50%;background:radial-gradient(circle,rgba(232,124,218,.18),transparent 68%);pointer-events:none}
.inner-editorial-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:clamp(42px,6vw,88px)}
.inner-editorial-copy{max-width:680px}.inner-editorial-copy .eyebrow{color:#ef92e0}.inner-editorial-copy h1{font-family:'Fraunces',var(--display);font-size:clamp(3rem,5.1vw,5.25rem);line-height:.98;letter-spacing:-.035em;margin:.45rem 0 1.45rem;color:#fff}.inner-editorial-copy p{font-size:1rem;line-height:1.78;color:rgba(255,255,255,.84);max-width:760px}.inner-editorial-copy .inner-editorial-lead{font-size:clamp(1.08rem,1.5vw,1.3rem);line-height:1.6;color:#fff;margin-bottom:.8rem}.inner-editorial-media{border-radius:30px;overflow:hidden;box-shadow:0 32px 78px rgba(17,3,22,.34);aspect-ratio:16/10;background:#2d1035}.inner-editorial-media img{width:100%;height:100%;object-fit:cover;display:block}
.venues-video-section{padding:clamp(56px,7vw,88px) 0;background:#fff}.venues-heading{margin-bottom:28px}.video-frame-wrap{position:relative;overflow:hidden;border-radius:26px;background:#1e0d24;box-shadow:0 24px 60px rgba(55,17,65,.12);aspect-ratio:16/9}.video-frame-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.venues-list-section{padding:0 0 clamp(68px,8vw,108px);background:linear-gradient(180deg,#fff 0%,#fcf7fd 100%)}.venues-stack{display:grid;gap:28px}.venue-feature{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:stretch;overflow:hidden;border:1px solid rgba(93,31,104,.09);border-radius:28px;background:#fff;box-shadow:0 20px 54px rgba(64,24,76,.08)}.venue-feature-reverse .venue-feature-media{order:2}.venue-feature-reverse .venue-feature-copy{order:1}.venue-feature-media{min-height:430px;overflow:hidden;background:#2e1237}.venue-feature-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s ease}.venue-feature:hover .venue-feature-media img{transform:scale(1.018)}.venue-feature-copy{padding:clamp(34px,4.6vw,68px);align-self:center}.venue-feature-copy h2{font-family:'Fraunces',var(--display);font-size:clamp(2.55rem,4vw,4rem);line-height:1;color:#4c1c59;margin:.35rem 0 1rem}.venue-feature-copy h2 span{display:block;font-family:var(--body);font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:#9d499f;margin-top:.55rem}.venue-feature-copy p:not(.eyebrow){font-size:.95rem;line-height:1.75;color:#5f5962}.venue-address{display:flex;align-items:center;gap:.55rem;font-weight:700;color:#6c2677!important;margin-bottom:1.15rem}.venue-address i{font-size:1.2rem}
@media(max-width:991.98px){.inner-editorial-grid{grid-template-columns:1fr;gap:32px}.inner-editorial-copy{max-width:none}.inner-editorial-media{aspect-ratio:16/9}.venue-feature{grid-template-columns:1fr}.venue-feature-reverse .venue-feature-media,.venue-feature-reverse .venue-feature-copy{order:initial}.venue-feature-media{min-height:320px}}
@media(max-width:767.98px){.inner-editorial-hero{padding:42px 0 48px}.inner-editorial-copy h1{font-size:clamp(2.65rem,12vw,4.2rem)}.inner-editorial-copy p{font-size:.91rem;line-height:1.7}.inner-editorial-media{border-radius:22px;aspect-ratio:4/3}.venues-video-section{padding:46px 0}.video-frame-wrap{border-radius:19px}.venues-list-section{padding-bottom:58px}.venue-feature{border-radius:21px}.venue-feature-media{min-height:240px;aspect-ratio:16/10}.venue-feature-copy{padding:28px 22px 32px}.venue-feature-copy h2{font-size:2.45rem}.venue-feature-copy p:not(.eyebrow){font-size:.9rem}}
@media(max-width:479.98px){.inner-editorial-media{aspect-ratio:1/1}.venue-feature-media{min-height:215px}.venue-feature-copy h2{font-size:2.15rem}}


/* === V21: unify Palestre final CTA with Corsi/Staff editorial system === */
.palestre-page .course-cta .course-cta-inner>div{max-width:760px}
.palestre-page .course-cta .course-cta-inner>div>p:not(.eyebrow){margin:.72rem 0 0;color:rgba(255,255,255,.82);font-size:.92rem;line-height:1.65;max-width:680px}
@media(max-width:767.98px){.palestre-page .course-cta .course-cta-inner>div>p:not(.eyebrow){font-size:.85rem}}


/* === V22: local HTML5 video for Palestre === */
.video-frame-local{position:relative;overflow:hidden;background:#1e0d25;border-radius:26px;box-shadow:0 24px 60px rgba(42,14,51,.14);aspect-ratio:16/9}
.video-frame-local .gym-video{display:block;width:100%;height:100%;object-fit:cover;background:#1e0d25}
.video-frame-local .gym-video:focus{outline:none;box-shadow:none}
.video-frame-local .gym-video::-webkit-media-controls-panel{background-image:linear-gradient(transparent,rgba(0,0,0,.54))}
@media(max-width:767.98px){.video-frame-local{border-radius:18px;box-shadow:0 16px 36px rgba(42,14,51,.12)}}

/* === Brand/footer + cache/mobile refinements === */
.site-footer{
  background:radial-gradient(circle at 88% 30%,#6c2b78 0%,#451852 42%,#2d1037 100%);
}
.site-footer::after{
  content:"";
  position:absolute;
  right:clamp(-90px,-4vw,-20px);
  top:50%;
  width:clamp(300px,33vw,560px);
  aspect-ratio:16/9;
  transform:translateY(-50%);
  background:url('../images/g00033.webp') center/contain no-repeat;
  opacity:.055;
  filter:none;
  pointer-events:none;
}
.course-card{display:block;color:inherit}
.course-card:hover{color:inherit}
@media (max-width:767.98px){
  .site-footer::after{width:420px;right:-180px;opacity:.04}
  .courses-grid{scrollbar-width:none;-webkit-overflow-scrolling:touch}
}

/* === V24 Staff: real coach portraits + pending photo cards === */
.coach-photo-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
  background:
    radial-gradient(circle at 70% 20%,rgba(207,91,195,.18),transparent 28%),
    linear-gradient(145deg,#f8eef9,#efe0f2);
  color:#7b3884;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.coach-card-pending .coach-photo{border-bottom:1px solid rgba(93,31,104,.08)}

/* === ReCAVID page === */
.recavid-page .recavid-hero .courses-hero-photo-wrap{aspect-ratio:4/3}
.recavid-section{padding:clamp(58px,7vw,96px) 0;background:#fff}
.recavid-section-soft{background:linear-gradient(180deg,#fcf8fd 0%,#f8f0fa 100%)}
.recavid-content-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(38px,6vw,84px);align-items:start}
.recavid-section-copy>p:not(.eyebrow),.recavid-reading p{font-size:.98rem;line-height:1.85;color:#5f5863}
.recavid-list{list-style:none;margin:28px 0;padding:0;display:grid;gap:14px}
.recavid-list li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:18px 18px;border:1px solid #eaddec;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(55,19,65,.05)}
.recavid-list i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f6eafa;color:#7b2f86;font-size:1.05rem}
.recavid-list span{font-size:.9rem;line-height:1.65;color:#514a55;padding-top:2px}
.recavid-principles{display:grid;gap:14px;position:sticky;top:118px}
.recavid-principles>div{padding:22px;border-radius:20px;background:linear-gradient(135deg,#4a1757 0%,#7a2b85 100%);color:#fff;box-shadow:0 18px 38px rgba(57,17,67,.16)}
.recavid-principles i{display:block;font-size:1.35rem;margin-bottom:14px;color:#f4a5e9}.recavid-principles strong{display:block;font-family:'Fraunces',var(--display);font-size:1.28rem;margin-bottom:4px}.recavid-principles span{font-size:.82rem;line-height:1.55;color:rgba(255,255,255,.8)}
.recavid-section-head{max-width:840px;margin-bottom:34px}.recavid-responsibility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.recavid-responsibility-grid article{position:relative;padding:28px;border-radius:22px;background:#fff;border:1px solid #eaddec;box-shadow:0 16px 34px rgba(55,19,65,.06)}
.recavid-number{display:inline-block;font-weight:800;letter-spacing:.14em;font-size:.7rem;color:#aa4bae;margin-bottom:18px}.recavid-responsibility-grid h3{font-family:'Fraunces',var(--display);font-size:1.42rem;color:#4b1c57;margin-bottom:10px}.recavid-responsibility-grid p{margin:0;font-size:.9rem;line-height:1.72;color:#635b66}
.recavid-reading{max-width:980px}.recavid-reading p{margin-bottom:1.25rem}
.recavid-document-section{padding:clamp(58px,7vw,92px) 0;background:#f7f0f8;border-top:1px solid #eee0f0}
.recavid-document-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px}.recavid-document-head>div:first-child{max-width:820px}.recavid-document-actions{display:flex;gap:10px;flex:0 0 auto}.recavid-btn-outline{border:1px solid #74257f;color:#74257f;background:#fff;border-radius:999px;padding:.78rem 1.35rem}.recavid-btn-outline:hover{background:#74257f;color:#fff}
.recavid-pdf-frame{overflow:hidden;border-radius:24px;background:#fff;border:1px solid #e7d7e9;box-shadow:0 24px 60px rgba(47,15,57,.10)}.recavid-pdf-frame iframe{display:block;width:100%;height:min(82vh,980px);border:0;background:#fff}
.recavid-cta{margin-top:0}
@media(max-width:991.98px){.recavid-content-grid{grid-template-columns:1fr}.recavid-principles{position:static;grid-template-columns:repeat(3,1fr)}.recavid-document-head{align-items:flex-start;flex-direction:column}.recavid-document-actions{width:100%}}
@media(max-width:767.98px){.recavid-section{padding:46px 0}.recavid-principles{grid-template-columns:1fr}.recavid-responsibility-grid{grid-template-columns:1fr}.recavid-document-section{padding:48px 0}.recavid-document-actions{display:grid;grid-template-columns:1fr 1fr}.recavid-document-actions .btn{justify-content:center}.recavid-pdf-frame{border-radius:18px}.recavid-pdf-frame iframe{height:68vh}}
@media(max-width:479.98px){.recavid-document-actions{grid-template-columns:1fr}.recavid-list li{padding:15px}.recavid-responsibility-grid article{padding:22px}}

/* === GYM STAGE PAGE === */
.gymstage-page{background:#fff}
.gymstage-hero{background:linear-gradient(135deg,#351040 0%,#5d1f68 48%,#7a2f82 100%)}
.gymstage-hero .courses-hero-copy h1{max-width:760px}
.gymstage-manifesto{font-size:clamp(.92rem,1.15vw,1.04rem)!important;line-height:1.65!important;font-weight:700!important;letter-spacing:.02em;color:#fff!important;text-transform:none;margin-top:1.2rem}
.gymstage-hero-visual .courses-hero-photo-wrap{aspect-ratio:4/5}
.gymstage-editorial{padding:88px 0;background:#fff}
.gymstage-editorial-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(48px,8vw,110px);align-items:start}
.gymstage-editorial-grid h2{max-width:650px}
.gymstage-editorial-copy{display:grid;gap:30px}
.gymstage-editorial-copy h3{font-family:'Fraunces',var(--display);font-size:clamp(1.5rem,2.2vw,2rem);font-weight:600;color:#4c1858;margin:0 0 8px}
.gymstage-editorial-copy p{margin:0;color:#5d5661;line-height:1.8;font-size:.98rem}
.gymstage-program{padding:84px 0;background:linear-gradient(180deg,#fcf8fd 0%,#fff 100%)}
.gymstage-program-head{max-width:860px;margin-bottom:36px}
.gymstage-program-head>p:not(.eyebrow){color:#5d5661;line-height:1.8;margin-top:1rem}
.gymstage-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:30px}
.gymstage-facts article{border:1px solid #eadfed;border-radius:18px;padding:20px 22px;background:#fff;box-shadow:0 10px 28px rgba(67,23,78,.05)}
.gymstage-facts span{display:block;font-size:.64rem;letter-spacing:.12em;font-weight:800;color:#a13fa4;margin-bottom:.35rem}
.gymstage-facts strong{font-family:'Fraunces',var(--display);font-size:1.25rem;color:#3f174b;font-weight:600}
.gymstage-offer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.gymstage-offer-grid article{background:#fff;border:1px solid #eadfed;border-radius:20px;padding:24px 20px;min-height:210px;box-shadow:0 12px 30px rgba(67,23,78,.05)}
.gymstage-offer-grid i{font-size:1.5rem;color:#9b3c9c;display:block;margin-bottom:16px}
.gymstage-offer-grid h3{font-family:'Fraunces',var(--display);font-size:1.2rem;color:#4c1858;margin-bottom:9px}
.gymstage-offer-grid p{font-size:.88rem;line-height:1.65;color:#665e68;margin:0}
.gymstage-video-section{padding:88px 0;background:#2f1039;color:#fff}
.gymstage-video-head{max-width:780px;margin-bottom:30px}
.gymstage-video-head .eyebrow{color:#e78bdc}
.gymstage-video-head h2{color:#fff}
.gymstage-video-head>p:not(.eyebrow){color:rgba(255,255,255,.78);line-height:1.7}
.gymstage-video-frame{position:relative;overflow:hidden;border-radius:26px;background:#16071c;box-shadow:0 30px 80px rgba(0,0,0,.28);max-width:1080px}
.gymstage-video-frame video{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:contain;background:#120717}
.gymstage-gallery-section{padding:88px 0;background:#fff}
.gymstage-gallery-head{max-width:760px;margin-bottom:30px}
.gymstage-gallery-head>p:not(.eyebrow){color:#625a65;line-height:1.7}
.gymstage-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:220px;gap:14px}
.gymstage-shot{margin:0;overflow:hidden;border-radius:20px;background:#eee;box-shadow:0 12px 34px rgba(53,16,64,.08)}
.gymstage-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.gymstage-shot:hover img{transform:scale(1.025)}
.gymstage-shot-tall{grid-row:span 2}
.gymstage-shot-wide{grid-column:span 2}
.gymstage-cta{margin-top:0}
@media(max-width:1199.98px){
  .gymstage-offer-grid{grid-template-columns:repeat(3,1fr)}
  .gymstage-gallery{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:991.98px){
  .gymstage-editorial{padding:66px 0}.gymstage-editorial-grid{grid-template-columns:1fr;gap:30px}
  .gymstage-facts{grid-template-columns:1fr 1fr 1fr}
  .gymstage-offer-grid{grid-template-columns:repeat(2,1fr)}
  .gymstage-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.gymstage-shot-wide{grid-column:span 2}
}
@media(max-width:767.98px){
  .gymstage-hero .courses-hero-copy{padding-bottom:12px}.gymstage-manifesto{font-size:.88rem!important}
  .gymstage-editorial,.gymstage-program,.gymstage-video-section,.gymstage-gallery-section{padding:52px 0}
  .gymstage-facts{grid-template-columns:1fr;gap:10px}.gymstage-facts article{padding:17px 18px}
  .gymstage-offer-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:0 2px 10px}.gymstage-offer-grid article{flex:0 0 min(82vw,320px);scroll-snap-align:start;min-height:195px}
  .gymstage-video-frame{border-radius:18px}
  .gymstage-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px}.gymstage-shot,.gymstage-shot-tall,.gymstage-shot-wide{flex:0 0 min(78vw,360px);height:480px;scroll-snap-align:start;border-radius:18px}
}
@media(max-width:479.98px){
  .gymstage-gallery .gymstage-shot{height:420px}.gymstage-editorial-copy{gap:24px}.gymstage-program-head{margin-bottom:28px}
}
@media(prefers-reduced-motion:reduce){.gymstage-shot img{transition:none}.gymstage-shot:hover img{transform:none}}

/* === V27 Gym Stage editorial rebuild === */
.gymstage-opening{padding:clamp(58px,7vw,94px) 0;background:linear-gradient(135deg,#351040 0%,#5d1f68 54%,#7b2f82 100%);color:#fff;overflow:hidden}
.gymstage-opening-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(44px,6vw,86px);align-items:center}
.gymstage-opening-copy .eyebrow{color:#f09ae5}
.gymstage-opening-copy h1{font-family:'Fraunces',var(--display);font-size:clamp(3.6rem,5.6vw,6.1rem);font-weight:500;line-height:.92;letter-spacing:-.045em;margin:0 0 1.45rem;max-width:780px;color:#fff;text-wrap:balance}
.gymstage-opening-copy h1 span{display:block;color:#ef93e5}
.gymstage-opening-copy>p:not(.eyebrow){max-width:64ch;color:rgba(255,255,255,.82);line-height:1.76;font-size:.98rem}
.gymstage-opening-copy .gymstage-manifesto{font-size:clamp(.93rem,1.2vw,1.08rem);font-weight:700;color:#fff;letter-spacing:.015em;margin-bottom:1.25rem}
.gymstage-opening-video{justify-self:end;width:min(520px,40vw);aspect-ratio:1/1;border-radius:28px;overflow:hidden;background:#1a071f;box-shadow:0 34px 90px rgba(17,3,22,.35);border:1px solid rgba(255,255,255,.16)}
.gymstage-opening-video video{width:100%;height:100%;object-fit:cover;display:block;background:#140619}

.gymstage-story{padding:clamp(68px,8vw,110px) 0;background:#fff}
.gymstage-story .container-xl{display:grid;gap:clamp(56px,7vw,96px)}
.gymstage-story-row{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:clamp(38px,6vw,82px);align-items:center}
.gymstage-story-row-reverse .gymstage-story-copy{order:1}.gymstage-story-row-reverse .gymstage-story-media{order:2}
.gymstage-story-media{margin:0;min-height:430px;border-radius:28px;overflow:hidden;background:#eee;box-shadow:0 24px 54px rgba(64,24,76,.10)}
.gymstage-story-media-large{min-height:500px}
.gymstage-story-media img{width:100%;height:100%;object-fit:cover;display:block}
.gymstage-story-copy{max-width:620px}
.gymstage-story-copy h2{font-size:clamp(2.45rem,3.6vw,4.25rem);line-height:1.01;margin:0 0 1.2rem;color:#4c1858}
.gymstage-story-copy>p:not(.eyebrow){font-size:1rem;line-height:1.82;color:#5e5761;margin:0}

.gymstage-program{padding:clamp(70px,8vw,108px) 0;background:linear-gradient(180deg,#fcf8fd 0%,#fff 100%)}
.gymstage-program-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:clamp(34px,6vw,80px);align-items:end;margin-bottom:38px}
.gymstage-program-intro h2{font-size:clamp(2.7rem,4vw,4.6rem);line-height:1;margin:0;color:#4c1858}
.gymstage-program-intro>p{margin:0;color:#5d5661;line-height:1.8}
.gymstage-facts{margin-bottom:52px}
.gymstage-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.gymstage-feature{min-height:320px;border-radius:24px;overflow:hidden;border:1px solid #eadfed;background:#fff;box-shadow:0 16px 38px rgba(67,23,78,.06)}
.gymstage-feature-photo img{width:100%;height:100%;object-fit:cover;display:block}
.gymstage-feature-text{padding:clamp(30px,4vw,54px);display:flex;flex-direction:column;justify-content:center}
.gymstage-feature-text>span{font-size:.66rem;letter-spacing:.16em;font-weight:800;color:#ad47ab;margin-bottom:1rem}
.gymstage-feature-text h3{font-family:'Fraunces',var(--display);font-size:clamp(1.75rem,2.7vw,2.65rem);line-height:1.04;color:#4c1858;margin:0 0 .8rem}
.gymstage-feature-text p{margin:0;color:#625b65;line-height:1.75;font-size:.95rem}

.gymstage-moments{padding:clamp(70px,8vw,106px) 0;background:#fff}
.gymstage-moments-grid{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:clamp(44px,6vw,84px);align-items:center}
.gymstage-moments-copy h2{font-size:clamp(2.6rem,3.8vw,4.2rem);line-height:1;margin:0 0 1rem;color:#4c1858}
.gymstage-moments-copy>p:not(.eyebrow){color:#625a65;line-height:1.75}
.gymstage-moments-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gymstage-moments-pair figure{margin:0;overflow:hidden;border-radius:22px;aspect-ratio:4/5;box-shadow:0 16px 38px rgba(55,17,65,.08)}
.gymstage-moments-pair figure:nth-child(2){transform:translateY(34px)}
.gymstage-moments-pair img{width:100%;height:100%;object-fit:cover;display:block}

@media(max-width:991.98px){
  .gymstage-opening-grid{grid-template-columns:1fr;gap:34px}.gymstage-opening-video{justify-self:stretch;width:min(620px,100%)}
  .gymstage-story-row{grid-template-columns:1fr;gap:28px}.gymstage-story-row-reverse .gymstage-story-copy,.gymstage-story-row-reverse .gymstage-story-media{order:initial}
  .gymstage-story-media,.gymstage-story-media-large{min-height:0;aspect-ratio:16/10}
  .gymstage-program-intro{grid-template-columns:1fr;gap:18px;align-items:start}
  .gymstage-moments-grid{grid-template-columns:1fr;gap:30px}
}
@media(max-width:767.98px){
  .gymstage-opening{padding:46px 0 52px}.gymstage-opening-grid{gap:28px}.gymstage-opening-copy h1{font-size:clamp(3rem,13vw,4.5rem)}
  .gymstage-opening-copy>p:not(.eyebrow){font-size:.9rem;line-height:1.7}.gymstage-opening-video{border-radius:20px}
  .gymstage-story{padding:52px 0}.gymstage-story .container-xl{gap:48px}.gymstage-story-media,.gymstage-story-media-large{aspect-ratio:4/3;border-radius:20px}.gymstage-story-copy h2{font-size:clamp(2.3rem,10vw,3.25rem)}.gymstage-story-copy>p:not(.eyebrow){font-size:.9rem;line-height:1.72}
  .gymstage-program{padding:52px 0}.gymstage-program-intro h2{font-size:clamp(2.4rem,10.4vw,3.35rem)}
  .gymstage-feature-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px}.gymstage-feature{flex:0 0 min(84vw,360px);min-height:420px;scroll-snap-align:start;border-radius:20px}.gymstage-feature-text{min-height:310px}
  .gymstage-moments{padding:52px 0}.gymstage-moments-pair{gap:10px}.gymstage-moments-pair figure{border-radius:16px}.gymstage-moments-pair figure:nth-child(2){transform:translateY(18px)}
}
@media(max-width:479.98px){
  .gymstage-opening-video{width:100%}.gymstage-feature{flex-basis:88vw}.gymstage-moments-pair{grid-template-columns:1fr}.gymstage-moments-pair figure{aspect-ratio:16/11}.gymstage-moments-pair figure:nth-child(2){transform:none}
}

/* === V28 Sponsor directory + auto-updating sponsor page === */
.sponsor-logo{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:12px 18px;border:1px solid #f0e6f2;transition:transform .18s ease,box-shadow .18s ease}
.sponsor-logo:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(61,20,71,.09)}
.sponsor-logo img{width:100%;height:84px;object-fit:contain;display:block;filter:none;opacity:1}
.sponsor-page{background:#fff}
.sponsor-hero{padding:clamp(62px,8vw,110px) 0;background:linear-gradient(135deg,#351040 0%,#5d1f68 58%,#7b2f82 100%);color:#fff;overflow:hidden;position:relative}
.sponsor-hero::after{content:"";position:absolute;right:-120px;top:-90px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(239,143,228,.2),transparent 68%)}
.sponsor-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:clamp(42px,7vw,100px);align-items:center}
.sponsor-hero-copy{max-width:840px}.sponsor-hero-copy .eyebrow{color:#efa0e6}.sponsor-hero-copy h1{font-family:'Fraunces',var(--display);font-size:clamp(3.6rem,5.6vw,6rem);font-weight:500;line-height:.94;letter-spacing:-.045em;margin:0 0 1.35rem;color:#fff;text-wrap:balance}
.sponsor-hero-copy>p:not(.eyebrow){max-width:68ch;color:rgba(255,255,255,.82);font-size:.98rem;line-height:1.82}.sponsor-hero-emphasis{font-weight:700!important;color:#fff!important}
.sponsor-hero-mark{justify-self:end;width:min(330px,28vw);aspect-ratio:1/1;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;align-content:center;gap:10px;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}
.sponsor-hero-mark i{font-size:4rem;color:#ef8fe4}.sponsor-hero-mark span{font-family:'Great Vibes',cursive;font-size:3.3rem;color:#fff}
.sponsor-directory-section{padding:clamp(68px,8vw,108px) 0;background:linear-gradient(180deg,#fff 0%,#fcf8fd 100%)}
.sponsor-directory-head{max-width:900px;margin-bottom:38px}.sponsor-directory-head>p:not(.eyebrow){color:#615964;line-height:1.8;max-width:70ch}
.sponsor-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.sponsor-directory-card{min-height:190px;border-radius:22px;background:#fff;border:1px solid #eadfed;box-shadow:0 14px 34px rgba(58,19,69,.06);display:flex;align-items:center;justify-content:center;padding:28px;transition:transform .2s ease,box-shadow .2s ease}
.sponsor-directory-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(58,19,69,.10)}
.sponsor-directory-card img{width:100%;height:120px;object-fit:contain;display:block}
.sponsor-empty{padding:30px;border-radius:18px;background:#f8f0fa;color:#6e4b74}.sponsor-cta{margin-top:0}
@media(max-width:991.98px){.sponsor-hero-grid{grid-template-columns:1fr}.sponsor-hero-mark{justify-self:start;width:210px}.sponsor-directory-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767.98px){.sponsor-hero{padding:48px 0 54px}.sponsor-hero-copy h1{font-size:clamp(3rem,13vw,4.35rem)}.sponsor-hero-copy>p:not(.eyebrow){font-size:.9rem;line-height:1.7}.sponsor-hero-mark{display:none}.sponsor-directory-section{padding:52px 0}.sponsor-directory-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sponsor-directory-card{min-height:145px;padding:20px;border-radius:18px}.sponsor-directory-card img{height:90px}.sponsor-track{animation-duration:34s}.sponsor-logo{width:200px;flex-basis:200px}}
@media(max-width:399.98px){.sponsor-directory-grid{grid-template-columns:1fr 1fr}.sponsor-directory-card{min-height:128px;padding:16px}.sponsor-directory-card img{height:78px}}


/* === V29 editorial coherence: Sponsor + Gym Stage === */
/* Shared internal-page title language: refined Fraunces, compact tracking, balanced wrapping. */
.page-editorial-title{
  font-family:'Fraunces',var(--display)!important;
  font-weight:500!important;
  letter-spacing:-.04em!important;
  line-height:.96!important;
  text-wrap:balance;
}
.page-editorial-subtitle{
  font-family:'Fraunces',var(--display)!important;
  font-weight:500!important;
  letter-spacing:-.035em!important;
  line-height:1!important;
  text-wrap:balance;
}

/* Sponsor page: same editorial rhythm used across internal pages. */
.sponsor-hero-copy .page-editorial-title{
  font-size:clamp(3.45rem,5.25vw,5.7rem)!important;
  max-width:820px;
  margin:0 0 1.45rem!important;
}
.sponsor-directory-head .page-editorial-subtitle{
  font-size:clamp(2.55rem,3.9vw,4.15rem)!important;
  color:#4d1c58;
  margin:.12rem 0 .9rem;
}

/* Gym Stage: same typography, less template-like contrast. */
.gymstage-opening-copy .page-editorial-title{
  font-size:clamp(3.45rem,5.25vw,5.7rem)!important;
  max-width:820px!important;
  margin:0 0 1.45rem!important;
}
.gymstage-opening-copy .page-editorial-title span{
  display:block;
  color:#f1a2e8;
}
.gymstage-story-copy .page-editorial-subtitle,
.gymstage-program-intro .page-editorial-subtitle{
  font-size:clamp(2.45rem,3.65vw,4.05rem)!important;
  color:#4d1c58;
}

/* Slower, calmer sponsor marquee. */
.sponsor-track{animation-duration:52s!important;}

@media(max-width:991.98px){
  .sponsor-track{animation-duration:48s!important;}
}
@media(max-width:767.98px){
  .page-editorial-title{letter-spacing:-.035em!important;}
  .sponsor-hero-copy .page-editorial-title,
  .gymstage-opening-copy .page-editorial-title{font-size:clamp(2.85rem,12.4vw,4.2rem)!important;line-height:.98!important;}
  .sponsor-directory-head .page-editorial-subtitle,
  .gymstage-story-copy .page-editorial-subtitle,
  .gymstage-program-intro .page-editorial-subtitle{font-size:clamp(2.25rem,9.8vw,3.25rem)!important;}
  .sponsor-track{animation-duration:44s!important;}
}
@media(max-width:479.98px){
  .sponsor-track{animation-duration:42s!important;}
}

/* === v30 Gym Stage: make the final editorial title explicit and prominent === */
.gymstage-moments .container-xl{display:block}
.gymstage-moments-heading{max-width:900px;margin:0 0 clamp(28px,4vw,44px)}
.gymstage-moments-heading .page-editorial-subtitle{
  margin:0 0 .85rem;
  font-family:'Fraunces',var(--display);
  font-size:clamp(2.75rem,4.4vw,4.8rem);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.035em;
  color:#4c1858;
  text-wrap:balance;
}
.gymstage-moments-heading>p:not(.eyebrow){margin:0;max-width:62ch;color:#625a65;line-height:1.75}
.gymstage-moments .gymstage-moments-pair{max-width:none}
@media(max-width:767.98px){
  .gymstage-moments-heading{margin-bottom:24px}
  .gymstage-moments-heading .page-editorial-subtitle{font-size:clamp(2.4rem,10vw,3.35rem);line-height:1}
}

/* === Facebook News === */
.social-card-body small{display:block;color:#964399;font-size:.66rem;font-weight:700;letter-spacing:.08em;margin-bottom:.48rem}.social-card-body em{display:inline-flex;align-items:center;gap:.38rem;color:#782b84;font-size:.72rem;font-style:normal;font-weight:700;margin-top:.9rem}.news-image-fallback{min-height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#431650,#9b3e9d);color:#f5b3eb;font-size:3rem}.social-thumb .news-image-fallback{min-height:0;aspect-ratio:16/10}.news-empty{padding:32px;border-radius:20px;background:#fbf3fc;color:#6b4770;line-height:1.6}.news-hero{padding:clamp(70px,9vw,130px) 0;background:radial-gradient(circle at 82% 22%,rgba(235,130,222,.25),transparent 30%),linear-gradient(135deg,#351040,#6d2879);color:#fff}.news-hero .eyebrow{color:#f0a5e8}.news-hero h1,.news-detail h1{font-family:'Fraunces',var(--display);font-size:clamp(3.4rem,6.3vw,6.4rem);font-weight:500;line-height:.94;letter-spacing:-.045em;margin:.2rem 0 1.2rem;text-wrap:balance}.news-hero p:not(.eyebrow){max-width:60ch;color:rgba(255,255,255,.84);line-height:1.75}.news-archive{padding:clamp(62px,8vw,112px) 0;background:linear-gradient(180deg,#fff,#fbf7fc)}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.news-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(91,31,103,.1);border-radius:22px;box-shadow:0 16px 38px rgba(58,19,69,.07)}.news-card>img{width:100%;aspect-ratio:16/10;object-fit:cover}.news-card-copy{padding:22px 21px 24px;display:flex;flex:1;flex-direction:column}.news-card time,.news-detail time{color:#914094;font-size:.72rem;font-weight:700;letter-spacing:.08em}.news-card h2{font-family:'Fraunces',var(--display);font-size:1.75rem;line-height:1.02;color:#4d1b58;margin:.62rem 0 .7rem}.news-card p{color:#67606a;font-size:.86rem;line-height:1.65;margin:0}.news-card a{display:inline-flex;align-items:center;gap:.4rem;color:#792c84;font-size:.76rem;font-weight:700;margin-top:auto;padding-top:1.3rem}.news-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:42px}.news-pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid #e7d7ea;border-radius:50%;color:#642270;font-size:.8rem}.news-pagination a.active,.news-pagination a:hover{background:#642270;border-color:#642270;color:#fff}.news-detail{padding:clamp(54px,8vw,108px) 0;background:#fff}.news-detail .container-xl{max-width:1080px}.news-back{display:inline-flex;align-items:center;gap:.55rem;color:#772b83;font-size:.78rem;font-weight:700;margin-bottom:clamp(32px,5vw,58px)}.news-detail header{max-width:880px;margin-bottom:32px}.news-detail h1{color:#4a1855;font-size:clamp(3rem,5.8vw,5.8rem);margin-top:.7rem}.news-detail-hero{display:block;width:100%;max-height:650px;object-fit:cover;border-radius:24px;box-shadow:0 22px 55px rgba(61,20,71,.12);margin-bottom:clamp(32px,5vw,54px)}.news-detail-message{max-width:760px;color:#514a54;font-size:1rem;line-height:1.9;white-space:normal}.news-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:42px 0}.news-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}.news-facebook-link{margin-top:40px}
@media(max-width:991.98px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.news-hero{padding:56px 0 62px}.news-hero h1{font-size:clamp(3rem,12.5vw,4.35rem)}.news-archive{padding:50px 0}.news-grid{grid-template-columns:1fr;gap:16px}.news-card{border-radius:18px}.news-card-copy{padding:19px 18px 21px}.news-card h2{font-size:1.65rem}.news-detail{padding:45px 0 58px}.news-detail h1{font-size:clamp(2.7rem,11.4vw,4.05rem)}.news-detail-hero{border-radius:18px;margin-bottom:30px}.news-detail-message{font-size:.93rem;line-height:1.82}.news-gallery{grid-template-columns:1fr;gap:14px;margin:30px 0}.news-facebook-link{width:100%;margin-top:28px}.news-pagination{margin-top:30px;gap:6px}.news-pagination a{width:39px;height:39px}}

.news-tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.news-tags span{padding:.48rem .72rem;border:1px solid rgba(118,44,130,.18);border-radius:999px;background:#fbf3fc;color:#762c82;font-size:.72rem;font-weight:700}

/* News editorial links and image viewer */
.social-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.all-news-link{color:#74277f;font-family:'Fraunces',var(--display);font-size:1.03rem;font-weight:500;text-decoration:none}.all-news-link span{display:inline-block;margin-left:.18rem;transition:transform .18s ease}.all-news-link:hover,.all-news-link:focus-visible{color:#4d1858}.all-news-link:hover span{transform:translateX(3px)}.social-thumb-media{display:block;color:inherit;text-decoration:none}.social-card-body h3{margin:.45rem 0 .48rem}.news-card-title{color:#54205f!important;font-family:'Fraunces',var(--display);font-style:normal;font-weight:500;text-decoration:none}.news-card-title:hover{color:#74277f!important;text-decoration:none}.news-card-title:focus-visible,.all-news-link:focus-visible,.news-read-link:focus-visible{outline:2px solid #8f3596;outline-offset:3px;border-radius:4px;box-shadow:none}.social-card-body h3 .news-card-title{display:block;font-size:1.4rem;line-height:1.05}.news-card h2 .news-card-title{display:block;font-size:inherit;line-height:inherit}.news-lightbox-trigger{cursor:zoom-in}.news-lightbox-trigger:focus-visible{outline:3px solid #8f3596;outline-offset:4px}.news-lightbox{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));background:rgba(19,8,24,.94)}.news-lightbox[hidden]{display:none}.news-lightbox-dialog{position:relative;display:grid;place-items:center;width:100%;height:100%;min-width:0}.news-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;user-select:none}.news-lightbox-close,.news-lightbox-nav{position:absolute;z-index:1;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(32,14,39,.72);color:#fff;font-size:1.18rem}.news-lightbox-close{top:0;right:0}.news-lightbox-prev{left:0}.news-lightbox-next{right:0}.news-lightbox-nav[hidden]{display:none}.news-lightbox-close:hover,.news-lightbox-nav:hover,.news-lightbox-close:focus-visible,.news-lightbox-nav:focus-visible{background:#74277f;outline:2px solid #fff;outline-offset:2px}.news-lightbox-count{position:absolute;bottom:0;left:50%;margin:0;transform:translateX(-50%);padding:.38rem .7rem;border-radius:999px;background:rgba(32,14,39,.72);color:#fff;font-size:.74rem;font-weight:700}.news-lightbox-count[hidden]{display:none}.news-lightbox-open{overflow:hidden}
@media(max-width:767.98px){.social-head{align-items:flex-start}.social-actions{justify-content:flex-start;width:100%;gap:13px}.all-news-link{font-size:1rem}.news-lightbox{padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.news-lightbox-close,.news-lightbox-nav{width:42px;height:42px}.news-lightbox-prev{left:0}.news-lightbox-next{right:0}.news-lightbox-count{bottom:0}}

/* News archive discovery */
.news-tags a,.news-tag-link,.news-filter-state>a{display:inline-flex;align-items:center;gap:.3rem;text-decoration:none}.news-tags a{padding:.48rem .72rem;border:1px solid rgba(118,44,130,.18);border-radius:999px;background:#fbf3fc;color:#762c82;font-size:.72rem;font-weight:700}.news-tags a:hover,.news-tags a:focus-visible{background:#762c82;color:#fff}.news-discovery{margin:0 0 clamp(34px,5vw,54px);padding:clamp(20px,3vw,30px);border:1px solid rgba(91,31,103,.1);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 14px 38px rgba(58,19,69,.05)}.news-search label,.news-tag-explorer h2{display:block;margin:0 0 .72rem;color:#54205f;font-family:'Fraunces',var(--display);font-size:1.45rem;font-weight:500}.news-search>div{display:flex;gap:10px}.news-search input{min-width:0;flex:1;padding:.86rem 1rem;border:1px solid #dfcde2;border-radius:999px;background:#fff;color:#4f4452;font:inherit;outline:none}.news-search input:focus{border-color:#8b3793;box-shadow:0 0 0 3px rgba(139,55,147,.13)}.news-search button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.82rem 1.12rem;border:1px solid #692575;border-radius:999px;background:#692575;color:#fff;font-size:.75rem;font-weight:700}.news-search button:hover,.news-search button:focus-visible{background:#4c1858;border-color:#4c1858}.news-tag-explorer{margin-top:26px}.news-tag-list,.news-filter-state{display:flex;flex-wrap:wrap;gap:8px}.news-tag-link{padding:.5rem .72rem;border:1px solid rgba(118,44,130,.18);border-radius:999px;background:#fbf3fc;color:#762c82;font-size:.74rem;font-weight:700}.news-tag-link small{padding-left:.12rem;color:#9b559f;font-size:.68rem}.news-tag-link:hover,.news-tag-link:focus-visible,.news-tag-link.active{border-color:#762c82;background:#762c82;color:#fff}.news-tag-link:hover small,.news-tag-link:focus-visible small,.news-tag-link.active small{color:#f5d9f4}.news-filter-state{align-items:center;margin-top:22px;color:#6c5b70;font-size:.78rem;font-weight:700}.news-filter-state>span{margin-right:2px}.news-filter-state>a{padding:.42rem .62rem;border:1px solid #e3d4e6;border-radius:999px;background:#fff;color:#682473}.news-filter-state>a:hover,.news-filter-state>a:focus-visible{border-color:#682473;color:#4c1858}.news-filter-state .news-clear-filters{margin-left:auto;border-color:transparent;background:transparent;color:#7b2c85;text-decoration:underline;text-underline-offset:3px}.news-empty>a{color:#762c82;font-weight:700;text-decoration:none}.news-empty>a:hover{text-decoration:underline}

/* Home News CTAs and the optional Facebook source link. */
.news-read-link{align-self:flex-start;margin-top:1rem!important;padding:.58rem .82rem!important;border-radius:999px;background:#692575!important;color:#fff!important;font-family:'Montserrat',var(--body);font-size:.7rem!important;font-weight:600!important;line-height:1.1;text-decoration:none!important;box-shadow:0 6px 15px rgba(86,30,98,.14);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.news-read-link:hover,.news-read-link:focus-visible{background:#4e1b59!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 9px 19px rgba(86,30,98,.19)}.news-facebook-link{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-height:46px;margin-top:40px;padding:.7rem 1rem;border:1px solid #692575;border-radius:999px;background:#fff;color:#692575;font-family:'Montserrat',var(--body);font-size:.72rem;font-weight:600;letter-spacing:.025em;line-height:1.1;text-decoration:none;transition:transform .18s ease,background-color .18s ease,color .18s ease}.news-facebook-link:hover,.news-facebook-link:focus-visible{background:#692575;color:#fff;transform:translateY(-1px)}.news-facebook-link .bi-facebook{font-size:.88rem}

/* Keep Home News CTAs on the shared baseline of each desktop/tablet grid row. */
.social-thumbs .social-thumb{height:100%}.social-thumbs .social-card-body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.social-thumbs .news-read-link{margin-top:auto!important}

/* News detail: compact editorial rhythm while preserving Facebook line breaks. */
.news-detail header{margin-bottom:26px}.news-detail h1{margin-bottom:.8rem}.news-detail-hero{margin-bottom:clamp(24px,3vw,34px)}.news-detail-message{max-width:800px;color:#403944;font-family:'Montserrat',var(--body);font-size:1.0625rem;line-height:1.6}.news-detail-message p{margin:0 0 1em}.news-detail-message p:last-child{margin-bottom:0}.news-detail-message+.news-tags{margin:20px 0 24px}.news-detail-message+.news-gallery{margin:26px 0 30px}.news-tags+.news-gallery{margin-top:0;margin-bottom:30px}
.news-detail-message .news-inline-link{color:#70267c;font-weight:600;text-decoration-color:rgba(112,38,124,.42);text-decoration-thickness:1px;text-underline-offset:3px;overflow-wrap:anywhere}.news-detail-message .news-inline-link:hover{color:#4d1858;text-decoration-color:currentColor}.news-detail-message .news-inline-link:focus-visible{outline:2px solid #8f3596;outline-offset:3px;border-radius:3px}
.news-adjacent{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:clamp(38px,6vw,64px);padding-top:clamp(28px,4vw,42px);border-top:1px solid rgba(91,31,103,.14)}.news-adjacent-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:14px;border:1px solid rgba(105,37,117,.13);border-radius:18px;background:#fcf8fd;color:#54205f;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.news-adjacent-card:hover{transform:translateY(-2px);border-color:rgba(105,37,117,.28);box-shadow:0 12px 28px rgba(61,20,71,.08);color:#54205f}.news-adjacent-card:focus-visible{outline:2px solid #8f3596;outline-offset:3px}.news-adjacent-copy{display:block;min-width:0}.news-adjacent-label{display:block;margin-bottom:.32rem;color:#9a419f;font-size:.63rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.news-adjacent-card time{display:block;margin-bottom:.34rem;color:#8b3e91;font-size:.67rem;font-weight:700;letter-spacing:.04em}.news-adjacent-card strong{display:-webkit-box;overflow:hidden;color:#4d1858;font-family:'Fraunces',var(--display);font-size:1.08rem;font-weight:500;line-height:1.08;-webkit-box-orient:vertical;-webkit-line-clamp:2}.news-adjacent-card img{display:block;width:56px;height:56px;object-fit:cover;border-radius:11px}.news-adjacent-arrow{color:#762c82;font-size:1rem}.news-adjacent-next{grid-template-columns:minmax(0,1fr) auto auto}.news-adjacent-next .news-adjacent-copy{order:1}.news-adjacent-next img{order:2}.news-adjacent-next .news-adjacent-arrow{order:3}
@media(max-width:767.98px){.news-detail .container-xl{padding-inline:20px}.news-detail h1{font-size:clamp(2.55rem,10.5vw,3.65rem);margin-bottom:.75rem}.news-detail-hero{margin-bottom:24px}.news-detail-message{font-size:1rem;line-height:1.6}.news-detail-message p{margin-bottom:1em}.news-detail-message+.news-tags{margin-top:18px;margin-bottom:22px}.news-detail-message+.news-gallery{margin:24px 0 28px}.news-tags+.news-gallery{margin-top:0;margin-bottom:28px}}
@media(max-width:767.98px){.news-adjacent{grid-template-columns:1fr;gap:12px;margin-top:36px;padding-top:28px}.news-adjacent-card{padding:13px;gap:12px}.news-adjacent-card strong{font-size:1.03rem}.news-adjacent-card img{width:52px;height:52px}}
@media(max-width:767.98px){.news-discovery{margin-bottom:30px;padding:18px;border-radius:18px}.news-search>div{flex-direction:column}.news-search button{min-height:46px}.news-tag-explorer{margin-top:22px}.news-filter-state{align-items:flex-start}.news-filter-state .news-clear-filters{width:100%;margin-left:0;padding-left:0;justify-content:flex-start}}

/* Keep every News title independent from Facebook-sourced inline markup. */
.news-card-title,.news-card-title *,.news-detail-title,.news-detail-title *{font-family:"Fraunces",serif!important;font-weight:500!important;font-style:normal!important}

/* Serie A1 editorial story */
.seriea-hero{overflow:hidden;padding:clamp(56px,8vw,112px) 0;background:radial-gradient(circle at 83% 18%,rgba(226,102,214,.25),transparent 28%),linear-gradient(135deg,#32113d,#6a2877);color:#fff}.seriea-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.88fr);align-items:center;gap:clamp(34px,6vw,82px)}.seriea-hero-copy .eyebrow{color:#eda9e5}.seriea-hero h1,.seriea-chapter h2,.seriea-cta h2{font-family:'Fraunces',var(--display);font-weight:500;letter-spacing:-.045em}.seriea-hero h1{max-width:720px;margin:.25rem 0 1rem;font-size:clamp(3.45rem,6.4vw,6.7rem);line-height:.91;text-wrap:balance}.seriea-hero-copy>p:not(.eyebrow){max-width:480px;margin:0;color:rgba(255,255,255,.83);font-size:1.03rem;line-height:1.65}.seriea-hero-media,.seriea-image{margin:0;overflow:hidden;border-radius:24px;box-shadow:0 24px 58px rgba(30,9,38,.25)}.seriea-hero-media img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.seriea-story{padding:clamp(70px,10vw,142px) 0;background:linear-gradient(180deg,#fff 0%,#fcf8fd 100%)}.seriea-chapter{max-width:920px;margin:0 auto;padding:0 0 clamp(72px,11vw,148px)}.seriea-chapter+ .seriea-chapter{padding-top:clamp(60px,9vw,122px);border-top:1px solid rgba(91,31,103,.12)}.seriea-chapter header{max-width:760px;margin-bottom:clamp(28px,4vw,44px)}.seriea-chapter header .eyebrow{margin-bottom:.6rem}.seriea-chapter h2{margin:0;color:#4d1858;font-size:clamp(3.8rem,7vw,7rem);line-height:.85}.seriea-date{margin:.95rem 0 0;color:#8a438e;font-size:.76rem;font-weight:700;letter-spacing:.06em}.seriea-emotion{max-width:900px;margin:0 0 1.15rem;color:#57205f;font-family:'Fraunces',var(--display);font-size:clamp(2.3rem,4.6vw,4.7rem);font-weight:500;line-height:.98;letter-spacing:-.04em;text-wrap:balance}.seriea-city{margin:0 0 1.55rem;color:#9a469a;font-family:'Fraunces',var(--display);font-size:clamp(1.55rem,2.8vw,2.55rem);line-height:1.08}.seriea-lead{max-width:790px;margin:0 0 2rem;color:#5b2365;font-family:'Fraunces',var(--display);font-size:clamp(1.45rem,2.65vw,2.35rem);font-weight:500;line-height:1.16;letter-spacing:-.025em}.seriea-prose{max-width:740px;color:#554d57;font-size:1rem;line-height:1.9}.seriea-prose p{margin:0 0 1.35rem}.seriea-prose .seriea-lead{margin-top:2.2rem}.seriea-chapter blockquote{max-width:850px;margin:clamp(38px,6vw,74px) auto;padding:clamp(25px,4vw,48px) 0;border-top:1px solid rgba(128,52,137,.32);border-bottom:1px solid rgba(128,52,137,.32);color:#60236a;font-family:'Fraunces',var(--display);font-size:clamp(2rem,4.6vw,4.8rem);font-weight:500;line-height:1.02;letter-spacing:-.04em;text-align:center}.seriea-signature{margin-top:2.2rem!important;color:#78307f;font-family:'Great Vibes',cursive;font-size:clamp(2rem,3vw,2.8rem);line-height:1}.seriea-image{max-width:840px;margin:clamp(38px,6vw,72px) auto 0}.seriea-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.seriea-image img,.seriea-hero-media img{cursor:zoom-in}.seriea-cta{padding:clamp(54px,7vw,86px) 0;background:linear-gradient(100deg,#31113d,#682576 60%,#9b3e9d);color:#fff}.seriea-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.seriea-cta h2{margin:0;font-size:clamp(2.7rem,4.5vw,4.8rem);line-height:.94}.seriea-cta p{margin:.8rem 0 0;color:rgba(255,255,255,.84);line-height:1.65}.seriea-cta .btn-light-cta{flex:0 0 auto}
@media(max-width:767.98px){.seriea-hero{padding:50px 0 56px}.seriea-hero-grid{grid-template-columns:1fr;gap:30px}.seriea-hero h1{font-size:clamp(3.2rem,13vw,4.55rem)}.seriea-hero-copy>p:not(.eyebrow){font-size:.92rem}.seriea-hero-media,.seriea-image{border-radius:18px}.seriea-hero-media img{aspect-ratio:5/4}.seriea-story{padding:54px 0 0}.seriea-chapter{padding-bottom:68px}.seriea-chapter+ .seriea-chapter{padding-top:58px}.seriea-chapter h2{font-size:clamp(3.35rem,14vw,4.8rem)}.seriea-date{font-size:.69rem;line-height:1.5}.seriea-emotion{font-size:clamp(2.15rem,10.5vw,3.35rem)}.seriea-city{font-size:1.65rem}.seriea-lead{font-size:1.45rem;line-height:1.18}.seriea-prose{font-size:.91rem;line-height:1.82}.seriea-chapter blockquote{margin:38px 0;font-size:clamp(2rem,10vw,3.1rem)}.seriea-image{margin-top:32px}.seriea-image img{aspect-ratio:4/3}.seriea-cta{padding:48px 0}.seriea-cta-inner{align-items:flex-start;flex-direction:column;gap:26px}.seriea-cta h2{font-size:clamp(2.65rem,11.5vw,3.65rem)}.seriea-cta p{font-size:.9rem}.seriea-cta .btn-light-cta{align-self:flex-start}}

/* Serie A1 photographic reportage compositions */
.seriea-hero-media img{aspect-ratio:4/3}.seriea-chapter{max-width:1200px}.seriea-media{margin:0;overflow:hidden;border-radius:22px;box-shadow:0 18px 46px rgba(61,20,71,.1)}.seriea-media img{display:block;width:100%;height:100%;object-fit:cover}.seriea-ancona-composition{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(220px,.8fr);align-items:end;gap:clamp(16px,2.8vw,38px);max-width:1120px;margin:clamp(34px,5vw,64px) 0 clamp(44px,7vw,92px)}.ancona-main{aspect-ratio:16/10}.ancona-secondary{aspect-ratio:3/4;margin-bottom:clamp(20px,5vw,78px)}.seriea-ancona-later{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(16px,2.8vw,34px);align-items:start;max-width:1120px;margin:clamp(42px,7vw,94px) auto 0}.ancona-wide{grid-column:1/-1;aspect-ratio:16/8}.ancona-detail{aspect-ratio:4/3}.seriea-torino-opening{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);align-items:center;gap:clamp(34px,6vw,88px)}.seriea-torino-opening header{margin-bottom:28px}.seriea-torino-opening .seriea-emotion{font-size:clamp(2.1rem,3.8vw,4rem)}.torino-main{align-self:stretch;min-height:520px;aspect-ratio:4/5}.seriea-chapter-torino blockquote{max-width:960px}.seriea-torino-after{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.65fr);gap:clamp(30px,6vw,86px);align-items:start}.seriea-torino-media{display:grid;gap:22px}.torino-secondary{aspect-ratio:3/4}.torino-detail{aspect-ratio:16/10}.napoli-wide{display:block;max-width:1140px;aspect-ratio:16/8;margin:clamp(34px,5vw,64px) auto clamp(40px,7vw,86px)}.seriea-napoli-final{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(0,1fr);gap:clamp(30px,6vw,88px);align-items:start;max-width:1100px;margin:0 auto}.napoli-secondary{aspect-ratio:3/4;margin-top:12px}.seriea-napoli-more{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:960px;margin:clamp(42px,7vw,88px) auto 0}.napoli-detail{aspect-ratio:3/4}.napoli-landscape{aspect-ratio:16/10;margin-top:clamp(24px,5vw,66px)}
@media(max-width:767.98px){.seriea-hero-media img{aspect-ratio:5/4}.seriea-chapter{max-width:920px}.seriea-media{border-radius:18px}.seriea-ancona-composition,.seriea-torino-opening,.seriea-torino-after,.seriea-napoli-final,.seriea-napoli-more{display:grid;grid-template-columns:1fr;gap:20px}.seriea-ancona-composition{margin:30px 0 42px}.ancona-main{aspect-ratio:16/10}.ancona-secondary{max-width:72%;margin:0 0 0 auto;aspect-ratio:3/4}.seriea-ancona-later{grid-template-columns:1fr;gap:20px;margin-top:38px}.ancona-wide{aspect-ratio:16/10}.ancona-detail{max-width:76%;aspect-ratio:4/3}.seriea-torino-opening{gap:28px}.torino-main{min-height:0;max-width:86%;margin-left:auto;aspect-ratio:4/5}.seriea-torino-after{gap:28px}.seriea-torino-media{max-width:72%;margin:0 auto}.torino-secondary{aspect-ratio:3/4}.napoli-wide{margin:30px 0 36px;aspect-ratio:16/10}.seriea-napoli-final{gap:26px}.napoli-secondary{max-width:70%;margin:0}.seriea-napoli-more{gap:18px;margin-top:38px}.napoli-detail{max-width:72%;aspect-ratio:3/4}.napoli-landscape{margin:0;aspect-ratio:16/10}}

/* Contacts */
.contacts-hero{padding:clamp(64px,9vw,124px) 0 clamp(54px,7vw,94px);background:radial-gradient(circle at 82% 20%,rgba(226,113,217,.2),transparent 30%),linear-gradient(135deg,#351040,#6b2878);color:#fff}.contacts-hero .eyebrow{color:#efa9e5}.contacts-hero h1,.contacts-main h2,.contacts-gyms h2,.contacts-social h2{font-family:'Fraunces',var(--display);font-weight:500;letter-spacing:-.04em}.contacts-hero h1{margin:.25rem 0 1rem;font-size:clamp(3.5rem,6.3vw,6.6rem);line-height:.91}.contacts-hero p:not(.eyebrow){max-width:570px;margin:0;color:rgba(255,255,255,.84);line-height:1.7}.contacts-content{padding:clamp(48px,7vw,98px) 0 clamp(70px,10vw,132px);background:linear-gradient(180deg,#fff,#fcf8fd)}.contacts-hours{display:flex;align-items:center;gap:22px;max-width:920px;margin:0 auto clamp(48px,7vw,90px);padding:clamp(22px,3.2vw,34px);border:1px solid rgba(111,40,124,.13);border-radius:22px;background:#fbf1fc}.contacts-hours svg{width:48px;height:48px;flex:0 0 auto;fill:none;stroke:#732a80;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.contacts-hours h2{margin:0 0 .35rem;color:#592063;font-family:'Fraunces',var(--display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:500}.contacts-hours p{margin:0;color:#635868;font-size:.94rem}.contacts-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,5vw,72px);max-width:1040px;margin:0 auto clamp(56px,8vw,112px)}.contacts-main article{padding:clamp(24px,3.3vw,38px);border-radius:22px;background:#fff;box-shadow:0 15px 42px rgba(58,19,69,.06)}.contacts-main h2{margin:0 0 1.6rem;color:#4d1858;font-size:clamp(2rem,3.5vw,3.2rem);line-height:.98}.contacts-line{display:flex;align-items:flex-start;gap:13px;margin:0 0 1.15rem;color:#5c4f61;text-decoration:none}.contacts-line svg{width:22px;height:22px;flex:0 0 auto;margin-top:.12rem;fill:none;stroke:#762b82;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.contacts-line p{margin:0;line-height:1.65}.contacts-tax{margin:1.9rem 0 0;padding-top:1.45rem;border-top:1px solid rgba(103,37,115,.12);color:#635867;font-size:.84rem;line-height:1.8}.contacts-direct .contacts-line{color:#51205b}.contacts-direct .contacts-line:hover{color:#7a2e85}.contacts-direct small{display:block;margin-bottom:.13rem;color:#925094;font-size:.69rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contacts-direct .contacts-line span{font-size:.93rem;font-weight:600}.contacts-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.9rem}.contacts-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem 1rem;border-radius:999px;font-size:.72rem;font-weight:700;text-decoration:none}.contacts-email-button{border:1px solid #71307d;color:#71307d}.contacts-mobile-button{color:#71307d;background:#fbf1fc}.contacts-email-button:hover,.contacts-mobile-button:hover{background:#71307d;color:#fff}.contacts-map-section{max-width:1120px;margin:0 auto clamp(64px,9vw,124px)}.contacts-map{overflow:hidden;border-radius:24px;box-shadow:0 18px 48px rgba(58,19,69,.09)}.contacts-map iframe{display:block;width:100%;height:450px;border:0}.contacts-map-link{display:inline-flex;gap:.45rem;margin-top:16px;color:#74287f;font-family:'Fraunces',var(--display);font-size:1.1rem;font-weight:500;text-decoration:none}.contacts-map-link:hover{text-decoration:underline;text-underline-offset:4px}.contacts-gyms{max-width:1040px;margin:0 auto clamp(68px,10vw,132px)}.contacts-gyms header{margin:0 0 28px}.contacts-gyms h2,.contacts-social h2{margin:0;color:#4d1858;font-size:clamp(2.8rem,5vw,5.1rem);line-height:.9}.contacts-gyms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.contacts-gyms-grid article{min-height:220px;padding:clamp(24px,3.4vw,38px);border:1px solid rgba(101,35,113,.1);border-radius:22px;background:#fff}.contacts-gyms-grid h3{margin:0 0 .8rem;color:#54205f;font-family:'Fraunces',var(--display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:500}.contacts-gyms-grid p{max-width:30ch;margin:0;color:#635a66;line-height:1.7}.contacts-gyms-grid a{display:inline-flex;gap:.4rem;margin-top:1.7rem;color:#74287f;font-size:.75rem;font-weight:700;text-decoration:none}.contacts-gyms-grid a:hover{text-decoration:underline;text-underline-offset:4px}.contacts-social{text-align:center}.contacts-social h2{margin:.2rem 0 1.65rem}.contacts-social>div{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.contacts-social a{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-width:170px;min-height:54px;padding:.75rem 1.2rem;border:1px solid rgba(105,37,117,.16);border-radius:999px;background:#fff;color:#62236e;font-size:.78rem;font-weight:700;text-decoration:none}.contacts-social a:hover{border-color:#6b2777;background:#6b2777;color:#fff}.contacts-social svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.contacts-social a:first-child svg{fill:currentColor;stroke:none}
@media(max-width:767.98px){.contacts-hero{padding:56px 0 62px}.contacts-hero h1{font-size:clamp(3.15rem,13vw,4.55rem)}.contacts-hero p:not(.eyebrow){font-size:.92rem}.contacts-content{padding:38px 0 72px}.contacts-hours{align-items:flex-start;gap:16px;margin-bottom:42px;padding:22px 20px;border-radius:18px}.contacts-hours svg{width:38px;height:38px}.contacts-hours h2{font-size:1.8rem;line-height:1}.contacts-hours p{font-size:.86rem;line-height:1.55}.contacts-main,.contacts-gyms-grid{grid-template-columns:1fr;gap:16px}.contacts-main{margin-bottom:50px}.contacts-main article{padding:25px 21px;border-radius:18px}.contacts-main h2{font-size:2.15rem}.contacts-actions{flex-direction:column}.contacts-actions a{width:100%}.contacts-map-section{margin-bottom:58px}.contacts-map{border-radius:18px}.contacts-map iframe{height:340px}.contacts-gyms{margin-bottom:62px}.contacts-gyms h2,.contacts-social h2{font-size:clamp(2.65rem,11.5vw,3.7rem)}.contacts-gyms-grid article{min-height:0;padding:25px 22px;border-radius:18px}.contacts-gyms-grid h3{font-size:2rem}.contacts-social a{width:100%;min-height:52px}}

/* Privacy, cookie consent and external map placeholder */
.privacy-hero{padding:clamp(58px,8vw,105px) 0;background:#faf4fb;border-bottom:1px solid rgba(100,35,112,.1)}.privacy-hero .eyebrow{color:#7a2d84}.privacy-hero h1,.privacy-content h2,.privacy-content h3{font-family:'Fraunces',var(--display);font-weight:500;color:#4d1858}.privacy-hero h1{margin:.25rem 0 .9rem;font-size:clamp(3.3rem,6vw,6.2rem);line-height:.92;letter-spacing:-.045em}.privacy-hero p:not(.eyebrow){max-width:640px;margin:0;color:#625767;line-height:1.7}.privacy-layout{padding:clamp(48px,7vw,100px) 0;background:#fff}.privacy-layout-grid{display:grid;grid-template-columns:220px minmax(0,840px);justify-content:center;gap:clamp(38px,7vw,105px)}.privacy-index{position:sticky;top:120px;align-self:start;display:grid;gap:2px;padding:15px;border:1px solid rgba(104,37,115,.12);border-radius:16px;background:#fcf8fd}.privacy-index a{padding:.55rem .65rem;border-radius:9px;color:#6b3d73;font-size:.75rem;font-weight:700;text-decoration:none}.privacy-index a:hover,.privacy-index a:focus-visible{background:#f2e4f4;color:#55205e}.privacy-content{min-width:0;color:#554d57;font-size:.94rem;line-height:1.85}.privacy-content section{scroll-margin-top:128px}.privacy-content section+section{margin-top:clamp(60px,9vw,110px);padding-top:clamp(55px,8vw,94px);border-top:1px solid rgba(102,37,114,.13)}.privacy-content h2{margin:0 0 1.5rem;font-size:clamp(2.45rem,4.4vw,4.8rem);line-height:.94;letter-spacing:-.04em}.privacy-content h3{margin:2.4rem 0 .7rem;font-size:clamp(1.65rem,2.5vw,2.2rem);line-height:1.03}.privacy-content h4{margin:0 0 .7rem;color:#5d2367;font-family:'Fraunces',var(--display);font-size:1.4rem;font-weight:500}.privacy-content p{margin:0 0 1.25rem}.privacy-content a{color:#74277f;overflow-wrap:anywhere}.privacy-content ul{padding-left:1.2rem}.privacy-owner{display:grid;gap:.35rem;margin:2rem 0;padding:22px 24px;border-left:4px solid #7d2f88;border-radius:0 14px 14px 0;background:#fbf1fc;color:#5d3065}.privacy-owner strong{font-size:.8rem;letter-spacing:.07em}.privacy-cookie-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:1.8rem 0}.privacy-cookie-types article{padding:22px;border:1px solid rgba(104,37,115,.12);border-radius:16px;background:#fcf8fd}.privacy-cookie-types p{margin:0;font-size:.85rem;line-height:1.7}.privacy-cookie-types .privacy-cookie-targeting{grid-column:1/-1;border-color:rgba(127,46,139,.3);background:#fbf1fc}.privacy-top{display:inline-flex;margin-top:50px;color:#71257d;font-weight:700;text-decoration:none}.footer-cookie-preferences{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.footer-cookie-preferences:focus-visible,.cookie-banner button:focus-visible,.cookie-preferences button:focus-visible,.contacts-map-placeholder button:focus-visible{outline:2px solid #8b3595;outline-offset:3px;box-shadow:none}.cookie-banner{position:fixed;z-index:2100;right:20px;bottom:18px;left:20px;display:flex;align-items:center;justify-content:space-between;gap:22px;max-width:920px;margin:auto;padding:20px 22px;border:1px solid rgba(104,37,115,.16);border-radius:19px;background:#fff;box-shadow:0 18px 50px rgba(48,18,57,.16);color:#554d57}.cookie-banner[hidden],.cookie-preferences[hidden],.cookie-preferences-backdrop[hidden]{display:none}.cookie-banner h2,.cookie-preferences h2{margin:0 0 .35rem;color:#55205e;font-family:'Fraunces',var(--display);font-size:1.65rem;font-weight:500}.cookie-banner p,.cookie-preferences>p{margin:0;max-width:500px;font-size:.8rem;line-height:1.55}.cookie-banner a,.cookie-preferences a{color:#72277d;font-size:.75rem;font-weight:700}.cookie-banner-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.cookie-button{min-height:42px;padding:.64rem .82rem;border-radius:999px;font-size:.7rem;font-weight:700}.cookie-button-primary{border:1px solid #692575;background:#692575;color:#fff}.cookie-button-secondary{border:1px solid #692575;background:#fff;color:#692575}.cookie-button-primary:hover,.cookie-button-secondary:hover{background:#4e1b59;border-color:#4e1b59;color:#fff}.cookie-preferences-link{padding:.35rem;border:0;background:transparent;color:#70267c;font-size:.72rem;font-weight:700;text-decoration:underline;cursor:pointer}.cookie-preferences-backdrop{position:fixed;z-index:2200;inset:0;display:grid;place-items:center;padding:20px;background:rgba(39,14,47,.28)}.cookie-preferences{position:relative;width:min(100%,560px);padding:clamp(25px,4vw,38px);border-radius:22px;background:#fff;box-shadow:0 25px 70px rgba(40,13,48,.25)}.cookie-preferences-close{position:absolute;top:14px;right:15px;width:36px;height:36px;border:0;border-radius:50%;background:#f7ecf8;color:#61236c;font-size:1.5rem;line-height:1;cursor:pointer}.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:19px;padding:16px 0;border-top:1px solid rgba(104,37,115,.12)}.cookie-category h3{margin:0;color:#57205f;font-family:'Fraunces',var(--display);font-size:1.35rem;font-weight:500}.cookie-category p{margin:.2rem 0 0;color:#6c6270;font-size:.8rem}.cookie-switch input{position:absolute;opacity:0}.cookie-switch span{display:block;width:46px;height:26px;border-radius:999px;background:#d8c5dc;cursor:pointer}.cookie-switch span::after{content:"";display:block;width:20px;height:20px;margin:3px;border-radius:50%;background:#fff;transition:transform .18s ease}.cookie-switch input:checked+span{background:#71277d}.cookie-switch input:checked+span::after{transform:translateX(20px)}.cookie-switch input:disabled+span{opacity:.7;cursor:not-allowed}.cookie-save{width:100%;margin-top:24px}.cookie-modal-open{overflow:hidden}.contacts-map-consent{display:grid;place-items:center;min-height:450px;background:#faf3fb}.contacts-map-consent iframe{width:100%;height:450px}.contacts-map-placeholder{max-width:400px;padding:28px;text-align:center}.contacts-map-placeholder p{margin:0 0 16px;color:#5a4f60;font-family:'Fraunces',var(--display);font-size:1.55rem;line-height:1.1}.contacts-map-placeholder button{min-height:43px;padding:.7rem 1rem;border:1px solid #692575;border-radius:999px;background:#692575;color:#fff;font-size:.72rem;font-weight:700}
@media(max-width:767.98px){.privacy-hero{padding:54px 0 60px}.privacy-hero h1{font-size:clamp(3rem,12.5vw,4.4rem)}.privacy-hero p:not(.eyebrow){font-size:.9rem}.privacy-layout{padding:35px 0 70px}.privacy-layout-grid{grid-template-columns:1fr;gap:30px}.privacy-index{position:static;grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.privacy-index a{font-size:.7rem}.privacy-content{font-size:.89rem;line-height:1.78}.privacy-content h2{font-size:clamp(2.35rem,10.5vw,3.5rem)}.privacy-content h3{font-size:1.65rem}.privacy-content section+section{margin-top:55px;padding-top:52px}.privacy-cookie-types{grid-template-columns:1fr}.privacy-cookie-types .privacy-cookie-targeting{grid-column:auto}.cookie-banner{right:12px;bottom:12px;left:12px;display:block;padding:18px}.cookie-banner-actions{justify-content:flex-start;margin-top:14px}.cookie-banner-actions .cookie-button{flex:1}.cookie-preferences-link{width:100%;text-align:left}.cookie-preferences-backdrop{padding:12px}.cookie-preferences{max-height:calc(100vh - 24px);overflow:auto;padding:25px 20px}.contacts-map-consent,.contacts-map-consent iframe{min-height:340px;height:340px}.contacts-map-placeholder p{font-size:1.35rem}}

/* Values */
.valori-image-interlude{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.2fr);align-items:center;gap:clamp(18px,3.5vw,48px);max-width:1040px;margin:clamp(40px,7vw,78px) auto clamp(58px,9vw,112px)}.valori-image-interlude-reversed{grid-template-columns:minmax(0,1.2fr) minmax(0,.72fr)}
.valori-page{background:#fff}.valori-hero{padding:clamp(72px,10vw,142px) 0 clamp(68px,9vw,124px);background:radial-gradient(circle at 78% 24%,rgba(232,182,237,.55),transparent 30%),linear-gradient(135deg,#fff,#fbf4fc 70%,#f4e8f6)}.valori-hero-inner{max-width:1040px}.valori-hero .eyebrow{margin-bottom:.8rem;color:#7b2d85}.valori-hero h1,.valori-cta h2{margin:0;color:#4d1858;font-family:'Fraunces',var(--display);font-weight:500;letter-spacing:-.045em}.valori-hero h1{max-width:840px;font-size:clamp(3.65rem,7.25vw,7.6rem);line-height:.88;text-wrap:balance}.valori-story{padding:clamp(58px,9vw,136px) 0 clamp(72px,11vw,158px);background:linear-gradient(180deg,#fff 0%,#fcf8fd 100%)}.valori-story-inner{max-width:1120px}.valori-prose{max-width:760px;margin:0 auto;color:#554d57;font-family:'Montserrat',var(--body);font-size:clamp(1rem,1.2vw,1.075rem);line-height:1.68}.valori-prose p{margin:0 0 1.55rem}.valori-prose p:last-child{margin-bottom:0}.valori-media{margin:0;overflow:hidden;border-radius:22px;background:#f5ebf6;box-shadow:0 18px 48px rgba(61,20,71,.1)}.valori-media img{display:block;width:100%;height:100%;object-fit:cover;cursor:zoom-in}.valori-media-wide{max-width:1040px;aspect-ratio:16/8;margin:clamp(38px,6vw,76px) auto clamp(58px,9vw,112px)}.valori-image-pair{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(210px,.72fr);align-items:end;gap:clamp(18px,3.4vw,48px);max-width:1050px;margin:clamp(42px,7vw,88px) auto clamp(58px,9vw,112px)}.valori-image-pair-single{display:block;max-width:720px}.valori-pair-large{aspect-ratio:16/10}.valori-pair-small{aspect-ratio:3/4;margin-bottom:clamp(18px,4vw,64px)}.valori-pullquote{max-width:880px;margin:0 auto clamp(52px,8vw,100px);padding:clamp(28px,5vw,52px) 0;border-top:1px solid rgba(120,44,132,.35);border-bottom:1px solid rgba(120,44,132,.35);color:#5b2365;font-family:'Fraunces',var(--display);font-size:clamp(2.25rem,4.7vw,5rem);font-weight:500;line-height:1.01;letter-spacing:-.04em;text-align:center;text-wrap:balance}.valori-media-near-final{max-width:1040px;aspect-ratio:16/8;margin:clamp(42px,7vw,92px) auto clamp(56px,9vw,112px)}.valori-media-conclusion{max-width:720px;aspect-ratio:4/3;margin:clamp(42px,7vw,88px) 7% clamp(44px,7vw,84px) auto}.valori-extra-images{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.2fr);align-items:center;gap:clamp(18px,3.5vw,48px);max-width:1040px;margin:0 auto clamp(50px,8vw,96px)}.valori-extra-image{aspect-ratio:3/4}.valori-extra-image-1{aspect-ratio:16/10}.valori-pullquote-final{margin-bottom:clamp(42px,7vw,74px)}.valori-prose-conclusion{max-width:790px}.valori-cta{padding:clamp(54px,8vw,92px) 0;background:linear-gradient(105deg,#351040,#6b2878 65%,#914096);color:#fff}.valori-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.valori-cta h2{color:#fff;font-size:clamp(2.7rem,4.8vw,5rem);line-height:.94}.valori-cta .btn-light-cta{flex:0 0 auto}
@media(max-width:767.98px){.valori-hero{padding:58px 0 62px}.valori-hero h1{font-size:clamp(3.15rem,13vw,4.75rem);line-height:.9}.valori-story{padding:48px 0 76px}.valori-prose{font-size:1rem;line-height:1.65}.valori-prose p{margin-bottom:1.35rem}.valori-media{border-radius:18px}.valori-media-wide,.valori-media-near-final{aspect-ratio:5/4;margin:32px 0 48px}.valori-image-pair,.valori-extra-images,.valori-image-interlude{display:grid;grid-template-columns:1fr;gap:18px;margin:34px 0 50px}.valori-image-pair-single{display:block}.valori-pair-large,.valori-pair-small,.valori-extra-image,.valori-extra-image-1{max-width:none;margin:0;aspect-ratio:5/4}.valori-pullquote{margin-bottom:48px;padding:28px 0;font-size:clamp(2.1rem,10.2vw,3.5rem);line-height:1.02}.valori-media-conclusion{max-width:78%;aspect-ratio:4/5;margin:34px 0 44px auto}.valori-pullquote-final{margin-bottom:38px}.valori-cta{padding:48px 0}.valori-cta-inner{align-items:flex-start;flex-direction:column;gap:25px}.valori-cta h2{font-size:clamp(2.6rem,11.2vw,3.75rem)}.valori-cta .btn-light-cta{align-self:flex-start}}

/* Parkour, Acrobatics and Free Running */
.parkour-page{background:#fff}.parkour-hero{padding:clamp(64px,8vw,118px) 0;background:radial-gradient(circle at 84% 18%,rgba(222,132,217,.24),transparent 28%),linear-gradient(135deg,#34103f,#622370 63%,#8c378f);color:#fff}.parkour-hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);align-items:center;gap:clamp(34px,6vw,82px)}.parkour-hero-copy .eyebrow{color:#f0a3e6;margin-bottom:.72rem}.parkour-adult-badge{display:inline-flex;margin:0 0 1.35rem;padding:.52rem .8rem;border:1px solid rgba(255,255,255,.46);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.08em}.parkour-hero h1,.parkour-equipment h2,.parkour-packages h2,.parkour-final h2{font-family:'Fraunces',var(--display);font-weight:500;letter-spacing:-.04em}.parkour-hero h1{margin:0;color:#fff;font-size:clamp(3.2rem,5.4vw,5.8rem);line-height:.91}.parkour-intro{max-width:59ch;margin:1.45rem 0 1rem;color:rgba(255,255,255,.9);font-size:clamp(.98rem,1.25vw,1.1rem);line-height:1.78}.parkour-trial{margin:0 0 1.65rem;color:#f5c8ee;font-size:.9rem;font-weight:600}.parkour-cta{font-family:'Montserrat',var(--body)}.parkour-hero-media{margin:0;overflow:hidden;border-radius:24px;box-shadow:0 24px 60px rgba(28,7,35,.28);aspect-ratio:4/3}.parkour-hero-media img{display:block;width:100%;height:100%;object-fit:cover}.parkour-quick{padding:0;background:#fbf3fc}.parkour-quick-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.parkour-quick-grid>div{display:flex;align-items:center;min-height:104px;padding:20px;border-right:1px solid rgba(105,37,117,.13);color:#63236e;font-size:.76rem;line-height:1.45}.parkour-quick-grid>div:last-child{border:0}.parkour-equipment{padding:clamp(70px,8vw,100px) 0;background:linear-gradient(180deg,#fff,#fcf7fd)}.parkour-equipment-inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.05fr);align-items:center;gap:clamp(35px,7vw,105px);max-width:1060px}.parkour-equipment-inner-single{grid-template-columns:1fr}.parkour-equipment-inner-single>div{max-width:780px}.parkour-equipment h2{margin:0 0 1.25rem;color:#4d1858;font-size:clamp(2.85rem,5vw,5.1rem);line-height:.91}.parkour-equipment p:not(.eyebrow){max-width:55ch;margin:0;color:#5d5361;font-size:1rem;line-height:1.82}.parkour-editorial-image{margin:0;overflow:hidden;border-radius:22px;box-shadow:0 18px 48px rgba(61,20,71,.1);aspect-ratio:4/3}.parkour-editorial-image img{display:block;width:100%;height:100%;object-fit:cover}.parkour-points{padding:clamp(54px,7vw,96px) 0;background:#f8effa}.parkour-points-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.parkour-points article{min-width:0;padding:24px 22px;border:1px solid rgba(105,37,117,.12);border-radius:18px;background:rgba(255,255,255,.72)}.parkour-points i{display:grid;place-items:center;width:38px;height:38px;margin-bottom:20px;border-radius:12px;background:#f2dff4;color:#6f2779;font-size:1.05rem}.parkour-points h2{margin:0 0 .75rem;color:#56205f;font-size:.75rem;font-weight:700;letter-spacing:.045em;line-height:1.4}.parkour-points p{margin:0;color:#665b69;font-size:.85rem;line-height:1.65}.parkour-packages{padding:clamp(68px,9vw,128px) 0;background:#fff}.parkour-packages-head{max-width:720px;margin:0 auto clamp(35px,6vw,62px);text-align:center}.parkour-packages h2{margin:0;color:#4d1858;font-size:clamp(2.9rem,5.1vw,5.2rem);line-height:.92}.parkour-packages-head p{margin:1rem auto 0;color:#665b69;line-height:1.7}.parkour-packages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1120px;margin:auto}.parkour-packages-grid article{display:flex;min-height:335px;flex-direction:column;padding:clamp(25px,3vw,36px);border:1px solid rgba(105,37,117,.15);border-radius:22px;background:linear-gradient(145deg,#fff,#fdf8fe);box-shadow:0 12px 34px rgba(61,20,71,.05)}.parkour-packages-grid h3{margin:0 0 1.15rem;color:#572060;font-size:.82rem;font-weight:700;letter-spacing:.045em;line-height:1.45}.parkour-packages-grid p{margin:0;color:#675d69;font-size:.88rem;line-height:1.7}.parkour-packages-grid strong{margin-top:auto;padding-top:1.6rem;color:#63236e;font-family:'Fraunces',var(--display);font-size:clamp(2rem,3vw,2.8rem);font-weight:500;line-height:1}.parkour-packages-note{max-width:1120px;margin:20px auto 0;color:#796d7d;font-size:.76rem;line-height:1.55}.parkour-final{padding:clamp(55px,8vw,92px) 0;background:linear-gradient(105deg,#351040,#6b2878 65%,#914096);color:#fff}.parkour-final-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.parkour-final h2{margin:0;color:#fff;font-size:clamp(2.8rem,5vw,5rem);line-height:.92}.parkour-final p{margin:.85rem 0 0;color:rgba(255,255,255,.86);line-height:1.65}.parkour-final .btn-light-cta{flex:0 0 auto}
@media(max-width:991.98px){.parkour-hero-grid,.parkour-equipment-inner{grid-template-columns:1fr}.parkour-hero-media{max-width:760px}.parkour-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.parkour-quick-grid>div:nth-child(3){border-right:0}.parkour-points-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.parkour-packages-grid{grid-template-columns:1fr}.parkour-packages-grid article{min-height:0}.parkour-packages-grid strong{margin-top:2.4rem}}
@media(max-width:767.98px){.parkour-hero{padding:54px 0 58px}.parkour-hero h1{font-size:clamp(2.9rem,12vw,4.35rem);line-height:.93}.parkour-intro{font-size:1rem;line-height:1.7}.parkour-hero-media{width:100%;border-radius:18px}.parkour-quick-grid{grid-template-columns:1fr 1fr}.parkour-quick-grid>div{min-height:78px;padding:16px;font-size:.72rem}.parkour-quick-grid>div:nth-child(2n){border-right:0}.parkour-quick-grid>div:last-child{grid-column:1/-1;border-top:1px solid rgba(105,37,117,.13)}.parkour-equipment{padding:52px 0}.parkour-equipment h2{font-size:clamp(2.65rem,11vw,3.75rem)}.parkour-equipment p:not(.eyebrow){font-size:1rem;line-height:1.68}.parkour-points{padding:48px 0}.parkour-points-grid{grid-template-columns:1fr;gap:12px}.parkour-points article{padding:22px 20px}.parkour-packages{padding:54px 0 65px}.parkour-packages h2{font-size:clamp(2.65rem,11vw,3.8rem)}.parkour-packages-head{text-align:left}.parkour-packages-grid{gap:14px}.parkour-packages-grid article{padding:26px 22px;border-radius:18px}.parkour-final{padding:48px 0}.parkour-final-inner{align-items:flex-start;flex-direction:column;gap:25px}.parkour-final h2{font-size:clamp(2.65rem,11vw,3.8rem)}.parkour-final .btn-light-cta{align-self:flex-start;min-height:44px}}

/* Contacts editorial refinement */
.contacts-content{padding:clamp(44px,6vw,78px) 0 clamp(54px,7vw,88px)}.contacts-hours{max-width:1040px;margin-bottom:clamp(38px,5vw,62px);padding:clamp(20px,2.8vw,30px);border-color:rgba(111,40,124,.12);background:linear-gradient(135deg,#fcf5fd,#f8edfa);box-shadow:0 10px 30px rgba(58,19,69,.04)}.contacts-hours h2{font-size:clamp(1.75rem,2.6vw,2.3rem)}.contacts-main{gap:24px;max-width:1040px;margin-bottom:clamp(48px,6vw,72px)}.contacts-main article{display:flex;flex-direction:column;padding:clamp(27px,3.5vw,42px);border:1px solid rgba(101,35,113,.09);box-shadow:0 16px 42px rgba(58,19,69,.06)}.contacts-main h2{margin-bottom:1.45rem}.contacts-identity .contacts-line{margin-bottom:0}.contacts-company-data{display:grid;gap:0;margin-top:auto;padding-top:1.8rem}.contacts-company-data>p{margin:0 0 .75rem;color:#88428f;font-size:.67rem;font-weight:700;letter-spacing:.11em}.contacts-company-data>div{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:.78rem 0;border-top:1px solid rgba(103,37,115,.12)}.contacts-company-data span{color:#806f84;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.contacts-company-data strong{color:#592063;font-size:.9rem;font-weight:600}.contacts-direct .contacts-line{margin-bottom:1rem}.contacts-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:auto;padding-top:1.15rem}.contacts-actions a{min-width:0;padding:.72rem .72rem;text-align:center}.contacts-whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid #71307d;background:#71307d;color:#fff}.contacts-whatsapp-button:hover,.contacts-whatsapp-button:focus-visible{background:#4e1b59;border-color:#4e1b59;color:#fff;outline:2px solid #8f3596;outline-offset:3px}.contacts-email-button{display:inline-flex;align-items:center;justify-content:center}.contacts-map-section{margin-bottom:clamp(48px,6vw,74px)}.contacts-map-section>.eyebrow{margin-bottom:13px}.contacts-map{border:1px solid rgba(101,35,113,.1)}.contacts-map-link{margin-top:13px}.contacts-gyms{margin-bottom:clamp(45px,6vw,70px)}.contacts-gyms header{margin-bottom:24px}.contacts-gyms-grid{gap:18px}.contacts-gyms-grid article{position:relative;min-height:195px;padding:clamp(24px,3vw,34px);border-color:rgba(101,35,113,.12);background:linear-gradient(145deg,#fff,#fcf7fd);box-shadow:0 12px 32px rgba(58,19,69,.04)}.contacts-venue-icon{display:grid;place-items:center;width:35px;height:35px;margin-bottom:20px;border-radius:11px;background:#f1e1f3;color:#722b7e;font-size:1rem}.contacts-gyms-grid h3{font-size:clamp(1.7rem,2.6vw,2.25rem)}.contacts-gyms-grid a{margin-top:1.35rem}.contacts-social{max-width:560px;margin:0 auto}.contacts-social h2{margin:.15rem 0 1.05rem}.contacts-social>div{gap:10px}.contacts-social a{min-height:48px;min-width:150px;padding:.66rem 1rem}.contacts-social .eyebrow{margin-bottom:.42rem}
@media(max-width:767.98px){.contacts-content{padding:36px 0 58px}.contacts-hours{margin-bottom:32px}.contacts-main{margin-bottom:42px}.contacts-main article{padding:25px 21px}.contacts-company-data{margin-top:1.3rem}.contacts-company-data>div{align-items:flex-start;flex-direction:column;gap:4px}.contacts-actions{grid-template-columns:1fr;margin-top:1.25rem}.contacts-actions a{width:100%;min-height:46px}.contacts-map-section{margin-bottom:42px}.contacts-gyms{margin-bottom:46px}.contacts-gyms-grid{gap:14px}.contacts-gyms-grid article{padding:24px 21px}.contacts-social h2{margin-bottom:.9rem}.contacts-social>div{gap:8px}.contacts-social a{min-height:48px}}

/* Course schedules */
.schedule-panel .schedule-location{margin:0}.schedule-panel .schedule-location+.schedule-location{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #eadced}.schedule-panel .schedule-location h4{margin:0 0 .65rem;color:#6a2875;font-family:'Montserrat',var(--body);font-size:.69rem;font-weight:700;letter-spacing:.1em;line-height:1.4;text-transform:uppercase}.schedule-list{display:grid;gap:.55rem}.schedule-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.28rem 1rem;padding:.75rem .8rem;border:1px solid rgba(126,49,137,.11);border-radius:13px;background:rgba(255,255,255,.72);color:#4d1c58;font-family:'Montserrat',var(--body);font-size:.83rem;line-height:1.5}.schedule-level{grid-column:1/-1;color:#5a2065;font-size:.78rem;font-weight:700}.schedule-days{min-width:0;color:#57475c;font-weight:600}.schedule-time{justify-self:end;display:inline-flex;align-items:center;min-height:28px;padding:.32rem .56rem;border-radius:999px;background:#f0dff3;color:#692575;font-size:.75rem;font-weight:700;line-height:1.2;white-space:nowrap}.schedule-note{grid-column:1/-1;color:#7a6b7e;font-size:.72rem;font-weight:500}.schedule-entry-info{display:block;color:#4d1c58;font-weight:700}.schedule-slots{grid-column:1/-1;display:grid;gap:.35rem}.schedule-slot{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding-top:.35rem;border-top:1px solid rgba(126,49,137,.1)}.schedule-slot:first-child{padding-top:0;border-top:0}.discipline-time>span{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem}.discipline-time-days{font-weight:600}.discipline-time-value{display:inline-flex;align-items:center;padding:.3rem .52rem;border-radius:999px;background:#f0dff3;color:#692575;font-size:.76rem;line-height:1.2;white-space:nowrap}.parkour-quick-grid .parkour-quick-days,.parkour-quick-grid .parkour-quick-time{flex-direction:column;align-items:flex-start;justify-content:center;gap:.3rem}.parkour-quick-days span,.parkour-quick-time span{color:#8a5292;font-size:.61rem;font-weight:700;letter-spacing:.1em}.parkour-quick-time strong{display:inline-flex;align-items:center;padding:.32rem .52rem;border-radius:999px;background:#f0dff3;color:#692575;line-height:1.2}.parkour-schedule-days{display:block;margin-top:.2rem;color:#57475c;font-weight:600}.parkour-schedule-time{display:inline-flex;align-items:center;margin-top:.45rem;padding:.3rem .52rem;border-radius:999px;background:#f0dff3;color:#692575;font-family:'Montserrat',var(--body);font-size:.76rem;font-weight:700;line-height:1.2;white-space:nowrap}
@media(max-width:767.98px){.schedule-panel .schedule-location+.schedule-location{margin-top:1rem;padding-top:1rem}.schedule-entry{grid-template-columns:1fr;gap:.36rem;padding:.78rem}.schedule-time{justify-self:start}.schedule-slot{grid-template-columns:1fr;gap:.36rem}.schedule-slot .schedule-time{justify-self:start}.discipline-time{align-items:flex-start}.discipline-time>span{align-items:flex-start;flex-direction:column;gap:.32rem}.parkour-quick-grid .parkour-quick-days,.parkour-quick-grid .parkour-quick-time{min-width:0}.parkour-quick-time strong{max-width:100%;white-space:normal}.parkour-schedule-time{max-width:100%;white-space:normal}}

/* Home: Gymnasium venue */
.gym-venue-section{padding:clamp(64px,8vw,112px) 0;background:linear-gradient(135deg,#fbf4fc 0%,#fff 56%,#f8eef9 100%)}.gym-venue-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:center;gap:clamp(36px,6vw,88px);max-width:1160px}.gym-venue-grid>*{min-width:0}.gym-venue-video-wrap{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:28px;background:#291031;box-shadow:0 20px 48px rgba(54,16,63,.13);aspect-ratio:16/9}.gym-venue-video-wrap::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.16);border-radius:inherit;pointer-events:none}.gym-venue-video{display:block;width:100%;height:100%;object-fit:cover;background:#291031}.gym-venue-copy{max-width:550px}.gym-venue-copy h2{margin:.15rem 0 1.3rem;color:#4d1c58;font-family:'Fraunces',var(--display);font-size:clamp(2.75rem,4.25vw,4.7rem);font-weight:500;letter-spacing:-.04em;line-height:.96}.gym-venue-copy p:not(.eyebrow){margin:0 0 1.05rem;color:#5d5361;font-family:'Montserrat',var(--body);font-size:clamp(.93rem,1.1vw,1.03rem);line-height:1.78}.gym-venue-copy .btn{margin-top:.55rem}.gym-venue-video:focus{outline:0}.gym-venue-video:focus-visible{outline:2px solid #a540a4;outline-offset:4px}
@media(max-width:767.98px){.gym-venue-section{padding:48px 0 52px}.gym-venue-grid{grid-template-columns:1fr;gap:28px}.gym-venue-video-wrap{min-height:0;border-radius:20px;aspect-ratio:16/9}.gym-venue-copy{max-width:none}.gym-venue-copy h2{font-size:clamp(2.55rem,10.8vw,3.75rem);line-height:.98;margin-bottom:1.05rem}.gym-venue-copy p:not(.eyebrow){font-size:.92rem;line-height:1.7;margin-bottom:.95rem}.gym-venue-copy .btn{min-height:46px;margin-top:.35rem}}

/* Shared image lightbox: always contain the complete image in the viewport. */
.news-lightbox{display:flex;align-items:center;justify-content:center;overflow:hidden;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));overscroll-behavior:contain}.news-lightbox-dialog{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;overflow:hidden}.news-lightbox-image{display:block;max-width:calc(100vw - 32px - env(safe-area-inset-left) - env(safe-area-inset-right));max-height:calc(100vh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));width:auto;height:auto;object-fit:contain;user-select:none}.news-lightbox-open{overflow:hidden;overscroll-behavior:none}
@media(max-width:767.98px){.news-lightbox{padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.news-lightbox-image{max-width:calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));max-height:calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}

/* Not found */
.not-found-page{background:#fff}.not-found-section{position:relative;overflow:hidden;display:flex;align-items:center;min-height:calc(100svh - 82px);padding:clamp(72px,10vw,142px) 0;background:radial-gradient(circle at 76% 28%,rgba(231,173,235,.48),transparent 31%),linear-gradient(135deg,#fff 0%,#fbf4fc 65%,#f3e7f5 100%)}.not-found-inner{position:relative;width:100%;max-width:1060px}.not-found-number{position:absolute;z-index:0;top:50%;right:2%;color:rgba(107,40,120,.075);font-family:'Fraunces',var(--display);font-size:clamp(12rem,28vw,28rem);font-weight:500;line-height:.72;letter-spacing:-.09em;transform:translateY(-50%);pointer-events:none;user-select:none}.not-found-copy{position:relative;z-index:1;max-width:680px}.not-found-copy h1{margin:.15rem 0 1.35rem;color:#4c1858;font-family:'Fraunces',var(--display);font-size:clamp(3.35rem,6vw,6.45rem);font-weight:500;letter-spacing:-.05em;line-height:.9;text-wrap:balance}.not-found-copy>p:not(.eyebrow){max-width:53ch;margin:0;color:#5c5260;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.78}.not-found-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:2rem}.not-found-actions .btn{min-height:48px;padding:.82rem 1.15rem}.not-found-secondary{border:1px solid #692575;background:rgba(255,255,255,.74);color:#692575}.not-found-secondary:hover,.not-found-secondary:focus-visible{border-color:#4d1858;background:#4d1858;color:#fff}.not-found-links{display:flex;flex-wrap:wrap;gap:16px;margin-top:2rem}.not-found-links a{color:#70277c;font-size:.78rem;font-weight:700;text-decoration:underline;text-decoration-color:rgba(112,39,124,.32);text-underline-offset:4px}.not-found-links a:hover,.not-found-links a:focus-visible{color:#4d1858;text-decoration-color:currentColor}.not-found-links a:focus-visible,.not-found-secondary:focus-visible{outline:2px solid #8f3596;outline-offset:3px;box-shadow:none}
@media(max-width:767.98px){.not-found-section{min-height:calc(100svh - 72px);align-items:flex-start;padding:clamp(68px,17vw,96px) 0 72px}.not-found-number{top:26%;right:-.08em;font-size:clamp(9.5rem,48vw,15rem);transform:none}.not-found-copy{max-width:100%}.not-found-copy h1{max-width:10ch;font-size:clamp(3rem,12.5vw,4.35rem);line-height:.93}.not-found-copy>p:not(.eyebrow){font-size:.95rem;line-height:1.7}.not-found-actions{display:grid;grid-template-columns:1fr;margin-top:1.75rem}.not-found-actions .btn{width:100%;min-height:50px}.not-found-links{gap:14px;margin-top:1.65rem}}

/* Clickable News card media: preserves the existing image crop and dimensions. */
.news-card>.news-card-media{display:block;margin-top:0;padding-top:0;line-height:0}.news-card>.news-card-media>img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.news-card-media:focus-visible,.social-thumb-media:focus-visible{outline:2px solid #8f3596;outline-offset:-4px}
