.cw-age-gate {
  width: min(34rem, calc(100% - 2rem));
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--cw-radius-lg, 1rem);
  color: var(--cw-text, #17221a);
  background: var(--cw-surface, #ffffff);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.28);
}
.cw-age-gate::backdrop { background: rgba(8, 18, 11, 0.82); }
.cw-age-gate__panel { padding: clamp(1.5rem, 5vw, 3rem); }
.cw-age-gate__eyebrow { font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cw-age-gate__actions { display: grid; gap: .75rem; margin-top: 1.5rem; }
.cw-age-gate button { min-height: 2.75rem; padding: .75rem 1rem; cursor: pointer; }
.cw-age-gate button:focus-visible, .cw-age-reset:focus-visible { outline: .2rem solid currentColor; outline-offset: .2rem; }
.cw-age-gate__leave { background: transparent; color: inherit; }
.cw-age-reset { margin: 1rem; border: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; }
body.cw-age-gate-open { overflow: hidden; }
@media (prefers-reduced-motion: reduce) { .cw-age-gate { scroll-behavior: auto; } }
