body{margin:0;padding:0;font-family:"Merriweather", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
:root {
  --ink-strong: #c8392b;
  --paint-muted: #efe6d5;
  --speed-fast: cubic-bezier(0.22,1,0.36,1);
  --ink-page: #2c2620;
  --surface-card: #ddd2bf;
  --surface-accent: #fbf6ec;
  --tone-clear: #1a1612;
}
.cookies .text-team{width:min(38rem,calc(100vw - 1.55rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.86rem;background:#f7f7f7;color:#0a0f1a;box-shadow:0 10px 18px rgba(0,0,0,0.07)}
.cookies strong{font-size:calc(17px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.89}
.cookies .text-surface{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .text-surface>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.26rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--ink-strong);color:#fdf8ef;border-color:var(--ink-strong)}
.simple-figure{padding:calc(1.5rem * 2.4) 1.55rem;background:#f6efe2;color:#1a1612;}
.quiet-menu{max-width:980px;margin:0 auto;}
.simple-figure h1{margin:0;font-size:calc(17px * 2.65);line-height:1.08;}
