:root{
  --teal:#588B8B; --teal-deep:#305B5A; --teal-ink:#1F2E2C;
  --teal-light:#9FC1BE; --teal-wash:#E7F0ED; --celadon:#418B8B;
  --gold:#C9A05A; --brun:#6F4E37; --cream:#F7F3EC; --mist:#6E7775; --line:#E4E6E4;
  --ok:#4F8A6B; --alert:#C0473C;
  --font-title:'Crimson Pro',Georgia,serif;
  --font-body:'Inter',system-ui,sans-serif;
  --radius:12px;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font-body);color:var(--teal-ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:var(--font-title);font-weight:600;letter-spacing:-.01em;line-height:1.12}
a{color:var(--teal-deep)}
img{max-width:100%;display:block}
.container{max-width:1360px;margin:0 auto;padding:0 clamp(24px,4vw,56px)}

.site-nav{display:flex;align-items:center;gap:22px;padding:18px 0}
.site-nav .brand{font-family:var(--font-title);font-weight:600;font-size:24px;margin-right:auto}
.brand .dot-latte{width:.46em;height:.46em;display:inline-block;margin-left:.06em;vertical-align:.44em}
.nav-account{display:inline-flex;align-items:center;padding:6px;border-radius:50%}
.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:10px;border:0;background:transparent;cursor:pointer}
.nav-burger span{display:block;height:2px;width:100%;background:var(--teal-ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.site-nav.open .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-nav.open .nav-burger span:nth-child(2){opacity:0}
.site-nav.open .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:820px){
  .site-nav{flex-wrap:wrap;gap:12px;row-gap:0}
  .site-nav .brand{order:1}
  .nav-burger{display:inline-flex;order:2;margin-left:auto}
  .site-nav .nav-account{order:3}
  .site-nav>a:not(.brand):not(.nav-account),.site-nav>.nav-drop{order:4;width:100%;display:none}
  .site-nav.open>a:not(.brand):not(.nav-account),.site-nav.open>.nav-drop{display:block}
  .site-nav.open{padding-bottom:14px}
  .site-nav.open>a:not(.brand):not(.nav-account),.site-nav.open>.nav-drop>.nav-drop-t{padding:11px 2px;border-top:1px solid var(--line)}
  .site-nav a.btn-primary{width:100%;text-align:center;padding:12px 18px !important;margin-top:6px}
  .nav-drop-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 0 6px 14px;min-width:0}
  .nav-drop-t .caret{display:none}
  .site-header.scrolled .brand{font-size:30px !important}
}
.nav-account:hover svg{stroke:var(--teal-deep)}
.nav-ako{text-decoration:none}
.gal{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.gal figure{position:relative;margin:0}
.gal img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;display:block}
.gal-tip{position:absolute;left:8px;bottom:8px;background:var(--teal-ink);color:var(--cream);font-size:11.5px;font-weight:600;padding:4px 11px;border-radius:999px;opacity:0;transition:opacity .15s;pointer-events:none;white-space:nowrap}
.gal figure:hover .gal-tip{opacity:1}
.caro{position:relative;margin-top:14px;aspect-ratio:16/10;border-radius:10px;overflow:hidden}
.caro figure{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .45s ease}
.caro figure.on{opacity:1}
.caro img{width:100%;height:100%;object-fit:cover;display:block}
.caro .gal-tip{z-index:2}
.caro:hover figure.on .gal-tip{opacity:1}
.caro-btn{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:rgba(31,46,44,.55);color:#F7F3EC;border:none;font-size:18px;line-height:1;cursor:pointer;z-index:3;opacity:0;transition:opacity .15s}
.caro:hover .caro-btn{opacity:1}
.caro-prev{left:8px}
.caro-next{right:8px}
.caro-dots{position:absolute;bottom:9px;right:11px;display:flex;gap:5px;z-index:2}
.caro-dots i{width:7px;height:7px;border-radius:50%;background:rgba(247,243,236,.6);cursor:pointer}
.caro-dots i.on{background:#F7F3EC}
.site-nav a{text-decoration:none;color:var(--teal-ink);font-weight:500;font-size:15px}
.site-nav a:not(.btn):not(.nav-ako):not(.nav-account){font-size:15px}
.site-nav a:hover{color:var(--teal-deep)}
.site-nav a.btn-primary{color:var(--cream)}
.site-nav a.btn-primary:hover{color:#fff}

.btn{display:inline-block;font-weight:600;font-size:15px;border-radius:10px;padding:12px 22px;text-decoration:none;border:none;cursor:pointer;transition:.2s}
.btn-primary{background:var(--teal-deep);color:#fff}
.btn-primary:hover{background:var(--teal)}
.btn-ghost{background:transparent;color:var(--teal-deep);border:1.5px solid var(--teal-deep)}

.hero{background:var(--celadon);color:var(--cream);border-radius:0 0 24px 24px;padding:40px 0 46px;margin-bottom:6px}
.hero-inner{display:flex;align-items:center;gap:48px}
.hero-text{flex:1 1 44%}
.hero-cta{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.hero-photo{flex:0 1 50%;min-width:0;max-height:370px;object-fit:cover;object-position:left center;border-radius:24px;margin:-18px -32px -26px 0}
@media(max-width:920px){.hero-inner{flex-direction:column;align-items:stretch}.hero-photo{max-height:220px;flex-basis:auto}}
/* Hero : la photo devient un carrousel, agrandi */
.hero .caro{flex:1 1 56%;min-width:0;aspect-ratio:3/2;max-height:480px;margin:0 -32px 0 0;border-radius:24px}
@media(max-width:920px){.hero .caro{max-height:250px;flex-basis:auto;margin:0;aspect-ratio:16/10}}
.hero h1{font-size:46px;margin-bottom:10px;color:var(--cream)}
.hero p{font-family:var(--font-title);font-style:italic;font-size:21px;opacity:.94;margin-bottom:22px;color:var(--cream)}

section{padding:clamp(44px,5.5vw,72px) 0}
section.container{padding-top:clamp(44px,5.5vw,72px);padding-bottom:clamp(44px,5.5vw,72px)}
.info-strip{display:flex;gap:18px 40px;flex-wrap:wrap;align-items:center;justify-content:space-between;background:var(--teal-wash);border-radius:16px;padding:20px 28px;font-size:14.5px;color:var(--teal-deep)}
.info-strip b{color:var(--teal-ink);font-weight:600}
.info-it{display:flex;align-items:center;gap:14px;flex:1 1 260px;min-width:220px}
.info-it svg{width:34px;height:34px;stroke:var(--teal-deep);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.info-pill{display:flex;align-items:center;gap:9px;background:#fff;border-radius:12px;padding:12px 20px;font-weight:600;color:var(--teal-ink);flex:0 0 auto}
.info-pill svg{width:22px;height:22px;stroke:var(--teal-deep);fill:none;stroke-width:1.7;stroke-linecap:round}
@media(max-width:820px){.info-strip{justify-content:flex-start}.info-pill{width:100%;justify-content:center}}
.lieux-wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:14px;align-items:stretch}
.lieux-map{grid-column:1;grid-row:1 / span 2;min-width:0;min-height:220px;background:#EDF3EE;border-radius:14px;overflow:hidden;transition:opacity .18s ease}
.lieux-list{display:contents}
.lieu-card{cursor:pointer;transition:border-color .15s,box-shadow .15s;display:flex;gap:18px;align-items:stretch;justify-content:space-between}
.lieu-txt{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px}
.lieu-photo{width:132px;align-self:stretch;object-fit:cover;border-radius:10px;flex:0 0 auto}
.lieu-card.lieu-on,.lieu-card:hover{border-color:var(--teal)}
.lieu-card h3{margin-bottom:0}
.lieu-addr{color:var(--teal-ink);font-size:15px}
.lieu-hours{color:var(--mist);font-size:13px;line-height:1.55}
.lieu-hours b{color:var(--teal-ink);font-weight:600}
.lieu-actions{margin-top:auto;padding-top:10px;display:flex;align-items:center;gap:18px}
.lieu-actions .iti{color:var(--mist);font-weight:600}
.lieu-actions .iti:hover{color:var(--teal-deep)}
.iti{font-size:13.5px;font-weight:600;color:var(--teal-deep);text-decoration:none}
.iti:hover{text-decoration:underline}
@media(max-width:820px){.lieux-wrap{grid-template-columns:1fr}.lieux-map{grid-column:1;grid-row:auto;min-height:240px}}
.section-title{font-size:30px;margin-bottom:18px}
.section-title::after{content:"";display:block;width:52px;height:3px;margin-top:10px;border-radius:2px;background:var(--celadon)}
.muted{color:var(--mist)}
.grid{display:grid;gap:18px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}
.card h3{font-size:19px;margin-bottom:6px}
.wip{display:inline-block;font-size:12px;font-weight:600;color:#7a5a1e;background:#f4e8d2;border-radius:999px;padding:5px 12px;margin-bottom:10px}

.concept-teaser{background:var(--teal-wash);border-radius:14px;padding:30px 36px;margin-top:22px}
.ako-teaser{display:flex;align-items:center;gap:40px}
.ako-teaser .ako-txt{flex:1;min-width:0}
.ako-teaser .ako-txt p:last-of-type{margin-bottom:18px}
.ako-logo-big{flex:0 0 auto;width:190px;max-width:32%;height:auto}
@media(max-width:820px){.ako-teaser{flex-direction:column-reverse;align-items:flex-start;gap:20px}.ako-logo-big{width:150px}}
.concept-teaser .ct-lede{font-family:var(--font-title);font-size:23px;line-height:1.35;color:var(--teal-deep);margin-bottom:14px}
.concept-teaser p{margin-bottom:14px}
.tarif-teaser{display:flex;align-items:center;gap:24px 56px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px 32px;margin-top:22px}
.tt-prix{font-family:var(--font-title);font-weight:600;font-size:36px;line-height:1.1}
.tt-lab{font-size:13.5px;color:var(--mist)}
.tarif-teaser .btn{margin-left:auto}
@media(max-width:820px){.tarif-teaser .btn{margin-left:0}}
.site-foot{background:var(--teal-deep);color:#dbe8e4;padding:44px 0 26px;margin-top:40px}
.foot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.foot-col h4{font-family:var(--font-title);font-weight:600;color:#fff;font-size:18px;margin-bottom:12px}
.foot-col a{display:block;color:#dbe8e4;text-decoration:none;font-size:14.5px;margin-bottom:8px}
.foot-col a:hover{color:#fff;text-decoration:underline}
.foot-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:30px;padding-top:16px;font-size:13px;color:#bcd2cd}
.foot-bottom a{color:#bcd2cd}
.foot-bottom a:hover{color:#fff}
@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}}

@media(max-width:820px){.grid-4,.grid-3{grid-template-columns:1fr 1fr}.hero h1{font-size:38px}}

/* --- Menu déroulant "Nos cafés coworking" --- */
.nav-drop{position:relative}
.nav-drop-t{display:inline-flex;align-items:center;gap:5px;cursor:pointer}
.nav-drop .caret{font-size:11px;color:var(--mist)}
.nav-drop:hover .caret,.nav-drop:focus-within .caret{color:var(--teal-deep)}
.nav-drop-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;min-width:236px;box-shadow:0 12px 30px rgba(31,46,44,.14);opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .15s,transform .15s;z-index:40}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{opacity:1;visibility:visible;transform:none}
.nav-drop-menu a{display:block;padding:9px 12px;border-radius:8px;font-size:15px !important;color:var(--teal-ink)}
.nav-drop-menu a:hover{background:var(--teal-wash);color:var(--teal-deep)}

/* --- Encart lieu : bouton + affordance clic --- */
.lieu-cta{font-size:14px;font-weight:700;color:var(--teal-deep);text-decoration:none}
.lieu-cta:hover{text-decoration:underline}
.lieu-card:hover .lieu-cta{color:var(--teal)}
.lieu-card:hover{box-shadow:0 8px 22px rgba(31,46,44,.08)}

/* --- Pages shop --- */
.shop-eyebrow{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--cream);opacity:.8;margin-bottom:8px}
.shop-facts{font-size:15px;color:var(--cream);margin-bottom:20px;line-height:1.85}
.shop-facts b{color:#fff}
.shop-cols{display:flex;gap:34px;align-items:center}
.shop-cols.rev{flex-direction:row-reverse}
.shop-cols>div{flex:1 1 50%;min-width:0}
.shop-cols>img{flex:1 1 50%;min-width:0;width:100%;border-radius:16px;object-fit:cover;max-height:380px}
.shop-lede{font-family:var(--font-title);font-size:22px;line-height:1.4;color:var(--teal-deep);margin-bottom:14px}
.shop-map{background:#EDF3EE;border-radius:16px;overflow:hidden;aspect-ratio:560/360}
.shop-info dt{font-family:var(--font-title);font-size:18px;color:var(--teal-deep);margin-top:16px}
.shop-info dd{margin:3px 0 0;color:var(--teal-ink)}
.mlines{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.mline{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:12px;font-size:12.5px;font-weight:700;color:#fff}
.shop-cta{background:var(--teal-wash);border-radius:16px;padding:28px 36px;display:flex;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.shop-cta h2{font-size:25px;margin:0}
@media(max-width:820px){.shop-cols,.shop-cols.rev{flex-direction:column}}

/* --- Header sticky translucide au scroll, opaque au survol --- */
.site-header{position:sticky;top:0;z-index:100;background:var(--cream);transition:background-color .3s ease,backdrop-filter .3s ease,box-shadow .3s ease}
.site-header.scrolled{background:rgba(247,243,236,.72);backdrop-filter:saturate(1.15) blur(8px);-webkit-backdrop-filter:saturate(1.15) blur(8px);box-shadow:0 2px 12px rgba(31,46,44,.07)}
.site-header.scrolled:hover{background:var(--cream);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 2px 12px rgba(31,46,44,.05)}

/* Header : s'amincit à l'état scrolled (redevient normal au survol / en haut) */
.site-nav{transition:padding .3s ease}
.site-nav .brand{transition:font-size .3s ease}
.site-header.scrolled .site-nav{padding-top:9px;padding-bottom:9px}
.site-header.scrolled .brand{font-size:34px !important}
.site-header.scrolled:hover .site-nav{padding-top:18px;padding-bottom:18px}
.site-header.scrolled:hover .brand{font-size:40px !important}

/* Footer : titre "Nos cafés coworking" cliquable vers /lieux.html */
.foot-col h4 a{color:#fff;text-decoration:none;font-size:inherit;font-weight:inherit;font-family:inherit;margin:0;display:inline}
.foot-col h4 a:hover{text-decoration:underline}

/* Ligne "salles de réunion / cabines" sur les cartes lieux */
.lieu-rooms{font-size:13px;font-weight:600;color:var(--teal-deep)}

/* --- Cartes "salles de réunion" (pages shop) --- */
.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;margin-top:24px}
.room-card{padding:0;overflow:hidden;display:flex;flex-direction:column}
.room-card>a{display:block;overflow:hidden}
.room-img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--teal-wash);transition:transform .4s ease}
.room-card>a:hover .room-img{transform:scale(1.04)}
.room-body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}
.room-card h3{font-size:18px;margin-bottom:0}
.room-cap{font-size:13.5px;color:var(--mist)}
.room-price{font-weight:600;color:var(--teal-deep);font-size:14.5px}
.room-body .btn{margin-top:12px;align-self:flex-start;padding:9px 18px}

/* --- Bandeau note Google --- */
.rating-band{display:flex;align-items:center;gap:26px;background:var(--teal-wash);border-radius:16px;padding:26px 32px;flex-wrap:wrap}
.rb-score{font-family:var(--font-title);font-weight:600;font-size:56px;line-height:1;color:var(--teal-deep)}
.rb-score span{font-size:24px;color:var(--mist)}
.rb-txt .stars{color:var(--gold);font-size:22px;letter-spacing:3px;margin-bottom:4px}
.rb-txt p{color:var(--teal-ink);max-width:560px}

/* --- Mini-FAQ --- */
.faq details{border-bottom:1px solid var(--line);padding:15px 0}
.faq summary{font-family:var(--font-title);font-size:18px;color:var(--teal-deep);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:22px;color:var(--teal);line-height:1}
.faq details[open] summary::after{content:"\2013"}
.faq details p{margin-top:10px;color:var(--teal-ink)}

/* --- Bandeau CTA final --- */
.final-cta{background:var(--celadon);border-radius:20px;padding:46px 40px;text-align:center;color:#fff}
.final-cta h2{font-size:32px;color:#fff;margin-bottom:10px}
.final-cta p{font-family:var(--font-title);font-style:italic;font-size:19px;color:var(--cream);margin-bottom:24px}
.final-cta .btn{margin:6px}

/* --- Bandes de section pleine largeur (rythme visuel type akō) --- */
html{overflow-x:clip}
.tint{position:relative;z-index:0}
.tint::before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:calc(-50vw + 50%);width:100vw;background:var(--band-bg,#E4EEEB)}
.sec-eyebrow{font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-deep);opacity:.72;margin-bottom:8px}
/* Les encadrés vert d'eau passent en contenu simple : c'est la bande qui porte le fond */
.concept-teaser{background:transparent;padding:0;margin-top:6px}
.rating-band{background:#fff;border:1px solid var(--line)}

/* Palette de teintes de bandes (douces, on-brand) */
.tint.sage{--band-bg:#E4EEEB}
.tint.sand{--band-bg:#F3EBD9}
.tint.clay{--band-bg:#EFE4DA}
.lieux-map{border:1px solid #cddfd8}

.shop-map{border:1px solid #cddfd8}

/* --- Cartes salle : deux actions (En savoir plus + Réserver) --- */
.room-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.room-body .room-actions .btn{margin-top:0}

/* --- Page détail salle --- */
.rd-crumb{font-size:14px;color:var(--mist);margin-bottom:6px}
.rd-crumb a{color:var(--mist);text-decoration:none}
.rd-crumb a:hover{color:var(--teal-deep);text-decoration:underline}
.rd-facts{display:flex;gap:10px 12px;flex-wrap:wrap;margin-top:16px;font-size:14px;color:var(--teal-ink)}
.rd-facts .rf{display:inline-flex;align-items:center;gap:8px;background:var(--teal-wash);padding:8px 15px;border-radius:999px}
.rd-facts .rf svg{width:18px;height:18px;stroke:var(--teal-deep);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rd-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;margin-top:22px;height:min(56vw,420px)}
.rd-gallery .g-main{grid-row:1 / span 2;grid-column:1}
.rd-gallery img,.rd-gallery .g-ph{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;background:var(--teal-wash)}
.rd-gallery img{cursor:zoom-in;transition:filter .2s ease;min-height:118px}
.rd-gallery img:hover{filter:brightness(1.06)}
.rd-gallery .g-ph{min-height:120px;display:flex;align-items:center;justify-content:center;color:var(--teal-deep);font-size:13px;font-weight:600;border:1.5px dashed var(--teal-light);text-align:center;padding:10px}
.rd-gallery .g-main img{height:100%}
/* Bandeau immersif fiche salle */
.salle-hero{position:relative;border-radius:0 0 22px 22px;overflow:hidden;min-height:400px;display:flex;margin-bottom:4px}
.salle-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;cursor:zoom-in}
.salle-hero-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(20,32,28,.85) 0%,rgba(20,32,28,.34) 48%,rgba(20,32,28,.12) 100%)}
.salle-hero-in{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding-top:20px;padding-bottom:26px;width:100%}
.salle-hero .rd-crumb,.salle-hero .rd-crumb a{color:rgba(255,255,255,.9)}
.salle-hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}
.salle-hero .sec-eyebrow{color:#cfe0d8}
.salle-hero-info h1{font-family:var(--font-title);font-weight:600;font-size:42px;line-height:1;color:#fff;margin:6px 0 14px}
.salle-hero .rd-facts{margin-top:0}
.salle-hero .rd-facts .rf{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.32);color:#fff}
.salle-hero .rd-facts .rf svg{stroke:#fff}
.salle-hero-cta .btn{white-space:nowrap}
@media(max-width:700px){.salle-hero{min-height:360px}.salle-hero-info h1{font-size:32px}}
.salle-subbar{margin-top:16px}
.salle-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}
.salle-gallery img{width:100%;height:150px;object-fit:cover;border-radius:12px;display:block;cursor:zoom-in;transition:filter .2s ease;background:var(--teal-wash)}
.salle-gallery img:hover{filter:brightness(1.06)}

/* Bandeau salle scindé (panneau vert + photo en fond) */
.salle-hero2{display:grid;grid-template-columns:0.82fr 1.18fr;background:var(--teal-deep);border-radius:18px;overflow:hidden;min-height:400px}
.sh2-panel{display:flex;align-items:center}
.sh2-inner{color:var(--cream);padding:40px clamp(26px,3vw,46px);width:100%}
.sh2-inner .rd-crumb,.sh2-inner .rd-crumb a{color:rgba(255,255,255,.8);margin-bottom:14px;font-size:13px}
.sh2-eyebrow{font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:#a9c6bd;font-weight:600;margin-bottom:8px}
.sh2-inner h1{font-family:var(--font-title);font-weight:600;font-size:38px;line-height:1.02;color:#fff;margin:0 0 12px}
.sh2-sub{font-family:var(--font-title);font-style:italic;font-size:17px;color:var(--teal-wash);margin:0 0 24px;max-width:420px}
.sh2-facts{display:flex;flex-wrap:wrap;gap:16px 22px;margin-bottom:26px}
.sh2-fact{display:flex;gap:9px;font-size:12.5px;line-height:1.35;color:#cfe0d8;min-width:130px}
.sh2-fact svg{width:18px;height:18px;stroke:#9fc1be;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;margin-top:1px}
.sh2-fact b{display:block;color:#fff;font-weight:500;font-size:13.5px}
.sh2-photo{background-size:cover;background-position:center;min-height:300px}
@media(max-width:820px){.salle-hero2{grid-template-columns:1fr}.sh2-panel{order:2}.sh2-photo{order:1;min-height:220px}.sh2-inner h1{font-size:30px}}
/* Mosaïque photos salle */
.salle-mosaic{display:grid;gap:10px;margin-top:6px;grid-auto-rows:172px}
.salle-mosaic img,.salle-mosaic .m-tile{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;background:var(--teal-wash)}
.salle-mosaic img{cursor:zoom-in;transition:filter .2s ease}
.salle-mosaic img:hover{filter:brightness(1.06)}
.salle-mosaic .m-big{grid-row:span 2}
.m-tile{border:0;cursor:pointer;color:var(--teal-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:13px;font-weight:600;text-align:center;padding:10px}
.m-tile:hover{background:var(--teal-light)}
.m-tile svg{width:26px;height:26px;stroke:var(--teal-deep);fill:none;stroke-width:1.6}
@media(max-width:820px){.salle-mosaic{grid-template-columns:1fr 1fr !important;grid-auto-rows:150px}.salle-mosaic .m-big{grid-column:1 / -1}}

/* Visionneuse plein écran */
.lightbox{position:fixed;inset:0;z-index:200;background:rgba(31,46,44,.88);display:none;align-items:center;justify-content:center;padding:30px}
.lightbox.on{display:flex}
.lightbox img{max-width:90vw;max-height:88vh;border-radius:10px;box-shadow:0 24px 60px rgba(0,0,0,.45)}
.lb-close{position:absolute;top:16px;right:22px;background:none;border:0;color:#fff;font-size:36px;line-height:1;cursor:pointer;opacity:.85}
.lb-close:hover{opacity:1}
.lb-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.16);border:0;color:#fff;font-size:28px;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lb-nav:hover{background:rgba(255,255,255,.3)}
.lb-prev{left:18px}.lb-next{right:18px}
@media(max-width:600px){.lb-nav{width:40px;height:40px;font-size:24px}}
.dispo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:24px}
.dispo-item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px}
.dispo-item svg{flex:none;width:26px;height:26px;stroke:var(--teal-deep);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.dispo-item b{display:block;font-size:15px;color:var(--teal-ink)}
.dispo-item span{font-size:13px;color:var(--mist)}
.rd-price{font-family:var(--font-title);font-size:30px;font-weight:600;color:var(--teal-deep);line-height:1.1}
@media(max-width:820px){.rd-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto;height:auto}.rd-gallery .g-main{grid-column:1 / span 2;grid-row:auto}.rd-gallery img{min-height:150px}.rd-gallery .g-main img{min-height:230px}}

/* --- Formulaire devis / contact salle --- */
.devis-form{max-width:640px;margin-top:24px}
.devis-form .fld{margin-bottom:16px}
.devis-form label{display:block;font-weight:600;color:var(--teal-ink);font-size:14.5px;margin-bottom:6px}
.devis-form input,.devis-form textarea{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:10px;font-size:15px;font-family:var(--font-body);color:var(--teal-ink);background:#fff;box-sizing:border-box}
.devis-form input:focus,.devis-form textarea:focus{outline:none;border-color:var(--teal)}
.devis-form input[readonly]{background:var(--teal-wash);color:var(--teal-deep);font-weight:600}
.devis-form textarea{min-height:120px;resize:vertical}
.devis-form .row{display:flex;gap:16px;flex-wrap:wrap}
.devis-form .row .fld{flex:1 1 200px}
.devis-note{font-size:13px;color:var(--mist);margin-top:14px;max-width:640px}
.devis-ok{background:var(--teal-wash);border:1px solid var(--teal-light);border-radius:12px;padding:18px 20px;color:var(--teal-deep);max-width:640px;margin-top:18px}

/* --- Hero : ornement doré + mini-features --- */
.hero-sprig{display:block;margin-bottom:10px}
.hero-feats{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:24px}
.hero-feats .hf{display:flex;align-items:center;gap:11px;color:var(--cream);font-size:13.5px;line-height:1.35;max-width:230px}
.hero-feats .hf-ic{flex:none;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.hero-feats .hf-ic svg{width:18px;height:18px;stroke:var(--cream);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* --- Section "Plus qu'un lieu" (atouts + carte café) --- */
.container.env{padding-top:30px;padding-bottom:44px}
.env-head{text-align:center}
.env-head h2{font-family:var(--font-title);font-weight:600;font-size:30px;line-height:1.2;max-width:720px;margin:0 auto;color:var(--teal-ink)}
.env-sprig{display:block;margin:14px auto 0}
.env-cols{display:flex;gap:36px;align-items:center;margin-top:40px}
.env-feats{flex:1 1 64%;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.feat{text-align:center}
.feat-ic{width:56px;height:56px;border-radius:50%;border:1.5px solid var(--teal-light);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.feat-ic svg{width:25px;height:25px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.feat h3{font-size:16.5px;margin-bottom:6px}
.feat p{color:var(--mist);font-size:13px;line-height:1.5;margin:0 auto}
.env-card{flex:0 0 470px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;align-items:stretch;min-width:0}
.env-card img{width:44%;flex:none;object-fit:cover;display:block}
.env-card-body{flex:1;padding:22px 24px;align-self:center}
.env-card-body h3{font-family:var(--font-title);font-weight:600;font-size:22px;line-height:1.2;margin-bottom:10px}
.env-card-body p{color:var(--mist);font-size:13.5px;line-height:1.55;margin-bottom:16px}
@media(max-width:900px){.env-cols{flex-direction:column;align-items:stretch}.env-feats{grid-template-columns:1fr 1fr}.env-card{flex-basis:auto}.env-head h2{font-size:24px}}
@media(max-width:560px){.env-card{flex-direction:column}.env-card img{width:100%;height:200px}}

/* --- Accueil : section « Nos 4 lieux » compactée --- */
.card.lieu-card{padding:13px 15px}
.lieux-list{gap:10px}
.lieu-card{gap:14px}
.lieu-txt{gap:3px}
.lieu-card h3{font-size:16px}
.lieu-addr{font-size:14px}
.lieu-hours{font-size:12.5px;line-height:1.4}
.lieu-rooms{font-size:12.5px}
.lieu-actions{padding-top:6px;gap:14px}
.lieu-photo{width:170px}

/* --- Accueil : bloc « L'esprit Hubsy » (citation + boutons + atouts) --- */
.esprit-lede{font-family:var(--font-title);font-size:20px;line-height:1.4;color:var(--celadon);margin-bottom:14px}
.esprit-quote{background:var(--teal-wash);border-left:4px solid var(--celadon);border-radius:0 12px 12px 0;padding:18px 24px;margin-top:16px}
.esprit-quote p{font-family:var(--font-title);font-weight:600;font-size:26px;line-height:1.15;color:var(--teal-ink);margin:0}
.esprit-quote i{font-style:italic}
.esprit-cta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:18px}
.esprit-feats{display:flex;flex-wrap:wrap;gap:26px 44px;margin-top:34px}
.esprit-feats .ef{max-width:170px}
.esprit-feats .ef svg{width:28px;height:28px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;display:block;margin-bottom:8px}
.esprit-feats .ef b{display:block;font-size:15px;color:var(--teal-ink);margin-bottom:2px}
.esprit-feats .ef span{font-size:13px;color:var(--mist);line-height:1.4}

/* --- Accueil : tarifs en cartes --- */
.prix-intro{max-width:640px;margin-top:4px;color:var(--teal-ink)}
.prix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;margin-top:28px}
.prix-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 22px;text-align:center;display:flex;flex-direction:column;align-items:center}
.prix-ic{width:52px;height:52px;border-radius:50%;background:var(--teal-wash);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.prix-ic svg{width:24px;height:24px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.prix-card .p-prix{font-family:var(--font-title);font-weight:600;font-size:33px;line-height:1;color:var(--teal-ink)}
.prix-card .p-lab{font-size:14px;color:var(--teal-deep);margin-top:8px}
.prix-card .p-sep{width:38px;height:1px;background:var(--line);margin:15px 0}
.prix-card .p-desc{font-size:13px;color:var(--mist);line-height:1.5;margin:0}
.prix-cta{display:flex;justify-content:center;margin-top:28px}

/* --- Accueil : akō — logo à gauche, texte à droite --- */
.ako-left{flex-direction:row}
.ako-left .ako-logo-big{width:auto;max-height:260px;max-width:42%}
@media(max-width:820px){.ako-left{flex-direction:column;align-items:center;text-align:left}.ako-left .ako-logo-big{width:200px}}

/* --- Page Concept : « comment ça marche » (features + cartes photo) --- */
.cc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;flex-wrap:wrap}
.cc-head .section-title{margin-bottom:0}
.cc-feats{display:flex;gap:24px;flex-wrap:wrap;padding-top:8px}
.cc-feats .cf{max-width:118px;text-align:center}
.cc-feats .cf svg{width:26px;height:26px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 6px;display:block}
.cc-feats .cf span{font-size:12px;color:var(--teal-ink);line-height:1.35;display:block}
.cc-intro{max-width:760px;margin-top:16px}
.cc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.cc-card{background:#fff;border:1px solid var(--line);border-radius:16px;position:relative;display:flex;flex-direction:column}
.cc-card .cc-img{width:100%;height:160px;object-fit:cover;border-radius:16px 16px 0 0;display:block}
.cc-ic{position:absolute;top:160px;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:var(--cream);border:1px solid var(--line);display:flex;align-items:center;justify-content:center}
.cc-ic svg{width:24px;height:24px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.cc-body{padding:36px 22px 24px;text-align:center}
.cc-body h3{font-size:19px;margin-bottom:8px}
.cc-body p{color:var(--mist);font-size:14px;line-height:1.55}
.cc-tag{display:inline-block;margin-top:14px;background:var(--teal-wash);color:var(--teal-deep);font-size:12.5px;font-weight:600;padding:6px 14px;border-radius:999px}
@media(max-width:820px){.cc-grid{grid-template-columns:1fr}.cc-feats{gap:16px}}

/* --- Concept : bandeau photo intégrée (voile teal) --- */
.hero.concept-hero{position:relative;overflow:hidden;padding:52px 0}
.concept-hero .container{position:relative;z-index:2}
.concept-hero .hero-text{max-width:520px}
.concept-hero-img{position:absolute;top:0;right:0;width:64%;height:100%;object-fit:cover;z-index:0}
.concept-hero-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(95deg,var(--celadon) 40%,rgba(65,139,139,.6) 56%,rgba(65,139,139,.16) 86%)}
@media(max-width:820px){.hero.concept-hero{padding:34px 0 0}.concept-hero-img{position:relative;width:100%;height:210px;margin-top:22px}.concept-hero-tint{display:none}}

/* --- Bandeau lieux : carrousel en fondu enchaîné en fond --- */
.hero-fade{position:absolute;top:0;right:0;width:64%;height:100%;z-index:0}
.hero-fade img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .9s ease}
.hero-fade img.on{opacity:1}
@media(max-width:820px){.hero-fade{position:relative;width:100%;height:210px;margin-top:22px;border-radius:16px;overflow:hidden}}
.hero-dots{position:absolute;z-index:3;bottom:18px;right:28px;display:flex;gap:8px;align-items:center}
.hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;cursor:pointer;background:rgba(247,243,236,.55);box-shadow:0 1px 3px rgba(31,46,44,.35);transition:width .25s ease,background .25s ease}
.hero-dots button:hover{background:rgba(247,243,236,.85)}
.hero-dots button.on{width:24px;background:var(--cream)}
@media(max-width:820px){.hero-dots{bottom:12px;right:0;left:0;justify-content:center}}

/* --- Page lieux : « Ce que vous trouvez » (cartes photo + icône) --- */
.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.offer-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.offer-media{position:relative}
.offer-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--teal-wash)}
.offer-ic{position:absolute;left:16px;bottom:-24px;width:50px;height:50px;border-radius:50%;background:var(--teal-wash);border:3px solid #fff;display:flex;align-items:center;justify-content:center}
.offer-ic svg{width:24px;height:24px;stroke:var(--teal-deep);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.offer-body{padding:36px 18px 22px}
.offer-body h3{font-size:19px;margin:0 0 7px}
.offer-body p{font-size:14px;color:var(--mist);margin:0;line-height:1.55}
@media(max-width:820px){.offer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.offer-grid{grid-template-columns:1fr}}

/* --- Bandeau CTA avec photo intégrée en transparence --- */
.shop-cta.cta-photo{position:relative;overflow:hidden;background:var(--celadon)}
.cta-photo-img{position:absolute;top:0;right:0;width:60%;height:100%;object-fit:cover;z-index:0}
.cta-photo-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(95deg,var(--celadon) 40%,rgba(65,139,139,.6) 58%,rgba(65,139,139,.15) 88%)}
.shop-cta.cta-photo>div:not(.cta-photo-tint),.shop-cta.cta-photo>a{position:relative;z-index:2}
.shop-cta.cta-photo h2{color:var(--cream)}
.shop-cta.cta-photo p{color:var(--teal-wash)}
@media(max-width:820px){.cta-photo-img{width:100%}.cta-photo-tint{background:linear-gradient(0deg,rgba(65,139,139,.55),var(--celadon) 70%)}}

/* --- Page Tarifs : cartes illustrées --- */
.tarif-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.tarif-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 20px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 6px 18px rgba(31,46,44,.05)}
.tarif-ic{width:48px;height:48px;border-radius:50%;background:var(--teal-wash);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.tarif-ic svg{width:22px;height:22px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.tarif-amt{font-family:var(--font-title);font-weight:600;font-size:34px;line-height:1}
.tarif-lbl{color:var(--teal-ink);font-size:14.5px;margin-top:9px}
.tarif-div{width:34px;height:2px;background:var(--line);border-radius:2px;margin:15px 0}
.tarif-desc{color:var(--mist);font-size:13.5px;line-height:1.5}
.meeting-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.meeting-card{align-items:stretch;text-align:left;padding:24px 20px 22px}
.meeting-card h3{font-size:19px;margin:0 0 14px}
.meeting-price{color:var(--mist);font-size:14px;line-height:1.45;margin-bottom:18px}
.meeting-price strong{display:block;color:var(--teal-deep);font-family:var(--font-title);font-size:23px;font-weight:600}
.meeting-price small{display:block;font-size:12px;color:var(--mist)}
.meeting-link{margin-top:auto;color:var(--teal-deep);font-size:13.5px;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.meeting-foot{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:18px}
.meeting-foot p{max-width:780px;margin:0;font-size:13.5px}
@media(max-width:600px){.meeting-foot{align-items:flex-start;flex-direction:column}}
.fid-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.fid-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 20px 22px;box-shadow:0 6px 18px rgba(31,46,44,.05)}
.hero-pills{display:flex;flex-wrap:wrap;gap:26px 30px;margin-top:22px}
.hero-pill{display:flex;flex-direction:column;gap:8px;max-width:118px;font-size:12.5px;line-height:1.35;color:var(--teal-wash)}
.hero-pill svg{width:26px;height:26px;stroke:var(--cream);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.visite{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 22px;margin-top:18px;box-shadow:0 6px 18px rgba(31,46,44,.05)}
.visite h2{font-size:21px;text-align:center;margin:0 0 20px}
.visite-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;text-align:center}
.visite-it svg{width:27px;height:27px;stroke:var(--teal-deep);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-bottom:9px}
.visite-it span{display:block;font-size:12.5px;color:var(--mist);line-height:1.4}
@media(max-width:820px){.visite-grid{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:520px){.visite-grid{grid-template-columns:1fr 1fr}}
/* Bandeau presse « Ils parlent de nous » */
.press{margin-top:34px;border-top:1px solid var(--line);padding-top:24px}
.press-lbl{font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--mist);text-align:center;margin-bottom:16px}
.press-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 32px}
.press-row span{font-family:var(--font-title);font-size:20px;color:var(--teal-deep);opacity:.82;letter-spacing:.02em}
.press-row img{height:30px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.55;transition:opacity .2s ease,filter .2s ease}
.press-row img:hover{filter:grayscale(0);opacity:1}
@media(max-width:600px){.press-row{gap:12px 22px}.press-row span{font-size:16px}.press-row img{height:24px}}

/* --- Accueil : bloc « Le café Hubsy » (photo compacte + légende) --- */
.cafe-feature{display:grid;grid-template-columns:1.5fr 1fr;gap:38px;align-items:start}
.cafe-feature-media{margin:0}
.cafe-feature-media img{width:100%;height:290px;object-fit:cover;border-radius:14px;box-shadow:0 8px 22px rgba(31,46,44,.10);display:block}
.cafe-feature-media figcaption{margin-top:9px;font-size:12.5px;color:var(--mist);text-align:center;font-style:italic;display:flex;align-items:center;justify-content:center;gap:7px}
.cafe-feature-media figcaption svg{width:16px;height:16px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.cafe-feats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 6px;margin-top:30px;box-shadow:0 6px 18px rgba(31,46,44,.05)}
.cafe-feat{display:flex;align-items:center;gap:14px;padding:6px 20px;border-left:1px solid var(--line)}
.cafe-feat:first-child{border-left:0}
.cafe-feat-ic{width:46px;height:46px;border-radius:50%;background:var(--teal-wash);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.cafe-feat-ic svg{width:22px;height:22px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.cafe-feat h4{font-family:var(--font-title);font-size:15.5px;font-weight:600;margin:0 0 3px;color:var(--teal-ink)}
.cafe-feat p{font-size:12.5px;color:var(--mist);margin:0;line-height:1.4}
@media(max-width:820px){.cafe-feature{grid-template-columns:1fr;gap:18px}.cafe-feats{grid-template-columns:1fr 1fr;gap:18px 0}.cafe-feat:nth-child(odd){border-left:0}}
@media(max-width:520px){.cafe-feats{grid-template-columns:1fr}.cafe-feat{border-left:0}}
.fid-ic{width:40px;height:40px;border-radius:50%;background:var(--teal-wash);display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.fid-ic svg{width:21px;height:21px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.fid-card h3{font-size:18px;margin:0}
.fid-card .amt{font-family:var(--font-title);font-weight:600;font-size:26px;color:var(--teal-deep);margin:4px 0 8px}
.fid-card .amt small{font-size:14px;font-family:var(--font-body);font-weight:500;color:var(--mist)}
/* Bandeau Tarifs : image plein cadre (pas de tint) */
.tarifs-hero-full{position:relative;overflow:hidden;border-radius:0 0 24px 24px;margin-bottom:6px;min-height:300px;display:flex;align-items:center}
.tarifs-hero-full>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0}
.tarifs-hero-full::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(231,240,237,.62),rgba(231,240,237,.15) 42%,rgba(231,240,237,0) 60%)}
.tarifs-hero-full .container{position:relative;z-index:2;margin:0;max-width:none}
.tarifs-hero-full h1{color:var(--teal-ink);margin-bottom:8px}
.tarifs-hero-full p{font-family:var(--font-title);font-style:italic;font-size:20px;color:var(--teal-deep)}
.tarifs-hero-full .hero-pill{color:var(--teal-deep)}
.tarifs-hero-full .hero-pill svg{stroke:var(--teal-deep)}
@media(max-width:640px){.tarifs-hero-full{min-height:230px}.tarifs-hero-full>img{object-position:78% center}.tarifs-hero-full::before{background:linear-gradient(90deg,rgba(231,240,237,.92),rgba(231,240,237,.55) 55%,rgba(231,240,237,.2))}}
/* Couleurs de la charte : pastilles d'icônes */
.ic-teal{background:var(--teal-wash)}.ic-teal svg{stroke:var(--teal-deep)}
.ic-gold{background:#F6E9CE}.ic-gold svg{stroke:#B0842F}
.ic-clay{background:#EFE1D2}.ic-clay svg{stroke:#9A6B4E}
.ic-sand{background:#EFE7CF}.ic-sand svg{stroke:#8F7A38}
/* Accents colorés des forfaits */
.fid-card.f-gold{border-top:3px solid var(--gold)}
.fid-card.f-teal{border-top:3px solid var(--celadon)}
.fid-card.f-clay{border-top:3px solid #B98A6A}
.fid-card.f-gold .amt{color:#B0842F}
.fid-card.f-clay .amt{color:#9A6B4E}
@media(max-width:820px){.tarif-grid{grid-template-columns:1fr 1fr}.fid-grid{grid-template-columns:1fr}}
.inclus{background:var(--teal-wash);border-radius:14px;padding:16px 20px 18px;margin-bottom:24px}
.inclus-lbl{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;color:var(--teal-deep)}
.inclus-lbl svg{width:18px;height:18px;stroke:var(--teal-deep);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.inclus-items{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:13px}
.inc{display:flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:9px 15px;font-size:13.5px;font-weight:500;color:var(--teal-ink)}
.inc svg{width:18px;height:18px;stroke:var(--teal-deep);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

/* --- Page FAQ : onglets + accordéon illustré + aide --- */
.faq-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 22px}
.faq-tab{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1 1 0;min-width:104px;padding:14px 8px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--mist);transition:.15s;text-align:center}
.faq-tab svg{width:24px;height:24px;stroke:var(--mist);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.faq-tab:hover{border-color:var(--teal-light);color:var(--teal-deep)}
.faq-tab.on{background:var(--teal-wash);border-color:var(--teal-light);color:var(--teal-deep);box-shadow:inset 0 -3px 0 var(--teal-deep)}
.faq-tab.on svg{stroke:var(--teal-deep)}
.faq2{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.faq2 details{border-top:1px solid var(--line)}
.faq2 details:first-child{border-top:0}
.faq2 summary{list-style:none;display:flex;align-items:center;gap:14px;padding:19px 22px;cursor:pointer;font-family:var(--font-title);font-size:18px;font-weight:600;color:var(--teal-ink)}
.faq2 summary::-webkit-details-marker{display:none}
.faq-qic{width:38px;height:38px;border-radius:50%;background:var(--teal-wash);display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:.15s}
.faq-qic svg{width:20px;height:20px;stroke:var(--teal-deep);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.faq2 summary .q{flex:1}
.faq2 summary .pm{width:22px;height:22px;position:relative;flex:0 0 auto}
.faq2 summary .pm::before,.faq2 summary .pm::after{content:"";position:absolute;background:var(--mist);border-radius:2px}
.faq2 summary .pm::before{left:2px;right:2px;top:10px;height:2px}
.faq2 summary .pm::after{top:2px;bottom:2px;left:10px;width:2px;transition:transform .2s}
.faq2 details[open] summary .pm::after{transform:scaleY(0)}
.faq2 details[open] .faq-qic{background:var(--teal-deep)}
.faq2 details[open] .faq-qic svg{stroke:var(--cream)}
.faq2 .faq-a{padding:0 24px 22px 74px;color:var(--mist);font-size:15px;line-height:1.62}
.faq2 .faq-a a{color:var(--teal-deep);font-weight:600}
.faq-cta{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-weight:600;color:var(--teal-deep)}
.faq-help{background:var(--teal-wash);border-radius:18px;overflow:hidden;margin-top:32px}
.faq-help-top{display:grid;grid-template-columns:1fr 1fr}
.faq-help-txt{padding:34px 32px}
.faq-help-txt h2{font-size:27px;margin:0 0 10px}
.faq-help-img{min-height:250px}
.faq-help-img img{width:100%;height:100%;object-fit:cover;display:block}
.faq-help-strip{background:#fff;display:flex;flex-wrap:wrap;gap:14px 30px;padding:16px 24px;margin:18px;border-radius:14px}
.faq-hs{display:flex;align-items:center;gap:11px;font-size:13.5px;color:var(--teal-ink)}
.faq-hs svg{width:24px;height:24px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.faq-now{display:flex;align-items:center;gap:16px;background:#F1EFE9;border-radius:14px;padding:18px 22px;margin-top:22px}
.faq-now .ic{width:46px;height:46px;border-radius:12px;background:var(--teal-wash);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.faq-now .ic svg{width:24px;height:24px;stroke:var(--teal-deep);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.faq-now b{font-family:var(--font-title);font-size:16px}
@media(max-width:820px){.faq-help-top{grid-template-columns:1fr}.faq-help-img{min-height:200px}}

/* --- Logo image Hubsy (remplace le wordmark texte) --- */
.brand-logo{display:block;height:48px;width:auto;transition:height .3s ease}
.site-header.scrolled .brand-logo{height:40px}
.site-header.scrolled:hover .brand-logo{height:48px}
.foot-logo{display:block;height:46px;width:auto;margin-bottom:14px}
@media(max-width:820px){.site-header.scrolled .brand-logo{height:36px}}

/* Bandeau fiche salle : la photo de droite devient un carrousel qui remplit la cellule */
.salle-hero2 .caro{margin:0;border-radius:0;aspect-ratio:auto;min-height:300px}
.salle-hero2 .caro figure{border-radius:0}
@media(max-width:820px){.salle-hero2 .caro{min-height:220px}}

/* Accueil : « comment ça marche » en 3 étapes */
.hiw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:6px}
.hiw-step{display:flex;gap:16px;align-items:flex-start}
.hiw-num{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:var(--teal-deep);color:#fff;font-family:var(--font-title);font-weight:600;font-size:21px;display:flex;align-items:center;justify-content:center}
.hiw-step h3{font-size:19px;margin-bottom:4px}
.hiw-step p{color:var(--mist);font-size:14.5px;margin:0}
@media(max-width:820px){.hiw-grid{grid-template-columns:1fr;gap:16px}}
/* Header : libellé « Mon compte » à côté de l'icône */
.nav-account{gap:7px;border-radius:999px;padding:6px 10px}
.nav-acc-txt{font-size:15px;font-weight:500;color:var(--teal-ink);white-space:nowrap}
.nav-account:hover .nav-acc-txt{color:var(--teal-deep)}
@media(max-width:1000px){.nav-acc-txt{display:none}}

/* Guide capacité des salles (page réservation) — encart dépliable */
.cap-fold{border:1px solid var(--line);border-radius:14px;background:#fff;margin-bottom:22px;overflow:hidden}
.cap-fold>summary{list-style:none;cursor:pointer;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:var(--font-title);font-weight:600;font-size:18px;color:var(--teal-ink)}
.cap-fold>summary::-webkit-details-marker{display:none}
.cap-fold>summary::after{content:"▾";color:var(--teal-deep);font-size:15px;transition:transform .2s ease}
.cap-fold[open]>summary::after{transform:rotate(180deg)}
.cap-body{padding:2px 20px 20px}
.cap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:12px;margin-top:12px}
.cap-card{background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:15px 17px}
.cap-card.evt{background:var(--teal-wash);border-color:#cddfd8}
.cap-chead{display:flex;align-items:baseline;gap:6px;margin-bottom:9px}
.cap-num{font-family:var(--font-title);font-weight:600;font-size:28px;color:var(--teal-deep);line-height:1}
.cap-card.evt .cap-num{color:var(--gold)}
.cap-unit{font-size:12.5px;color:var(--mist)}
.cap-room{font-size:14.5px;color:var(--teal-ink);margin-top:5px}
.cap-room span{color:var(--mist);font-size:12px}
.cap-tag{display:inline-block;margin-top:10px;font-size:11px;font-weight:600;color:var(--teal-deep);background:#fff;border:1px solid #cddfd8;border-radius:999px;padding:2px 9px}

/* Guide capacité : salles cliquables (présélection dans le tunnel) */
.cap-room[data-room]{cursor:pointer;border-radius:6px;transition:color .12s ease}
.cap-room[data-room]:hover,.cap-room[data-room]:focus-visible{color:var(--teal-deep);text-decoration:underline;outline:none}

/* Guide capacité : ligne salle en 2 parties (présélection + lien fiche) */
.cap-room[data-room]{display:flex;align-items:baseline;justify-content:space-between;gap:10px;text-decoration:none}
.cap-room[data-room]:hover,.cap-room[data-room]:focus-visible{text-decoration:none}
.cap-room[data-room]:hover .cap-rname,.cap-room[data-room]:focus-visible .cap-rname{color:var(--teal-deep);text-decoration:underline}
.cap-fiche{flex:0 0 auto;font-size:11.5px;font-weight:600;color:var(--mist);text-decoration:none;white-space:nowrap}
.cap-fiche:hover,.cap-fiche:focus-visible{color:var(--teal-deep);text-decoration:underline;outline:none}

/* Fiches salles : 2e paragraphe (infos incluses) — lisible, un peu plus doux que le titre */
.salle-note{color:#4C5754;margin-top:10px}

/* Avis clients (Google) — cartes */
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:16px}
.review-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 22px}
.rv-head{display:flex;align-items:center;gap:12px;margin-bottom:9px}
.rv-avatar{width:42px;height:42px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-title);font-weight:600;font-size:18px;flex:0 0 auto}
.rv-name{font-weight:600;color:var(--teal-ink);font-size:15px;line-height:1.2}
.rv-meta{font-size:12.5px;color:var(--mist)}
.rv-stars{color:var(--gold);font-size:15px;letter-spacing:1px;margin-bottom:8px}
.rv-text{color:var(--teal-ink);font-size:14.5px;line-height:1.6;margin:0}
.rv-tag{display:inline-block;margin-top:12px;font-size:11.5px;font-weight:600;color:var(--teal-deep);background:var(--teal-wash);border-radius:999px;padding:3px 10px}

/* Accueil : avis longs tronqués proprement (texte complet sur la fiche du café) */
.reviews-home .rv-text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
