.gpc-catalog-hero {
    padding: 3.5rem 0 4rem;
    border-bottom: 1px solid var(--gpc-border);
    background: #20232b;
}

.gpc-catalog-breadcrumbs {
    display: flex;
    margin-bottom: 2.25rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: var(--gpc-muted);
    font-size: 0.95rem;
}

.gpc-catalog-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.gpc-catalog-breadcrumbs a:hover {
    color: var(--gpc-text);
}

.gpc-catalog-kicker,
.gpc-card-kicker {
    margin: 0 0 0.6rem;
    color: var(--gpc-accent);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gpc-catalog-hero h1 {
    max-width: 920px;
    margin: 0;
    font-size: 3.4rem;
    line-height: 1.05;
}

.gpc-catalog-lead {
    max-width: 760px;
    margin: 1.25rem 0 0;
    color: var(--gpc-muted);
    font-size: 1.12rem;
}

.gpc-catalog-section {
    padding: 4.5rem 0;
}

.gpc-catalog-section + .gpc-catalog-section {
    border-top: 1px solid var(--gpc-border);
}

.gpc-catalog-series-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpc-catalog-series-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--gpc-border);
    border-radius: 8px;
    background: var(--gpc-surface);
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.gpc-catalog-series-card:hover {
    border-color: var(--gpc-accent);
    color: var(--gpc-text);
    transform: translateY(-2px);
}

.gpc-catalog-series-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--gpc-surface-raised);
}

.gpc-catalog-series-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gpc-catalog-series-body {
    display: flex;
    min-height: 150px;
    padding: 1.25rem;
    flex-direction: column;
    gap: 0.45rem;
}

.gpc-catalog-series-body strong {
    font-size: 1.45rem;
}

.gpc-catalog-series-body span {
    color: var(--gpc-muted);
}

.gpc-catalog-series-body small {
    margin-top: auto;
    color: var(--gpc-accent);
    font-weight: 750;
}

.gpc-catalog-products-header {
    align-items: end;
}

.gpc-catalog-products-header h2 {
    margin: 0;
}

.gpc-catalog-products-header p:not(.gpc-card-kicker) {
    max-width: 680px;
    margin: 0.65rem 0 0;
    color: var(--gpc-muted);
}

.gpc-catalog-product-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpc-catalog-product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--gpc-border);
    border-radius: 8px;
    background: var(--gpc-surface);
    transition: border-color var(--gpc-motion-duration) var(--gpc-motion-ease), box-shadow var(--gpc-motion-duration) var(--gpc-motion-ease), transform var(--gpc-motion-duration) var(--gpc-motion-ease);
}

.gpc-catalog-product-card:hover {
    border-color: var(--gpc-secondary);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.gpc-catalog-product-media {
    display: grid;
    aspect-ratio: 344 / 374;
    min-height: 0;
    place-items: center;
    overflow: hidden;
    background: #242730;
}

.gpc-catalog-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gpc-catalog-product-body {
    display: flex;
    min-width: 0;
    height: 100%;
    padding: 1.25rem;
    flex-direction: column;
}

.gpc-catalog-product-body h3 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.2;
}

.gpc-catalog-product-body h3 a {
    text-decoration: none;
}

.gpc-catalog-price {
    margin: 0.55rem 0 0;
    color: var(--gpc-accent);
    font-size: 1.35rem;
    font-weight: 850;
}

.gpc-catalog-description {
    min-height: 4.6rem;
    margin: 0.85rem 0 0;
    color: var(--gpc-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.gpc-catalog-fps {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--gpc-border);
}

.gpc-catalog-fps p {
    margin: 0 0 0.55rem;
    color: var(--gpc-muted);
    font-size: 0.9rem;
    font-weight: 750;
    text-transform: uppercase;
}

.gpc-catalog-fps ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.gpc-catalog-fps li {
    display: flex;
    min-width: 0;
    padding: 0.45rem 0.35rem;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}

.gpc-catalog-fps strong {
    font-size: 0.9rem;
}

.gpc-catalog-fps span {
    color: var(--gpc-muted);
    font-size: 0.9rem;
}

.gpc-catalog-fps li {
    min-height: 72px;
    justify-content: flex-end;
}

.gpc-catalog-fps-media {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0 !important;
    z-index: 0;
    pointer-events: none;
}

.gpc-catalog-fps-media::after {
    position: absolute;
    inset: 0;
    background: rgba(7, 8, 13, .58);
    content: '';
}

.gpc-catalog-fps-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}

.gpc-catalog-fps li > strong,
.gpc-catalog-fps li > span:not(.gpc-catalog-fps-media) {
    position: relative;
    z-index: 1;
}

.gpc-catalog-fps li > span:not(.gpc-catalog-fps-media) {
    color: #fff;
}

.gpc-catalog-specs {
    display: grid;
    margin: 1rem 0 1.25rem;
    gap: 0.55rem;
}

.gpc-catalog-specs div {
    display: grid;
    min-width: 0;
    gap: 0.5rem;
    grid-template-columns: minmax(88px, 0.42fr) minmax(0, 1fr);
}

.gpc-catalog-specs dt,
.gpc-catalog-specs dd {
    min-width: 0;
    margin: 0;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.gpc-catalog-specs dt {
    color: var(--gpc-muted);
}

.gpc-catalog-specs dd {
    font-weight: 650;
}

.gpc-catalog-product-body > .gpc-button {
    width: 100%;
    margin-top: auto;
}

.gpc-catalog-product-body > .gpc-mini-configurator {
    flex: 0 0 auto;
    margin-top: auto;
}

.gpc-catalog-product-body > .gpc-mini-configurator + .gpc-button {
    margin-top: 1rem;
}

@media (max-width: 1000px) {
    .gpc-catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .gpc-catalog-series-grid {
        grid-template-columns: 1fr;
    }

    .gpc-catalog-products-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .gpc-catalog-hero {
        padding: 2.75rem 0 3.25rem;
    }

    .gpc-catalog-hero h1 {
        font-size: 2.35rem;
    }

    .gpc-catalog-section {
        padding: 3.5rem 0;
    }

    .gpc-catalog-product-grid {
        grid-template-columns: 1fr;
    }

    .gpc-catalog-description {
        min-height: 0;
    }
}
