/* ============================================================
   Polices auto-hébergées (woff2 variables) — sans tiers (RGPD)
   Bricolage Grotesque (display) + Archivo (UI) · latin + latin-ext
   ============================================================ */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("fonts/archivo-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("fonts/archivo-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("fonts/bricolage-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("fonts/bricolage-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ============================================================
   Escrime Pic Saint-Loup — Feuille de styles commune
   Refonte 2026 — charte « paper » (clair, chaud).
   Design tokens, layout, header sticky, navigation (+ burger
   mobile), boutons, sections, cartes, footer, responsive.
   Source de vérité du design : maquettes de handoff.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
    /* Couleurs */
    --paper: #f3f0e9;
    --paper-2: #ece8df;
    --card: #ffffff;
    --ink: #1b1a18;
    --ink-soft: #3f3d38;
    --ink-soft-2: #4a4843;
    --muted: #6b6862;
    --muted-2: #6e6a62;
    --faint: #6f6c64;
    --dark: #16161a;
    --on-dark: #f3f0e9;
    --on-dark-muted: #a8a59d;
    --on-dark-faint: #8c897f;
    --accent: #c0322b;
    --accent-hover: #a52821;
    --accent-soft: #e8857f;
    --line: rgba(0, 0, 0, 0.08);
    --line-2: rgba(0, 0, 0, 0.1);
    --line-soft: rgba(0, 0, 0, 0.06);
    --line-dark: rgba(255, 255, 255, 0.12);
    --line-dark-2: rgba(255, 255, 255, 0.18);

    /* Typographie */
    --display: 'Bricolage Grotesque', system-ui, sans-serif;
    --ui: 'Archivo', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

    /* Rayons & ombres */
    --r-card: 14px;
    --r-panel: 16px;
    --r-btn: 8px;
    --r-pill: 100px;
    --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.04);

    /* Layout */
    --max: 1180px;
    --pad: 40px;
    --header-h: 73px;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--ui);
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: var(--display);
    letter-spacing: -0.02em;
    margin: 0;
}

/* ---------- Accessibilité ---------- */
.skip-link {
    position: absolute;
    top: -100px;
    left: 12px;
    z-index: 200;
    padding: 12px 18px;
    background: var(--ink);
    color: var(--on-dark);
    font-family: var(--ui);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: var(--r-btn);
    transition: top .15s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 12px;
}

:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: 3px;
}

/* Masqué visuellement mais lu par les lecteurs d'écran (titres de structure) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ---------- Conteneur ---------- */
.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--pad);
}

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(243, 240, 233, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line-2);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Marque (monogramme + wordmark) */
.brand {
    display: flex;
    align-items: center;
    gap: 13px;
}

.brand__logo {
    display: block;
    height: 52px;
    width: auto;
}

.brand__text {
    line-height: 1.05;
}

.brand__name {
    display: block;
    font-family: var(--display);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.brand__sub {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--muted-2);
}

/* Cluster droit : nav + socials + burger */
.site-header__cluster {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav {
    display: flex;
    gap: 22px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-soft-2);
}

.nav a {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    white-space: nowrap;
    transition: color .15s ease, border-color .15s ease;
}

.nav a:hover {
    color: var(--ink);
}

.nav a[aria-current="page"] {
    color: var(--ink);
    font-weight: 700;
}

/* Pastilles réseaux sociaux */
/* Filet de sécurité : supprime les puces des listes de réseaux sociaux
   quelle que soit la spécificité d'une éventuelle règle concurrente. */
ul.socials,
ul.socials li,
.site-footer__socials,
.site-footer__socials li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.socials {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--dark);
    border-radius: 50%;
    transition: transform .15s ease, opacity .15s ease;
}

.socials a:hover {
    transform: translateY(-1px);
    opacity: .88;
}

.socials img {
    width: 15px;
    height: 15px;
    filter: invert(1);
    opacity: .92;
}

/* Bouton burger (mobile) */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--line-2);
    border-radius: 9px;
    background: transparent;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--ink);
    transition: transform .2s ease, opacity .2s ease;
}

/* ---------- Boutons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ui);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border-radius: var(--r-btn);
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    padding: 15px 26px;
    border: 1.5px solid var(--accent);
}

.btn-primary:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
}

.btn-outline {
    background: transparent;
    color: var(--ink);
    padding: 15px 20px;
    border: 1.5px solid var(--ink);
}

.btn-outline:hover {
    background: var(--ink);
    color: var(--on-dark);
}

/* ---------- Sections génériques ---------- */
.section {
    border-bottom: 1px solid var(--line);
}

.section--alt {
    background: var(--paper-2);
}

.section--dark {
    background: var(--dark);
    color: var(--on-dark);
}

.section__inner {
    padding-top: 78px;
    padding-bottom: 78px;
}

/* En-tête de section (eyebrow + titre + note) */
.eyebrow {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 42px;
    flex-wrap: wrap;
}

.section-head .eyebrow {
    margin-bottom: 12px;
}

.section-head h2 {
    font-size: 44px;
    font-weight: 700;
}

.section-head__note {
    font-size: 14px;
    color: var(--muted-2);
    max-width: 320px;
    margin: 0;
}

/* ---------- En-tête de page interne ---------- */
.page-header {
    border-bottom: 1px solid var(--line);
}

.page-header__inner {
    padding-top: 74px;
    padding-bottom: 64px;
}

.page-header .eyebrow {
    display: block;
    margin-bottom: 16px;
}

.page-header h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -0.025em;
    max-width: 760px;
    margin-bottom: 24px;
}

.page-header__lead {
    font-size: 18px;
    line-height: 1.65;
    color: var(--ink-soft-2);
    max-width: 680px;
    margin: 0;
}

/* ---------- Cartes ---------- */
.card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    box-shadow: var(--shadow-card);
}

.panel-dark {
    background: var(--dark);
    color: var(--on-dark);
    border-radius: var(--r-card);
}

/* Pastille / badge */
.pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--dark);
    color: var(--on-dark);
    padding: 8px 14px;
    border-radius: var(--r-pill);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pill__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    flex: none;
}

/* Badge d'annonce (hero) — clair, fin, avec pastille pulsante */
.announce {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--card);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-card);
    padding: 7px 7px 7px 16px;
    border-radius: var(--r-pill);
    font-family: var(--ui);
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-soft);
}

.announce__dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    flex: none;
}

.announce__dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid var(--accent);
    opacity: 0;
    animation: announce-pulse 2.4s ease-out infinite;
}

@keyframes announce-pulse {
    0% {
        transform: scale(0.6);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.announce__date {
    background: var(--accent);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .01em;
    padding: 6px 13px;
    border-radius: var(--r-pill);
    white-space: nowrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--dark);
    background: var(--accent-soft);
    padding: 4px 10px;
    border-radius: var(--r-pill);
}

/* ---------- Lien fléché texte ---------- */
.arrow-link {
    font-weight: 700;
    font-size: 15px;
    color: var(--accent);
    border-bottom: 2px solid var(--accent);
    padding-bottom: 2px;
    transition: opacity .15s ease;
}

.arrow-link:hover {
    opacity: .75;
}

/* ---------- Footer ---------- */
.site-footer {
    background: var(--dark);
    color: var(--on-dark);
}

.site-footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 54px;
    padding-bottom: 54px;
}

.site-footer__brand {
    max-width: 420px;
}

.site-footer__brand-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.site-footer__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: none;
}

.site-footer__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-footer__brand-name {
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
}

.site-footer__legal {
    font-size: 13px;
    line-height: 1.7;
    color: var(--on-dark-muted);
}

.site-footer__legal a {
    color: var(--accent-soft);
}

.site-footer__legal a:hover {
    text-decoration: underline;
}

.site-footer__cols {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.site-footer__col-title {
    font-family: var(--ui);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--on-dark-faint);
    margin-bottom: 14px;
}

.site-footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #d6d3cb;
}

.site-footer__links a:hover {
    color: var(--on-dark);
}

.site-footer__socials {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--line-dark-2);
    border-radius: 50%;
    transition: background .15s ease;
}

.site-footer__socials a:hover {
    background: rgba(255, 255, 255, 0.08);
}

.site-footer__socials img {
    width: 15px;
    height: 15px;
    filter: invert(1);
    opacity: .92;
}

.site-footer__bar {
    border-top: 1px solid var(--line-dark);
}

.site-footer__bar-inner {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
    color: var(--on-dark-faint);
    display: flex;
    gap: 8px 18px;
    flex-wrap: wrap;
    align-items: center;
}

.site-footer__bar-inner a:hover {
    color: var(--on-dark);
    text-decoration: underline;
}

.site-footer__bar-sep {
    color: var(--line-dark-2);
}

/* ============================================================
   PAGE : Accueil
   ============================================================ */
.hero {
    border-bottom: 1px solid var(--line);
}

.hero__grid {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
}

.hero__content {
    padding: 84px 40px 84px 40px;
    min-width: 0;
}

.hero .announce {
    margin-bottom: 28px;
}

.hero h1 {
    font-size: 66px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.025em;
    margin-bottom: 22px;
}

.hero__lead {
    font-size: 18px;
    line-height: 1.65;
    color: var(--ink-soft-2);
    max-width: 460px;
    margin: 0 0 34px;
}

.hero__actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.hero__media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.hero__photo {
    position: absolute;
    inset: 0;
}

.hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Aperçu (créneaux & tarifs) sur l'accueil */
.preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.venue-card {
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.venue-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.venue-card__tag {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent);
}

.panel-dark .venue-card__tag {
    color: var(--accent-soft);
}

.venue-card__note {
    font-size: 11px;
    color: var(--faint);
}

.panel-dark .venue-card__note {
    color: #8a877f;
}

.venue-card h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
}

.slot-list {
    border-top: 1px solid var(--line);
}

.slot {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line-soft);
}

.slot:last-child {
    border-bottom: none;
}

.slot__cat {
    font-family: var(--display);
    font-size: 19px;
    font-weight: 700;
    color: var(--dark);
}

.slot__age {
    font-size: 13px;
    color: var(--muted-2);
}

.slot__time {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    white-space: nowrap;
}

/* Carte lieu sombre (soirée) */
.venue-card--dark-body {
    border-top: 1px solid var(--line-dark);
    padding-top: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.venue-card--dark-body .lead {
    font-family: var(--display);
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 6px;
}

.venue-card--dark-body .sub {
    font-size: 14px;
    color: var(--on-dark-muted);
    margin-bottom: 24px;
}

.venue-card__time-big {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
}

.venue-card__time-big .pill__dot {
    width: 8px;
    height: 8px;
}

/* Tarifs (aperçu + page) */
.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* Variante 4 colonnes (M7, M9-M11, étudiant, adultes) */
.price-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Formulaire Google embarqué (pré-inscription) : pas de scroll interne,
   hauteur > contenu à chaque breakpoint — seul le scroll de la page joue */
.gform-embed {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
    height: 3150px;
}

@media (max-width: 768px) {
    .gform-embed {
        height: 3550px;
    }
}

@media (max-width: 480px) {
    .gform-embed {
        height: 4050px;
    }
}

/* Placeholder affiché tant que les cookies tiers ne sont pas acceptés */
.consent-placeholder {
    background: var(--card);
    border: 1px dashed var(--line-2);
    border-radius: var(--r-panel);
    padding: 44px 32px;
    text-align: center;
}

.consent-placeholder__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: var(--r-pill);
    background: var(--paper-2);
    color: var(--accent);
    margin-bottom: 18px;
}

.consent-placeholder__title {
    font-family: var(--display);
    font-size: 20px;
    line-height: 1.3;
    color: var(--ink);
    margin-bottom: 10px;
}

.consent-placeholder__text {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft);
    max-width: 460px;
    margin: 0 auto;
}

.consent-placeholder__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.consent-placeholder__note {
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted);
    margin-top: 18px;
}

/* Bandeau de consentement (injecté par main.js) */
.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    background: var(--dark);
    color: var(--on-dark);
    border: 1px solid var(--line-dark);
    border-radius: var(--r-panel);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    max-width: var(--max);
    margin: 0 auto;
    padding: 20px 24px;
}

.cookie-banner__text {
    flex: 1 1 320px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--on-dark-muted);
}

.cookie-banner__text strong {
    color: var(--on-dark);
}

.cookie-banner__text a {
    color: var(--accent-soft);
}

.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-ghost {
    background: transparent;
    color: var(--on-dark);
    padding: 15px 20px;
    border: 1.5px solid var(--line-dark-2);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--on-dark-faint);
}

@media (max-width: 600px) {
    .consent-placeholder {
        padding: 34px 20px;
    }

    .consent-placeholder__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-banner__actions .btn {
        flex: 1 1 auto;
        justify-content: center;
    }
}

.price-card {
    padding: 34px;
}

.price-card__label {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 600;
    margin-bottom: 18px;
}

.panel-dark .price-card__label {
    color: var(--accent-soft);
}

.price-card__amount {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 14px;
}

.price-card__amount .num {
    font-family: var(--display);
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

.price-card__amount .cur {
    font-family: var(--display);
    font-size: 28px;
    font-weight: 700;
    color: var(--accent);
}

.price-card__desc {
    font-size: 14px;
    color: var(--muted);
}

.panel-dark .price-card__desc {
    color: var(--on-dark-muted);
}

/* Bloc « le club / valeurs » */
.club-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.club-grid h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 18px;
}

.club-grid p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink-soft-2);
    margin: 0 0 26px;
}

.club-grid__links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.mini-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.mini-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px;
}

.mini-card__title {
    font-family: var(--display);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 6px;
}

.mini-card__text {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
}

/* ============================================================
   PAGE : Créneaux / Tarifs (contenu riche)
   ============================================================ */
.stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.note-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--card);
    border: 1px solid var(--line);
    border-left: 3px solid var(--accent);
    border-radius: var(--r-card);
    padding: 18px 22px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
}

.note-banner strong {
    color: var(--ink);
}

.subsection {
    margin-top: 14px;
}

.subsection__title {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.prose {
    font-size: 16px;
    line-height: 1.75;
    color: var(--ink-soft);
    max-width: 760px;
}

.prose p {
    margin: 0 0 14px;
}

.prose p:last-child {
    margin-bottom: 0;
}

.prose strong {
    color: var(--ink);
    font-weight: 700;
}

.prose a {
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
}

/* Cartes « ce que comprend l'inscription » */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.feature-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 28px;
}

.feature-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-card__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--accent);
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
}

/* Bandeau CTA */
.cta-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    padding-top: 64px;
    padding-bottom: 64px;
}

.cta-banner h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cta-banner p {
    font-size: 16px;
    color: var(--muted);
    margin: 0;
}

/* ============================================================
   PAGE : À propos
   ============================================================ */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.member-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
}

.member-card__photo {
    aspect-ratio: 4 / 5;
    background: var(--paper-2);
    overflow: hidden;
}

.member-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.member-card__body {
    padding: 22px 24px 26px;
}

.member-card__name {
    font-family: var(--display);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 3px;
}

.member-card__role {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 14px;
}

.member-card__bio {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5751;
    margin: 0;
}

.h2-block {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 36px;
}

/* Maître d'armes */
.master-panel {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    overflow: hidden;
    border-radius: var(--r-panel);
}

.master-panel__photo {
    min-height: 380px;
    overflow: hidden;
    border-right: 1px solid var(--line-dark);
    background: var(--dark);
}

.master-panel__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.master-panel__body {
    padding: 44px 44px 44px 40px;
}

.master-panel__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.master-panel__head h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.master-panel__role {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-soft);
    margin-bottom: 20px;
}

.master-panel__body p {
    font-size: 15px;
    line-height: 1.7;
    color: #cfccc4;
    margin: 0 0 16px;
}

.master-panel__body p:last-child {
    margin-bottom: 0;
}

/* ============================================================
   PAGE : Mission
   ============================================================ */
.split-grid {
    display: grid;
    grid-template-columns: 0.42fr 0.58fr;
    gap: 56px;
}

.split-grid h2 {
    font-size: 32px;
    font-weight: 700;
}

.numbered-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.numbered-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 32px;
}

.numbered-card__num {
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: .04em;
}

.numbered-card h3 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 8px 0 12px;
}

.numbered-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #5a5751;
    margin: 0;
}

/* Grille de valeurs (hairlines) */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-card);
    overflow: hidden;
}

.value-cell {
    background: var(--paper);
    padding: 30px;
}

.value-cell__title {
    font-family: var(--display);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.value-cell p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5751;
    margin: 0;
}

/* Bandeau légal sombre */
.legal-strip__inner {
    display: flex;
    align-items: center;
    gap: 16px 40px;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
}

.legal-strip__name {
    font-family: var(--display);
    font-size: 20px;
    font-weight: 700;
}

.legal-strip__text {
    font-size: 13px;
    line-height: 1.7;
    color: var(--on-dark-muted);
}

/* ============================================================
   PAGE : Contact
   ============================================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
}

.contact-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-email {
    padding: 38px;
}

.contact-email__label {
    font-family: var(--ui);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--accent-soft);
    font-weight: 700;
    margin-bottom: 14px;
}

.contact-email__addr {
    display: inline-block;
    font-family: var(--display);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: var(--on-dark);
    word-break: break-word;
}

.contact-email__addr:hover {
    color: var(--accent-soft);
}

.contact-email__cta {
    margin-top: 24px;
}

.contact-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.info-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 28px;
}

.info-card__label {
    font-family: var(--ui);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 12px;
}

.info-card__body {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-soft);
}

.info-card__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-card__links a {
    display: flex;
    align-items: center;
    gap: 9px;
}

.info-card__links img {
    width: 16px;
    height: 16px;
    flex: none;
}

.info-card__links a:hover {
    color: var(--accent);
}

.venue-rows {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.venue-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line-soft);
}

.venue-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.venue-row__name {
    font-family: var(--display);
    font-weight: 700;
    font-size: 17px;
}

.venue-row__meta {
    font-size: 13px;
    color: var(--muted-2);
}

.venue-row__wait {
    font-size: 12px;
    color: var(--faint);
    white-space: nowrap;
}

/* Formulaire */
.contact-form {
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: var(--r-panel);
    padding: 38px;
}

.contact-form h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 6px;
}

.contact-form__hint {
    font-size: 13px;
    color: var(--muted-2);
    margin: 0 0 24px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 16px;
}

.field__error {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
    border-color: var(--accent);
}

.field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-soft);
}

.field input,
.field textarea {
    font-family: var(--ui);
    font-size: 15px;
    padding: 13px 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 9px;
    background: var(--card);
    color: var(--ink);
}

.field input:focus,
.field textarea:focus {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-color: var(--accent);
}

.field textarea {
    resize: vertical;
    min-height: 110px;
}

.contact-form .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
    margin-top: 4px;
}

/* ============================================================
   PAGE : Mentions légales
   ============================================================ */
.legal-content {
    max-width: 820px;
}

.legal-block {
    margin-bottom: 40px;
}

.legal-block:last-child {
    margin-bottom: 0;
}

.legal-block h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.legal-block .info-box {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 20px 22px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75;
    color: var(--ink-soft);
}

.legal-block .info-box strong {
    color: var(--ink);
}

/* ============================================================
   PAGE : 404
   ============================================================ */
.error-404 {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.error-404 .eyebrow {
    display: block;
    margin-bottom: 14px;
}

.error-404__title {
    font-size: clamp(38px, 7vw, 56px);
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 18px;
}

.error-404__lead {
    font-size: 18px;
    line-height: 1.65;
    color: var(--ink-soft-2);
    max-width: 480px;
    margin: 0 auto 32px;
}

.error-404__actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   PAGE : FAQ (accordéon)
   ============================================================ */
.faq-list {
    max-width: 820px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.faq-item>summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    font-family: var(--display);
    font-weight: 700;
    font-size: 18px;
    color: var(--ink);
}

.faq-item>summary::-webkit-details-marker {
    display: none;
}

.faq-item>summary::after {
    content: "+";
    flex: none;
    font-family: var(--ui);
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    color: var(--accent);
    transition: transform .2s ease;
}

.faq-item[open]>summary::after {
    transform: rotate(45deg);
}

.faq-item__body {
    padding: 0 24px 22px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-soft);
}

.faq-item__body p {
    margin: 0 0 12px;
}

.faq-item__body p:last-child {
    margin-bottom: 0;
}

.faq-item__body a {
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {

    .price-grid,
    .feature-grid,
    .numbered-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero h1 {
        font-size: 54px;
    }
}

@media (max-width: 960px) {

    /* Header : bascule en menu burger */
    .nav-toggle {
        display: flex;
    }

    .site-header__cluster {
        gap: 14px;
    }

    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        background: var(--paper);
        border-bottom: 1px solid var(--line-2);
        padding: 8px 0;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
        display: none;
    }

    .site-header.is-open .nav {
        display: flex;
    }

    .nav a {
        padding: 13px var(--pad);
        border-bottom: 1px solid var(--line-soft);
    }

    .nav a:last-child {
        border-bottom: none;
    }

    .site-header.is-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .site-header.is-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-header.is-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* Hero en 1 colonne */
    .hero__grid {
        grid-template-columns: 1fr;
    }

    .hero__content {
        padding: 56px 40px;
    }

    .hero__media {
        min-height: 360px;
        padding: 40px;
    }

    /* Grilles 2 colonnes -> empilées */
    .preview-grid,
    .club-grid,
    .split-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .master-panel {
        grid-template-columns: 1fr;
    }

    .master-panel__photo {
        border-right: none;
        border-bottom: 1px solid var(--line-dark);
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .section-head h2 {
        font-size: 36px;
    }

    .page-header h1 {
        font-size: 44px;
    }
}

@media (max-width: 620px) {
    :root {
        --pad: 22px;
    }

    /* Le logo (qui contient le nom) suffit sur mobile ; le texte reste
       dans le HTML pour le SEO mais est masqué pour aérer le header. */
    .brand__text {
        display: none;
    }

    .price-grid,
    .feature-grid,
    .numbered-grid,
    .values-grid,
    .team-grid,
    .mini-cards,
    .contact-duo {
        grid-template-columns: 1fr;
    }

    .section__inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero__content {
        padding: 44px 22px;
    }

    .page-header h1 {
        font-size: 36px;
    }

    .page-header__inner {
        padding-top: 52px;
        padding-bottom: 44px;
    }

    .brand__logo {
        height: 44px;
    }

    .contact-email__addr {
        font-size: 23px;
    }

    .values-grid {
        gap: 1px;
    }
}
