:root{
  --fcm-red:#8f1025;
  --fcm-red-bright:#b41632;
  --fcm-red-dark:#5f0818;
  --fcm-red-black:#2a050c;
  --fcm-red-soft:#f8e9ed;
  --fcm-green:#006233;
  --fcm-ink:#0d0c0e;
  --fcm-ink-2:#171316;
  --fcm-muted:#6d666a;
  --fcm-line:#e9e2e4;
  --fcm-soft:#f7f4f5;
  --fcm-white:#fff;
  --fcm-radius:22px;
  --fcm-radius-sm:14px;
  --fcm-shadow:0 24px 70px rgba(72,8,23,.16);
  --fcm-shadow-soft:0 12px 34px rgba(52,14,23,.08);
}

html{scroll-behavior:smooth}
body.fcm-club-site{background:var(--fcm-white);color:var(--fcm-ink);font-synthesis:none}
body.fcm-club-site ::selection{background:var(--fcm-red);color:#fff}

/* ===== FLATSOME HEADER / NAV ===== */
.fcm-club-site .header-wrapper{box-shadow:0 1px 0 rgba(75,4,19,.16)}
.fcm-club-site .header-main{background:linear-gradient(105deg,var(--fcm-red-dark),var(--fcm-red) 52%,#a2132c);color:#fff}
.fcm-club-site .header-main .nav>li>a,
.fcm-club-site .header-main .header-button a,
.fcm-club-site .header-main .icon-menu,
.fcm-club-site .header-main .icon-search,
.fcm-club-site .header-main .icon-user,
.fcm-club-site .header-main .cart-icon strong{color:#fff}
.fcm-club-site .header-main .nav>li>a{position:relative;font-weight:850;letter-spacing:.055em;text-transform:uppercase;font-size:.78rem;opacity:.9;transition:opacity .2s ease,transform .2s ease}
.fcm-club-site .header-main .nav>li>a:after{content:"";position:absolute;left:50%;right:50%;bottom:5px;height:2px;background:#fff;border-radius:99px;transition:left .2s ease,right .2s ease;opacity:.95}
.fcm-club-site .header-main .nav>li.active>a,
.fcm-club-site .header-main .nav>li>a:hover{color:#fff;opacity:1;transform:translateY(-1px)}
.fcm-club-site .header-main .nav>li.active>a:after,
.fcm-club-site .header-main .nav>li>a:hover:after{left:14%;right:14%}
.fcm-club-site .header-main .header-button .button{background:#fff!important;border-color:#fff!important;color:var(--fcm-red)!important;box-shadow:none}
.fcm-club-site .header-main .header-button .button:hover{background:var(--fcm-red-soft)!important;border-color:var(--fcm-red-soft)!important}

.fcm-club-site .nav-dropdown{border:0;border-top:3px solid var(--fcm-red);box-shadow:0 22px 60px rgba(0,0,0,.16);border-radius:0 0 16px 16px;overflow:hidden}
.fcm-club-site .nav-dropdown>li>a{font-weight:750}
.fcm-club-site .nav-dropdown>li>a:hover{color:var(--fcm-red);background:var(--fcm-red-soft)}

/* ===== GLOBAL BRAND LANGUAGE ===== */
.fcm-club-site h1,.fcm-club-site h2,.fcm-club-site h3,.fcm-club-site h4{letter-spacing:-.035em;color:var(--fcm-ink)}
.fcm-club-site a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.fcm-club-site .button.primary,
.fcm-club-site input[type="submit"],
.fcm-club-site button[type="submit"]{background:linear-gradient(135deg,var(--fcm-red-bright),var(--fcm-red));border-color:var(--fcm-red);border-radius:12px;font-weight:850;letter-spacing:.02em;box-shadow:0 10px 24px rgba(143,16,37,.18)}
.fcm-club-site .button.primary:hover,
.fcm-club-site input[type="submit"]:hover,
.fcm-club-site button[type="submit"]:hover{background:var(--fcm-red-dark);border-color:var(--fcm-red-dark);transform:translateY(-1px);box-shadow:0 14px 28px rgba(95,8,24,.24)}
.fcm-club-site a:focus-visible,.fcm-club-site button:focus-visible{outline:3px solid rgba(180,22,50,.25);outline-offset:3px}

/* ===== HERO ===== */
.fcm-hero-shell{position:relative;overflow:hidden;isolation:isolate;border-radius:30px;background:
  radial-gradient(circle at 82% 18%,rgba(255,255,255,.14),transparent 22%),
  linear-gradient(118deg,var(--fcm-red-black) 0%,var(--fcm-red-dark) 27%,var(--fcm-red) 68%,var(--fcm-red-bright) 100%);
  color:#fff;padding:clamp(38px,7vw,96px);min-height:560px;display:flex;align-items:flex-end;box-shadow:var(--fcm-shadow)}
.fcm-hero-shell:before{content:"";position:absolute;z-index:-1;inset:0;background:repeating-linear-gradient(118deg,transparent 0 72px,rgba(255,255,255,.025) 72px 73px);pointer-events:none}
.fcm-hero-shell:after{content:"";position:absolute;z-index:-1;width:min(48vw,560px);aspect-ratio:1;right:-9%;bottom:-42%;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.018);pointer-events:none}
.fcm-hero-inner{position:relative;z-index:2;max-width:850px}
.fcm-eyebrow{display:inline-flex;gap:10px;align-items:center;font-size:.74rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.fcm-eyebrow:before{content:"";width:34px;height:3px;border-radius:20px;background:linear-gradient(90deg,#fff 0 76%,var(--fcm-green) 76%)}
.fcm-hero-title{font-size:clamp(3.15rem,8vw,6.8rem);line-height:.88;margin:.24em 0 .2em;color:#fff!important;font-weight:950;text-transform:uppercase;max-width:980px;text-wrap:balance}
.fcm-hero-copy{font-size:clamp(1rem,2vw,1.23rem);line-height:1.6;max-width:670px;color:rgba(255,255,255,.82);margin:0 0 30px}
.fcm-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.fcm-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:12px;font-weight:900;text-decoration:none;letter-spacing:.015em}
.fcm-hero-actions .is-primary{background:#fff;color:var(--fcm-red);box-shadow:0 12px 28px rgba(44,4,13,.18)}
.fcm-hero-actions .is-primary:hover{background:var(--fcm-red-soft);transform:translateY(-2px)}
.fcm-hero-actions .is-ghost{border:1px solid rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.fcm-hero-actions .is-ghost:hover{border-color:#fff;background:rgba(255,255,255,.13);transform:translateY(-2px)}

/* ===== SECTION HEADINGS ===== */
.fcm-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 22px}
.fcm-section-head h2{font-size:clamp(1.9rem,4vw,2.9rem);line-height:1;margin:0;font-weight:950}
.fcm-section-head>a{font-weight:850;color:var(--fcm-red);text-decoration:none}
.fcm-section-head>a:hover{color:var(--fcm-red-dark);transform:translateX(2px)}
.fcm-section-kicker{display:flex;align-items:center;gap:9px;font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--fcm-red);margin-bottom:7px}
.fcm-section-kicker:before{content:"";width:22px;height:3px;border-radius:99px;background:var(--fcm-red)}

/* ===== NEWS ===== */
.fcm-news-section{padding:8px 0}
.fcm-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.fcm-news-card{position:relative;border-radius:var(--fcm-radius);overflow:hidden;background:#fff;border:1px solid var(--fcm-line);box-shadow:var(--fcm-shadow-soft);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.fcm-news-card:hover{transform:translateY(-5px);border-color:#e0bdc6;box-shadow:0 22px 46px rgba(84,10,27,.13)}
.fcm-news-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--fcm-red-dark),var(--fcm-red-bright));transform:scaleX(.22);transform-origin:left;transition:transform .25s ease}
.fcm-news-card:hover:after{transform:scaleX(1)}
.fcm-news-card img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .45s ease}
.fcm-news-card:hover img{transform:scale(1.035)}
.fcm-news-card__body{padding:22px 22px 26px}
.fcm-news-card__meta{font-size:.7rem;color:var(--fcm-red);text-transform:uppercase;font-weight:900;letter-spacing:.11em}
.fcm-news-card h3{font-size:1.25rem;line-height:1.15;margin:.5rem 0 .6rem}
.fcm-news-card h3 a{color:var(--fcm-ink);text-decoration:none}
.fcm-news-card h3 a:hover{color:var(--fcm-red)}
.fcm-news-card p{color:var(--fcm-muted);line-height:1.6;margin-bottom:0}

/* ===== FLATSOME COMMON ELEMENTS ===== */
.fcm-club-site .box-blog-post .box-text{background:#fff}
.fcm-club-site .badge-inner{background:var(--fcm-red);border-color:var(--fcm-red)}
.fcm-club-site .is-divider{background:var(--fcm-red);height:3px}
.fcm-club-site .footer-wrapper{border-top:5px solid var(--fcm-red)}
.fcm-club-site .absolute-footer{background:var(--fcm-red-black);color:rgba(255,255,255,.72)}
.fcm-club-site .back-to-top{background:var(--fcm-red)!important;border-color:var(--fcm-red)!important;color:#fff!important}

@media(max-width:849px){
  .fcm-club-site .header-main{min-height:68px}
  .fcm-club-site .header-main .mobile-nav>li>a{color:#fff}
  .fcm-hero-shell{min-height:475px;border-radius:22px;padding:38px 24px}
  .fcm-hero-title{font-size:clamp(2.8rem,14vw,4.7rem)}
  .fcm-news-grid{grid-template-columns:1fr}
  .fcm-section-head{align-items:flex-start;flex-direction:column}
}

@media(max-width:480px){
  .fcm-hero-shell{min-height:450px;padding:32px 20px}
  .fcm-hero-actions{display:grid;grid-template-columns:1fr;width:100%}
  .fcm-hero-actions a{width:100%}
}

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

/* ===== V1.2 PRO CLUB HOME ===== */
.fcm-pro-home{width:100%}
.fcm-hero-shell--club{min-height:620px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.46fr);align-items:end;gap:28px}
.fcm-club-mark{position:relative;align-self:center;justify-self:end;width:min(31vw,360px);aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14),rgba(255,255,255,.025) 56%,transparent 57%);filter:drop-shadow(0 24px 34px rgba(37,2,10,.26))}
.fcm-club-mark:before,.fcm-club-mark:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.fcm-club-mark:before{inset:4%}.fcm-club-mark:after{inset:16%;border-style:dashed;opacity:.45}
.fcm-club-mark__image{position:relative;z-index:2;display:block;width:64%;height:64%;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(28,2,8,.34))}
.fcm-hero-season{position:absolute;right:clamp(22px,4vw,48px);top:clamp(22px,4vw,42px);z-index:3;display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(30,3,10,.2);backdrop-filter:blur(10px);color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.fcm-hero-season span{opacity:.6}.fcm-hero-season strong{font-weight:950}
.fcm-hero-shell--club .fcm-hero-inner{max-width:800px}
.fcm-hero-shell--club .fcm-hero-title{font-size:clamp(3.4rem,7.6vw,7.1rem)}

@media(max-width:849px){
 .fcm-hero-shell--club{min-height:570px;grid-template-columns:1fr;padding-top:110px}.fcm-club-mark{position:absolute;right:-38px;top:76px;width:210px;opacity:.34}.fcm-hero-season{left:22px;right:auto;top:22px}.fcm-hero-shell--club .fcm-hero-inner{align-self:end}
}
@media(max-width:480px){.fcm-hero-shell--club{min-height:535px}.fcm-club-mark{width:180px;right:-52px;top:88px}.fcm-hero-shell--club .fcm-hero-title{font-size:clamp(3rem,17vw,4.4rem)}}


/* ===== V1.3 PRO CLUB SYSTEM ===== */
.fcm-home-spacer--small{height:clamp(18px,3vw,28px)}

.fcm-quickbar{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;
  border:1px solid var(--fcm-line);border-radius:18px;background:#fff;
  box-shadow:0 14px 38px rgba(61,7,19,.07)
}
.fcm-quickbar a{
  min-height:74px;display:flex;align-items:center;justify-content:center;gap:10px;
  color:var(--fcm-ink);text-decoration:none;font-size:.8rem;font-weight:900;
  letter-spacing:.025em;border-right:1px solid var(--fcm-line);background:#fff
}
.fcm-quickbar a:last-child{border-right:0}
.fcm-quickbar a:hover{background:var(--fcm-red-soft);color:var(--fcm-red);transform:translateY(-1px)}
.fcm-quickbar__icon{
  display:grid;place-items:center;min-width:30px;height:30px;padding:0 7px;border-radius:9px;
  background:var(--fcm-red-soft);color:var(--fcm-red);font-size:.72rem;font-weight:950
}

.fcm-club-identity{
  position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  gap:30px;padding:clamp(30px,6vw,72px);border-radius:28px;background:#fff;
  border:1px solid var(--fcm-line);box-shadow:var(--fcm-shadow-soft)
}
.fcm-club-identity:before{
  content:"";position:absolute;width:360px;aspect-ratio:1;right:-180px;top:-180px;border-radius:50%;
  background:radial-gradient(circle,rgba(143,16,37,.08),transparent 66%);pointer-events:none
}
.fcm-club-identity__main{max-width:760px}
.fcm-club-identity__main h2{
  margin:.18em 0 .35em;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.92;font-weight:950;letter-spacing:-.055em
}
.fcm-club-identity__main p{max-width:680px;margin:0;color:var(--fcm-muted);font-size:1.02rem;line-height:1.75}
.fcm-club-identity__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.fcm-btn{
  min-height:50px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;
  text-decoration:none;font-size:.78rem;font-weight:950;letter-spacing:.025em
}
.fcm-btn--red{background:linear-gradient(135deg,var(--fcm-red-bright),var(--fcm-red));color:#fff;box-shadow:0 11px 28px rgba(143,16,37,.18)}
.fcm-btn--red:hover{background:var(--fcm-red-dark);color:#fff;transform:translateY(-1px)}
.fcm-btn--light{background:#f7f2f4;color:var(--fcm-red);border:1px solid #ead9de}
.fcm-btn--light:hover{background:#fff;color:var(--fcm-red-dark);transform:translateY(-1px)}

.fcm-club-facts{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-self:stretch;
  border-radius:22px;overflow:hidden;background:linear-gradient(145deg,var(--fcm-red-black),var(--fcm-red-dark))
}
.fcm-club-facts>div{
  min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;
  border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)
}
.fcm-club-facts>div:nth-child(even){border-right:0}
.fcm-club-facts>div:nth-last-child(-n+2){border-bottom:0}
.fcm-club-facts span{color:rgba(255,255,255,.55);font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900}
.fcm-club-facts strong{margin-top:4px;color:#fff;font-size:clamp(1.2rem,2.5vw,2rem);line-height:1.05;font-weight:950;letter-spacing:-.035em}
.fcm-club-facts small{display:block;margin-top:5px;color:rgba(255,255,255,.58);font-size:.72rem}

.fcm-squad-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.fcm-player-card{
  position:relative;overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--fcm-line);
  box-shadow:var(--fcm-shadow-soft);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}
.fcm-player-card:hover{transform:translateY(-5px);border-color:#dfbec7;box-shadow:0 20px 48px rgba(65,7,20,.12)}
.fcm-player-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:linear-gradient(155deg,#f5edef,#ead8dd)}
.fcm-player-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.fcm-player-card:hover .fcm-player-card__media img{transform:scale(1.03)}
.fcm-player-card__placeholder{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(155deg,#f7f1f3,#ecdee2)}
.fcm-player-card__placeholder img{width:42%;height:42%;object-fit:contain;opacity:.22;filter:grayscale(1)}
.fcm-player-card__number{
  position:absolute;left:14px;bottom:14px;display:grid;place-items:center;min-width:46px;height:46px;padding:0 8px;
  border-radius:12px;background:var(--fcm-red);color:#fff;font-size:1.15rem;font-weight:950;
  box-shadow:0 10px 22px rgba(75,4,18,.24)
}
.fcm-player-card__body{padding:17px 18px 20px}
.fcm-player-card__body span{display:block;color:var(--fcm-red);font-size:.65rem;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.fcm-player-card__body h3{margin:.3rem 0 0;font-size:1.22rem;line-height:1.08;font-weight:950}
.fcm-squad-empty{
  min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;
  border:1px dashed #d9c3c9;border-radius:20px;background:linear-gradient(180deg,#fff,#fcf8f9)
}
.fcm-squad-empty strong{display:block;color:var(--fcm-ink);font-size:1rem;font-weight:950}
.fcm-squad-empty span{display:block;margin-top:4px;color:var(--fcm-muted);font-size:.82rem}
.fcm-squad-empty a{flex:0 0 auto;color:var(--fcm-red);font-weight:900;text-decoration:none}

.fcm-sponsors-section{
  padding:clamp(28px,5vw,50px);border:1px solid var(--fcm-line);border-radius:26px;background:#fff;box-shadow:var(--fcm-shadow-soft)
}
.fcm-sponsors-section__head{text-align:center;margin-bottom:24px}
.fcm-sponsors-section__head span{display:block;color:var(--fcm-red);font-size:.66rem;font-weight:950;text-transform:uppercase;letter-spacing:.14em}
.fcm-sponsors-section__head h2{margin:.22rem 0 0;font-size:clamp(2rem,4vw,3.3rem);font-weight:950}
.fcm-sponsors-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.fcm-sponsor-card{
  position:relative;min-height:120px;display:flex;align-items:center;justify-content:center;padding:28px 18px 16px;
  border:1px solid #eee4e7;border-radius:16px;background:#fbf9fa;text-decoration:none;color:var(--fcm-ink)
}
.fcm-sponsor-card:hover{background:#fff;border-color:#dfc3ca;box-shadow:0 12px 30px rgba(55,8,18,.08);transform:translateY(-2px)}
.fcm-sponsor-card__tier{
  position:absolute;top:9px;left:10px;color:#a19095;font-size:.54rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase
}
.fcm-sponsor-card__logo{display:grid;place-items:center;width:100%;height:72px}
.fcm-sponsor-card__logo img{display:block;max-width:82%;max-height:62px;width:auto;height:auto;object-fit:contain;filter:grayscale(1);opacity:.78;transition:filter .2s ease,opacity .2s ease}
.fcm-sponsor-card:hover .fcm-sponsor-card__logo img{filter:none;opacity:1}
.fcm-sponsor-card__logo strong{font-size:1rem;font-weight:950;text-align:center}

.fcm-support-cta{
  position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
  gap:30px;padding:clamp(34px,6vw,72px);border-radius:30px;color:#fff;
  background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.12),transparent 24%),linear-gradient(125deg,var(--fcm-red-black),var(--fcm-red-dark) 44%,var(--fcm-red))
}
.fcm-support-cta:after{
  content:"";position:absolute;z-index:-1;width:430px;aspect-ratio:1;right:-130px;bottom:-245px;border-radius:50%;
  border:1px solid rgba(255,255,255,.13);box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 98px rgba(255,255,255,.016)
}
.fcm-support-cta .fcm-section-kicker{color:#f2b8c4}.fcm-support-cta .fcm-section-kicker:before{background:#fff}
.fcm-support-cta__copy h2{margin:.18em 0 .3em;color:#fff!important;font-size:clamp(2.6rem,5.6vw,5.2rem);line-height:.88;font-weight:950;letter-spacing:-.055em}
.fcm-support-cta__copy p{max-width:610px;margin:0;color:rgba(255,255,255,.7);font-size:1rem;line-height:1.7}
.fcm-support-cta__actions{display:flex;flex-direction:column;justify-content:center;border-top:1px solid rgba(255,255,255,.12)}
.fcm-support-cta__actions a{
  min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 8px;
  border-bottom:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;font-size:.92rem;font-weight:900
}
.fcm-support-cta__actions a span{font-size:1.2rem;color:#f4bec9}
.fcm-support-cta__actions a:hover{padding-left:14px;background:rgba(255,255,255,.04)}

@media(max-width:900px){
  .fcm-club-identity{grid-template-columns:1fr}
  .fcm-squad-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcm-sponsors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcm-support-cta{grid-template-columns:1fr}
}
@media(max-width:680px){
  .fcm-quickbar{grid-template-columns:repeat(5, minmax(78px,1fr));overflow-x:auto;scroll-snap-type:x proximity}
  .fcm-quickbar a{min-width:88px;min-height:68px;flex-direction:column;gap:5px;scroll-snap-align:start;font-size:.68rem}
  .fcm-club-identity{padding:26px 20px;border-radius:22px}
  .fcm-club-facts{grid-template-columns:1fr}
  .fcm-club-facts>div{min-height:108px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
  .fcm-club-facts>div:last-child{border-bottom:0!important}
  .fcm-squad-grid{grid-template-columns:1fr 1fr;gap:12px}
  .fcm-player-card{border-radius:17px}
  .fcm-player-card__body{padding:14px}
  .fcm-player-card__body h3{font-size:1rem}
  .fcm-player-card__number{left:10px;bottom:10px;min-width:38px;height:38px;font-size:.95rem;border-radius:10px}
  .fcm-squad-empty{align-items:flex-start;flex-direction:column}
  .fcm-sponsors-section{padding:25px 18px;border-radius:21px}
  .fcm-sponsor-card{min-height:104px}
  .fcm-support-cta{padding:34px 22px;border-radius:22px}
}
@media(max-width:420px){
  .fcm-squad-grid{grid-template-columns:1fr}
  .fcm-sponsors-grid{grid-template-columns:1fr 1fr}
}

/* ===== V1.3.1 FLATSOME DARK-CONTEXT CONTRAST FIX =====
   Flatsome's .dark utility can force light text into our white club cards.
   These component-scoped rules intentionally restore WCAG-friendly contrast.
*/
.fcm-club-site .fcm-club-identity,
.fcm-club-site .fcm-news-card,
.fcm-club-site .fcm-player-card,
.fcm-club-site .fcm-sponsors-section,
.fcm-club-site .fcm-squad-empty{
  color:var(--fcm-ink)!important;
}

.fcm-club-site .fcm-club-identity__main h2,
.fcm-club-site .dark .fcm-club-identity__main h2{
  color:var(--fcm-ink)!important;
  opacity:1!important;
}

.fcm-club-site .fcm-club-identity__main p,
.fcm-club-site .dark .fcm-club-identity__main p{
  color:#51494d!important;
  opacity:1!important;
}

.fcm-club-site .fcm-btn--light,
.fcm-club-site .dark .fcm-btn--light{
  background:#f7f2f4!important;
  border-color:#e4cfd5!important;
  color:var(--fcm-red)!important;
  opacity:1!important;
}
.fcm-club-site .fcm-btn--light:hover,
.fcm-club-site .dark .fcm-btn--light:hover{
  background:#fff!important;
  border-color:#d7b3bd!important;
  color:var(--fcm-red-dark)!important;
}

.fcm-club-site .fcm-news-card__body,
.fcm-club-site .dark .fcm-news-card__body{
  color:var(--fcm-ink)!important;
}
.fcm-club-site .fcm-news-card h3,
.fcm-club-site .dark .fcm-news-card h3,
.fcm-club-site .fcm-news-card h3 a,
.fcm-club-site .dark .fcm-news-card h3 a{
  color:var(--fcm-ink)!important;
  opacity:1!important;
}
.fcm-club-site .fcm-news-card p,
.fcm-club-site .dark .fcm-news-card p{
  color:#5f575b!important;
  opacity:1!important;
}
.fcm-club-site .fcm-news-card__meta,
.fcm-club-site .dark .fcm-news-card__meta{
  color:var(--fcm-red)!important;
  opacity:1!important;
}

@media(max-width:849px){
  .fcm-club-site .fcm-club-identity__main h2{
    font-size:clamp(2.25rem,11vw,3.7rem);
    line-height:.94;
  }
  .fcm-club-site .fcm-club-identity__main p{
    font-size:1rem;
    line-height:1.7;
  }
  .fcm-club-site .fcm-news-card p{
    font-size:.96rem;
    line-height:1.58;
  }
}

/* ===== V1.4 PREMIUM SUBPAGES ===== */
.fcm-club-page{display:grid;gap:clamp(26px,5vw,56px);width:100%;color:var(--fcm-ink)}
.fcm-page-hero{position:relative;isolation:isolate;overflow:hidden;min-height:420px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);align-items:end;gap:28px;padding:clamp(34px,6vw,72px);border-radius:30px;background:radial-gradient(circle at 85% 18%,rgba(255,255,255,.13),transparent 22%),linear-gradient(128deg,var(--fcm-red-black),var(--fcm-red-dark) 45%,var(--fcm-red));box-shadow:0 30px 80px rgba(62,5,18,.18);color:#fff}
.fcm-page-hero:after{content:"";position:absolute;z-index:-1;width:440px;aspect-ratio:1;right:-150px;bottom:-245px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 54px rgba(255,255,255,.025),0 0 0 108px rgba(255,255,255,.015)}
.fcm-page-hero .fcm-section-kicker{color:#f5b8c5}.fcm-page-hero .fcm-section-kicker:before{background:#fff}
.fcm-page-hero__copy{position:relative;z-index:2;max-width:900px}
.fcm-page-hero h1{margin:.16em 0 .26em;color:#fff!important;font-size:clamp(3.1rem,7vw,6.6rem);line-height:.88;font-weight:950;letter-spacing:-.06em}
.fcm-page-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.74)!important;font-size:clamp(.98rem,1.5vw,1.14rem);line-height:1.65}
.fcm-page-hero__meta{display:inline-flex;margin-top:26px;padding:9px 13px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(20,2,7,.18);color:rgba(255,255,255,.78);font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.fcm-page-hero__mark{align-self:center;justify-self:end;display:grid;place-items:center;width:min(28vw,300px);aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(255,255,255,.035)}
.fcm-page-hero__mark img{width:64%;height:64%;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(17,1,5,.35))}

.fcm-page-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid var(--fcm-line);border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(55,8,18,.07)}
.fcm-page-nav a{min-height:64px;display:grid;place-items:center;padding:10px 14px;border-right:1px solid var(--fcm-line);color:#21181b!important;text-decoration:none;font-size:.78rem;font-weight:950;letter-spacing:.02em}
.fcm-page-nav a:last-child{border-right:0}.fcm-page-nav a:hover{background:var(--fcm-red-soft);color:var(--fcm-red)!important}.fcm-page-nav a.is-active{background:var(--fcm-red);color:#fff!important}

.fcm-page-section{padding:clamp(24px,4vw,44px);border:1px solid var(--fcm-line);border-radius:26px;background:#fff;box-shadow:var(--fcm-shadow-soft)}
.fcm-page-section>.fcm-mc-widget{margin-top:20px}.fcm-page-section--table>.fcm-mc-widget{overflow:auto}
.fcm-page-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid #ead7dc;border-radius:999px;background:#faf5f6;color:var(--fcm-red)!important;font-size:.64rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}
.fcm-page-duo{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fcm-page-linkcard{min-height:145px;display:grid;grid-template-columns:1fr auto;align-content:end;gap:4px 20px;padding:26px;border:1px solid var(--fcm-line);border-radius:22px;background:#fff;color:var(--fcm-ink)!important;text-decoration:none;box-shadow:var(--fcm-shadow-soft)}
.fcm-page-linkcard span{grid-column:1;color:var(--fcm-red);font-size:.64rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.fcm-page-linkcard strong{grid-column:1;font-size:1.55rem;font-weight:950;letter-spacing:-.035em}.fcm-page-linkcard i{grid-column:2;grid-row:1/3;align-self:end;font-style:normal;font-size:1.4rem;color:var(--fcm-red)}.fcm-page-linkcard:hover{transform:translateY(-2px);border-color:#dfbdc6}

.fcm-squad-group{display:grid;gap:20px}.fcm-squad-grid--full{grid-template-columns:repeat(4,minmax(0,1fr))}
.fcm-content-empty{min-height:150px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:26px;border:1px dashed #dbc7cc;border-radius:22px;background:linear-gradient(180deg,#fff,#fbf7f8);color:var(--fcm-ink)!important}.fcm-content-empty strong{font-size:1rem;font-weight:950;color:var(--fcm-ink)!important}.fcm-content-empty span{max-width:760px;color:var(--fcm-muted)!important;font-size:.83rem;line-height:1.55}

.fcm-club-story{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;padding:clamp(30px,5vw,60px);border:1px solid var(--fcm-line);border-radius:28px;background:#fff;box-shadow:var(--fcm-shadow-soft)}
.fcm-club-story__copy h2{margin:.2em 0 .38em;font-size:clamp(2.6rem,5vw,4.8rem);line-height:.9;font-weight:950;letter-spacing:-.055em;color:var(--fcm-ink)!important}.fcm-club-story__copy p{max-width:720px;color:var(--fcm-muted)!important;font-size:1rem;line-height:1.75}.fcm-club-story__facts{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,var(--fcm-red-black),var(--fcm-red-dark))}.fcm-club-story__facts div{min-height:145px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.fcm-club-story__facts div:nth-child(even){border-right:0}.fcm-club-story__facts div:nth-last-child(-n+2){border-bottom:0}.fcm-club-story__facts span{color:rgba(255,255,255,.54)!important;font-size:.63rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.fcm-club-story__facts strong{margin-top:5px;color:#fff!important;font-size:1.55rem;font-weight:950;line-height:1.05}.fcm-club-story__facts small{margin-top:4px;color:rgba(255,255,255,.58)!important}
.fcm-values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fcm-values article{min-height:240px;padding:26px;border:1px solid var(--fcm-line);border-radius:22px;background:#fff;box-shadow:var(--fcm-shadow-soft)}.fcm-values article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--fcm-red-soft);color:var(--fcm-red)!important;font-size:.7rem;font-weight:950}.fcm-values h3{margin:55px 0 .35em;color:var(--fcm-ink)!important;font-size:1.65rem;font-weight:950}.fcm-values p{margin:0;color:var(--fcm-muted)!important;font-size:.88rem;line-height:1.6}
.fcm-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fcm-support-grid article{min-height:300px;display:flex;flex-direction:column;padding:28px;border:1px solid var(--fcm-line);border-radius:24px;background:#fff;box-shadow:var(--fcm-shadow-soft)}.fcm-support-grid article>span{color:var(--fcm-red)!important;font-size:.67rem;font-weight:950;letter-spacing:.12em}.fcm-support-grid h2{margin:60px 0 .35em;color:var(--fcm-ink)!important;font-size:2rem;font-weight:950;letter-spacing:-.04em}.fcm-support-grid p{margin:0 0 24px;color:var(--fcm-muted)!important;font-size:.9rem;line-height:1.65}.fcm-support-grid a{margin-top:auto;color:var(--fcm-red)!important;font-size:.8rem;font-weight:950;text-decoration:none}

.fcm-news-card__media{display:block;overflow:hidden;aspect-ratio:16/10}.fcm-news-card__media img{width:100%;height:100%;object-fit:cover;display:block}.fcm-news-card__more{display:inline-flex;margin-top:12px;color:var(--fcm-red)!important;font-size:.76rem;font-weight:950;text-decoration:none}

@media(max-width:900px){.fcm-page-hero{grid-template-columns:1fr;min-height:380px}.fcm-page-hero__mark{position:absolute;right:-45px;top:40px;width:220px;opacity:.26}.fcm-club-story{grid-template-columns:1fr}.fcm-values,.fcm-support-grid{grid-template-columns:1fr}.fcm-squad-grid--full{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.fcm-club-page{gap:24px}.fcm-page-hero{min-height:360px;padding:30px 20px;border-radius:22px}.fcm-page-hero h1{font-size:clamp(2.8rem,14vw,4.4rem)}.fcm-page-nav{display:flex;overflow-x:auto;border-radius:15px;scroll-snap-type:x proximity}.fcm-page-nav a{flex:0 0 104px;min-height:58px;border-bottom:0;scroll-snap-align:start}.fcm-page-section{padding:20px 16px;border-radius:20px}.fcm-page-duo{grid-template-columns:1fr}.fcm-club-story{padding:24px 18px;border-radius:22px}.fcm-club-story__facts{grid-template-columns:1fr}.fcm-club-story__facts div{min-height:105px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.09)!important}.fcm-club-story__facts div:last-child{border-bottom:0!important}.fcm-values article,.fcm-support-grid article{min-height:220px}.fcm-values h3,.fcm-support-grid h2{margin-top:38px}.fcm-squad-grid--full{grid-template-columns:1fr 1fr}}
@media(max-width:420px){.fcm-squad-grid--full{grid-template-columns:1fr}}

/* ===== V1.5 PRO CLUB POLISH ===== */
.fcm-match-subnav,
.fcm-position-nav{
  display:flex;align-items:center;gap:8px;overflow-x:auto;padding:6px;
  border:1px solid var(--fcm-line);border-radius:16px;background:#fff;
  box-shadow:0 10px 28px rgba(55,8,18,.06);scrollbar-width:none
}
.fcm-match-subnav::-webkit-scrollbar,.fcm-position-nav::-webkit-scrollbar{display:none}
.fcm-match-subnav a,.fcm-position-nav a{
  flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;
  border-radius:11px;color:var(--fcm-ink)!important;text-decoration:none;font-size:.72rem;font-weight:950;letter-spacing:.02em
}
.fcm-match-subnav a:hover,.fcm-position-nav a:hover{background:var(--fcm-red-soft);color:var(--fcm-red)!important}
.fcm-match-subnav a:last-child{margin-left:auto;background:var(--fcm-red);color:#fff!important}

.fcm-table-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:-2px 0 18px}
.fcm-table-toolbar>span{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;background:#f8eff2;border:1px solid #ead6dc;color:var(--fcm-red)!important;font-size:.64rem;font-weight:950;letter-spacing:.04em}
.fcm-table-toolbar>small{margin-left:auto;color:#8b7d82!important;font-size:.67rem;font-weight:750}

.fcm-sponsor-tiers{display:grid;gap:24px}
.fcm-sponsor-tier{display:grid;gap:10px}
.fcm-sponsor-tier__label{display:flex;align-items:center;gap:10px;color:var(--fcm-ink)!important;font-size:.67rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.fcm-sponsor-tier__label:after{content:"";height:1px;flex:1;background:#eee3e6}
.fcm-sponsor-tier__label i{order:3;display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--fcm-red-soft);color:var(--fcm-red)!important;font-style:normal;font-size:.61rem}
.fcm-sponsor-tier--hauptsponsor .fcm-sponsors-grid{grid-template-columns:minmax(0,1fr)}
.fcm-sponsor-tier--hauptsponsor .fcm-sponsor-card{min-height:180px;background:linear-gradient(145deg,#fff,#faf5f6)}
.fcm-sponsor-tier--hauptsponsor .fcm-sponsor-card__logo{height:105px}
.fcm-sponsor-tier--hauptsponsor .fcm-sponsor-card__logo img{max-height:92px;max-width:72%}
.fcm-sponsor-tier--premium-partner .fcm-sponsors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.fcm-sponsor-card{overflow:hidden}
.fcm-sponsor-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,var(--fcm-red-dark),var(--fcm-red-bright));transform:scaleX(0);transform-origin:left;transition:transform .22s ease}
.fcm-sponsor-card:hover:after{transform:scaleX(1)}

/* Club footer is intentionally separate from the Flatsome header. Add [fcm_club_footer] to a Footer UX Block. */
.fcm-club-footer{
  position:relative;overflow:hidden;margin-top:clamp(34px,6vw,72px);padding:clamp(34px,5vw,62px);
  border-radius:30px 30px 0 0;background:radial-gradient(circle at 84% 10%,rgba(255,255,255,.09),transparent 23%),linear-gradient(135deg,#170207,var(--fcm-red-black) 42%,var(--fcm-red-dark));color:#fff!important
}
.fcm-club-footer:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(120deg,transparent 0 84px,rgba(255,255,255,.018) 84px 85px);pointer-events:none}
.fcm-club-footer__top,.fcm-club-footer__grid,.fcm-club-footer__bottom{position:relative;z-index:1}
.fcm-club-footer__top{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}
.fcm-club-footer__brand{display:flex;align-items:center;gap:16px}.fcm-club-footer__brand>div{display:flex;flex-direction:column;gap:3px}
.fcm-club-footer__brand strong{color:#fff!important;font-size:1.15rem;font-weight:950;letter-spacing:-.025em}.fcm-club-footer__brand span{color:rgba(255,255,255,.55)!important;font-size:.67rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.fcm-club-footer__logo{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.fcm-club-footer__logo img{display:block;max-width:48px;max-height:52px;width:auto;height:auto;object-fit:contain}.fcm-club-footer__logo>span{color:#fff!important;font-weight:950}
.fcm-club-footer__statement{text-align:right;color:rgba(255,255,255,.64)!important;font-size:clamp(1rem,2vw,1.32rem);line-height:1.25;font-weight:700}.fcm-club-footer__statement strong{color:#fff!important;font-weight:950}
.fcm-club-footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:34px 0}
.fcm-club-footer__grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.fcm-club-footer__label{margin-bottom:5px;color:#eab0bc!important;font-size:.62rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.fcm-club-footer__grid a{color:rgba(255,255,255,.82)!important;text-decoration:none;font-size:.86rem;font-weight:800}.fcm-club-footer__grid a:hover{color:#fff!important;transform:translateX(2px)}
.fcm-club-footer__venue{display:flex;flex-direction:column;margin-top:4px;color:#fff!important;font-size:.82rem;font-weight:900}.fcm-club-footer__venue small{margin-top:2px;color:rgba(255,255,255,.5)!important;font-size:.68rem;font-weight:700}
.fcm-club-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.47)!important;font-size:.68rem;font-weight:750}
.fcm-club-footer__bottom nav{display:flex;gap:18px}.fcm-club-footer__bottom a{color:rgba(255,255,255,.58)!important;text-decoration:none}.fcm-club-footer__bottom a:hover{color:#fff!important}

@media(max-width:680px){
  .fcm-match-subnav,.fcm-position-nav{margin-left:-2px;margin-right:-2px}
  .fcm-match-subnav a:last-child{margin-left:0}
  .fcm-table-toolbar>small{width:100%;margin:2px 0 0}
  .fcm-sponsor-tier--premium-partner .fcm-sponsors-grid{grid-template-columns:1fr 1fr}
  .fcm-sponsor-tier--hauptsponsor .fcm-sponsor-card{min-height:145px}
  .fcm-club-footer{padding:30px 20px 24px;border-radius:22px 22px 0 0}
  .fcm-club-footer__top{align-items:flex-start;flex-direction:column}.fcm-club-footer__statement{text-align:left}
  .fcm-club-footer__grid{grid-template-columns:1fr 1fr;gap:28px 18px}.fcm-club-footer__grid>div:last-child{grid-column:1/-1}
  .fcm-club-footer__bottom{align-items:flex-start;flex-direction:column}.fcm-club-footer__bottom nav{flex-wrap:wrap}
}
@media(max-width:420px){.fcm-club-footer__grid{grid-template-columns:1fr}.fcm-club-footer__grid>div:last-child{grid-column:auto}}

/* ===== V1.6 NEWS + SPONSOR + SUPPORTER SYSTEM ===== */
/* Quickbar: explicit light-surface contrast, including Flatsome .dark parents. */
.fcm-club-site .fcm-quickbar,
.fcm-club-site .dark .fcm-quickbar{
  grid-template-columns:repeat(6,minmax(0,1fr));
  background:#fff!important;border-color:#e8dce0!important;box-shadow:0 16px 44px rgba(42,5,15,.11)!important
}
.fcm-club-site .fcm-quickbar a,
.fcm-club-site .dark .fcm-quickbar a{
  min-height:84px;background:#fff!important;color:#23171b!important;border-color:#eee3e6!important;
  text-shadow:none!important;opacity:1!important
}
.fcm-club-site .fcm-quickbar a:hover,
.fcm-club-site .dark .fcm-quickbar a:hover{background:#fbf2f4!important;color:var(--fcm-red)!important}
.fcm-club-site .fcm-quickbar__label,
.fcm-club-site .dark .fcm-quickbar__label{color:#2b1b20!important;font-size:.77rem;font-weight:950;opacity:1!important}
.fcm-club-site .fcm-quickbar__icon,
.fcm-club-site .dark .fcm-quickbar__icon{
  width:38px;height:38px;min-width:38px;padding:0;border:1px solid #ead4da;background:#f8e9ed!important;color:var(--fcm-red)!important
}
.fcm-quickbar__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* News is a permanent homepage module in v1.6. */
.fcm-club-site .fcm-news-section,
.fcm-club-site .dark .fcm-news-section{color:var(--fcm-ink)!important}
.fcm-club-site .fcm-news-section .fcm-section-head h2,
.fcm-club-site .dark .fcm-news-section .fcm-section-head h2{color:#21181b!important}

.fcm-sponsors-section__head p{max-width:650px;margin:8px auto 0;color:var(--fcm-muted)!important;font-size:.86rem;line-height:1.6}
.fcm-sponsor-opportunities{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:12px;margin-top:22px}
.fcm-sponsor-slot{
  min-height:142px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:20px;
  border:1px dashed #d9bcc4;border-radius:18px;background:linear-gradient(145deg,#fff,#fbf4f6);text-decoration:none!important
}
.fcm-sponsor-slot small{margin-bottom:auto;color:#9b7d85!important;font-size:.58rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.fcm-sponsor-slot strong{color:#24191d!important;font-size:1.18rem;font-weight:950;letter-spacing:-.025em}
.fcm-sponsor-slot span{margin-top:6px;color:var(--fcm-red)!important;font-size:.69rem;font-weight:950}
.fcm-sponsor-slot--main{border-style:solid;background:linear-gradient(135deg,#30050f,var(--fcm-red-dark) 60%,var(--fcm-red));box-shadow:0 16px 34px rgba(92,9,29,.18)}
.fcm-sponsor-slot--main small{color:rgba(255,255,255,.55)!important}.fcm-sponsor-slot--main strong{color:#fff!important}.fcm-sponsor-slot--main span{color:#f2b8c5!important}
.fcm-sponsor-slot:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(55,8,18,.09)}

.fcm-supporters-section{
  padding:clamp(28px,5vw,52px);border:1px solid var(--fcm-line);border-radius:28px;background:#fff;box-shadow:var(--fcm-shadow-soft)
}
.fcm-supporter-tier-intro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:26px}
.fcm-supporter-plan{position:relative;overflow:hidden;min-height:170px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;border-radius:20px;border:1px solid #eadfe2}
.fcm-supporter-plan>span{position:absolute;top:18px;left:18px;padding:5px 9px;border-radius:999px;font-size:.58rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.fcm-supporter-plan strong{font-size:1.25rem;font-weight:950;letter-spacing:-.025em}.fcm-supporter-plan small{margin-top:3px;font-size:.7rem;font-weight:800}
.fcm-supporter-plan--gold{background:radial-gradient(circle at 82% 10%,rgba(255,255,255,.22),transparent 24%),linear-gradient(135deg,#3b2a05,#8f6e15 48%,#d4af37);border-color:#b9942c;box-shadow:0 16px 34px rgba(111,80,9,.2)}
.fcm-supporter-plan--gold>span{background:rgba(255,255,255,.16);color:#fff!important}.fcm-supporter-plan--gold strong{color:#fff!important}.fcm-supporter-plan--gold small{color:rgba(255,255,255,.7)!important}
.fcm-supporter-plan--silver{background:linear-gradient(135deg,#f8f8f8,#d7d9dd 55%,#b8bbc1);border-color:#c7c9ce}
.fcm-supporter-plan--silver>span{background:rgba(0,0,0,.06);color:#4c4e54!important}.fcm-supporter-plan--silver strong{color:#25262a!important}.fcm-supporter-plan--silver small{color:#666970!important}
.fcm-supporter-plan--normal{background:linear-gradient(145deg,#fff,#fbf2f4);border-color:#ead2d8}
.fcm-supporter-plan--normal>span{background:var(--fcm-red-soft);color:var(--fcm-red)!important}.fcm-supporter-plan--normal strong{color:#27181d!important}.fcm-supporter-plan--normal small{color:#8b757c!important}
.fcm-supporter-groups{display:grid;gap:22px}.fcm-supporter-group{display:grid;gap:10px}
.fcm-supporter-group__label{display:flex;align-items:center;gap:12px;color:#6d5960!important;font-size:.62rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.fcm-supporter-group__label:after{content:"";height:1px;flex:1;background:#eee3e6}
.fcm-supporter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.fcm-supporter-card{display:flex;align-items:center;gap:12px;min-height:92px;padding:13px;border-radius:17px;border:1px solid #eadfe2;background:#fff}
.fcm-supporter-card__media{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border-radius:15px;background:#f7ecef}
.fcm-supporter-card__media img{width:100%;height:100%;object-fit:cover}.fcm-supporter-card__media>span{color:var(--fcm-red)!important;font-size:1.15rem;font-weight:950}
.fcm-supporter-card__copy{min-width:0;display:flex;flex-direction:column}.fcm-supporter-card__copy>span{font-size:.54rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.fcm-supporter-card__copy strong{overflow:hidden;text-overflow:ellipsis;color:#25191d!important;font-size:.84rem;font-weight:950;white-space:nowrap}.fcm-supporter-card__copy small{margin-top:2px;color:#8a777d!important;font-size:.62rem;font-weight:750}
.fcm-supporter-card--gold{border-color:#d8bd69;background:linear-gradient(145deg,#fffdf4,#f7edca)}.fcm-supporter-card--gold .fcm-supporter-card__copy>span{color:#9b7312!important}
.fcm-supporter-card--silber{border-color:#d3d5d8;background:linear-gradient(145deg,#fff,#f0f1f2)}.fcm-supporter-card--silber .fcm-supporter-card__copy>span{color:#6d7075!important}
.fcm-supporter-card--normal .fcm-supporter-card__copy>span{color:var(--fcm-red)!important}
.fcm-supporter-empty{display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px 20px;padding:18px 20px;border:1px dashed #d9c2c8;border-radius:17px;background:#fcf8f9}
.fcm-supporter-empty strong{color:#24191d!important;font-size:.88rem;font-weight:950}.fcm-supporter-empty span{grid-column:1;color:#806c72!important;font-size:.72rem}.fcm-supporter-empty a{grid-column:2;grid-row:1/3;color:var(--fcm-red)!important;font-size:.72rem;font-weight:950;text-decoration:none}

@media(max-width:900px){
  .fcm-club-site .fcm-quickbar,.fcm-club-site .dark .fcm-quickbar{display:flex;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}
  .fcm-club-site .fcm-quickbar::-webkit-scrollbar{display:none}
  .fcm-club-site .fcm-quickbar a,.fcm-club-site .dark .fcm-quickbar a{flex:0 0 112px;min-width:112px;min-height:82px;flex-direction:column;gap:6px;scroll-snap-align:start}
  .fcm-supporter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .fcm-club-site .fcm-quickbar,.fcm-club-site .dark .fcm-quickbar{border-radius:18px}
  .fcm-club-site .fcm-quickbar a,.fcm-club-site .dark .fcm-quickbar a{flex-basis:104px;min-width:104px;min-height:84px}
  .fcm-sponsor-opportunities{grid-template-columns:1fr}.fcm-sponsor-slot{min-height:120px}
  .fcm-supporter-tier-intro{grid-template-columns:1fr}.fcm-supporter-plan{min-height:132px}
  .fcm-supporter-grid{grid-template-columns:1fr 1fr}
  .fcm-supporter-empty{grid-template-columns:1fr}.fcm-supporter-empty span,.fcm-supporter-empty a{grid-column:1;grid-row:auto}.fcm-supporter-empty a{margin-top:8px}
}
@media(max-width:420px){.fcm-supporter-grid{grid-template-columns:1fr}}

/* ===== V1.6.1 VISIBILITY + UX BUILDER SAFE POLISH ===== */
/* Season badge must remain readable even inside Flatsome .dark contexts. */
.fcm-club-site .fcm-hero-season,
.fcm-club-site .dark .fcm-hero-season{
  z-index:20!important;background:#fff!important;border:1px solid rgba(255,255,255,.92)!important;
  color:var(--fcm-red)!important;box-shadow:0 10px 28px rgba(42,5,15,.24)!important;
  -webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important
}
.fcm-club-site .fcm-hero-season span,
.fcm-club-site .dark .fcm-hero-season span{color:#71575e!important;opacity:1!important}
.fcm-club-site .fcm-hero-season strong,
.fcm-club-site .dark .fcm-hero-season strong{color:var(--fcm-red)!important;opacity:1!important}

/* Protect all light homepage cards from Flatsome's inherited .dark typography. */
.fcm-club-site .fcm-competition-hub,
.fcm-club-site .fcm-pro-card,
.fcm-club-site .fcm-news-section,
.fcm-club-site .fcm-sponsors-section,
.fcm-club-site .fcm-supporters-section{color:var(--fcm-ink)!important}
.fcm-club-site .fcm-competition-hub .fcm-section-kicker,
.fcm-club-site .dark .fcm-competition-hub .fcm-section-kicker{color:var(--fcm-red)!important;opacity:1!important}
.fcm-club-site .fcm-competition-hub .fcm-section-head h2,
.fcm-club-site .dark .fcm-competition-hub .fcm-section-head h2,
.fcm-club-site .fcm-pro-card__head strong,
.fcm-club-site .dark .fcm-pro-card__head strong{color:#171114!important;opacity:1!important}
.fcm-club-site .fcm-pro-card__head span,
.fcm-club-site .dark .fcm-pro-card__head span{color:var(--fcm-red)!important;opacity:1!important}

/* Quickbar: six real destinations; wrap cleanly rather than hiding items. */
@media(max-width:900px){
  .fcm-club-site .fcm-quickbar,.fcm-club-site .dark .fcm-quickbar{
    display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important
  }
  .fcm-club-site .fcm-quickbar a,.fcm-club-site .dark .fcm-quickbar a{
    min-width:0!important;min-height:84px!important;border-bottom:1px solid #eee3e6!important
  }
  .fcm-club-site .fcm-quickbar a:nth-child(3n){border-right:0!important}
  .fcm-club-site .fcm-quickbar a:nth-last-child(-n+3){border-bottom:0!important}
}
@media(max-width:480px){
  .fcm-club-site .fcm-quickbar,.fcm-club-site .dark .fcm-quickbar{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .fcm-club-site .fcm-quickbar a,.fcm-club-site .dark .fcm-quickbar a{min-height:78px!important;padding:8px 4px!important}
  .fcm-club-site .fcm-quickbar__label,.fcm-club-site .dark .fcm-quickbar__label{font-size:.66rem!important}
}


/* ===== V1.6.3 SINGLE NEWS / ARTICLE CONTRAST + MOBILE POLISH =====
   Flatsome can inherit .dark typography into single posts. This makes article
   titles/body text nearly white on a white background. Keep post surfaces light
   and explicitly restore readable club typography.
*/
body.fcm-club-site.single-post #main,
body.fcm-club-site.single-post .blog-wrapper,
body.fcm-club-site.single-post article.post,
body.fcm-club-site.single-post .article-inner{
  background:#fff!important;
  color:var(--fcm-ink)!important;
}

body.fcm-club-site.single-post .entry-header,
body.fcm-club-site.single-post .entry-header-text,
body.fcm-club-site.single-post .dark .entry-header-text{
  background:#fff!important;
  color:var(--fcm-ink)!important;
}

body.fcm-club-site.single-post .entry-header-text-top{
  padding-top:22px!important;
  padding-bottom:20px!important;
  text-align:left!important;
}

body.fcm-club-site.single-post .entry-category,
body.fcm-club-site.single-post .entry-category a,
body.fcm-club-site.single-post .dark .entry-category,
body.fcm-club-site.single-post .dark .entry-category a{
  color:var(--fcm-red)!important;
  opacity:1!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
}

body.fcm-club-site.single-post h1.entry-title,
body.fcm-club-site.single-post .dark h1.entry-title{
  color:#171114!important;
  opacity:1!important;
  font-size:clamp(2.15rem,6vw,4.4rem)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
  text-wrap:balance;
  margin:.22em 0 .28em!important;
}

body.fcm-club-site.single-post .entry-header .entry-meta,
body.fcm-club-site.single-post .entry-header .entry-meta a,
body.fcm-club-site.single-post .dark .entry-header .entry-meta,
body.fcm-club-site.single-post .dark .entry-header .entry-meta a{
  color:#756b70!important;
  opacity:1!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
}

body.fcm-club-site.single-post .entry-divider{
  width:52px!important;
  height:4px!important;
  margin:14px 0!important;
  background:linear-gradient(90deg,var(--fcm-red),var(--fcm-red-bright))!important;
  opacity:1!important;
  border-radius:999px!important;
}

body.fcm-club-site.single-post .entry-image{
  overflow:hidden;
  border-radius:22px;
  margin-top:2px;
  box-shadow:0 16px 42px rgba(50,12,21,.10);
}
body.fcm-club-site.single-post .entry-image img{
  width:100%;
  display:block;
}

/* Replace Flatsome's default blue/outline post date with club branding. */
body.fcm-club-site.single-post .badge.post-date .badge-inner,
body.fcm-club-site.single-post .badge.post-date.badge-outline .badge-inner{
  background:linear-gradient(145deg,var(--fcm-red-bright),var(--fcm-red-dark))!important;
  border:0!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(95,8,24,.25)!important;
}
body.fcm-club-site.single-post .badge.post-date .post-date-day,
body.fcm-club-site.single-post .badge.post-date .post-date-month{
  color:#fff!important;
  opacity:1!important;
  font-weight:950!important;
}

body.fcm-club-site.single-post .entry-content.single-page,
body.fcm-club-site.single-post .dark .entry-content.single-page{
  background:#fff!important;
  color:#3f373b!important;
  opacity:1!important;
  font-size:1.06rem!important;
  line-height:1.78!important;
  padding-top:28px!important;
}

body.fcm-club-site.single-post .entry-content.single-page p,
body.fcm-club-site.single-post .entry-content.single-page li,
body.fcm-club-site.single-post .entry-content.single-page blockquote,
body.fcm-club-site.single-post .dark .entry-content.single-page p,
body.fcm-club-site.single-post .dark .entry-content.single-page li,
body.fcm-club-site.single-post .dark .entry-content.single-page blockquote{
  color:#4f474b!important;
  opacity:1!important;
}
body.fcm-club-site.single-post .entry-content.single-page strong,
body.fcm-club-site.single-post .entry-content.single-page b{
  color:#171114!important;
}
body.fcm-club-site.single-post .entry-content.single-page a{
  color:var(--fcm-red)!important;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
body.fcm-club-site.single-post .entry-content.single-page h2,
body.fcm-club-site.single-post .entry-content.single-page h3,
body.fcm-club-site.single-post .entry-content.single-page h4{
  color:#171114!important;
  opacity:1!important;
  font-weight:950!important;
}

body.fcm-club-site.single-post footer.entry-meta,
body.fcm-club-site.single-post .entry-author,
body.fcm-club-site.single-post .navigation-post{
  color:#5f575b!important;
}

@media(max-width:849px){
  body.fcm-club-site.single-post .entry-header-text-top{
    padding:22px 4px 18px!important;
  }
  body.fcm-club-site.single-post h1.entry-title{
    font-size:clamp(2rem,9.2vw,3.15rem)!important;
    line-height:1!important;
  }
  body.fcm-club-site.single-post .entry-image{
    border-radius:16px;
  }
  body.fcm-club-site.single-post .entry-content.single-page{
    font-size:1rem!important;
    line-height:1.72!important;
    padding-top:24px!important;
  }
}

/* ===== V1.6.4 GLOBAL PAGE + POST CONTENT VISIBILITY =====
   Global safeguard for regular WordPress pages and posts. It restores readable
   text on light content surfaces while leaving intentional .section.dark / club
   hero components untouched.
*/

/* Default page/post canvases */
body.fcm-club-site.page #main,
body.fcm-club-site.single-post #main,
body.fcm-club-site.page .page-wrapper,
body.fcm-club-site.single-post .blog-wrapper{
  color:var(--fcm-ink);
}

/* Standard light article/page containers */
body.fcm-club-site.page .entry-content.single-page,
body.fcm-club-site.single-post .entry-content.single-page,
body.fcm-club-site.page .article-inner,
body.fcm-club-site.single-post .article-inner{
  color:#40383c;
}

/* Protect only direct editorial content. Nested UX Builder dark sections keep
   their own intended colors because these rules do not reach through sections. */
body.fcm-club-site.page .entry-content.single-page > p,
body.fcm-club-site.page .entry-content.single-page > ul,
body.fcm-club-site.page .entry-content.single-page > ol,
body.fcm-club-site.page .entry-content.single-page > blockquote,
body.fcm-club-site.page .entry-content.single-page > table,
body.fcm-club-site.single-post .entry-content.single-page > p,
body.fcm-club-site.single-post .entry-content.single-page > ul,
body.fcm-club-site.single-post .entry-content.single-page > ol,
body.fcm-club-site.single-post .entry-content.single-page > blockquote,
body.fcm-club-site.single-post .entry-content.single-page > table{
  color:#4f474b!important;
  opacity:1!important;
}

body.fcm-club-site.page .entry-content.single-page > h1,
body.fcm-club-site.page .entry-content.single-page > h2,
body.fcm-club-site.page .entry-content.single-page > h3,
body.fcm-club-site.page .entry-content.single-page > h4,
body.fcm-club-site.page .entry-content.single-page > h5,
body.fcm-club-site.page .entry-content.single-page > h6,
body.fcm-club-site.single-post .entry-content.single-page > h1,
body.fcm-club-site.single-post .entry-content.single-page > h2,
body.fcm-club-site.single-post .entry-content.single-page > h3,
body.fcm-club-site.single-post .entry-content.single-page > h4,
body.fcm-club-site.single-post .entry-content.single-page > h5,
body.fcm-club-site.single-post .entry-content.single-page > h6{
  color:#171114!important;
  opacity:1!important;
  font-weight:950;
}

body.fcm-club-site.page .entry-content.single-page > p a,
body.fcm-club-site.page .entry-content.single-page > ul a,
body.fcm-club-site.page .entry-content.single-page > ol a,
body.fcm-club-site.single-post .entry-content.single-page > p a,
body.fcm-club-site.single-post .entry-content.single-page > ul a,
body.fcm-club-site.single-post .entry-content.single-page > ol a{
  color:var(--fcm-red)!important;
  opacity:1!important;
}

/* Flatsome default page titles on light title areas */
body.fcm-club-site.page .page-title-wrapper:not(.dark) .page-title,
body.fcm-club-site.page .page-title-wrapper:not(.dark) h1,
body.fcm-club-site.page .page-title-wrapper:not(.dark) .page-title-inner{
  color:#171114!important;
  opacity:1!important;
}

/* Common default page/post metadata */
body.fcm-club-site.page .entry-meta,
body.fcm-club-site.page .entry-meta a,
body.fcm-club-site.single-post .entry-meta,
body.fcm-club-site.single-post .entry-meta a{
  opacity:1;
}

/* Light cards/boxes generated by Flatsome should never inherit white text. */
body.fcm-club-site .box-text:not(.dark),
body.fcm-club-site .box-text:not(.dark) p,
body.fcm-club-site .box-text:not(.dark) li{
  color:#5a5155;
  opacity:1;
}
body.fcm-club-site .box-text:not(.dark) h1,
body.fcm-club-site .box-text:not(.dark) h2,
body.fcm-club-site .box-text:not(.dark) h3,
body.fcm-club-site .box-text:not(.dark) h4,
body.fcm-club-site .box-text:not(.dark) h5,
body.fcm-club-site .box-text:not(.dark) h6,
body.fcm-club-site .box-text:not(.dark) a:not(.button){
  color:#21181b;
  opacity:1;
}

/* Global club date badge for every post context. */
body.fcm-club-site .badge.post-date .badge-inner,
body.fcm-club-site .badge.post-date.badge-outline .badge-inner{
  background:linear-gradient(145deg,var(--fcm-red-bright),var(--fcm-red-dark))!important;
  border-color:transparent!important;
  color:#fff!important;
}
body.fcm-club-site .badge.post-date .post-date-day,
body.fcm-club-site .badge.post-date .post-date-month{
  color:#fff!important;
  opacity:1!important;
}

/* WordPress core blocks on normal light article surfaces */
body.fcm-club-site.page .entry-content.single-page > .wp-block-quote,
body.fcm-club-site.single-post .entry-content.single-page > .wp-block-quote{
  border-left-color:var(--fcm-red)!important;
}
body.fcm-club-site.page .entry-content.single-page > .wp-block-table,
body.fcm-club-site.single-post .entry-content.single-page > .wp-block-table{
  color:#40383c!important;
}

@media(max-width:849px){
  body.fcm-club-site.page .entry-content.single-page,
  body.fcm-club-site.single-post .entry-content.single-page{
    overflow-wrap:anywhere;
  }
}


/* ===== V1.7.0 PREMIUM NEWSROOM /news/ ===== */
body.fcm-club-site.page-template-default.page-news,
body.fcm-club-site.page.page-id-0{background:#f4f1f2}
.fcm-newsroom-main{background:linear-gradient(180deg,#f4f1f2 0,#f8f6f7 100%);padding:clamp(22px,4vw,54px) 0 clamp(58px,7vw,90px);color:var(--fcm-ink)!important}
.fcm-newsroom-shell{width:min(1180px,calc(100% - 32px));margin:0 auto}
.fcm-newsroom{gap:clamp(22px,4.5vw,48px)!important}
.fcm-newsroom .fcm-page-hero{min-height:390px}
.fcm-newsroom .fcm-page-nav{grid-template-columns:repeat(6,minmax(0,1fr))}

.fcm-newsroom-featured{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);overflow:hidden;border:1px solid #e8dfe2;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(63,8,20,.10)}
.fcm-newsroom-featured__media{position:relative;display:block;min-height:510px;overflow:hidden;background:#1d171a}
.fcm-newsroom-featured__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(24,3,9,.12));pointer-events:none}
.fcm-newsroom-featured__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.fcm-newsroom-featured:hover .fcm-newsroom-featured__media img{transform:scale(1.025)}
.fcm-newsroom-featured__body{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4.2vw,52px);color:#21181b!important}
.fcm-newsroom-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px;font-size:.66rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.fcm-newsroom-meta span{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;background:var(--fcm-red-soft);color:var(--fcm-red)!important}
.fcm-newsroom-meta time{color:#8a777d!important}
.fcm-newsroom-featured h2{margin:0 0 18px;font-size:clamp(2.2rem,4.4vw,4.35rem);line-height:.94;font-weight:950;letter-spacing:-.058em}
.fcm-newsroom-featured h2 a{color:#171114!important;text-decoration:none}
.fcm-newsroom-featured h2 a:hover{color:var(--fcm-red)!important}
.fcm-newsroom-featured p{margin:0;color:#6a5d62!important;font-size:1rem;line-height:1.7}
.fcm-newsroom-read{display:inline-flex;align-items:center;gap:10px;width:max-content;margin-top:24px;color:var(--fcm-red)!important;font-size:.78rem;font-weight:950;text-decoration:none!important}
.fcm-newsroom-read span{transition:transform .2s ease}.fcm-newsroom-read:hover span{transform:translateX(4px)}

.fcm-newsroom-latest{display:grid;gap:20px}
.fcm-newsroom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.fcm-newsroom-card{position:relative;display:flex;flex-direction:column;overflow:hidden;min-width:0;border:1px solid #e9e0e3;border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(57,8,18,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.fcm-newsroom-card:hover{transform:translateY(-4px);border-color:#dfc3ca;box-shadow:0 22px 54px rgba(71,7,22,.12)}
.fcm-newsroom-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:#1d171a}
.fcm-newsroom-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.fcm-newsroom-card:hover .fcm-newsroom-card__media img{transform:scale(1.035)}
.fcm-newsroom-card__body{display:flex;flex:1;flex-direction:column;padding:20px 20px 23px;color:#21181b!important}
.fcm-newsroom-card h3{margin:0 0 12px;font-size:1.28rem;line-height:1.12;font-weight:950;letter-spacing:-.035em}
.fcm-newsroom-card h3 a{color:#1b1518!important;text-decoration:none}.fcm-newsroom-card h3 a:hover{color:var(--fcm-red)!important}
.fcm-newsroom-card p{margin:0;color:#74686d!important;font-size:.85rem;line-height:1.62}
.fcm-newsroom-card .fcm-newsroom-read{margin-top:auto;padding-top:18px}
.fcm-newsroom-image-placeholder{width:100%;height:100%;min-height:220px;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(180,22,50,.15),transparent 42%),linear-gradient(145deg,#211217,#520817);padding:32px}
.fcm-newsroom-image-placeholder img{width:min(44%,170px)!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 12px 22px rgba(0,0,0,.28))}

.fcm-newsroom-pagination{display:flex;justify-content:center}
.fcm-newsroom-pagination ul{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin:0!important;padding:0!important;list-style:none!important}
.fcm-newsroom-pagination li{margin:0!important;padding:0!important;list-style:none!important}
.fcm-newsroom-pagination a,.fcm-newsroom-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #e4d7db;border-radius:12px;background:#fff;color:#33252a!important;font-size:.75rem;font-weight:900;text-decoration:none!important}
.fcm-newsroom-pagination .current{background:var(--fcm-red)!important;border-color:var(--fcm-red)!important;color:#fff!important}
.fcm-newsroom-pagination a:hover{border-color:#d7aeb9;background:var(--fcm-red-soft);color:var(--fcm-red)!important}
.fcm-newsroom-builder-note{margin:20px auto;padding:14px 18px;border:1px dashed #d5b9c1;border-radius:14px;background:#fff;color:#6b5960;font-size:.8rem;font-weight:800}

/* Kill old Flatsome blog-list artefacts on the dedicated News page. */
body.fcm-club-site .fcm-newsroom-main ul.post-meta,
body.fcm-club-site .fcm-newsroom-main .badge.post-date{list-style:none!important}
body.fcm-club-site .fcm-newsroom-main li:before{content:none!important}

@media(max-width:900px){
  .fcm-newsroom-featured{grid-template-columns:1fr}
  .fcm-newsroom-featured__media{min-height:0;aspect-ratio:16/10}
  .fcm-newsroom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcm-newsroom .fcm-page-nav{display:flex;grid-template-columns:none}
}
@media(max-width:680px){
  .fcm-newsroom-main{padding:16px 0 56px}
  .fcm-newsroom-shell{width:min(100% - 24px,1180px)}
  .fcm-newsroom .fcm-page-hero{min-height:330px}
  .fcm-newsroom-featured{border-radius:20px}
  .fcm-newsroom-featured__body{padding:23px 18px 26px}
  .fcm-newsroom-featured h2{font-size:clamp(2rem,10vw,3rem);line-height:.97}
  .fcm-newsroom-featured p{font-size:.92rem;line-height:1.65}
  .fcm-newsroom-grid{grid-template-columns:1fr;gap:14px}
  .fcm-newsroom-card{border-radius:18px}
  .fcm-newsroom-card__body{padding:17px 17px 20px}
  .fcm-newsroom-card h3{font-size:1.18rem}
}

/* ===== V1.8 PROFESSIONAL PLAYER PROFILES ===== */
.fcm-player-card{isolation:isolate}
.fcm-player-card__link{position:absolute;inset:0;z-index:6;border-radius:inherit;text-indent:-9999px;overflow:hidden}
.fcm-player-card__link:focus-visible{outline:3px solid rgba(143,16,37,.28);outline-offset:-5px}
.fcm-player-card__media,.fcm-player-card__body{position:relative;z-index:1}
.fcm-player-card:has(.fcm-player-card__link:hover) .fcm-player-card__media img{transform:scale(1.045)}
.fcm-player-card:has(.fcm-player-card__link:hover){transform:translateY(-5px);border-color:#dfbec7;box-shadow:0 20px 48px rgba(65,7,20,.12)}

body.single-fcm_player{background:#f4f1f2}
body.single-fcm_player #main{background:
  radial-gradient(circle at 85% 0,rgba(143,16,37,.06),transparent 28%),
  linear-gradient(180deg,#f8f6f7 0,#f2eff0 100%)}
.fcm-player-profile{padding:clamp(28px,5vw,64px) 18px clamp(64px,8vw,110px)}
.fcm-player-profile__wrap{width:min(1220px,100%);margin:0 auto}
.fcm-player-profile__back{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:var(--fcm-red)!important;font-size:.82rem;font-weight:900;text-decoration:none}
.fcm-player-profile__back:hover{transform:translateX(-3px);color:var(--fcm-red-dark)!important}

.fcm-player-hero{position:relative;isolation:isolate;min-height:690px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);overflow:hidden;border-radius:34px;background:
  radial-gradient(circle at 73% 18%,rgba(255,255,255,.12),transparent 21%),
  linear-gradient(122deg,#25040b 0,#510817 31%,#8f1025 68%,#b41632 100%);box-shadow:0 34px 90px rgba(68,5,18,.24)}
.fcm-player-hero:before{content:"";position:absolute;z-index:-2;inset:0;background:repeating-linear-gradient(118deg,transparent 0 90px,rgba(255,255,255,.024) 90px 91px)}
.fcm-player-hero:after{content:"";position:absolute;z-index:-1;right:-14%;top:-24%;width:620px;aspect-ratio:1;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.02),0 0 0 115px rgba(255,255,255,.014)}
.fcm-player-hero__brand{position:absolute;left:clamp(28px,5vw,68px);top:clamp(26px,4vw,52px);z-index:3;width:76px;height:86px;display:grid;place-items:center}
.fcm-player-hero__brand img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(0,0,0,.2))}
.fcm-player-hero__watermark{position:absolute;z-index:0;left:clamp(22px,3vw,40px);bottom:-.18em;color:rgba(255,255,255,.035);font-size:clamp(15rem,30vw,31rem);font-weight:1000;line-height:.75;letter-spacing:-.08em;pointer-events:none}
.fcm-player-hero__copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(130px,14vw,190px) clamp(30px,5.6vw,72px) clamp(42px,6vw,76px)}
.fcm-player-hero__eyebrow{margin-bottom:22px;color:rgba(255,255,255,.62);font-size:.72rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.fcm-player-hero__identity{display:flex;align-items:center;gap:13px;margin-bottom:14px}
.fcm-player-hero__number{display:grid;place-items:center;min-width:64px;height:64px;padding:0 14px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);color:#fff;font-size:1.65rem;font-weight:1000;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.fcm-player-hero__position{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:99px;background:#fff;color:var(--fcm-red);font-size:.72rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.fcm-player-hero h1{max-width:690px;margin:0;color:#fff!important;font-size:clamp(3rem,7vw,6.8rem);font-weight:1000;line-height:.86;letter-spacing:-.065em;text-transform:uppercase;text-wrap:balance}
.fcm-player-hero blockquote{max-width:580px;margin:28px 0 0;padding:0;border:0;color:rgba(255,255,255,.76);font-size:clamp(1rem,1.6vw,1.22rem);font-style:normal;line-height:1.5}
.fcm-player-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.fcm-player-hero__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:12px;font-size:.78rem;font-weight:950;text-decoration:none}
.fcm-player-hero__actions .is-primary{background:#fff;color:var(--fcm-red)!important;box-shadow:0 12px 26px rgba(30,2,8,.18)}
.fcm-player-hero__actions .is-primary:hover{background:#f9edf0;transform:translateY(-2px)}
.fcm-player-hero__actions .is-ghost{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.07);color:#fff!important;backdrop-filter:blur(10px)}
.fcm-player-hero__actions .is-ghost:hover{background:rgba(255,255,255,.13);transform:translateY(-2px)}
.fcm-player-hero__portrait{position:relative;z-index:2;min-height:690px;align-self:end;overflow:hidden}
.fcm-player-hero__portrait:after{content:"";position:absolute;inset:auto 0 0;height:26%;background:linear-gradient(180deg,transparent,rgba(35,3,10,.32));pointer-events:none}
.fcm-player-hero__portrait>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 12%;display:block;filter:saturate(.96) contrast(1.02)}
.fcm-player-hero__placeholder{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.015))}
.fcm-player-hero__placeholder img{width:min(220px,45%);opacity:.2;filter:grayscale(1) brightness(3)}

.fcm-player-section-head{margin-bottom:22px}
.fcm-player-section-head>span{display:block;margin-bottom:7px;color:var(--fcm-red);font-size:.7rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.fcm-player-section-head h2{margin:0;color:var(--fcm-ink)!important;font-size:clamp(2rem,4vw,3.5rem);font-weight:1000;line-height:.96}
.fcm-player-stats{margin-top:24px;padding:clamp(24px,4vw,42px);border:1px solid var(--fcm-line);border-radius:28px;background:#fff;box-shadow:var(--fcm-shadow-soft)}
.fcm-player-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}
.fcm-player-stat{min-height:122px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;border:1px solid #eee6e8;border-radius:18px;background:linear-gradient(180deg,#fff,#fbf8f9)}
.fcm-player-stat strong{color:var(--fcm-red);font-size:clamp(1.85rem,4vw,3rem);font-weight:1000;line-height:.9;letter-spacing:-.05em}
.fcm-player-stat span{margin-top:9px;color:#655d61;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fcm-player-stat--yellow strong{color:#aa7b00}.fcm-player-stat--red strong{color:#b41632}

.fcm-player-details{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px;margin-top:24px}
.fcm-player-bio,.fcm-player-facts{border:1px solid var(--fcm-line);border-radius:28px;background:#fff;box-shadow:var(--fcm-shadow-soft)}
.fcm-player-bio{padding:clamp(28px,5vw,54px)}
.fcm-player-bio__content,.fcm-player-bio__content p,.fcm-player-bio__empty{color:#3b3538!important;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.8}
.fcm-player-bio__content h2,.fcm-player-bio__content h3,.fcm-player-bio__content h4{color:var(--fcm-ink)!important}
.fcm-player-bio__content a{color:var(--fcm-red)!important;font-weight:800}
.fcm-player-bio__empty{margin:0;color:#7c7478!important}
.fcm-player-facts{overflow:hidden;align-self:start}
.fcm-player-facts__top{padding:24px;background:linear-gradient(135deg,var(--fcm-red-dark),var(--fcm-red));color:#fff}
.fcm-player-facts__top span{display:block;color:rgba(255,255,255,.6);font-size:.67rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.fcm-player-facts__top strong{display:block;margin-top:4px;color:#fff;font-size:1.7rem;font-weight:1000}
.fcm-player-facts dl{margin:0;padding:7px 24px 18px}
.fcm-player-facts dl>div{display:grid;grid-template-columns:1fr 1.2fr;gap:14px;padding:16px 0;border-bottom:1px solid #eee7e9}
.fcm-player-facts dl>div:last-child{border-bottom:0}
.fcm-player-facts dt{color:#8a8185;font-size:.72rem;font-weight:850}
.fcm-player-facts dd{margin:0;color:#1a1719;font-size:.78rem;font-weight:950;text-align:right}

.fcm-player-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:12px;margin-top:24px}
.fcm-player-nav>div>a,.fcm-player-nav__all{min-height:92px;display:flex;flex-direction:column;justify-content:center;padding:18px 22px;border:1px solid var(--fcm-line);border-radius:18px;background:#fff;text-decoration:none;box-shadow:var(--fcm-shadow-soft)}
.fcm-player-nav>div:last-child>a{text-align:right}
.fcm-player-nav>div>a span{color:#8b8387;font-size:.66rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.fcm-player-nav>div>a strong{margin-top:4px;color:var(--fcm-ink);font-size:.92rem;font-weight:950}
.fcm-player-nav>div>a:hover{border-color:#d9b9c1;transform:translateY(-2px)}
.fcm-player-nav__all{min-width:120px;align-items:center;color:#fff!important;background:var(--fcm-red);border-color:var(--fcm-red);font-size:.78rem;font-weight:950}
.fcm-player-nav__all:hover{background:var(--fcm-red-dark);transform:translateY(-2px)}

@media(max-width:900px){
  .fcm-player-hero{grid-template-columns:1fr;min-height:0}
  .fcm-player-hero__copy{grid-row:2;padding:34px 26px 38px}
  .fcm-player-hero__brand{left:24px;top:22px;width:58px;height:68px}
  .fcm-player-hero__portrait{grid-row:1;min-height:520px}
  .fcm-player-hero__portrait>img{object-position:50% 10%}
  .fcm-player-hero__watermark{left:auto;right:-.04em;bottom:-.03em;font-size:19rem}
  .fcm-player-details{grid-template-columns:1fr}
  .fcm-player-facts{order:-1}
}

@media(max-width:549px){
  .fcm-player-profile{padding:18px 12px 58px}
  .fcm-player-profile__back{margin-left:5px}
  .fcm-player-hero{border-radius:24px}
  .fcm-player-hero__portrait{min-height:410px}
  .fcm-player-hero__copy{padding:26px 20px 30px}
  .fcm-player-hero__eyebrow{margin-bottom:15px;font-size:.62rem}
  .fcm-player-hero__number{min-width:52px;height:52px;font-size:1.35rem;border-radius:13px}
  .fcm-player-hero__position{min-height:31px;font-size:.62rem}
  .fcm-player-hero h1{font-size:clamp(2.65rem,15vw,4.5rem)}
  .fcm-player-hero blockquote{margin-top:18px;font-size:.95rem}
  .fcm-player-hero__actions{margin-top:20px}
  .fcm-player-hero__actions a{width:100%}
  .fcm-player-stats{padding:20px 15px;border-radius:22px}
  .fcm-player-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .fcm-player-stat{min-height:100px;padding:14px;border-radius:15px}
  .fcm-player-bio{padding:24px 20px;border-radius:22px}
  .fcm-player-facts{border-radius:22px}
  .fcm-player-facts dl{padding:5px 20px 14px}
  .fcm-player-facts dl>div{padding:14px 0}
  .fcm-player-nav{grid-template-columns:1fr 1fr}
  .fcm-player-nav__all{grid-column:1/-1;grid-row:1;min-height:52px}
  .fcm-player-nav>div>a{min-height:82px;padding:15px}
}
.fcm-player-card__body:after{content:"Profil ansehen →";display:block;margin-top:11px;color:#8f1025;font-size:.67rem;font-weight:900;letter-spacing:.02em}

/* ===== V1.9 PRO TEAM EXPERIENCE ===== */
.fcm-team-experience{--fcm-team-card:#111013}
.fcm-team-dashboard{
  position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:28px;align-items:stretch;padding:clamp(28px,5vw,52px);border:1px solid #e8dfe2;border-radius:28px;
  background:linear-gradient(135deg,#fff 0,#fbf7f8 58%,#f5e9ed 100%);box-shadow:var(--fcm-shadow-soft)
}
.fcm-team-dashboard:after{content:"";position:absolute;z-index:-1;right:-100px;top:-135px;width:330px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(143,16,37,.1),transparent 68%)}
.fcm-team-dashboard__intro>span{display:inline-flex;min-height:32px;align-items:center;padding:0 11px;border-radius:999px;background:var(--fcm-red-soft);color:var(--fcm-red)!important;font-size:.65rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.fcm-team-dashboard__intro h2{margin:.32em 0 .2em;color:var(--fcm-ink)!important;font-size:clamp(2.45rem,5vw,4.8rem);line-height:.9;font-weight:1000;letter-spacing:-.06em}
.fcm-team-dashboard__intro p{max-width:640px;margin:0;color:#62595d!important;font-size:.96rem;line-height:1.7}
.fcm-team-dashboard__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-self:stretch;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,#26040b,#5f0818 48%,#8f1025)}
.fcm-team-dashboard__stats>div{min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;border-right:1px solid rgba(255,255,255,.1)}
.fcm-team-dashboard__stats>div:last-child{border-right:0}
.fcm-team-dashboard__stats strong{display:block;color:#fff!important;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:1000;line-height:.95;letter-spacing:-.045em}
.fcm-team-dashboard__stats span{margin-top:7px;color:rgba(255,255,255,.58)!important;font-size:.62rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}

.fcm-team-roster,.fcm-team-staff{padding:clamp(25px,4vw,42px);border:1px solid var(--fcm-line);border-radius:28px;background:#fff;box-shadow:var(--fcm-shadow-soft)}
.fcm-team-roster__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.fcm-team-roster__head h2{margin:.18em 0 0;color:var(--fcm-ink)!important;font-size:clamp(2.15rem,4.4vw,3.8rem);font-weight:1000;line-height:.92;letter-spacing:-.055em}
.fcm-team-roster__count{flex:0 0 auto;display:flex;align-items:flex-end;gap:8px;padding:9px 12px;border:1px solid #ead9de;border-radius:14px;background:#fbf5f7}
.fcm-team-roster__count strong{color:var(--fcm-red)!important;font-size:1.35rem;font-weight:1000;line-height:1}
.fcm-team-roster__count span{color:#786b70!important;font-size:.6rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}

.fcm-position-filter{display:flex;gap:8px;overflow-x:auto;padding:4px 1px 16px;margin:0 0 14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.fcm-position-filter::-webkit-scrollbar{display:none}
.fcm-position-filter button{appearance:none;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid #e7dce0;border-radius:999px;background:#fff;color:#32272b;font-size:.72rem;font-weight:950;cursor:pointer;transition:.2s ease}
.fcm-position-filter button span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#f4ecef;color:#7a666c;font-size:.6rem;font-weight:950}
.fcm-position-filter button:hover{border-color:#dcb7c1;background:#fcf5f7;color:var(--fcm-red)}
.fcm-position-filter button.is-active{border-color:var(--fcm-red);background:var(--fcm-red);color:#fff;box-shadow:0 10px 25px rgba(143,16,37,.18)}
.fcm-position-filter button.is-active span{background:rgba(255,255,255,.16);color:#fff}
.fcm-position-filter button:focus-visible{outline:3px solid rgba(143,16,37,.2);outline-offset:2px}

.fcm-team-roster__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.fcm-team-roster__grid--staff{grid-template-columns:repeat(3,minmax(0,1fr))}
.fcm-team-roster__grid .fcm-player-card[hidden]{display:none!important}
.fcm-team-roster__empty{padding:30px 20px;border:1px dashed #dcc7cd;border-radius:18px;background:#fbf7f8;color:#75696d!important;text-align:center;font-size:.82rem;font-weight:800}

/* Pro roster cards. Keep home cards compatible but give the team page a richer matchday look. */
.fcm-player-card--pro{background:#fff}
.fcm-player-card--pro .fcm-player-card__media{aspect-ratio:4/5;background:linear-gradient(150deg,#2a050c,#8f1025)}
.fcm-player-card--pro .fcm-player-card__media>img{object-position:50% 12%}
.fcm-player-card__shade{position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(10,6,8,.02) 34%,rgba(11,6,8,.16) 57%,rgba(14,8,10,.9) 100%);pointer-events:none}
.fcm-player-card__topline{position:absolute;z-index:4;inset:12px 12px auto;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.fcm-player-card__position-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(17,10,12,.28);backdrop-filter:blur(9px);color:#fff!important;font-size:.57rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.fcm-player-card--pro .fcm-player-card__number{position:static;min-width:40px;height:40px;padding:0 8px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:var(--fcm-red);color:#fff;box-shadow:0 10px 24px rgba(47,3,12,.2);font-size:1rem}
.fcm-player-card__identity{position:absolute;z-index:4;left:15px;right:15px;bottom:15px;color:#fff}
.fcm-player-card__identity>span{display:block;margin-bottom:5px;color:rgba(255,255,255,.56)!important;font-size:.55rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.fcm-player-card__identity h3{margin:0;color:#fff!important;font-size:clamp(1.18rem,1.6vw,1.55rem);font-weight:1000;line-height:.96;letter-spacing:-.045em;text-transform:uppercase}
.fcm-player-card--pro .fcm-player-card__body{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px 15px;background:#fff}
.fcm-player-card__body-meta{min-width:0}
.fcm-player-card__body-meta>span{display:block;color:var(--fcm-red)!important;font-size:.59rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.fcm-player-card__body-meta>small{display:block;overflow:hidden;margin-top:4px;color:#81777b!important;font-size:.62rem;font-weight:750;white-space:nowrap;text-overflow:ellipsis}
.fcm-player-card__cta{flex:0 0 auto;color:#251a1e!important;font-size:.65rem;font-weight:950;white-space:nowrap}
.fcm-player-card__cta i{font-style:normal;color:var(--fcm-red);font-size:.85rem}
.fcm-player-card--pro .fcm-player-card__body:after{content:none!important}
.fcm-player-card--pro:hover .fcm-player-card__shade{background:linear-gradient(180deg,rgba(10,6,8,0) 28%,rgba(91,7,26,.08) 52%,rgba(54,4,15,.92) 100%)}
.fcm-player-card--pro:hover .fcm-player-card__cta{color:var(--fcm-red)!important}
.fcm-player-card--team.is-fcm-filter-in{animation:fcmRosterIn .28s ease both}
@keyframes fcmRosterIn{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}

.fcm-team-staff .fcm-player-card__position-chip{background:rgba(255,255,255,.9);color:var(--fcm-red)!important;border-color:rgba(255,255,255,.92)}
.fcm-team-staff .fcm-player-card__media{background:linear-gradient(150deg,#171316,#5f0818)}

@media(max-width:1020px){
  .fcm-team-dashboard{grid-template-columns:1fr}
  .fcm-team-roster__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .fcm-team-dashboard{padding:24px 18px;border-radius:22px}
  .fcm-team-dashboard__stats{grid-template-columns:1fr 1fr 1fr}
  .fcm-team-dashboard__stats>div{min-height:105px;padding:15px 12px}
  .fcm-team-roster,.fcm-team-staff{padding:21px 14px;border-radius:21px}
  .fcm-team-roster__head{align-items:flex-start}
  .fcm-team-roster__grid,.fcm-team-roster__grid--staff{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  .fcm-player-card--pro{border-radius:17px}
  .fcm-player-card--pro .fcm-player-card__body{min-height:70px;padding:12px 11px}
  .fcm-player-card__identity{left:12px;right:12px;bottom:12px}
  .fcm-player-card__identity h3{font-size:1.05rem}
  .fcm-player-card__cta{font-size:0;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--fcm-red-soft)}
  .fcm-player-card__cta i{font-size:.9rem}
  .fcm-player-card__body-meta>small{max-width:130px}
}
@media(max-width:420px){
  .fcm-team-dashboard__stats{grid-template-columns:1fr}
  .fcm-team-dashboard__stats>div{min-height:84px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .fcm-team-dashboard__stats>div:last-child{border-bottom:0}
  .fcm-team-roster__grid,.fcm-team-roster__grid--staff{grid-template-columns:1fr}
  .fcm-player-card--pro .fcm-player-card__media{aspect-ratio:4/4.7}
}
@media(prefers-reduced-motion:reduce){.fcm-player-card--team.is-fcm-filter-in{animation:none}}

/* ===== V1.10 LIVING CLUB MOTION SYSTEM ===== */
:root{
  --fcm-motion-ease:cubic-bezier(.22,1,.36,1);
  --fcm-motion-soft:cubic-bezier(.16,1,.3,1);
}

/* Scroll reveals only become hidden after JS confirms motion is active. */
.fcm-motion-enabled .fcm-motion-reveal{
  opacity:0;
  transform:translate3d(0,28px,0) scale(.988);
  filter:blur(2px);
  transition:
    opacity .72s var(--fcm-motion-ease),
    transform .82s var(--fcm-motion-ease),
    filter .65s ease;
  transition-delay:var(--fcm-motion-delay,0ms);
  will-change:opacity,transform;
}
.fcm-motion-enabled .fcm-motion-reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:none;
}

/* Hero entrance: fast enough to feel premium, never like a slideshow. */
.fcm-motion-enabled .fcm-motion-hero .fcm-eyebrow,
.fcm-motion-enabled .fcm-motion-hero .fcm-section-kicker,
.fcm-motion-enabled .fcm-motion-hero .fcm-page-hero__meta,
.fcm-motion-enabled .fcm-motion-hero .fcm-player-hero__eyebrow{
  opacity:0;transform:translate3d(0,14px,0);
  transition:opacity .55s ease .08s,transform .72s var(--fcm-motion-ease) .08s;
}
.fcm-motion-enabled .fcm-motion-hero .fcm-hero-title,
.fcm-motion-enabled .fcm-motion-hero h1{
  opacity:0;transform:translate3d(0,34px,0);
  transition:opacity .72s ease .14s,transform .92s var(--fcm-motion-ease) .14s;
}
.fcm-motion-enabled .fcm-motion-hero .fcm-hero-copy,
.fcm-motion-enabled .fcm-motion-hero>p,
.fcm-motion-enabled .fcm-motion-hero blockquote{
  opacity:0;transform:translate3d(0,22px,0);
  transition:opacity .66s ease .22s,transform .86s var(--fcm-motion-ease) .22s;
}
.fcm-motion-enabled .fcm-motion-hero .fcm-hero-actions,
.fcm-motion-enabled .fcm-motion-hero .fcm-player-hero__actions,
.fcm-motion-enabled .fcm-motion-hero .fcm-player-hero__identity{
  opacity:0;transform:translate3d(0,18px,0);
  transition:opacity .64s ease .3s,transform .82s var(--fcm-motion-ease) .3s;
}
.fcm-motion-enabled .fcm-motion-hero .fcm-club-mark,
.fcm-motion-enabled .fcm-motion-hero .fcm-page-hero__mark,
.fcm-motion-enabled .fcm-motion-hero .fcm-player-hero__portrait{
  opacity:0;transform:translate3d(20px,8px,0) scale(.96);
  transition:opacity .8s ease .16s,transform 1.05s var(--fcm-motion-ease) .16s;
}
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-eyebrow,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-section-kicker,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-page-hero__meta,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-player-hero__eyebrow,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-hero-title,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered h1,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-hero-copy,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered>p,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered blockquote,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-hero-actions,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-player-hero__actions,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-player-hero__identity,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-club-mark,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-page-hero__mark,
.fcm-motion-enabled .fcm-motion-hero.is-motion-entered .fcm-player-hero__portrait{
  opacity:1;transform:none;
}

/* Slow ambient motion in the Royal Red areas. */
.fcm-hero-shell:after,
.fcm-page-hero:after,
.fcm-player-hero:after{
  transform:translate3d(0,var(--fcm-motion-parallax,0px),0);
  transition:transform .18s linear;
  animation:fcmRoyalOrbit 12s ease-in-out infinite alternate;
}
.fcm-club-mark:before{animation:fcmRingBreath 5.8s ease-in-out infinite}
.fcm-club-mark:after{animation:fcmRingSpin 24s linear infinite}
.fcm-club-mark__image{animation:fcmCrestFloat 5.6s ease-in-out infinite}
.fcm-player-hero__watermark{transform:translate3d(0,var(--fcm-motion-parallax,0px),0);transition:transform .18s linear}

@keyframes fcmRoyalOrbit{
  0%{opacity:.72;filter:brightness(.96)}
  50%{opacity:1;filter:brightness(1.08)}
  100%{opacity:.82;filter:brightness(1.02)}
}
@keyframes fcmRingBreath{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.035);opacity:1}}
@keyframes fcmRingSpin{to{transform:rotate(360deg)}}
@keyframes fcmCrestFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-7px,0)}}

/* Matchday heartbeat and section energy. */
.fcm-live-dot,.fcm-setup-notice__dot{
  animation:fcmLivePulse 1.9s ease-out infinite;
}
@keyframes fcmLivePulse{
  0%{box-shadow:0 0 0 0 rgba(180,22,50,.4)}
  70%{box-shadow:0 0 0 9px rgba(180,22,50,0)}
  100%{box-shadow:0 0 0 0 rgba(180,22,50,0)}
}
.fcm-matchday-spotlight{position:relative;overflow:hidden}
.fcm-matchday-spotlight:after{
  content:"";position:absolute;z-index:0;top:-80%;left:-18%;width:24%;height:260%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transform:rotate(18deg) translateX(-240%);pointer-events:none;
  animation:fcmSpotlightSweep 8s ease-in-out infinite;
}
.fcm-matchday-spotlight>*{position:relative;z-index:1}
@keyframes fcmSpotlightSweep{0%,55%{transform:rotate(18deg) translateX(-260%)}78%,100%{transform:rotate(18deg) translateX(650%)}}

/* Cards now react with depth rather than simple static hover. */
.fcm-news-card,
.fcm-newsroom-card,
.fcm-player-card,
.fcm-sponsor-card,
.fcm-supporter-card,
.fcm-page-linkcard,
.fcm-values article,
.fcm-support-grid article,
.fcm-pro-card{
  transform-origin:50% 85%;
  transition:
    transform .48s var(--fcm-motion-ease),
    box-shadow .48s var(--fcm-motion-ease),
    border-color .3s ease,
    background-color .3s ease;
}
@media(hover:hover) and (pointer:fine){
  .fcm-news-card:hover,
  .fcm-newsroom-card:hover,
  .fcm-player-card:hover,
  .fcm-sponsor-card:hover,
  .fcm-supporter-card:hover,
  .fcm-page-linkcard:hover,
  .fcm-values article:hover,
  .fcm-support-grid article:hover,
  .fcm-pro-card:hover{
    transform:translate3d(0,-7px,0) scale(1.012);
    box-shadow:0 24px 52px rgba(72,8,23,.14);
  }
  .fcm-player-card:hover .fcm-player-card__media>img,
  .fcm-newsroom-card:hover .fcm-newsroom-card__media img{
    transform:scale(1.045);
  }
}

/* Quick navigation feels tactile instead of flat. */
.fcm-quickbar a{position:relative;overflow:hidden}
.fcm-quickbar a:before{
  content:"";position:absolute;inset:auto 14% 0;height:3px;border-radius:99px 99px 0 0;
  background:linear-gradient(90deg,var(--fcm-red-dark),var(--fcm-red-bright));
  transform:scaleX(0);transform-origin:center;transition:transform .38s var(--fcm-motion-ease);
}
.fcm-quickbar a:hover:before{transform:scaleX(1)}
.fcm-quickbar__icon{transition:transform .42s var(--fcm-motion-ease),background .3s ease,color .3s ease}
.fcm-quickbar a:hover .fcm-quickbar__icon{transform:translateY(-3px) scale(1.08)}

/* Buttons get a restrained light pass. */
.fcm-btn,.fcm-hero-actions a,.fcm-player-hero__actions a{
  position:relative;overflow:hidden;isolation:isolate;
}
.fcm-btn:after,.fcm-hero-actions a:after,.fcm-player-hero__actions a:after{
  content:"";position:absolute;z-index:-1;top:-80%;left:-35%;width:26%;height:260%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
  transform:rotate(18deg) translateX(-360%);transition:transform .72s var(--fcm-motion-ease);
}
.fcm-btn:hover:after,.fcm-hero-actions a:hover:after,.fcm-player-hero__actions a:hover:after{transform:rotate(18deg) translateX(720%)}

/* Headings have a small visual beat when they enter. */
.fcm-section-head h2,.fcm-player-section-head h2{position:relative}
.fcm-section-head h2:after,.fcm-player-section-head h2:after{
  content:"";display:block;width:42px;height:4px;margin-top:10px;border-radius:99px;
  background:linear-gradient(90deg,var(--fcm-red),var(--fcm-red-bright));
  transform:scaleX(.35);transform-origin:left;transition:transform .8s var(--fcm-motion-ease) .12s;
}
.fcm-motion-reveal.is-visible .fcm-section-head h2:after,
.fcm-motion-reveal.is-visible.fcm-section-head h2:after,
.fcm-player-stats.is-visible .fcm-player-section-head h2:after,
.fcm-player-details.is-visible .fcm-player-section-head h2:after{transform:scaleX(1)}

/* Player profile gets a little cinematic depth without moving the content itself. */
.fcm-player-hero__portrait>img{transition:transform 1.1s var(--fcm-motion-soft),filter .6s ease}
@media(hover:hover) and (pointer:fine){
  .fcm-player-hero:hover .fcm-player-hero__portrait>img{transform:scale(1.018)}
}
.fcm-player-stat strong{font-variant-numeric:tabular-nums}

/* Mobile: preserve motion, reduce distance and disable infinite decorative sweeps. */
@media(max-width:760px){
  .fcm-motion-enabled .fcm-motion-reveal{transform:translate3d(0,18px,0) scale(.994);filter:none}
  .fcm-matchday-spotlight:after{animation-duration:11s;opacity:.7}
  .fcm-club-mark__image{animation-duration:6.8s}
}

@media(prefers-reduced-motion:reduce){
  .fcm-motion-enabled .fcm-motion-reveal,
  .fcm-motion-enabled .fcm-motion-hero *,
  .fcm-hero-shell:after,.fcm-page-hero:after,.fcm-player-hero:after,
  .fcm-club-mark:before,.fcm-club-mark:after,.fcm-club-mark__image,
  .fcm-live-dot,.fcm-setup-notice__dot,.fcm-matchday-spotlight:after{
    opacity:1!important;transform:none!important;filter:none!important;animation:none!important;transition:none!important;
  }
}

/* ===== V1.11 PREMIUM CONTACT ===== */
.fcm-club-page--contact{background:#fff;color:var(--fcm-ink)}
.fcm-club-page--contact .fcm-page-nav{margin-bottom:clamp(28px,5vw,54px)}
.fcm-contact-intents{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 clamp(28px,5vw,54px)}
.fcm-contact-intents article{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:260px;padding:26px;border:1px solid var(--fcm-line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbf7f8);box-shadow:var(--fcm-shadow-soft)}
.fcm-contact-intents article:after{content:"";position:absolute;right:-45px;bottom:-60px;width:145px;height:145px;border:1px solid rgba(143,16,37,.10);border-radius:50%;box-shadow:0 0 0 28px rgba(143,16,37,.025);pointer-events:none}
.fcm-contact-intents article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--fcm-red-soft);color:var(--fcm-red);font-size:.75rem;font-weight:950;letter-spacing:.08em;margin-bottom:26px}
.fcm-contact-intents small{display:block;color:var(--fcm-red);font-size:.68rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase;margin-bottom:7px}
.fcm-contact-intents h2{font-size:clamp(1.45rem,2.6vw,2rem);line-height:1.02;margin:0 0 10px!important;color:var(--fcm-ink)!important;font-weight:950}
.fcm-contact-intents p{margin:0;color:var(--fcm-muted)!important;line-height:1.62}
.fcm-contact-intents a{display:inline-flex;align-items:center;margin-top:auto;padding-top:22px;color:var(--fcm-red)!important;font-weight:900;text-decoration:none}
.fcm-contact-intents a:hover{color:var(--fcm-red-dark)!important;transform:translateX(3px)}

.fcm-contact-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:22px;align-items:start;margin-bottom:clamp(30px,6vw,72px);scroll-margin-top:110px}
.fcm-contact-form-card,.fcm-contact-office,.fcm-contact-venue,.fcm-contact-note{border:1px solid var(--fcm-line);border-radius:24px;background:#fff;box-shadow:var(--fcm-shadow-soft)}
.fcm-contact-form-card{padding:clamp(24px,4vw,42px)}
.fcm-contact-form-card .fcm-section-head{margin-bottom:24px}
.fcm-contact-form-card .fcm-section-head p{margin:8px 0 0;color:var(--fcm-muted)!important}
.fcm-contact-form{display:grid;gap:16px}
.fcm-contact-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.fcm-contact-form label{display:grid;gap:7px;margin:0;color:var(--fcm-ink)!important;font-weight:800;font-size:.86rem}
.fcm-contact-form label>span:first-child{color:var(--fcm-ink)!important}
.fcm-contact-form input[type="text"],
.fcm-contact-form input[type="email"],
.fcm-contact-form input[type="tel"],
.fcm-contact-form select,
.fcm-contact-form textarea{width:100%;margin:0!important;border:1px solid #dcd3d6!important;border-radius:13px!important;background:#fff!important;color:var(--fcm-ink)!important;box-shadow:none!important;font:inherit;min-height:50px;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.fcm-contact-form textarea{min-height:150px;resize:vertical;line-height:1.55}
.fcm-contact-form input:focus,.fcm-contact-form select:focus,.fcm-contact-form textarea:focus{outline:none!important;border-color:var(--fcm-red)!important;box-shadow:0 0 0 4px rgba(143,16,37,.09)!important}
.fcm-contact-form input::placeholder,.fcm-contact-form textarea::placeholder{color:#9a9094}
.fcm-contact-consent{grid-template-columns:20px 1fr!important;align-items:start!important;gap:10px!important;font-weight:600!important;font-size:.79rem!important;line-height:1.5;color:var(--fcm-muted)!important}
.fcm-contact-consent input{width:18px;height:18px;margin:2px 0 0!important;accent-color:var(--fcm-red)}
.fcm-contact-consent a{color:var(--fcm-red)!important;text-decoration:underline;text-underline-offset:2px}
.fcm-contact-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:max-content!important;min-width:210px!important;min-height:54px!important;margin:4px 0 0!important;padding:0 24px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,var(--fcm-red-bright),var(--fcm-red))!important;color:#fff!important;font-weight:950!important;text-transform:none!important;letter-spacing:.01em!important}
.fcm-contact-submit:hover{background:var(--fcm-red-dark)!important;transform:translateY(-2px)}
.fcm-contact-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.fcm-contact-alert{display:flex;flex-direction:column;gap:3px;margin:0 0 20px;padding:15px 17px;border-radius:13px;font-size:.86rem}
.fcm-contact-alert strong{font-size:.9rem}.fcm-contact-alert span{opacity:.82}
.fcm-contact-alert--success{background:#edf8f2;border:1px solid #cfeadd;color:#135a36}
.fcm-contact-alert--error{background:#fff0f2;border:1px solid #f2ced5;color:#82152b}

.fcm-contact-sidebar{display:grid;gap:16px;position:sticky;top:110px}
.fcm-contact-office{padding:28px;background:linear-gradient(145deg,var(--fcm-red-black),var(--fcm-red-dark) 55%,var(--fcm-red));color:#fff;border-color:transparent;box-shadow:0 22px 50px rgba(72,8,23,.18)}
.fcm-contact-office .fcm-section-kicker{color:rgba(255,255,255,.68)!important}
.fcm-contact-office h2{margin:8px 0 10px!important;color:#fff!important;font-size:2rem;font-weight:950}
.fcm-contact-office>p{color:rgba(255,255,255,.76)!important;line-height:1.6;margin:0 0 24px}
.fcm-contact-actions{display:grid;gap:9px}
.fcm-contact-actions a{display:grid;grid-template-columns:1fr auto;grid-template-areas:"small arrow" "strong arrow";align-items:center;gap:2px 12px;padding:14px 15px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.07);color:#fff!important;text-decoration:none}
.fcm-contact-actions a:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}
.fcm-contact-actions small{grid-area:small;color:rgba(255,255,255,.62)!important;font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.fcm-contact-actions strong{grid-area:strong;color:#fff!important;font-size:.85rem;overflow-wrap:anywhere}
.fcm-contact-actions a>span{grid-area:arrow;font-size:1.15rem}
.fcm-contact-venue,.fcm-contact-note{padding:23px}
.fcm-contact-venue>small{display:block;color:var(--fcm-red)!important;font-size:.67rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}
.fcm-contact-venue h3{margin:0 0 5px!important;color:var(--fcm-ink)!important;font-size:1.28rem;font-weight:950}
.fcm-contact-venue p,.fcm-contact-note p{margin:0;color:var(--fcm-muted)!important;line-height:1.55}
.fcm-contact-venue a{display:inline-flex;margin-top:15px;color:var(--fcm-red)!important;font-weight:900;text-decoration:none}
.fcm-contact-note{background:var(--fcm-red-soft)}
.fcm-contact-note strong{display:block;color:var(--fcm-red)!important;margin-bottom:6px}

@media(hover:hover) and (pointer:fine){
  .fcm-contact-intents article{transition:transform .45s var(--fcm-motion-ease, cubic-bezier(.2,.8,.2,1)),box-shadow .45s ease,border-color .3s ease}
  .fcm-contact-intents article:hover{transform:translateY(-7px);box-shadow:0 24px 52px rgba(72,8,23,.12);border-color:#e1c7ce}
}
@media(max-width:980px){
  .fcm-contact-layout{grid-template-columns:1fr}
  .fcm-contact-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcm-contact-office{grid-column:1/-1}
}
@media(max-width:760px){
  .fcm-contact-intents{grid-template-columns:1fr;gap:12px}
  .fcm-contact-intents article{min-height:220px;padding:22px}
  .fcm-contact-row{grid-template-columns:1fr}
  .fcm-contact-form-card{padding:22px 18px}
  .fcm-contact-sidebar{grid-template-columns:1fr}
  .fcm-contact-office{grid-column:auto}
  .fcm-contact-submit{width:100%!important}
}


/* ===== V1.11.2 SECURE TURNSTILE CONFIG ===== */
.fcm-contact-turnstile{display:flex;justify-content:flex-start;min-height:65px;overflow:hidden}
.fcm-contact-security{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;padding:13px 15px;border:1px solid rgba(143,16,37,.12);border-radius:13px;background:#fbf7f8;color:#655b5f!important}
.fcm-contact-security>span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--fcm-red);color:#fff!important;font-weight:900;font-size:.82rem}
.fcm-contact-security p{margin:0!important;color:#655b5f!important;font-size:.78rem!important;line-height:1.5!important}
.fcm-contact-security strong{color:var(--fcm-ink)!important}
@media(max-width:549px){.fcm-contact-turnstile{transform-origin:left top;max-width:100%}.fcm-contact-security{padding:12px}}


/* ===== V1.12 MOBILE STICKY FOOTER / APP DOCK ===== */
.fcm-mobile-dock{display:none}
@media(max-width:849px){
  :root{--fcm-mobile-dock-h:88px}
  body.fcm-club-site{padding-bottom:calc(var(--fcm-mobile-dock-h) + env(safe-area-inset-bottom,0px))!important}
  body.fcm-club-site .back-to-top{bottom:calc(var(--fcm-mobile-dock-h) + env(safe-area-inset-bottom,0px) + 14px)!important}

  .fcm-mobile-dock{
    display:block;
    position:fixed;
    z-index:2147482000;
    left:0;right:0;bottom:0;
    padding:0 0 env(safe-area-inset-bottom,0px);
    background:linear-gradient(180deg,#690008 0%,#570006 100%);
    border-top:1px solid rgba(255,255,255,.08);
    box-shadow:0 -14px 36px rgba(30,0,4,.20);
    -webkit-backdrop-filter:saturate(130%) blur(14px);
    backdrop-filter:saturate(130%) blur(14px);
    transform:translateZ(0);
  }
  .fcm-mobile-dock:before{
    content:"";position:absolute;left:50%;top:0;width:54px;height:3px;border-radius:0 0 99px 99px;
    transform:translateX(-50%);background:rgba(255,255,255,.16)
  }
  .fcm-mobile-dock__inner{
    height:var(--fcm-mobile-dock-h);
    display:grid;grid-template-columns:repeat(5,minmax(0,1fr));
    align-items:stretch;max-width:760px;margin:0 auto;
    padding:7px max(6px,env(safe-area-inset-left,0px)) 4px max(6px,env(safe-area-inset-right,0px));
  }
  .fcm-mobile-dock__item{
    position:relative;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
    padding:5px 2px 4px;color:rgba(255,255,255,.92)!important;text-decoration:none!important;
    -webkit-tap-highlight-color:transparent;touch-action:manipulation;
  }
  .fcm-mobile-dock__icon{
    display:grid;place-items:center;width:36px;height:36px;color:inherit;
    transition:transform .22s cubic-bezier(.2,.8,.2,1),color .22s ease,filter .22s ease;
  }
  .fcm-mobile-dock__icon svg{width:31px;height:31px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .fcm-mobile-dock__item--today .fcm-mobile-dock__icon svg path:first-child{stroke-width:1.8}
  .fcm-mobile-dock__item--today .fcm-mobile-dock__icon svg path:last-child{fill:currentColor;stroke:none}
  .fcm-mobile-dock__label{
    display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    color:inherit!important;font-size:clamp(.67rem,2.75vw,.79rem);line-height:1;font-weight:560;letter-spacing:-.015em;
  }
  .fcm-mobile-dock__item:before{
    content:"";position:absolute;top:2px;left:50%;width:28px;height:3px;border-radius:99px;
    transform:translateX(-50%) scaleX(0);background:#fff;opacity:.95;transition:transform .22s ease
  }
  .fcm-mobile-dock__item.is-active:before{transform:translateX(-50%) scaleX(1)}
  .fcm-mobile-dock__item.is-active .fcm-mobile-dock__icon{transform:translateY(-2px) scale(1.06);filter:drop-shadow(0 5px 12px rgba(255,255,255,.13))}
  .fcm-mobile-dock__item.is-premium{color:#f3c62f!important}
  .fcm-mobile-dock__item.is-premium:before{background:#f3c62f}
  .fcm-mobile-dock__item.is-premium .fcm-mobile-dock__icon{filter:drop-shadow(0 5px 15px rgba(243,198,47,.18))}
  .fcm-mobile-dock__item:active .fcm-mobile-dock__icon{transform:translateY(1px) scale(.93)}
}
@media(max-width:380px){
  :root{--fcm-mobile-dock-h:82px}
  .fcm-mobile-dock__inner{padding-left:3px;padding-right:3px}
  .fcm-mobile-dock__icon{width:32px;height:32px}
  .fcm-mobile-dock__icon svg{width:27px;height:27px}
  .fcm-mobile-dock__label{font-size:.62rem}
}
@media(prefers-reduced-motion:reduce){
  .fcm-mobile-dock__item,.fcm-mobile-dock__icon,.fcm-mobile-dock__item:before{transition:none!important}
}

/* ===== V1.12.1 iOS FORM INPUT NO-FOCUS-ZOOM =====
 * iPhone Safari zooms focused form controls when their computed font-size is below 16px.
 * Keep form controls at >=16px on mobile instead of disabling page zoom in the viewport.
 */
@media(max-width:849px){
  body.fcm-club-site input[type="text"],
  body.fcm-club-site input[type="email"],
  body.fcm-club-site input[type="tel"],
  body.fcm-club-site input[type="url"],
  body.fcm-club-site input[type="password"],
  body.fcm-club-site input[type="search"],
  body.fcm-club-site input[type="number"],
  body.fcm-club-site input[type="date"],
  body.fcm-club-site input[type="time"],
  body.fcm-club-site input[type="datetime-local"],
  body.fcm-club-site input[type="month"],
  body.fcm-club-site input[type="week"],
  body.fcm-club-site select,
  body.fcm-club-site textarea,
  body.fcm-club-site .fcm-contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
  body.fcm-club-site .fcm-contact-form select,
  body.fcm-club-site .fcm-contact-form textarea{
    font-size:16px!important;
    line-height:1.4;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
  }
}


/* ===== V1.12.2 LIVE STREAM CENTER ===== */
.fcm-club-page--live{background:linear-gradient(180deg,#0e0b0c 0%,#171113 48%,#0d0a0b 100%);color:#fff;padding-bottom:clamp(42px,7vw,90px)}
.fcm-club-page--live .fcm-page-nav{margin-bottom:clamp(24px,4vw,44px)}
.fcm-live-stage{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.58fr);gap:20px;align-items:start;max-width:1240px;margin:0 auto;padding:0 clamp(16px,4vw,34px)}
.fcm-live-main{min-width:0;display:grid;gap:18px}
.fcm-live-player-shell{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:radial-gradient(circle at 78% 12%,rgba(176,18,48,.35),transparent 34%),linear-gradient(145deg,#19070c,#050405 72%);box-shadow:0 30px 80px rgba(0,0,0,.38)}
.fcm-live-player-shell:before{content:"";display:block;padding-top:56.25%}
.fcm-live-player-shell>.fcm-live-embed,.fcm-live-player-shell>.fcm-live-placeholder{position:absolute;inset:0}
.fcm-live-embed{background:#000}
.fcm-live-embed iframe,.fcm-live-embed>div,.fcm-live-embed video{display:block;width:100%!important;height:100%!important;min-height:100%;border:0!important}
.fcm-live-player-topbar{position:absolute;z-index:4;left:18px;right:18px;top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:none}
.fcm-live-player-topbar time{padding:8px 11px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(8,5,6,.66);backdrop-filter:blur(10px);color:#fff!important;font-size:.72rem;font-weight:800}
.fcm-live-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(11,8,9,.72);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);color:#fff!important;font-size:.7rem;font-weight:950;letter-spacing:.12em}
.fcm-live-badge i{width:8px;height:8px;border-radius:50%;background:#8d8487;box-shadow:0 0 0 0 rgba(255,255,255,.25)}
.fcm-live-badge.is-live{background:#b30f2e;border-color:#dc3655}.fcm-live-badge.is-live i{background:#fff;animation:fcm-live-pulse 1.55s infinite}
.fcm-live-badge.is-scheduled i{background:#f3c62f}.fcm-live-badge.is-offline i{background:#8d8487}
@keyframes fcm-live-pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.5)}70%{box-shadow:0 0 0 9px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
.fcm-live-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:54px 28px 30px;background:radial-gradient(circle at 50% 36%,rgba(143,16,37,.34),transparent 28%)}
.fcm-live-placeholder:before,.fcm-live-placeholder:after{content:"";position:absolute;left:50%;top:50%;width:280px;height:280px;border:1px solid rgba(255,255,255,.055);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}
.fcm-live-placeholder:after{width:390px;height:390px;border-color:rgba(143,16,37,.2)}
.fcm-live-placeholder__mark{position:relative;z-index:1;display:grid;place-items:center;width:110px;height:110px;margin-bottom:18px}
.fcm-live-placeholder__mark img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(0,0,0,.32))}
.fcm-live-placeholder>span{position:relative;z-index:1;color:#f3c62f!important;font-size:.72rem;font-weight:950;letter-spacing:.16em}
.fcm-live-placeholder>strong{position:relative;z-index:1;max-width:720px;margin:8px 0 8px;color:#fff!important;font-size:clamp(1.45rem,3vw,2.6rem);line-height:1.02;font-weight:950}
.fcm-live-placeholder>p{position:relative;z-index:1;max-width:610px;margin:0;color:rgba(255,255,255,.68)!important;line-height:1.55}
.fcm-live-info{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;padding:22px 24px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.045)}
.fcm-live-info .fcm-section-kicker,.fcm-live-sidecard .fcm-section-kicker{color:#f3c62f!important}
.fcm-live-info h2{margin:7px 0 7px!important;color:#fff!important;font-size:clamp(1.55rem,3vw,2.35rem);font-weight:950}
.fcm-live-info p{max-width:720px;margin:0;color:rgba(255,255,255,.67)!important;line-height:1.55}
.fcm-live-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.fcm-live-actions .fcm-btn{white-space:nowrap}.fcm-live-actions .fcm-btn--ghost{border-color:rgba(255,255,255,.2)!important;color:#fff!important;background:rgba(255,255,255,.06)!important}
.fcm-live-sidebar{display:grid;gap:14px;position:sticky;top:108px}
.fcm-live-sidecard{overflow:hidden;padding:22px;border:1px solid rgba(255,255,255,.10);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 20px 48px rgba(0,0,0,.18)}
.fcm-live-sidecard>strong{display:block;margin:7px 0;color:#fff!important;font-size:1.35rem;font-weight:950}
.fcm-live-sidecard>p{margin:0;color:rgba(255,255,255,.64)!important;line-height:1.55;font-size:.86rem}.fcm-live-sidecard>p b{color:#fff!important}
.fcm-live-sidecard--status{background:linear-gradient(145deg,#5c0719,#30050d)}
.fcm-live-sidecard--status>strong{font-size:2rem;letter-spacing:.03em}
.fcm-live-sidecard--match{padding:15px;background:#fff;border-color:transparent}.fcm-live-sidecard--match>.fcm-section-kicker{display:block;padding:6px 6px 12px;color:var(--fcm-red)!important}.fcm-live-sidecard--match .fcm-mc-widget{margin:0!important}
@media(max-width:980px){.fcm-live-stage{grid-template-columns:1fr}.fcm-live-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.fcm-live-sidecard--match{grid-column:1/-1}}
@media(max-width:760px){.fcm-live-stage{padding-left:14px;padding-right:14px;gap:14px}.fcm-live-player-shell{border-radius:20px}.fcm-live-player-topbar{left:12px;right:12px;top:11px}.fcm-live-player-topbar time{font-size:.64rem;padding:7px 9px}.fcm-live-badge{font-size:.63rem;padding:7px 9px}.fcm-live-placeholder{padding:46px 18px 18px}.fcm-live-placeholder__mark{width:78px;height:78px;margin-bottom:12px}.fcm-live-placeholder>p{font-size:.82rem}.fcm-live-info{align-items:stretch;flex-direction:column;padding:19px 18px}.fcm-live-actions{justify-content:stretch}.fcm-live-actions .fcm-btn{flex:1;text-align:center;justify-content:center}.fcm-live-sidebar{grid-template-columns:1fr}.fcm-live-sidecard--match{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.fcm-live-badge.is-live i{animation:none!important}}

/* ===== V1.13 CLUB SHOP ===== */
.fcm-club-page--shop{background:linear-gradient(180deg,#fff 0%,#faf7f8 100%);padding-bottom:clamp(48px,7vw,92px)}
.fcm-club-page--shop .fcm-page-nav{margin-bottom:clamp(24px,4vw,42px)}
.fcm-shop-hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.62fr);align-items:center;gap:28px;max-width:1240px;margin:0 auto clamp(44px,7vw,82px);padding:clamp(28px,5vw,58px);border-radius:32px;background:radial-gradient(circle at 82% 14%,rgba(245,200,51,.19),transparent 25%),linear-gradient(130deg,#4f0615 0%,#8f1025 48%,#b81735 100%);box-shadow:0 28px 80px rgba(80,7,25,.24);color:#fff}
.fcm-shop-hero-card:after{content:"";position:absolute;inset:-30% -8% auto auto;width:52%;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 88px rgba(255,255,255,.02);pointer-events:none}
.fcm-shop-hero-card__copy{position:relative;z-index:2;max-width:720px}
.fcm-shop-hero-card__copy .fcm-section-kicker{color:#f5c833!important}
.fcm-shop-hero-card__copy h2{margin:8px 0 12px!important;color:#fff!important;font-size:clamp(2rem,5vw,4.25rem);line-height:.95;font-weight:950;letter-spacing:-.045em}
.fcm-shop-hero-card__copy p{max-width:620px;margin:0;color:rgba(255,255,255,.78)!important;font-size:clamp(.98rem,1.6vw,1.14rem);line-height:1.6}
.fcm-shop-hero-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.fcm-shop-hero-card .fcm-btn--light{background:#fff!important;color:#761020!important;border-color:#fff!important}
.fcm-shop-hero-card .fcm-btn--ghost-light{background:rgba(255,255,255,.06)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important}
.fcm-shop-hero-card__shirt{position:relative;z-index:2;display:grid;place-items:center;min-height:280px}
.fcm-shop-hero-card__shirt svg{width:min(100%,320px);filter:drop-shadow(0 28px 38px rgba(0,0,0,.25))}
.fcm-shop-hero-card__shirt svg path:first-child{fill:#fff;stroke:rgba(255,255,255,.72);stroke-width:2}
.fcm-shop-hero-card__shirt svg path:last-child{fill:none;stroke:#8f1025;stroke-width:4}
.fcm-shop-hero-card__shirt>span{position:absolute;top:50%;left:50%;transform:translate(-50%,-30%);font-size:clamp(2rem,4vw,4rem);font-weight:950;letter-spacing:-.05em;color:#8f1025}
.fcm-shop-section{max-width:1240px;margin:0 auto clamp(48px,7vw,84px);padding:0 clamp(16px,4vw,34px)}
.fcm-shop-section .fcm-section-head{margin-bottom:22px}
.fcm-shop-section .fcm-section-head h2{color:var(--fcm-ink)!important}
.fcm-shop-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.fcm-shop-category{position:relative;overflow:hidden;display:grid;grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:112px;padding:12px 18px 12px 12px;border:1px solid #ece4e6;border-radius:22px;background:#fff;color:var(--fcm-ink)!important;text-decoration:none!important;box-shadow:0 12px 34px rgba(55,12,21,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.fcm-shop-category:hover{transform:translateY(-4px);border-color:#dcb8c1;box-shadow:0 20px 46px rgba(79,7,23,.11)}
.fcm-shop-category__media{overflow:hidden;display:grid;place-items:center;width:90px;height:86px;border-radius:16px;background:linear-gradient(145deg,#f6e6ea,#fff)}
.fcm-shop-category__media img{width:100%;height:100%;object-fit:cover;display:block}
.fcm-shop-category__media>span{font-size:2rem;font-weight:950;color:var(--fcm-red)}
.fcm-shop-category__copy strong{display:block;color:var(--fcm-ink)!important;font-size:1.05rem;font-weight:900}
.fcm-shop-category__copy small{display:block;margin-top:3px;color:#877d81!important;font-size:.78rem}
.fcm-shop-category>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f8ecef;color:var(--fcm-red);font-size:1.1rem;transition:transform .25s ease,background .25s ease,color .25s ease}
.fcm-shop-category:hover>b{transform:translateX(3px);background:var(--fcm-red);color:#fff}
.fcm-shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.fcm-shop-product{overflow:hidden;border:1px solid #ece4e6;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(55,12,21,.06);transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease}
.fcm-shop-product:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(79,7,23,.13)}
.fcm-shop-product__media{position:relative;display:block;overflow:hidden;aspect-ratio:4/4.6;background:linear-gradient(145deg,#f5f1f2,#fff)}
.fcm-shop-product__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.fcm-shop-product:hover .fcm-shop-product__media img{transform:scale(1.035)}
.fcm-shop-product__badge{position:absolute;z-index:2;left:12px;top:12px;padding:7px 9px;border-radius:999px;background:#f3c62f;color:#4d3900;font-size:.67rem;font-weight:950;letter-spacing:.11em}
.fcm-shop-product__body{padding:17px 17px 18px}
.fcm-shop-product__cat,.fcm-shop-product__cat a{color:#9d6673!important;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;text-decoration:none!important}
.fcm-shop-product__body h3{margin:7px 0 14px!important;font-size:1.05rem;line-height:1.2;font-weight:900}
.fcm-shop-product__body h3 a{color:var(--fcm-ink)!important;text-decoration:none!important}
.fcm-shop-product__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.fcm-shop-product__price,.fcm-shop-product__price *{color:var(--fcm-red)!important;font-weight:950}.fcm-shop-product__price del,.fcm-shop-product__price del *{color:#9d9396!important;font-weight:650}.fcm-shop-product__price ins{text-decoration:none!important}
.fcm-shop-product__arrow{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:#f6e6ea;color:var(--fcm-red)!important;text-decoration:none!important;font-weight:950;transition:background .2s ease,color .2s ease,transform .2s ease}
.fcm-shop-product:hover .fcm-shop-product__arrow{background:var(--fcm-red);color:#fff!important;transform:translateX(2px)}
.fcm-shop-product__stock{display:block;margin-top:10px;color:#a35c6c!important;font-size:.72rem;font-weight:800}
.fcm-shop-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:420px;padding:40px 24px;border:1px dashed #d9c7cc;border-radius:28px;background:linear-gradient(145deg,#fff,#faf5f6)}
.fcm-shop-empty__mark{display:grid;place-items:center;width:92px;height:92px;margin-bottom:18px}.fcm-shop-empty__mark img{max-width:100%;max-height:100%;object-fit:contain}
.fcm-shop-empty h3{margin:8px 0 10px!important;color:var(--fcm-ink)!important;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:950}.fcm-shop-empty p{max-width:620px;margin:0 0 22px;color:#746b6f!important;line-height:1.6}
.fcm-shop-trust{max-width:1172px;margin:0 auto;padding:0 clamp(16px,4vw,34px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.fcm-shop-trust article{position:relative;overflow:hidden;min-height:150px;padding:24px;border-radius:22px;background:#171113;color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.11)}
.fcm-shop-trust article:first-child{background:linear-gradient(145deg,#6a071b,#a3132d)}
.fcm-shop-trust article:nth-child(2){background:linear-gradient(145deg,#322100,#6a4a00)}
.fcm-shop-trust strong{display:block;color:#fff!important;font-size:1.7rem;font-weight:950}.fcm-shop-trust span{display:block;margin-top:4px;color:#fff!important;font-size:1.04rem;font-weight:900}.fcm-shop-trust small{display:block;margin-top:4px;color:rgba(255,255,255,.62)!important}

/* WooCommerce product/detail surfaces: keep Flatsome from reintroducing cold generic styling. */
body.fcm-club-site.woocommerce .product-main,body.fcm-club-site.woocommerce .product-footer{background:#fff}
body.fcm-club-site.woocommerce div.product .product-title{color:var(--fcm-ink)!important;font-weight:950;letter-spacing:-.03em}
body.fcm-club-site.woocommerce div.product p.price,body.fcm-club-site.woocommerce div.product span.price{color:var(--fcm-red)!important;font-weight:950}
body.fcm-club-site.woocommerce button.button.alt,body.fcm-club-site.woocommerce a.button.alt,body.fcm-club-site.woocommerce .checkout-button{background:var(--fcm-red)!important;color:#fff!important;border-radius:999px!important}
body.fcm-club-site.woocommerce .woocommerce-message,body.fcm-club-site.woocommerce .woocommerce-info{border-color:var(--fcm-red)!important;background:#fff7f9;color:var(--fcm-ink)!important}

@media(max-width:980px){.fcm-shop-hero-card{grid-template-columns:1fr .52fr}.fcm-shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fcm-shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.fcm-shop-hero-card{grid-template-columns:1fr;margin-left:14px;margin-right:14px;padding:28px 22px;border-radius:24px}.fcm-shop-hero-card__shirt{min-height:170px}.fcm-shop-hero-card__shirt svg{width:210px}.fcm-shop-section{padding-left:14px;padding-right:14px}.fcm-shop-category-grid{grid-template-columns:1fr}.fcm-shop-category{grid-template-columns:74px minmax(0,1fr) auto;min-height:96px}.fcm-shop-category__media{width:74px;height:72px}.fcm-shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.fcm-shop-product{border-radius:18px}.fcm-shop-product__body{padding:13px}.fcm-shop-product__body h3{font-size:.92rem}.fcm-shop-product__cat,.fcm-shop-product__cat a{font-size:.6rem}.fcm-shop-product__price{font-size:.86rem}.fcm-shop-product__arrow{width:31px;height:31px}.fcm-shop-trust{grid-template-columns:1fr;padding-left:14px;padding-right:14px}.fcm-shop-trust article{min-height:126px}.fcm-club-page--shop{padding-bottom:calc(var(--fcm-mobile-dock-h,90px) + 34px)}}
@media(max-width:390px){.fcm-shop-product-grid{grid-template-columns:1fr}.fcm-shop-product__media{aspect-ratio:5/4.5}}
@media(prefers-reduced-motion:reduce){.fcm-shop-category,.fcm-shop-product,.fcm-shop-product__media img,.fcm-shop-category>b,.fcm-shop-product__arrow{transition:none!important}}

/* ===== V1.13.1 TEAM RESPONSIVE FIX ===== */
.fcm-team-experience,
.fcm-team-roster,
.fcm-team-staff,
.fcm-team-roster__grid,
.fcm-team-roster__grid > *{
  min-width:0;
  max-width:100%;
}
.fcm-position-filter{max-width:100%;overscroll-behavior-x:contain;scroll-snap-type:x proximity}
.fcm-position-filter button{scroll-snap-align:start}

@media(max-width:760px){
  .fcm-team-experience{width:100%;overflow-x:clip}
  .fcm-team-roster,.fcm-team-staff{width:100%;padding:20px 14px;border-radius:20px}
  .fcm-team-roster__head{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:14px}
  .fcm-team-roster__count{justify-self:start}
  .fcm-position-filter{
    width:calc(100% + 28px);
    max-width:none;
    margin-left:-14px;
    margin-right:-14px;
    padding:4px 14px 15px;
  }
  .fcm-position-filter button{min-height:44px;padding:0 15px}
  .fcm-team-roster__grid,
  .fcm-team-roster__grid--staff{
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px;
    width:100%;
  }
  .fcm-player-card--pro{
    width:100%;
    max-width:none;
    margin:0;
    border-radius:20px;
    overflow:hidden;
  }
  .fcm-player-card--pro .fcm-player-card__media{
    width:100%;
    aspect-ratio:4/4.65;
    max-height:560px;
  }
  .fcm-player-card--pro .fcm-player-card__media>img{
    width:100%;height:100%;object-fit:cover;object-position:50% 10%;
  }
  .fcm-player-card__topline{inset:14px 14px auto}
  .fcm-player-card__identity{left:16px;right:16px;bottom:16px}
  .fcm-player-card__identity h3{font-size:clamp(1.28rem,5.6vw,1.65rem)}
  .fcm-player-card--pro .fcm-player-card__body{min-height:76px;padding:13px 16px 15px}
  .fcm-player-card__body-meta>small{max-width:none;white-space:normal;line-height:1.35}
  .fcm-player-card__cta{font-size:.67rem;width:auto;height:auto;display:block;background:transparent;border-radius:0}
  .fcm-player-card__cta i{font-size:.9rem}
}

@media(max-width:480px){
  .fcm-team-dashboard{padding:20px 14px}
  .fcm-team-dashboard__stats{grid-template-columns:1fr}
  .fcm-team-roster,.fcm-team-staff{padding:18px 12px}
  .fcm-position-filter{width:calc(100% + 24px);margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}
  .fcm-player-card--pro .fcm-player-card__media{aspect-ratio:4/4.55}
}


/* ===== V1.14 POSITION GROUPED TEAM PAGE ===== */
.fcm-squad-jumpnav{
  position:relative;z-index:4;display:flex;gap:9px;overflow-x:auto;margin:0;padding:3px 2px 17px;
  scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity
}
.fcm-squad-jumpnav::-webkit-scrollbar{display:none}
.fcm-squad-jumpnav a{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;min-height:46px;padding:0 16px;border:1px solid #e7dce0;
  border-radius:999px;background:#fff;color:#2a2023!important;font-size:.73rem;font-weight:950;text-decoration:none!important;
  box-shadow:0 7px 22px rgba(37,14,20,.045);scroll-snap-align:start;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease
}
.fcm-squad-jumpnav a b{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#f5ecef;color:#8f1025!important;font-size:.62rem;font-weight:1000}
.fcm-squad-jumpnav a:hover,.fcm-squad-jumpnav a:focus-visible{transform:translateY(-2px);border-color:#cfaab4;background:#fff7f9;color:#8f1025!important}
.fcm-squad-jumpnav a:focus-visible{outline:3px solid rgba(143,16,37,.15);outline-offset:2px}

.fcm-squad-groups{display:grid;gap:clamp(22px,4vw,42px)}
.fcm-squad-group{position:relative;scroll-margin-top:125px;overflow:hidden}
.fcm-squad-group:before{content:"";position:absolute;left:clamp(25px,4vw,42px);right:clamp(25px,4vw,42px);top:0;height:4px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#8f1025,#c91838 58%,#efc84a)}
.fcm-squad-group .fcm-team-roster__head{padding-top:8px;margin-bottom:24px}
.fcm-squad-group .fcm-team-roster__head h2{font-size:clamp(2.5rem,6vw,5.2rem);letter-spacing:-.065em}
.fcm-squad-group .fcm-section-kicker{color:#8f1025!important}
.fcm-squad-group .fcm-team-roster__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.fcm-squad-group .fcm-player-card--pro{box-shadow:0 16px 42px rgba(31,15,20,.09)}
.fcm-squad-group .fcm-player-card--pro .fcm-player-card__media{aspect-ratio:4/4.8}
.fcm-squad-group .fcm-player-card__identity h3{font-size:clamp(1.25rem,2vw,1.68rem)}

.fcm-squad-group--torhueter:before{background:linear-gradient(90deg,#55b9ff,#8f1025 72%,#efc84a)}
.fcm-squad-group--staff{background:linear-gradient(145deg,#fff 0,#faf6f7 65%,#f1e5e8 100%)}
.fcm-squad-group--staff:before{background:linear-gradient(90deg,#261017,#8f1025,#efc84a)}
.fcm-squad-group--staff .fcm-team-roster__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.fcm-squad-group--staff .fcm-player-card__media{background:linear-gradient(150deg,#181114,#520717)}
.fcm-squad-group--staff .fcm-player-card__position-chip{background:rgba(255,255,255,.9);color:#8f1025!important}

@media(max-width:1020px){
  .fcm-squad-group .fcm-team-roster__grid,.fcm-squad-group--staff .fcm-team-roster__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .fcm-squad-jumpnav{width:calc(100% + 28px);margin-left:-14px;margin-right:-14px;padding:3px 14px 15px}
  .fcm-squad-jumpnav a{min-height:44px;padding:0 14px}
  .fcm-squad-groups{gap:22px}
  .fcm-squad-group{padding:20px 14px!important;border-radius:20px;scroll-margin-top:105px}
  .fcm-squad-group:before{left:14px;right:14px;height:3px}
  .fcm-squad-group .fcm-team-roster__head{padding-top:7px;margin-bottom:15px}
  .fcm-squad-group .fcm-team-roster__head h2{font-size:clamp(2.35rem,12vw,3.7rem)}
  .fcm-squad-group .fcm-team-roster__grid,.fcm-squad-group--staff .fcm-team-roster__grid{grid-template-columns:minmax(0,1fr)!important;gap:16px}
  .fcm-squad-group .fcm-player-card--pro .fcm-player-card__media{aspect-ratio:4/4.6;max-height:none}
}
@media(max-width:480px){
  .fcm-squad-jumpnav{width:calc(100% + 24px);margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}
  .fcm-squad-group{padding:18px 12px!important}
  .fcm-squad-group:before{left:12px;right:12px}
}
@media(prefers-reduced-motion:reduce){.fcm-squad-jumpnav a{transition:none!important}}


/* ===== V1.15 STAFF ROLE GROUPS ===== */
.fcm-staff-groups{display:grid;gap:clamp(18px,3vw,30px)}
.fcm-staff-subgroup{padding:clamp(18px,2.5vw,28px);border:1px solid #eadde1;border-radius:22px;background:rgba(255,255,255,.76);box-shadow:0 10px 32px rgba(45,16,25,.055)}
.fcm-staff-subgroup__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:17px;padding-bottom:14px;border-bottom:1px solid #eee3e6}
.fcm-staff-subgroup__head span{display:block;color:#8f1025!important;font-size:.58rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.fcm-staff-subgroup__head h3{margin:.22rem 0 0;color:#21171a!important;font-size:clamp(1.55rem,3vw,2.35rem);font-weight:1000;line-height:.96;letter-spacing:-.045em}
.fcm-staff-subgroup__head b{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border-radius:12px;background:#8f1025;color:#fff!important;font-size:.9rem;font-weight:1000;box-shadow:0 8px 18px rgba(143,16,37,.16)}
.fcm-staff-subgroup--trainerteam{background:linear-gradient(145deg,#fff,#fcf8f9)}
.fcm-staff-subgroup--medizin{background:linear-gradient(145deg,#fff,#f8fbfa)}
.fcm-staff-subgroup--management{background:linear-gradient(145deg,#fff,#faf8f3)}
.fcm-staff-subgroup--medien{background:linear-gradient(145deg,#fff,#f8f9fc)}
.fcm-squad-group--staff .fcm-player-card__body-meta>span{color:#8f1025!important}
.fcm-squad-group--staff .fcm-player-card__identity>span{color:rgba(255,255,255,.68)!important}
@media(max-width:760px){.fcm-staff-groups{gap:16px}.fcm-staff-subgroup{padding:15px 10px;border-radius:17px}.fcm-staff-subgroup__head{align-items:center;margin-bottom:13px;padding:0 4px 12px}.fcm-staff-subgroup__head h3{font-size:clamp(1.45rem,8vw,2rem)}.fcm-staff-subgroup__head span{font-size:.52rem;line-height:1.35}}

/* V1.15.1 — Staff profiles are visually and semantically separate from players */
.fcm-player-profile--staff .fcm-player-hero__position{background:#f0c96a;color:#3a2400}
.fcm-player-profile--staff .fcm-player-facts__top{background:linear-gradient(135deg,#151515,#303030)}
.fcm-player-profile--staff .fcm-player-nav__all{background:#191919;border-color:#191919}
.fcm-player-profile--staff .fcm-player-nav__all:hover{background:#000}

/* ===== V1.16 SPONSORS DESKTOP V2/2 ===== */
.fcm-sponsors-section--v2 .fcm-sponsor-tiers{gap:34px}
.fcm-sponsors-section--v2 .fcm-sponsor-tier{gap:14px}
.fcm-sponsors-section--v2 .fcm-sponsor-tier__label{font-size:.7rem;letter-spacing:.13em}
.fcm-sponsors-section--v2 .fcm-sponsor-tier.is-featured-tier .fcm-sponsors-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch
}
.fcm-sponsors-section--v2 .fcm-sponsor-tier.is-compact-tier .fcm-sponsors-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));gap:12px
}
.fcm-sponsors-section--v2 .fcm-sponsor-card--featured{
  position:relative;isolation:isolate;overflow:hidden;min-height:430px;display:grid;grid-template-rows:170px 1fr;
  align-items:stretch;justify-content:stretch;padding:0;border:1px solid #eadde1;border-radius:24px;
  background:linear-gradient(160deg,#fff 0%,#fff 65%,#fbf5f7 100%);box-shadow:0 16px 42px rgba(60,7,20,.08);
  text-decoration:none;color:var(--fcm-ink);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease
}
.fcm-sponsors-section--v2 .fcm-sponsor-card--featured:before{
  content:"";position:absolute;z-index:-1;width:240px;aspect-ratio:1;right:-125px;top:-125px;border-radius:50%;
  background:radial-gradient(circle,rgba(143,16,37,.12),rgba(143,16,37,0) 68%);pointer-events:none
}
.fcm-sponsors-section--v2 .fcm-sponsor-card--featured:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--fcm-red-dark),var(--fcm-red-bright));
  transform:scaleX(.24);transform-origin:left;transition:transform .24s ease
}
.fcm-sponsors-section--v2 .fcm-sponsor-card--featured:hover{
  transform:translateY(-4px);border-color:#d9b7c0;box-shadow:0 24px 56px rgba(60,7,20,.13)
}
.fcm-sponsors-section--v2 .fcm-sponsor-card--featured:hover:after{transform:scaleX(1)}
.fcm-sponsors-section--v2 .fcm-sponsor-card__visual{
  display:grid;place-items:center;padding:26px 30px;border-bottom:1px solid #eee3e6;background:linear-gradient(180deg,#fff,#fcf9fa)
}
.fcm-sponsors-section--v2 .fcm-sponsor-card--featured .fcm-sponsor-card__logo{height:118px}
.fcm-sponsors-section--v2 .fcm-sponsor-card--featured .fcm-sponsor-card__logo img{
  max-width:78%;max-height:104px;filter:none;opacity:1
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__content{
  min-width:0;display:flex;flex-direction:column;padding:25px 28px 27px
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__eyebrow{
  align-self:flex-start;display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border-radius:999px;
  background:var(--fcm-red-soft);color:var(--fcm-red)!important;font-size:.58rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__content h3{
  margin:12px 0 0;color:#21171b!important;font-size:clamp(1.35rem,1.8vw,1.75rem);line-height:1.05;font-weight:950;letter-spacing:-.035em
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__description{
  margin:10px 0 0;color:#755f66!important;font-size:.8rem;line-height:1.65
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__details{
  display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid #eee4e7
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__details a{
  min-width:0;display:flex;align-items:flex-start;gap:9px;color:#3a2930!important;text-decoration:none!important;font-size:.72rem;line-height:1.45;font-weight:800
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__details a:hover{color:var(--fcm-red)!important}
.fcm-sponsors-section--v2 .fcm-sponsor-card__details a>span{
  flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;margin-top:-3px;border-radius:9px;background:#f8edf0;color:var(--fcm-red)!important
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__details svg,
.fcm-sponsors-section--v2 .fcm-sponsor-card__button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fcm-sponsors-section--v2 .fcm-sponsor-card__details b{min-width:0;overflow-wrap:anywhere;font-weight:850}
.fcm-sponsors-section--v2 .fcm-sponsor-card__button{
  margin-top:auto;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 16px;border-radius:14px;
  background:linear-gradient(135deg,var(--fcm-red-dark),var(--fcm-red));color:#fff!important;text-decoration:none!important;font-size:.72rem;font-weight:950;
  box-shadow:0 10px 24px rgba(110,9,32,.17);transition:transform .2s ease,box-shadow .2s ease
}
.fcm-sponsors-section--v2 .fcm-sponsor-card__button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(110,9,32,.23)}
.fcm-sponsors-section--v2 .fcm-sponsor-card__button span{display:grid;place-items:center}

.fcm-sponsors-section--v2 .fcm-sponsor-card--compact{
  min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;padding:20px 15px 16px;
  border-radius:18px;background:#fbf9fa
}
.fcm-sponsors-section--v2 .fcm-sponsor-card--compact .fcm-sponsor-card__logo{height:76px}
.fcm-sponsors-section--v2 .fcm-sponsor-card--compact .fcm-sponsor-card__logo img{max-height:68px;max-width:82%}
.fcm-sponsors-section--v2 .fcm-sponsor-card__compact-name{
  max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#281a1f!important;font-size:.69rem;font-weight:900;white-space:nowrap;text-align:center
}
.fcm-sponsors-section--v2 .fcm-sponsor-tier--premium-partner .fcm-sponsor-card--featured{
  background:linear-gradient(160deg,#fff,#fff 70%,#f8f5f6)
}

@media(max-width:980px){
  .fcm-sponsors-section--v2 .fcm-sponsor-tier.is-featured-tier .fcm-sponsors-grid{grid-template-columns:1fr 1fr}
  .fcm-sponsors-section--v2 .fcm-sponsor-tier.is-compact-tier .fcm-sponsors-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .fcm-sponsors-section--v2 .fcm-sponsor-tiers{gap:26px}
  .fcm-sponsors-section--v2 .fcm-sponsor-tier.is-featured-tier .fcm-sponsors-grid{grid-template-columns:1fr}
  .fcm-sponsors-section--v2 .fcm-sponsor-tier.is-compact-tier .fcm-sponsors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcm-sponsors-section--v2 .fcm-sponsor-card--featured{min-height:0;grid-template-rows:145px auto;border-radius:20px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card__visual{padding:18px 22px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card--featured .fcm-sponsor-card__logo{height:100px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card--featured .fcm-sponsor-card__logo img{max-height:88px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card__content{padding:21px 20px 22px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card__button{margin-top:20px}
}
@media(max-width:460px){
  .fcm-sponsors-section--v2 .fcm-sponsor-tier.is-compact-tier .fcm-sponsors-grid{grid-template-columns:1fr 1fr;gap:10px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card--compact{min-height:126px;padding:15px 10px 12px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card--compact .fcm-sponsor-card__logo{height:66px}
  .fcm-sponsors-section--v2 .fcm-sponsor-card--compact .fcm-sponsor-card__logo img{max-height:58px}
}

/* ===== V1.16.1 HOME SPONSOR SLIDER ===== */
.fcm-home-spacer--sponsor-slider{height:clamp(18px,2.5vw,30px)}
.fcm-home-spacer--after-sponsor-slider{height:clamp(20px,3vw,34px)}
.fcm-sponsor-slider{
  --fcm-sponsor-slider-gap:14px;
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 42px;
  align-items:center;
  gap:10px;
  padding:14px;
  border:1px solid var(--fcm-line);
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#fcf9fa);
  box-shadow:0 14px 38px rgba(61,7,19,.07);
  overflow:hidden;
}
.fcm-sponsor-slider:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:4px;
  background:linear-gradient(180deg,var(--fcm-red-bright),var(--fcm-red-dark));
}
.fcm-sponsor-slider__viewport{
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
}
.fcm-sponsor-slider__viewport::-webkit-scrollbar{display:none}
.fcm-sponsor-slider__track{
  display:flex;
  align-items:stretch;
  gap:var(--fcm-sponsor-slider-gap);
}
.fcm-sponsor-slider__item{
  flex:0 0 calc((100% - (var(--fcm-sponsor-slider-gap) * 4))/5);
  min-width:0;
  height:104px;
  display:grid;
  place-items:center;
  padding:15px 18px;
  scroll-snap-align:start;
  border:1px solid #eee5e8;
  border-radius:16px;
  background:#fff;
  box-shadow:0 6px 18px rgba(42,5,12,.045);
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.fcm-sponsor-slider__item:hover{
  transform:translateY(-2px);
  border-color:#dfbdc6;
  box-shadow:0 12px 25px rgba(95,8,24,.11);
}
.fcm-sponsor-slider__item img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:72px;
  object-fit:contain;
  filter:none;
}
.fcm-sponsor-slider__control{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #ead8dd!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--fcm-red)!important;
  box-shadow:none!important;
  line-height:1!important;
}
.fcm-sponsor-slider__control:hover{background:var(--fcm-red)!important;color:#fff!important;border-color:var(--fcm-red)!important;transform:none!important}
.fcm-sponsor-slider__control svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.fcm-sponsor-slider__control[hidden]{display:none!important}

@media(max-width:1099px){
  .fcm-sponsor-slider__item{flex-basis:calc((100% - (var(--fcm-sponsor-slider-gap) * 3))/4)}
}
@media(max-width:849px){
  .fcm-sponsor-slider{grid-template-columns:36px minmax(0,1fr) 36px;gap:7px;padding:10px;border-radius:18px}
  .fcm-sponsor-slider__control{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}
  .fcm-sponsor-slider__item{flex-basis:calc((100% - var(--fcm-sponsor-slider-gap))/2);height:86px;padding:11px 12px;border-radius:13px}
  .fcm-sponsor-slider__item img{max-height:60px}
}
@media(max-width:420px){
  .fcm-sponsor-slider{--fcm-sponsor-slider-gap:10px;grid-template-columns:30px minmax(0,1fr) 30px;gap:5px;padding:8px}
  .fcm-sponsor-slider__control{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important}
  .fcm-sponsor-slider__control svg{width:16px;height:16px}
  .fcm-sponsor-slider__item{height:80px;padding:10px}
  .fcm-sponsor-slider__item img{max-height:54px}
}

/* ===== V1.16.2 SPONSOR SLIDER – CONTINUOUS PING-PONG =====
 * Smoothly travels to one edge and reverses. No wrap/reset jump.
 */
.fcm-sponsor-slider__viewport{
  scroll-snap-type:none!important;
  scroll-behavior:auto;
}
.fcm-sponsor-slider__item{scroll-snap-align:none!important}
.fcm-sponsor-slider.is-moving .fcm-sponsor-slider__track{will-change:auto}
@media (prefers-reduced-motion: reduce){
  .fcm-sponsor-slider__viewport{scroll-behavior:auto!important}
}

/* ===== V1.16.3 SPONSOR SLIDER – DESKTOP TRAVEL FIX =====
 * Wide-screen overflow is guaranteed dynamically in fcm-motion.js by
 * cloning only as many existing logo cards as are needed for a real
 * left-to-right / right-to-left travel path. Mobile CSS remains unchanged.
 */

/* ===== V1.16.4 SPONSOR SLIDER – MOBILE AUTOPLAY FIX =====
 * JS now uses a floating-point scroll accumulator so iOS/Safari cannot
 * quantize tiny autoplay deltas to zero. Vertical touch scrolling no longer
 * leaves the sponsor slider paused; touchcancel also resumes playback.
 */
