.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:2000;display:flex;justify-content:center;pointer-events:none}
.cookie-banner[hidden]{display:none}
.cookie-panel{width:min(720px,100%);background:#FDFAF3;color:#1A1A12;border:1px solid #D4C9B4;border-radius:14px;box-shadow:0 18px 60px rgba(26,26,18,.18);padding:1rem;pointer-events:auto}
.cookie-panel h2{font-family:"Playfair Display",Georgia,serif;font-size:1.05rem;line-height:1.2;margin:0 0 .45rem;color:#1A1A12}
.cookie-panel p{font-family:"Plus Jakarta Sans",Arial,sans-serif;font-size:.82rem;line-height:1.55;color:#6A6858;margin:0}
.cookie-panel a{color:#3D6E4E;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.9rem}
.cookie-actions button{font-family:"Plus Jakarta Sans",Arial,sans-serif;border-radius:999px;border:1px solid #D4C9B4;background:transparent;color:#1A1A12;font-size:.8rem;font-weight:600;padding:.65rem .95rem;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}
.cookie-actions button:hover{border-color:#3D6E4E;transform:translateY(-1px)}
.cookie-actions .cookie-accept{background:#3D6E4E;border-color:#3D6E4E;color:#fff}
.cookie-actions .cookie-reject{background:#EDE7D6}
@media(max-width:560px){
  .cookie-banner{left:.65rem;right:.65rem;bottom:.65rem}
  .cookie-panel{padding:.9rem}
  .cookie-actions{display:grid;grid-template-columns:1fr}
  .cookie-actions button{width:100%}
}
