body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --motion-soft: cubic-bezier(0.2,0.8,0.2,1);
  --line-inverse: #ddd2b5;
  --surface-primary: #efe7d2;
  --paint-soft: #fffdf6;
  --tone-panel: #3f3d2c;
  --tone-dark: #6b7a3a;
  --line-cool: #2b2a1e;
}

.cookies{position:fixed;inset:0;z-index:1200;display:grid;place-items:end;}
.cookies .wide-quote{position:absolute;inset:0;background:rgba(46, 54, 32, 0.55);color:var(--line-cool);}
.cookies .steady-headline{position:relative;width:min(520px,calc(100vw - (1.99rem * 2)));border-radius:1.33rem;padding:18px;background:linear-gradient(135deg,var(--tone-dark),#b23a2e);color:#f7f3e6;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.cookies .steady-headline h3{margin:0 0 8px;}
.cookies .steady-headline p{margin:0;opacity:.94;}
.cookies .offer-contact{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .offer-contact button{border:0;border-radius:0.33rem;padding:8px 10px;background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;cursor:pointer;}
.cookies .offer-contact button.cookie-accept{background:#b23a2e;color:#fdf6ec;}
