:root {
  --surface-light: #C0392B;
  --delay-base: cubic-bezier(0.2,0.8,0.2,1);
  --tone-deep: #FFF8F0;
}

body{margin:0;padding:0;font-family:"Merriweather", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;inset:0 0 auto 0;z-index:1200;}
.cookies .soft-brand{max-width:900px;margin:0 auto;padding:10px 1.75rem;background:#EFE6D3;border:1px solid #E0D2B6;border-radius:0 0 0.99rem 0.99rem;display:flex;align-items:center;justify-content:space-between;gap:1.15rem;flex-wrap:wrap;color:#3F3428;}
.cookies .soft-brand p{margin:6px 0 0 6px;}
.cookies .focused-shell{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .focused-shell a{text-decoration:none;border:1px solid #E0D2B6;border-radius:999px;background:#FFFCF5;color:#2A2118;padding:6px 10px;}
.cookies .focused-shell a.cookie-accept{background:var(--surface-light);border-color:var(--surface-light);color:var(--tone-deep);}
