html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Quicksand", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --tone-accent: #1A1714;
  --speed-entry: cubic-bezier(0.4,0,0.2,1);
  --ink-deep: #F7F4EF;
  --paint-primary: #3A3530;
  --surface-accent: #F1EDE6;
  --tone-cool: #F2402B;
}
a{color:inherit;}
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 1.55rem;
    right: 1.55rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .local-figure {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.16rem;
    padding: 1.5rem 1.55rem;
    background: var(--tone-cool);
    color: #FFFFFF;
    box-shadow: 0 16px 48px rgba(0,0,0,0.18);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .steady-stack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .steady-stack strong {
    font-size: 16px;
}
.cookies .steady-stack button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .simple-grid {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .simple-grid button {
    flex: 1;
    border-radius: 0.29rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .simple-grid button.cookie-accept {
    color: var(--ink-deep);
    border-color: transparent;
    color: var(--tone-accent);
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .local-figure {
        max-width: none;
    }
}
.bottom-menu{padding:calc(1.5rem * 2.4) 1.55rem;background:var(--ink-deep);color:var(--tone-accent);}
.local-section{max-width:1520px;margin:0 auto;}
.bottom-menu h1{margin:0;font-size:calc(17.4px * 2.65);line-height:1.08;}
