.hufer-pro,
.hufer-pro * {
    box-sizing: border-box;
}

.hufer-pro {
    --hufer-accent: #c7a052;
    --hufer-dark: #141414;
    --hufer-paper: #fffaf0;
    --hufer-muted: #6d665e;
    --hufer-border: rgba(20, 20, 20, 0.12);
    --hufer-soft: rgba(199, 160, 82, 0.12);
    --hufer-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
    color: var(--hufer-dark);
    max-width: 1180px;
    margin: 0 auto;
    font-family: inherit;
    position: relative;
    isolation: isolate;
}

.hufer-pro a {
    color: inherit;
    text-decoration: none;
}

.hufer-pro__hero {
    overflow: hidden;
    position: relative;
    padding: clamp(34px, 6vw, 72px) clamp(22px, 5vw, 64px);
    border-radius: 34px;
    border: 1px solid rgba(199, 160, 82, 0.38);
    background:
        radial-gradient(circle at 82% 20%, rgba(199, 160, 82, 0.23), transparent 24rem),
        radial-gradient(circle at 12% 110%, rgba(20, 20, 20, 0.08), transparent 26rem),
        linear-gradient(135deg, #ffffff 0%, var(--hufer-paper) 100%);
    box-shadow: var(--hufer-shadow);
    text-align: center;
}

.hufer-pro__hero::before,
.hufer-pro__hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.hufer-pro__hero::before {
    inset: 0;
    opacity: 0.52;
    background-image:
        linear-gradient(112deg, transparent 0%, rgba(199, 160, 82, 0.08) 38%, transparent 62%),
        repeating-linear-gradient(5deg, rgba(20, 20, 20, 0.018) 0 1px, transparent 1px 18px);
}

.hufer-pro__hero::after {
    width: 420px;
    height: 420px;
    border: 1px solid rgba(199, 160, 82, 0.35);
    border-radius: 999px;
    right: -190px;
    bottom: -240px;
}

.hufer-pro__brand {
    display: grid;
    justify-items: center;
    gap: 3px;
    margin-bottom: clamp(18px, 3vw, 30px);
}

.hufer-pro__brand-small {
    font-size: 0.76rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--hufer-dark);
    opacity: 0.82;
}

.hufer-pro__brand-name {
    display: inline-flex;
    align-items: center;
    line-height: 0.9;
    letter-spacing: 0.08em;
    font-size: clamp(2.4rem, 8vw, 5.6rem);
    font-weight: 900;
}

.hufer-pro__brand-shoe {
    color: var(--hufer-accent);
    transform: translateY(0.02em);
    display: inline-block;
    font-weight: 900;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hufer-pro__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--hufer-accent);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hufer-pro__kicker::before,
.hufer-pro__kicker::after {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
}

.hufer-pro__hero h2 {
    margin: 0;
    color: var(--hufer-dark);
    font-size: clamp(2.2rem, 6.4vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.hufer-pro__subtitle {
    max-width: 720px;
    margin: 18px auto 0;
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    line-height: 1.45;
    color: var(--hufer-dark);
    font-weight: 650;
}

.hufer-pro__intro {
    max-width: 760px;
    margin: 12px auto 0;
    color: var(--hufer-muted);
    line-height: 1.7;
    font-size: 1rem;
}

.hufer-pro__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.hufer-pro__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    border: 1px solid rgba(199, 160, 82, 0.35);
    background: rgba(255, 255, 255, 0.72);
    color: #4c3c19;
    font-size: 0.84rem;
    font-weight: 760;
}

.hufer-pro__toolbar {
    margin: clamp(18px, 3vw, 30px) 0;
    padding: 16px;
    border: 1px solid rgba(199, 160, 82, 0.24);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.055);
    backdrop-filter: blur(8px);
}

.hufer-pro__search {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--hufer-muted);
}

.hufer-pro__search svg {
    position: absolute;
    left: 18px;
    pointer-events: none;
}

.hufer-pro__search input {
    width: 100%;
    min-height: 54px;
    padding: 0 20px 0 48px;
    border: 1px solid var(--hufer-border);
    border-radius: 999px;
    background: #fff;
    color: var(--hufer-dark);
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hufer-pro__search input:focus {
    outline: 4px solid rgba(199, 160, 82, 0.20);
    border-color: var(--hufer-accent);
}

.hufer-pro__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
    margin-top: 14px;
}

.hufer-pro__nav a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid var(--hufer-border);
    background: #fff;
    color: var(--hufer-dark);
    font-size: 0.9rem;
    font-weight: 720;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.hufer-pro__nav a:hover,
.hufer-pro__nav a:focus-visible,
.hufer-pro__nav a.is-active {
    transform: translateY(-1px);
    border-color: var(--hufer-dark);
    background: var(--hufer-dark);
    color: #fff;
    outline: none;
}

.hufer-pro__content {
    display: grid;
    gap: clamp(22px, 3vw, 34px);
}

.hufer-pro__section {
    overflow: hidden;
    scroll-margin-top: 24px;
    border-radius: 30px;
    border: 1px solid rgba(199, 160, 82, 0.30);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 240, 0.94)),
        var(--hufer-paper);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07);
}

.hufer-pro__section[hidden],
.hufer-pro__item[hidden] {
    display: none !important;
}

.hufer-pro__section-head {
    position: relative;
    padding: clamp(24px, 4vw, 42px) clamp(20px, 4vw, 42px) clamp(18px, 3vw, 26px);
    border-bottom: 1px solid rgba(199, 160, 82, 0.33);
    background:
        linear-gradient(135deg, rgba(20, 20, 20, 0.94), rgba(20, 20, 20, 0.86)),
        var(--hufer-dark);
    color: #fff;
}

.hufer-pro__section-head::after {
    content: "";
    position: absolute;
    right: clamp(18px, 4vw, 48px);
    top: 50%;
    width: clamp(72px, 16vw, 150px);
    height: clamp(72px, 16vw, 150px);
    border: 1px solid rgba(199, 160, 82, 0.42);
    border-radius: 999px;
    transform: translateY(-50%);
    opacity: 0.6;
}

.hufer-pro__section-head p {
    margin: 0 0 8px;
    color: var(--hufer-accent);
    font-size: 0.76rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 850;
}

.hufer-pro__section-head h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 850px;
    font-size: clamp(1.55rem, 3.3vw, 3.1rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 880;
}

.hufer-pro__section-head span {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 680px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.hufer-pro__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 30px;
    padding: clamp(18px, 3vw, 32px) clamp(18px, 3vw, 36px) clamp(20px, 3vw, 34px);
}

@media (min-width: 980px) {
    .hufer-pro--columns-2 .hufer-pro__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.hufer-pro__item {
    min-width: 0;
    padding: 17px 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.10);
}

.hufer-pro__line {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
}

.hufer-pro__dish {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
}

.hufer-pro__number {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(199, 160, 82, 0.15);
    color: #5c4618;
    font-size: 0.82rem;
    font-weight: 850;
}

.hufer-pro__item h4 {
    margin: 0;
    min-width: 0;
    color: var(--hufer-dark);
    font-size: clamp(1.02rem, 1.55vw, 1.18rem);
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-weight: 850;
}

.hufer-pro__dots {
    flex: 1 1 auto;
    min-width: 18px;
    border-bottom: 1px dotted rgba(20, 20, 20, 0.28);
    transform: translateY(-0.22em);
}

.hufer-pro__price {
    flex: 0 0 auto;
    color: var(--hufer-dark);
    font-size: clamp(1.04rem, 1.5vw, 1.18rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.hufer-pro__desc {
    margin: 8px 0 0;
    max-width: 72ch;
    color: var(--hufer-muted);
    font-size: 0.96rem;
    line-height: 1.62;
}

.hufer-pro__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 11px;
}

.hufer-pro__badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 7px;
    border-radius: 999px;
    border: 1px solid rgba(199, 160, 82, 0.45);
    background: rgba(199, 160, 82, 0.13);
    color: #4f3b12;
    font-size: 0.78rem;
    font-weight: 900;
}

.hufer-pro__note,
.hufer-pro__empty {
    margin: 0 clamp(18px, 3vw, 36px) clamp(22px, 3vw, 36px);
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(199, 160, 82, 0.35);
    background: rgba(199, 160, 82, 0.13);
    color: #4e3c18;
    font-weight: 760;
    line-height: 1.55;
}

.hufer-pro__empty {
    margin: 24px 0 0;
    text-align: center;
}

.hufer-pro__legend {
    margin-top: clamp(22px, 3vw, 32px);
    padding: clamp(18px, 3vw, 26px);
    border-radius: 24px;
    border: 1px solid rgba(199, 160, 82, 0.26);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.hufer-pro__legend summary {
    cursor: pointer;
    color: var(--hufer-dark);
    font-size: 1.05rem;
    font-weight: 880;
}

.hufer-pro__legend-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 22px;
    margin-top: 18px;
    color: var(--hufer-muted);
    line-height: 1.48;
}

.hufer-pro__legend-grid strong {
    color: var(--hufer-dark);
}

.hufer-pro__legend p {
    margin: 18px 0 0;
    color: var(--hufer-muted);
    line-height: 1.55;
}

@media (max-width: 760px) {
    .hufer-pro__hero {
        border-radius: 24px;
        padding: 32px 18px;
    }

    .hufer-pro__brand-small {
        letter-spacing: 0.24em;
    }

    .hufer-pro__toolbar {
        border-radius: 18px;
        padding: 12px;
    }

    .hufer-pro__search input {
        min-height: 50px;
        font-size: 0.95rem;
    }

    .hufer-pro__nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: thin;
    }

    .hufer-pro__nav a {
        white-space: nowrap;
    }

    .hufer-pro__section {
        border-radius: 22px;
    }

    .hufer-pro__section-head::after {
        opacity: 0.25;
    }

    .hufer-pro__items {
        padding: 14px 18px 20px;
    }

    .hufer-pro__line {
        align-items: flex-start;
    }

    .hufer-pro__dots {
        display: none;
    }

    .hufer-pro__dish {
        flex: 1 1 auto;
    }

    .hufer-pro__price {
        margin-left: auto;
        padding-left: 10px;
    }

    .hufer-pro__legend-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hufer-pro__line {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .hufer-pro__dish {
        min-width: 0;
    }

    .hufer-pro__number {
        min-width: 30px;
    }

    .hufer-pro__item h4 {
        font-size: 0.98rem;
    }
}

@media print {
    .hufer-pro {
        max-width: none;
        color: #000;
    }

    .hufer-pro__hero,
    .hufer-pro__section,
    .hufer-pro__legend {
        box-shadow: none;
        border-color: #ccc;
        background: #fff;
    }

    .hufer-pro__toolbar,
    .hufer-pro__meta,
    .hufer-pro__legend {
        display: none !important;
    }

    .hufer-pro__hero {
        padding: 20px 0;
        border: 0;
    }

    .hufer-pro__section {
        break-inside: avoid;
        border-radius: 0;
        margin-bottom: 18px;
    }

    .hufer-pro__section-head {
        background: #fff;
        color: #000;
        border-bottom: 2px solid #000;
    }

    .hufer-pro__section-head p,
    .hufer-pro__section-head span {
        color: #000;
    }

    .hufer-pro__badges span,
    .hufer-pro__number {
        border-color: #aaa;
        background: #fff;
        color: #000;
    }
}
