/* ============================================================
   Opera Prestige — chalet-station.css
   Blocs propres aux pages station chalet. Préfixe .cs-
   Chargée APRÈS chalet-listing.css, qui fournit hero, grille,
   cartes, conciergerie, FAQ et CTA.
   ============================================================ */

.op-chalet-station-page .cs-rule {
    width: 40px;
    height: 1px;
    background: #8A7A5C;
    margin-bottom: 28px;
}

.op-chalet-station-page .cs-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8A7A5C;
    margin-bottom: 18px;
}

.op-chalet-station-page .cs-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(30px, 4.2vw, 52px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: .01em;
    color: #F2EFE9;
    margin: 0 0 22px;
}

.op-chalet-station-page .cs-title em {
    font-style: italic;
    color: #C9B48A;
}

.op-chalet-station-page .cs-intro {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: #A8A29A;
    max-width: 62ch;
    margin: 0;
}

/* ── Secteurs ───────────────────────────────────────────── */

.op-chalet-station-page .cs-sectors {
    background: #0A0A0A;
    padding: clamp(64px, 9vw, 128px) clamp(20px, 6vw, 96px);
    border-top: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-sectors__head {
    max-width: 1320px;
    margin: 0 auto clamp(40px, 5vw, 72px);
}

.op-chalet-station-page .cs-sectors__list {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1px;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-sector {
    background: #0A0A0A;
    padding: 32px 30px 36px;
}

.op-chalet-station-page .cs-sector__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-sector__n {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    color: #F2EFE9;
    letter-spacing: .01em;
}

.op-chalet-station-page .cs-sector__alt {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .14em;
    color: #8A7A5C;
    white-space: nowrap;
}

.op-chalet-station-page .cs-sector__d {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #A8A29A;
    margin: 0;
}

/* ── Calendrier saisonnier ──────────────────────────────── */

.op-chalet-station-page .cs-season {
    background: #0D0D0D;
    padding: clamp(64px, 9vw, 128px) clamp(20px, 6vw, 96px);
    border-top: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-season__head {
    max-width: 1320px;
    margin: 0 auto clamp(36px, 4vw, 60px);
}

.op-chalet-station-page .cs-season__table {
    max-width: 1320px;
    margin: 0 auto;
    border-top: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-season__row {
    display: grid;
    grid-template-columns: minmax(200px, 1.1fr) minmax(160px, .8fr) minmax(260px, 2fr);
    gap: 20px;
    align-items: baseline;
    padding: 26px 0;
    border-bottom: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-season__p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 19px;
    font-weight: 400;
    color: #F2EFE9;
}

.op-chalet-station-page .cs-season__r {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #C9B48A;
    letter-spacing: .02em;
    white-space: nowrap;
}

.op-chalet-station-page .cs-season__d {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #A8A29A;
}

@media (max-width: 860px) {
    .op-chalet-station-page .cs-season__row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px 0;
    }
    .op-chalet-station-page .cs-season__r { white-space: normal; }
}

/* ── Accès ──────────────────────────────────────────────── */

.op-chalet-station-page .cs-access {
    background: #0A0A0A;
    padding: clamp(64px, 9vw, 128px) clamp(20px, 6vw, 96px);
    border-top: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-access__head {
    max-width: 1320px;
    margin: 0 auto clamp(36px, 4vw, 60px);
}

.op-chalet-station-page .cs-access__list {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 36px 40px;
}

.op-chalet-station-page .cs-access__item {
    border-top: 1px solid #2C2C2C;
    padding-top: 20px;
}

.op-chalet-station-page .cs-access__n {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #C9B48A;
    margin-bottom: 12px;
}

.op-chalet-station-page .cs-access__item p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #A8A29A;
    margin: 0;
}

/* ── Retour pilier ──────────────────────────────────────── */

.op-chalet-station-page .cs-back {
    background: #0A0A0A;
    padding: 0 clamp(20px, 6vw, 96px) clamp(48px, 6vw, 88px);
    border-bottom: 1px solid #1C1C1C;
}

.op-chalet-station-page .cs-back p {
    max-width: 1320px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #A8A29A;
}

.op-chalet-station-page .cs-back a {
    color: #C9B48A;
    border-bottom: 1px solid rgba(201, 180, 138, .35);
    transition: border-color .3s ease;
}

.op-chalet-station-page .cs-back a:hover {
    border-bottom-color: #C9B48A;
}

/* ── Grille : pas de filtres sur une page station ───────── */

.op-chalet-station-page .cl-filters { display: none; }
