:root {
  --surface-primary: #f6efe4;
  --paint-accent: #1c1611;
  --ease-nav: ease-in-out;
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:clamp(14px,2vw,24px);transform:translateX(-50%);z-index:1200}
.cookies .offer-visual{width:min(32rem,calc(100vw - 28px));padding:14px 16px;border:1px solid #ddcfb6;border-radius:22px;background:#fffaf1;color:#241d17;box-shadow:0 10px 30px rgba(0,0,0,0.11)}
.cookies .tile{margin:0}
.cookies strong{font-size:calc(15.4px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.77}
.cookies .compact-headline{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .compact-headline button{border:1px solid #ddcfb6;background:#efe6d6;color:#3a3027;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .compact-headline button.cookie-accept{background:#8c1f28;color:#fdf7ef}
.form{padding:calc(1.5rem * 2.4) 1.46rem;background:#f7f1e6;color:#241d17;}
.fresh-section{max-width:1000px;margin:0 auto;}
.form h1{margin:0;font-size:calc(15.4px * 2.65);line-height:1.08;}
