body{margin:0;padding:0;font-family:"Alegreya", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --speed-slow: cubic-bezier(0.2,0.8,0.2,1);
  --ink-dark: #e8a13a;
  --surface-accent: #8a3b1f;
  --ink-deep: #fdf8ee;
  --ink-primary: #3f3021;
  --surface-card: #e0cfb2;
  --tone-extra-6: #2b1e14;
}

footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;padding:12px}
.cookies .section{max-width:1040px;margin:0 auto;padding:12px 14px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:18px;background:linear-gradient(135deg, #fbf4e8 0%, #f1e4cd 55%, #e8d3b0 100%);color:#2b1e14;box-shadow:0 12px 22px rgba(0,0,0,0.09);display:flex;align-items:center;justify-content:space-between;gap:1.15rem}
.cookies .service-headline{max-width:52rem}
.cookies .service-headline strong{display:block;font-size:calc(15.2px * 1.35)}
.cookies .service-headline p{margin:6px 0 0;line-height:1.86}
.cookies .quiet-block{display:flex;gap:8px;flex-wrap:wrap}
.cookies .quiet-block button{border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .quiet-block button.cookie-accept{background:#fbf4e8;color:#2b1e14}
@media(max-width:720px){.cookies .section{display:block}.cookies .quiet-block{margin-top:12px}}
