:root {
  --line-card: #E2D5C2;
  --ink-strong: #FFFFFF;
  --speed-soft: cubic-bezier(0.4,0,0.2,1);
  --paint-clear: #2A1A1C;
}

body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.35rem;right:1.35rem;bottom:1.48rem;z-index:1200;}
.cookies .compact-contact{max-width:860px;margin:0 auto;background:linear-gradient(145deg,#8E1F3A,#2A1A1C);color:#FBF6EE;border-radius:0.53rem;padding:1.48rem 1.35rem;box-shadow:0 8px 24px rgba(0,0,0,0.12);}
.cookies .compact-contact strong{display:block;margin-bottom:6px;}
.cookies .compact-contact p{margin:0;opacity:.9;}
.cookies .contact-block{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;}
.cookies .contact-block button{border:1px solid color-mix(in srgb, currentColor 40%, transparent);background:transparent;border-radius:999px;padding:7px 12px;cursor:pointer;}
.cookies .contact-block button.cookie-accept{background:#B8894A;border-color:transparent;color:#2A1418;font-weight:700;}
