/* ======================================================================
   FRISTET.DK Ã¢â‚¬â€ FÃƒâ€ LLES DESIGN-SHELL Ã‚Â· RYDDET
   Layoutlag for HEADER, BURGERMENU, NOTIFIKATIONER og FOOTER.

   FARVER:
   Alle farver kommer nu fra /assets/css/fristet-theme.css.
   Denne fil mÃƒÂ¥ ikke lÃƒÂ¦ngere have sin egen palette.

   VIGTIGT:
   - fristet-theme.css skal indlÃƒÂ¦ses FÃƒËœR denne fil.
   - Denne fil styrer struktur/responsivitet for header/footer.
   - Ingen lyse/hvide kortflader er tilsigtet i selve design-shell'en.
   ====================================================================== */

:root {
    --fristet-radius-sm: 12px;
    --fristet-radius: 18px;
    --fristet-radius-lg: 24px;
    --fristet-shell: 1220px;
}
html {
    min-width: 320px;
    background: var(--fristet-bg);
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: clip;
    background: var(--fristet-bg);
    color: var(--fristet-text);
    font-family: var(--fristet-font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
picture,
video,
canvas,
svg {
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

:where(a, button, input, select, textarea, summary):focus-visible {
    outline:3px solid color-mix(in srgb, var(--fristet-plum-gloss) 34%, transparent);
    outline-offset: 3px;
}

::selection {
    background:color-mix(in srgb, var(--fristet-plum-gloss) 24%, transparent);
    color: var(--fristet-bg);
}

/* ----------------------------------------------------------------------
   HEADER Ã¢â‚¬â€ DESKTOP
   ---------------------------------------------------------------------- */

body:not(.header-auth-page) .site-header,
body.header-auth-page .site-header {
    position: relative !important;
    z-index: 10000 !important;
    width: 100% !important;
    min-height: 86px !important;
    border: 0 !important;
    border-bottom: 1px solid color-mix(in srgb, var(--fristet-bronze) 18%, transparent) !important;
    background:linear-gradient(180deg,var(--fristet-card) 0%,var(--fristet-bg) 100%) !important;
    box-shadow: 0 7px 24px rgba(84, 35, 55, .055) !important;
    color: var(--fristet-text) !important;
    -webkit-backdrop-filter: blur(16px) saturate(125%);
    backdrop-filter: blur(16px) saturate(125%);
}

body:not(.header-auth-page) .site-header .site-header__top,
body.header-auth-page .site-header .site-header__top {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(210px, 1fr) auto minmax(300px, 1fr) !important;
    align-items: center !important;
    width: min(1440px, calc(100% - 48px)) !important;
    max-width: none !important;
    min-height: 86px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body:not(.header-auth-page) .site-header .site-header__logo,
body.header-auth-page .site-header .site-header__logo {
    position: static !important;
    z-index: 4 !important;
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    grid-template-rows: auto auto !important;
    grid-column: 1 !important;
    align-items: baseline !important;
    justify-self: start !important;
    width: max-content !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    color: var(--fristet-plum) !important;
    font-family: var(--fristet-font-heading) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: .95 !important;
    letter-spacing: .02em !important;
    text-decoration: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
}

body:not(.header-auth-page) .site-header .site-header__logo::before,
body.header-auth-page .site-header .site-header__logo::before {
    content: none !important;
    display: none !important;
}

body .site-header .site-header__logo-main {
    grid-column: 1 !important;
    grid-row: 1 !important;
    color:var(--fristet-heading) !important;
}

body .site-header .site-header__logo-domain {
    grid-column: 2 !important;
    grid-row: 1 !important;
    color:var(--fristet-plum-gloss) !important;
}

body .site-header .site-header__logo small {
    display: block !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    margin: 5px 0 0 !important;
    color: var(--fristet-muted) !important;
    font-family: var(--fristet-font-body) !important;
    font-size: 7px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .16em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body:not(.header-auth-page) .site-header .site-header__nav-row {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    min-height: 86px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 300px !important;
    border: 0 !important;
    background: transparent !important;
    pointer-events: none !important;
}

body:not(.header-auth-page) .site-header .site-header__nav {
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(18px, 2.2vw, 34px) !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: auto !important;
}

body:not(.header-auth-page) .site-header .site-header__nav a,
body:not(.header-auth-page) .site-header .site-header__nav a:link,
body:not(.header-auth-page) .site-header .site-header__nav a:visited {
    position: relative !important;
    display: inline-flex !important;
    min-height: 86px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 2px !important;
    border: 0 !important;
    background: transparent !important;
    color:var(--fristet-text) !important;
    font-family: var(--fristet-font-body) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
    transition: color .18s ease, transform .18s ease !important;
}

body:not(.header-auth-page) .site-header .site-header__nav a::after,
body:not(.header-auth-page) .site-header .site-header__nav a:hover::after,
body:not(.header-auth-page) .site-header .site-header__nav a:focus-visible::after,
body:not(.header-auth-page) .site-header .site-header__nav a.is-active::after {
    content: none !important;
    display: none !important;
}

body:not(.header-auth-page) .site-header .site-header__nav a:hover,
body:not(.header-auth-page) .site-header .site-header__nav a:focus-visible {
    color: var(--fristet-plum) !important;
    transform: translateY(-1px) !important;
}

body:not(.header-auth-page) .site-header .site-header__nav a.is-active,
body:not(.header-auth-page) .site-header .site-header__nav a.is-active:link,
body:not(.header-auth-page) .site-header .site-header__nav a.is-active:visited {
    color: var(--fristet-plum) !important;
    font-weight: 800 !important;
}

body:not(.header-auth-page) .site-header .site-header__actions,
body.header-auth-page .site-header .site-header__actions {
    position: relative !important;
    z-index: 4 !important;
    display: flex !important;
    grid-column: 3 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    gap: 12px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .site-header .header-notification {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
}

body .site-header .header-notification-button {
    position: relative !important;
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid color-mix(in srgb, var(--fristet-bronze) 20%, transparent) !important;
    border-radius: 999px !important;
    background:var(--fristet-card-soft) !important;
    color: var(--fristet-plum) !important;
    box-shadow: 0 5px 15px rgba(84, 35, 55, .08) !important;
    cursor: pointer !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

body .site-header .header-notification-button:hover,
body .site-header .header-notification-button.is-open {
    transform: translateY(-1px) !important;
    border-color: color-mix(in srgb, var(--fristet-plum-gloss) 42%, transparent) !important;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--fristet-bronze) 20%, transparent) !important;
}

body .site-header .header-notification-icon {
    color: var(--fristet-plum) !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

body .site-header .header-notification-count,
body .site-header .header-message-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
    border: 2px solid var(--fristet-card) !important;
    border-radius: 999px !important;
    background: var(--fristet-plum) !important;
    color: var(--fristet-heading) !important;
    font-family: var(--fristet-font-body) !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

body .site-header .header-notification-count {
    position: absolute !important;
    top: -4px !important;
    right: -5px !important;
}

body .site-header .header-notification-count[hidden],
body .site-header .header-message-count[hidden] {
    display: none !important;
}

body:not(.header-auth-page) .site-header .site-header__profile-link,
body:not(.header-auth-page) .site-header .site-header__logout,
body:not(.header-auth-page) .site-header .site-header__login,
body.header-auth-page .site-header .site-header__login,
body.header-auth-page .site-header .site-header__logout {
    display: inline-flex !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid color-mix(in srgb, var(--fristet-bronze) 34%, transparent) !important;
    border-radius: 999px !important;
    background:var(--fristet-card-soft) !important;
    color: var(--fristet-plum) !important;
    box-shadow: none !important;
    font-family: var(--fristet-font-body) !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
}

body:not(.header-auth-page) .site-header .site-header__profile-link {
    border-color: var(--fristet-plum) !important;
    background: var(--fristet-card) !important;
    color: var(--fristet-plum) !important;
    font-weight: 800 !important;
}

body:not(.header-auth-page) .site-header .site-header__profile-link:hover,
body:not(.header-auth-page) .site-header .site-header__logout:hover,
body:not(.header-auth-page) .site-header .site-header__login:hover,
body.header-auth-page .site-header .site-header__login:hover,
body.header-auth-page .site-header .site-header__logout:hover {
    transform: translateY(-1px) !important;
    border-color: var(--fristet-plum) !important;
    background: var(--fristet-plum) !important;
    color: var(--fristet-heading) !important;
}

body:not(.header-auth-page) .site-header .site-header__mobile-alerts,
body:not(.header-auth-page) .site-header .site-header__burger,
body:not(.header-auth-page) .site-header .site-header__mobile-menu {
    display: none !important;
}

body .site-header .site-header__mobile-toggle {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ----------------------------------------------------------------------
   NOTIFIKATIONER Ã¢â‚¬â€ samme palette pÃƒÂ¥ alle skÃƒÂ¦rme
   ---------------------------------------------------------------------- */

body.header-notification-modal-open {
    overflow: hidden !important;
}

body.header-notification-modal-open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background:var(--fristet-gradient-card) !important;
        -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
}

body .site-header .header-notification-panel:not([hidden]) {
    position: fixed !important;
    top: 50vh !important;
    right: auto !important;
    bottom: auto !important;
    left: 50vw !important;
    z-index: 10030 !important;
    display: flex !important;
    flex-direction: column !important;
    width: min(560px, calc(100vw - 32px)) !important;
    max-height: min(720px, calc(100vh - 40px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    transform: translate3d(-50%, -50%, 0) !important;
    border: 1px solid color-mix(in srgb, var(--fristet-champagne) 52%, transparent) !important;
    border-radius: 22px !important;
    background:
        radial-gradient(circle at 92% 8%, rgba(146,46,91,.18), transparent 19rem),
        linear-gradient(145deg, var(--fristet-bg), var(--fristet-bg)) !important;
    box-shadow: 0 28px 84px rgba(35, 13, 26, .42) !important;
    color: var(--fristet-heading) !important;
}

body .site-header .header-notification-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding: 20px 20px 17px !important;
    border-bottom: 1px solid rgba(255, 253, 249, .11) !important;
    background:color-mix(in srgb, var(--fristet-card-soft) 66%, transparent) !important;
}

body .site-header .header-notification-heading span,
body .site-header .header-notification-type {
    color: var(--fristet-champagne) !important;
}

body .site-header .header-notification-heading strong {
    color: var(--fristet-heading) !important;
    font-family: var(--fristet-font-heading) !important;
    font-weight: 600 !important;
}

body .site-header .header-notification-read-all,
body .site-header .header-notification-close {
    border-color: color-mix(in srgb, var(--fristet-champagne) 28%, transparent) !important;
    background: rgba(255, 253, 249, .06) !important;
    color: var(--fristet-heading) !important;
}

body .site-header .header-notification-read-all:hover,
body .site-header .header-notification-close:hover {
    border-color: color-mix(in srgb, var(--fristet-champagne) 65%, transparent) !important;
    background: rgba(226, 198, 125, .11) !important;
}

body .site-header .header-notification-list {
    max-height: min(550px, calc(100vh - 215px)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

body .site-header .header-notification-item {
    border-bottom-color: rgba(255, 253, 249, .09) !important;
    background: transparent !important;
}

body .site-header .header-notification-item:hover {
    background:color-mix(in srgb, var(--fristet-card-soft) 88%, transparent) !important;
}

body .site-header .header-notification-text strong,
body .site-header .header-notification-empty strong {
    color: var(--fristet-heading) !important;
}

body .site-header .header-notification-text small,
body .site-header .header-notification-empty,
body .site-header .header-notification-loading {
    color: var(--fristet-muted) !important;
}

/* ----------------------------------------------------------------------
   TABLET / MOBIL HEADER
   ---------------------------------------------------------------------- */

@media (max-width: 1200px) {
    body:not(.header-auth-page) .site-header,
    body.header-auth-page .site-header {
        min-height: 72px !important;
    }

    body:not(.header-auth-page) .site-header .site-header__top,
    body.header-auth-page .site-header .site-header__top {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        width: calc(100% - 32px) !important;
        min-height: 72px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    body:not(.header-auth-page) .site-header .site-header__nav-row,
    body:not(.header-auth-page) .site-header .site-header__actions {
        display: none !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-alerts {
        position: relative !important;
        inset: auto !important;
        z-index: 4 !important;
        display: flex !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-items: center !important;
        justify-self: start !important;
        gap: 0 !important;
        margin: 0 !important;
        transform: none !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-alerts .site-header__mobile-profile,
    body:not(.header-auth-page) .site-header .site-header__mobile-alerts .site-header__mobile-message,
    body:not(.header-auth-page) .site-header .site-header__mobile-alerts .header-mobile-notification {
        display: none !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-alerts .site-header__mobile-bell {
        display: inline-flex !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-alerts .header-notification-button {
        display: inline-flex !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }

    body:not(.header-auth-page) .site-header .site-header__logo,
    body.header-auth-page .site-header .site-header__logo {
        position: relative !important;
        inset: auto !important;
        z-index: 3 !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        justify-content: center !important;
        width: max-content !important;
        margin: 0 !important;
        transform: none !important;
        font-size: clamp(22px, 4vw, 27px) !important;
    }

    body .site-header .site-header__logo small {
        justify-self: center !important;
        margin-top: 3px !important;
        text-align: center !important;
    }

    body:not(.header-auth-page) .site-header .site-header__burger {
        position: relative !important;
        inset: auto !important;
        z-index: 4 !important;
        display: inline-flex !important;
        grid-column: 3 !important;
        grid-row: 1 !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        justify-self: end !important;
        gap: 4px !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        border: 1px solid color-mix(in srgb, var(--fristet-bronze) 22%, transparent) !important;
        border-radius: 14px !important;
        background:var(--fristet-card-soft) !important;
        box-shadow: 0 5px 15px rgba(84, 35, 55, .08) !important;
        cursor: pointer !important;
    }

    body:not(.header-auth-page) .site-header .site-header__burger span {
        display: block !important;
        width: 19px !important;
        height: 2px !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: var(--fristet-plum) !important;
        transform: none !important;
        transition: transform .18s ease, opacity .18s ease !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-toggle:checked + .site-header__top .site-header__burger span:nth-child(1) {
        transform: translateY(6px) rotate(45deg) !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-toggle:checked + .site-header__top .site-header__burger span:nth-child(2) {
        opacity: 0 !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-toggle:checked + .site-header__top .site-header__burger span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg) !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-menu {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: 16px !important;
        left: 16px !important;
        z-index: 10020 !important;
        display: none !important;
        flex-direction: column !important;
        gap: 7px !important;
        max-height: calc(100dvh - 96px) !important;
        margin: 0 !important;
        padding: 12px !important;
        overflow-y: auto !important;
        border: 1px solid color-mix(in srgb, var(--fristet-champagne) 35%, transparent) !important;
        border-radius: 20px !important;
        background:
            radial-gradient(circle at 94% 4%, rgba(146,46,91,.18), transparent 18rem),
            linear-gradient(145deg, var(--fristet-plum), var(--fristet-bg)) !important;
        box-shadow: var(--fristet-shadow) !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-toggle:checked ~ .site-header__mobile-menu {
        display: flex !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a,
    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a:link,
    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a:visited {
        display: flex !important;
        min-height: 50px !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 15px !important;
        border: 1px solid rgba(255, 253, 249, .10) !important;
        border-radius: 13px !important;
        background:color-mix(in srgb, var(--fristet-card-soft) 88%, transparent) !important;
        color: var(--fristet-heading) !important;
        font-family: var(--fristet-font-body) !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a:hover,
    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a:focus-visible,
    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a.is-active {
        border-color: color-mix(in srgb, var(--fristet-champagne) 48%, transparent) !important;
        background: color-mix(in srgb, var(--fristet-champagne) 12%, transparent) !important;
        color: var(--fristet-champagne) !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-menu .header-message-count {
        position: static !important;
        margin-left: auto !important;
        border-color: rgba(255, 253, 249, .28) !important;
    }
}

@media (max-width: 600px) {
    body:not(.header-auth-page) .site-header,
    body.header-auth-page .site-header {
        min-height: 66px !important;
    }

    body:not(.header-auth-page) .site-header .site-header__top,
    body.header-auth-page .site-header .site-header__top {
        grid-template-columns: 44px minmax(0, 1fr) 44px !important;
        width: calc(100% - 22px) !important;
        min-height: 66px !important;
    }

    body:not(.header-auth-page) .site-header .site-header__logo,
    body.header-auth-page .site-header .site-header__logo {
        font-size: clamp(20px, 6vw, 24px) !important;
    }

    body .site-header .site-header__logo small {
        font-size: 6px !important;
        letter-spacing: .12em !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-alerts .header-notification-button,
    body:not(.header-auth-page) .site-header .site-header__burger {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-menu {
        top: calc(100% + 6px) !important;
        right: 10px !important;
        left: 10px !important;
        max-height: calc(100dvh - 82px) !important;
        padding: 10px !important;
        border-radius: 17px !important;
    }

    body .site-header .header-notification-panel:not([hidden]) {
        width: calc(100vw - 22px) !important;
        max-height: calc(100dvh - 22px) !important;
        border-radius: 18px !important;
    }

    body .site-header .header-notification-heading {
        gap: 10px !important;
        padding: 16px !important;
    }

    body .site-header .header-notification-list {
        max-height: calc(100dvh - 190px) !important;
    }
}

@media (max-width: 390px) {
    body .site-header .site-header__logo small {
        display: none !important;
    }

    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a,
    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a:link,
    body:not(.header-auth-page) .site-header .site-header__mobile-menu > a:visited {
        min-height: 47px !important;
        font-size: 13px !important;
    }
}

/* ----------------------------------------------------------------------
   FOOTER
   ---------------------------------------------------------------------- */

.site-footer {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 56px 24px 28px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-top: 1px solid color-mix(in srgb, var(--fristet-champagne) 18%, transparent) !important;
    background:var(--fristet-gradient-card) !important;
    color: var(--fristet-heading) !important;
}

.site-footer__inner {
    width: min(var(--fristet-shell), 100%) !important;
    margin: 0 auto !important;
}

.site-footer__top {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr) !important;
    gap: clamp(36px, 7vw, 92px) !important;
    align-items: start !important;
    padding-bottom: 38px !important;
}

.site-footer__brand {
    min-width: 0 !important;
}

.site-footer__logo {
    display: inline-grid !important;
    grid-template-columns: max-content max-content !important;
    grid-template-rows: auto auto !important;
    margin: 0 0 18px !important;
    color: var(--fristet-heading) !important;
    font-family: var(--fristet-font-heading) !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    line-height: .95 !important;
    letter-spacing: .02em !important;
    text-decoration: none !important;
}

.site-footer__logo-main {
    color: var(--fristet-heading) !important;
}

.site-footer__logo-domain {
    color: var(--fristet-plum-gloss) !important;
}

.site-footer__logo small {
    grid-column: 1 / -1 !important;
    margin-top: 6px !important;
    color: var(--fristet-champagne) !important;
    font-family: var(--fristet-font-body) !important;
    font-size: 7px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
}

.site-footer__description {
    max-width: 710px !important;
    margin: 0 !important;
    color: var(--fristet-text) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

.site-footer__promises {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.site-footer__promises li {
    margin: 0 !important;
    padding: 8px 11px !important;
    border: 1px solid color-mix(in srgb, var(--fristet-champagne) 22%, transparent) !important;
    border-radius: 999px !important;
    background:color-mix(in srgb, var(--fristet-card-soft) 72%, transparent) !important;
    color: var(--fristet-text) !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
}

.site-footer__nav-title {
    margin: 0 0 12px !important;
    color: var(--fristet-champagne) !important;
    font-family: var(--fristet-font-heading) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.site-footer__links {
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer__links a,
.site-footer__links a:link,
.site-footer__links a:visited {
    display: flex !important;
    min-height: 38px !important;
    align-items: center !important;
    width: max-content !important;
    max-width: 100% !important;
    color: var(--fristet-text) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color .18s ease, transform .18s ease !important;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
    color: var(--fristet-champagne) !important;
    transform: translateX(2px) !important;
}

.site-footer__bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 22px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 253, 249, .11) !important;
    color: var(--fristet-muted) !important;
    font-size: 11px !important;
}

.site-footer__bottom p {
    margin: 0 !important;
}

.site-footer__adult span {
    color: var(--fristet-champagne) !important;
    font-weight: 900 !important;
}

@media (max-width: 760px) {
    .site-footer {
        padding: 44px 20px 26px !important;
    }

    .site-footer__top {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding-bottom: 30px !important;
    }

    .site-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 4px 16px !important;
    }

    .site-footer__links a,
    .site-footer__links a:link,
    .site-footer__links a:visited {
        width: auto !important;
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding: 38px 16px 24px !important;
    }

    .site-footer__logo {
        font-size: 26px !important;
    }

    .site-footer__promises {
        gap: 6px !important;
    }

    .site-footer__promises li {
        padding: 7px 9px !important;
        font-size: 10px !important;
    }

    .site-footer__links {
        grid-template-columns: 1fr !important;
    }

    .site-footer__bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
}

/* ----------------------------------------------------------------------
   MOTION / ACCESSIBILITY
   ---------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}