/* ═══════════════════════════════════════════
   WUTAO — Les Arcs 2026 · Landing Page CSS
   ═══════════════════════════════════════════ */

:root {
  --gold:      #9b7530;
  --gold-lt:   #b8913d;
  --gold-pale: #f5efe4;
  --bg:        #f4f4f4;
  --bg-dark:   #1a1814;
  --title:     #333;
  --text:      #111;
  --white:     #fff;
  --red:       #c0392b;
  --orange:    #e07a2a;
  --green:     #4a8c3a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* Loïc : typo corps de texte → DM Sans regular (plus moderne, plus lisible) */
body { font-family: 'DM Sans', sans-serif; font-weight: 400; color: var(--text); background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; color: var(--title); }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,.97); border-bottom: 1px solid #e8e0d2; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 68px; backdrop-filter: blur(10px); transition: box-shadow .3s; }
nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.08); }
.nav-logo img { height: 42px; display: block; }
.logo-fallback { display: none; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--title); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--title); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.btn-nav { background: var(--gold); color: white; border: none; padding: 10px 22px; border-radius: 30px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .04em; cursor: pointer; text-decoration: none; transition: background .2s, transform .15s; white-space: nowrap; }
.btn-nav:hover { background: var(--gold-lt); transform: translateY(-1px); }
.mobile-menu .btn-nav { color: white !important; border-bottom: none !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--title); transition: .3s; transform-origin: center; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: white; border-bottom: 1px solid #e8e0d2; padding: 24px 32px; z-index: 199; flex-direction: column; gap: 20px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 16px; color: var(--title); text-decoration: none; padding: 4px 0; border-bottom: 1px solid #f0ede8; }

/* HERO */
#hero { min-height: auto; padding: calc(68px + 10vh) 0 10vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); align-items: start; }
.hero-left { padding: 0 16px 0 32px; display: flex; flex-direction: column; gap: 8px; justify-content: flex-start; align-self: start; }
.hero-surtitle { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); border-left: 3px solid var(--gold); padding-left: 14px; }
.hero-h1 { font-size: clamp(36px, 4vw, 58px); font-weight: 600; line-height: 1.1; color: var(--title); }
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-subtitle { font-size: 16px; line-height: 1.8; color: #444; font-weight: 400; max-width: 460px; }
.hero-cta-group { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--gold); color: white; border: none; padding: 15px 30px; border-radius: 40px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: .04em; cursor: pointer; text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; }
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(155,117,48,.3); }
.btn-secondary-link { font-size: 14px; color: var(--gold); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-weight: 400; transition: gap .2s; }
.btn-secondary-link:hover { gap: 10px; }

/* VIDEO */
.hero-right { position: relative; display: flex; align-items: flex-start; justify-content: center; padding: 0 40px 0 0; background: var(--white); align-self: start; }
.video-container { position: absolute; inset: 40px; background: #000; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35); transition: all .4s cubic-bezier(.4,0,.2,1); }
.video-container.sticky-mode { position: fixed; bottom: 24px; right: 24px; inset: auto; width: 280px; height: 158px; border-radius: 10px; z-index: 190; box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.video-inner { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(160deg, #2a2218 0%, #1a1510 100%); position: relative; }
.play-btn { width: 68px; height: 68px; border-radius: 50%; border: 2px solid rgba(255,255,255,.6); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .3s; margin-bottom: 12px; }
.play-btn:hover { border-color: var(--gold); background: rgba(155,117,48,.25); }
.play-btn svg { fill: white; margin-left: 5px; }
.video-label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.sticky-close { display: none; position: absolute; top: 6px; right: 8px; background: rgba(0,0,0,.5); color: white; border: none; width: 22px; height: 22px; border-radius: 50%; cursor: pointer; font-size: 14px; line-height: 22px; text-align: center; }
.video-container.sticky-mode .sticky-close { display: block; }
#video-cta { display: none; position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; background: linear-gradient(transparent, rgba(0,0,0,.7)); text-align: center; }
#video-cta a { display: inline-block; background: var(--gold); color: white; padding: 10px 24px; border-radius: 30px; font-size: 13px; font-weight: 500; letter-spacing: .04em; text-decoration: none; transition: .2s; }
#video-cta a:hover { background: var(--gold-lt); }

/* PROOF BAR — Loïc : texte agrandi */
.proof-bar { background: var(--bg-dark); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 16px 40px; }
.proof-item { font-size: 14px; font-weight: 400; letter-spacing: .06em; color: rgba(255,255,255,.7); padding: 4px 28px; border-right: 1px solid rgba(255,255,255,.15); }
.proof-item:last-child { border-right: none; color: #c8a060; font-weight: 500; }
.proof-item strong { color: var(--gold-lt); font-weight: 600; }

/* SECTIONS base */
.section-label { font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.section-h2 { font-size: clamp(28px, 3.5vw, 48px); font-weight: 500; line-height: 1.15; margin-bottom: 14px; }
.section-intro { font-size: 16px; color: #555; line-height: 1.75; font-weight: 400; }

/* RÉASSURANCE PRESSE */
.reassurance-bar { background: var(--white); border-top: 1px solid #ede8e0; border-bottom: 1px solid #ede8e0; padding: 56px 80px; text-align: center; }
.reassurance-eyebrow { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px; color: #999; margin-bottom: 36px; }
.reassurance-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.reassurance-logo-img {
  height: 32px;
  max-width: 130px;
  width: auto;
  object-fit: contain;
  opacity: .8;
  transition: opacity .2s;
}
.reassurance-logo-img:hover { opacity: 1; }
.reassurance-logo-img.dark { opacity: .8; }
.reassurance-quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 960px; margin: 0 auto; }
.reassurance-quote-card { background: var(--bg); border-radius: 12px; padding: 24px 28px; text-align: left; }
.reassurance-quote-source { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.reassurance-quote-text { font-size: 15px; color: #555; line-height: 1.65; font-style: italic; }

/* DISPONIBILITÉS */
#disponibilites { background: var(--bg); padding: 100px 80px; text-align: center; }
.dispo-header { max-width: 680px; margin: 0 auto 48px; }
.stock-api-status { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #aaa; letter-spacing: .05em; margin-bottom: 36px; }
.stock-dot { width: 7px; height: 7px; border-radius: 50%; background: #ccc; flex-shrink: 0; }
.stock-dot.live { background: #4caf50; animation: pdot 2s infinite; }
@keyframes pdot { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.weeks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.week-card { background: white; border-radius: 16px; padding: 36px 28px; text-align: left; border: 1px solid #e8e0d2; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.week-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.1); }
.week-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.week-card.urgent::before { background: linear-gradient(90deg, #d4772a, #e8a050); }
.week-card.available::before { background: linear-gradient(90deg, var(--gold), var(--gold-lt)); }
.week-num { font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #bbb; margin-bottom: 8px; }
.week-dates { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 500; color: var(--title); margin-bottom: 4px; }
.week-title { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; color: #999; margin-bottom: 20px; }
.week-status { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 16px; }
.status-urgent { background: #fff3e8; color: #c96a1a; }
.status-available { background: #f0f7ee; color: var(--green); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; }
.dot-urgent { background: var(--orange); }
.dot-available { background: var(--green); }
.places-wrap { margin-bottom: 22px; }
.places-count { font-size: 14px; color: #666; font-weight: 400; }
.places-count strong { color: var(--title); font-weight: 600; font-size: 16px; }
.places-bar { height: 4px; background: #eee; border-radius: 4px; margin-top: 8px; overflow: hidden; }
.places-bar-fill { height: 100%; border-radius: 4px; background: var(--orange); transition: width 1.5s ease; }

.btn-week { width: 100%; padding: 14px; border-radius: 40px; border: none; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: .04em; cursor: pointer; transition: .2s; text-decoration: none; display: block; text-align: center; }
.btn-week-active { background: var(--gold); color: white; }
.btn-week-active:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-week-disabled { background: #f0f0f0; color: #bbb; cursor: not-allowed; }

/* EXPÉRIENCE */
#experience { padding: 100px 80px; background: white; }
.exp-header { max-width: 700px; margin: 0 auto 56px; text-align: center; }
.accordion-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.accordion-item { border: 1px solid #e8e0d2; border-radius: 12px; overflow: hidden; background: white; }
.accordion-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; cursor: pointer; user-select: none; transition: background .2s; }
.accordion-header:hover { background: var(--gold-pale); }
.accordion-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 500; color: var(--title); }
.accordion-icon { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s, background .2s; color: var(--gold); font-size: 18px; line-height: 1; }
.accordion-item.open .accordion-icon { transform: rotate(45deg); background: var(--gold); color: white; }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height .6s ease; }
.accordion-item.open .accordion-body { max-height: 3000px; }
/* Loïc : texte accordéon agrandi */
.accordion-content { padding: 0 28px 28px; color: #444; font-size: 15px; line-height: 1.8; font-weight: 400; }
.accordion-content p { margin-bottom: 12px; }
.week-detail { border-left: 3px solid var(--gold); padding-left: 20px; margin: 20px 0; }
.week-detail h4 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; margin-bottom: 4px; color: var(--title); }
.week-sub { font-size: 13px; color: #aaa; font-family: 'DM Sans', sans-serif; font-weight: 400; margin-bottom: 12px; display: block; }
.week-detail ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.week-detail ul li { display: flex; flex-direction: column; gap: 3px; padding-left: 12px; border-left: 2px solid var(--gold-lt); }
.week-detail ul li strong { color: var(--title); font-weight: 600; font-size: 15px; }
.week-detail ul li span { color: #555; font-size: 15px; line-height: 1.6; }
.week-with { margin-top: 16px; padding-top: 14px; border-top: 1px solid #f0ede8; font-size: 14px; color: #666; }
.week-with strong { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #bbb; margin-bottom: 6px; }
.week-conclusion { margin-top: 14px; font-style: italic; color: #777; font-size: 15px; line-height: 1.65; }

/* GRILLE VIDÉOS TÉMOIGNAGES */
.temo-video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1100px; margin: 48px auto 0; }
.temo-video-wrap { position: relative; padding-bottom: 56.25%; border-radius: 12px; overflow: hidden; background: #000; box-shadow: 0 8px 32px rgba(0,0,0,.15); cursor: pointer; }
.temo-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .3s; }
.temo-video-wrap:hover .temo-thumb { opacity: .85; }
.temo-play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.temo-play-btn::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.2); }
.temo-play-btn svg { position: relative; z-index: 1; width: 56px; height: 56px; background: var(--gold); border-radius: 50%; padding: 16px; padding-left: 19px; box-shadow: 0 4px 20px rgba(0,0,0,.4); transition: transform .2s; }
.temo-video-wrap:hover .temo-play-btn svg { transform: scale(1.1); }
.temo-video-title { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 14px; background: linear-gradient(transparent, rgba(0,0,0,.7)); color: white; font-size: 13px; font-weight: 500; line-height: 1.4; z-index: 2; }
.temo-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
#temoignages { background: var(--bg); padding: 100px 80px; text-align: center; }
.temo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1100px; margin: 50px auto 0; }
.temo-card { background: white; border-radius: 16px; padding: 32px 28px; text-align: left; border: 1px solid #e8e0d2; }
.temo-quote { font-family: 'Cormorant Garamond', serif; font-size: 44px; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.temo-headline { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--title); margin-bottom: 14px; line-height: 1.3; }
/* Loïc : texte témoignages agrandi */
.temo-text { font-size: 15px; color: #555; line-height: 1.75; font-weight: 400; margin-bottom: 20px; }
.temo-author { font-size: 14px; font-weight: 600; color: var(--title); }
.temo-role { font-size: 13px; color: #aaa; margin-top: 2px; }
.temo-press { background: #faf8f4; }
/* Loïc : "Version Femina" avec majuscules */
.press-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--red); margin-bottom: 10px; letter-spacing: .02em; }
.press-badge { display: inline-block; background: #f0f0f0; color: #888; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; margin-bottom: 14px; }
.press-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: var(--title); line-height: 1.65; }
.temo-more-btn { margin-top: 40px; display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 14px; text-decoration: none; font-weight: 500; border: 1.5px solid var(--gold); padding: 10px 24px; border-radius: 30px; transition: .2s; }
.temo-more-btn:hover { background: var(--gold); color: white; }

#more-videos .temo-video-grid { margin-top: 0; }
@media (max-width: 1024px) { #more-videos .temo-video-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; } }
#logistique { padding: 100px 80px; background: white; }
.logistique-header { text-align: center; max-width: 700px; margin: 0 auto 50px; }

/* CLOSING */
#tarifs { background: var(--bg-dark); padding: 100px 80px; text-align: center; position: relative; overflow: hidden; }
#tarifs::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(155,117,48,.2) 0%, transparent 55%); pointer-events: none; }
#tarifs .section-h2 { color: white; }
#tarifs .section-label { color: var(--gold-lt); }
#tarifs .section-intro { color: rgba(255,255,255,.5); max-width: 560px; margin: 0 auto 56px; font-size: 16px; }
.closing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 900px; margin: 0 auto; }
.closing-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 48px 36px; text-align: center; transition: .3s; position: relative; }
.closing-card:first-child { border-color: rgba(155,117,48,.35); }
.closing-card:hover { background: rgba(255,255,255,.08); border-color: rgba(155,117,48,.5); }
.closing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: white; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 5px 18px; border-radius: 20px; }
.closing-label { font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 14px; }
.closing-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: white; margin-bottom: 10px; }
.closing-card > p { font-size: 15px; color: rgba(255,255,255,.55); line-height: 1.7; font-weight: 400; margin-bottom: 24px; }
.closing-price { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 600; color: white; line-height: 1; }
.closing-price-sub { font-size: 13px; color: rgba(255,255,255,.35); margin: 4px 0 28px; }
.closing-includes { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; text-align: left; }
.closing-includes li { font-size: 14px; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 10px; font-weight: 400; }
.closing-includes li::before { content: '✓'; color: var(--gold-lt); font-size: 13px; flex-shrink: 0; }
.week-select-badge { font-size: 11px; padding: 2px 8px; border-radius: 10px; background: rgba(255,255,255,.1); }
.btn-primary-gold { display: block; width: 100%; background: var(--gold); color: white; border: none; padding: 16px; border-radius: 40px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: .04em; cursor: pointer; text-decoration: none; transition: .2s; }
.btn-primary-gold:hover { background: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(155,117,48,.4); }
.btn-outline-light { display: block; width: 100%; background: transparent; color: white; border: 1.5px solid rgba(255,255,255,.3); padding: 16px; border-radius: 40px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 400; letter-spacing: .04em; cursor: pointer; text-decoration: none; transition: .2s; }
.btn-outline-light:hover { border-color: var(--gold-lt); color: var(--gold-lt); }
.call-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.call-form input { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); color: white; padding: 13px 16px; border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 14px; transition: border .2s; outline: none; }
.call-form input::placeholder { color: rgba(255,255,255,.35); }
.call-form input:focus { border-color: var(--gold-lt); }

/* FOOTER — Loïc : padding bottom pour ne pas être masqué par le bouton WA */
footer { background: #0f0e0b; color: rgba(255,255,255,.35); padding: 48px 80px 90px; }
.footer-final { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; color: rgba(255,255,255,.55); text-align: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 24px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.4); text-decoration: none; }
.footer-links a:hover { color: var(--gold-lt); }

/* WHATSAPP FLOAT */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 180; background: #25d366; color: white; border-radius: 50px; padding: 13px 18px 13px 14px; display: flex; align-items: center; gap: 9px; box-shadow: 0 6px 24px rgba(37,211,102,.4); text-decoration: none; font-size: 13px; font-weight: 500; transition: .25s; }
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,.5); }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 40px 24px 24px; }
  .hero-right { height: auto; min-height: unset; padding: 0 16px 40px; display: flex; align-items: center; justify-content: center; }
  .hero-right wistia-player { width: 100% !important; }
  .video-container.sticky-mode { width: 200px; height: 113px; }
  .weeks-grid, .temo-grid, .temo-video-grid, .closing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  #disponibilites, #experience, #temoignages, #logistique, #tarifs { padding: 60px 24px; }
  .reassurance-bar { padding: 40px 24px; }
  .reassurance-quotes { grid-template-columns: 1fr; }
  .reassurance-logos { gap: 24px; }
  footer { padding: 40px 24px 90px; }
  .proof-bar { gap: 0; flex-direction: column; padding: 16px 24px; }
  .proof-item { font-size: 13px; padding: 6px 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); width: 100%; text-align: center; }
  .proof-item:last-child { border-bottom: none; }
  .wa-text { display: none; }
  .wa-float { padding: 14px; border-radius: 50%; }
}