/*
Theme Name: Bakanambé Badminton Club
Description: Thème bloc éditorial, moderne et accessible pour un club de badminton malien.
Version: 2.0.1
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: bakanambe
*/
:root { --shadow-soft: 0 24px 70px rgba(16,26,53,.12); --shadow-hover: 0 30px 90px rgba(16,26,53,.2); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; padding-top: 73px; }
a { text-underline-offset: .2em; }
.wp-element-button, .wp-block-button__link, button, input[type="submit"], input[type="button"] { position: relative; isolation: isolate; overflow: hidden; transform: translateY(0) scale(1); box-shadow: 0 10px 24px rgba(16,26,53,.14); transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, filter .25s ease; }
.wp-element-button::before, .wp-block-button__link::before, button::before { content: ""; position: absolute; z-index: 1; top: -40%; bottom: -40%; left: -55%; width: 38%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); transform: skewX(-22deg); transition: left .55s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.wp-element-button:hover, .wp-block-button__link:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 18px 36px rgba(16,26,53,.22); filter: saturate(1.08); }
.wp-element-button:hover::before, .wp-block-button__link:hover::before, button:hover::before { left: 125%; }
.wp-element-button:active, .wp-block-button__link:active, button:active, input[type="submit"]:active, input[type="button"]:active { transform: translateY(-1px) scale(.98); box-shadow: 0 7px 16px rgba(16,26,53,.18); transition-duration: .08s; }
.wp-element-button:focus-visible, .wp-block-button__link:focus-visible, button:focus-visible, input[type="submit"]:focus-visible, input[type="button"]:focus-visible { outline: 3px solid #f3c765; outline-offset: 4px; }
.wp-site-blocks { min-height: 100vh; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 73px; background: rgba(16,26,53,.94) !important; border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 10px 40px rgba(16,26,53,.18); backdrop-filter: blur(18px); }
.site-header .wp-block-navigation-item__content { color: #fff; }
.site-header .wp-block-navigation-item__content:hover { color: #d3aa50; }
.bakanambe-nav { display: flex; align-items: center; }
.bakanambe-menu-panel { display: contents; }
.bakanambe-menu-card { display: none; }
.bakanambe-menu-toggle { display: none; }
.bakanambe-menu { display: flex; align-items: center; justify-content: flex-end; gap: .25rem; margin: 0; padding: 0; list-style: none; font-weight: 650; }
.bakanambe-menu li { position: relative; }
.bakanambe-menu a { display: block; padding: .55rem .75rem; color: #fff; text-decoration: none; border-radius: 999px; }
.bakanambe-menu a:hover, .bakanambe-menu .current-menu-item > a { color: #d3aa50; background: rgba(255,255,255,.08); }
.bakanambe-menu .sub-menu { position: absolute; top: calc(100% + .5rem); left: 0; min-width: 210px; margin: 0; padding: .45rem; list-style: none; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #101a35; box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.bakanambe-menu li:hover > .sub-menu, .bakanambe-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
@media (max-width: 782px) {
  body.has-open-menu { overflow: hidden; }
  .site-header > .wp-block-group { padding-inline: 16px; }
  .bakanambe-menu-toggle { display: grid; flex: 0 0 auto; width: 44px; height: 44px; place-content: center; gap: 5px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; color: #fff; background: rgba(255,255,255,.08); box-shadow: none; cursor: pointer; }
  .bakanambe-menu-toggle::before { display: none; }
  .bakanambe-menu-toggle:hover { transform: none; box-shadow: none; background: rgba(255,255,255,.14); }
  .bakanambe-menu-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; border-radius: 99px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
  .site-header.is-menu-open .bakanambe-menu-toggle > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .site-header.is-menu-open .bakanambe-menu-toggle > span:nth-of-type(3) { opacity: 0; }
  .site-header.is-menu-open .bakanambe-menu-toggle > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .bakanambe-nav { display: flex; }
  .bakanambe-menu-panel { position: fixed; z-index: 101; top: 76px; right: 12px; left: 12px; display: grid; max-height: calc(100dvh - 92px); overflow-y: auto; padding: 1rem; border: 1px solid rgba(142,165,245,.22); border-radius: 22px; background: radial-gradient(circle at 90% 0, rgba(49,87,213,.28), transparent 34%), rgba(10,17,39,.97); box-shadow: 0 28px 80px rgba(3,7,20,.48); opacity: 0; visibility: hidden; transform: translateY(-14px) scale(.98); transform-origin: top center; pointer-events: none; backdrop-filter: blur(22px); transition: opacity .25s ease, transform .3s cubic-bezier(.2,.8,.2,1), visibility .25s ease; }
  .site-header.is-menu-open .bakanambe-menu-panel { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .bakanambe-menu { position: static; display: grid; width: 100%; max-height: none; gap: 3px; overflow: visible; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; counter-reset: mobile-menu; backdrop-filter: none; transition: none; }
  .bakanambe-menu::before { content: "Explorer Bakanambé"; display: block; padding: .35rem .75rem .85rem; color: #8ea5f5; font-size: .68rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
  .bakanambe-menu > li { width: 100%; opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .28s ease; counter-increment: mobile-menu; }
  .site-header.is-menu-open .bakanambe-menu > li { opacity: 1; transform: translateY(0); }
  .site-header.is-menu-open .bakanambe-menu > li:nth-child(2) { transition-delay: .03s; }
  .site-header.is-menu-open .bakanambe-menu > li:nth-child(3) { transition-delay: .06s; }
  .site-header.is-menu-open .bakanambe-menu > li:nth-child(4) { transition-delay: .09s; }
  .site-header.is-menu-open .bakanambe-menu > li:nth-child(5) { transition-delay: .12s; }
  .site-header.is-menu-open .bakanambe-menu > li:nth-child(6) { transition-delay: .15s; }
  .site-header.is-menu-open .bakanambe-menu > li:nth-child(7) { transition-delay: .18s; }
  .bakanambe-menu > li > a { display: grid; grid-template-columns: 2rem 1fr auto; gap: .7rem; align-items: center; min-height: 52px; padding: .7rem .85rem; border: 1px solid transparent; border-radius: 14px; font-size: 1rem; font-weight: 720; white-space: normal; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
  .bakanambe-menu > li > a::before { content: "0" counter(mobile-menu); color: rgba(142,165,245,.7); font-size: .66rem; font-weight: 850; letter-spacing: .08em; }
  .bakanambe-menu > li > a::after { content: "↗"; color: rgba(255,255,255,.35); font-size: .9rem; transition: color .2s ease, transform .2s ease; }
  .bakanambe-menu > li > a:hover { color: #fff; border-color: rgba(142,165,245,.22); background: rgba(255,255,255,.075); transform: translateX(3px); }
  .bakanambe-menu > li > a:hover::after { color: #f3c765; transform: translate(2px,-2px); }
  .bakanambe-menu > .current-menu-item > a, .bakanambe-menu > .current_page_item > a { color: #fff; border-color: rgba(142,165,245,.34); background: linear-gradient(100deg, rgba(49,87,213,.42), rgba(49,87,213,.12)); box-shadow: inset 3px 0 #8ea5f5; }
  .bakanambe-menu > li:last-child { margin-top: .55rem; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.12); }
  .bakanambe-menu > li:last-child > a { color: #101a35; background: #f3c765; box-shadow: 0 12px 28px rgba(243,199,101,.18); }
  .bakanambe-menu > li:last-child > a::before, .bakanambe-menu > li:last-child > a::after { color: rgba(16,26,53,.58); }
  .bakanambe-menu > li:last-child > a:hover { color: #101a35; border-color: transparent; background: #ffda7f; }
  .bakanambe-menu-card { position: relative; display: grid; gap: .55rem; overflow: hidden; margin-top: 1rem; padding: 1.15rem; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: linear-gradient(125deg, rgba(49,87,213,.3), rgba(255,255,255,.055)); }
  .bakanambe-menu-card::after { content: "◒"; position: absolute; right: -.4rem; bottom: -1.8rem; color: rgba(255,255,255,.07); font-size: 6rem; transform: rotate(-18deg); }
  .bakanambe-menu-card__eyebrow { color: #f3c765; font-size: .64rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
  .bakanambe-menu-card strong { position: relative; z-index: 1; max-width: 240px; color: #fff; font-size: 1.05rem; line-height: 1.25; }
  .bakanambe-menu-card > a { position: relative; z-index: 1; width: fit-content; padding: 0; color: #a9bafa; font-size: .8rem; font-weight: 800; text-decoration: none; background: transparent; }
  .bakanambe-menu-card > a span { display: inline-block; margin-left: .25rem; transition: transform .2s ease; }
  .bakanambe-menu-card > a:hover span { transform: translateX(4px); }
  .bakanambe-menu .sub-menu { position: static; display: grid; min-width: 0; margin: 2px 0 6px 1rem; padding: 0 0 0 .7rem; border: 0; border-left: 1px solid rgba(255,255,255,.18); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .bakanambe-menu .sub-menu a { padding-block: .65rem; color: rgba(255,255,255,.75); font-size: .88rem; }
}
@media (min-width: 560px) and (max-width: 782px) {
  .bakanambe-menu-panel { grid-template-columns: minmax(170px, .72fr) minmax(260px, 1.28fr); grid-template-areas: "feature navigation"; gap: 1rem; align-items: stretch; }
  .bakanambe-menu { grid-area: navigation; align-content: start; }
  .bakanambe-menu-card { grid-area: feature; align-content: end; min-height: 100%; margin-top: 0; padding: 1.35rem; }
  .bakanambe-menu-card::after { right: -1rem; bottom: -1rem; font-size: 8rem; }
  .bakanambe-menu-card strong { font-size: 1.2rem; }
}
.brand-mark { align-items: center; }
.brand-shuttle { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: #c96f59; color: #fff; font-size: 1.35rem; transform: rotate(-18deg); box-shadow: 0 8px 20px rgba(201,111,89,.28); }
.site-header .brand-logo { flex: 0 0 auto; width: 230px; height: 45px; margin: 0; }
.site-header .brand-logo a, .site-header .brand-logo img { display: block; width: 100%; height: 100%; }
.site-header .brand-logo img { object-fit: contain; object-position: left center; }
@media (max-width: 782px) { .site-header .brand-logo { width: 145px; height: 40px; } }
.hero { min-height: min(780px, 84vh); display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 38vw; height: 38vw; right: -14vw; top: -16vw; border-radius: 50%; border: 1px solid rgba(247,191,69,.5); box-shadow: 0 0 0 30px rgba(247,191,69,.05), 0 0 0 60px rgba(247,191,69,.03); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(16,26,53,.97) 0%, rgba(16,26,53,.84) 38%, rgba(16,26,53,.2) 76%); }
.hero > .wp-block-cover__inner-container { position: relative; z-index: 1; }
.hero h1 { max-width: 820px; text-wrap: balance; letter-spacing: -.05em; }
.hero p { max-width: 650px; }
.eyebrow { letter-spacing: .16em; text-transform: uppercase; font-size: .75rem; font-weight: 800; }
.pill { display: inline-flex; width: auto; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: .5rem .85rem; }
.section-intro { max-width: 700px; }
.card { height: 100%; border: 1px solid #e6e0d5; border-radius: 22px; padding: clamp(1.35rem, 3vw, 2rem); box-shadow: var(--shadow-soft); background: #fff; transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); border-color: #c96f59; }
.number { font-size: clamp(2.8rem, 7vw, 5.2rem); line-height: .9; font-weight: 850; color: #c96f59; }
.schedule-row { border-bottom: 1px solid #e6e0d5; padding: 1.15rem 0; }
.schedule-row:last-child { border-bottom: 0; }
.image-rounded img { border-radius: 26px; box-shadow: var(--shadow-soft); }
.cta-band { border-radius: 26px; overflow: hidden; background-image: radial-gradient(circle at 90% 10%, rgba(247,191,69,.35), transparent 28%); }
.page-hero { padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: clamp(3rem, 7vw, 6rem); background-image: radial-gradient(circle at 90% 20%, rgba(255,117,74,.12), transparent 28%); }
.has-motion .reveal { opacity: 1; transform: none; animation: rise-in .65s cubic-bezier(.2,.75,.25,1) both; }
.has-motion .reveal.is-visible { opacity: 1; transform: none; }
.wp-block-columns .reveal:nth-child(2) { transition-delay: .08s; }
.wp-block-columns .reveal:nth-child(3) { transition-delay: .16s; }
.bakanambe-contact-form { display: grid; gap: 1.1rem; }
.bakanambe-contact-form label { display: grid; gap: .45rem; font-weight: 700; }
.bakanambe-contact-form input, .bakanambe-contact-form select, .bakanambe-contact-form textarea { width: 100%; border: 1px solid #c9c4bb; border-radius: 12px; padding: .9rem 1rem; font: inherit; background: #fff; }
.bakanambe-contact-form input:focus, .bakanambe-contact-form select:focus, .bakanambe-contact-form textarea:focus { outline: 3px solid rgba(201,111,89,.22); border-color: #c96f59; }
.bakanambe-contact-form .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.bakanambe-contact-form .consent { display: flex; align-items: flex-start; gap: .65rem; font-weight: 400; }
.bakanambe-contact-form .consent input { width: auto; margin-top: .3rem; }
.bakanambe-contact-form button { justify-self: start; border: 0; border-radius: 999px; padding: .9rem 1.4rem; font-weight: 800; background: #c96f59; color: #fff; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.bakanambe-contact-form button:hover { transform: translateY(-2px); background: #a9503d; }
.form-notice { padding: 1rem; border-radius: 10px; background: #e6f0ff; color: #173d86; }
.form-notice.error { background: #fff0ed; color: #8a241b; }
.news-source { display: inline-flex; margin-top: 1rem; font-size: .88rem; font-weight: 700; }
.single-bkb_news .wp-block-post-content { max-width: 760px; margin-inline: auto; }
.site-footer { background: linear-gradient(135deg, #0a0c16 0%, #03040a 100%) !important; }
.site-footer a { color: inherit; }
.tribute-section { position: relative; overflow: hidden; }
.tribute-section::after { content: "✦"; position: absolute; right: 8%; top: 12%; color: rgba(247,191,69,.28); font-size: clamp(6rem, 16vw, 14rem); line-height: 1; }
.tribute-section > .wp-block-group { position: relative; z-index: 1; }
.tribute-section h2 { color: #fff; }
.tribute-dates { color: #d3aa50; font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 800; line-height: 1.05; letter-spacing: -.03em; }
.tribute-dates span { color: #c96f59; font-size: 1rem; }
.tribute-lead { color: #d3aa50; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.25; font-weight: 750; }
.tribute-section blockquote { margin: 2rem 0; padding: 1rem 0 1rem 1.4rem; border-left: 3px solid #c96f59; font-size: 1.35rem; font-style: italic; }
.tribute-signature { color: #d3aa50; font-weight: 800; }
.tribute-signature span { color: rgba(255,255,255,.72); font-weight: 400; }
.contact-visual { overflow: hidden; }
.contact-visual h2 { color: #fff; max-width: 620px; }
.contact-visual p { max-width: 560px; }
.contact-info-card { border-top: 4px solid #c96f59; }
.contact-info-card a { font-weight: 800; }
.ticker-band { overflow: hidden; padding: 1rem 0; }
.ticker-track { display: flex; width: max-content; gap: 2rem; color: #fff; font-size: .78rem; font-weight: 850; letter-spacing: .18em; white-space: nowrap; animation: ticker-slide 26s linear infinite; }
.home-spotlight { background: #fbf8f1; }
.home-spotlight h2 { max-width: 600px; font-size: clamp(2.6rem, 6vw, 5.5rem); }
.bento-copy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.bento-copy p { border-top: 2px solid #c96f59; padding-top: .7rem; font-size: .9rem; }
.bento-grid { position: relative; min-height: 520px; }
.bento-main { position: absolute; inset: 0 9% 10% 0; }
.bento-main img { width: 100%; height: 100%; object-fit: cover; }
.bento-small { position: absolute; width: 42%; right: 0; bottom: 0; z-index: 2; }
.bento-small img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 10px solid #fbf8f1; }
@keyframes ticker-slide { from { transform: translateX(0); } to { transform: translateX(-25%); } }
@keyframes rise-in { from { opacity: .01; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
/* Backwards-compatible block colors for pages created by the first starter version. */
.has-forest-background-color { background-color: #101a35 !important; }
.has-sand-background-color { background-color: #fbf8f1 !important; }
.has-clay-color { color: #c96f59 !important; }
.has-gold-color { color: #d3aa50 !important; }
.has-orange-background-color { background-color: #c96f59 !important; }
.has-orange-color { color: #c96f59 !important; }
.has-leaf-background-color { background-color: #3157d5 !important; }
@media (max-width: 782px) { body { padding-top: 68px; } .site-header { height: 68px; } .hero { min-height: 680px; } .hero::after { background: linear-gradient(105deg, rgba(16,26,53,.96), rgba(16,26,53,.64)); } .bakanambe-contact-form .form-grid { grid-template-columns: 1fr; } }
@media (max-width: 782px) { .bento-copy { grid-template-columns: 1fr; gap: .4rem; } .bento-grid { min-height: 380px; margin-top: 2rem; } .bento-main { inset: 0 10% 8% 0; } .ticker-track { animation-duration: 20s; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .card, .bakanambe-contact-form button, .wp-element-button, .wp-block-button__link, button, input[type="submit"], input[type="button"], .bakanambe-menu-panel, .bakanambe-menu, .bakanambe-menu > li { transition: none; } .wp-element-button::before, .wp-block-button__link::before, button::before { display: none; } }

/* Accueil — direction éditoriale, plus calme et plus immersive. */
body.home { background: #f7f8fc; }
body.home .hero { min-height: min(790px, calc(100vh - 73px)); background: #101a35; }
body.home .hero::before { width: 52vw; height: 52vw; right: -19vw; top: -21vw; border-color: rgba(49,87,213,.72); box-shadow: 0 0 0 34px rgba(49,87,213,.13), 0 0 0 90px rgba(49,87,213,.06); animation: hero-orbit 18s ease-in-out infinite alternate; }
body.home .hero::after { background: linear-gradient(90deg, rgba(10,17,39,.98) 0%, rgba(16,26,53,.9) 43%, rgba(16,26,53,.36) 100%); }
body.home .hero .wp-block-cover__inner-container { width: min(1200px, calc(100% - 48px)); }
body.home .hero .wp-block-group.alignwide { max-width: 760px; margin-left: 0; }
body.home .hero h1 { margin: 1.2rem 0 1.25rem; max-width: 720px; font-size: clamp(3.2rem, 7.5vw, 7.25rem); line-height: .92; letter-spacing: -.075em; }
body.home .hero p.has-large-font-size { max-width: 560px; color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 2vw, 1.35rem); }
body.home .hero .wp-block-buttons { margin-top: 2.2rem; gap: .75rem; }
body.home .hero .wp-block-button__link { box-shadow: 0 14px 35px rgba(10,17,39,.28); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
body.home .hero .wp-block-button__link:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(10,17,39,.4); }
body.home .hero .is-style-outline .wp-block-button__link { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); }
body.home .hero .is-style-outline .wp-block-button__link:hover { background: rgba(255,255,255,.14); }
body.home > .wp-site-blocks > main > .wp-block-group > .wp-block-group:nth-child(2) { position: relative; }
body.home > .wp-site-blocks > main > .wp-block-group > .wp-block-group:nth-child(2)::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #f7f8fc 0%, #eef1f8 100%); z-index: -1; }
body.home .section-intro { max-width: 760px; }
body.home .section-intro h2 { max-width: 650px; font-size: clamp(2.5rem, 5vw, 4.7rem); letter-spacing: -.06em; }
body.home .section-intro > p:last-child { max-width: 610px; color: #5f6b83; }
body.home .card { border: 1px solid rgba(16,26,53,.1); border-radius: 20px; box-shadow: 0 15px 45px rgba(16,26,53,.07); background: rgba(255,255,255,.86); }
body.home .card:hover { transform: translateY(-10px); border-color: rgba(49,87,213,.45); box-shadow: 0 25px 60px rgba(16,26,53,.14); }
body.home .number { color: #3157d5; font-size: clamp(2.5rem, 5vw, 4.5rem); }
body.home .home-spotlight { background: #f7f8fc; }
body.home .home-spotlight h2 { font-size: clamp(2.8rem, 6vw, 6rem); line-height: .94; }
body.home .home-spotlight .has-large-font-size { color: #59657d; max-width: 520px; }
body.home .bento-copy p { border-top-color: #3157d5; color: #536079; }
body.home .bento-copy strong { color: #101a35; }
body.home .bento-main img, body.home .bento-small img { filter: saturate(.88) contrast(1.04); }
body.home .bento-main { box-shadow: 0 24px 65px rgba(16,26,53,.17); }
body.home .bento-small img { border-color: #f7f8fc; box-shadow: 0 16px 35px rgba(16,26,53,.14); }
body.home .ticker-band { background: #101a35 !important; }
body.home .ticker-track { color: #d9e2ff; letter-spacing: .22em; }
body.home .cta-band { box-shadow: 0 22px 55px rgba(49,87,213,.2); }
body.home .cta-band h2 { max-width: 700px; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.06em; }
body.home .cta-band .wp-block-button__link { background: #f3c765; color: #101a35; }
body.home .cta-band .wp-block-button__link:hover { background: #ffe09a; }
body.home .wp-block-query .card { padding: 1.5rem; }
body.home .wp-block-query .wp-block-post-title a { color: #101a35; text-decoration: none; }
body.home .wp-block-query .wp-block-post-title a:hover { color: #3157d5; }
/* Section "Une pratique qui rassemble" : les deux colonnes restent toujours lisibles. */
body.home .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image img[src*="community-badminton"]) { gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
body.home .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image img[src*="community-badminton"]) > .wp-block-column:first-child { min-width: 0; overflow: hidden; }
body.home .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image img[src*="community-badminton"]) > .wp-block-column:first-child img { display: block; width: 100%; max-width: 100%; height: auto; }
body.home .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image img[src*="community-badminton"]) > .wp-block-column:last-child { position: relative; z-index: 2; min-width: 0; padding-block: 1rem; }
body.home .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image img[src*="community-badminton"]) h2 { max-width: 560px; font-size: clamp(2.2rem, 4.5vw, 4.4rem); }
body.home .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image img[src*="community-badminton"]) > .wp-block-column:last-child > p:not(.eyebrow) { max-width: 560px; }
body.home .home-hero, body.home .home-stats, body.home .home-intro, body.home .home-story, body.home .home-spotlight, body.home .home-news, body.home .home-cta { width: 100%; }
body.home .home-hero { min-height: min(790px, calc(100vh - 73px)); padding: clamp(5rem, 10vw, 9rem) max(24px, calc((100% - 1200px) / 2)); display: flex; flex-direction: column; justify-content: center; position: relative; isolation: isolate; background-position: center; background-size: cover; color: #fff; overflow: hidden; }
body.home .home-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,17,39,.97), rgba(16,26,53,.76) 55%, rgba(16,26,53,.26)); }
body.home .home-hero__inner { max-width: 760px; }
body.home .home-hero h1 { margin: 1.2rem 0; font-size: clamp(3.2rem, 7.5vw, 7rem); line-height: .92; letter-spacing: -.075em; }
body.home .home-hero__lead { max-width: 570px; color: rgba(255,255,255,.8); font-size: clamp(1.1rem, 2vw, 1.35rem); }
body.home .home-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
body.home .home-hero__actions a { text-decoration: none; }
body.home .home-hero__link { color: #fff; font-weight: 750; }
body.home .home-hero__link span, body.home .text-link span { color: #f3c765; margin-left: .35rem; }
body.home .home-hero__scroll { position: absolute; bottom: 1.5rem; right: max(24px, calc((100% - 1200px) / 2)); color: rgba(255,255,255,.65); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
body.home .home-hero__scroll span { display: block; margin-top: .35rem; color: #f3c765; font-size: 1.2rem; text-align: right; }
body.home .home-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1200px; margin: 0 auto; padding: 2.5rem 24px; gap: 1rem; }
body.home .home-stats div { display: flex; align-items: baseline; gap: .8rem; border-left: 2px solid #3157d5; padding-left: 1rem; }
body.home .home-stats strong { color: #3157d5; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
body.home .home-stats span { color: #62708a; font-size: .9rem; }
body.home .home-intro, body.home .home-story, body.home .home-news { max-width: 1200px; margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) 24px; }
body.home .home-section-head { max-width: 720px; margin-bottom: 3rem; }
body.home .home-section-head h2 { margin: .8rem 0 1rem; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; letter-spacing: -.06em; }
body.home .home-section-head > p:last-child { color: #62708a; font-size: 1.2rem; }
body.home .home-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
body.home .home-cards article { min-height: 220px; padding: 1.6rem; border: 1px solid rgba(16,26,53,.1); border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(16,26,53,.07); }
body.home .home-cards article span { color: #3157d5; font-size: 2.5rem; font-weight: 850; }
body.home .home-cards h3 { margin: 1.5rem 0 .5rem; }
body.home .home-cards p, body.home .home-story__copy > p:not(.eyebrow) { color: #62708a; }
body.home .home-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
body.home .home-story__media img { display: block; width: 100%; border-radius: 26px; box-shadow: 0 24px 65px rgba(16,26,53,.17); }
body.home .home-story__copy h2 { max-width: 560px; margin: .8rem 0 1rem; font-size: clamp(2.3rem, 4.5vw, 4.5rem); line-height: .95; letter-spacing: -.06em; }
body.home .home-story__copy li { margin: .65rem 0; }
body.home .text-link { display: inline-block; margin-top: 1rem; color: white; font-weight: 800; text-decoration: none; }
body.home .home-spotlight { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); padding: clamp(5rem, 10vw, 9rem) max(24px, calc((100% - 1200px) / 2)); background: #eef1f8; }
body.home .home-spotlight__copy h2 { margin: .8rem 0 1rem; font-size: clamp(2.8rem, 6vw, 6rem); line-height: .9; letter-spacing: -.07em; }
body.home .home-spotlight__copy > p:not(.eyebrow) { max-width: 520px; color: #62708a; font-size: 1.2rem; }
body.home .home-spotlight__media img { display: block; width: 100%; border-radius: 26px; box-shadow: 0 24px 65px rgba(16,26,53,.17); }
body.home .home-news { padding-bottom: 4rem; }
body.home .home-news__cards a { color: white; font-weight: 800; text-decoration: none; }
body.home .home-news__cards span { color: #c96f59; margin-left: .35rem; }
body.home .home-news-query { max-width: 1200px; margin: 0 auto 5rem; padding-inline: 24px; }
body.home .home-cta { max-width: 1152px; margin: 0 auto 5rem; padding: clamp(3rem, 7vw, 6rem); border-radius: 28px; color: #fff; background: linear-gradient(120deg, #3157d5, #203b9b); box-shadow: 0 22px 55px rgba(49,87,213,.2); }
body.home .home-cta h2 { margin: .8rem 0 1rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .92; letter-spacing: -.06em; }
body.home .home-cta > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
body.home .home-cta .wp-element-button { display: inline-block; margin-top: 1rem; background: #f3c765; color: #101a35; text-decoration: none; }
body.page-id-5 { background: #f7f8fc; }
body.page-id-5 .club-intro, body.page-id-5 .club-story, body.page-id-5 .club-values, body.page-id-5 .club-practice { max-width: 1200px; margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) 24px; }
body.page-id-5 .club-intro { padding-top: clamp(6rem, 12vw, 11rem); }
body.page-id-5 .club-intro h1 { max-width: 900px; margin: .8rem 0 1.2rem; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.075em; }
body.page-id-5 .club-intro__lead { max-width: 680px; color: #62708a; font-size: clamp(1.2rem, 2.4vw, 1.6rem); }
body.page-id-5 .club-story, body.page-id-5 .club-practice { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
body.page-id-5 .club-story__media img, body.page-id-5 .club-practice__media img { display: block; width: 100%; border-radius: 26px; box-shadow: 0 24px 65px rgba(16,26,53,.17); }
body.page-id-5 .club-story__copy h2, body.page-id-5 .club-practice__copy h2 { max-width: 600px; margin: .8rem 0 1rem; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .93; letter-spacing: -.06em; }
body.page-id-5 .club-story__copy > p:not(.eyebrow), body.page-id-5 .club-practice__copy > p:not(.eyebrow) { max-width: 560px; color: #62708a; font-size: 1.1rem; }
body.page-id-5 .club-values { max-width: none; background: #eef1f8; }
body.page-id-5 .club-section-head, body.page-id-5 .club-values__grid { max-width: 1200px; margin-inline: auto; }
body.page-id-5 .club-section-head { margin-bottom: 2.5rem; }
body.page-id-5 .club-section-head h2 { margin: .8rem 0 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .94; letter-spacing: -.06em; }
body.page-id-5 .club-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
body.page-id-5 .club-values__grid article { min-height: 230px; padding: 1.6rem; border: 1px solid rgba(16,26,53,.1); border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(16,26,53,.07); }
body.page-id-5 .club-values__grid article span { color: #3157d5; font-size: 2.5rem; font-weight: 850; }
body.page-id-5 .club-values__grid h3 { margin: 1.5rem 0 .5rem; }
body.page-id-5 .club-values__grid p { color: #62708a; }
body.page-id-5 .club-practice__copy li { margin: .7rem 0; }
body.page-id-5 .club-tribute { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr); gap: clamp(2rem, 4vw, 4rem); padding: clamp(4rem, 7vw, 6rem) max(24px, calc((100% - 1200px) / 2)); }
body.page-id-5 .club-tribute__heading, body.page-id-5 .club-tribute__copy { position: relative; z-index: 1; }
body.page-id-5 .club-tribute__heading h2 { margin: .8rem 0 2rem; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; }
body.page-id-5 .club-tribute__copy { max-width: none; padding: clamp(1.25rem, 2.5vw, 2rem); margin-left: 7rem;}
body.page-id-5 .club-tribute__copy > p:not(.tribute-lead):not(.tribute-signature) { max-width: none; color: rgba(255,255,255,.86); line-height: 1.55; }
body.page-id-5 .club-tribute { position: relative; isolation: isolate; overflow: hidden; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); transform: none; box-sizing: border-box; justify-content: center; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(49,87,213,.42), transparent 34%), linear-gradient(135deg, #081128 0%, #101a35 58%, #172858 100%); }
body.page-id-5 .club-tribute::before { content: "B"; position: absolute; right: 3%; top: -10%; color: rgba(255,255,255,.035); font-size: clamp(18rem, 45vw, 40rem); font-weight: 900; line-height: 1; z-index: -1; }
body.page-id-5 .club-tribute::after { content: "✦"; position: absolute; right: 10%; bottom: 12%; color: rgba(243,199,101,.42); font-size: clamp(4rem, 9vw, 8rem); line-height: 1; animation: tribute-glow 5s ease-in-out infinite; }
body.page-id-5 .club-tribute__heading { padding: 2rem 0 2rem 2rem; border-left: 3px solid #f3c765; }
body.page-id-5 .club-tribute__heading .eyebrow { color: #f3c765; }
body.page-id-5 .club-tribute__heading h2 { text-wrap: balance; }
body.page-id-5 .club-tribute__heading > p:last-child { color: rgba(255,255,255,.62); }
body.page-id-5 .club-tribute .tribute-dates { display: inline-block; margin: 0 0 1.4rem; padding: .85rem 1rem; border: 1px solid rgba(243,199,101,.38); border-radius: 14px; background: rgba(243,199,101,.08); color: #f3c765; font-size: clamp(1.2rem, 2.6vw, 2rem); line-height: 1.08; }
body.page-id-5 .club-tribute .tribute-dates span { display: inline-block; margin: .2rem 0; color: #d7e1ff; font-size: .8rem; }
body.page-id-5 .club-tribute__copy { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: 0 24px 70px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
body.page-id-5 .club-tribute__copy .tribute-lead { margin-top: 0; color: #f3c765; font-size: clamp(1.4rem, 2.8vw, 2.15rem); }
body.page-id-5 .club-tribute__copy blockquote { margin: 2.2rem 0; padding: 1.2rem 1.4rem; border-left: 3px solid #3157d5; border-radius: 0 14px 14px 0; background: rgba(49,87,213,.15); color: #fff; font-size: clamp(1.2rem, 2.3vw, 1.65rem); }
body.page-id-5 .club-tribute .tribute-signature { margin-bottom: 0; color: #f3c765; }
body.page-id-5 .club-tribute .tribute-signature span { color: rgba(255,255,255,.64); }
body.page-id-7 { background: #f7f8fc; }
body.page-id-7 .youth-intro, body.page-id-7 .youth-path, body.page-id-7 .youth-coaching { max-width: 1200px; margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) 24px; }
body.page-id-7 .youth-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; padding-top: clamp(6rem, 12vw, 10rem); }
body.page-id-7 .youth-intro h1 { margin: .8rem 0 1.2rem; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.075em; }
body.page-id-7 .youth-intro__lead { max-width: 600px; color: #62708a; font-size: clamp(1.2rem, 2.4vw, 1.55rem); }
body.page-id-7 .youth-intro img, body.page-id-7 .youth-coaching__media img { display: block; width: 100%; border-radius: 26px; box-shadow: 0 24px 65px rgba(16,26,53,.16); }
body.page-id-7 .youth-path { max-width: none; background: #eef1f8; }
body.page-id-7 .youth-section-head, body.page-id-7 .youth-path__grid { max-width: 1200px; margin-inline: auto; }
body.page-id-7 .youth-section-head { margin-bottom: 2.5rem; }
body.page-id-7 .youth-section-head h2, body.page-id-7 .youth-coaching h2 { margin: .8rem 0 1rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .94; letter-spacing: -.06em; }
body.page-id-7 .youth-path__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
body.page-id-7 .youth-path__grid article { min-height: 245px; padding: 1.6rem; border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(16,26,53,.07); }
body.page-id-7 .youth-path__grid article span { color: #3157d5; font-size: 2.8rem; font-weight: 850; }
body.page-id-7 .youth-path__grid h3 { margin: 1.5rem 0 .5rem; }
body.page-id-7 .youth-path__grid p, body.page-id-7 .youth-coaching__copy > p:not(.eyebrow) { color: #62708a; }
body.page-id-7 .youth-coaching { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
body.page-id-7 .youth-coaching h2 { max-width: 560px; }
body.page-id-7 .youth-coaching__copy > p:not(.eyebrow) { max-width: 600px; font-size: 1.1rem; }
body.page-id-7 .youth-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
body.page-id-7 .youth-checklist p { margin: 0; padding: 1rem; border-top: 2px solid #3157d5; color: #62708a; }
body.page-id-7 .youth-checklist strong { color: #101a35; }
body.page-id-7 .youth-cta, body.page-id-6 .training-cta { max-width: 1152px; margin: 0 auto 5rem; padding: clamp(3rem, 7vw, 6rem); border-radius: 28px; color: #fff; background: linear-gradient(120deg, #3157d5, #203b9b); box-shadow: 0 22px 55px rgba(49,87,213,.2); }
body.page-id-7 .youth-cta h2, body.page-id-6 .training-cta h2 { max-width: 760px; margin: .8rem 0 1.4rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .92; letter-spacing: -.06em; }
body.page-id-7 .youth-cta .wp-element-button, body.page-id-6 .training-cta .wp-element-button { background: #f3c765; color: #101a35; text-decoration: none; }
body.page-id-6 { background: #f7f8fc; }
body.page-id-6 .training-intro, body.page-id-6 .training-schedule, body.page-id-6 .training-flow { max-width: 1200px; margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) 24px; }
body.page-id-6 .training-intro { padding-top: clamp(6rem, 12vw, 10rem); }
body.page-id-6 .training-intro h1 { max-width: 900px; margin: .8rem 0 1rem; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.075em; }
body.page-id-6 .training-intro > p:last-child { max-width: 620px; color: #62708a; font-size: 1.25rem; }
body.page-id-6 .training-schedule { max-width: none; background: #eef1f8; }
body.page-id-6 .training-section-head, body.page-id-6 .training-schedule__grid { max-width: 1200px; margin-inline: auto; }
body.page-id-6 .training-section-head { margin-bottom: 2.5rem; }
body.page-id-6 .training-section-head h2 { margin: .8rem 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .94; letter-spacing: -.06em; }
body.page-id-6 .training-schedule__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
body.page-id-6 .training-schedule__grid article { min-height: 220px; padding: 1.4rem; border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(16,26,53,.07); }
body.page-id-6 .training-schedule__grid span { display: block; color: #3157d5; font-weight: 800; }
body.page-id-6 .training-schedule__grid strong { display: block; margin: 1.2rem 0 .7rem; color: #101a35; font-size: 1.35rem; }
body.page-id-6 .training-schedule__grid p { color: #62708a; }
body.page-id-6 .training-schedule__grid small { font-size: .8rem; }
body.page-id-6 .training-note { max-width: 1200px; margin: 1.4rem auto 0; color: #62708a; font-size: .9rem; }
body.page-id-6 .training-flow { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
body.page-id-6 .training-flow h2 { margin: .8rem 0 2rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .94; letter-spacing: -.06em; }
body.page-id-6 .training-flow__steps p { display: flex; gap: 1rem; margin: 1.3rem 0; }
body.page-id-6 .training-flow__steps b { color: #3157d5; font-size: 1.5rem; }
body.page-id-6 .training-flow__steps span { color: #62708a; }
body.page-id-6 .training-flow__steps strong { color: #101a35; }
body.page-id-6 .training-flow__media img { display: block; width: 100%; border-radius: 26px; box-shadow: 0 24px 65px rgba(16,26,53,.16); }
body.page-id-8, body.page-id-10 { background: #f7f8fc; }
body.page-id-8 .news-hero { position: relative; overflow: hidden; color: #fff; background: #101a35; }
body.page-id-8 .news-hero::before { content: ""; position: absolute; width: 46rem; height: 46rem; right: -15rem; top: -25rem; border: 1px solid rgba(109,134,237,.38); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(49,87,213,.08), 0 0 0 11rem rgba(49,87,213,.04); }
body.page-id-8 .news-hero::after { content: "B"; position: absolute; right: 4vw; bottom: -12rem; color: rgba(255,255,255,.025); font-size: 42rem; font-weight: 900; line-height: 1; }
body.page-id-8 .news-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 4rem; align-items: end; width: min(1200px, calc(100% - 48px)); min-height: 580px; margin-inline: auto; padding: clamp(5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6rem); }
body.page-id-8 .news-hero .eyebrow { color: #f3c765; }
body.page-id-8 .news-hero h1 { max-width: 850px; margin: 1rem 0 1.5rem; font-size: clamp(3.6rem, 8vw, 7.8rem); line-height: .86; letter-spacing: -.075em; }
body.page-id-8 .news-hero h1 em { color: #8ea5f5; font-family: Georgia, serif; font-weight: 400; }
body.page-id-8 .news-hero__copy > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: clamp(1.1rem, 2vw, 1.35rem); }
body.page-id-8 .news-hero__aside { display: grid; padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.22); }
body.page-id-8 .news-hero__aside p { margin: 0; }
body.page-id-8 .news-hero__aside p:first-child { color: #8ea5f5; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
body.page-id-8 .news-hero__aside h2 { margin: 0; color: #fff; font-size: 4.8rem; line-height: 1; letter-spacing: -.08em; }
body.page-id-8 .news-hero__aside p:last-child { margin-top: .5rem; color: rgba(255,255,255,.55); font-size: .8rem; }
body.page-id-8 .news-feed-head, body.page-id-8 .news-query, body.page-id-8 .news-follow, body.page-id-10 .contact-intro, body.page-id-10 .contact-details, body.page-id-10 .contact-form-heading, body.page-id-10 .bakanambe-contact-form, body.page-id-10 .contact-reassurance { max-width: 1200px; margin-inline: auto; }
body.page-id-8 .news-feed-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding: clamp(5rem, 9vw, 8rem) 24px 2.5rem; }
body.page-id-8 .news-feed-head h2 { margin: .5rem 0 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .9; letter-spacing: -.07em; }
body.page-id-8 .news-feed-head > p { max-width: 440px; margin: 0; color: #62708a; }
body.page-id-8 .news-query { width: min(1200px, calc(100% - 48px)); margin-left: auto !important; margin-right: auto !important; padding: 0 0 clamp(5rem, 9vw, 8rem); }
body.page-id-8 .news-query .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
body.page-id-8 .news-query .wp-block-post { min-width: 0; }
body.page-id-8 .news-query .card { min-height: 245px; padding: 1.5rem; border: 1px solid rgba(16,26,53,.1); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 15px 45px rgba(16,26,53,.07); }
body.page-id-8 .news-query .card:hover { transform: translateY(-10px); border-color: rgba(49,87,213,.45); box-shadow: 0 25px 60px rgba(16,26,53,.14); }
body.page-id-8 .news-query .card .wp-block-post-featured-image { margin: -1.5rem -1.5rem 1.5rem; overflow: hidden; border-radius: 20px 20px 0 0; background: #dfe5f5; }
body.page-id-8 .news-query .card .wp-block-post-featured-image img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .4s ease; }
body.page-id-8 .news-query .card:hover .wp-block-post-featured-image img { transform: scale(1.035); }
body.page-id-8 .news-query .card .wp-block-post-date { margin: 0 0 1rem; color: #3157d5; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.page-id-8 .news-query .card .wp-block-post-title { margin: 0 0 .8rem; line-height: 1.12; }
body.page-id-8 .news-query .card .wp-block-post-title a { color: #101a35; text-decoration: none; }
body.page-id-8 .news-query .card .wp-block-post-excerpt { margin: 0; color: #62708a; line-height: 1.5; }
body.page-id-8 .news-query .card .wp-block-post-excerpt p { margin: 0; }
body.page-id-8 .news-query .wp-block-post:first-child { grid-column: 1 / -1; }
body.page-id-8 .news-query .wp-block-post:first-child .card { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); grid-template-rows: auto 1fr; gap: 1rem clamp(2rem, 6vw, 6rem); min-height: 390px; overflow: hidden; padding: clamp(2rem, 5vw, 4.5rem); border: 0; color: #fff; background: linear-gradient(125deg, #101a35 0%, #1d347a 58%, #3157d5 100%); box-shadow: 0 28px 80px rgba(16,26,53,.22); }
body.page-id-8 .news-query .wp-block-post:first-child .card::before { content: "À la une"; position: relative; z-index: 1; grid-column: 1 / -1; width: fit-content; padding: .5rem .8rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #f3c765; background: rgba(255,255,255,.08); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
body.page-id-8 .news-query .wp-block-post:first-child .card::after { content: ""; position: absolute; width: 30rem; height: 30rem; right: -10rem; bottom: -18rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.045), 0 0 0 9rem rgba(255,255,255,.025); }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-featured-image { position: absolute; inset: 0; z-index: 0; margin: 0; border-radius: inherit; opacity: .2; background: transparent; }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-featured-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #101a35 5%, rgba(16,26,53,.8) 48%, rgba(49,87,213,.25)); }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-featured-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-date { position: relative; z-index: 1; grid-column: 2; grid-row: 2; align-self: start; margin: .45rem 0 0; color: #f3c765; }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-title { position: relative; z-index: 1; grid-column: 1; grid-row: 2; align-self: start; margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem) !important; line-height: .92; letter-spacing: -.06em; }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-title a { color: #fff; }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-excerpt { position: relative; z-index: 1; grid-column: 2; grid-row: 2; align-self: center; margin-top: 3rem; color: rgba(255,255,255,.72); font-size: 1.05rem; }
body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-excerpt::after { content: "Découvrir l’article  →"; display: block; width: fit-content; margin-top: 1.5rem; color: #fff; font-size: .85rem; font-weight: 800; }
body.page-id-8 .news-query .wp-block-post:first-child .card:hover { transform: translateY(-8px); border-color: transparent; box-shadow: 0 36px 90px rgba(16,26,53,.3); }
body.page-id-8 .news-card { display: grid; grid-template-rows: auto 1fr; height: 100%; overflow: hidden; border: 1px solid rgba(16,26,53,.09); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(16,26,53,.06); transition: transform .3s ease, box-shadow .3s ease; }
body.page-id-8 .news-card:hover { transform: translateY(-7px); box-shadow: 0 24px 65px rgba(16,26,53,.14); }
body.page-id-8 .news-card .wp-block-post-featured-image { margin: 0; overflow: hidden; background: #dfe5f5; }
body.page-id-8 .news-card .wp-block-post-featured-image img { display: block; width: 100%; aspect-ratio: 16/8; object-fit: cover; transition: transform .5s ease; }
body.page-id-8 .news-card:hover .wp-block-post-featured-image img { transform: scale(1.035); }
body.page-id-8 .news-card__body { display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 2rem); }
body.page-id-8 .news-card__meta { gap: .65rem 1rem; margin-bottom: 1rem; }
body.page-id-8 .news-card .wp-block-post-date, body.page-id-8 .news-card .wp-block-post-terms { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
body.page-id-8 .news-card .wp-block-post-date { color: #7b8497; }
body.page-id-8 .news-card .wp-block-post-terms { color: #3157d5; }
body.page-id-8 .news-card .wp-block-post-terms a { color: inherit; text-decoration: none; }
body.page-id-8 .news-card .wp-block-post-title { display: -webkit-box; overflow: hidden; margin: 0 0 .9rem; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.05; letter-spacing: -.035em; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
body.page-id-8 .news-card .wp-block-post-title a { color: #101a35; text-decoration: none; }
body.page-id-8 .news-card .wp-block-post-excerpt { margin: 0 0 1.5rem; color: #62708a; line-height: 1.55; }
body.page-id-8 .news-card .wp-block-post-excerpt p { margin: 0; }
body.page-id-8 .news-card__link { width: fit-content; margin-top: auto; color: #101a35; font-size: .85rem; font-weight: 800; text-decoration: none; }
body.page-id-8 .news-card__link::after { content: "  →"; color: #3157d5; }
body.page-id-8 .news-query .wp-block-query-pagination { gap: .55rem; margin-top: 3rem; }
body.page-id-8 .news-query .wp-block-query-pagination a, body.page-id-8 .news-query .wp-block-query-pagination .current { display: inline-grid; min-width: 42px; min-height: 42px; place-items: center; padding: .6rem .8rem; border-radius: 999px; color: #101a35; text-decoration: none; background: #fff; }
body.page-id-8 .news-query .wp-block-query-pagination .current { color: #fff; background: #3157d5; }
body.page-id-8 .news-empty { grid-column: 1 / -1; padding: 4rem; text-align: center; border-radius: 22px; background: #fff; }
body.page-id-8 .news-empty strong { color: #101a35; font-size: 1.5rem; }
body.page-id-8 .news-empty p { color: #62708a; }
body.page-id-8 .news-follow { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 6rem); align-items: end; margin-bottom: 5rem; padding: clamp(3rem, 7vw, 6rem); border-radius: 28px; color: #fff; background: linear-gradient(125deg, #3157d5, #182d78); box-shadow: 0 22px 55px rgba(49,87,213,.2); }
body.page-id-8 .news-follow h2 { max-width: 720px; margin: .8rem 0 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .92; letter-spacing: -.06em; }
body.page-id-8 .news-follow > div:last-child p { color: rgba(255,255,255,.72); }
body.page-id-8 .news-follow .wp-element-button { margin-top: 1rem; background: #f3c765; color: #101a35; text-decoration: none; }
body.page-id-10 .contact-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: clamp(6rem, 12vw, 10rem) 24px 5rem; }
body.page-id-10 .contact-intro h1 { margin: .8rem 0 1.2rem; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.075em; }
body.page-id-10 .contact-intro > div > p:last-child { max-width: 560px; color: #62708a; font-size: 1.25rem; }
body.page-id-10 .contact-intro img { display: block; width: 100%; border-radius: 26px; box-shadow: 0 24px 65px rgba(16,26,53,.16); }
body.page-id-10 .contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0 24px 5rem; }
body.page-id-10 .contact-details div { padding: 1.2rem 0; border-top: 2px solid #3157d5; }
body.page-id-10 .contact-details span { display: block; margin-bottom: .5rem; color: #62708a; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body.page-id-10 .contact-details strong, body.page-id-10 .contact-details a { color: #101a35; font-size: 1.05rem; text-decoration: none; }
body.page-id-10 .contact-form-heading { padding: 5rem 24px 2rem; }
body.page-id-10 .contact-form-heading h2 { margin: .8rem 0 1rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .94; letter-spacing: -.06em; }
body.page-id-10 .contact-form-heading > p:last-child { max-width: 650px; color: #62708a; }
body.page-id-10 .bakanambe-contact-form { padding: 0 24px 6rem; }
body.page-id-10 .contact-reassurance { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: clamp(3rem, 7vw, 6rem) 24px; background: #eef1f8; }
body.page-id-10 .contact-reassurance h2 { margin: .8rem 0 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .95; letter-spacing: -.06em; }
body.page-id-10 .contact-reassurance > div:last-child { align-self: end; color: #62708a; }
body.page-id-9 { background: #f7f8fc; }
body.page-id-9 .membership-hero, body.page-id-9 .membership-plans, body.page-id-9 .membership-steps, body.page-id-9 .membership-included, body.page-id-9 .membership-cta { max-width: 1200px; margin-inline: auto; }
body.page-id-9 .membership-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: clamp(6rem, 12vw, 10rem) 24px clamp(5rem, 9vw, 8rem); }
body.page-id-9 .membership-hero h1 { max-width: 760px; margin: .8rem 0 1.3rem; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .88; letter-spacing: -.075em; }
body.page-id-9 .membership-hero__lead { max-width: 610px; color: #62708a; font-size: clamp(1.15rem, 2.2vw, 1.45rem); }
body.page-id-9 .membership-hero .wp-block-buttons { margin-top: 2rem; }
body.page-id-9 .membership-hero__image { margin: 0; }
body.page-id-9 .membership-hero__image img { display: block; width: 100%; aspect-ratio: 4/5; border-radius: 28px; object-fit: cover; box-shadow: 0 26px 70px rgba(16,26,53,.17); }
body.page-id-9 .membership-plans { max-width: none; padding: clamp(5rem, 9vw, 8rem) max(24px, calc((100vw - 1200px) / 2)); background: #eef1f8; }
body.page-id-9 .membership-section-head { max-width: 760px; margin-bottom: 3rem; }
body.page-id-9 .membership-section-head h2, body.page-id-9 .membership-included h2 { margin: .8rem 0 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .93; letter-spacing: -.06em; }
body.page-id-9 .membership-plans__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
body.page-id-9 .membership-plan { position: relative; min-height: 330px; padding: 1.8rem; border: 1px solid rgba(16,26,53,.08); border-radius: 22px; background: #fff; box-shadow: 0 15px 45px rgba(16,26,53,.06); }
body.page-id-9 .membership-plan.is-featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #3157d5, #203b9b); transform: translateY(-12px); box-shadow: 0 24px 60px rgba(49,87,213,.25); }
body.page-id-9 .membership-plan__badge { position: absolute; top: 1.2rem; right: 1.2rem; margin: 0; padding: .4rem .65rem; border-radius: 999px; color: #101a35; background: #f3c765; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
body.page-id-9 .membership-plan__number { margin: 0 0 2.5rem; color: #3157d5; font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
body.page-id-9 .membership-plan.is-featured .membership-plan__number { color: #f3c765; }
body.page-id-9 .membership-plan h3 { margin: 0 0 1.1rem; font-size: 1.6rem; }
body.page-id-9 .membership-plan__price { margin: 0 0 1.2rem; }
body.page-id-9 .membership-plan__price strong { display: block; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; letter-spacing: -.04em; }
body.page-id-9 .membership-plan__price span { color: #7b8497; font-size: .85rem; }
body.page-id-9 .membership-plan.is-featured .membership-plan__price span, body.page-id-9 .membership-plan.is-featured > p:last-child { color: rgba(255,255,255,.7); }
body.page-id-9 .membership-plan > p:last-child { color: #62708a; }
body.page-id-9 .membership-note { margin: 1.5rem auto 0; color: #7b8497; font-size: .85rem; }
body.page-id-9 .membership-steps { padding: clamp(5rem, 10vw, 9rem) 24px; }
body.page-id-9 .membership-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
body.page-id-9 .membership-steps__grid > div { padding: 1.5rem 0; border-top: 2px solid #3157d5; }
body.page-id-9 .membership-steps__grid > div > p:first-child { color: #3157d5; font-size: .8rem; font-weight: 850; }
body.page-id-9 .membership-steps__grid h3 { margin: 1.4rem 0 .6rem; font-size: 1.4rem; }
body.page-id-9 .membership-steps__grid > div > p:last-child { max-width: 310px; color: #62708a; }
body.page-id-9 .membership-included { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; padding: clamp(4rem, 8vw, 7rem); border-radius: 28px; color: #fff; background: #101a35; }
body.page-id-9 .membership-included__list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
body.page-id-9 .membership-included__list li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.76); }
body.page-id-9 .membership-included__list li::before { content: "✓"; margin-right: .8rem; color: #f3c765; font-weight: 900; }
body.page-id-9 .membership-cta { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-block: 5rem; padding: clamp(3rem, 7vw, 6rem); border-radius: 28px; color: #fff; background: linear-gradient(120deg, #3157d5, #203b9b); box-shadow: 0 22px 55px rgba(49,87,213,.2); }
body.page-id-9 .membership-cta h2 { max-width: 760px; margin: .8rem 0 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .93; letter-spacing: -.06em; }
body.page-id-9 .membership-cta .wp-element-button { white-space: nowrap; background: #f3c765; color: #101a35; }
@keyframes tribute-glow { 0%, 100% { opacity: .55; transform: scale(1) rotate(0deg); } 50% { opacity: 1; transform: scale(1.08) rotate(8deg); } }
@keyframes hero-orbit { from { transform: translate3d(0,0,0) rotate(0deg); } to { transform: translate3d(-18px,20px,0) rotate(12deg); } }
@media (max-width: 782px) {
  body.home .hero { min-height: 700px; }
  body.home .hero .wp-block-cover__inner-container { width: min(calc(100% - 32px), 1200px); }
  body.home .hero h1 { font-size: clamp(3rem, 16vw, 5.2rem); }
  body.home .hero::after { background: linear-gradient(90deg, rgba(10,17,39,.98), rgba(16,26,53,.72)); }
  body.home .home-spotlight h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  body.home .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image img[src*="community-badminton"]) { gap: 2rem; }
  body.home .home-stats, body.home .home-cards { grid-template-columns: 1fr; }
  body.home .home-stats div { border-left: 0; border-top: 2px solid #3157d5; padding: .8rem 0 0; }
  body.home .home-story, body.home .home-spotlight { grid-template-columns: 1fr; }
  body.home .home-hero__scroll { display: none; }
  body.home .home-cta { margin-inline: 16px; }
  body.page-id-5 .club-story, body.page-id-5 .club-practice, body.page-id-5 .club-tribute { grid-template-columns: 1fr; gap: 2rem; }
  body.page-id-5 .club-values__grid { grid-template-columns: 1fr; }
  body.page-id-5 .club-tribute__heading h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  body.page-id-5 .club-tribute__heading { padding-left: 1.2rem; }
  body.page-id-5 .club-tribute__copy { padding: 1.25rem; }
  body.page-id-7 .youth-intro, body.page-id-7 .youth-coaching, body.page-id-6 .training-flow { grid-template-columns: 1fr; gap: 2rem; }
  body.page-id-7 .youth-path__grid, body.page-id-7 .youth-checklist { grid-template-columns: 1fr; }
  body.page-id-7 .youth-cta, body.page-id-6 .training-cta { margin-inline: 16px; }
  body.page-id-6 .training-schedule__grid { grid-template-columns: repeat(2, 1fr); }
  body.page-id-8 .news-hero__inner { grid-template-columns: 1fr; min-height: 540px; }
  body.page-id-8 .news-hero__aside { display: none; }
  body.page-id-8 .news-feed-head { display: block; }
  body.page-id-8 .news-feed-head > p { margin-top: 1.25rem; }
  body.page-id-8 .news-query .wp-block-post-template { grid-template-columns: 1fr; }
  body.page-id-8 .news-query .wp-block-post:first-child { grid-column: auto; }
  body.page-id-8 .news-query .wp-block-post:first-child .card { display: flex; flex-direction: column; min-height: 420px; padding: 2rem; }
  body.page-id-8 .news-query .wp-block-post:first-child .card::before { order: -3; }
  body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-date { order: -2; margin: .5rem 0 0; }
  body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-title { order: -1; margin: auto 0 0; font-size: clamp(2.3rem, 10vw, 4rem) !important; }
  body.page-id-8 .news-query .wp-block-post:first-child .wp-block-post-excerpt { margin: 1.25rem 0 0; }
  body.page-id-8 .news-follow { grid-template-columns: 1fr; margin-inline: 16px; }
  body.page-id-9 .membership-hero, body.page-id-9 .membership-included { grid-template-columns: 1fr; }
  body.page-id-9 .membership-plans__grid, body.page-id-9 .membership-steps__grid { grid-template-columns: 1fr; }
  body.page-id-9 .membership-plan.is-featured { transform: none; }
  body.page-id-9 .membership-included, body.page-id-9 .membership-cta { margin-inline: 16px; }
  body.page-id-9 .membership-cta { display: grid; align-items: start; }
  body.page-id-10 .contact-intro, body.page-id-10 .contact-reassurance { grid-template-columns: 1fr; gap: 2rem; }
  body.page-id-10 .contact-details { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  body.page-id-8 .news-hero__inner { width: calc(100% - 32px); min-height: 500px; }
  body.page-id-8 .news-hero h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  body.page-id-8 .news-feed-head { padding-inline: 16px; }
  body.page-id-8 .news-query { width: calc(100% - 32px); }
  body.page-id-8 .news-card__body { padding: 1.35rem; }
  body.page-id-8 .news-empty { padding: 2.5rem 1.25rem; }
}
