/*
Theme Name: Charlotte Kiné Féminine
Theme URI: http://charlotte-kine-dev.local
Description: Site vitrine pour une kinésithérapeute spécialisée en santé féminine et périnatalité.
Author: Jules Charpentier
Version: 1.0
*/

/* ═══════════════════════════════════════
   VARIABLES & RESET
   ═══════════════════════════════════════ */
:root {
    --color-cream:      #FCF6F0;
    --color-rose:       #D6B0AA;
    --color-rose-light: #EDD5D1;
    --color-rose-dark:  #C09A94;
    --color-gold:       #B58744;
    --color-gold-light: #D4A95E;
    --color-brown:      #594A42;
    --color-brown-light:#8C7468;
    --color-white:      #FFFFFF;

    --font-heading: 'Fraunces', Georgia, serif;
    --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;

    --radius-sm:  0.6rem;
    --radius-md:  1.2rem;
    --radius-lg:  1.8rem;
    --radius-xl:  2.4rem;
    --radius-pill: 999px;

    --shadow-soft:  0 4px 20px rgba(89, 74, 66, 0.06);
    --shadow-card:  0 8px 30px rgba(89, 74, 66, 0.08);
    --shadow-hover: 0 12px 40px rgba(89, 74, 66, 0.12);

    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-brown);
    background-color: var(--color-cream);
}

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition);
}

a:hover,
a:focus-visible {
    color: var(--color-gold);
}

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

ul, ol {
    list-style: none;
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-brown);
}

/* ═══════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════ */
.container {
    width: min(1140px, 100% - 2rem);
    margin-inline: auto;
}

.section {
    padding: 5rem 0;
}

.section--rose {
    background-color: var(--color-rose-light);
}

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

.section--gold-soft {
    background-color: #F9EDD9;
}

.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-gold);
    margin-bottom: 0.6rem;
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: 1.2rem;
}

.section-lead {
    max-width: 40rem;
    font-size: 1.05rem;
    color: var(--color-brown-light);
    margin-bottom: 2.5rem;
}

.grid-2 {
    display: grid;
    gap: 2.5rem;
}

.grid-3 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .container {
        width: min(1140px, 100% - 4rem);
    }

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

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

/* ═══════════════════════════════════════
   HEADER
   ═══════════════════════════════════════ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(252, 246, 240, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(214, 176, 170, 0.2);
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    gap: 1rem;
}

.site-logo-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    flex-shrink: 0;
}

.site-logo-link:hover {
    color: inherit;
}

.site-logo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.site-title-block {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.site-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-brown);
    line-height: 1.3;
}

.site-subtitle {
    font-size: 0.78rem;
    color: var(--color-brown-light);
    line-height: 1.3;
}

/* Nav shared styles */
.nav-list {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-left .nav-list a,
.nav-right .nav-list a {
    padding: 0.45rem 0.85rem;
    border-radius: var(--radius-pill);
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color var(--transition), color var(--transition);
    white-space: nowrap;
}

.nav-left .nav-list a:hover,
.nav-left .nav-list a:focus-visible,
.nav-right .nav-list a:hover,
.nav-right .nav-list a:focus-visible {
    background-color: rgba(214, 176, 170, 0.18);
    color: var(--color-brown);
}

.nav-left .nav-list a[aria-current="page"],
.nav-right .nav-list a[aria-current="page"] {
    background-color: var(--color-rose);
    color: var(--color-white);
}

/* CTA nav : même taille/padding que les autres liens, couleur rose fixe */
.nav-right .nav-list a.nav-link-cta {
    background-color: var(--color-rose);
    color: var(--color-white);
}

.nav-right .nav-list a.nav-link-cta:hover,
.nav-right .nav-list a.nav-link-cta:focus-visible {
    background-color: var(--color-rose-dark);
    color: var(--color-white);
}

/* Desktop: logo centered, nav split left/right */
@media (min-width: 768px) {
    .site-header-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 1.5rem;
    }

    .nav-left {
        justify-self: end;
    }

    .nav-right {
        justify-self: start;
    }

    .site-logo-link {
        justify-self: center;
        flex-direction: column;
        align-items: center;
        gap: 0.3rem;
        order: 0;
    }

    .nav-left  { order: -1; }
    .nav-right { order: 1; }

    .site-nav-mobile,
    .menu-toggle {
        display: none !important;
    }
}

/* Hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: background-color var(--transition);
}

.menu-toggle:hover {
    background-color: rgba(214, 176, 170, 0.18);
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-brown);
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile */
@media (max-width: 767px) {
    .nav-left,
    .nav-right {
        display: none;
    }

    .site-title-block {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .site-header-inner {
        display: flex;
    }

    .site-nav-mobile {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--color-cream);
        border-bottom: 1px solid rgba(214, 176, 170, 0.2);
        box-shadow: var(--shadow-soft);
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
    }

    .site-nav-mobile.is-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .site-nav-mobile .nav-list {
        flex-direction: column;
        padding: 1rem;
        gap: 0.25rem;
    }

    .site-nav-mobile .nav-list li {
        width: 100%;
    }

    .site-nav-mobile .nav-list a {
        display: block;
        padding: 0.75rem 1rem;
        border-radius: var(--radius-md);
        text-align: center;
        font-size: 0.95rem;
        font-weight: 500;
        transition: background-color var(--transition), color var(--transition);
    }

    .site-nav-mobile .nav-list a:hover,
    .site-nav-mobile .nav-list a:focus-visible {
        background-color: rgba(214, 176, 170, 0.18);
    }

    .site-nav-mobile .nav-list a[aria-current="page"] {
        background-color: var(--color-rose);
        color: var(--color-white);
    }

    .site-nav-mobile .nav-list a.nav-link-cta {
        background-color: var(--color-rose);
        color: var(--color-white);
    }

    .site-nav-mobile .nav-list a.nav-link-cta:hover,
    .site-nav-mobile .nav-list a.nav-link-cta:focus-visible {
        background-color: var(--color-rose-dark);
        color: var(--color-white);
    }
}

/* ═══════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.6rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background-color var(--transition), color var(--transition),
                border-color var(--transition), transform 0.15s ease, box-shadow var(--transition);
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    background-color: var(--color-rose);
    color: var(--color-white);
    border-color: var(--color-rose);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background-color: var(--color-rose-dark);
    border-color: var(--color-rose-dark);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 176, 170, 0.35);
}

.btn-gold {
    background-color: var(--color-gold);
    color: var(--color-white);
    border-color: var(--color-gold);
}

.btn-gold:hover,
.btn-gold:focus-visible {
    background-color: var(--color-gold-light);
    border-color: var(--color-gold-light);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(181, 135, 68, 0.3);
}

.btn-ghost {
    background-color: transparent;
    color: var(--color-brown);
    border-color: var(--color-rose);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
    background-color: rgba(214, 176, 170, 0.15);
    color: var(--color-brown);
}

.btn-white {
    background-color: var(--color-white);
    color: var(--color-gold);
    border-color: var(--color-white);
}

.btn-white:hover,
.btn-white:focus-visible {
    background-color: var(--color-cream);
    border-color: var(--color-cream);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.btn-sm {
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
.hero {
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background-color: var(--color-rose);
    opacity: 0.08;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 250px;
    height: 250px;
    background-color: var(--color-gold);
    opacity: 0.06;
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.hero-eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: var(--color-gold);
    margin-bottom: 0.75rem;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    color: var(--color-brown);
    margin-bottom: 1.2rem;
    line-height: 1.15;
}

.hero-title em {
    font-style: normal;
    color: var(--color-gold);
}

.hero-intro {
    font-size: 1.1rem;
    color: var(--color-brown-light);
    max-width: 36rem;
    margin-bottom: 2rem;
}

/* ═══════════════════════════════════════
   PHOTO FRAMES (arrondis organiques)
   ═══════════════════════════════════════ */
.photo-frame {
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 3px solid rgba(214, 176, 170, 0.35);
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photo-frame--portrait {
    border-radius: 40% 40% 40% 40% / 45% 45% 35% 35%;
    max-width: 300px;
    aspect-ratio: 3 / 4;
}

.photo-frame--round {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.photo-frame--atelier {
    width: min(320px, 85vw);
    height: min(320px, 85vw);
}

.photo-frame-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.photo-gallery--single {
    justify-content: center;
}

/* Page Ateliers : horaires + photo côte à côte */
.atelier-intro {
    display: grid;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .atelier-intro {
        grid-template-columns: repeat(2, minmax(280px, 340px));
        gap: 3rem;
    }

    .atelier-intro-photo {
        justify-self: center;
    }
}

.atelier-schedule h3 {
    margin-top: 0;
}

.atelier-schedule {
    width: min(320px, 85vw);
    min-height: 0;
    /* Conteneur au plus proche du contenu */
    display: block;
    padding: 1.1rem 1.6rem;
}

.atelier-intro-photo {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .atelier-schedule {
        width: min(360px, 92vw);
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .grid-2--photo {
        align-items: center;
    }

    .photo-frame--round {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .photo-frame--portrait {
        max-width: 220px;
    }

    .photo-frame--round {
        width: 150px;
        height: 150px;
    }

    .photo-gallery {
        gap: 1.2rem;
    }
}

/* ═══════════════════════════════════════
   PRESENTATION / QUI SUIS-JE
   ═══════════════════════════════════════ */
.presentation-text p {
    margin-bottom: 1rem;
}

.presentation-text strong {
    color: var(--color-brown);
    font-weight: 600;
}

.highlight-text {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--color-gold);
    margin-top: 1.2rem;
}

/* ═══════════════════════════════════════
   CARDS (Expertises preview + full)
   ═══════════════════════════════════════ */
.card {
    background-color: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 2rem 1.8rem 2.2rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(214, 176, 170, 0.25);
    transition: transform var(--transition), box-shadow var(--transition);
    display: flex;
    flex-direction: column;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    background-color: var(--color-rose-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    overflow: hidden;
}

.card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: var(--color-brown);
}

.card p {
    color: var(--color-brown-light);
    margin-bottom: 0.75rem;
}

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

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-gold);
    margin-top: auto;
    padding-top: 1rem;
    transition: gap var(--transition);
}

.card-link:hover {
    gap: 0.6rem;
    color: var(--color-gold);
}

.card-link::after {
    content: '→';
}

.cards-preview {
    max-width: 760px;
    margin-inline: auto;
    justify-content: center;
}

@media (min-width: 768px) {
    .cards-preview {
        grid-template-columns: repeat(2, minmax(280px, 360px));
    }
}

@media (min-width: 992px) {
    .section-lead--single-line {
        white-space: nowrap;
    }
}

/* ═══════════════════════════════════════
   EXPERTISE DETAIL (page expertises)
   ═══════════════════════════════════════ */
.expertise-block {
    background-color: var(--color-white);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(214, 176, 170, 0.2);
}

.expertise-block + .expertise-block {
    margin-top: 2.5rem;
}

.expertise-block h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--color-gold);
}

.expertise-block p {
    margin-bottom: 0.75rem;
}

.expertise-list {
    padding-left: 0;
    margin: 1rem 0;
}

.expertise-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.5rem;
}

.expertise-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-gold);
}

/* Tarifs */
.tarif-box {
    background-color: var(--color-cream);
    border-radius: var(--radius-lg);
    padding: 2rem 1.8rem;
    border: 2px solid rgba(181, 135, 68, 0.2);
    margin-top: 2rem;
}

.tarif-box h3 {
    font-size: 1.3rem;
    color: var(--color-gold);
    margin-bottom: 1.2rem;
}

.tarif-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 500px) {
    .tarif-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tarif-card {
    background-color: var(--color-white);
    border-radius: var(--radius-md);
    padding: 1.4rem;
    text-align: center;
    border: 1px solid rgba(214, 176, 170, 0.3);
}

.tarif-price {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-gold);
    display: block;
    margin-bottom: 0.25rem;
}

.tarif-label {
    font-size: 0.9rem;
    color: var(--color-brown-light);
}

.tarif-note {
    font-size: 0.88rem;
    color: var(--color-brown-light);
    margin-top: 1rem;
    font-style: italic;
}

/* ═══════════════════════════════════════
   INFOS PRATIQUES
   ═══════════════════════════════════════ */
.info-card {
    background-color: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 2rem 1.8rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(214, 176, 170, 0.2);
}

.info-card h3 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    color: var(--color-gold);
}

.info-card h4 {
    font-size: 1rem;
    margin-top: 1.4rem;
    margin-bottom: 0.6rem;
    color: var(--color-brown);
}

.horaires-list {
    padding-left: 0;
}

.horaires-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(214, 176, 170, 0.15);
    font-size: 0.95rem;
}

.horaires-list li:last-child {
    border-bottom: none;
}

.horaires-day {
    font-weight: 600;
}

.access-list {
    padding-left: 0;
    margin-top: 0.5rem;
}

.access-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}

.access-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-gold);
    font-weight: 700;
}

.note {
    font-size: 0.9rem;
    color: var(--color-brown-light);
}

.note-small {
    font-size: 0.85rem;
    color: var(--color-brown-light);
    margin-top: 0.75rem;
}

.note-highlight {
    display: inline-block;
    background-color: var(--color-cream);
    color: var(--color-gold);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.3rem 0.75rem;
    border-radius: var(--radius-pill);
    margin-top: 0.5rem;
}

/* Legal info mini */
.legal-mini {
    padding-left: 0;
}

.legal-mini li {
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
}

.legal-mini strong {
    color: var(--color-brown);
}

/* ═══════════════════════════════════════
   CTA BANNER
   ═══════════════════════════════════════ */
.cta-banner {
    background-color: var(--color-rose);
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background-color: var(--color-white);
    opacity: 0.08;
    border-radius: 50%;
    pointer-events: none;
}

.cta-banner::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: var(--color-white);
    opacity: 0.08;
    border-radius: 50%;
    pointer-events: none;
}

.cta-banner .section-title {
    color: var(--color-white);
    position: relative;
    z-index: 1;
}

.cta-banner .section-lead {
    color: rgba(255, 255, 255, 0.85);
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.cta-banner .btn-group {
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* ═══════════════════════════════════════
   MENTIONS LEGALES
   ═══════════════════════════════════════ */
.legal-content {
    max-width: 760px;
    margin-inline: auto;
}

.legal-content h2 {
    font-size: 1.3rem;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    color: var(--color-gold);
}

.legal-content h2:first-of-type {
    margin-top: 0;
}

.legal-content p {
    margin-bottom: 0.75rem;
}

.legal-content ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.legal-content ul li {
    list-style: disc;
    margin-bottom: 0.3rem;
}

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
.site-footer {
    background-color: var(--color-brown);
    color: rgba(252, 246, 240, 0.8);
    padding: 3.5rem 0 0;
}

.footer-grid {
    display: grid;
    gap: 2rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(252, 246, 240, 0.12);
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
}

.footer-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 0.75rem;
}

.footer-tagline {
    font-size: 0.9rem;
    max-width: 260px;
    line-height: 1.5;
}

.footer-heading {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-cream);
    margin-bottom: 0.75rem;
}

.footer-links li {
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--color-cream);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 0;
    font-size: 0.82rem;
    opacity: 0.7;
}

.footer-bottom a:hover {
    color: var(--color-cream);
    opacity: 1;
}

/* ═══════════════════════════════════════
   COOKIE BANNER
   ═══════════════════════════════════════ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: var(--color-white);
    box-shadow: 0 -4px 20px rgba(89, 74, 66, 0.1);
    border-top: 1px solid rgba(214, 176, 170, 0.3);
}

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

.cookie-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 0;
    font-size: 0.88rem;
}

.cookie-banner-inner p {
    margin: 0;
    color: var(--color-brown-light);
}

@media (max-width: 600px) {
    .cookie-banner-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
}

/* ═══════════════════════════════════════
   PAGE HEADER (pages intérieures)
   ═══════════════════════════════════════ */
.page-header {
    padding: 2.5rem 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(214, 176, 170, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.page-header .section-eyebrow,
.page-header .section-title,
.page-header .section-lead {
    position: relative;
    z-index: 1;
}

.page-header .section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.page-header .section-lead {
    margin-inline: auto;
}

/* ═══════════════════════════════════════
   UTILITIES
   ═══════════════════════════════════════ */
.text-center {
    text-align: center;
}

.text-gold {
    color: var(--color-gold);
}

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
