/* =========================================================
   SEESMILE - BOAT RIVIERA EVASION
   Direction artistique : "Nocturne Riviera"
   Bleu nuit + or champagne + creme + noir bleute
   ========================================================= */

:root {
    /* Palette */
    --c-night:      #0A1A2F;   /* bleu nuit profond - fond dominant */
    --c-deep:       #050B14;   /* noir bleute - sections les plus sombres */
    --c-night-2:    #102740;   /* bleu nuit clair - cartes sur fond sombre */
    --c-gold:       #C9A45C;   /* or champagne - accent unique */
    --c-gold-soft:  #D9BC82;   /* or clair - hover */
    --c-gold-deep:  #A8843F;   /* or profond - texte sur clair */
    --c-cream:      #F2EBDD;   /* creme - sections de respiration */
    --c-cream-2:    #FBFAF6;   /* blanc casse - texte sur sombre */
    --c-ink:        #1A2433;   /* texte sombre sur creme */
    --c-ink-soft:   #4A5566;   /* texte secondaire sur clair */
    --c-mist:       rgba(251,250,246,0.72); /* texte secondaire sur sombre */
    --c-line:       rgba(201,164,92,0.28);  /* lignes or discretes */

    /* Typo */
    --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body:    'Outfit', system-ui, -apple-system, sans-serif;

    /* Layout */
    --container:    1360px;
    --container-narrow: 880px;
    --radius:       4px;
    --radius-lg:    10px;

    /* Motion */
    --ease:         cubic-bezier(0.22, 1, 0.36, 1);
    --dur:          0.6s;

    /* Spacing */
    --gutter:       clamp(18px, 4vw, 64px);
    --section-y:    clamp(64px, 9vw, 140px);
}

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

html, body {
    width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: var(--c-cream-2);
    background: var(--c-night);
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--dur) var(--ease); }

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.12;
    margin: 0 0 0.5em;
    letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }

p { margin: 0 0 1.2em; }

::selection { background: var(--c-gold); color: var(--c-deep); }

/* ---- Layout utils ---- */
.container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
}
.container-narrow {
    width: 100%;
    max-width: var(--container-narrow);
    margin-inline: auto;
    padding-inline: var(--gutter);
}
.container-fluid { width: 100%; }

.section { padding-block: var(--section-y); position: relative; }
.section--cream { background: var(--c-cream); color: var(--c-ink); }
.section--cream h1, .section--cream h2, .section--cream h3 { color: var(--c-ink); }
.section--deep { background: var(--c-deep); }
.section--night { background: var(--c-night); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 4vw, 56px); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.5vw, 32px); }

/* ---- Eyebrow / section tag (signature vague) ---- */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 1.2rem;
}
.section-tag::before {
    content: "";
    width: 38px;
    height: 10px;
    flex: 0 0 auto;
    display: inline-block;
    background-repeat: repeat-x;
    background-size: 19px 10px;
    /* Vague doree (#C9A45C) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10'%3E%3Cpath d='M0 5 Q4.75 0 9.5 5 T19 5' fill='none' stroke='%23C9A45C' stroke-width='1.4'/%3E%3C/svg%3E");
}
.section-head--center .section-tag::after,
.section-tag--wave-both::after {
    content: "";
    width: 38px;
    height: 10px;
    flex: 0 0 auto;
    display: inline-block;
    background-repeat: repeat-x;
    background-size: 19px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10'%3E%3Cpath d='M0 5 Q4.75 0 9.5 5 T19 5' fill='none' stroke='%23C9A45C' stroke-width='1.4'/%3E%3C/svg%3E");
}
/* Variante creme : vague or profond (#A8843F) */
.section--cream .section-tag { color: var(--c-gold-deep); }
.section--cream .section-tag::before,
.section--cream .section-head--center .section-tag::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10'%3E%3Cpath d='M0 5 Q4.75 0 9.5 5 T19 5' fill='none' stroke='%23A8843F' stroke-width='1.4'/%3E%3C/svg%3E");
}

/* ---- Signature : ligne d'horizon doree ---- */
.horizon-line {
    position: relative;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--c-gold) 35%, var(--c-gold) 65%, transparent);
    margin-block: clamp(40px, 6vw, 80px);
    opacity: 0.6;
}
.horizon-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px; height: 7px;
    border: 1px solid var(--c-gold);
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--c-night);
}
.section--cream .horizon-line::after { background: var(--c-cream); }

/* ---- Boutons ---- */
/* L'attribut HTML [hidden] doit TOUJOURS l'emporter (sinon les boutons
   display:inline-flex restent visibles malgre btn.hidden = true en JS). */
[hidden] { display: none !important; }

.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    padding: 15px 34px;
    border-radius: var(--radius);
    cursor: pointer;
    transition: all var(--dur) var(--ease);
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
}

/* ============================================================
   SYSTEME DE BOUTONS UNIFIE — verrouille pour TOUS les contextes.
   Primaire   : fond or, texte bleu nuit profond (toujours).
   Secondaire : transparent, contour + texte or (toujours).
   Les !important neutralisent tout heritage de couleur de lien.
   ============================================================ */
.btn-primary,
a.btn-primary,
button.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.section--cream .btn-primary,
.section--deep .btn-primary,
.section--night .btn-primary,
.primary-nav a.btn-primary,
.primary-nav a.btn-primary:hover,
.footer a.btn-primary,
.footer a.btn-primary:hover {
    background: var(--c-gold) !important;
    color: var(--c-deep) !important;
    border-color: var(--c-gold) !important;
}
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
    background: var(--c-gold-soft) !important;
    border-color: var(--c-gold-soft) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201,164,92,0.3);
}

.btn-secondary,
a.btn-secondary,
button.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited,
.btn-secondary:focus,
.btn-secondary:active,
.section--cream .btn-secondary,
.section--deep .btn-secondary,
.section--night .btn-secondary {
    background: transparent !important;
    color: var(--c-gold) !important;
    border-color: var(--c-line) !important;
}
.btn-secondary:hover,
a.btn-secondary:hover,
button.btn-secondary:hover {
    background: transparent !important;
    color: var(--c-gold-soft) !important;
    border-color: var(--c-gold) !important;
    transform: translateY(-2px);
}
/* Sur fond creme (clair), le bouton secondaire reste lisible en or profond. */
.section--cream .btn-secondary,
.section--cream .btn-secondary:hover {
    color: var(--c-gold-deep) !important;
    border-color: var(--c-gold-deep) !important;
}
a.btn-primary::after,
a.btn-secondary::after { display: none !important; }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), padding var(--dur) var(--ease);
    padding-block: 16px;
}
.site-header.scrolled {
    background: rgba(5,11,20,0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 var(--c-line);
    padding-block: 14px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 52px; /* hauteur de bande de référence : le logo déborde sans agrandir la bande */
}
.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: var(--c-cream-2);
}
/* Logo header AGRANDI + DÉBORDANT : plus grand que la bande, tiré vers le bas
   pour dépasser légèrement sous le header sans en augmenter la hauteur (effet « 54 »).
   Marges négatives sur l'img => propagées même si un plugin WebP enveloppe l'img dans <picture>. */
.site-brand img,
.site-brand__logo,
.site-brand__logo img,
.site-brand picture img {
    height: 90px !important;
    width: auto !important;
    max-width: 100% !important;
    display: block;
    margin-top: -16px !important;
    margin-bottom: -34px !important;
}
.site-brand .brand-gold { color: var(--c-gold); }

/* Logo footer */
.footer-brand { display: block; margin-bottom: 16px; max-width: 220px; }
.footer-brand__logo,
.footer-brand__logo img,
.footer-brand picture img { height: 72px !important; width: auto !important; max-width: 100% !important; display: block; object-fit: contain; }

/* Scroll progress bar */
.scroll-progress {
    position: fixed;
    top: 0; left: 0;
    height: 2px;
    width: 0%;
    background: linear-gradient(90deg, var(--c-gold-deep), var(--c-gold-soft));
    z-index: 1100;
    transition: width 0.1s linear;
}

/* Nav desktop */
.primary-nav { display: flex; align-items: center; gap: 6px; }
.primary-nav > ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0; padding: 0;
}
.primary-nav > ul > li { position: relative; }
.primary-nav a {
    display: block;
    padding: 10px 16px;
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--c-cream-2);
    position: relative;
}
.primary-nav a::after {
    content: "";
    position: absolute;
    left: 16px; right: 16px; bottom: 4px;
    height: 1px;
    background: var(--c-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--dur) var(--ease);
}
.primary-nav a:not(.btn-primary):not(.btn-secondary):hover { color: var(--c-gold); }
.primary-nav a:not(.btn-primary):not(.btn-secondary):hover::after,
.primary-nav .current-menu-item > a::after { transform: scaleX(1); }

.nav-cta { margin-left: 12px; }

/* Mega menu */
.has-megamenu .mega-panel {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: min(760px, 90vw);
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all var(--dur) var(--ease);
    box-shadow: 0 30px 60px rgba(0,0,0,0.45);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 28px;
}
.has-megamenu:hover .mega-panel,
.has-megamenu:focus-within .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.mega-col { }
.megamenu-title {
    display: block;
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 14px;
}
.mega-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.mega-links a { padding: 9px 12px; border-radius: var(--radius); font-size: 0.95rem; }
.mega-links a:hover { background: rgba(201,164,92,0.1); color: var(--c-gold); }
.mega-links a span { display: block; font-size: 0.8rem; color: var(--c-mist); margin-top: 2px; }
.mega-visual {
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    min-height: 200px;
    background: linear-gradient(160deg, var(--c-night), var(--c-deep));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    border: 1px solid var(--c-line);
}
.mega-visual strong { font-family: var(--font-display); font-size: 1.2rem; color: var(--c-cream-2); }
.mega-visual p { font-size: 0.85rem; color: var(--c-mist); margin: 6px 0 14px; }

/* Burger */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 42px; height: 42px;
    position: relative;
    z-index: 1200;
}
.nav-toggle span {
    position: absolute;
    left: 9px; right: 9px;
    height: 1.5px;
    background: var(--c-cream-2);
    transition: all var(--dur) var(--ease);
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle.open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--c-deep);
}
.hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.85;
}
.hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5,11,20,0.30) 0%, rgba(5,11,20,0.15) 40%, rgba(5,11,20,0.78) 100%),
        linear-gradient(90deg, rgba(5,11,20,0.55) 0%, rgba(5,11,20,0.10) 55%, transparent 100%);
}
.hero__inner {
    position: relative;
    z-index: 2;
    padding-block: 120px;
    max-width: 780px;
}
.hero h1 {
    color: var(--c-cream-2);
    margin-bottom: 0.4em;
}
.hero h1 em {
    font-style: italic;
    color: var(--c-gold);
}
.hero__lead {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: var(--c-mist);
    max-width: 56ch;
    margin-bottom: 2.2em;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }

/* =========================================================
   CARDS / SECTIONS GENERIQUES
   ========================================================= */
.card {
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(0,0,0,0.4); }
.card__media { aspect-ratio: 3/2; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__body { padding: 26px; }
.card__body h3 { color: var(--c-cream-2); margin-bottom: 0.4em; }
.card__meta { font-size: 0.85rem; color: var(--c-gold); letter-spacing: 0.06em; margin-bottom: 0.6em; }
.card__body p { color: var(--c-mist); font-size: 0.95rem; }

.section--cream .card { background: var(--c-cream-2); border-color: rgba(168,132,63,0.18); }
.section--cream .card__body h3 { color: var(--c-ink); }
.section--cream .card__body p { color: var(--c-ink-soft); }

.section-head { max-width: 640px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--c-mist); }
.section--cream .section-head p { color: var(--c-ink-soft); }

/* ---- Intro / split ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   TESTIMONIALS (carrousel)
   ========================================================= */
.testi-track-wrap { overflow: hidden; position: relative; }
.testi-track {
    display: flex;
    gap: 28px;
    width: max-content;
    animation: testi-scroll 48s linear infinite;
}
.testi-track-wrap:hover .testi-track { animation-play-state: paused; }
@keyframes testi-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.testi-card {
    width: 380px;
    flex: 0 0 auto;
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: 30px;
}
.section--cream .testi-card { background: var(--c-cream-2); border-color: rgba(168,132,63,0.18); }
.testi-stars { color: var(--c-gold); letter-spacing: 3px; margin-bottom: 14px; }
.testi-card p { font-family: var(--font-display); font-size: 1.12rem; line-height: 1.5; color: var(--c-cream-2); font-style: italic; }
.section--cream .testi-card p { color: var(--c-ink); }
.testi-author { margin-top: 18px; font-size: 0.85rem; letter-spacing: 0.04em; color: var(--c-mist); font-style: normal; }
.section--cream .testi-author { color: var(--c-ink-soft); }
.testi-source { display:inline-flex; align-items:center; gap:6px; font-size:0.78rem; color: var(--c-gold); margin-top: 4px; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-item {
    border-bottom: 1px solid var(--c-line);
}
.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 24px 44px 24px 0;
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    color: var(--c-cream-2);
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.section--cream .faq-q { color: var(--c-ink); }
.faq-q::after {
    content: "+";
    font-family: var(--font-body);
    font-size: 1.6rem;
    color: var(--c-gold);
    transition: transform var(--dur) var(--ease);
    line-height: 1;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--dur) var(--ease);
}
.faq-a-inner { padding: 0 0 24px; color: var(--c-mist); }
.section--cream .faq-a-inner { color: var(--c-ink-soft); }

/* =========================================================
   CTA
   ========================================================= */
.cta-band {
    position: relative;
    text-align: center;
    background: linear-gradient(160deg, var(--c-night), var(--c-deep));
    border-block: 1px solid var(--c-line);
    overflow: hidden;
}
.cta-band h2 { color: var(--c-cream-2); }
.cta-band p { color: var(--c-mist); max-width: 52ch; margin-inline: auto; }
.cta-band .hero__actions { justify-content: center; margin-top: 1.8em; }

/* =========================================================
   FORMULAIRE (reservation / contact)
   ========================================================= */
.form-card {
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: clamp(28px, 4vw, 48px);
}
.section--cream .form-card { background: var(--c-cream-2); border-color: rgba(168,132,63,0.18); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label {
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--c-gold);
}
.section--cream .form-field label { color: var(--c-gold-deep); }
.form-field input,
.form-field select,
.form-field textarea {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--c-cream-2);
    background: rgba(5,11,20,0.5);
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    padding: 13px 16px;
    transition: border-color var(--dur) var(--ease);
    width: 100%;
}
.section--cream .form-field input,
.section--cream .form-field select,
.section--cream .form-field textarea {
    color: var(--c-ink);
    background: #fff;
    border-color: rgba(168,132,63,0.3);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--c-gold);
}
.form-field textarea { resize: vertical; min-height: 130px; }
.form-rgpd { display: flex; gap: 12px; align-items: flex-start; font-size: 0.88rem; color: var(--c-mist); }
.section--cream .form-rgpd { color: var(--c-ink-soft); }
.form-rgpd input { width: auto; margin-top: 4px; }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-alert { padding: 16px 20px; border-radius: var(--radius); margin-bottom: 24px; font-size: 0.95rem; }
.form-alert--success { background: rgba(201,164,92,0.15); border: 1px solid var(--c-gold); color: var(--c-gold-soft); }
.form-alert--error { background: rgba(180,60,60,0.15); border: 1px solid rgba(220,90,90,0.5); color: #f0b4b4; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
    background: var(--c-deep);
    position: relative;
}

/* --- Bande CTA finale --- */
.footer-cta {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: clamp(60px, 9vw, 120px) 0;
    border-bottom: 1px solid var(--c-line);
}
.footer-cta__media {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    z-index: 0;
}
.footer-cta__inner { position: relative; z-index: 1; max-width: 720px; }
.footer-cta__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.05;
    color: var(--c-cream-2);
    margin: 14px 0 18px;
}
.footer-cta__lead { color: var(--c-mist); font-size: 1.05rem; line-height: 1.7; max-width: 52ch; margin: 0 auto 28px; }
.footer-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* --- Corps du footer --- */
.footer-main { padding-top: clamp(48px, 6vw, 80px); }
.footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1.2fr;
    gap: clamp(28px, 4vw, 56px);
    padding-bottom: 48px;
}
.footer-brand .brand-gold { color: var(--c-gold); }
.footer-about { color: var(--c-mist); font-size: 0.92rem; max-width: 36ch; line-height: 1.7; }
.footer-title {
    font-family: var(--font-body);
    font-size: 0.74rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin: 0 0 20px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-col a { color: var(--c-mist); font-size: 0.93rem; transition: color var(--dur) var(--ease), padding var(--dur) var(--ease); }
.footer-col a:hover { color: var(--c-gold); }
.footer-links a:hover { padding-left: 5px; }

/* Contact avec icones */
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; color: var(--c-mist); font-size: 0.92rem; line-height: 1.5; }
.footer-contact a { color: var(--c-mist); }
.footer-contact a:hover { color: var(--c-gold); }
.footer-contact__icon {
    flex: 0 0 34px; width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--c-line); border-radius: 50%;
    color: var(--c-gold);
}

.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a {
    width: 42px; height: 42px;
    border: 1px solid var(--c-line);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--c-gold);
    transition: all var(--dur) var(--ease);
}
.footer-social a:hover { background: var(--c-gold); color: var(--c-deep); border-color: var(--c-gold); transform: translateY(-3px); }

.footer-disclaimer {
    font-size: 0.78rem;
    color: rgba(251,250,246,0.45);
    padding: 26px 0;
    max-width: 80ch;
    border-top: 1px solid var(--c-line);
    line-height: 1.6;
}
.footer-bottom {
    border-top: 1px solid var(--c-line);
    padding-block: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.82rem;
    color: var(--c-mist);
}
.footer-legal { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; flex-wrap: wrap; }
.footer-legal a { color: var(--c-mist); transition: color var(--dur) var(--ease); }
.footer-legal a:hover { color: var(--c-gold); }
.footer-credit a { color: var(--c-gold); }
.footer-credit a:hover { color: var(--c-gold-soft); }

/* =========================================================
   BREADCRUMB
   ========================================================= */
.breadcrumb-wrap {
    padding-top: 96px;
    padding-bottom: 4px;
    background: var(--c-deep);
}
.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 14px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    letter-spacing: 0.03em;
}
.breadcrumb li { display: inline-flex; align-items: center; gap: 6px; }
.breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--c-mist);
    padding: 4px 2px;
    transition: color var(--dur) var(--ease);
}
.breadcrumb a:hover { color: var(--c-gold); }
.breadcrumb a svg { opacity: 0.8; }
.breadcrumb .bc-sep { color: var(--c-gold); opacity: 0.6; flex: 0 0 auto; }
.breadcrumb [aria-current="page"] { color: var(--c-gold-soft); }

/* Page header (pages internes) : moins de padding-top car breadcrumb au-dessus */
.page-hero {
    padding-top: 28px;
    padding-bottom: clamp(40px, 6vw, 72px);
    background: linear-gradient(180deg, var(--c-deep), var(--c-night));
    position: relative;
}
.page-hero h1 { color: var(--c-cream-2); max-width: 18ch; }
.page-hero .lead { color: var(--c-mist); max-width: 60ch; font-size: 1.1rem; }

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.reveal, .reveal-left, .reveal-right {
    opacity: 0;
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
    will-change: opacity, transform;
}
.reveal { transform: translateY(28px); }
.reveal-left { transform: translateX(-32px); }
.reveal-right { transform: translateX(32px); }
.reveal.in, .reveal-left.in, .reveal-right.in {
    opacity: 1;
    transform: none;
}
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.40s; }

/* =========================================================
   BLOG
   ========================================================= */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 40px); }
.post-content { max-width: 760px; margin-inline: auto; }
.post-content h2 { margin-top: 1.6em; }
.post-content img { border-radius: var(--radius-lg); margin-block: 1.6em; }
.post-content a { color: var(--c-gold); text-decoration: underline; text-underline-offset: 3px; }

/* =========================================================
   404
   ========================================================= */
.error-404 {
    min-height: 80svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 120px;
}
.error-404 .code { font-family: var(--font-display); font-size: clamp(5rem, 18vw, 11rem); color: var(--c-gold); line-height: 0.9; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand-col { grid-column: 1 / -1; }

    .nav-toggle { display: block; }

    /* Mobile : logo un peu plus mesuré et SANS débordement (plus net à côté du burger) */
    .header-inner { min-height: 0; }
    .site-brand img,
    .site-brand__logo,
    .site-brand__logo img,
    .site-brand picture img {
        height: 62px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .primary-nav {
        position: fixed;
        inset: 0;
        background: var(--c-deep);
        flex-direction: column;
        justify-content: center;
        padding: 80px var(--gutter) 40px;
        transform: translateX(100%);
        transition: transform var(--dur) var(--ease);
        overflow-y: auto;
    }
    .primary-nav.open { transform: translateX(0); }
    .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
    .primary-nav > ul > li { border-bottom: 1px solid var(--c-line); }
    .primary-nav a { padding: 18px 0; font-size: 1.15rem; }
    .primary-nav a::after { display: none; }
    .nav-cta { margin: 24px 0 0; }
    .nav-cta .btn-primary { width: 100%; }

    /* Mega menu -> accordeon mobile */
    .has-megamenu .mega-panel {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        width: 100%;
        grid-template-columns: 1fr;
        box-shadow: none;
        background: rgba(16,39,64,0.5);
        padding: 16px;
        margin-top: 8px;
    }
    .has-megamenu.open-sub .mega-panel { display: grid; }
    .mega-visual { display: none; }
}

@media (max-width: 768px) {
    body { font-size: 16px; }
    .grid-2, .grid-3, .grid-4, .split, .form-grid, .post-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero__actions .btn-primary,
    .hero__actions .btn-secondary { width: 100%; }
    .testi-card { width: 300px; }
    .split { gap: 32px; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
    :root { --gutter: 16px; }
    h1 { font-size: clamp(2rem, 9vw, 2.6rem); }
    .section-tag { font-size: 0.7rem; letter-spacing: 0.2em; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
    .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; }
}

/* Focus visible (accessibilite) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--c-gold);
    outline-offset: 3px;
}

/* =========================================================
   AJOUTS v1.1 : full-width, video hero, back-to-top,
   help-nudge, mega menu enrichi
   ========================================================= */

/* Container pleine largeur (header / footer) */
.container-wide {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 64px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

/* Hero video */
.hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}
.hero__scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px; height: 44px;
    border: 1px solid var(--c-line);
    border-radius: 14px;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}
.hero__scroll span {
    width: 3px; height: 8px;
    background: var(--c-gold);
    border-radius: 2px;
    animation: scroll-dot 1.8s var(--ease) infinite;
}
@keyframes scroll-dot {
    0% { opacity: 0; transform: translateY(0); }
    40% { opacity: 1; }
    100% { opacity: 0; transform: translateY(14px); }
}

/* Mega menu : panneau plus large, aligne a gauche de l'item */
.has-megamenu .mega-panel { left: 0; transform: translateY(10px); width: min(680px, 92vw); }
.has-megamenu:hover .mega-panel,
.has-megamenu:focus-within .mega-panel { transform: translateY(0); }
.mega-cta {
    display: inline-block;
    margin-top: 4px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    color: var(--c-gold);
}
.mega-visual:hover .mega-cta { color: var(--c-gold-soft); }
.mega-visual { transition: transform var(--dur) var(--ease); }
.mega-visual:hover { transform: translateY(-3px); }

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 26px; right: 26px;
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 1px solid var(--c-line);
    background: rgba(5,11,20,0.85);
    backdrop-filter: blur(8px);
    color: var(--c-gold);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transform: translateY(12px);
    transition: all var(--dur) var(--ease);
    z-index: 1050;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--c-gold); color: var(--c-deep); border-color: var(--c-gold); }

/* Help nudge */
.help-nudge {
    position: fixed;
    bottom: 26px; right: 90px;
    width: min(320px, calc(100vw - 120px));
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: 22px 24px 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
    z-index: 1050;
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
    pointer-events: none;
}
.help-nudge.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.help-nudge__close {
    position: absolute; top: 10px; right: 14px;
    background: none; border: none; color: var(--c-mist);
    font-size: 1.5rem; line-height: 1; cursor: pointer;
}
.help-nudge__close:hover { color: var(--c-gold); }
.help-nudge__title { font-family: var(--font-display); font-size: 1.15rem; color: var(--c-cream-2); margin: 0 0 6px; }
.help-nudge__text { font-size: 0.9rem; color: var(--c-mist); margin: 0 0 16px; }
.help-nudge__actions { display: flex; gap: 10px; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }

@media (max-width: 768px) {
    .help-nudge { right: 16px; bottom: 84px; }
    .back-to-top { bottom: 20px; right: 16px; }
}

/* Galerie (masonry simple) */
.gallery-grid {
    columns: 3;
    column-gap: 16px;
}
.gallery-grid img {
    width: 100%;
    margin-bottom: 16px;
    border-radius: var(--radius);
    break-inside: avoid;
    transition: transform var(--dur) var(--ease), filter var(--dur) var(--ease);
    filter: saturate(0.92);
}
.gallery-grid a:hover img { transform: scale(1.02); filter: saturate(1.1); }
@media (max-width: 1024px) { .gallery-grid { columns: 2; } }
@media (max-width: 600px) { .gallery-grid { columns: 1; } }

/* Liste d'itineraires / approches (timeline laterale) */
.itinerary-list { display: grid; gap: 28px; }
.itinerary-item {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
}
.itinerary-item:nth-child(even) .itinerary-item__media { order: 2; }
.itinerary-item__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; }
.itinerary-item__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.itinerary-item:hover .itinerary-item__media img { transform: scale(1.04); }
.itinerary-item__num { font-family: var(--font-display); font-size: 2.4rem; color: var(--c-gold); line-height: 1; display: block; margin-bottom: 12px; }
@media (max-width: 768px) {
    .itinerary-item { grid-template-columns: 1fr; }
    .itinerary-item:nth-child(even) .itinerary-item__media { order: 0; }
}

/* Bloc stats / chiffres cles */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat__num { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--c-gold); line-height: 1; }
.stat__label { font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-mist); margin-top: 8px; }
@media (max-width: 768px) { .stats-row { grid-template-columns: 1fr 1fr; gap: 32px 16px; } }

/* Tarifs */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card {
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    text-align: center;
    transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.price-card:hover { transform: translateY(-4px); border-color: var(--c-gold); }
.price-card--feature { border-color: var(--c-gold); position: relative; }
.price-card__tag { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-gold); }
.price-card__price { font-family: var(--font-display); font-size: 2.4rem; color: var(--c-cream-2); margin: 12px 0; }
.price-card__price small { font-size: 0.9rem; color: var(--c-mist); }
.price-card ul { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; }
.price-card li { color: var(--c-mist); font-size: 0.92rem; }
.section--cream .price-card { background: var(--c-cream-2); }
.section--cream .price-card__price { color: var(--c-ink); }
.section--cream .price-card li { color: var(--c-ink-soft); }
@media (max-width: 768px) { .price-grid { grid-template-columns: 1fr; } }

/* Mega menu : flip gere en JS via .mega-panel--right */
.has-megamenu .mega-panel--right { left: auto; right: 0; }
/* Menu deroulant compact (ex : Actualites = Blog + Meteo) */
.has-megamenu--compact .mega-panel { grid-template-columns: 1fr; width: min(320px, 90vw); }
/* Souligne actif desactive sur les parents de mega (le panel suffit) */
.has-megamenu > a::after { display: none; }

/* =========================================================
   AJOUTS v1.3 : CTA video de fond + bouton son vagues hero
   ========================================================= */

/* CTA band avec video */
.cta-band--video { background: var(--c-deep); }
.cta-band__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.cta-band__media video {
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
.cta-band__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 120% at 50% 50%, rgba(5,11,20,0.35), rgba(5,11,20,0.82));
}
.cta-band--video .container-narrow { position: relative; z-index: 2; }

/* Bouton son vagues */
.hero__sound {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    padding: 11px 20px 11px 16px;
    background: rgba(5,11,20,0.4);
    border: 1px solid var(--c-line);
    border-radius: 40px;
    color: var(--c-cream-2);
    font-family: var(--font-body);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.hero__sound:hover { border-color: var(--c-gold); color: var(--c-gold); }
.hero__sound-bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    height: 16px;
}
.hero__sound-bars i {
    width: 3px;
    height: 5px;
    background: var(--c-gold);
    border-radius: 2px;
    transition: height 0.2s var(--ease);
}
/* Anime les barres quand le son joue */
.hero__sound.playing .hero__sound-bars i {
    animation: sound-eq 0.9s var(--ease) infinite;
}
.hero__sound.playing .hero__sound-bars i:nth-child(2) { animation-delay: 0.15s; }
.hero__sound.playing .hero__sound-bars i:nth-child(3) { animation-delay: 0.30s; }
.hero__sound.playing .hero__sound-bars i:nth-child(4) { animation-delay: 0.45s; }
@keyframes sound-eq {
    0%, 100% { height: 5px; }
    50% { height: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .hero__sound.playing .hero__sound-bars i { animation: none; height: 11px; }
}
@media (max-width: 768px) {
    .hero__sound { margin-top: 18px; }
}

/* Page hero avec image de fond (pages SEO locales) */
.page-hero--media { padding-top: clamp(48px, 8vw, 96px); padding-bottom: clamp(48px, 7vw, 90px); }
.page-hero--media .lead { color: var(--c-cream-2); text-shadow: 0 1px 20px rgba(5,11,20,0.5); }
.page-hero--media h1 { text-shadow: 0 2px 30px rgba(5,11,20,0.4); }

/* =========================================================
   DESIGN v2 — "moins lisse, plus luxe, plus dynamique"
   Inspiration : Benetti / Bali / XPeng, gardant la DA Nocturne
   ========================================================= */

/* ---- Typographie expressive ---- */
/* Titres plus grands, plus de caractere. Casse mixte + italiques editoriaux. */
h1 { font-size: clamp(2.8rem, 7.5vw, 6rem); line-height: 1.02; letter-spacing: -0.02em; }
h2 { font-size: clamp(2.1rem, 5vw, 3.8rem); line-height: 1.06; letter-spacing: -0.015em; }

/* Mot accentue en italique dans un titre (signature editoriale type Benetti) */
.t-em { font-style: italic; color: var(--c-gold); font-weight: 400; }
/* Petit mot de liaison en minuscule + lettre-spacing (The ART of CARE) */
.t-link { font-size: 0.42em; letter-spacing: 0.12em; font-weight: 400; opacity: 0.85; vertical-align: middle; }

/* Eyebrow plus aerien */
.section-tag { font-size: 0.74rem; letter-spacing: 0.34em; }

/* Hero : titre encore plus dominant + lead plus large */
.hero h1 { font-size: clamp(3rem, 9vw, 7rem); max-width: 14ch; }
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 50ch; }

/* ---- Hero : zoom lent cinematique sur la video/image ---- */
@keyframes hero-kenburns {
    from { transform: scale(1.0); }
    to   { transform: scale(1.08); }
}
.hero__media img,
.hero__video {
    animation: hero-kenburns 18s ease-out forwards;
}
@media (prefers-reduced-motion: reduce) {
    .hero__media img, .hero__video { animation: none; }
}

/* ---- Section heading aligne a gauche, surdimensionne ---- */
.section-head h2 { max-width: 16ch; }
.section-head--center h2 { max-width: 22ch; margin-left: auto; margin-right: auto; }

/* =========================================================
   SLIDER HORIZONTAL NUMEROTE (flotte / itineraires)
   Type Benetti 01-05, scroll horizontal + snap
   ========================================================= */
.h-slider-wrap { position: relative; }
.h-slider {
    display: flex;
    gap: clamp(16px, 2vw, 28px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.h-slider::-webkit-scrollbar { display: none; }
.h-slide {
    flex: 0 0 clamp(280px, 42vw, 560px);
    scroll-snap-align: start;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4/5;
    background: var(--c-night-2);
}
.h-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease);
}
.h-slide:hover img { transform: scale(1.06); }
.h-slide__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(22px, 3vw, 40px);
    background: linear-gradient(180deg, rgba(5,11,20,0) 35%, rgba(5,11,20,0.5) 65%, rgba(5,11,20,0.92) 100%);
}
.h-slide__num {
    position: absolute;
    top: clamp(18px, 2.5vw, 32px);
    left: clamp(20px, 2.8vw, 36px);
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.4vw, 2.1rem);
    color: var(--c-gold);
    letter-spacing: 0.05em;
}
.h-slide__kicker { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-gold); margin-bottom: 8px; }
.h-slide__title { font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2.2rem); color: var(--c-cream-2); line-height: 1.08; margin-bottom: 10px; }
.h-slide__text { color: var(--c-mist); font-size: 0.95rem; margin-bottom: 18px; max-width: 40ch; }
.h-slide__link { display: inline-flex; align-items: center; gap: 8px; color: var(--c-gold); font-size: 0.88rem; letter-spacing: 0.04em; }
.h-slide__link svg { transition: transform var(--dur) var(--ease); }
.h-slide:hover .h-slide__link svg { transform: translateX(5px); }

/* Controles du slider */
.h-slider-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}
.h-slider-nav .progress {
    flex: 1;
    height: 2px;
    background: var(--c-line);
    position: relative;
    overflow: hidden;
}
.h-slider-nav .progress span {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 30%;
    background: var(--c-gold);
    transition: left 0.3s var(--ease), width 0.3s var(--ease);
}
.h-arrow {
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 1px solid var(--c-line);
    background: transparent;
    color: var(--c-cream-2);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: all var(--dur) var(--ease);
    flex: 0 0 auto;
}
.h-arrow:hover { background: var(--c-gold); color: var(--c-deep); border-color: var(--c-gold); }
.h-arrow:disabled { opacity: 0.3; cursor: default; }
.section--cream .h-arrow { color: var(--c-ink); border-color: rgba(168,132,63,0.4); }
.section--cream .h-arrow:hover { background: var(--c-gold-deep); color: var(--c-cream-2); }

/* =========================================================
   SECTION "SHOWCASE" plein cadre (image bord a bord + texte par-dessus)
   ========================================================= */
.showcase {
    position: relative;
    min-height: clamp(440px, 70vh, 760px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.showcase__media { position: absolute; inset: 0; z-index: 0; }
.showcase__media img,
.showcase__media video { width: 100%; height: 100%; object-fit: cover; }
.showcase__media::after {
    content: "";
    position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(5,11,20,0.85) 0%, rgba(5,11,20,0.55) 38%, rgba(5,11,20,0.12) 70%, rgba(5,11,20,0.30) 100%),
        linear-gradient(180deg, rgba(5,11,20,0.30) 0%, rgba(5,11,20,0.10) 45%, rgba(5,11,20,0.80) 100%);
}
.showcase__inner h2,
.showcase__inner .section-tag { text-shadow: 0 2px 24px rgba(5,11,20,0.55); }
.showcase__inner p { text-shadow: 0 1px 16px rgba(5,11,20,0.6); }
.showcase__inner { position: relative; z-index: 2; padding-block: clamp(48px, 7vw, 96px); max-width: 640px; }
.showcase h2 { color: var(--c-cream-2); }
.showcase p { color: var(--c-mist); max-width: 46ch; }

/* ---- Reveal : variation "monte + clip" plus cinematique ---- */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal-up.in { opacity: 1; transform: none; }

/* ---- Chiffres animes (compteur) ---- */
.stat__num { font-variant-numeric: tabular-nums; }

/* ---- Liens "fleche" reutilisables ---- */
.arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--c-gold);
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.arrow-link svg { transition: transform var(--dur) var(--ease); }
.arrow-link:hover svg { transform: translateX(6px); }

/* ---- Responsive ajustements design v2 ---- */
@media (max-width: 768px) {
    .h-slide { flex-basis: 80vw; }
    .hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
}

/* =========================================================
   PAGE HERO MEDIA (pages internes) — meme style que l'accueil
   ========================================================= */
.page-hero--media {
    position: relative;
    overflow: hidden;
    min-height: 92vh;
    display: flex;
    align-items: center;
    padding-top: clamp(120px, 16vh, 200px);
    padding-bottom: clamp(70px, 10vw, 130px);
    background-size: cover;
    background-position: center;
}
.page-hero__media { position: absolute; inset: 0; z-index: 0; }
.page-hero__media img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.9;
    animation: hero-kenburns 20s ease-out forwards;
}
/* Overlay identique a l'accueil (degrade bas + lateral gauche) */
.page-hero__media::after {
    content: "";
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(5,11,20,0.30) 0%, rgba(5,11,20,0.15) 40%, rgba(5,11,20,0.78) 100%),
        linear-gradient(90deg, rgba(5,11,20,0.55) 0%, rgba(5,11,20,0.10) 55%, transparent 100%);
}
.page-hero--media .page-hero__inner { position: relative; z-index: 2; max-width: 820px; }
.page-hero--media h1 { color: var(--c-cream-2); text-shadow: 0 2px 30px rgba(5,11,20,0.5); }
.page-hero--media .lead { color: var(--c-mist); text-shadow: 0 1px 18px rgba(5,11,20,0.55); max-width: 56ch; }
.page-hero--media .section-tag { text-shadow: 0 1px 14px rgba(5,11,20,0.5); }
@media (prefers-reduced-motion: reduce) {
    .page-hero__media img { animation: none; }
}
.page-hero--plain { background: linear-gradient(180deg, var(--c-deep), var(--c-night)); }

/* Indicateur de scroll (reprend celui de l'accueil) */
.page-hero__scroll {
    position: absolute;
    bottom: 26px; left: 50%;
    transform: translateX(-50%);
    width: 26px; height: 44px;
    border: 1px solid var(--c-line);
    border-radius: 14px;
    z-index: 3;
    display: flex; justify-content: center;
    padding-top: 8px;
}
.page-hero__scroll span {
    width: 3px; height: 8px;
    background: var(--c-gold);
    border-radius: 2px;
    animation: scroll-dot 1.8s var(--ease) infinite;
}

/* Breadcrumb integre dans le hero media (plus de barre sombre en haut) */
.page-hero__breadcrumb {
    position: absolute;
    left: 0; right: 0;
    bottom: 18px;
    z-index: 3;
}
.page-hero__breadcrumb .breadcrumb-wrap {
    padding: 0;
    background: transparent;
}
.page-hero__breadcrumb .breadcrumb a,
.page-hero__breadcrumb .breadcrumb span { color: var(--c-cream-2); }
.page-hero__breadcrumb .breadcrumb a { opacity: 0.75; }
.page-hero__breadcrumb .breadcrumb a:hover { opacity: 1; color: var(--c-gold); }
.page-hero__breadcrumb .breadcrumb [aria-current] { color: var(--c-gold); }
.page-hero__breadcrumb .bc-sep { color: rgba(245,239,224,0.4); }
/* sur mobile, le scroll cue et le breadcrumb ne se chevauchent pas */
@media (max-width: 768px) {
    .page-hero__scroll { display: none; }
    .page-hero__breadcrumb { bottom: 14px; }
}

/* =========================================================
   CARTE INTERACTIVE DE LA RIVIERA — trajets animes
   ========================================================= */
.riviera-map-section .section-lead {
    max-width: 56ch; margin: 14px auto 0; color: var(--c-mist); text-align: center;
}
.riviera-map {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: clamp(20px, 3vw, 44px);
    align-items: stretch;
    margin-top: clamp(32px, 5vw, 60px);
}
.riviera-map__stage {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--c-line);
    background: #071a2f;
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}
.riviera-map__svg { display: block; width: 100%; height: 100%; }

/* Routes */
.rm-wake { fill: none; stroke: rgba(245,239,224,0.55); stroke-width: 3.5; stroke-linecap: round; filter: blur(2px); opacity: 0.5; }
.rm-route-path { fill: none; stroke: rgba(201,164,92,0.28); stroke-width: 2; stroke-dasharray: 5 7; }
.rm-route-path.is-active { stroke: var(--c-gold); stroke-width: 2.6; stroke-dasharray: none; filter: drop-shadow(0 0 6px rgba(201,164,92,0.5)); }

/* Ports */
.rm-pin { cursor: default; }
.rm-pin circle.dot { fill: var(--c-cream-2); }
.rm-pin circle.halo { fill: rgba(201,164,92,0.25); opacity: 0; transform-box: fill-box; transform-origin: center; }
.rm-pin.is-on circle.dot { fill: var(--c-gold); }
.rm-pin.is-on circle.halo { opacity: 1; animation: rm-pulse 2s ease-out infinite; }
@keyframes rm-pulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(2.6); opacity: 0; } }

/* Labels */
.rm-label { font-family: var(--font-body); font-size: 13px; fill: var(--c-mist); paint-order: stroke; stroke: rgba(5,11,20,0.7); stroke-width: 3px; }
.rm-label.is-on { fill: var(--c-cream-2); }
.rm-label.port-cannes { fill: var(--c-gold); font-weight: 600; }

/* Bateau */
.rm-boat { filter: url(#boatGlow); }
.rm-boat path { fill: var(--c-cream-2); }
.rm-boat .hull { fill: var(--c-gold); }

/* Panneau lateral */
.riviera-map__panel {
    display: flex; flex-direction: column;
    padding: clamp(20px, 2.5vw, 34px);
    background: var(--c-night-2, #0d2035);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
}
.riviera-map__eyebrow { font-size: 0.74rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--c-gold); margin-bottom: 18px; }
.riviera-routes { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.riviera-route {
    width: 100%;
    display: flex; align-items: center; gap: 14px;
    padding: 14px 16px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--radius);
    cursor: pointer;
    text-align: left;
    transition: all var(--dur) var(--ease);
    color: var(--c-cream-2);
}
.riviera-route:hover { background: rgba(201,164,92,0.07); }
.riviera-route[aria-current="true"] { background: rgba(201,164,92,0.12); border-color: rgba(201,164,92,0.4); }
.riviera-route__num { font-family: var(--font-display); font-size: 1.2rem; color: var(--c-gold); min-width: 28px; }
.riviera-route__body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.riviera-route__name { font-family: var(--font-display); font-size: 1.05rem; line-height: 1.2; }
.riviera-route__meta { font-size: 0.8rem; color: var(--c-mist); letter-spacing: 0.04em; }
.riviera-route__arrow { color: var(--c-gold); opacity: 0; transform: translateX(-4px); transition: all var(--dur) var(--ease); }
.riviera-route:hover .riviera-route__arrow,
.riviera-route[aria-current="true"] .riviera-route__arrow { opacity: 1; transform: none; }
.riviera-map__cta { margin-top: auto; text-align: center; }

@media (max-width: 900px) {
    .riviera-map { grid-template-columns: 1fr; }
}

/* Footer : listes de liens explicites */
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: var(--c-mist); font-size: 0.92rem; transition: color var(--dur) var(--ease); }
.footer-links a:hover { color: var(--c-gold); }
.footer-links--legal { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--c-line); gap: 7px; }
.footer-links--legal a { font-size: 0.84rem; opacity: 0.85; }

/* =========================================================
   BANDEAU GROS CHIFFRES animes
   ========================================================= */
.bignum-band {
    background: linear-gradient(180deg, var(--c-night) 0%, var(--c-deep) 100%);
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
}
.bignum-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 4vw, 60px);
}
.bignum {
    text-align: center;
    display: flex; flex-direction: column; align-items: center;
}
.bignum__value {
    font-family: var(--font-display);
    font-size: clamp(3.4rem, 9vw, 7rem);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    background: linear-gradient(180deg, var(--c-gold-soft, #e8d4a0) 0%, var(--c-gold, #c9a45c) 60%, var(--c-gold-deep, #a8843f) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
}
.bignum__label {
    margin-top: 10px;
    font-size: clamp(0.8rem, 1.4vw, 1rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--c-mist);
}
@media (max-width: 768px) {
    .bignum-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* =========================================================
   GALERIE + LIGHTBOX
   ========================================================= */
.gallery-item { position: relative; display: block; overflow: hidden; border-radius: var(--radius); cursor: pointer; }
.gallery-item img { transition: transform 0.9s var(--ease); display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item__icon {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: var(--c-cream-2);
    background: rgba(5,11,20,0.0);
    opacity: 0;
    transition: opacity var(--dur) var(--ease), background var(--dur) var(--ease);
}
.gallery-item:hover .gallery-item__icon { opacity: 1; background: rgba(5,11,20,0.35); }

.lightbox {
    position: fixed; inset: 0; z-index: 10000;
    display: flex; align-items: center; justify-content: center;
    background: rgba(5,11,20,0.94);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    opacity: 0; pointer-events: none;
    transition: opacity 0.35s var(--ease);
    padding: clamp(20px, 5vw, 80px);
}
.lightbox.is-open { opacity: 1; pointer-events: all; }
.lightbox__figure { margin: 0; max-width: 1100px; max-height: 86vh; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lightbox__img {
    max-width: 100%; max-height: 78vh; object-fit: contain;
    border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,0.6);
    transform: scale(0.96); transition: transform 0.4s var(--ease);
}
.lightbox.is-open .lightbox__img { transform: scale(1); }
.lightbox__caption { color: var(--c-mist); font-size: 0.9rem; letter-spacing: 0.04em; text-align: center; }
.lightbox__close {
    position: absolute; top: 22px; right: 26px;
    width: 46px; height: 46px; border-radius: 50%;
    background: transparent; border: 1px solid var(--c-line); color: var(--c-cream-2);
    font-size: 1.8rem; line-height: 1; cursor: pointer;
    transition: all var(--dur) var(--ease);
}
.lightbox__close:hover { background: var(--c-gold); color: var(--c-deep); border-color: var(--c-gold); }
.lightbox__nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 54px; height: 54px; border-radius: 50%;
    background: transparent; border: 1px solid var(--c-line); color: var(--c-cream-2);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all var(--dur) var(--ease);
}
.lightbox__nav:hover { background: var(--c-gold); color: var(--c-deep); border-color: var(--c-gold); }
.lightbox__prev { left: clamp(12px, 3vw, 40px); }
.lightbox__next { right: clamp(12px, 3vw, 40px); }
@media (max-width: 600px) {
    .lightbox__nav { width: 44px; height: 44px; }
    .lightbox__prev { left: 8px; } .lightbox__next { right: 8px; }
}

/* =========================================================
   FORMULAIRE DE RESERVATION MULTI-ETAPES
   ========================================================= */
.resa-form { position: relative; }
.resa-shell { max-width: 1120px; }
#reservation { scroll-margin-top: 110px; }

/* Barre de progression */
.resa-progress { margin-bottom: 36px; }
.resa-progress__bar { height: 3px; background: var(--c-line); border-radius: 2px; overflow: hidden; }
.resa-progress__bar span { display: block; height: 100%; width: 25%; background: var(--c-gold); transition: width 0.4s var(--ease); }
.resa-progress__steps { list-style: none; margin: 14px 0 0; padding: 0; display: flex; justify-content: space-between; }
.resa-progress__steps li {
    font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--c-mist); display: flex; align-items: center; gap: 7px;
    transition: color var(--dur) var(--ease);
}
.resa-progress__steps li::before {
    content: attr(data-dot);
    width: 22px; height: 22px; border-radius: 50%;
    border: 1px solid var(--c-line);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 0.72rem; letter-spacing: 0;
    transition: all var(--dur) var(--ease);
}
.resa-progress__steps li.is-active { color: var(--c-gold); }
.resa-progress__steps li.is-active::before { border-color: var(--c-gold); color: var(--c-deep); background: var(--c-gold); }
.resa-progress__steps li.is-done::before { border-color: var(--c-gold); color: var(--c-gold); content: "\2713"; }
@media (max-width: 600px) {
    .resa-progress__steps li { font-size: 0; gap: 0; }
    .resa-progress__steps li::before { font-size: 0.72rem; }
}

/* Etapes */
.resa-step { border: 0; padding: 0; margin: 0; display: none; animation: resa-fade 0.45s var(--ease); }
.resa-step.is-active { display: block; }
@keyframes resa-fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.resa-step__title { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--c-cream-2); line-height: 1.15; margin-bottom: 6px; padding: 0; }
.resa-step__hint { color: var(--c-mist); margin-bottom: 24px; }
.resa-step__sublabel { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-gold); margin: 26px 0 12px; }

/* Cartes de choix (radio stylises) */
.choice-grid { display: grid; gap: 12px; }
.choice-grid--2 { grid-template-columns: repeat(2, 1fr); }
.choice-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 600px) { .choice-grid--2, .choice-grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .choice-grid--2, .choice-grid--3 { grid-template-columns: 1fr; } }

.choice-card {
    position: relative;
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    padding: 18px 18px 16px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    cursor: pointer;
    transition: all var(--dur) var(--ease);
    background: rgba(255,255,255,0.015);
}
.choice-card:hover { border-color: rgba(201,164,92,0.5); transform: translateY(-2px); }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card__icon { color: var(--c-gold); width: 30px; height: 30px; margin-bottom: 6px; }
.choice-card__icon svg { width: 100%; height: 100%; }
.choice-card__label { font-family: var(--font-display); font-size: 1.08rem; color: var(--c-cream-2); line-height: 1.2; }
.choice-card__sub { font-size: 0.82rem; color: var(--c-mist); }
.choice-card--sm { padding: 14px 16px; }
.choice-card--sm .choice-card__label { font-size: 1rem; }
.choice-card--icon { align-items: center; text-align: center; }
.choice-card--icon .choice-card__icon { margin: 0 auto 8px; }
/* etat selectionne */
.choice-card input:checked ~ .choice-card__label,
.choice-card:has(input:checked) .choice-card__label { color: var(--c-gold); }
.choice-card:has(input:checked) {
    border-color: var(--c-gold);
    background: rgba(201,164,92,0.08);
    box-shadow: 0 0 0 1px var(--c-gold) inset;
}
.choice-card:has(input:checked)::after {
    content: "\2713";
    position: absolute; top: 10px; right: 12px;
    color: var(--c-gold); font-size: 0.9rem;
}
.choice-card input:focus-visible ~ .choice-card__label { text-decoration: underline; }

/* Stepper nombre de passagers */
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; }
.stepper__btn {
    width: 52px; height: 52px; border: 0; background: transparent;
    color: var(--c-gold); font-size: 1.4rem; cursor: pointer;
    transition: background var(--dur) var(--ease);
}
.stepper__btn:hover { background: rgba(201,164,92,0.12); }
.stepper input {
    width: 70px; text-align: center; border: 0; border-left: 1px solid var(--c-line); border-right: 1px solid var(--c-line);
    background: transparent; color: var(--c-cream-2); font-size: 1.1rem; height: 52px;
    -moz-appearance: textfield;
}
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Recapitulatif */
.resa-recap { margin: 26px 0; padding: 20px 22px; border: 1px solid var(--c-line); border-radius: var(--radius); background: rgba(255,255,255,0.02); }
.resa-recap__title { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-gold); margin: 0 0 12px; }
.resa-recap ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.resa-recap li { display: flex; justify-content: space-between; gap: 16px; font-size: 0.92rem; }
.resa-recap li span { color: var(--c-mist); }
.resa-recap li b { color: var(--c-cream-2); font-weight: 500; text-align: right; }

/* Navigation */
.resa-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 32px; }
.resa-nav .resa-next, .resa-nav .resa-submit { margin-left: auto; }
@media (max-width: 480px) {
    .resa-nav { flex-direction: column-reverse; }
    .resa-nav .btn-primary, .resa-nav .btn-secondary { width: 100%; margin-left: 0; }
}

/* Champ invalide (validation JS multi-etapes) */
.form-field input.is-invalid, .form-rgpd input.is-invalid + span { border-color: #c0584f; }
.form-rgpd input.is-invalid + span { color: #d98b84; }
.form-field input.is-invalid { box-shadow: 0 0 0 1px #c0584f inset; }

/* =========================================================
   FICHES BATEAUX : specs + tarifs
   ========================================================= */
.boat-specs {
    list-style: none; margin: 0 0 1.2em; padding: 0;
    display: grid; grid-template-columns: 1fr; gap: 0;
}
.boat-specs li {
    display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
    padding: 10px 0; border-bottom: 1px solid var(--c-line);
    font-size: 0.95rem;
}
.boat-specs li:last-child { border-bottom: none; }
.boat-specs li span { color: var(--c-mist); flex-shrink: 0; }
.boat-specs li b { color: var(--c-cream-2); font-weight: 500; text-align: right; }
.boat-activities { font-size: 0.92rem; color: var(--c-mist); margin-bottom: 1.4em; }
.boat-activities b { color: var(--c-cream-2); }

.boat-tarifs {
    display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 1.6em;
}
.boat-tarif {
    flex: 1; min-width: 90px;
    display: flex; flex-direction: column; gap: 2px;
    padding: 12px 14px;
    border: 1px solid var(--c-line); border-radius: var(--radius);
    font-size: 0.74rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--c-mist);
    text-align: center;
}
.boat-tarif b {
    font-family: var(--font-display); font-size: 1.3rem; color: var(--c-gold);
    text-transform: none; letter-spacing: 0;
}
@media (max-width: 480px) {
    .boat-specs { grid-template-columns: 1fr; }
}

/* =========================================================
   FICHE BATEAU INDIVIDUELLE (single-bateau)
   ========================================================= */
.boat-single {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: clamp(30px, 5vw, 64px);
    align-items: start;
}
.boat-single__lead { font-size: 1rem; color: var(--c-cream-2); line-height: 1.8; }
.boat-single__main > .reveal-up { margin-bottom: 28px; }

.boat-equip {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px;
}
.boat-equip li {
    position: relative; padding-left: 24px;
    color: var(--c-cream-2); font-size: 1rem;
}
.boat-equip li::before {
    content: ""; position: absolute; left: 0; top: 7px;
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--c-gold);
}

/* Aside : cartes specs / tarifs */
.boat-single__aside { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }
.boat-spec-card {
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    background: var(--c-night-2, #0d2035);
    padding: 24px;
}
.boat-spec-card__title {
    font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--c-gold); margin: 0 0 16px;
}
.boat-tarifs--col { flex-direction: column; gap: 10px; margin-bottom: 18px; }
.boat-tarifs--col .boat-tarif {
    flex-direction: row; justify-content: space-between; align-items: center;
    text-align: left; min-width: 0;
}
.boat-tarifs--col .boat-tarif b { font-size: 1.15rem; }

/* Galerie du bateau */
.boat-gallery {
    margin-top: clamp(36px, 6vw, 70px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.boat-gallery .gallery-item { aspect-ratio: 4 / 3; }
.card__price { color: var(--c-gold); font-size: 0.9rem; margin-top: 4px; }

@media (max-width: 900px) {
    .boat-single { grid-template-columns: 1fr; }
    .boat-single__aside { position: static; }
    .boat-gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .boat-equip { grid-template-columns: 1fr; }
    .boat-gallery { grid-template-columns: 1fr; }
}

/* =========================================================
   FILTRES DE LA FLOTTE
   ========================================================= */
.fleet-filters {
    display: flex; flex-wrap: wrap; gap: 10px;
    margin-bottom: clamp(30px, 5vw, 50px);
    justify-content: center;
}
.fleet-filter {
    background: transparent;
    border: 1px solid var(--c-line);
    color: var(--c-mist);
    padding: 9px 22px;
    border-radius: 30px;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    transition: all var(--dur) var(--ease);
}
.fleet-filter:hover { border-color: rgba(201,164,92,0.5); color: var(--c-cream-2); }
.fleet-filter.is-active {
    background: var(--c-gold);
    border-color: var(--c-gold);
    color: var(--c-deep);
}
.itinerary-item.is-hidden { display: none; }
.itinerary-item { transition: opacity 0.4s var(--ease); }

/* =========================================================
   CARROUSEL FLOTTE (accueil)
   ========================================================= */
.section-head--spread { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.fleet-carousel-nav { display: flex; gap: 10px; }
.carousel-btn {
    width: 50px; height: 50px; border-radius: 50%;
    background: transparent; border: 1px solid var(--c-line); color: var(--c-cream-2);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all var(--dur) var(--ease);
}
.carousel-btn:hover { background: var(--c-gold); border-color: var(--c-gold); color: var(--c-deep); }

.fleet-carousel {
    display: flex; gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 30px clamp(20px, 7vw, 120px);
    margin-top: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.fleet-carousel::-webkit-scrollbar { display: none; }
.fleet-card {
    flex: 0 0 340px;
    scroll-snap-align: start;
    background: var(--c-night-2, #0d2035);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.fleet-card:hover { transform: translateY(-6px); border-color: rgba(201,164,92,0.5); }
.fleet-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.fleet-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.fleet-card:hover .fleet-card__media img { transform: scale(1.06); }
.fleet-card__badge {
    position: absolute; top: 14px; left: 14px;
    background: rgba(5,11,20,0.7); color: var(--c-gold);
    border: 1px solid rgba(201,164,92,0.4);
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase;
    backdrop-filter: blur(4px);
}
.fleet-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.fleet-card__name { font-family: var(--font-display); font-size: 1.35rem; color: var(--c-cream-2); line-height: 1.15; }
.fleet-card__cap { color: var(--c-mist); font-size: 0.9rem; }
.fleet-card__foot { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; align-items: center; }
.fleet-card__price { font-family: var(--font-display); font-size: 1.15rem; color: var(--c-gold); }
.fleet-card__link { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-mist); transition: color var(--dur) var(--ease); }
.fleet-card:hover .fleet-card__link { color: var(--c-gold); }
.fleet-carousel-cta { text-align: center; margin-top: 14px; }

@media (max-width: 600px) {
    .fleet-card { flex-basis: 80vw; }
    .fleet-carousel { padding-left: 20px; padding-right: 20px; }
}

/* =========================================================
   APERCU FLOTTE ACCUEIL — grille editoriale asymetrique
   ========================================================= */
.fleet-preview-section .section-lead { max-width: 56ch; margin: 14px auto 0; color: var(--c-mist); text-align: center; }
.fleet-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 22px;
    margin-top: clamp(32px, 5vw, 56px);
}

/* Bateau mis en avant */
.fleet-feature {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 520px;
    display: flex;
    border: 1px solid var(--c-line);
}
.fleet-feature__media { position: absolute; inset: 0; }
.fleet-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.fleet-feature:hover .fleet-feature__media img { transform: scale(1.05); }
.fleet-feature__overlay {
    position: relative; margin-top: auto;
    width: 100%;
    padding: clamp(24px, 3vw, 40px);
    background: linear-gradient(180deg, rgba(5,11,20,0) 0%, rgba(5,11,20,0.55) 45%, rgba(5,11,20,0.92) 100%);
    color: var(--c-cream-2);
}
.fleet-feature__name { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.05; margin: 12px 0 4px; }
.fleet-feature__cap { color: var(--c-mist); margin-bottom: 16px; }
.fleet-feature__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.fleet-feature__price { font-family: var(--font-display); font-size: 1.5rem; color: var(--c-gold); }
.fleet-feature__link { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-cream-2); transition: color var(--dur) var(--ease); }
.fleet-feature:hover .fleet-feature__link { color: var(--c-gold); }

.fleet-tag {
    display: inline-block;
    background: rgba(201,164,92,0.16); color: var(--c-gold);
    border: 1px solid rgba(201,164,92,0.4);
    padding: 4px 14px; border-radius: 20px;
    font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase;
}

/* Les 4 autres en 2x2 */
.fleet-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fleet-mini {
    display: flex; flex-direction: column;
    background: var(--c-night-2, #0d2035);
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.fleet-mini:hover { transform: translateY(-4px); border-color: rgba(201,164,92,0.5); }
.fleet-mini__media { aspect-ratio: 16 / 10; overflow: hidden; }
.fleet-mini__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.fleet-mini:hover .fleet-mini__media img { transform: scale(1.06); }
.fleet-mini__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.fleet-mini__type { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-gold); }
.fleet-mini__name { font-family: var(--font-display); font-size: 1.12rem; color: var(--c-cream-2); line-height: 1.15; }
.fleet-mini__meta { margin-top: auto; padding-top: 8px; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 0.84rem; color: var(--c-mist); }
.fleet-mini__price { color: var(--c-gold); font-weight: 500; white-space: nowrap; }
.fleet-preview-cta { text-align: center; margin-top: clamp(28px, 4vw, 44px); }

@media (max-width: 1000px) {
    .fleet-grid { grid-template-columns: 1fr; }
    .fleet-feature { min-height: 420px; }
}
@media (max-width: 560px) {
    .fleet-secondary { grid-template-columns: 1fr; }
}

/* =========================================================
   BANDEAU "3 PORTES" pleine largeur
   ========================================================= */
.portes-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.porte {
    position: relative;
    min-height: clamp(360px, 42vw, 560px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
}
.porte__media {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transform: scale(1.02);
    transition: transform 1.1s var(--ease);
    z-index: -2;
}
.porte::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(180deg, rgba(5,11,20,0.15) 0%, rgba(5,11,20,0.45) 55%, rgba(5,11,20,0.9) 100%);
    transition: background var(--dur) var(--ease);
}
.porte:hover .porte__media { transform: scale(1.09); }
.porte:hover::after {
    background: linear-gradient(180deg, rgba(10,26,47,0.25) 0%, rgba(168,132,63,0.25) 55%, rgba(5,11,20,0.92) 100%);
}
.porte__content {
    position: relative;
    padding: clamp(28px, 3vw, 48px);
    width: 100%;
    color: var(--c-cream-2);
}
.porte__sub {
    display: block;
    font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 8px;
}
.porte__label {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    line-height: 1.05;
}
.porte__cta {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 16px;
    font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--c-cream-2);
    opacity: 0; transform: translateY(8px);
    transition: all var(--dur) var(--ease);
}
.porte__cta span { transition: transform var(--dur) var(--ease); }
.porte:hover .porte__cta { opacity: 1; transform: none; color: var(--c-gold); }
.porte:hover .porte__cta span { transform: translateX(5px); }
/* separateur or fin entre les portes */
.porte + .porte { border-left: 1px solid var(--c-line); }

@media (max-width: 860px) {
    .portes-section { grid-template-columns: 1fr; }
    .porte { min-height: 320px; }
    .porte + .porte { border-left: 0; border-top: 1px solid var(--c-line); }
    .porte__cta { opacity: 1; transform: none; } /* toujours visible sur mobile */
}

/* =========================================================
   BANDE "INCLUS" a coches
   ========================================================= */
.inclus-section { border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
.inclus-head { text-align: center; max-width: 640px; margin: 0 auto clamp(34px, 5vw, 54px); }
.inclus-head .section-lead { color: var(--c-mist); margin-top: 14px; }
.inclus-grid {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 28px;
}
.inclus-item {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 20px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    background: rgba(255,255,255,0.015);
    color: var(--c-cream-2);
    font-size: 0.96rem;
    transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.inclus-item:hover { border-color: rgba(201,164,92,0.5); transform: translateY(-3px); }
.inclus-check {
    flex: 0 0 38px; width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(201,164,92,0.12);
    color: var(--c-gold);
}
.inclus-check svg { width: 19px; height: 19px; }

@media (max-width: 1024px) { .inclus-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .inclus-grid { grid-template-columns: 1fr; } }

/* =========================================================
   MOSAIQUE DESTINATIONS pleine largeur
   ========================================================= */
.destinations-section .section-lead { max-width: 60ch; margin: 14px auto 0; color: var(--c-mist); text-align: center; }
.destinations-mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    width: 100%;
    padding: clamp(34px, 5vw, 56px) clamp(14px, 4vw, 60px) 0;
}
.destination-tile {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius);
    overflow: hidden;
    isolation: isolate;
    cursor: default;
}
.destination-tile--wide { grid-column: span 2; aspect-ratio: auto; }
.destination-tile__media {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transform: scale(1.02);
    transition: transform 1.1s var(--ease);
    z-index: -2;
}
.destination-tile::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(180deg, rgba(5,11,20,0) 40%, rgba(5,11,20,0.85) 100%);
    transition: background var(--dur) var(--ease);
}
.destination-tile:hover .destination-tile__media { transform: scale(1.08); }
.destination-tile:hover::after { background: linear-gradient(180deg, rgba(168,132,63,0.18) 30%, rgba(5,11,20,0.9) 100%); }
.destination-tile__name {
    position: absolute; left: 20px; bottom: 18px; right: 20px;
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 1.6vw, 1.5rem);
    color: var(--c-cream-2);
    line-height: 1.1;
    z-index: 1;
}

@media (max-width: 860px) {
    .destinations-mosaic { grid-template-columns: 1fr 1fr; }
    .destination-tile--wide { grid-column: span 2; }
}
@media (max-width: 520px) {
    .destinations-mosaic { grid-template-columns: 1fr; }
    .destination-tile, .destination-tile--wide { grid-column: auto; aspect-ratio: 3 / 2; }
}

/* =========================================================
   FICHE BATEAU : description longue + points forts
   ========================================================= */
.boat-single__desc p {
    font-size: 1rem; line-height: 1.8; color: var(--c-mist);
    margin-bottom: 1.1em;
}
.boat-single__desc p:first-child {
    font-size: 1rem; color: var(--c-cream-2); line-height: 1.8;
}
.boat-highlights { list-style: none; margin: 0 0 8px; padding: 0; display: grid; gap: 12px; }
.boat-highlights li { display: flex; align-items: flex-start; gap: 13px; color: var(--c-cream-2); font-size: 1rem; line-height: 1.5; }
.boat-highlights__icon {
    flex: 0 0 32px; width: 32px; height: 32px; margin-top: -2px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(201,164,92,0.12);
    color: var(--c-gold);
}
.boat-highlights__icon svg { width: 17px; height: 17px; }

/* =========================================================
   FORMULAIRE : aide au choix bateau + activites multi + champ libre
   ========================================================= */
.resa-sublabel-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.resa-step__sublabel-hint { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--c-mist); font-size: 0.82em; }

.resa-help-btn {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(201,164,92,0.10);
    color: var(--c-gold);
    border: 1px solid var(--c-line);
    border-radius: 999px;
    padding: 7px 15px;
    font-family: var(--font-body);
    font-size: 0.84rem;
    cursor: pointer;
    transition: all var(--dur) var(--ease);
}
.resa-help-btn:hover { background: var(--c-gold); color: var(--c-deep); border-color: var(--c-gold); }

/* Carte d'activite desactivee (quand "A definir ensemble" est choisi) */
.choice-card.is-disabled { opacity: 0.4; pointer-events: none; filter: grayscale(0.4); }

/* Champ libre "qu'aimeriez-vous ?" */
.resa-activity-other { margin-top: 18px; animation: resaFade var(--dur) var(--ease); }
.resa-activity-other textarea {
    width: 100%; margin-top: 8px;
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    color: var(--c-cream-2);
    padding: 14px 16px;
    font-family: var(--font-body); font-size: 0.95rem;
    resize: vertical;
}
.resa-activity-other textarea:focus { outline: none; border-color: var(--c-gold); }
@keyframes resaFade { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* --- Pop-up aide au choix --- */
.resa-modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.resa-modal[aria-hidden="false"] { display: block; }
.resa-modal__overlay { position: absolute; inset: 0; background: rgba(5,11,20,0.78); backdrop-filter: blur(4px); }
.resa-modal__panel {
    position: relative;
    max-width: 640px; width: calc(100% - 40px);
    max-height: 86vh; overflow-y: auto;
    margin: 7vh auto 0;
    background: var(--c-night-2);
    border: 1px solid var(--c-line);
    border-radius: 18px;
    padding: clamp(26px, 4vw, 42px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    animation: resaModalIn var(--dur) var(--ease);
}
@keyframes resaModalIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.resa-modal__close {
    position: absolute; top: 14px; right: 16px;
    width: 38px; height: 38px;
    background: transparent; border: 1px solid var(--c-line); border-radius: 50%;
    color: var(--c-cream-2); font-size: 1.4rem; line-height: 1; cursor: pointer;
    transition: all var(--dur) var(--ease);
}
.resa-modal__close:hover { background: var(--c-gold); color: var(--c-deep); border-color: var(--c-gold); }
.resa-modal__title { font-family: var(--font-display); font-size: 1.6rem; color: var(--c-cream-2); margin: 0 0 6px; }
.resa-modal__intro { color: var(--c-mist); font-size: 0.92rem; margin: 0 0 22px; }
.resa-modal__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.resa-modal__boat {
    padding: 16px 18px;
    border: 1px solid var(--c-line); border-radius: 12px;
    cursor: pointer;
    transition: all var(--dur) var(--ease);
}
.resa-modal__boat:hover { border-color: var(--c-gold); background: rgba(201,164,92,0.06); transform: translateY(-2px); }
.resa-modal__boat-name { display: block; font-family: var(--font-display); font-size: 1.12rem; color: var(--c-cream-2); margin-bottom: 4px; }
.resa-modal__boat-tag { font-family: var(--font-body); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--c-gold); margin-left: 8px; }
.resa-modal__boat-desc { display: block; color: var(--c-mist); font-size: 0.9rem; line-height: 1.55; }

/* =========================================================
   MAILLAGE INTERNE (pages SEO) : liens contextuels
   ========================================================= */
.seo-maillage { max-width: 760px; }
.seo-maillage h2 { margin-bottom: 26px; }
.seo-maillage__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.seo-maillage__list a {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    padding: 16px 20px;
    border: 1px solid var(--c-line); border-radius: 12px;
    color: var(--c-cream-2); font-size: 1rem;
    transition: all var(--dur) var(--ease);
}
.seo-maillage__list a:hover { border-color: var(--c-gold); background: rgba(201,164,92,0.06); color: var(--c-gold); transform: translateY(-2px); }
.seo-maillage__list svg { flex-shrink: 0; color: var(--c-gold); }
@media (max-width: 768px) {
    .seo-maillage__list { grid-template-columns: 1fr; }
}

/* Bandeau : bateau pre-selectionne depuis la flotte */
.resa-preselect {
    display: flex; align-items: center; gap: 12px;
    background: rgba(201,164,92,0.10);
    border: 1px solid var(--c-line);
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 26px;
    color: var(--c-cream-2);
    font-size: 0.95rem; line-height: 1.5;
}
.resa-preselect svg { flex-shrink: 0; color: var(--c-gold); }
.resa-preselect strong { color: var(--c-gold); font-weight: 600; }

/* =========================================================
   PAGE MERCI (confirmation reservation)
   ========================================================= */
.merci-hero {
    position: relative;
    background-size: cover; background-position: center;
    padding: clamp(90px, 16vh, 170px) 0 clamp(60px, 10vh, 110px);
    text-align: center;
}
.merci-hero__inner { max-width: 760px; margin: 0 auto; }
.merci-check {
    display: inline-flex; align-items: center; justify-content: center;
    width: 78px; height: 78px; margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(201,164,92,0.14);
    border: 1px solid var(--c-gold);
    color: var(--c-gold);
    animation: merciPop 0.5s var(--ease) both;
}
@keyframes merciPop { 0% { transform: scale(0.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.merci-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 8px 0 18px; }
.merci-lead { color: var(--c-mist); font-size: 1.05rem; line-height: 1.8; max-width: 56ch; margin: 0 auto; }

.merci-steps {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
    max-width: 960px; margin: 0 auto 50px;
}
.merci-step { display: flex; gap: 16px; align-items: flex-start; text-align: left; }
.merci-step__num {
    flex: 0 0 42px; width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--c-line);
    color: var(--c-gold); font-family: var(--font-display); font-size: 1.3rem;
}
.merci-step__title { color: var(--c-cream-2); font-weight: 600; margin: 6px 0 6px; }
.merci-step__text { color: var(--c-mist); font-size: 0.95rem; line-height: 1.6; margin: 0; }

.merci-contact { text-align: center; margin-bottom: 30px; }
.merci-contact__intro { color: var(--c-mist); margin-bottom: 18px; }
.merci-contact__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.merci-links { text-align: center; color: var(--c-mist); }
.merci-links a { color: var(--c-gold); text-decoration: underline; text-underline-offset: 3px; }
.merci-links span { margin: 0 10px; opacity: 0.5; }

@media (max-width: 768px) {
    .merci-steps { grid-template-columns: 1fr; gap: 18px; max-width: 420px; }
    .merci-contact__actions .btn-primary,
    .merci-contact__actions .btn-secondary { width: 100%; text-align: center; }
}

/* =========================================================
   PLAN DU SITE (sitemap stylise)
   ========================================================= */
.sitemap-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.sitemap-card {
    background: var(--c-night-2, #102740);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg, 16px);
    padding: 26px 28px;
}
.sitemap-card__title {
    font-family: var(--font-display); font-size: 1.25rem; color: var(--c-gold);
    margin: 0 0 16px; padding-bottom: 12px;
    border-bottom: 1px solid var(--c-line);
}
.sitemap-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sitemap-list a {
    display: flex; align-items: center; gap: 10px;
    color: var(--c-cream-2); font-size: 0.98rem;
    transition: color var(--dur) var(--ease);
}
.sitemap-list a:hover { color: var(--c-gold); }
.sitemap-list svg { flex-shrink: 0; color: var(--c-gold); opacity: 0.8; }

@media (max-width: 1024px) { .sitemap-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px)  { .sitemap-grid { grid-template-columns: 1fr; } }

/* =========================================================
   DATEPICKER (calendrier stylise) — reservation
   ========================================================= */
.seesmile-datepicker { position: relative; }
.datepicker__field {
    display: flex; align-items: center; gap: 12px;
    width: 100%; text-align: left;
    padding: 14px 16px;
    background: var(--c-night-2, #102740);
    border: 1px solid var(--c-line);
    border-radius: 10px;
    color: var(--c-mist);
    font-family: var(--font-body); font-size: 1rem;
    cursor: pointer; transition: border-color var(--dur) var(--ease);
}
.datepicker__field:hover { border-color: var(--c-gold); }
.datepicker__field svg { color: var(--c-gold); flex-shrink: 0; }
.datepicker__value.is-filled { color: var(--c-cream-2); }

.datepicker__pop {
    position: absolute; z-index: 40; top: calc(100% + 8px); left: 0;
    width: 320px; max-width: 92vw;
    background: var(--c-night-2, #102740);
    border: 1px solid var(--c-line);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 20px 50px rgba(5,11,20,0.55);
}
.datepicker__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.datepicker__month { font-family: var(--font-display); font-size: 1.1rem; color: var(--c-cream-2); text-transform: capitalize; }
.datepicker__nav {
    width: 34px; height: 34px; border-radius: 50%;
    border: 1px solid var(--c-line); background: transparent;
    color: var(--c-gold); font-size: 1.3rem; line-height: 1; cursor: pointer;
    transition: all var(--dur) var(--ease);
}
.datepicker__nav:hover { border-color: var(--c-gold); background: rgba(201,164,92,0.1); }
.datepicker__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.datepicker__dow {
    text-align: center; font-size: 0.72rem; text-transform: uppercase;
    letter-spacing: 0.04em; color: var(--c-mist); padding: 6px 0 4px;
}
.datepicker__cell {
    aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
    border: none; background: transparent; border-radius: 8px;
    color: var(--c-cream-2); font-size: 0.9rem; cursor: pointer;
    transition: all var(--dur) var(--ease);
}
.datepicker__cell:hover:not(.is-disabled):not(.is-empty) { background: rgba(201,164,92,0.16); color: var(--c-gold); }
.datepicker__cell.is-empty { cursor: default; }
.datepicker__cell.is-disabled { color: rgba(251,250,246,0.22); cursor: not-allowed; }
.datepicker__cell.is-selected { background: var(--c-gold); color: var(--c-deep); font-weight: 600; }
.datepicker__cell.is-booked {
    color: #e2685a;
    background: rgba(226,104,90,0.14);
    text-decoration: line-through;
    text-decoration-color: rgba(226,104,90,0.9);
    cursor: not-allowed;
    border-radius: 8px;
}
.datepicker__cell.is-booked:hover { background: rgba(226,104,90,0.14); }
.datepicker__legend { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 0.8rem; color: var(--c-mist); }
.datepicker__legend-dot { width: 13px; height: 13px; border-radius: 4px; background: rgba(226,104,90,0.18); border: 1px solid #e2685a; display: inline-block; flex: 0 0 auto; }

/* Mention d'aide sous un champ de formulaire */
.form-hint { font-size: 0.85rem; color: var(--c-mist); margin: 8px 0 0; font-style: italic; }

/* =========================================================
   PAGE PERSONNALISER L'EVENEMENT
   ========================================================= */
.perso-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    margin-top: 40px;
}
.perso-card {
    background: var(--c-night-2, #102740);
    border: 1px solid var(--c-line);
    border-radius: 16px;
    padding: 30px 28px;
    position: relative;
}
.perso-card__num {
    font-family: var(--font-display); font-size: 2.4rem; color: var(--c-gold);
    opacity: 0.5; display: block; margin-bottom: 10px;
}
.perso-card__title { font-family: var(--font-display); font-size: 1.3rem; color: var(--c-cream-2); margin: 0 0 12px; }
.perso-card__text { color: var(--c-mist); font-size: 1rem; line-height: 1.7; margin: 0; }

.perso-cta { text-align: center; max-width: 640px; margin: 0 auto; }
.perso-cta h2 { margin-bottom: 14px; }
.perso-cta p { color: var(--c-mist); line-height: 1.7; margin-bottom: 26px; }

@media (max-width: 1024px) { .perso-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px)  { .perso-grid { grid-template-columns: 1fr; } }


/* =========================================================
   WIDGET METEO (page Actualites) — actuel + previsions 3 jours
   ========================================================= */
.weather-widget {
    display: flex; align-items: stretch; justify-content: space-between;
    flex-wrap: wrap; gap: 28px;
    background:
        radial-gradient(120% 140% at 100% 0%, rgba(201,164,92,0.16) 0%, transparent 55%),
        linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(16,39,64,0.6) 100%);
    border: 1px solid var(--c-line);
    border-radius: 20px;
    padding: 26px 34px;
    margin-bottom: 44px;
    position: relative; overflow: hidden;
}
.weather-widget::before {
    content: ""; position: absolute; inset: 0 0 auto 0;
    background: linear-gradient(90deg, var(--c-gold) 0%, transparent 100%);
    opacity: 0.5; height: 3px;
}

/* --- Meteo actuelle (gauche) --- */
.weather-widget__now { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.weather-widget__main { display: flex; align-items: center; gap: 22px; }
.weather-widget__icon {
    display: flex; align-items: center; justify-content: center;
    width: 64px; height: 64px; flex-shrink: 0;
    border-radius: 50%;
    background: rgba(201,164,92,0.12);
    border: 1px solid var(--c-line);
    color: var(--c-gold);
}
.weather-widget__temp-block { display: flex; flex-direction: column; }
.weather-widget__temp {
    font-family: var(--font-display); font-size: 2.8rem; color: var(--c-cream-2);
    margin: 0; line-height: 1; font-weight: 500;
}
.weather-widget__temp span { font-size: 1.4rem; color: var(--c-gold); vertical-align: super; margin-left: 2px; }
.weather-widget__cond { color: var(--c-mist); font-size: 1rem; margin: 6px 0 0; }
.weather-widget__place {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--c-gold-soft); font-size: 0.85rem; letter-spacing: 0.04em;
    text-transform: uppercase; margin: 0;
}
.weather-widget__place svg { color: var(--c-gold); }

/* --- Previsions 3 jours (droite) --- */
.weather-widget__forecast {
    display: flex; gap: 10px; align-items: stretch;
    border-left: 1px solid var(--c-line); padding-left: 28px;
}
.weather-day {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    min-width: 82px; padding: 14px 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--c-line); border-radius: 12px;
}
.weather-day__name { font-size: 0.8rem; color: var(--c-cream-2); font-weight: 600; text-align: center; }
.weather-day__icon { color: var(--c-gold); display: flex; }
.weather-day__temps { font-size: 0.9rem; color: var(--c-mist); }
.weather-day__temps b { color: var(--c-cream-2); font-weight: 600; }
.weather-day__temps i { font-style: normal; opacity: 0.6; margin-left: 3px; }

@media (max-width: 860px) {
    .weather-widget { flex-direction: column; }
    .weather-widget__forecast { border-left: none; border-top: 1px solid var(--c-line); padding-left: 0; padding-top: 20px; }
}
@media (max-width: 520px) {
    .weather-widget__forecast { justify-content: space-between; }
    .weather-day { min-width: 0; flex: 1; }
}

/* =========================================================
   FORMULAIRE RESA : select stylise + champs conditionnels
   ========================================================= */
.resa-select {
    width: 100%;
    padding: 14px 16px;
    background: var(--c-night-2, #102740);
    border: 1px solid var(--c-line);
    border-radius: 10px;
    color: var(--c-cream-2);
    font-family: var(--font-body); font-size: 1rem;
    cursor: pointer;
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23C9A45C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 16px center;
    padding-right: 42px;
    transition: border-color var(--dur) var(--ease);
}
.resa-select:hover, .resa-select:focus-visible { border-color: var(--c-gold); outline: none; }
.resa-select option { background: var(--c-night-2, #102740); color: var(--c-cream-2); }

.resa-detail {
    margin-top: 16px;
    animation: seesmileFadeIn .3s ease;
}
@keyframes seesmileFadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   CARTE DES VENTS WINDY (click-to-load RGPD)
   ========================================================= */
.windy-map {
    margin-top: 28px;
    border: 1px solid var(--c-line);
    border-radius: 14px;
    overflow: hidden;
    background: var(--c-night-2, #102740);
}
.windy-map__head { padding: 18px 20px 6px; }
.windy-map__title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--c-cream-2);
    margin: 0;
}
.windy-map__sub { color: var(--c-mist); font-size: .9rem; margin: 4px 0 14px; }
.windy-map__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 340px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}
.windy-map__frame.is-loaded { min-height: 420px; }
.windy-map__frame iframe { position: absolute; inset: 0; border: 0; display: block; }
.windy-map__consent {
    color: var(--c-mist);
    font-size: .78rem;
    max-width: 440px;
    padding: 0 16px;
    margin: 0;
}

/* Meteo + carte marine en 2 colonnes */
.weather-section { margin: 8px 0 40px; }
.weather-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}
.weather-cols .weather-widget,
.weather-cols .windy-map { margin-top: 0; }
@media (max-width: 900px) {
    .weather-cols { grid-template-columns: 1fr; }
}

/* =========================================================
   BANDEAU CONSENTEMENT COOKIES (carte Windy)
   ========================================================= */
.seesmile-consent {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1200;
    width: min(360px, calc(100vw - 40px));
    background: var(--c-night-2, #102740);
    border: 1px solid var(--c-line);
    border-radius: 14px;
    padding: 18px 18px 16px;
    box-shadow: 0 20px 50px rgba(5,11,20,0.55);
}
.seesmile-consent__text { color: var(--c-mist); font-size: 0.85rem; line-height: 1.5; margin: 0 0 14px; }
.seesmile-consent__text a { color: var(--c-gold); text-decoration: underline; }
.seesmile-consent__actions { display: flex; gap: 10px; justify-content: flex-end; }
@media (max-width: 480px) {
    .seesmile-consent { left: 12px; right: 12px; bottom: 12px; width: auto; }
}

/* reCAPTCHA : badge masque (mention legale affichee sous les formulaires) */
.grecaptcha-badge { visibility: hidden !important; }
.recaptcha-notice { margin-top: 14px; font-size: 0.75rem; line-height: 1.5; color: var(--c-mist); }
.recaptcha-notice a { color: var(--c-gold); text-decoration: underline; }
