body{margin:0;padding:0;font-family:"Cormorant Garamond", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --speed-entry: cubic-bezier(0.22,1,0.36,1);
  --surface-base: #1B2026;
  --tone-panel: #F4F1EC;
}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:1.95rem;bottom:1.5rem;z-index:1200}
.cookies .visual-feature{width:min(24rem,calc(100vw - 1.95rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:1rem;background:#fafafa;color:#0a0f1a;box-shadow:0 14px 26px rgba(0,0,0,0.06)}
.cookies .local-plan{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.cookies strong{font-size:calc(14.3px * 1.35);line-height:1.12}
.cookies .local-plan button{border:0;background:transparent;color:#0a0f1a;text-decoration:underline;font:inherit;cursor:pointer}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.95}
.cookies .wide-headline{display:flex;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .wide-headline button{flex:1;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.35rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies .wide-headline button.cookie-accept{background:#9E2A2B;color:#FFFFFF;border-color:#9E2A2B}
.simple-note{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F4EE;color:#1B2026;}
.soft-list{max-width:1060px;margin:0 auto;}
.simple-note h1{margin:0;font-size:calc(14.3px * 2.65);line-height:1.08;}
