.web-product-list {
    color: #dce9f6;
}

.web-product-list__shell {
    display: grid;
    gap: 1rem;
    padding: 0.4rem 0 1.5rem;
}

.web-product-list__panel,
.web-product-list__subpanel {
    width: 100%;
    box-sizing: border-box;
    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)); */
    /* background: #333; */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 16px 30px rgba(10, 18, 26, 0.14);
}

.web-product-list__panel {
    padding: 1rem;
}

.web-product-list__subpanel {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
}

.web-product-list__subpanel--technical-image {
    gap: 0.15rem;
    align-content: start;
    justify-items: start;
}

.web-product-list__hero {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    background:
        radial-gradient(circle at top right, rgba(121, 183, 255, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(22, 31, 40, 0.98), rgba(16, 24, 33, 0.98));
}

.web-product-list__hero-copy {
    display: grid;
    gap: 0.35rem;
    max-width: 760px;
}

.web-product-list__eyebrow,
.web-product-list__search-field span,
.web-product-list__metric span,
.web-product-list-card__field span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9bb7d3;
}

.web-product-list__hero h1,
.web-product-list__results-header h2,
.web-product-list__section-heading h2 {
    margin: 0;
    color: #eef6ff;
}

.web-product-list__hero h1 {
    font-size: 1.9rem;
}

.web-product-list__results-header h2,
.web-product-list__section-heading h2 {
    font-size: 1.3rem;
}

.web-product-list__hero p,
.web-product-list__results-header p,
.web-product-list__section-heading p,
.web-product-list__category-copy {
    margin: 0;
    color: #9db5cb;
    font-size: 14px;
    line-height: 1.55;
}

.web-product-list__hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 0.65rem;
    min-width: min(320px, 100%);
}

.web-product-list__metric {
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    background: rgba(7, 12, 17, 0.42);
    border: 1px solid rgba(121, 183, 255, 0.14);
}

.web-product-list__metric strong {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.2rem;
    color: #eef6ff;
}

.web-product-list__toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
}

.web-product-list__tablist {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.web-product-list__tab,
.web-product-list__button {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(126, 154, 184, 0.24);
    font-size: 14px;
    font-weight: 700;
}

.web-product-list__tab {
    background: rgba(7, 12, 17, 0.42);
    color: #dce9f6;
}

.web-product-list__tab.is-active {
    background: linear-gradient(180deg, #e1a262, #c77e39);
    border-color: rgba(185, 116, 52, 0.48);
    color: #1b0f04;
}

.web-product-list__search-field {
    display: grid;
    gap: 0.35rem;
    width: min(360px, 100%);
}

.web-product-list__search-field input {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid rgba(122, 146, 170, 0.28);
    background: rgba(7, 12, 17, 0.52);
    color: #eef6ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    font-size: 14px;
}

.web-product-list__search-field input::placeholder {
    color: #7d95ab;
}

.web-product-list__search-field input:focus,
.web-product-list__tab:focus,
.web-product-list__button:focus {
    outline: none;
    border-color: rgba(126, 197, 255, 0.72);
    box-shadow: 0 0 0 3px rgba(70, 151, 224, 0.18);
}

.web-product-list__catalogue-grid {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.web-product-list__support-stack,
.web-product-list__results-stack {
    display: grid;
    gap: 1rem;
}

.web-product-list__section-heading {
    display: grid;
    gap: 0.2rem;
}

.web-product-list__media-frame {
    overflow: hidden;
    border-radius: 16px;
    /* background: rgba(7, 12, 17, 0.34); */
    border: 1px solid rgba(121, 183, 255, 0.14);
    min-height: 220px;
}

.web-product-list__media-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #eee;
    /* background: linear-gradient(180deg, rgba(8, 12, 17, 0.78), rgba(11, 18, 26, 0.82)); */
}

.web-product-list__media-frame--technical {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 0;
    padding: 0.5rem 1rem 0.75rem;
    background: #c7cbd1;
}

.web-product-list__media-frame--technical .web-product-list__technical-image {
    width: min(220px, 100%);
    max-width: 220px;
    height: auto;
    max-height: none;
    margin: 0;
    background: #c7cbd1;
}

.web-product-list__category-copy {
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    background: rgba(7, 12, 17, 0.34);
    border: 1px solid rgba(121, 183, 255, 0.12);
}

.web-product-list__results-header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.web-product-list__card-list {
    display: grid;
    gap: 0.8rem;
}

.web-product-list-card {
    width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 0.95rem 1rem;
    background: linear-gradient(180deg, rgba(15, 22, 30, 0.98), rgba(9, 15, 22, 0.98));
    border: 1px solid rgba(121, 183, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 14px 26px rgba(3, 7, 12, 0.24);
}

.web-product-list-card__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 0.85fr) auto;
    gap: 0.75rem;
    align-items: stretch;
}

.web-product-list-card__field {
    min-width: 0;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    background: rgba(7, 12, 17, 0.5);
    border: 1px solid rgba(121, 183, 255, 0.1);
}

.web-product-list-card__field strong {
    display: block;
    margin-top: 0.35rem;
    color: #eef6ff;
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.web-product-list-card__field--dimensions strong {
    white-space: nowrap;
    overflow-wrap: normal;
}

.web-product-list__empty-state {
    font-size: 14px;
}

.web-product-list__table {
    font-size: 14px;
}

.web-product-list-card__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.web-product-list__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.web-product-list__button--warm {
    background: linear-gradient(180deg, #e1a262, #c77e39);
    border-color: rgba(185, 116, 52, 0.48);
    color: #1b0f04;
}

.web-product-list__empty-state {
    padding: 1rem;
    border-radius: 14px;
    background: rgba(7, 12, 17, 0.42);
    border: 1px dashed rgba(121, 183, 255, 0.2);
    color: #9db5cb;
}

.web-product-list__empty-state strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #eef6ff;
}

.web-product-list__info-grid {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 1rem;
}

.web-product-list__table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(126, 154, 184, 0.16);
    background: rgba(8, 12, 17, 0.25);
}

.web-product-list__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 12px;
}

.web-product-list__table th,
.web-product-list__table td {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(126, 154, 184, 0.12);
    text-align: left;
    color: #dce9f6;
    vertical-align: top;
}

.web-product-list__table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(22, 31, 40, 0.88);
    color: #9bb7d3;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.web-product-list__table tbody tr:last-child td {
    border-bottom: 0;
}

.web-product-list .is-hidden {
    display: none;
}

@media (max-width: 1100px) {
    .web-product-list__hero,
    .web-product-list__toolbar,
    .web-product-list__results-header {
        flex-direction: column;
        align-items: stretch;
    }

    .web-product-list__catalogue-grid,
    .web-product-list__info-grid {
        grid-template-columns: 1fr;
    }

    .web-product-list__hero-metrics,
    .web-product-list__search-field {
        width: 100%;
        min-width: 0;
    }

    .web-product-list-card__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .web-product-list-card__actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .web-product-list__panel,
    .web-product-list__subpanel,
    .web-product-list-card {
        padding: 0.85rem;
    }

    .web-product-list__hero h1 {
        font-size: 1.55rem;
    }

    .web-product-list__hero-metrics,
    .web-product-list-card__row,
    .web-product-list__tablist {
        grid-template-columns: 1fr;
    }

    .web-product-list-card__row {
        display: grid;
    }

    .web-product-list-card__actions,
    .web-product-list__button {
        width: 100%;
    }

    .web-product-list__tab {
        width: 100%;
    }
}