/* ============================================================
   HC MONTHEY — PORTES-DU-SOLEIL · VITRINE PUBLIQUE « LA MEUTE »
   Design system : dark ice / or électrique / duotone vert
   Fonts : Anton (display) · Barlow (texte) · Spline Sans Mono
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,700&family=Spline+Sans+Mono:wght@400;500;600;700&display=swap');

:root {
    --v-night:       #060f0a;
    --v-night-2:     #0a1810;
    --v-rink:        #0e2316;
    --v-rink-2:      #133021;
    --v-green:       #2a7f3e;
    --v-green-deep:  #246132;
    --v-green-dark:  #173f24;
    --v-gold:        #f0cc1e;
    --v-gold-soft:   #d4a837;
    --v-ice:         #eef4ee;
    --v-ice-dim:     #9db3a3;
    --v-ice-faint:   #5d7263;
    --v-line:        rgba(240, 204, 30, .14);
    --v-line-green:  rgba(42, 127, 62, .35);
    --v-font-display: 'Anton', 'Arial Narrow', sans-serif;
    --v-font-body:    'Barlow', sans-serif;
    --v-font-mono:    'Spline Sans Mono', monospace;
    --v-cut: 56px;
    --v-header-h: 92px;
}

.public-vitrine,
.public-vitrine *,
.public-vitrine *::before,
.public-vitrine *::after {
    box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body.public-vitrine {
    margin: 0;
    padding: 0;
    background: var(--v-night);
    color: var(--v-ice);
    font-family: var(--v-font-body);
    font-size: 17px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.public-vitrine ::selection { background: var(--v-gold); color: var(--v-night); }

.public-vitrine img { max-width: 100%; display: block; }
.public-vitrine a { color: inherit; }
.public-vitrine :focus-visible { outline: 3px solid var(--v-gold); outline-offset: 3px; }

.public-vitrine h1, .public-vitrine h2, .public-vitrine h3,
.public-vitrine h4, .public-vitrine h5, .public-vitrine h6 {
    margin: 0;
}

/* Grain global — texture de glace rayée */
body.public-vitrine::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 999;
    opacity: .05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

.vitrine-container { width: min(1240px, 100% - 48px); margin-inline: auto; }
@media (max-width: 640px) { .vitrine-container { width: calc(100% - 40px); } }

/* ============ TYPO UTILITAIRES ============ */
.vitrine-display {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    line-height: .92;
    letter-spacing: .01em;
}

.vitrine-mono {
    font-family: var(--v-font-mono);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 600;
}

.vitrine-gold { color: var(--v-gold); }

.vitrine-outline-text {
    color: transparent;
    -webkit-text-stroke: 2px rgba(240, 204, 30, .85);
}

.vitrine-kicker {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--v-font-mono);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 600;
    color: var(--v-gold);
    margin: 0 0 22px;
}
.vitrine-kicker::after {
    content: '';
    height: 1px;
    flex: 0 0 90px;
    background: linear-gradient(90deg, var(--v-gold), transparent);
}

.vitrine-section-title {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    line-height: .94;
    font-size: clamp(40px, 6.4vw, 84px);
    margin: 0 0 18px;
    color: var(--v-ice);
}
.vitrine-section-title em { font-style: normal; color: var(--v-gold); }

.vitrine-subtitle {
    max-width: 620px;
    color: var(--v-ice-dim);
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px;
}

.vitrine-center { text-align: center; }
.vitrine-mt { margin-top: 34px; }

/* Apparition au scroll */
.vitrine-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s cubic-bezier(.2, .8, .2, 1), transform .8s cubic-bezier(.2, .8, .2, 1);
}
.vitrine-reveal.is-visible { opacity: 1; transform: none; }
.no-js .vitrine-reveal { opacity: 1; transform: none; }

/* ============ BOUTONS ============ */
.vitrine-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--v-font-display);
    font-size: 17px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--v-night);
    background: var(--v-gold);
    padding: 15px 28px 13px;
    border: none;
    cursor: pointer;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    transition: transform .2s ease, filter .2s ease;
    isolation: isolate;
}
.vitrine-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .5) 50%, transparent 65%);
    transform: translateX(-110%);
    transition: transform .5s ease;
    z-index: -1;
}
.vitrine-btn:hover { transform: translateY(-2px) skewX(-2deg); filter: brightness(1.06); }
.vitrine-btn:hover::before { transform: translateX(110%); }
.vitrine-btn:active { transform: translateY(0); }

.vitrine-tooltip {
    position: relative;
}
.vitrine-tooltip[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translate(-50%, 6px);
    width: max-content;
    max-width: 220px;
    padding: 7px 10px;
    border: 1px solid var(--v-line-green);
    background: var(--v-night);
    color: var(--v-ice);
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 20;
}
.vitrine-tooltip[data-tooltip]:hover::after,
.vitrine-tooltip[data-tooltip]:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.vitrine-btn--ghost {
    background: transparent;
    color: var(--v-ice);
}
/* Liseré complet suivant le parallélogramme : rectangle plein doré avec un trou intérieur en
   parallélogramme ; le clip-path du .vitrine-btn parent borne le contour extérieur. Un box-shadow
   inset ne marche pas ici car il suit le rectangle et est rogné sur les côtés obliques. */
.vitrine-btn--ghost::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(240, 204, 30, .6);
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 0 100%, 0 0,
        12px 2px, 2px calc(100% - 2px), calc(100% - 12px) calc(100% - 2px), calc(100% - 2px) 2px, 12px 2px
    );
    z-index: -1;
    pointer-events: none;
}
.vitrine-btn--ghost:hover { color: var(--v-gold); }
.vitrine-btn--ghost:hover::after { background: var(--v-gold); }

/* ============ HEADER ============ */
/* Ancre invisible avant chaque bloc (défilement depuis l'éditeur, sous le header fixe) */
.vb-anchor {
    display: block;
    height: 0;
    scroll-margin-top: calc(var(--v-header-h) + 12px);
}

.vitrine-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    padding: 16px 0;
    transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.vitrine-header.is-scrolled {
    background: rgba(6, 15, 10, .9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 var(--v-line);
    padding: 9px 0;
}
.vitrine-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.vitrine-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex: none;
}
.vitrine-logo img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .6));
    transition: width .35s ease, height .35s ease;
}
.is-scrolled .vitrine-logo img { width: 42px; height: 42px; }
.vitrine-logo__name {
    font-family: var(--v-font-display);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .03em;
    color: var(--v-ice);
}
.vitrine-logo__name small {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 9px;
    letter-spacing: .3em;
    color: var(--v-gold);
    margin-top: 5px;
    font-weight: 600;
}

/* — Navigation desktop : racine + dropdowns — */
.vitrine-nav { display: block; }
.vitrine-nav ul { list-style: none; margin: 0; padding: 0; }
.vitrine-nav-root {
    display: flex;
    align-items: center;
    gap: 1px;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.vitrine-nav-root > li { position: relative; }
.vitrine-nav-root > li > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--v-font-mono);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--v-ice-dim);
    padding: 10px 10px;
    position: relative;
    transition: color .2s ease;
    white-space: nowrap;
}
.vitrine-nav-root > li > a::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 2px;
    background: var(--v-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s cubic-bezier(.7, 0, .2, 1);
}
.vitrine-nav-root > li > a:hover,
.vitrine-nav-root > li.is-active > a,
.vitrine-nav-root > li:focus-within > a { color: var(--v-ice); }
.vitrine-nav-root > li > a:hover::after,
.vitrine-nav-root > li.is-active > a::after { transform: scaleX(1); transform-origin: left; }
.vitrine-nav-caret {
    font-size: 7px;
    color: var(--v-gold);
    transition: transform .25s ease;
}
.vitrine-nav-root > li.has-children:hover .vitrine-nav-caret { transform: rotate(180deg); }

/* CTA jaune « Nous rejoindre » dans la barre */
.vitrine-nav-root > li.vitrine-nav__item--cta { margin-left: 8px; }
.vitrine-nav-root > li > a.vitrine-nav__cta {
    gap: 7px;
    font-family: var(--v-font-display);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    color: var(--v-night);
    background: var(--v-gold);
    padding: 9px 16px 7px;
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
    transition: transform .2s ease, filter .2s ease;
}
.vitrine-nav-root > li > a.vitrine-nav__cta::after { content: none; }
.vitrine-nav-root > li > a.vitrine-nav__cta:hover {
    color: var(--v-night);
    transform: translateY(-1px) skewX(-2deg);
    filter: brightness(1.06);
}
.vitrine-nav__cta-arrow { font-family: var(--v-font-mono); font-weight: 700; }

/* Lien discret « Espace comité » à l'extrême droite */
.vitrine-nav-root > li.vitrine-nav__item--login { margin-left: 4px; }
.vitrine-nav-root > li > a.vitrine-nav__login {
    color: var(--v-ice-faint);
    border: 1px solid var(--v-line-green);
    padding: 8px 11px;
    gap: 6px;
}
.vitrine-nav-root > li > a.vitrine-nav__login::after { content: none; }
.vitrine-nav-root > li > a.vitrine-nav__login:hover {
    color: var(--v-gold);
    border-color: rgba(240, 204, 30, .4);
}
.vitrine-nav-root > li > a.vitrine-nav__login svg { width: 15px; height: 15px; }

.vitrine-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    /* la largeur s'adapte au plus long libellé : aucun item ne passe sur deux lignes */
    width: max-content;
    min-width: 220px;
    background: rgba(10, 24, 16, .97);
    backdrop-filter: blur(12px);
    border: 1px solid var(--v-line-green);
    border-top: 2px solid var(--v-gold);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 20;
}
.vitrine-nav-root > li:hover > .sub-menu,
.vitrine-nav-root > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* Dropdowns côté droit : alignés à droite pour ne pas déborder du viewport.
   Les deux derniers items sont toujours le CTA et le lien comité (sans dropdown). */
.vitrine-nav-root > li:nth-last-child(3) > .sub-menu,
.vitrine-nav-root > li:nth-last-child(4) > .sub-menu,
.vitrine-nav-root > li:nth-last-child(5) > .sub-menu {
    left: auto;
    right: 0;
}
.vitrine-nav .sub-menu li a {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--v-ice-dim);
    padding: 10px 18px;
    white-space: nowrap;
    transition: color .15s ease, background .15s ease, padding-left .2s ease;
}
.vitrine-nav .sub-menu li a:hover,
.vitrine-nav .sub-menu li.is-active > a {
    color: var(--v-gold);
    background: rgba(240, 204, 30, .07);
    padding-left: 24px;
}
/* sous-sous-menus : aplatis avec un retrait */
.vitrine-nav .sub-menu .sub-menu {
    position: static;
    min-width: 0;
    border: none;
    padding: 0 0 4px;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
}
.vitrine-nav .sub-menu .sub-menu li a { padding-left: 32px; font-size: 10px; color: var(--v-ice-faint); }
.vitrine-nav .sub-menu .sub-menu li a:hover { color: var(--v-gold); }

/* — Bouton menu mobile — */
.vitrine-menu-toggle {
    display: none;
    background: none;
    border: 1px solid var(--v-line);
    color: var(--v-gold);
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 10px 16px;
    cursor: pointer;
    position: relative;
    z-index: 130;
}

/* — Navigation mobile : panneau plein écran — */
.vitrine-nav-mobile {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 120;
    background: rgba(6, 15, 10, .97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow-y: auto;
    padding: 110px 28px 48px;
    transform: translateY(-102%);
    transition: transform .45s cubic-bezier(.7, 0, .2, 1);
}
.vitrine-nav-mobile.is-open { transform: translateY(0); }
.vitrine-nav-mobile ul { list-style: none; margin: 0; padding: 0; }
.vitrine-nav-mobile > ul > li { border-bottom: 1px solid var(--v-line-green); }
.vitrine-nav-mobile > ul > li > a {
    display: block;
    font-family: var(--v-font-display);
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--v-ice);
    padding: 16px 4px;
}
.vitrine-nav-mobile > ul > li.is-active > a { color: var(--v-gold); }
.vitrine-nav-mobile-sub { padding: 0 0 14px 18px; }
.vitrine-nav-mobile-sub li a {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--v-ice-dim);
    padding: 8px 4px;
}
.vitrine-nav-mobile-sub li a:hover,
.vitrine-nav-mobile-sub li.is-active > a { color: var(--v-gold); }
.vitrine-nav-mobile-sub .vitrine-nav-mobile-sub { padding-left: 16px; }
.vitrine-nav-mobile-sub .vitrine-nav-mobile-sub li a { font-size: 12px; color: var(--v-ice-faint); }

@media (max-width: 1240px) {
    .vitrine-nav { display: none; }
    .vitrine-menu-toggle { display: block; }
    .vitrine-nav-mobile { display: block; }
}

/* « Nous rejoindre » mis en avant dans le menu mobile */
.vitrine-nav-mobile > ul > li.vitrine-nav__item--cta > a { color: var(--v-gold); }
.vitrine-nav-mobile > ul > li.vitrine-nav__item--login > a {
    font-size: 18px;
    color: var(--v-ice-faint);
}

/* ============ HERO (accueil) ============ */
.vitrine-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    isolation: isolate;
}
/* traces de lame */
.vitrine-hero::before, .vitrine-hero::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 180%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(240, 204, 30, .5), transparent);
    transform: rotate(-14deg);
    pointer-events: none;
}
.vitrine-hero::before { top: 32%; left: -40%; }
.vitrine-hero::after  { top: 58%; left: -30%; opacity: .4; height: 1px; }

.vitrine-hero__slides { position: absolute; inset: 0; z-index: 0; }
.vitrine-hero__slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s;
}
.vitrine-hero__slide.is-active { opacity: 1; visibility: visible; }
.vitrine-hero__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: grayscale(1) contrast(1.2) brightness(.95);
    /* La marge nécessaire au drift est fournie par transform:scale (ci-dessous), pas par une largeur
       > 100% : on évite ainsi tout débordement horizontal (sinon bande noire à droite via overflow-x). */
}
.vitrine-hero__slide.is-active .vitrine-hero__photo { animation: vitrineHeroDrift 26s ease-in-out infinite alternate; }
@keyframes vitrineHeroDrift {
    from { transform: scale(1.06) translateX(0); }
    to   { transform: scale(1.12) translateX(-1.2%); }
}
.vitrine-hero__duotone {
    position: absolute;
    inset: 0;
    background: var(--v-green-deep);
    mix-blend-mode: multiply;
    opacity: .92;
}
.vitrine-hero__tint {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(110% 90% at 78% 18%, rgba(240, 204, 30, .14), transparent 55%),
        radial-gradient(95% 85% at 16% 78%, rgba(6, 15, 10, .72), transparent 62%),
        linear-gradient(180deg, rgba(6, 15, 10, .5) 0%, rgba(6, 15, 10, .18) 38%, rgba(6, 15, 10, .72) 76%, var(--v-night) 98%);
}
/* loup en filigrane */
.vitrine-hero__wolf {
    position: absolute;
    right: clamp(-160px, -6vw, -40px);
    bottom: -8%;
    width: clamp(340px, 42vw, 640px);
    z-index: 1;
    opacity: .92;
    transform: rotate(-7deg);
    filter: drop-shadow(0 30px 80px rgba(0, 0, 0, .65)) drop-shadow(0 0 60px rgba(240, 204, 30, .12));
    pointer-events: none;
}
@media (max-width: 760px) {
    .vitrine-hero__wolf { width: 300px; right: -90px; bottom: 26%; opacity: .28; }
}

.vitrine-hero__content {
    position: relative;
    z-index: 3;
    width: min(1240px, 100% - 48px);
    margin-inline: auto;
    padding: calc(var(--v-header-h) + 28px) 0 80px;
}
.vitrine-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--v-font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin: 0 0 26px;
}
.vitrine-hero__eyebrow .dot {
    width: 9px;
    height: 9px;
    background: var(--v-gold);
    border-radius: 50%;
    animation: vitrinePulse 1.8s ease-in-out infinite;
    flex: none;
}
@keyframes vitrinePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(240, 204, 30, .55); }
    60%      { box-shadow: 0 0 0 11px rgba(240, 204, 30, 0); }
}
.vitrine-hero__title {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    line-height: .9;
    font-size: clamp(50px, 10.4vw, 156px);
    margin: 0;
    max-width: 13ch;
    color: var(--v-ice);
}
.vitrine-hero__title .vitrine-outline-text { -webkit-text-stroke: 2px rgba(240, 204, 30, .9); }
.vitrine-hero__title .row { display: block; }
.is-active .vitrine-hero__title .row {
    opacity: 0;
    transform: translateY(60px) skewY(2deg);
    animation: vitrineRiseIn .8s cubic-bezier(.2, .8, .2, 1) forwards;
}
.is-active .vitrine-hero__title .row:nth-child(2) { animation-delay: .12s; }
.is-active .vitrine-hero__title .row:nth-child(3) { animation-delay: .24s; }
@keyframes vitrineRiseIn {
    to { opacity: 1; transform: translateY(0) skewY(0); }
}
.vitrine-hero__text {
    margin: 24px 0 0;
    max-width: 520px;
    font-size: 19px;
    font-weight: 500;
    color: var(--v-ice-dim);
}
.is-active .vitrine-hero__text,
.is-active .vitrine-hero__cta {
    opacity: 0;
    animation: vitrineRiseIn .8s cubic-bezier(.2, .8, .2, 1) .4s forwards;
}
.vitrine-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.vitrine-hero__dots {
    position: absolute;
    z-index: 4;
    right: clamp(20px, 4vw, 56px);
    bottom: 76px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vitrine-hero__dot {
    width: 26px;
    height: 4px;
    border: none;
    background: rgba(238, 244, 238, .3);
    cursor: pointer;
    padding: 0;
    transition: background .25s ease, width .25s ease;
}
.vitrine-hero__dot.is-active { background: var(--v-gold); width: 40px; }

/* bandeau LED bas du hero */
.vitrine-hero__ticker {
    position: relative;
    z-index: 3;
    border-top: 1px solid var(--v-line);
    border-bottom: 1px solid var(--v-line);
    background: rgba(6, 15, 10, .72);
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 12px 0;
}

/* ============ MARQUEES ============ */
.vitrine-marquee { overflow: hidden; }
.vitrine-marquee__track {
    display: flex;
    width: max-content;
    animation: vitrineMarquee 30s linear infinite;
}
@keyframes vitrineMarquee { to { transform: translateX(-50%); } }
.vitrine-marquee--led span {
    font-family: var(--v-font-mono);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--v-gold);
    white-space: nowrap;
    padding-right: 56px;
}
.vitrine-marquee--led span em { font-style: normal; color: var(--v-ice-dim); }

/* grand ticker outline */
.vitrine-shout {
    overflow: hidden;
    padding: 52px 0 38px;
    border-bottom: 1px solid var(--v-line-green);
}
.vitrine-shout .vitrine-marquee__track { animation-duration: 22s; }
.vitrine-shout span {
    font-family: var(--v-font-display);
    font-size: clamp(58px, 8.6vw, 124px);
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 60px;
    line-height: 1;
}
.vitrine-shout span i {
    font-style: normal;
    color: transparent;
    -webkit-text-stroke: 2px rgba(240, 204, 30, .5);
}
.vitrine-shout span b { font-weight: 400; color: var(--v-gold); }

/* ============ EN-TÊTE DE PAGE INTÉRIEURE ============ */
.vitrine-page-head {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: calc(var(--v-header-h) + clamp(56px, 9vw, 110px)) 0 clamp(40px, 6vw, 70px);
}
.vitrine-page-head__photo {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    filter: grayscale(1) contrast(1.2) brightness(.9);
}
.vitrine-page-head__duotone {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: var(--v-green-deep);
    mix-blend-mode: multiply;
    opacity: .92;
}
.vitrine-page-head__tint {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(100% 90% at 80% 0%, rgba(240, 204, 30, .12), transparent 55%),
        linear-gradient(180deg, rgba(6, 15, 10, .6) 0%, rgba(6, 15, 10, .4) 50%, var(--v-night) 100%);
}
.vitrine-page-head .vitrine-kicker { margin-bottom: 14px; }
.vitrine-page-title {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    line-height: .92;
    font-size: clamp(42px, 7.6vw, 104px);
    margin: 0;
    color: var(--v-ice);
}
.vitrine-page-title em { font-style: normal; color: var(--v-gold); }
.vitrine-page-head__lead {
    margin: 18px 0 0;
    max-width: 640px;
    font-size: 18px;
    font-weight: 500;
    color: var(--v-ice-dim);
}

.vitrine-breadcrumb {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--v-ice-faint);
    margin-bottom: 16px;
}
.vitrine-breadcrumb a { color: var(--v-gold); text-decoration: none; }
.vitrine-breadcrumb a:hover { text-decoration: underline; }

/* ============ SECTIONS ============ */
.vitrine-section { position: relative; padding: clamp(64px, 9vw, 110px) 0; }
.vitrine-section--tight { padding: clamp(44px, 6vw, 72px) 0; }
.vitrine-section--alt { background: var(--v-night-2); }
.vitrine-section--matches {
    background:
        linear-gradient(170deg, rgba(6, 15, 10, .92) 0%, rgba(14, 35, 22, .9) 100%),
        url("../images/vitrine/bg_prochainmatches-ebPXNW8.jpg") center / cover no-repeat;
}
.vitrine-ghost-num {
    position: absolute;
    top: 30px;
    right: -2%;
    font-family: var(--v-font-display);
    font-size: clamp(160px, 26vw, 380px);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(240, 204, 30, .09);
    pointer-events: none;
    user-select: none;
}

.vitrine-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 46px;
}
.vitrine-section-note {
    color: var(--v-ice-faint);
    font-family: var(--v-font-mono);
    font-size: 11px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.vitrine-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: start;
}
@media (max-width: 920px) { .vitrine-grid-2 { grid-template-columns: 1fr; } }

/* ============ STATS ============ */
.vitrine-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--v-line);
    border: 1px solid var(--v-line);
}
@media (max-width: 920px) { .vitrine-stats { grid-template-columns: repeat(2, 1fr); } }
.vitrine-stat {
    background: var(--v-night-2);
    padding: 32px 28px 28px;
    position: relative;
    overflow: hidden;
    transition: background .3s ease;
}
.vitrine-stat:hover { background: var(--v-rink); }
.vitrine-stat::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 3px;
    background: var(--v-gold);
}
.vitrine-stat__num {
    font-family: var(--v-font-display);
    font-size: clamp(46px, 5.4vw, 70px);
    line-height: 1;
    color: var(--v-gold);
}
.vitrine-stat__num sup { font-size: .45em; vertical-align: super; }
.vitrine-stat__label {
    margin-top: 10px;
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--v-ice-dim);
}

/* ============ MATCHS — panneaux scoreboard ============ */
.vitrine-match-panel {
    background: linear-gradient(165deg, rgba(14, 35, 22, .85), rgba(6, 15, 10, .92));
    border: 1px solid var(--v-line-green);
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.vitrine-match-panel__head {
    font-family: var(--v-font-display);
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--v-gold);
    padding: 20px 24px 16px;
    border-bottom: 1px dashed var(--v-line-green);
}
.vitrine-match-panel__empty {
    padding: 22px 24px;
    margin: 0;
    color: var(--v-ice-faint);
    font-family: var(--v-font-mono);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.vitrine-match-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 24px;
    transition: background .2s ease;
}
.vitrine-match-row + .vitrine-match-row { border-top: 1px solid rgba(42, 127, 62, .2); }
.vitrine-match-row:hover { background: rgba(240, 204, 30, .05); }
.vitrine-match-row__teams {
    font-family: var(--v-font-display);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1.25;
    color: var(--v-ice);
}
.vitrine-match-row__teams .vs { color: var(--v-gold); padding-inline: 4px; }
.vitrine-match-row__venue {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--v-ice-faint);
    margin-top: 5px;
}
.vitrine-match-row__date {
    font-family: var(--v-font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--v-ice-dim);
    white-space: nowrap;
    flex: none;
}
.vitrine-match-row__score {
    font-family: var(--v-font-mono);
    font-size: 24px;
    font-weight: 700;
    color: var(--v-gold);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    flex: none;
}

/* ============ ÉQUIPES — index compact (nom → ligues) ============ */
.vitrine-team-index {
    border-top: 1px solid var(--v-line-green);
}
.vitrine-team-index--grouped {
    display: grid;
}
.vitrine-team-pack {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 17px 10px;
    border-bottom: 1px solid var(--v-line-green);
    position: relative;
    overflow: hidden;
}
.vitrine-team-pack::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(240, 204, 30, .09), transparent 70%);
    transform: translateX(-101%);
    transition: transform .45s cubic-bezier(.2, .8, .2, 1);
    pointer-events: none;
}
.vitrine-team-pack:hover::before { transform: translateX(0); }
.vitrine-team-pack__identity {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: baseline;
    gap: 24px;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.vitrine-team-pack__idx {
    font-family: var(--v-font-mono);
    font-size: 13px;
    font-weight: 600;
    color: var(--v-ice-faint);
    letter-spacing: .2em;
}
.vitrine-team-pack__name {
    margin: 0;
    font-family: var(--v-font-display);
    font-size: clamp(24px, 3.2vw, 38px);
    text-transform: uppercase;
    line-height: 1;
    color: var(--v-ice);
    transition: color .3s ease;
}
.vitrine-team-pack:hover .vitrine-team-pack__name { color: var(--v-gold); }
.vitrine-team-pack__lanes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.vitrine-team-lane {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 9px 11px;
    border: 1px solid rgba(240, 204, 30, .28);
    background: rgba(2, 32, 19, .72);
    font-family: var(--v-font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--v-gold);
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
.vitrine-team-lane:hover {
    transform: translateY(-2px);
    border-color: rgba(240, 204, 30, .72);
    background: rgba(240, 204, 30, .12);
    color: var(--v-ice);
}
.vitrine-team-lane__arrow {
    color: var(--v-ice-faint);
    transition: transform .25s ease, color .25s ease;
}
.vitrine-team-lane:hover .vitrine-team-lane__arrow {
    color: var(--v-gold);
    transform: translateX(3px);
}
@media (max-width: 700px) {
    .vitrine-team-pack {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 0;
    }
    .vitrine-team-pack__identity {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .vitrine-team-pack__idx { display: none; }
    .vitrine-team-lane {
        min-height: 36px;
        padding: 8px 10px;
    }
}

.vitrine-team-detail-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    margin-bottom: 42px;
}
.vitrine-team-detail-summary__item {
    padding: 18px 20px;
    border-right: 1px solid var(--v-line-green);
}
.vitrine-team-detail-summary__item:last-child { border-right: 0; }
.vitrine-team-detail-summary__item span {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin-bottom: 8px;
}
.vitrine-team-detail-summary__item strong {
    display: block;
    font-family: var(--v-font-display);
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: var(--v-ice);
}
.vitrine-team-story {
    display: grid;
    gap: clamp(22px, 4vw, 42px);
    margin-bottom: 42px;
}
.vitrine-team-story--with-image {
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    align-items: center;
}
.vitrine-team-story--image-only {
    display: block;
}
.vitrine-team-story__image {
    margin: 0;
    border: 1px solid var(--v-line-green);
    background: var(--v-rink);
    overflow: hidden;
}
.vitrine-team-story--image-only .vitrine-team-story__image {
    max-width: 1040px;
    margin-inline: auto;
}
.vitrine-team-story__image img {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(.2) contrast(1.04) brightness(.94);
}
.vitrine-team-story__text {
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    padding: clamp(20px, 3vw, 32px);
    color: var(--v-ice-dim);
    font-size: clamp(17px, 1.6vw, 20px);
    font-weight: 500;
    line-height: 1.72;
}
.vitrine-team-roster { display: grid; gap: 34px; }
.vitrine-team-roster__title {
    font-family: var(--v-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin: 0 0 14px;
}
.vitrine-player-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 18px;
}
.vitrine-player-card {
    display: block;
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: border-color .25s ease, transform .25s cubic-bezier(.2, .8, .2, 1);
}
.vitrine-player-card:hover {
    border-color: rgba(240, 204, 30, .55);
    transform: translateY(-4px);
}
.vitrine-player-card__photo {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--v-rink);
}
.vitrine-player-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(.45) contrast(1.06) brightness(.9);
    transition: filter .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
}
.vitrine-player-card:hover .vitrine-player-card__photo img {
    filter: grayscale(0) brightness(.97);
    transform: scale(1.035);
}
.vitrine-player-card__photo--empty {
    display: grid;
    place-items: center;
}
.vitrine-player-card__photo--empty span {
    font-family: var(--v-font-display);
    font-size: 64px;
    color: rgba(240, 204, 30, .25);
}
.vitrine-player-card__number {
    position: absolute;
    left: 12px;
    bottom: 10px;
    font-family: var(--v-font-display);
    font-size: 36px;
    font-weight: 400;
    line-height: .9;
    color: var(--v-gold);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
}
.vitrine-player-card__body { padding: 16px 17px 18px; }
.vitrine-player-card__body h4 {
    font-family: var(--v-font-display);
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: var(--v-ice);
    margin: 0;
}
.vitrine-player-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.vitrine-player-card__meta span,
.vitrine-player-card__tag {
    display: inline-flex;
    align-items: center;
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--v-ice-dim);
    border: 1px solid rgba(240, 204, 30, .28);
    padding: 5px 7px 4px;
}
.vitrine-player-card__tag {
    color: var(--v-night);
    background: var(--v-gold);
    border-color: var(--v-gold);
    margin-top: 12px;
}

.vitrine-member-profile {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: start;
}
.vitrine-member-profile__media {
    position: sticky;
    top: calc(var(--v-header-h) + 24px);
}
.vitrine-member-profile__photo {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 1px solid var(--v-line-green);
    background: var(--v-rink);
}
.vitrine-member-profile__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(.22) contrast(1.04) brightness(.94);
}
.vitrine-member-profile__photo--empty {
    display: grid;
    place-items: center;
}
.vitrine-member-profile__photo--empty span {
    font-family: var(--v-font-display);
    font-size: clamp(82px, 13vw, 150px);
    color: rgba(240, 204, 30, .22);
}
.vitrine-member-profile__number {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-family: var(--v-font-display);
    font-size: clamp(54px, 8vw, 92px);
    font-weight: 400;
    line-height: .82;
    color: var(--v-gold);
    text-shadow: 0 3px 18px rgba(0, 0, 0, .48);
}
.vitrine-member-profile__content {
    min-width: 0;
}
.vitrine-member-profile__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}
.vitrine-member-profile__tags a,
.vitrine-member-profile__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid rgba(240, 204, 30, .3);
    color: var(--v-ice-dim);
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 9px 6px;
}
.vitrine-member-profile__tags a {
    color: var(--v-night);
    background: var(--v-gold);
    border-color: var(--v-gold);
}
.vitrine-member-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1px;
    margin: 0 0 34px;
    border: 1px solid var(--v-line-green);
    background: var(--v-line-green);
}
.vitrine-member-facts__item {
    padding: 17px 18px;
    background: var(--v-night-2);
}
.vitrine-member-facts dt {
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin: 0 0 8px;
}
.vitrine-member-facts dd {
    margin: 0;
    font-family: var(--v-font-display);
    font-size: clamp(19px, 2.4vw, 30px);
    line-height: 1;
    text-transform: uppercase;
    color: var(--v-ice);
}
.vitrine-member-block {
    margin-top: 34px;
}
.vitrine-member-block__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}
.vitrine-member-block__head h2 {
    font-family: var(--v-font-display);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: var(--v-ice);
}
.vitrine-member-block__head h2 em {
    font-style: normal;
    color: var(--v-gold);
}
.vitrine-member-block__head p {
    margin: 0 0 4px;
    color: var(--v-ice-dim);
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-align: right;
    text-transform: uppercase;
}
.vitrine-member-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    gap: 1px;
    border: 1px solid var(--v-line-green);
    background: var(--v-line-green);
}
.vitrine-member-stats__item {
    min-height: 118px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 18px;
    background: var(--v-night-2);
}
.vitrine-member-stats__item strong {
    font-family: var(--v-font-display);
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 400;
    line-height: .9;
    color: var(--v-gold);
}
.vitrine-member-stats__item span {
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--v-ice-dim);
}
.vitrine-member-bio__content {
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    padding: clamp(20px, 3vw, 30px);
    color: var(--v-ice-dim);
    font-size: clamp(17px, 1.6vw, 20px);
    font-weight: 500;
    line-height: 1.72;
}
.vitrine-member-team-list {
    display: grid;
    gap: 10px;
}
.vitrine-member-team-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    color: inherit;
    text-decoration: none;
    padding: 16px 18px;
    transition: border-color .25s ease, transform .25s ease;
}
.vitrine-member-team-list__item:hover {
    border-color: rgba(240, 204, 30, .5);
    transform: translateX(3px);
}
.vitrine-member-team-list__item strong {
    font-family: var(--v-font-display);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: var(--v-ice);
}
.vitrine-member-team-list__item span {
    color: var(--v-gold);
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-align: right;
    text-transform: uppercase;
}
.vitrine-member-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}
@media (max-width: 940px) {
    .vitrine-member-profile { grid-template-columns: 1fr; }
    .vitrine-member-profile__media { position: static; max-width: 420px; }
}
@media (max-width: 700px) {
    .vitrine-member-facts { grid-template-columns: 1fr; }
    .vitrine-member-block__head {
        align-items: start;
        flex-direction: column;
    }
    .vitrine-member-block__head p { text-align: left; }
    .vitrine-member-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vitrine-member-team-list__item {
        align-items: start;
        flex-direction: column;
    }
    .vitrine-member-team-list__item span { text-align: left; }
}
@media (max-width: 760px) {
    .vitrine-team-story--with-image { grid-template-columns: 1fr; }
    .vitrine-team-detail-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vitrine-team-detail-summary__item:nth-child(2n) { border-right: 0; }
    .vitrine-team-detail-summary__item:nth-child(n + 3) { border-top: 1px solid var(--v-line-green); }
}
@media (max-width: 480px) {
    .vitrine-team-detail-summary { grid-template-columns: 1fr; }
    .vitrine-team-detail-summary__item { border-right: 0; border-top: 1px solid var(--v-line-green); }
    .vitrine-team-detail-summary__item:first-child { border-top: 0; }
}

/* ============ CTA REJOINDRE ============ */
.vitrine-join {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(90px, 13vw, 150px) 0;
    background:
        linear-gradient(160deg, rgba(20, 61, 34, .82), rgba(6, 15, 10, .94)),
        url("../images/vitrine/rejoindre-WTYxJNR.jpg") center / cover no-repeat;
    clip-path: polygon(0 0, 100% var(--v-cut), 100% calc(100% - var(--v-cut)), 0 100%);
}
.vitrine-join::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--v-green-deep);
    mix-blend-mode: color;
    opacity: .6;
    z-index: -1;
}
.vitrine-join__inner { position: relative; text-align: center; }
.vitrine-join .vitrine-kicker { justify-content: center; }
.vitrine-join .vitrine-kicker::after { display: none; }
.vitrine-join__title {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    line-height: .92;
    font-size: clamp(48px, 9vw, 124px);
    margin: 8px auto 24px;
    max-width: 14ch;
    color: var(--v-ice);
}
.vitrine-join__title em { font-style: normal; color: var(--v-gold); }
.vitrine-join__lead {
    max-width: 600px;
    margin: 0 auto 40px;
    color: var(--v-ice-dim);
    font-size: 19px;
    font-weight: 500;
}
.vitrine-join__lead strong { color: var(--v-ice); }
.vitrine-join__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.vitrine-join__wolf {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(620px, 86vw);
    transform: translate(-50%, -50%);
    opacity: .07;
    pointer-events: none;
    z-index: -1;
}

/* ============ NEWS ============ */
.vitrine-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 22px;
}
.vitrine-news-card {
    position: relative;
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    overflow: hidden;
    transition: border-color .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}
.vitrine-news-card:hover { border-color: rgba(240, 204, 30, .5); transform: translateY(-5px); }
.vitrine-news-card a { text-decoration: none; }
.vitrine-news-card__image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--v-rink);
    position: relative;
}
.vitrine-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.5) contrast(1.05) brightness(.85);
    transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}
.vitrine-news-card:hover .vitrine-news-card__image img {
    transform: scale(1.06);
    filter: grayscale(0) contrast(1.02) brightness(.95);
}
.vitrine-news-card__date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--v-gold);
    color: var(--v-night);
    font-family: var(--v-font-mono);
    font-weight: 700;
    text-align: center;
    padding: 8px 12px 6px;
    line-height: 1.1;
    clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
.vitrine-news-card__date-day { display: block; font-size: 19px; }
.vitrine-news-card__date-month { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.vitrine-news-card__body { padding: 20px 22px 24px; }
.vitrine-news-card__title {
    font-family: var(--v-font-display);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}
.vitrine-news-card__title a { color: var(--v-ice); text-decoration: none; transition: color .2s ease; }
.vitrine-news-card__title a:hover { color: var(--v-gold); }
.vitrine-news-card__excerpt { margin: 10px 0 0; color: var(--v-ice-dim); font-size: 14.5px; font-weight: 500; }
.vitrine-news-readmore {
    margin-top: 14px;
    display: inline-block;
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--v-gold);
    text-decoration: none;
}
.vitrine-news-readmore:hover { text-decoration: underline; }

/* Article / contenu CMS */
.vitrine-article { max-width: 860px; }
.vitrine-article__date {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin: 0 0 14px;
}
.vitrine-article__cover {
    width: 100%;
    margin: 28px 0;
    border: 1px solid var(--v-line-green);
}
.vitrine-article__body, .vitrine-cms-content {
    color: var(--v-ice-dim);
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.75;
}
.vitrine-article__body strong, .vitrine-cms-content strong { color: var(--v-ice); }
.vitrine-article__body a, .vitrine-cms-content a { color: var(--v-gold); }
.vitrine-article__body h2, .vitrine-cms-content h2,
.vitrine-article__body h3, .vitrine-cms-content h3 {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--v-ice);
    line-height: 1.05;
    margin: 1.6em 0 .5em;
}
.vitrine-article__body h2, .vitrine-cms-content h2 { font-size: 32px; }
.vitrine-article__body h3, .vitrine-cms-content h3 { font-size: 24px; }
.vitrine-article__body img, .vitrine-cms-content img {
    border: 1px solid var(--v-line-green);
    margin: 1em 0;
    /* les contenus repris de WordPress portent des attributs width/height en dur */
    height: auto;
    max-width: 100%;
}
.vitrine-article__body figure, .vitrine-cms-content figure { margin: 1em 0; max-width: 100%; }
.vitrine-article__body figure img, .vitrine-cms-content figure img { margin: 0; }
.vitrine-article__body iframe, .vitrine-cms-content iframe { max-width: 100%; }
.vitrine-article__body ul, .vitrine-cms-content ul,
.vitrine-article__body ol, .vitrine-cms-content ol { padding-left: 1.3em; }
.vitrine-article__body li::marker, .vitrine-cms-content li::marker { color: var(--v-gold); }
.vitrine-article__body blockquote, .vitrine-cms-content blockquote {
    margin: 1.4em 0;
    padding: 4px 0 4px 22px;
    border-left: 3px solid var(--v-gold);
    color: var(--v-ice);
    font-style: italic;
}

/* ============ STAFF / PERSONNES ============ */
.vitrine-staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 22px;
}
.vitrine-staff-card {
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    overflow: hidden;
    transition: border-color .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}
.vitrine-staff-card:hover { border-color: rgba(240, 204, 30, .5); transform: translateY(-5px); }
.vitrine-staff-card__photo-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.vitrine-staff-card__photo {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--v-rink);
}
.vitrine-staff-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(.6) contrast(1.05) brightness(.88);
    transition: filter .5s ease, transform .6s cubic-bezier(.2, .8, .2, 1);
}
.vitrine-staff-card:hover .vitrine-staff-card__photo img {
    filter: grayscale(0) brightness(.96);
    transform: scale(1.04);
}
.vitrine-staff-card__photo--empty { display: grid; }
.vitrine-staff-card__photo--empty .vitrine-staff-card__photo-link {
    display: grid;
    place-items: center;
}
.vitrine-staff-card__photo--empty span {
    font-family: var(--v-font-display);
    font-size: 56px;
    color: rgba(240, 204, 30, .25);
}
.vitrine-staff-card__overlay {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    gap: 8px;
    padding: 12px;
    background: linear-gradient(180deg, transparent, rgba(6, 15, 10, .9));
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s ease, transform .3s ease;
}
.vitrine-staff-card:hover .vitrine-staff-card__overlay,
.vitrine-staff-card:focus-within .vitrine-staff-card__overlay { opacity: 1; transform: none; }
.vitrine-staff-card__overlay svg { width: 12px; height: 12px; }
.vitrine-staff-card__overlay a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--v-night);
    background: var(--v-gold);
    text-decoration: none;
    padding: 7px 11px 6px;
    clip-path: polygon(5px 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.vitrine-staff-card__body { padding: 16px 18px 18px; }
.vitrine-staff-card__body-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.vitrine-staff-card__name {
    display: block;
    font-family: var(--v-font-display);
    font-size: 19px;
    text-transform: uppercase;
    color: var(--v-ice);
}
.vitrine-staff-card__role {
    display: block;
    font-style: normal;
    font-family: var(--v-font-mono);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin-top: 6px;
}

/* ============ AGENDA / ÉVÉNEMENTS ============ */
.vitrine-events { display: grid; gap: 18px; max-width: 920px; }
.vitrine-event-card {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 22px;
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    padding: 22px 24px;
    transition: border-color .3s ease, transform .3s ease;
}
.vitrine-event-card:hover { border-color: rgba(240, 204, 30, .5); transform: translateX(6px); }
.vitrine-event-card__date {
    text-align: center;
    border-right: 1px dashed var(--v-line-green);
    padding-right: 18px;
    align-self: start;
}
.vitrine-event-card__day {
    display: block;
    font-family: var(--v-font-display);
    font-size: 42px;
    line-height: 1;
    color: var(--v-gold);
}
.vitrine-event-card__month {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--v-ice-dim);
    margin-top: 6px;
}
.vitrine-event-card__title {
    font-family: var(--v-font-display);
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.05;
}
.vitrine-event-card__title a { color: var(--v-ice); text-decoration: none; }
.vitrine-event-card__title a:hover { color: var(--v-gold); }
.vitrine-event-card__meta {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--v-ice-faint);
    margin: 8px 0 0;
}
.vitrine-event-card__desc { margin: 10px 0 0; color: var(--v-ice-dim); font-size: 15px; }
@media (max-width: 560px) {
    .vitrine-event-card { grid-template-columns: 1fr; }
    .vitrine-event-card__date { border-right: none; border-bottom: 1px dashed var(--v-line-green); padding: 0 0 12px; text-align: left; }
}

/* ============ TABLES (classements, effectifs) ============ */
.vitrine-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    font-size: 15px;
}
.vitrine-table th {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-gold);
    text-align: left;
    padding: 14px 16px 12px;
    border-bottom: 2px solid var(--v-line-green);
    background: var(--v-rink);
}
.vitrine-table td {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(42, 127, 62, .18);
    color: var(--v-ice-dim);
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}
.vitrine-table td strong { color: var(--v-ice); font-weight: 700; }
.vitrine-table tbody tr { transition: background .15s ease; }
.vitrine-table tbody tr:hover { background: rgba(240, 204, 30, .05); }
.vitrine-table tr.is-club td { background: rgba(240, 204, 30, .08); }
.vitrine-table tr.is-club td strong { color: var(--v-gold); }
.vitrine-table-wrap { overflow-x: auto; }

.vitrine-league-title {
    font-family: var(--v-font-display);
    font-weight: 400;
    font-size: clamp(24px, 3vw, 34px);
    text-transform: uppercase;
    color: var(--v-ice);
    margin: 0 0 18px;
}
.vitrine-league-title em { font-style: normal; color: var(--v-gold); }

/* ============ DOCUMENTS ============ */
.vitrine-doc-category { margin-bottom: 44px; }
.vitrine-doc-category__title {
    font-family: var(--v-font-display);
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--v-ice);
    margin: 0 0 14px;
}
.vitrine-doc-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--v-line-green); max-width: 760px; }
.vitrine-doc-list li { border-bottom: 1px solid var(--v-line-green); }
.vitrine-doc-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 8px;
    text-decoration: none;
    color: var(--v-ice-dim);
    font-weight: 600;
    transition: color .2s ease, padding-left .25s ease;
}
.vitrine-doc-list a:hover { color: var(--v-gold); padding-left: 16px; }
.vitrine-doc-list svg { width: 17px; height: 17px; color: var(--v-gold); flex: none; }

/* ============ PHOTOS ============ */
.vitrine-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}
.vitrine-photo-grid__item {
    margin: 0;
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    overflow: hidden;
}
.vitrine-photo-grid__item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}
.vitrine-photo-grid__item:hover img { transform: scale(1.05); }
.vitrine-photo-grid__item figcaption {
    padding: 12px 16px;
    font-family: var(--v-font-mono);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--v-ice-dim);
}

/* ============ SPONSORS ============ */
.vitrine-sponsors-strip {
    background: var(--v-ice);
    color: var(--v-night);
    clip-path: polygon(0 var(--v-cut), 100% 0, 100% 100%, 0 100%);
    padding: calc(clamp(60px, 9vw, 90px) + var(--v-cut)) 0 clamp(60px, 9vw, 90px);
}
.vitrine-sponsors-strip .vitrine-kicker { color: var(--v-green-deep); }
.vitrine-sponsors-strip .vitrine-kicker::after { background: linear-gradient(90deg, var(--v-green-deep), transparent); }
.vitrine-sponsors-strip .vitrine-section-title { color: var(--v-night); }
.vitrine-sponsors-strip .vitrine-subtitle { color: #4e5f53; }

.vitrine-sponsor-belt {
    margin-top: 50px;
    overflow: hidden;
    border-block: 1px solid rgba(36, 97, 50, .25);
    padding: 30px 0;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.vitrine-sponsor-belt .vitrine-marquee__track {
    align-items: center;
    gap: 80px;
    padding-right: 80px;
    animation-duration: 28s;
}
.vitrine-sponsor-belt:hover .vitrine-marquee__track { animation-play-state: paused; }
.vitrine-sponsor-belt img {
    height: 76px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) contrast(.9) opacity(.65);
    transition: filter .35s ease, transform .35s ease;
}
.vitrine-sponsor-belt img:hover { filter: none; transform: scale(1.07); }
.vitrine-sponsor-belt__name {
    font-family: var(--v-font-display);
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(22, 54, 31, .5);
    white-space: nowrap;
}
.vitrine-sponsors-thanks {
    margin: 36px 0 0;
    text-align: center;
    font-family: var(--v-font-display);
    text-transform: uppercase;
    font-size: clamp(18px, 2.4vw, 28px);
    color: var(--v-green-deep);
}
.vitrine-sponsors-thanks a { color: var(--v-gold-soft); text-decoration: none; }
.vitrine-sponsors-thanks a:hover { text-decoration: underline; }

/* page sponsors (fond sombre) */
.vitrine-sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.vitrine-sponsor-card {
    display: grid;
    gap: 14px;
    justify-items: center;
    align-content: center;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--v-line-green);
    background: var(--v-ice);
    padding: 30px 24px;
    min-height: 170px;
    transition: transform .3s ease, box-shadow .3s ease;
}
.vitrine-sponsor-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .7); }
.vitrine-sponsor-card img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(1) opacity(.7);
    transition: filter .3s ease;
}
.vitrine-sponsor-card:hover img { filter: none; }
.vitrine-sponsor-card span {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--v-green-deep);
}

/* ============ CONTACT / FORMULAIRES ============ */
.vitrine-content-box {
    border: 1px solid var(--v-line-green);
    background: var(--v-night-2);
    padding: clamp(22px, 4vw, 36px);
}
.vitrine-content-box--success {
    border-color: rgba(240, 204, 30, .6);
    background: rgba(240, 204, 30, .08);
    color: var(--v-ice);
    font-weight: 600;
}
.vitrine-contact-list { display: grid; gap: 16px; }
.vitrine-contact-list p { margin: 0; display: flex; align-items: baseline; gap: 12px; color: var(--v-ice-dim); font-weight: 500; }
.vitrine-contact-list svg { width: 17px; height: 17px; color: var(--v-gold); flex: none; transform: translateY(2px); }
.vitrine-contact-list a { color: var(--v-ice); text-decoration: none; border-bottom: 1px solid var(--v-line); }
.vitrine-contact-list a:hover { color: var(--v-gold); border-color: var(--v-gold); }

.vitrine-form-row { margin-bottom: 20px; }
.vitrine-form-row--error .vitrine-form-input,
.vitrine-form-row--error .vitrine-form-textarea { border-color: #e05a4e; }
.vitrine-form-label {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin-bottom: 8px;
}
.vitrine-form-input, .vitrine-form-textarea {
    width: 100%;
    background: var(--v-night);
    border: 1px solid var(--v-line-green);
    color: var(--v-ice);
    font-family: var(--v-font-body);
    font-size: 16px;
    font-weight: 500;
    padding: 13px 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.vitrine-form-input:focus, .vitrine-form-textarea:focus {
    outline: none;
    border-color: var(--v-gold);
    box-shadow: 0 0 0 3px rgba(240, 204, 30, .15);
}
.vitrine-form-textarea { min-height: 150px; resize: vertical; }
.vitrine-form-errors {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    color: #e05a4e;
    font-size: 13.5px;
    font-weight: 600;
}

/* ============ FOOTER ============ */
.vitrine-footer {
    position: relative;
    background: var(--v-night);
    padding: clamp(64px, 9vw, 100px) 0 0;
    overflow: hidden;
    border-top: 1px solid var(--v-line-green);
}
.vitrine-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: clamp(32px, 5vw, 56px);
    padding-bottom: 64px;
}
@media (max-width: 1020px) { .vitrine-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .vitrine-footer-grid { grid-template-columns: 1fr; } }
.vitrine-footer-brand img {
    width: 90px;
    margin-bottom: 20px;
    filter: drop-shadow(0 8px 26px rgba(0, 0, 0, .6));
}
.vitrine-footer-brand p {
    color: var(--v-ice-dim);
    font-size: 14.5px;
    font-weight: 500;
    max-width: 380px;
    margin: 0 0 10px;
}
.vitrine-footer h5 {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--v-gold);
    margin: 0 0 20px;
}
.vitrine-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.vitrine-footer-links a {
    text-decoration: none;
    color: var(--v-ice-dim);
    font-weight: 600;
    font-size: 15px;
    transition: color .2s ease, padding-left .25s ease;
}
.vitrine-footer-links a:hover { color: var(--v-gold); padding-left: 8px; }

.vitrine-footer-news li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; }
.vitrine-footer-news__date {
    text-align: center;
    border: 1px solid var(--v-line);
    padding: 7px 4px 5px;
    align-self: start;
}
.vitrine-footer-news__date-day {
    display: block;
    font-family: var(--v-font-display);
    font-size: 20px;
    line-height: 1;
    color: var(--v-gold);
}
.vitrine-footer-news__date-label {
    display: block;
    font-family: var(--v-font-mono);
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-ice-faint);
    margin-top: 3px;
}
.vitrine-footer-news h6 { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.3; }
.vitrine-footer-news h6 a { color: var(--v-ice); text-decoration: none; }
.vitrine-footer-news h6 a:hover { color: var(--v-gold); }
.vitrine-footer-news p { margin: 4px 0 0; font-size: 13px; color: var(--v-ice-faint); }
.vitrine-footer-news__more {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-gold);
    text-decoration: none;
}

.vitrine-footer-contact { display: grid; gap: 12px; font-style: normal; }
.vitrine-footer-contact p {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: var(--v-ice-dim);
    font-weight: 500;
    font-size: 14.5px;
}
.vitrine-footer-contact svg { width: 15px; height: 15px; color: var(--v-gold); flex: none; transform: translateY(2px); }
.vitrine-footer-contact a { color: var(--v-ice); text-decoration: none; }
.vitrine-footer-contact a:hover { color: var(--v-gold); }
.vitrine-footer-qr {
    margin-top: 6px;
    background: var(--v-ice);
    padding: 6px;
    width: max-content;
}

.vitrine-footer-howl {
    font-family: var(--v-font-display);
    font-size: clamp(64px, 13vw, 190px);
    text-transform: uppercase;
    line-height: .9;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px rgba(240, 204, 30, .22);
    user-select: none;
    margin-bottom: -.12em;
    white-space: nowrap;
}
.vitrine-footer-bottom {
    border-top: 1px solid var(--v-line-green);
    padding: 20px 0;
    font-family: var(--v-font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--v-ice-faint);
}
.vitrine-footer-bottom .vitrine-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ============ BLOCS COMPOSABLES (éditeur de pages) ============ */
.vitrine-mx-auto { margin-inline: auto; }
/* Bloc « Matchs & résultats » : image de fond en parallaxe + coupe diagonale haut/bas. */
.vitrine-block-matches {
    background-attachment: fixed;
    clip-path: polygon(0 var(--v-cut), 100% 0, 100% calc(100% - var(--v-cut)), 0 100%);
    padding-top: calc(clamp(64px, 9vw, 110px) + var(--v-cut));
    padding-bottom: calc(clamp(64px, 9vw, 110px) + var(--v-cut));
    margin-top: calc(var(--v-cut) * -1);
}
@media (max-width: 920px) {
    .vitrine-block-matches {
        background-attachment: scroll;
        clip-path: none;
        margin-top: 0;
    }
}
.vitrine-stats--grid { grid-template-columns: repeat(2, 1fr); }

/* — Bloc Effectif (« visages de la meute ») : rail de cartes joueurs — */
.vitrine-roster-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.vitrine-roster-hint {
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--v-ice-faint);
}
.vitrine-roster-rail {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    padding: 30px 4px 36px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--v-gold) transparent;
}
.vitrine-roster-rail::-webkit-scrollbar { height: 5px; }
.vitrine-roster-rail::-webkit-scrollbar-thumb { background: var(--v-gold); }
.vitrine-roster-rail::-webkit-scrollbar-track { background: rgba(240, 204, 30, .08); }
.vitrine-roster-card {
    flex: 0 0 clamp(220px, 24vw, 280px);
    scroll-snap-align: start;
    margin: 0;
    position: relative;
    transform: rotate(var(--tilt, -2deg));
    transition: transform .4s cubic-bezier(.2, .8, .2, 1), filter .4s ease;
    filter: saturate(.92);
}
.vitrine-roster-card:nth-child(even) { --tilt: 2deg; }
.vitrine-roster-card:hover {
    transform: rotate(0deg) translateY(-12px) scale(1.03);
    filter: saturate(1.1);
    z-index: 2;
}
.vitrine-roster-card__photo {
    aspect-ratio: 724 / 1024;
    overflow: hidden;
    border: 1px solid rgba(240, 204, 30, .25);
    background: var(--v-rink);
    box-shadow: 0 26px 60px -22px rgba(0, 0, 0, .9);
    display: grid;
    place-items: center;
}
.vitrine-roster-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.vitrine-roster-card__placeholder {
    font-family: var(--v-font-display);
    font-size: 72px;
    color: rgba(240, 204, 30, .3);
}
.vitrine-roster-card__caption {
    position: absolute;
    left: -8px;
    bottom: 14px;
    background: var(--v-gold);
    color: var(--v-night);
    font-family: var(--v-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 7px 14px 6px;
    clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}
.vitrine-stats__num-row { white-space: nowrap; }
.vitrine-stats-accent {
    display: inline-block;
    margin-top: 28px;
    font-family: var(--v-font-display);
    font-size: clamp(20px, 2.4vw, 26px);
    text-transform: uppercase;
    color: var(--v-gold);
    border-bottom: 3px solid var(--v-gold);
    padding-bottom: 6px;
}
.vitrine-narrow { max-width: 520px; }
.vitrine-kicker--center { justify-content: center; }
.vitrine-kicker--center::after { display: none; }
.vitrine-page-head--compact { padding: calc(var(--v-header-h) + 36px) 0 30px; }

/* — Bloc TextCta — */
.vitrine-textcta--dark { background: var(--v-night-2); }
.vitrine-textcta--light { background: var(--v-ice); }
.vitrine-textcta--light .vitrine-section-title { color: var(--v-night); }
.vitrine-textcta--light .vitrine-subtitle { color: #4e5f53; }
.vitrine-textcta--light .vitrine-kicker { color: var(--v-green-deep); }
.vitrine-textcta--gold { background: var(--v-gold); }
.vitrine-textcta--gold .vitrine-section-title,
.vitrine-textcta--gold .vitrine-subtitle,
.vitrine-textcta--gold .vitrine-kicker { color: var(--v-night); }
.vitrine-textcta--gold .vitrine-btn { background: var(--v-night); color: var(--v-gold); }

/* — Bloc ImageText — */
.vitrine-imagetext__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}
.vitrine-imagetext--image_right .vitrine-imagetext__media { order: 2; }
.vitrine-imagetext__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid var(--v-line-green);
}
@media (max-width: 820px) {
    .vitrine-imagetext__grid { grid-template-columns: 1fr; }
    .vitrine-imagetext--image_right .vitrine-imagetext__media { order: 0; }
}

/* — Bloc CtaBanner : coupe diagonale haut/bas + fond parallaxe (variante photo) — */
.vitrine-ctabanner {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
    clip-path: polygon(0 0, 100% var(--v-cut), 100% calc(100% - var(--v-cut)), 0 100%);
    margin: calc(var(--v-cut) * -1) 0;
    padding: calc(clamp(96px, 13vw, 156px) + var(--v-cut)) 0;
}
.vitrine-ctabanner--green { background: linear-gradient(160deg, var(--v-green-deep), var(--v-night)); }
.vitrine-ctabanner--gold { background: var(--v-gold); }
.vitrine-ctabanner--photo {
    background:
        linear-gradient(160deg, rgba(20, 61, 34, .82), rgba(6, 15, 10, .9)),
        url("../images/vitrine/rejoindre-WTYxJNR.jpg") center / cover no-repeat;
    background-attachment: scroll, fixed;
}
.vitrine-ctabanner--photo::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--v-green-deep);
    mix-blend-mode: color;
    opacity: .5;
}
@media (max-width: 920px) {
    .vitrine-ctabanner {
        clip-path: none;
        margin: 0;
        padding: clamp(60px, 10vw, 110px) 0;
    }
    .vitrine-ctabanner--photo { background-attachment: scroll, scroll; }
}
.vitrine-ctabanner__inner { position: relative; }
.vitrine-ctabanner__title {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    line-height: .92;
    font-size: clamp(46px, 9vw, 132px);
    display: inline-block;
    margin: 8px 0 0;
    max-width: 16ch;
    text-align: center;
    color: var(--v-ice);
}
.vitrine-ctabanner__title .row { display: block; }
.vitrine-ctabanner__title em { font-style: normal; color: var(--v-gold); }
.vitrine-ctabanner--gold .vitrine-ctabanner__title { color: var(--v-night); }
.vitrine-ctabanner--gold .vitrine-ctabanner__title em { color: var(--v-ice); }
.vitrine-ctabanner__text {
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 19px;
    font-weight: 500;
    color: var(--v-ice-dim);
}
.vitrine-ctabanner--gold .vitrine-ctabanner__text { color: rgba(6, 15, 10, .75); }
.vitrine-ctabanner__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.vitrine-ctabanner--gold .vitrine-btn { background: var(--v-night); color: var(--v-gold); }

/* — Bloc NewsGrid « une à la une » : 1 grande carte (gauche, sur 2 rangées) + petites cartes — */
.vitrine-news-featured {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 22px;
    align-items: stretch;
}
.vitrine-news-card--hero {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.vitrine-news-card--hero .vitrine-news-card__image { aspect-ratio: auto; height: 100%; min-height: 320px; }
@media (max-width: 1000px) {
    .vitrine-news-featured { grid-template-columns: repeat(2, 1fr); }
    .vitrine-news-card--hero { grid-column: 1 / span 2; grid-row: auto; }
    .vitrine-news-card--hero .vitrine-news-card__image { aspect-ratio: 16 / 10; min-height: 0; }
}
@media (max-width: 620px) {
    .vitrine-news-featured { grid-template-columns: 1fr; }
    .vitrine-news-card--hero { grid-column: 1; }
}

/* — Bloc ResultsTicker : vitesse — */
.vitrine-ticker--slow .vitrine-marquee__track { animation-duration: 38s; }
.vitrine-ticker--normal .vitrine-marquee__track { animation-duration: 24s; }
.vitrine-ticker-run b { color: var(--v-gold); font-weight: 400; }
.vitrine-ticker-run i { font-style: normal; color: var(--v-ice-dim); }

/* ============ POP-UP ÉVÉNEMENT ============ */
.vitrine-popup {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 20px;
}
.vitrine-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 15, 10, .72);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .3s ease;
}
.vitrine-popup.is-open .vitrine-popup__backdrop { opacity: 1; }
.vitrine-popup__box {
    position: relative;
    width: min(440px, 100%);
    background: var(--v-night-2);
    border: 1px solid var(--v-line-green);
    border-top: 3px solid var(--v-gold);
    overflow: hidden;
    transform: translateY(16px) scale(.98);
    opacity: 0;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .35s ease;
}
.vitrine-popup.is-open .vitrine-popup__box { transform: none; opacity: 1; }
.vitrine-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: rgba(6, 15, 10, .6);
    border: none;
    color: var(--v-ice);
    padding: 6px;
    cursor: pointer;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.vitrine-popup__close:hover { color: var(--v-gold); }
.vitrine-popup__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.vitrine-popup__body { padding: 24px 26px 28px; }
.vitrine-popup__title {
    font-family: var(--v-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 26px;
    color: var(--v-ice);
    margin: 0;
}
.vitrine-popup__text { margin: 12px 0 20px; color: var(--v-ice-dim); font-weight: 500; }

/* ============ ACCESSIBILITÉ / MOTION ============ */
@media (prefers-reduced-motion: reduce) {
    .public-vitrine *,
    .public-vitrine *::before,
    .public-vitrine *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    html { scroll-behavior: auto; }
    .vitrine-marquee__track { animation: none; }
    .vitrine-reveal { opacity: 1; transform: none; }
}
