*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Cormorant Garamond", sans-serif;}
a{color:inherit;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:clamp(14px,2vw,24px);transform:translateX(-50%);z-index:1200}
.cookies .quiet-team{width:min(32rem,calc(100vw - 28px));padding:14px 16px;border:1px solid var(--line-deep);border-radius:22px;background:var(--ink-deep);color:var(--ink-soft);box-shadow:0 14px 22px rgba(0,0,0,0.04)}
:root {
  --ink-soft: #1f1815;
  --line-deep: #e3d8d2;
  --tone-main: #3a302c;
  --paint-base: #0f6f74;
  --surface-strong: #c1272d;
  --ink-deep: #ffffff;
  --delay-base: cubic-bezier(0.22,1,0.36,1);
}

.cookies .plain-visual{margin:0}
.cookies strong{font-size:calc(14.3px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.91}
.cookies .fresh-brand{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .fresh-brand button{border:1px solid var(--line-deep);background:#f1e9e4;color:var(--tone-main);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .fresh-brand button.cookie-accept{background:var(--surface-strong);color:#ffffff}
