:root{
  --rouge:#CF4514;
  --rouge-lt:#E8693A;
  --rouge-pale:#F5E8E3;
  --gris:#545454;
  --gris-dk:#3A3A3A;
  --gris-lt:#F7F5F3;
  --white:#FFFFFF;
  --text:#3A3A3A;
  --muted:#8A8A8A;
  --border:rgba(83,83,83,0.12);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--white);color:var(--text);font-family:'Lato',sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:2px 2.5rem;height:90px;box-shadow:0 2px 16px rgba(0,0,0,.06)}
.nav-logo{height:72px;width:auto;display:block}
nav ul{list-style:none;display:flex;gap:2rem}
nav ul li a{color:var(--gris);text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:600;letter-spacing:.04em;transition:color .2s;padding-bottom:2px;border-bottom:2px solid transparent}
nav ul li a:hover{color:var(--rouge);border-bottom-color:var(--rouge)}
.nav-socials{display:flex;align-items:center;gap:.5rem}
.nav-social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--muted);border:1px solid var(--border);transition:color .2s,border-color .2s}
.nav-social-link:hover{color:var(--rouge);border-color:var(--rouge)}
.burger{display:none;cursor:pointer;background:none;border:none;flex-direction:column;gap:5px;padding:4px;flex-shrink:0}
.burger span{display:block;width:22px;height:1.5px;background:var(--gris)}

/* HERO DIAPORAMA */
.hero-diapo{position:relative;width:100%;height:100vh;min-height:500px;overflow:hidden;margin-top:0}
.hero-slides{width:100%;height:100%;position:relative}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease;background:linear-gradient(135deg,#f5e6df 0%,#ede0d8 50%,#e8d5cc 100%)}
.hero-slide--active{opacity:1;z-index:1}
.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-diapo::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.35) 0%,rgba(0,0,0,.20) 40%,rgba(0,0,0,.55) 100%);z-index:2;pointer-events:none}
.hero-overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;width:100%;left:0;right:0;margin:0 auto}

.hero-tagline{font-family:'Cormorant Garamond',serif;font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:400;font-style:italic;color:rgba(255,255,255,.9);margin-bottom:2rem;text-shadow:0 2px 12px rgba(0,0,0,.4);letter-spacing:.04em}
.btn-rdv{display:inline-block;background:var(--rouge);color:var(--white);text-decoration:none;padding:.9rem 2.8rem;font-family:'Lato',sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:background .2s,transform .15s;box-shadow:0 4px 20px rgba(207,69,20,.4)}
.btn-rdv:hover{background:var(--rouge-lt);transform:translateY(-2px)}
.hdiapo-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);color:var(--white);cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s;pointer-events:all}
.hdiapo-btn:hover{background:rgba(207,69,20,.7)}
.hdiapo-prev{left:1.2rem}.hdiapo-next{right:1.2rem}
.hdiapo-dots{display:none}
.hdiapo-dots .dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:background .2s,transform .2s}
.hdiapo-dots .dot.on{background:var(--rouge);transform:scale(1.3)}
@media(max-width:768px){.hero-diapo{height:80vh}}

/* BLOC TEXTE HERO */
.hero-text{background:var(--gris-dk);padding:3rem 2rem;text-align:center}
.hero-text-sub{color:rgba(255,255,255,.72);max-width:700px;margin:0 auto 2rem;font-size:1rem;line-height:1.85}
.hero-text-sub strong{color:var(--rouge-lt)}
.hero-text-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-primary-dark{display:inline-block;background:var(--rouge);color:var(--white);text-decoration:none;padding:.82rem 2.4rem;font-family:'Lato',sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:background .2s,transform .15s}
.btn-primary-dark:hover{background:var(--rouge-lt);transform:translateY(-1px)}
.btn-white{display:inline-block;background:var(--white);color:var(--gris-dk);text-decoration:none;padding:.82rem 2.4rem;font-family:'Lato',sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:background .2s}
.btn-white:hover{background:var(--rouge-pale)}

/* SECTIONS */
section{padding:5rem 2rem}
.inner{max-width:1100px;margin:0 auto}
.eyebrow{display:flex;align-items:center;gap:.9rem;margin-bottom:.7rem}
.eyebrow-bar{width:28px;height:2px;background:var(--rouge);flex-shrink:0}
.eyebrow-text{font-family:'Lato',sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--rouge)}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.5vw,2.8rem);color:var(--gris-dk);margin-bottom:.6rem;line-height:1.15;font-weight:600}
.section-sub{color:var(--muted);max-width:560px;margin-bottom:2.8rem;font-size:.97rem}

/* ACTUALITÉS (Behold) */
#actualites{background:var(--gris-lt)}
.behold-wrap{width:100%;margin-bottom:2rem}
.insta-cta{text-align:center;margin-top:.5rem}
.insta-btn{display:inline-flex;align-items:center;gap:.7rem;background:var(--gris-dk);color:var(--white);text-decoration:none;padding:.85rem 2.2rem;font-family:'Lato',sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-bottom:3px solid var(--rouge);transition:background .2s,transform .15s}
.insta-btn:hover{background:var(--rouge);transform:translateY(-1px)}

/* PRESTATIONS */
#prestations{background:var(--white)}
.prestations-coming{text-align:center;padding:4rem 2rem;color:var(--muted);font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-style:italic}
.prestations-coming span{display:block;font-size:.8rem;font-family:'Lato',sans-serif;letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem;color:var(--rouge)}

/* AVIS */
#avis{background:var(--gris-lt)}
.avis-score-row{display:flex;align-items:center;gap:2rem;margin-bottom:2.8rem;flex-wrap:wrap}
.avis-badge{display:flex;align-items:center;gap:1.2rem;background:var(--white);border:1px solid var(--border);padding:1.2rem 1.8rem;box-shadow:0 2px 12px rgba(0,0,0,.05)}
.avis-badge-logo{display:flex;flex-direction:column;align-items:center;gap:5px}
.avis-badge-source{font-family:'Lato',sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.avis-badge-score{display:flex;align-items:baseline;gap:.7rem}
.big-score{font-family:'Cormorant Garamond',serif;font-size:4rem;line-height:1;color:var(--gris-dk)}
.score-detail{display:flex;flex-direction:column;gap:3px}
.stars{color:var(--rouge);font-size:1.1rem;letter-spacing:3px}
.score-label{font-size:.78rem;color:var(--muted)}
.avis-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.avis-card{background:var(--white);border:1px solid var(--border);padding:1.8rem;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.avis-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.8rem}
.avis-author{font-weight:700;font-size:.9rem;color:var(--gris-dk)}
.avis-small-stars{color:var(--rouge);font-size:.75rem;letter-spacing:2px;margin-top:2px}
.avis-date{font-size:.72rem;color:var(--muted)}
.avis-text{font-size:.95rem;color:#6A6A6A;line-height:1.7;font-style:italic}
.g-source{display:flex;align-items:center;gap:5px;font-family:'Lato',sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.1em;color:var(--muted);text-transform:uppercase;margin-top:1rem}
.g-dot{width:14px;height:14px;border-radius:50%;background:#4285F4;display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:white;flex-shrink:0}
.beers-loading{display:flex;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:var(--muted);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}
.loading-pip{width:10px;height:10px;border-radius:50%;background:var(--rouge);animation:pipPulse 1.1s ease-in-out infinite}
@keyframes pipPulse{0%,100%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}
.beers-empty{padding:2rem;text-align:center;color:var(--muted);font-style:italic}

/* NOUS TROUVER */
#nous-trouver{background:var(--rouge)}
.trouver-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.address-card{background:var(--gris-dk);padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}
.address-icon-wrap{width:60px;height:60px;background:rgba(207,69,20,.15);border-radius:50%;display:flex;align-items:center;justify-content:center}
.address-line1{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:var(--white);font-weight:600}
.address-line2{font-size:.88rem;color:rgba(255,255,255,.5)}
.itineraire-btn{display:inline-flex;align-items:center;gap:.6rem;background:var(--rouge);color:var(--white);text-decoration:none;padding:.85rem 2rem;font-family:'Lato',sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:background .2s,transform .15s}
.itineraire-btn:hover{background:var(--rouge-lt);transform:translateY(-1px)}
.info-block{margin-bottom:2.2rem}
.info-head{font-family:'Lato',sans-serif;font-size:.64rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--rouge);display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem;padding-bottom:.55rem;border-bottom:1px solid var(--border)}
.info-row{display:flex;gap:.8rem;align-items:flex-start;margin-bottom:.45rem}
.info-ico{color:var(--rouge);font-size:.82rem;flex-shrink:0;margin-top:3px}
.info-row a{color:var(--text);text-decoration:none;font-size:.94rem}
.info-row a:hover{color:var(--rouge)}
.ht{width:100%;border-collapse:collapse}
.ht tr{border-bottom:1px solid var(--border)}
.ht td{padding:.42rem 0;font-size:.88rem}
.ht td:first-child{font-family:'Lato',sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);width:38%}
.ht td:last-child{color:var(--text)}
.ht .closed td{opacity:.35}
.socials-row{display:flex;gap:.7rem;flex-wrap:wrap}
.social-link{display:flex;align-items:center;gap:6px;border:1px solid var(--border);padding:.5rem 1rem;color:var(--text);text-decoration:none;font-family:'Lato',sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:border-color .2s,color .2s,background .2s}
.social-link:hover{border-color:var(--rouge);color:var(--rouge);background:var(--rouge-pale)}

/* STRIPE */
.stripe{background:var(--rouge);padding:1.4rem 2rem;text-align:center}
.stripe p{font-family:'Lato',sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.15em;color:var(--white);text-transform:uppercase}

/* FOOTER */
footer{background:var(--white);border-top:3px solid var(--rouge)}
.footer-inner{max-width:1100px;margin:0 auto;padding:2.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.footer-logo{height:180px;width:auto}
.footer-info{display:flex;flex-direction:column;gap:4px;text-align:center}
.footer-info p{color:var(--muted);font-size:.82rem}
.footer-socials{display:flex;gap:.6rem}
.footer-copy{border-top:1px solid var(--border);padding:.8rem 2rem;text-align:center}
.footer-copy p{color:var(--muted);font-size:.75rem}

/* RESPONSIVE */
@media(max-width:800px){
  .trouver-grid{grid-template-columns:1fr;gap:2.5rem}
  nav{padding:0 1.2rem}
  nav ul{display:none}
  .burger{display:flex}
  nav ul.open{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:var(--white);padding:1.5rem 1.2rem;gap:1.2rem;border-bottom:2px solid var(--rouge);box-shadow:0 8px 24px rgba(0,0,0,.1)}
  section{padding:3.5rem 1.2rem}
  .footer-inner{flex-direction:column;align-items:center;text-align:center}
}
@media(max-width:600px){.avis-score-row{flex-direction:column}}

.actu-coming{text-align:center;padding:4rem 2rem;border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.actu-coming-icon{font-size:3rem;opacity:.4}
.actu-coming p{color:var(--muted);font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-style:italic;line-height:1.6}

.actu-coming{text-align:center;padding:4rem 2rem;border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.actu-coming-icon{font-size:3rem;opacity:.4}
.actu-coming p{color:var(--muted);font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-style:italic;line-height:1.6}

#nous-trouver .section-title{color:var(--white)}
#nous-trouver .eyebrow-text{color:rgba(255,255,255,.8)}
#nous-trouver .eyebrow-bar{background:var(--white)}
#nous-trouver .info-head{color:rgba(255,255,255,.9);border-bottom-color:rgba(255,255,255,.2)}
#nous-trouver .ht td:first-child{color:rgba(255,255,255,.65)}
#nous-trouver .ht td:last-child{color:var(--white)}
#nous-trouver .ht tr{border-bottom-color:rgba(255,255,255,.15)}
#nous-trouver .ht .closed td{opacity:.4;color:rgba(255,255,255,.4)}
#nous-trouver .info-row a{color:var(--white)}
#nous-trouver .info-row a:hover{color:rgba(255,255,255,.7)}
#nous-trouver p[style]{color:rgba(255,255,255,.65) !important}
#nous-trouver .social-link{border-color:rgba(255,255,255,.3);color:var(--white);background:rgba(255,255,255,.08)}
#nous-trouver .social-link:hover{border-color:var(--white);background:rgba(255,255,255,.2)}
#nous-trouver .address-card{background:rgba(0,0,0,.2)}
#nous-trouver .itineraire-btn{background:var(--white);color:var(--rouge)}
#nous-trouver .itineraire-btn:hover{background:var(--rouge-pale);color:var(--rouge)}

/* ── PRESTATIONS DYNAMIQUES ── */
.prest-grid{display:flex;flex-direction:column;gap:2.5rem}
.prest-group{background:var(--white);border:1px solid var(--border);overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05);margin-bottom:.5rem}
.prest-group-header{background:var(--rouge);padding:1.2rem 1.8rem}
.prest-title{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:600;color:var(--white);margin:0}
.prest-subtitle{color:rgba(255,255,255,.75);font-size:.85rem;margin-top:.2rem;font-style:italic}
.prest-items{padding:.5rem 0}
.prest-subtitle-row{padding:.7rem 1.8rem .3rem;font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-style:italic;color:var(--rouge);border-bottom:1px solid var(--border);margin-bottom:.3rem}
.prest-item{display:flex;align-items:baseline;justify-content:space-between;padding:.65rem 1.8rem;border-bottom:1px solid var(--border);gap:1rem}
.prest-item:last-child{border-bottom:none}
.prest-item:hover{background:var(--gris-lt)}
.prest-item-left{display:flex;flex-direction:column;gap:.15rem;flex:1}
.prest-name{font-size:.95rem;color:var(--gris-dk);font-weight:400}
.prest-detail{font-size:.78rem;color:var(--muted);font-style:italic}
.prest-price{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:600;color:var(--rouge);white-space:nowrap;flex-shrink:0}

.nav-tel-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--rouge);color:var(--white);text-decoration:none;padding:.4rem 1rem;font-family:'Lato',sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.04em;white-space:nowrap;transition:background .2s}
.nav-tel-btn:hover{background:var(--rouge-lt)}
.nav-tel-btn::before{content:"📞";font-size:.75rem}

/* ── PRESTATIONS REDESIGN ── */
.prest-section{margin-bottom:0;border:1px solid var(--border);overflow:hidden}
.prest-main-title{background:#8B2010;color:var(--white);text-align:center;padding:.8rem 1.5rem;font-family:'Lato',sans-serif;font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.prest-rows{padding:0;margin:0}
.prest-sub-title{background:#F5E8E3;color:var(--rouge);padding:.55rem 1.5rem;font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-style:italic;font-weight:600;border-bottom:1px solid #EDD5CC}
.prest-line{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;border-bottom:1px solid var(--border);gap:1rem}.prest-line:has(> .prest-line-name:empty){display:none !important;padding:0 !important;border:none !important;height:0 !important;overflow:hidden !important}
.prest-line:last-child{border-bottom:none}
.prest-line:hover{background:var(--gris-lt)}
.prest-line-name{font-size:.9rem;color:var(--gris-dk);flex:1}
.prest-line-price{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:600;color:var(--rouge);white-space:nowrap;text-align:right;min-width:60px}

.prest-line:empty{display:none}
.prest-line-name:empty + .prest-line-price:empty{display:none}
.prest-section .prest-rows .prest-line:last-child:not(:first-child){border-bottom:none}
/* Cache les lignes dont le contenu est vide */
.prest-line:has(.prest-line-name:empty){display:none}

@media(max-width:800px){
  nav{padding:4px 1rem;flex-wrap:nowrap;gap:.5rem}
  .nav-socials{display:flex;align-items:center;gap:.4rem;flex-shrink:0}
  .nav-tel-btn{font-size:.72rem;padding:.35rem .7rem;white-space:nowrap}
  .nav-social-link{width:28px;height:28px}
  .footer-inner{flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:1.5rem 1rem}
  .footer-logo{height:80px}
  .footer-info p{font-size:.78rem}
  .footer-socials{justify-content:center}
  .footer-copy{padding:.6rem 1rem}
  .footer-copy p{font-size:.7rem}
}
@media(max-width:480px){
  .nav-tel-btn{font-size:.65rem;padding:.3rem .5rem}
  .nav-tel-btn::before{content:"📞";font-size:.7rem}
  .footer-logo{height:60px}
}
