html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --motion-slow: cubic-bezier(0.22,1,0.36,1);
}

a{color:inherit;}
.cookies{position:fixed;left:50%;bottom:clamp(14px,2vw,24px);transform:translateX(-50%);z-index:1200}
.cookies .direct-view{width:min(32rem,calc(100vw - 28px));padding:14px 16px;border:1px solid #d6d3d1;border-radius:22px;background:#ffffff;color:#1c1917;box-shadow:0 8px 18px rgba(0,0,0,0.12)}
.cookies .quiet-tile{margin:0}
.cookies strong{font-size:calc(15.1px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.81}
.cookies .local-contact{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .local-contact button{border:1px solid #d6d3d1;background:#e7e5e4;color:#57534e;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .local-contact button.cookie-accept{background:#c2410c;color:#ffffff}
