.cookie-consent{position:fixed;z-index:10000;left:clamp(14px,3vw,32px);right:clamp(14px,3vw,32px);bottom:clamp(14px,3vw,28px);display:none;max-width:720px;margin-left:auto;padding:clamp(20px,3vw,28px);border:1px solid rgba(81,66,121,.18);border-radius:22px;background:#faf7f3;color:#1c182c;box-shadow:0 24px 70px rgba(28,24,44,.24);font-family:Manrope,Arial,sans-serif}
.cookie-consent.is-visible{display:block}
.cookie-consent h2{margin:0 0 8px;font-family:Fraunces,Georgia,serif;font-size:clamp(1.35rem,2.5vw,1.7rem);font-weight:500;line-height:1.2}
.cookie-consent p{margin:0;color:#635d6a;font-size:.92rem;line-height:1.6}
.cookie-consent a{color:#514279;text-decoration:underline;text-underline-offset:3px}
.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.cookie-consent__button{min-height:44px;padding:10px 18px;border:1px solid #514279;border-radius:999px;font:600 .88rem/1 Manrope,Arial,sans-serif;cursor:pointer}
.cookie-consent__button--accept{background:#514279;color:#fff}
.cookie-consent__button--reject{background:transparent;color:#514279}
.cookie-consent__button:focus-visible{outline:3px solid rgba(81,66,121,.3);outline-offset:3px}
body.has-dot-cursor .cursor-dot{z-index:10001}
@media (max-width:520px){.cookie-consent__actions{display:grid}.cookie-consent__button{width:100%}}

