.web-category {
    color: #dce9f6;
}

.web-category__shell {
    display: grid;
    gap: 1rem;
    padding: 0.4rem 0 1.5rem;
}

.web-category__panel {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(126, 154, 184, 0.18);
    /* background: linear-gradient(180deg, rgba(22, 31, 40, 0.96), rgba(16, 24, 33, 0.96)); */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 16px 30px rgba(10, 18, 26, 0.14);
}

.web-category__hero {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    background: #111;
    /* background:
       radial-gradient(circle at top right, rgba(121, 183, 255, 0.18), transparent 40%), linear-gradient(180deg, #8aa38b, rgb(55 61 69 / 98%)) */
}

.web-category__hero-copy {
    display: grid;
    gap: 0.35rem;
    max-width: 760px;
}

.web-category__eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9bb7d3;
}

.web-category__hero h1,
.web-category__section-heading h2 {
    margin: 0;
    color: #eef6ff;
}

.web-category__hero h1 {
    font-size: 1.95rem;
}

.web-category__section-heading h2 {
    font-size: 1.3rem;
}

.web-category__hero p,
.web-category__section-heading p,
.web-category__note {
    margin: 0;
    color: #9db5cb;
    font-size: 14px;
    line-height: 1.55;
}

.web-category__catalogue,
.web-category__section-heading {
    display: grid;
    gap: 0.85rem;
}

.web-category .web-shop-card__media {
    padding: 0;
}

.web-category .web-shop-card__media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.web-category__note {
    padding-top: 0.25rem;
}

@media (max-width: 980px) {
    .web-category__hero {
        flex-direction: column;
        align-items: stretch;
    }
}