/* House of Bubbles — 18+ age gate + cookie banner */

/* Age gate */
.hob-agegate{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;
  background:rgba(51,43,34,.94);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
html.hob-age-ok .hob-agegate{display:none}
.hob-agegate__box{background:var(--hob-ivory,#F2F2F2);color:var(--hob-espresso,#332B22);border-radius:var(--hob-radius-card,20px);
  padding:2.5rem 2rem;max-width:440px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.4)}
.hob-agegate__logo{height:54px;width:auto;margin-bottom:1.25rem}
.hob-agegate__box h2{font-size:1.5rem;margin:0 0 .5rem}
.hob-agegate__box p{color:var(--hob-text-muted,#6B6457);margin:0 0 1.5rem}
.hob-agegate__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}
.hob-agegate__deny{color:#9a3b2e!important;font-weight:600;margin-top:1.25rem!important}

/* Cookie banner */
.hob-cookie{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:900;max-width:720px;margin-inline:auto;
  background:var(--hob-espresso,#332B22);color:var(--hob-ivory,#F2F2F2);border-radius:16px;padding:1rem 1.25rem;
  display:flex;gap:1.25rem;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:0 20px 50px rgba(0,0,0,.3)}
html.hob-cookie-ok .hob-cookie{display:none}
.hob-cookie p{margin:0;font-size:.92rem;flex:1;min-width:220px}
.hob-cookie a{color:var(--hob-gold,#C1A46D)}
.hob-cookie__actions{display:flex;gap:.5rem;flex-wrap:wrap}
