/* Age gate +18 — Le Canebier en Provence */
.lcb-agegate{
  position:fixed;
  inset:0;
  z-index:99999;
  background:linear-gradient(160deg,#0f2f49,#174365);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.5rem;
  font-family:'Mulish',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
.lcb-agegate__box{
  background:#fff;
  max-width:440px;
  width:100%;
  border-radius:10px;
  padding:2.6rem 2.2rem;
  text-align:center;
  box-shadow:0 20px 60px rgba(0,0,0,.4);
  border-top:4px solid #c2a368;
}
.lcb-agegate__logo{
  max-height:80px;
  width:auto;
  margin:0 auto 1.4rem;
  display:block;
}
.lcb-agegate__title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:600;
  font-size:1.9rem;
  color:#174365;
  margin:0 0 .6rem;
}
.lcb-agegate__text{
  color:#555;
  font-size:.95rem;
  line-height:1.6;
  margin:0 0 1.6rem;
}
.lcb-agegate__actions{
  display:flex;
  flex-direction:column;
  gap:.7rem;
}
.lcb-agegate__yes{
  background:#174365;
  color:#f3ead7;
  padding:.9rem 1.5rem;
  border-radius:5px;
  font-weight:700;
  font-size:1rem;
  text-decoration:none;
  transition:.2s;
  cursor:pointer;
}
.lcb-agegate__yes:hover{
  background:#c2a368;
  color:#fff;
}
.lcb-agegate__no{
  color:#7a7065;
  font-size:.85rem;
  padding:.4rem;
  text-decoration:none;
}
.lcb-agegate__no:hover{
  color:#174365;
}
.lcb-agegate__legal{
  font-size:.72rem;
  color:#999;
  margin:1.2rem 0 0;
  line-height:1.4;
}
