/* Theme-owned age confirmation. */
.bdf-age-locked{overflow:hidden}
.bdf-age-gate[hidden],.bdf-age-gate-denied[hidden],.bdf-age-gate-question[hidden]{display:none!important}
.bdf-age-gate{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:24px;overflow:auto}
.bdf-age-gate-backdrop{position:absolute;inset:0;background:rgba(4,17,34,.84);backdrop-filter:blur(5px)}
.bdf-age-gate-panel{position:relative;width:min(100%,620px);max-height:calc(100vh - 48px);overflow:auto;padding:44px clamp(28px,5vw,62px) 32px;border-top:4px solid var(--bdf-ochre);background:var(--bdf-paper);box-shadow:0 28px 80px rgba(0,0,0,.32);color:var(--bdf-navy);text-align:center}
.bdf-age-gate-panel>img{width:min(260px,75%);height:auto;margin:0 auto 26px}
.bdf-age-gate-kicker{margin:0 0 22px;color:var(--bdf-ochre-dark);font-family:var(--bdf-sans);font-size:10px;font-weight:700;letter-spacing:.18em}
.bdf-age-gate h2{margin:0 0 16px;font-family:var(--bdf-serif);font-size:clamp(45px,7vw,70px);font-weight:400;line-height:1}
.bdf-age-gate-question>p,.bdf-age-gate-denied>p{max-width:450px;margin:0 auto;color:var(--bdf-charcoal);font-family:var(--bdf-serif);font-size:20px;line-height:1.45}
.bdf-age-gate-actions{display:grid;gap:12px;justify-items:stretch;margin:30px auto 0;max-width:350px}
.bdf-age-gate-actions button,.bdf-age-gate-denied a{min-height:50px;padding:13px 18px;border:1px solid var(--bdf-navy);font-family:var(--bdf-sans);font-size:11px;font-weight:700;letter-spacing:.07em;cursor:pointer}
.bdf-age-gate-accept{display:flex;align-items:center;justify-content:center;gap:18px;color:var(--bdf-white);background:var(--bdf-navy)}
.bdf-age-gate-accept:hover{background:var(--bdf-ochre-dark);border-color:var(--bdf-ochre-dark)}
.bdf-age-gate-decline{color:var(--bdf-navy);background:transparent}
.bdf-age-gate-decline:hover{background:var(--bdf-ivory)}
.bdf-age-gate-actions button:focus-visible,.bdf-age-gate-denied a:focus-visible{outline:2px solid var(--bdf-ochre-dark);outline-offset:3px}
.bdf-age-gate-denied a{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;color:var(--bdf-white);background:var(--bdf-navy);text-decoration:none;text-transform:uppercase}
.bdf-age-gate-note{margin:30px auto 0;max-width:440px;padding-top:18px;border-top:1px solid var(--bdf-line);color:var(--bdf-muted);font-family:var(--bdf-serif);font-size:14px;line-height:1.5}
@media(max-width:520px){.bdf-age-gate{padding:12px}.bdf-age-gate-panel{max-height:calc(100vh - 24px);padding:28px 24px 24px}.bdf-age-gate-panel>img{margin-bottom:20px}.bdf-age-gate-question>p,.bdf-age-gate-denied>p{font-size:18px}.bdf-age-gate-note{margin-top:22px}}
