.home-cookie[hidden]{display:none}
.home-cookie{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#1a1816;border-top:1px solid #c9b477;box-shadow:0 -8px 30px #0004;padding:13px 24px}
.home-cookie-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:24px}
.home-cookie p{margin:0;flex:1;font-size:13px;line-height:1.5;color:#faf7f2;text-align:left}
.home-cookie-title{font-family:var(--mono);font-size:12px;letter-spacing:.2em;color:#c9b477;text-transform:uppercase;margin-right:12px}
.home-cookie a{border-bottom:1px solid #c9b477;min-height:44px;display:inline-flex;align-items:center}
.home-cookie-controls{display:flex;gap:8px;flex-shrink:0;justify-content:flex-end}
.home-cookie button{font-size:13px;font-weight:500;padding:10px 18px;min-height:44px;border-radius:999px;border:1px solid #635e55;text-align:center;white-space:nowrap;background:transparent;color:#faf7f2}
.home-cookie #home-cookie-accept{background:#c9b477;border-color:#c9b477;color:#0a0a0a;padding:11px 22px}
.home-cookie-mobile{display:none}
@media(max-width:640px){.home-cookie{padding:13px 16px}.home-cookie-inner{gap:10px}.home-cookie-desktop{display:none}.home-cookie-mobile{display:inline}.home-cookie button{padding:10px 12px}.home-cookie #home-cookie-accept{padding:11px 14px}}
@media(max-width:379px){.home-cookie-inner{flex-direction:column;align-items:stretch}}
