:root {
            --rouge:       #8B1A1A;
            --rouge-hover: #6E1414;
            --vert:        #1E3A14;
            --vert-hover:  #16280E;
            --creme:       #FAF8F3;
            --creme-deep:  #F3EEE3;
            --blanc:       #FFFFFF;
            --noir:        #1C1C1C;
            --gris:        #6E6A62;
            --border:      #E7DFD2;
            --stripe:      repeating-linear-gradient(90deg,
                            var(--rouge) 0, var(--rouge) 30px,
                            var(--creme) 30px, var(--creme) 60px);
            --stripe-thin: repeating-linear-gradient(90deg,
                            var(--rouge) 0, var(--rouge) 18px,
                            var(--creme) 18px, var(--creme) 36px);
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Montserrat', sans-serif;
            background: var(--creme); color: var(--noir);
            font-weight: 300; -webkit-font-smoothing: antialiased;
        }
        .serif { font-family: 'Cormorant Garamond', serif; }

        /* ── NAV ───────────────────────────────────────────── */
        nav {
            position: fixed; top: 0; width: 100%; z-index: 1000;
            background: rgba(250,248,243,0.93); backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--border);
            padding: 15px 34px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
        }
        .nav-logo {
            font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 500;
            color: var(--rouge); letter-spacing: 4px; white-space: nowrap;
        }
        .nav-links { display: flex; gap: 19px; list-style: none; flex-wrap: wrap; justify-content: flex-end; }
        .nav-links a {
            text-decoration: none; color: var(--noir); font-size: 10px; font-weight: 500;
            white-space: nowrap;
            letter-spacing: 2.5px; text-transform: uppercase; position: relative; padding-bottom: 3px;
            transition: color .2s;
        }
        .nav-links a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--rouge); transition: width .25s ease; }
        .nav-links a:hover { color: var(--rouge); }
        .nav-links a:hover::after { width: 100%; }

        /* ── SHARED PRIMITIVES ─────────────────────────────── */
        .valance { height: 26px; width: 100%; background: var(--stripe); }
        .container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
        .eyebrow {
            font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
            color: var(--rouge); display: block;
        }
        .eyebrow.on-dark { color: rgba(250,248,243,.65); }
        .sec-title {
            font-family: 'Cormorant Garamond', serif; font-weight: 300;
            font-size: clamp(38px, 5vw, 58px); line-height: 1.02; color: var(--noir);
        }
        .sec-title em { font-style: italic; color: var(--vert); font-weight: 400; }
        .sec-title.on-dark, .sec-title.on-dark em { color: var(--creme); }
        .head-center { text-align: center; }
        .head-right { text-align: right; }
        .head-center .eyebrow, .head-right .eyebrow { margin-bottom: 14px; }
        .flower-rule { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 22px 0 0; }
        .flower-rule::before, .flower-rule::after { content: ''; width: 54px; height: 1px; background: var(--rouge); opacity: .5; }
        .flower-rule img { width: 20px; height: auto; }

        section { padding: 104px 0; }

        /* ── HERO ──────────────────────────────────────────── */
        #hero { padding: 0; background: var(--creme); }
        .hero-inner { max-width: 1100px; margin: 0 auto; padding: 92px 32px 0; text-align: center; }
        .hero-eyebrow { font-size: 11px; letter-spacing: 6px; text-transform: uppercase; color: var(--vert); margin-bottom: 30px; }
        .hero-names { font-family: 'Cormorant Garamond', serif; color: var(--rouge); line-height: .92; }
        .hero-names .hn { display: block; font-weight: 300; font-size: clamp(52px, 11vw, 132px); letter-spacing: 4px; text-transform: uppercase; }
        .hero-names .hn-amp { display: block; font-style: italic; text-transform: none; font-weight: 400; color: var(--vert); font-size: clamp(30px, 5vw, 54px); letter-spacing: 1px; margin: 4px 0; }
        .hero-rule { width: 60px; height: 1px; background: var(--rouge); opacity: .55; margin: 36px auto 22px; }
        .hero-date { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3vw, 28px); letter-spacing: 6px; color: var(--noir); font-weight: 400; }
        .hero-lieu { font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gris); margin-top: 10px; }

        .countdown { display: flex; gap: 26px; justify-content: center; align-items: flex-start; margin-top: 44px; }
        .countdown-item { text-align: center; min-width: 56px; }
        .countdown-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 52px); font-weight: 300; color: var(--rouge); display: block; line-height: 1; }
        .countdown-label { font-size: 8px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gris); margin-top: 9px; display: block; }
        .countdown-sep { font-family: 'Cormorant Garamond', serif; font-size: 40px; color: rgba(139,26,26,.3); }

        #hero { position: relative; overflow: hidden; }
        .hero-inner { position: relative; z-index: 2; padding-bottom: 84px; }
        .hero-birds { display: block; width: 122px; height: auto; margin: 0 auto 30px; opacity: .26; }
        .hero-palms-right { position: absolute; right: 5%; bottom: 78px; width: 300px; height: auto; z-index: 0; opacity: .1; pointer-events: none; }
        /* fragments de l'illustration, dispersés sur le site */
        section { position: relative; }
        .container { position: relative; z-index: 2; }
        .deco { position: absolute; z-index: 0; pointer-events: none; }
        #programme, #infos, #reco { overflow: hidden; }
        .deco-palms  { left: -22px;  bottom: -10px; width: 212px; opacity: .11; }
        .deco-bushes { left: -30px;  bottom: -16px; width: 300px; opacity: .1; }
        .deco-palmc  { right: -10px; bottom: -22px; width: 182px; opacity: .11; }
        .deco-gazebo { right: -18px; bottom: 0;     width: 296px; opacity: .1; }
        @media (max-width: 768px) { .deco, .hero-palms-right { display: none; } }

        /* ── PATCHWORK PHOTOS (cartes postales & timbres) ──── */
        #souvenirs { background: var(--creme); padding: 92px 0 96px; overflow: hidden; }
        #souvenirs .container { max-width: 1320px; }
        .patch-row { display: flex; margin-top: 48px; padding: 24px 0 26px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
        .patch-track { display: flex; flex-wrap: nowrap; align-items: center; gap: 28px; width: max-content; animation: patch-marquee 48s linear infinite; }
        .patch-row:hover .patch-track { animation-play-state: paused; }
        @keyframes patch-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        @media (prefers-reduced-motion: reduce) { .patch-track { animation: none; } .patch-row { overflow-x: auto; } }
        .patch-stamp { height: 220px; width: auto; filter: drop-shadow(0 9px 18px rgba(28,28,28,.2)); transition: transform .3s ease; }
        .patch-stamp:hover { transform: scale(1.03); }
        .patch-item { position: relative; flex: 0 0 auto; }
        .patch-item.r1 { transform: rotate(-5deg); z-index: 2; }
        .patch-item.r2 { transform: rotate(2.5deg); z-index: 3; }
        .patch-item.r3 { transform: rotate(-3deg); z-index: 2; }
        .patch-item.r4 { transform: rotate(4.5deg); z-index: 1; }
        .patch-item.r5 { transform: rotate(-2.5deg); z-index: 2; }
        .patch-item:hover { z-index: 6; }
        .postcard { background: #fff; padding: 11px 11px 38px; box-shadow: 0 12px 26px -8px rgba(28,28,28,.28); flex: 0 0 auto; }
        .postcard img { display: block; width: 332px; height: 216px; object-fit: cover; }
        .postcard .cap { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 19px; color: var(--gris); text-align: center; margin-top: 11px; }
        .postmark { position: absolute; top: -16px; right: -14px; width: 78px; height: 78px; border-radius: 50%; border: 1.5px solid rgba(139,26,26,.5); color: rgba(139,26,26,.62); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 7px; line-height: 1.3; letter-spacing: 1.4px; text-transform: uppercase; transform: rotate(-13deg); background: rgba(250,248,243,.35); }
        .postmark::before { content: ''; position: absolute; inset: 5px; border-radius: 50%; border: 1px dashed rgba(139,26,26,.4); }
        .postmark span { position: relative; z-index: 1; padding: 0 6px; }
        @media (max-width: 760px) {
            #souvenirs { padding: 70px 0; }
            .patch-stamp { height: 184px; }
            .postcard img { width: 268px; height: 174px; }
        }

        /* ── LE JOUR J (timeline horizontale) ──────────────── */
        #programme { background: var(--blanc); }
        .daygrid { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 64px; }
        .day-item { flex: 1 1 0; min-width: 200px; max-width: 300px; text-align: center; padding: 8px 28px; position: relative; }
        .day-item + .day-item { border-left: 1px solid var(--border); }
        .day-medallion {
            width: 76px; height: 76px; background: none;
            border: none; display: flex; align-items: center; justify-content: center;
            margin: 0 auto 22px;
        }
        .day-medallion img { width: 70px; height: 70px; object-fit: contain; }
        .day-time { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--rouge); font-weight: 500; letter-spacing: 1px; }
        .day-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 400; margin: 4px 0 6px; }
        .day-item p { font-size: 12px; color: var(--gris); line-height: 1.65; }
        .day-link { color: var(--rouge); text-decoration: none; font-size: 11px; display: inline-block; margin-top: 10px; border-bottom: 1px solid transparent; transition: border-color .2s; padding-bottom: 1px; }
        .day-link:hover { border-color: var(--rouge); }

        /* ── COMMENT S'Y RENDRE (bloc rouge + valance) ─────── */
        #itineraires { background: var(--rouge); padding: 0; }
        #itineraires .inner { padding: 92px 0 100px; }
        .itin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 26px; margin-top: 58px; }
        .itin-col { text-align: center; }
        .itin-medallion {
            width: 76px; height: 76px; margin: 0 auto 20px;
            background: none; border: none;
            display: flex; align-items: center; justify-content: center;
        }
        .itin-medallion img { width: 70px; height: 70px; object-fit: contain; }
        .itin-col h4 { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 400; color: var(--creme); margin-bottom: 6px; }
        .itin-col p { font-size: 12.5px; color: rgba(250,248,243,.62); margin-bottom: 20px; letter-spacing: .3px; }
        .nav-btns { display: flex; gap: 9px; justify-content: center; }
        .nav-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 17px; border-radius: 3px; text-decoration: none; font-size: 10px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; transition: background .2s; }
        .nav-btn.gmaps { background: var(--creme); color: var(--rouge); }
        .nav-btn.gmaps:hover { background: #fff; }
        .nav-btn.waze { background: transparent; color: var(--creme); border: 1px solid rgba(250,248,243,.4); }
        .nav-btn.waze:hover { background: rgba(250,248,243,.12); }

        /* ── INFOS PRATIQUES (éditorial) ───────────────────── */
        #infos { background: var(--creme); }
        .details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px 56px; margin-top: 60px; }
        .detail { display: flex; gap: 20px; align-items: flex-start; }
        .detail-ico { flex-shrink: 0; width: 56px; height: 56px; background: none; border: none; display: flex; align-items: center; justify-content: center; }
        .detail-ico img { width: 52px; height: 52px; object-fit: contain; }
        .detail-label { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rouge); font-weight: 500; margin-bottom: 9px; }
        .detail h3 { display: none; }
        .detail-body { font-size: 13.5px; color: var(--gris); line-height: 1.9; }
        .detail-body strong { color: var(--noir); font-weight: 500; }
        .detail-body ul { list-style: none; padding: 0; margin-top: 6px; }
        .detail-body ul li { display: flex; gap: 8px; }
        .detail-body ul li::before { content: '—'; color: var(--rouge); }
        .detail-body a.inline { color: var(--rouge); text-decoration: none; border-bottom: 1px solid rgba(139,26,26,.3); }
        .detail-body a.inline:hover { border-color: var(--rouge); }
        .btn-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 11px 20px; background: var(--rouge); color: var(--blanc); border-radius: 3px; text-decoration: none; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; transition: background .2s; }
        .btn-link:hover { background: var(--rouge-hover); }

        /* ── MARTINIQUE ────────────────────────────────────── */
        #martinique { background: var(--creme-deep); }
        .carte-wrap { margin: 56px 0 22px; }
        .carte { position: relative; max-width: 540px; margin: 0 auto; padding: 16px; border: 1px solid var(--vert); background: var(--creme); }
        .carte-inner { border: 1px solid rgba(30,58,20,.28); padding: 12px; }
        .carte-map { position: relative; }
        .carte-map svg, .carte-map > .carte-illus { display: block; width: 100%; height: auto; }
        .marker { position: absolute; transform: translate(-50%,-50%); background: none; border: none; padding: 0; cursor: pointer; z-index: 3; }
        .marker .dot { display: flex; align-items: center; justify-content: center; transition: transform .18s; }
        .marker.poi .dot { width: 30px; height: 30px; border-radius: 50%; background: var(--creme); border: 1px solid rgba(30,58,20,.42); box-shadow: 0 3px 8px -3px rgba(0,0,0,.32); }
        .marker.poi .dot img { width: 18px; height: 18px; }
        .marker.poi:hover .dot { transform: scale(1.14); border-color: var(--vert); }
        .marker.wed .dot { width: 26px; height: 26px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--rouge); border: 2px solid var(--creme); box-shadow: 0 3px 9px -2px rgba(0,0,0,.45); }
        .marker.wed:hover .dot { transform: rotate(-45deg) scale(1.12); }
        .marker.wed .dot b { transform: rotate(45deg); color: #fff; font-size: 12px; font-family: 'Cormorant Garamond', serif; font-weight: 600; }
        .marker .tip { position: absolute; bottom: calc(100% + 9px); left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--noir); color: var(--creme); font-size: 9px; letter-spacing: 1px; text-transform: uppercase; padding: 4px 8px; border-radius: 3px; opacity: 0; pointer-events: none; transition: opacity .15s; }
        .marker:hover .tip { opacity: 1; }
        .carte-map .marker { opacity: 0; }
        .carte-map.revealed .marker { animation: mk-fade .42s ease forwards; animation-delay: calc(var(--mi, 0) * 0.05s); }
        .carte-map.revealed .marker .dot { animation: mk-pop .52s cubic-bezier(.34,1.56,.64,1) backwards; animation-delay: calc(var(--mi, 0) * 0.05s); }
        @keyframes mk-fade { to { opacity: 1; } }
        @keyframes mk-pop { from { transform: scale(.05); } }
        @media (prefers-reduced-motion: reduce) { .carte-map .marker { opacity: 1; } .carte-map.revealed .marker, .carte-map.revealed .marker .dot { animation: none; } }
        .carte-note { text-align: center; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: var(--gris); margin-top: 16px; }
        .carte-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px 24px; margin: 0 auto 52px; max-width: 760px; }
        .leg-item { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gris); }
        .leg-item img { width: 22px; height: 22px; }
        .leg-wed { width: 13px; height: 13px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--rouge); display: inline-block; }
        .dir-modal { position: fixed; inset: 0; background: rgba(28,28,28,.52); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 24px; }
        .dir-modal.open { display: flex; }
        .dir-card { background: var(--creme); border-radius: 6px; padding: 34px 36px 30px; max-width: 340px; width: 100%; text-align: center; position: relative; box-shadow: 0 30px 70px -30px rgba(0,0,0,.6); }
        .dir-close { position: absolute; top: 10px; right: 14px; background: none; border: none; font-size: 24px; color: var(--gris); cursor: pointer; line-height: 1; }
        .dir-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--rouge); margin-bottom: 8px; }
        .dir-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--noir); margin-bottom: 24px; line-height: 1.12; }
        .dir-btns { display: flex; flex-direction: column; gap: 10px; }
        .dir-btns a { display: block; padding: 13px; border-radius: 4px; text-decoration: none; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
        .dir-btns a.g { background: var(--rouge); color: #fff; }
        .dir-btns a.g:hover { background: var(--rouge-hover); }
        .dir-btns a.w { border: 1px solid var(--rouge); color: var(--rouge); }
        .dir-btns a.w:hover { background: rgba(139,26,26,.06); }
        .popup-nav { display: flex; gap: 7px; margin-top: 10px; }
        .popup-nav a { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; text-decoration: none; padding: 6px 10px; border-radius: 3px; }
        .popup-nav a.g { background: var(--rouge); color: #fff; }
        .popup-nav a.w { border: 1px solid var(--rouge); color: var(--rouge); }
        .nav-choice { position: relative; display: inline-block; margin-top: 8px; }
        button.day-link { background: none; border: none; cursor: pointer; font-family: 'Montserrat', sans-serif; margin-top: 0; }
        .nav-menu { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; margin-top: 9px; background: #fff; border: 1px solid var(--border); border-radius: 4px; box-shadow: 0 14px 32px -14px rgba(0,0,0,.32); padding: 6px; display: none; z-index: 60; min-width: 152px; }
        .nav-choice.open .nav-menu { display: block; }
        .nav-menu a { display: block; padding: 9px 12px; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; color: var(--noir); border-radius: 3px; }
        .nav-menu a:hover { background: var(--creme); color: var(--rouge); }
        .tabs { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
        .tab-btn { padding: 12px 26px; background: none; border: none; border-bottom: 1.5px solid transparent; margin-bottom: -1px; cursor: pointer; font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; color: var(--gris); transition: color .2s, border-color .2s; }
        .tab-btn:hover { color: var(--rouge); }
        .tab-btn.active { color: var(--rouge); border-bottom-color: var(--rouge); }
        .tab-content { display: none; }
        .tab-content.active { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
        .place-card { background: var(--blanc); border: 1px solid var(--border); border-radius: 4px; padding: 28px; transition: border-color .25s, transform .25s, box-shadow .25s; }
        .place-card:hover { border-color: var(--rouge); transform: translateY(-3px); box-shadow: 0 18px 36px -22px rgba(110,20,20,.4); }
        .place-tag { display: flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rouge); margin-bottom: 12px; }
        .place-tag img { width: 20px; height: 20px; flex-shrink: 0; }
        .place-go { margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; background: var(--rouge); border: none; cursor: pointer; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; padding: 10px 18px; border-radius: 3px; transition: background .2s; text-decoration: none; }
        .place-go:hover { background: var(--rouge-hover); }
        .place-call { margin-top: 16px; margin-left: 8px; display: inline-flex; align-items: center; gap: 6px; background: none; cursor: pointer; color: var(--rouge); font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; padding: 10px 16px; border: 1px solid var(--rouge); border-radius: 3px; transition: background .2s; text-decoration: none; }
        .place-call:hover { background: rgba(139,26,26,.07); }
        .place-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; margin-bottom: 8px; }
        .place-card p { font-size: 13px; color: var(--gris); line-height: 1.75; }
        .star-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rouge); border: 1px solid rgba(139,26,26,.3); border-radius: 2px; padding: 4px 10px; margin-bottom: 14px; }
        .star-badge img { width: 12px; height: auto; }
        /* ── FICHE LIEU : timbre photo + actions ─────────────── */
        .place-card { display: flex; gap: 20px; align-items: flex-start; }
        .place-body { flex: 1 1 auto; min-width: 0; }
        .place-stamp { flex: 0 0 auto; background: #fff; padding: 5px 5px 8px; border: 1px solid var(--border); box-shadow: 0 7px 18px -10px rgba(28,28,28,.45); transform: rotate(2.5deg); transition: transform .25s ease; }
        .place-card:hover .place-stamp { transform: rotate(0deg); }
        .place-stamp image-slot { display: block; width: 82px; height: 98px; }
        .place-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
        .place-actions .place-go { margin: 0; }
        .place-actions .place-call, .place-actions .place-site { margin: 0; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; text-decoration: none; color: var(--rouge); background: none; font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 9px 13px; border: 1px solid rgba(139,26,26,.32); border-radius: 3px; transition: background .2s, border-color .2s; }
        .place-actions .place-call:hover, .place-actions .place-site:hover { background: rgba(139,26,26,.07); border-color: var(--rouge); }
        @media (max-width: 520px) {
            .place-card { flex-direction: column-reverse; }
            .place-stamp { align-self: flex-start; }
        }

        /* ── RECO ──────────────────────────────────────────── */
        #reco { background: var(--blanc); }
        #reco .intro { font-size: 15px; color: var(--gris); max-width: 560px; line-height: 1.85; margin: 28px auto 40px; text-align: center; }
        #reco .tabs { justify-content: center; }
        #reco .place-card { background: var(--creme); }

        /* ── RSVP (bloc vert + valance) ────────────────────── */
        #rsvp-cta { background: var(--vert); padding: 0; }
        #rsvp-cta .inner { padding: 92px 0 100px; }
        #rsvp-cta .form-intro { font-size: 14px; color: rgba(250,248,243,.72); max-width: 520px; margin: 26px auto 48px; text-align: center; line-height: 1.85; }
        .form-wrapper { max-width: 640px; margin: 0 auto; background: var(--creme); border-radius: 5px; padding: 50px 50px 46px; box-shadow: 0 30px 70px -40px rgba(0,0,0,.6); }
        .rsvp-question { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 400; font-style: italic; color: var(--noir); margin-bottom: 22px; text-align: center; }
        .form-group { margin-bottom: 22px; }
        label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; color: var(--noir); margin-bottom: 8px; }
        input[type="text"], input[type="email"] { width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: 3px; background: var(--blanc); font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 300; color: var(--noir); transition: border-color .2s; outline: none; }
        input[type="text"]:focus, input[type="email"]:focus { border-color: var(--rouge); }
        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
        .radio-group { display: flex; flex-direction: column; gap: 12px; margin-bottom: 34px; }
        .radio-option { display: flex; align-items: center; gap: 12px; cursor: pointer; }
        .radio-option input[type="radio"] { accent-color: var(--rouge); width: 16px; height: 16px; cursor: pointer; }
        .radio-option span { font-size: 15px; font-weight: 300; }
        .form-submit { width: 100%; margin-top: 8px; padding: 16px 44px; background: var(--rouge); color: var(--blanc); border: none; border-radius: 3px; font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; cursor: pointer; transition: background .2s; }
        .form-submit:hover { background: var(--rouge-hover); }
        .form-note { font-size: 12px; color: var(--gris); margin-top: 14px; font-style: italic; text-align: center; }
        .form-success { display: none; max-width: 640px; margin: 0 auto; background: var(--creme); border-radius: 5px; border-top: 3px solid var(--rouge); padding: 48px; text-align: center; }
        .form-success img { width: 36px; height: auto; margin-bottom: 14px; }
        .form-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: var(--rouge); margin-bottom: 10px; font-weight: 400; }
        .form-success p { font-size: 14px; color: var(--gris); }

        /* ── FOOTER ────────────────────────────────────────── */
        footer { position: relative; overflow: hidden; background: var(--rouge); }
        .footer-floral { position: absolute; inset: 0; background-image: url('assets/floral-ivory.png'); background-size: 150px; background-repeat: repeat; opacity: .12; pointer-events: none; }
        .footer-inner { position: relative; z-index: 2; text-align: center; padding: 78px 24px 66px; }
        .footer-crest { width: 34px; height: auto; margin-bottom: 18px; opacity: .85; }
        .footer-names { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 7vw, 74px); font-weight: 300; font-style: italic; color: var(--creme); display: block; margin-bottom: 16px; line-height: 1; }
        .footer-meta { color: rgba(250,248,243,.65); letter-spacing: 3px; text-transform: uppercase; font-size: 10px; }

        /* ── RESPONSIVE ────────────────────────────────────── */
        @media (max-width: 880px) {
            .details-grid { grid-template-columns: 1fr; gap: 38px; }
            .day-item + .day-item { border-left: none; }
        }
        @media (max-width: 768px) {
            nav { padding: 13px 20px; }
            .nav-links { display: none; }
            section { padding: 76px 0; }
            #itineraires .inner, #rsvp-cta .inner { padding: 70px 0 76px; }
            .container { padding: 0 22px; }
            .hero-inner { padding: 84px 22px 0; }
            .countdown { gap: 14px; }
            .countdown-sep { display: none; }
            .daygrid { gap: 40px; }
            .day-item { max-width: 100%; flex-basis: 100%; }
            .form-wrapper { padding: 34px 24px; }
            .form-row { grid-template-columns: 1fr; }
            .hero-frame { padding: 10px; }
            .hero-scene-wrap { padding: 12px; }
        }

/* ── TEXTAREA (form questions) ───────────────────────── */
textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: 3px; background: var(--blanc); font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 300; color: var(--noir); transition: border-color .2s; outline: none; resize: vertical; min-height: 80px; line-height: 1.6; }
textarea:focus { border-color: var(--rouge); }

/* ── ILLUSTRATIONS QUI SE DESSINENT AU SCROLL ──────────── */
/* Le tracé se révèle de bas en haut quand l'illustration entre dans l'écran. */
/* La classe .draw-init n'est posée que par le JS : les pages sans ce script
   affichent les illustrations normalement, sans masque. */
@property --draw { syntax: '<number>'; inherits: false; initial-value: 1; }
.draw-init {
    --draw: 0;
    -webkit-mask-image: linear-gradient(to top, #000 calc(var(--draw) * 134% - 22%), rgba(0,0,0,0) calc(var(--draw) * 134%));
            mask-image: linear-gradient(to top, #000 calc(var(--draw) * 134% - 22%), rgba(0,0,0,0) calc(var(--draw) * 134%));
    -webkit-mask-size: 100% 100%;  mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    transition: --draw 1.2s cubic-bezier(.62,.03,.2,1);
}
.draw-init.draw-on { --draw: 1; }
@media (prefers-reduced-motion: reduce) {
    .draw-init { transition: none; --draw: 1 !important; }
}

/* ── SUBPAGE (hébergements / adresse) ─────────────────── */
.subpage-hero { position: relative; background: var(--creme); padding: 132px 0 56px; text-align: center; overflow: hidden; }
.subpage-hero .container { position: relative; z-index: 2; }
.subpage-hero .flower { width: 26px; height: auto; margin-bottom: 18px; opacity: .9; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rouge); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .2s; padding-bottom: 2px; }
.back-link:hover { border-color: var(--rouge); }
.subpage-intro { font-size: 15px; color: var(--gris); max-width: 600px; margin: 22px auto 0; line-height: 1.85; }

/* hébergements list */
.acc-section { background: var(--creme); padding: 18px 0 96px; }
.acc-group { max-width: 880px; margin: 0 auto 60px; padding: 0 32px; }
.acc-group > h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; color: var(--noir); margin-bottom: 6px; }
.acc-group > h3 em { font-style: italic; color: var(--vert); }
.acc-group > .acc-sub { font-size: 13px; color: var(--gris); margin-bottom: 26px; }
.acc-list { display: grid; gap: 14px; }
.acc-card { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; background: var(--blanc); border: 1px solid var(--border); border-radius: 4px; padding: 24px 26px; transition: border-color .25s, transform .25s, box-shadow .25s; }
.acc-card:hover { border-color: var(--rouge); transform: translateY(-2px); box-shadow: 0 16px 32px -22px rgba(110,20,20,.4); }
.acc-info h4 { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 400; margin-bottom: 5px; }
.acc-info .acc-loc { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--rouge); margin-bottom: 9px; }
.acc-info p { font-size: 13px; color: var(--gris); line-height: 1.75; max-width: 520px; }
.acc-go { flex-shrink: 0; align-self: center; display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border: 1px solid var(--rouge); border-radius: 3px; color: var(--rouge); text-decoration: none; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; transition: background .2s, color .2s; white-space: nowrap; }
.acc-go:hover { background: var(--rouge); color: #fff; }
.acc-soon { flex-shrink: 0; align-self: center; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gris); font-style: italic; }
/* cartes avec aperçu photo + distance */
.acc-card.has-photo { align-items: stretch; padding: 16px; }
.acc-thumb { flex: 0 0 auto; width: 150px; }
.acc-thumb image-slot { display: block; width: 150px; height: 100%; min-height: 130px; border-radius: 3px; overflow: hidden; }
.acc-card.has-photo .acc-info { flex: 1 1 auto; align-self: center; min-width: 0; }
.acc-dist { display: inline-flex; align-items: center; gap: 7px; margin: 9px 0 2px; padding: 5px 12px; background: rgba(139,26,26,.06); border: 1px solid rgba(139,26,26,.22); border-radius: 100px; font-size: 9.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rouge); text-decoration: none; font-weight: 500; transition: background .2s; }
.acc-dist:hover { background: rgba(139,26,26,.13); }
.acc-dist .pin { width: 4px; height: 4px; border-radius: 50%; background: var(--rouge); box-shadow: 0 0 0 3px rgba(139,26,26,.18); }
.acc-note { display: inline-block; margin: 9px 0 2px; font-size: 11px; font-style: italic; color: var(--gris); }
@media (max-width: 600px) {
  .acc-card { flex-direction: column; gap: 14px; }
  .acc-go, .acc-soon { align-self: flex-start; }
  .acc-thumb { width: 100%; }
  .acc-thumb image-slot { width: 100%; height: 180px; }
}

/* inline link lists in infos details */
.detail-links { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.detail-links a { display: inline-flex; align-items: center; gap: 5px; padding: 7px 12px; border: 1px solid rgba(139,26,26,.3); border-radius: 3px; color: var(--rouge); text-decoration: none; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; transition: background .2s; }
.detail-links a:hover { background: rgba(139,26,26,.07); }
