/* SHARNIR-FOOTER-20260919-2. Separate file: /assets/css/footer.css.
   New class names isolate the layout from earlier footer grid rules. */
.site-footer.site-footer--two-tier {
    position: relative;
    flex-shrink: 0;
    margin: 0;
    background: var(--color-text, #282d2b);
    color: #fff;
    border: 0;
}
.site-footer.site-footer--two-tier::before {
    content: ""; position: absolute; inset: 0 0 auto; height: 4px;
    background: var(--color-orange, #f96900);
}
.site-footer--two-tier *,
.site-footer--two-tier *::before,
.site-footer--two-tier *::after { box-sizing: border-box; }
.site-footer--two-tier .sft-inner {
    width: min(100%, var(--container-width, 1440px));
    margin-inline: auto;
    padding: 44px var(--container-padding, clamp(20px, 4vw, 64px)) 22px;
}
.site-footer--two-tier .sft-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr);
    align-items: center;
    gap: 24px 48px;
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.site-footer--two-tier .sft-brand,
.site-footer--two-tier .sft-top > *,
.site-footer--two-tier .sft-navigation > * { min-width: 0; }
.site-footer--two-tier .sft-logo {
    display: inline-flex; align-items: center; gap: 12px;
    max-width: 100%; color: var(--color-orange, #f96900); text-decoration: none;
}
.site-footer--two-tier .sft-logo img { display: block; width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; }
.site-footer--two-tier .sft-brand-name {
    font-family: "Limelight", sans-serif;
    font-size: clamp(26px, 2.2vw, 32px); line-height: 1.2;
}
.site-footer--two-tier .sft-description {
    max-width: 560px; margin: 14px 0 0;
    color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6;
}
.site-footer--two-tier .sft-contacts { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-style: normal; }
.site-footer--two-tier .sft-phone,
.site-footer--two-tier .sft-email,
.site-footer--two-tier .sft-address {
    display: flex; align-items: flex-start; justify-content: flex-end; gap: 9px;
    max-width: 100%; margin: 0; color: rgba(255,255,255,.78);
    text-align: right; font-size: 14px; line-height: 1.5; text-decoration: none;
}
.site-footer--two-tier .sft-phone { color: #fff; font-size: 17px; font-weight: 600; white-space: nowrap; }
.site-footer--two-tier .sft-email span,
.site-footer--two-tier .sft-address span { min-width: 0; overflow-wrap: anywhere; }
.site-footer--two-tier .sft-icon { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; fill: currentColor; }
.site-footer--two-tier .sft-navigation {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr) minmax(0, .9fr);
    gap: 36px;
    align-items: start;
}
.site-footer--two-tier .sft-group { min-width: 0; }
.site-footer--two-tier .sft-heading {
    position: relative; margin: 0 0 15px; padding: 0 0 12px;
    color: #fff; font: inherit; font-size: 13px; line-height: 1.4;
    font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
}
.site-footer--two-tier .sft-heading::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--color-orange, #f96900); }
.site-footer--two-tier .sft-toggle { display: none; }
.site-footer--two-tier .sft-links { list-style: none; padding: 0; margin: 0; }
.site-footer--two-tier .sft-links li { margin: 0; padding: 0; }
.site-footer--two-tier .sft-links a {
    display: inline-block; max-width: 100%; padding: 5px 0;
    color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.5;
    text-decoration: none; overflow-wrap: break-word;
    transition: color .2s ease;
}
.site-footer--two-tier .sft-catalog-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.site-footer--two-tier .sft-all-catalog a { color: #fff; font-weight: 600; }
.site-footer--two-tier a:hover { color: var(--color-orange, #f96900); }
.site-footer--two-tier a:focus-visible,
.site-footer--two-tier button:focus-visible { outline: 2px solid var(--color-orange, #f96900); outline-offset: 4px; }
.site-footer--two-tier .sft-bottom {
    display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px;
    margin-top: 28px; padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.15);
    color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.5;
}
.site-footer--two-tier .sft-copyright { flex: 0 0 auto; }
.site-footer--two-tier .sft-copyright-brand { font-family: "Limelight", sans-serif; }
.site-footer--two-tier .sft-legal { flex: 1 1 180px; min-width: 0; }
.site-footer--two-tier .sft-legal a { color: inherit; text-decoration: none; overflow-wrap: break-word; }
.site-footer--two-tier .sft-legal a:hover { color: #fff; }
.site-footer--two-tier .sft-bottom-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px; }
.site-footer--two-tier .sft-language .language-switch { margin: 0; }
.site-footer--two-tier .sft-language .language-switch__link:not(.is-active) { color: rgba(255,255,255,.85); background: transparent; border-color: rgba(255,255,255,.35); }
.site-footer--two-tier .sft-language .language-switch__link.is-active,
.site-footer--two-tier .sft-language .language-switch__link:hover { color: #fff; background: var(--color-orange, #f96900); border-color: var(--color-orange, #f96900); }
.site-footer--two-tier .sft-mark { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 600; letter-spacing: .12em; white-space: nowrap; }
.site-footer--two-tier [hidden] { display: none !important; }

@media (min-width: 701px) and (max-width: 1099px) {
    .site-footer--two-tier .sft-navigation { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 32px; }
    .site-footer--two-tier .sft-group--products { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
    .site-footer--two-tier .sft-inner { padding-top: 32px; }
    .site-footer--two-tier .sft-top { grid-template-columns: minmax(0, 1fr); gap: 22px; margin-bottom: 0; padding-bottom: 24px; }
    .site-footer--two-tier .sft-logo img { width: 40px; height: 40px; flex-basis: 40px; }
    .site-footer--two-tier .sft-brand-name { font-size: 27px; }
    .site-footer--two-tier .sft-description { margin-top: 12px; }
    .site-footer--two-tier .sft-contacts { align-items: flex-start; }
    .site-footer--two-tier .sft-phone,
    .site-footer--two-tier .sft-email,
    .site-footer--two-tier .sft-address { justify-content: flex-start; text-align: left; }
    .site-footer--two-tier .sft-navigation { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .site-footer--two-tier .sft-group { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .site-footer--two-tier .sft-catalog-columns { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .site-footer--two-tier .sft-links a { display: block; padding: 11px 0; }
    .site-footer--two-tier.sft-enhanced .sft-group { padding: 0; }
    .site-footer--two-tier.sft-enhanced .sft-heading { margin: 0; padding: 0; }
    .site-footer--two-tier.sft-enhanced .sft-heading::after,
    .site-footer--two-tier.sft-enhanced .sft-heading-label { display: none; }
    .site-footer--two-tier.sft-enhanced .sft-toggle {
        display: flex; align-items: center; justify-content: space-between; gap: 16px;
        width: 100%; min-height: 56px; padding: 16px 0;
        appearance: none; border: 0; border-radius: 0; background: transparent;
        color: #fff; text-align: left; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer;
    }
    .site-footer--two-tier .sft-toggle-mark { flex: 0 0 20px; text-align: center; color: var(--color-orange, #f96900); font-size: 24px; font-weight: 400; line-height: 1; }
    .site-footer--two-tier.sft-enhanced .sft-panel { padding-bottom: 12px; }
    .site-footer--two-tier .sft-bottom { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 0; padding-top: 20px; border-top: 0; }
    .site-footer--two-tier .sft-legal { flex: 0 1 auto; }
    .site-footer--two-tier .sft-bottom-actions { width: 100%; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
    .site-footer--two-tier .sft-links a { transition: none; }
} 
