/* _content/DeilSupply.Web/Components/FeaturedCategoriesSlider.razor.rz.scp.css */
.featured-categories[b-wyy9vs9ovb] {
    background:
        radial-gradient(circle at 12% 0%, rgba(245, 211, 158, 0.22), transparent 28rem),
        radial-gradient(circle at 88% 18%, rgba(24, 61, 48, 0.06), transparent 24rem),
        linear-gradient(180deg, #f8f4ec 0%, #f3ede3 100%);
    margin-left: auto;
    margin-right: auto;
    max-width: var(--page-max-width);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
    padding-top: clamp(4.5rem, 8vw, 7rem);
    width: 100%;
}

.featured-categories__header[b-wyy9vs9ovb] {
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

.featured-categories__intro[b-wyy9vs9ovb] {
    max-width: 54rem;
}

.featured-categories__intro h2[b-wyy9vs9ovb] {
    margin-bottom: 1rem;
}

.featured-categories__lede[b-wyy9vs9ovb] {
    color: #50584e;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    max-width: 44rem;
}

.featured-categories__grid[b-wyy9vs9ovb] {
    align-items: stretch;
    display: grid;
    gap: clamp(1.25rem, 2vw, 1.75rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-category-card[b-wyy9vs9ovb] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.08);
    border-radius: clamp(1.1rem, 1.6vw, 1.35rem);
    box-shadow:
        0 1rem 2.5rem rgba(15, 36, 28, 0.1),
        0 0.25rem 0.75rem rgba(15, 36, 28, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(1.25rem, 1.8vw, 1.5rem);
    transition:
        box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.featured-category-card:hover[b-wyy9vs9ovb] {
    box-shadow:
        0 1.35rem 3rem rgba(15, 36, 28, 0.14),
        0 0.35rem 1rem rgba(15, 36, 28, 0.06);
    transform: translateY(-3px);
}

.featured-category-card__header[b-wyy9vs9ovb] {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
}

.featured-category-card__label[b-wyy9vs9ovb] {
    color: #9b6934;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
}

.featured-category-card__title[b-wyy9vs9ovb] {
    color: #18221c;
    font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
    font-size: clamp(1.125rem, 1.15vw, 1.2rem);
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.featured-category-card__media[b-wyy9vs9ovb] {
    margin: 0 0 0.85rem;
}

.featured-category-card__media-link[b-wyy9vs9ovb] {
    display: block;
    text-decoration: none;
}

.featured-category-card__title-link[b-wyy9vs9ovb] {
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease;
}

.featured-category-card__title-link:hover[b-wyy9vs9ovb] {
    color: #183d30;
}

.featured-category-card__image[b-wyy9vs9ovb] {
    aspect-ratio: 4 / 3;
    border-radius: clamp(0.65rem, 1vw, 0.85rem);
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.featured-category-card:hover .featured-category-card__image[b-wyy9vs9ovb] {
    transform: scale(1.02);
}

.featured-category-card__body[b-wyy9vs9ovb] {
    border-top: 1px solid rgba(155, 105, 52, 0.22);
    display: grid;
    flex: 1;
    gap: 0.85rem;
    margin-top: auto;
    padding-top: 0.9rem;
}

.featured-category-card__description[b-wyy9vs9ovb] {
    color: #50584e;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.featured-category-card__cta[b-wyy9vs9ovb] {
    align-items: center;
    color: #9b6934;
    display: inline-flex;
    font-size: 0.8125rem;
    font-weight: 700;
    gap: 0.4rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 180ms ease, gap 180ms ease;
    width: fit-content;
}

.featured-category-card__cta:hover[b-wyy9vs9ovb] {
    color: #7a5228;
    gap: 0.55rem;
}

@media (max-width: 1040px) {
    .featured-categories__grid[b-wyy9vs9ovb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .featured-categories__grid[b-wyy9vs9ovb] {
        grid-template-columns: 1fr;
    }
}
/* _content/DeilSupply.Web/Components/FeaturedPanelSystemsSection.razor.rz.scp.css */
.featured-panel-systems[b-y1087cgnyy] {
    background:
        radial-gradient(circle at 14% 0%, rgba(245, 211, 158, 0.2), transparent 26rem),
        radial-gradient(circle at 90% 12%, rgba(24, 61, 48, 0.05), transparent 22rem),
        linear-gradient(180deg, #f8f4ec 0%, #f0e8dc 100%);
    margin-inline: auto;
    max-width: var(--page-max-width);
    padding: clamp(3.5rem, 6.5vw, 5.5rem) var(--page-gutter);
    width: 100%;
}

.featured-panel-systems__inner[b-y1087cgnyy] {
    margin-inline: auto;
    max-width: 72rem;
}

.featured-panel-systems__header[b-y1087cgnyy] {
    margin: 0 auto clamp(2rem, 3.5vw, 2.75rem);
    max-width: 46rem;
    text-align: center;
}

.featured-panel-systems__eyebrow[b-y1087cgnyy] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 0.85rem;
    text-transform: uppercase;
}

.featured-panel-systems__title[b-y1087cgnyy] {
    color: #0d3027;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.featured-panel-systems__subtext[b-y1087cgnyy] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0 auto;
    max-width: 40rem;
}

.featured-panel-systems__grid[b-y1087cgnyy] {
    display: grid;
    gap: clamp(1rem, 1.8vw, 1.35rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

.featured-panel-systems__grid--five[b-y1087cgnyy] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.panel-teaser-card[b-y1087cgnyy] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.1);
    border-radius: clamp(1rem, 1.4vw, 1.2rem);
    box-shadow:
        0 0.85rem 2rem rgba(15, 36, 28, 0.09),
        0 0.2rem 0.6rem rgba(15, 36, 28, 0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.panel-teaser-card:hover[b-y1087cgnyy] {
    border-color: rgba(155, 105, 52, 0.28);
    box-shadow:
        0 1.15rem 2.5rem rgba(15, 36, 28, 0.12),
        0 0.35rem 0.85rem rgba(15, 36, 28, 0.06);
    transform: translateY(-3px);
}

.panel-teaser-card__media[b-y1087cgnyy] {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
}

.panel-teaser-card__image[b-y1087cgnyy] {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 500ms ease;
    width: 100%;
}

.panel-teaser-card:hover .panel-teaser-card__image[b-y1087cgnyy] {
    transform: scale(1.03);
}

.panel-teaser-card__body[b-y1087cgnyy] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.65rem;
    padding: clamp(1rem, 2vw, 1.25rem);
}

.panel-teaser-card__title[b-y1087cgnyy] {
    color: #16231d;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0;
}

.panel-teaser-card__description[b-y1087cgnyy] {
    color: #50584e;
    flex: 1 1 auto;
    font-size: 0.86rem;
    line-height: 1.55;
    margin: 0;
}

.panel-teaser-card__cta[b-y1087cgnyy] {
    align-items: center;
    color: #9b6934;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    gap: 0.35rem;
    letter-spacing: 0.12em;
    margin-top: 0.25rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 160ms ease;
    width: fit-content;
}

.panel-teaser-card__cta:hover[b-y1087cgnyy] {
    color: #7b532c;
}

.featured-panel-systems__features[b-y1087cgnyy] {
    border-top: 1px solid rgba(155, 105, 52, 0.14);
    display: grid;
    gap: clamp(1.25rem, 2.5vw, 2rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: clamp(1.75rem, 3vw, 2.25rem);
}

.panel-system-feature[b-y1087cgnyy] {
    text-align: center;
}

.panel-system-feature__icon[b-y1087cgnyy] {
    align-items: center;
    color: #9b6934;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.panel-system-feature__title[b-y1087cgnyy] {
    color: #16231d;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1.3;
    margin: 0 0 0.45rem;
}

.panel-system-feature__text[b-y1087cgnyy] {
    color: #50584e;
    font-size: 0.84rem;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 14rem;
}

@media (max-width: 1100px) {
    .featured-panel-systems__grid[b-y1087cgnyy],
    .featured-panel-systems__grid--five[b-y1087cgnyy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .featured-panel-systems__features[b-y1087cgnyy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .featured-panel-systems__grid[b-y1087cgnyy],
    .featured-panel-systems__features[b-y1087cgnyy] {
        grid-template-columns: 1fr;
    }

    .panel-system-feature__text[b-y1087cgnyy] {
        max-width: none;
    }
}
/* _content/DeilSupply.Web/Components/HeroSection.razor.rz.scp.css */
.hero[b-r4s7iaqsex] {
    background:
        radial-gradient(circle at 18% 18%, rgba(245, 211, 158, 0.26), transparent 24rem),
        radial-gradient(circle at 86% 24%, rgba(24, 61, 48, 0.12), transparent 22rem),
        linear-gradient(112deg, #fffaf1 0%, #f7f1e8 48%, #eee2d0 100%);
    border-bottom: 1px solid rgba(43, 49, 42, 0.1);
    overflow: clip;
    padding-block: clamp(2.5rem, 4.2vw, 4.25rem);
    position: relative;
}

.hero[b-r4s7iaqsex]::before {
    background: linear-gradient(90deg, rgba(255, 250, 241, 0.86), rgba(255, 250, 241, 0) 58%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.hero__inner[b-r4s7iaqsex] {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 3.5vw, 4rem);
    grid-template-columns: minmax(26rem, 0.78fr) minmax(32rem, 1.05fr);
    margin-inline: auto;
    max-width: 1320px;
    min-height: clamp(29rem, calc(86vh - 7rem), 35rem);
    padding-inline: var(--page-gutter);
    position: relative;
    width: 100%;
    z-index: 2;
}

.hero__content[b-r4s7iaqsex] {
    max-width: 41rem;
    position: relative;
    z-index: 4;
}

.hero__eyebrow[b-r4s7iaqsex] {
    color: #9b6934;
    font-size: clamp(0.7rem, 0.72vw, 0.8rem);
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.45;
    margin: 0 0 clamp(0.95rem, 1.45vw, 1.35rem);
    max-width: 19rem;
}

.hero__title[b-r4s7iaqsex] {
    color: #0d3027;
    font-size: clamp(3.4rem, 5.7vw, 5.65rem);
    font-weight: 900;
    letter-spacing: -0.072em;
    line-height: 0.91;
    margin: 0 0 clamp(1.1rem, 1.65vw, 1.45rem);
    max-width: 8.8em;
}

.hero__lede[b-r4s7iaqsex] {
    color: #1f2a24;
    font-size: clamp(0.98rem, 1.05vw, 1.08rem);
    line-height: 1.55;
    margin: 0 0 clamp(1.25rem, 1.85vw, 1.6rem);
    max-width: 31rem;
}

.hero__actions[b-r4s7iaqsex] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 clamp(1.45rem, 2.2vw, 2rem);
}

.hero__actions .button[b-r4s7iaqsex] {
    align-items: center;
    font-size: 0.85rem;
    gap: 0.8rem;
    min-height: 2.85rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero__actions .button--primary[b-r4s7iaqsex] {
    box-shadow: 0 1rem 2rem rgba(24, 61, 48, 0.16);
}

.hero__actions .button--primary:hover[b-r4s7iaqsex] {
    background: #0d3027;
    border-color: #0d3027;
    box-shadow: 0 1.2rem 2.5rem rgba(24, 61, 48, 0.2);
    transform: translateY(-1px);
}

.hero__actions .button--secondary[b-r4s7iaqsex] {
    background: rgba(255, 250, 241, 0.5);
    border-color: rgba(139, 94, 46, 0.36);
    color: #9b6934;
}

.hero__actions .button--secondary:hover[b-r4s7iaqsex] {
    background: rgba(255, 250, 241, 0.8);
    border-color: rgba(155, 105, 52, 0.64);
    color: #7b532c;
    transform: translateY(-1px);
}

.hero__visual[b-r4s7iaqsex] {
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255, 250, 241, 0.45);
    border-radius: clamp(1.5rem, 2.2vw, 2rem);
    box-shadow:
        0 1.25rem 2.75rem rgba(18, 34, 26, 0.14),
        0 2.25rem 5rem rgba(18, 34, 26, 0.2),
        0 0.35rem 1.4rem rgba(139, 94, 46, 0.12);
    margin: 0;
    overflow: hidden;
    position: relative;
    transform: translateZ(0) scale(1.02);
    transform-origin: center right;
    z-index: 3;
}

.hero__visual[b-r4s7iaqsex]::before {
    background:
        radial-gradient(ellipse 90% 75% at 68% 55%, rgba(24, 61, 48, 0.08), transparent 65%),
        linear-gradient(180deg, rgba(13, 48, 39, 0.06) 0%, transparent 38%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.hero__image[b-r4s7iaqsex] {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
    object-position: center 58%;
    transform: scale(1.04);
    transition: transform 700ms ease;
    width: 100%;
}

.hero__visual:hover .hero__image[b-r4s7iaqsex] {
    transform: scale(1.07);
}

@media (max-width: 1050px) {
    .hero__inner[b-r4s7iaqsex] {
        gap: 2.75rem;
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .hero__content[b-r4s7iaqsex] {
        max-width: 48rem;
    }

    .hero__title[b-r4s7iaqsex] {
        max-width: 9em;
    }

    .hero__visual[b-r4s7iaqsex] {
        aspect-ratio: 16 / 10;
        transform: translateZ(0);
        transform-origin: center;
    }
}

@media (max-width: 720px) {
    .hero[b-r4s7iaqsex] {
        padding-block: 3rem;
    }

    .hero__title[b-r4s7iaqsex] {
        font-size: clamp(3rem, 13vw, 4.4rem);
        letter-spacing: -0.07em;
    }

    .hero__actions[b-r4s7iaqsex] {
        align-items: stretch;
        flex-direction: column;
    }

    .hero__visual[b-r4s7iaqsex] {
        aspect-ratio: 16 / 10;
    }

}

@media (max-width: 500px) {
    .hero__inner[b-r4s7iaqsex] {
        gap: 2rem;
    }
}
/* _content/DeilSupply.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-tws8pfv6kq] {
    background: #f7f3ec;
    color: #1b1f1b;
    min-height: 100vh;
}

.site-header[b-tws8pfv6kq] {
    align-items: center;
    background: rgba(255, 250, 241, 0.9);
    border-bottom: 1px solid rgba(43, 49, 42, 0.14);
    backdrop-filter: blur(18px);
    display: flex;
    gap: clamp(0.9rem, 2vw, 1.8rem);
    justify-content: space-between;
    min-height: 3.05rem;
    padding: 0.42rem var(--page-gutter);
    position: sticky;
    top: 0;
    z-index: 10;
}

.site-brand[b-tws8pfv6kq] {
    align-items: center;
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.58rem;
    text-decoration: none;
}

.site-brand__mark[b-tws8pfv6kq] {
    align-items: center;
    background: #101913;
    border-radius: 999px;
    display: inline-flex;
    height: 2.45rem;
    justify-content: center;
    overflow: hidden;
    width: 2.45rem;
}

.site-brand__logo[b-tws8pfv6kq] {
    display: block;
    height: 2.18rem;
    object-fit: contain;
    width: 2.18rem;
}

.site-brand__name[b-tws8pfv6kq] {
    display: block;
}

.site-brand__name[b-tws8pfv6kq] {
    font-size: 0.94rem;
    font-weight: 900;
    letter-spacing: -0.015em;
    line-height: 1;
}

.site-country-nav[b-tws8pfv6kq] {
    align-items: center;
    border-right: 1px solid rgba(43, 49, 42, 0.12);
    display: flex;
    flex: 0 0 auto;
    gap: 0.55rem;
    margin-right: 0.15rem;
    padding-right: clamp(0.65rem, 1.2vw, 0.95rem);
}

.site-country-nav[b-tws8pfv6kq]  a {
    border: 1px solid transparent;
    border-radius: 999px;
    color: #50584e;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.32rem 0.62rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.site-country-nav[b-tws8pfv6kq]  a:hover {
    border-color: rgba(155, 105, 52, 0.28);
    color: #8b5e2e;
}

.site-country-nav[b-tws8pfv6kq]  a[aria-current="page"] {
    background: rgba(155, 105, 52, 0.1);
    border-color: rgba(155, 105, 52, 0.32);
    color: #7b532c;
}

.site-nav[b-tws8pfv6kq] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: clamp(0.85rem, 2vw, 1.55rem);
    justify-content: center;
}

.site-nav[b-tws8pfv6kq]  a,
.site-header__cta[b-tws8pfv6kq] {
    color: #283128;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.site-nav[b-tws8pfv6kq]  a:hover {
    color: #8b5e2e;
}

.site-header__cta[b-tws8pfv6kq] {
    background: #b17433;
    border-radius: 999px;
    color: #fffaf1;
    flex: 0 0 auto;
    padding: 0.52rem 1rem;
    transition: background-color 160ms ease, transform 160ms ease;
}

.site-header__cta:hover[b-tws8pfv6kq] {
    background: #8b5e2e;
    transform: translateY(-1px);
}

.site-main[b-tws8pfv6kq] {
    overflow: hidden;
}

.site-footer[b-tws8pfv6kq] {
    background: linear-gradient(180deg, #15241e 0%, #121f1a 100%);
    border-top: 1px solid rgba(212, 198, 172, 0.14);
    color: #f0ebe2;
}

.site-footer__inner[b-tws8pfv6kq] {
    margin-inline: auto;
    max-width: var(--page-max-width);
    padding: clamp(3.25rem, 5.5vw, 5rem) var(--page-gutter) clamp(1.75rem, 3vw, 2.35rem);
    width: 100%;
}

.site-footer__main[b-tws8pfv6kq] {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 3.5vw, 3.5rem);
    grid-template-columns: minmax(15rem, 1.25fr) minmax(0, 2.35fr) minmax(13.5rem, 0.95fr);
    margin-bottom: clamp(2.25rem, 3.5vw, 3rem);
}

.site-footer__brand-link[b-tws8pfv6kq] {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 0.65rem;
    margin-bottom: 1.15rem;
    text-decoration: none;
}

.site-footer__brand-mark[b-tws8pfv6kq] {
    align-items: center;
    background: rgba(255, 250, 241, 0.08);
    border: 1px solid rgba(212, 198, 172, 0.16);
    border-radius: 999px;
    display: inline-flex;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.site-footer__brand-logo[b-tws8pfv6kq] {
    display: block;
    height: 2.2rem;
    object-fit: contain;
    width: 2.2rem;
}

.site-footer__brand-name[b-tws8pfv6kq] {
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
}

.site-footer__statement[b-tws8pfv6kq] {
    color: rgba(240, 235, 226, 0.76);
    font-size: 0.88rem;
    line-height: 1.6;
    margin: 0 0 1.35rem;
    max-width: 22rem;
}

.site-footer__hubs-eyebrow[b-tws8pfv6kq] {
    color: #b89563;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 0.65rem;
    text-transform: uppercase;
}

.site-footer__hubs-list[b-tws8pfv6kq] {
    color: #d4c6ac;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    font-weight: 600;
    gap: 0.55rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__hubs-list li + li[b-tws8pfv6kq]::before {
    color: rgba(212, 198, 172, 0.45);
    content: "·";
    margin-right: 0.55rem;
}

.site-footer__nav[b-tws8pfv6kq] {
    display: grid;
    gap: clamp(1.25rem, 2vw, 2rem);
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.site-footer__nav-title[b-tws8pfv6kq] {
    color: #b89563;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 0.85rem;
    text-transform: uppercase;
}

.site-footer__nav-list[b-tws8pfv6kq] {
    display: grid;
    gap: 0.55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__nav-list a[b-tws8pfv6kq] {
    color: rgba(240, 235, 226, 0.78);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    transition: color 160ms ease;
}

.site-footer__nav-list a:hover[b-tws8pfv6kq] {
    color: #e8c992;
}

.site-footer__cta[b-tws8pfv6kq] {
    background: rgba(255, 250, 241, 0.04);
    border: 1px solid rgba(212, 198, 172, 0.14);
    border-radius: 1rem;
    padding: 1.35rem 1.2rem;
}

.site-footer__cta-eyebrow[b-tws8pfv6kq] {
    color: #b89563;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 0.7rem;
    text-transform: uppercase;
}

.site-footer__cta-title[b-tws8pfv6kq] {
    color: #f7f3ec;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.45;
    margin: 0 0 1.1rem;
}

.site-footer__cta-button[b-tws8pfv6kq] {
    font-size: 0.82rem;
    min-height: 2.65rem;
    padding: 0.7rem 1.15rem;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-footer__cta-button:hover[b-tws8pfv6kq] {
    transform: translateY(-1px);
}

.site-footer__bottom[b-tws8pfv6kq] {
    align-items: center;
    border-top: 1px solid rgba(212, 198, 172, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.5rem;
    justify-content: space-between;
    padding-top: 1.35rem;
}

.site-footer__copyright[b-tws8pfv6kq] {
    color: rgba(212, 198, 172, 0.72);
    font-size: 0.76rem;
    margin: 0;
}

.site-footer__legal[b-tws8pfv6kq] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.1rem;
}

.site-footer__legal a[b-tws8pfv6kq] {
    color: rgba(212, 198, 172, 0.82);
    font-size: 0.76rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease;
}

.site-footer__legal a:hover[b-tws8pfv6kq] {
    color: #e8c992;
}

@media (max-width: 1100px) {
    .site-footer__main[b-tws8pfv6kq] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .site-footer__brand-col[b-tws8pfv6kq] {
        grid-column: 1 / -1;
    }

    .site-footer__nav[b-tws8pfv6kq] {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__cta[b-tws8pfv6kq] {
        grid-column: 1 / -1;
        max-width: 24rem;
    }
}

@media (max-width: 820px) {
    .site-header[b-tws8pfv6kq] {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-nav[b-tws8pfv6kq] {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .site-header__cta[b-tws8pfv6kq] {
        display: inline-flex;
    }

    .site-footer__nav[b-tws8pfv6kq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .site-header[b-tws8pfv6kq] {
        gap: 0.7rem;
    }

    .site-nav[b-tws8pfv6kq] {
        display: none;
    }

    .site-brand__mark[b-tws8pfv6kq] {
        height: 2.25rem;
        width: 2.25rem;
    }

    .site-brand__logo[b-tws8pfv6kq] {
        height: 2rem;
        width: 2rem;
    }

    .site-footer__main[b-tws8pfv6kq] {
        gap: 2rem;
        grid-template-columns: 1fr;
    }

    .site-footer__nav[b-tws8pfv6kq] {
        grid-template-columns: 1fr;
    }

    .site-footer__cta[b-tws8pfv6kq] {
        max-width: none;
    }

    .site-footer__bottom[b-tws8pfv6kq] {
        align-items: flex-start;
        flex-direction: column;
    }
}

#blazor-error-ui[b-tws8pfv6kq] {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-tws8pfv6kq] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/DeilSupply.Web/Components/Pages/Store/Windows/PanoramaSeries.razor.rz.scp.css */
.store-series-landing[b-d6uptd934c] {
    background:
        radial-gradient(circle at 14% 0%, rgba(245, 211, 158, 0.2), transparent 26rem),
        radial-gradient(circle at 90% 12%, rgba(24, 61, 48, 0.05), transparent 22rem),
        linear-gradient(180deg, #f8f4ec 0%, #f0e8dc 100%);
    margin-inline: auto;
    max-width: var(--page-max-width);
    min-height: 60vh;
    padding: clamp(2.5rem, 5vw, 4rem) var(--page-gutter) clamp(3.5rem, 6.5vw, 5.5rem);
    width: 100%;
}

.store-series-landing__inner[b-d6uptd934c] {
    margin-inline: auto;
    max-width: 72rem;
}

.store-series-landing__breadcrumb[b-d6uptd934c] {
    align-items: center;
    color: #50584e;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.45rem;
    margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.store-series-landing__breadcrumb a[b-d6uptd934c] {
    color: #9b6934;
    font-weight: 700;
    text-decoration: none;
}

.store-series-landing__breadcrumb a:hover[b-d6uptd934c] {
    color: #7b532c;
}

.store-series-landing__header[b-d6uptd934c] {
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
    max-width: 46rem;
}

.store-series-landing__eyebrow[b-d6uptd934c] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 0.85rem;
    text-transform: uppercase;
}

.store-series-landing__title[b-d6uptd934c] {
    color: #0d3027;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.store-series-landing__lede[b-d6uptd934c] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0;
}

.store-series-landing__products[b-d6uptd934c] {
    display: grid;
    gap: clamp(1.25rem, 2vw, 1.75rem);
}
/* _content/DeilSupply.Web/Components/PreEngineeredHomesGallerySection.razor.rz.scp.css */
.pre-engineered-gallery__grid[b-bd54bnwb77] {
    display: grid;
    gap: clamp(1rem, 1.8vw, 1.35rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pre-engineered-gallery__card[b-bd54bnwb77] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.1);
    border-radius: clamp(1rem, 1.4vw, 1.2rem);
    box-shadow:
        0 0.85rem 2rem rgba(15, 36, 28, 0.08),
        0 0.2rem 0.6rem rgba(15, 36, 28, 0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pre-engineered-gallery__media[b-bd54bnwb77] {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
}

.pre-engineered-gallery__image[b-bd54bnwb77] {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.pre-engineered-gallery__body[b-bd54bnwb77] {
    display: grid;
    gap: 0.45rem;
    padding: clamp(0.95rem, 1.6vw, 1.15rem);
}

.pre-engineered-gallery__title[b-bd54bnwb77] {
    color: #16231d;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0;
}

.pre-engineered-gallery__text[b-bd54bnwb77] {
    color: #50584e;
    font-size: 0.84rem;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 1100px) {
    .pre-engineered-gallery__grid[b-bd54bnwb77] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .pre-engineered-gallery__grid[b-bd54bnwb77] {
        grid-template-columns: 1fr;
    }
}
/* _content/DeilSupply.Web/Components/PreEngineeredHomesPartnersSection.razor.rz.scp.css */
.pre-engineered-partners__list[b-j0vcwczur0] {
    display: grid;
    gap: clamp(0.85rem, 1.5vw, 1.1rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.pre-engineered-partners__item[b-j0vcwczur0] {
    margin: 0;
}

@media (max-width: 720px) {
    .pre-engineered-partners__list[b-j0vcwczur0] {
        grid-template-columns: 1fr;
    }
}
/* _content/DeilSupply.Web/Components/PrefabXCrmQuoteForm.razor.rz.scp.css */
.prefab-crm-quote[b-jhstvigomb] {
    padding-bottom: clamp(3.5rem, 6.5vw, 5.5rem);
}

.prefab-crm-quote__header[b-jhstvigomb] {
    margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.prefab-crm-quote__frame-wrap[b-jhstvigomb] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.14);
    border-radius: clamp(1rem, 1.4vw, 1.25rem);
    box-shadow:
        0 0.85rem 2rem rgba(15, 36, 28, 0.08),
        0 0.2rem 0.6rem rgba(15, 36, 28, 0.04);
    min-height: clamp(28rem, 62vh, 40rem);
    overflow: hidden;
}

.prefab-crm-quote__iframe[b-jhstvigomb] {
    border: 0;
    display: block;
    height: clamp(28rem, 62vh, 40rem);
    min-height: 28rem;
    width: 100%;
}
/* _content/DeilSupply.Web/Components/RegionSelector.razor.rz.scp.css */
.region-selector[b-75w7d053bx] {
    background:
        radial-gradient(circle at 12% 0%, rgba(245, 211, 158, 0.22), transparent 28rem),
        radial-gradient(circle at 88% 18%, rgba(24, 61, 48, 0.06), transparent 24rem),
        linear-gradient(180deg, #f8f4ec 0%, #f3ede3 100%);
    border-top: 1px solid rgba(155, 105, 52, 0.1);
    border-bottom: 1px solid rgba(155, 105, 52, 0.1);
    box-sizing: border-box;
    display: block;
    margin-inline: auto;
    max-width: var(--page-max-width);
    padding: clamp(3.5rem, 6.5vw, 5rem) var(--page-gutter);
    width: 100%;
}

.region-selector__inner[b-75w7d053bx] {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    max-width: 72rem;
    width: 100%;
}

.region-selector__header[b-75w7d053bx] {
    margin: 0 0 clamp(2rem, 3.5vw, 2.75rem);
    max-width: 46rem;
    text-align: center;
    width: 100%;
}

.region-selector__header .eyebrow[b-75w7d053bx] {
    display: block;
    margin-bottom: 0.85rem;
    margin-left: auto;
    margin-right: auto;
}

.region-selector__header h2[b-75w7d053bx] {
    color: #0d3027;
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.1;
    margin: 0 0 1rem;
}

.region-selector__lede[b-75w7d053bx] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0 auto;
    max-width: 40rem;
}

.region-selector__grid[b-75w7d053bx] {
    align-items: stretch;
    display: grid;
    gap: clamp(1.25rem, 2vw, 1.75rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.region-card[b-75w7d053bx] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.1);
    border-radius: clamp(1.1rem, 1.6vw, 1.35rem);
    box-shadow:
        0 1rem 2.5rem rgba(15, 36, 28, 0.1),
        0 0.25rem 0.75rem rgba(15, 36, 28, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    min-height: 100%;
    padding: clamp(1.25rem, 1.8vw, 1.5rem);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.region-card:hover[b-75w7d053bx] {
    border-color: rgba(155, 105, 52, 0.28);
    box-shadow:
        0 1.35rem 3rem rgba(15, 36, 28, 0.14),
        0 0.35rem 1rem rgba(15, 36, 28, 0.06);
    transform: translateY(-3px);
}

.region-card__marker[b-75w7d053bx] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0;
    text-transform: uppercase;
}

.region-card__title[b-75w7d053bx] {
    color: #18221c;
    font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
    font-size: clamp(1.125rem, 1.15vw, 1.2rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0;
}

.region-card__text[b-75w7d053bx] {
    color: #50584e;
    flex: 1 1 auto;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.region-card__cta[b-75w7d053bx] {
    align-items: center;
    align-self: flex-start;
    display: inline-flex;
    gap: 0.35rem;
    margin-top: 0.5rem;
    width: fit-content;
}

@media (max-width: 720px) {
    .region-selector__grid[b-75w7d053bx] {
        grid-template-columns: 1fr;
    }
}
/* _content/DeilSupply.Web/Components/Store/ProductDetailPage.razor.rz.scp.css */
.product-detail[b-y8pzoudayd] {
    background:
        radial-gradient(circle at 14% 0%, rgba(245, 211, 158, 0.18), transparent 26rem),
        radial-gradient(circle at 90% 12%, rgba(24, 61, 48, 0.05), transparent 22rem),
        linear-gradient(180deg, #f8f4ec 0%, #f0e8dc 100%);
}

.product-detail__hero[b-y8pzoudayd] {
    padding: clamp(2rem, 4vw, 3rem) var(--page-gutter) clamp(2.5rem, 5vw, 4rem);
}

.product-detail__hero-inner[b-y8pzoudayd] {
    margin-inline: auto;
    max-width: 72rem;
}

.product-detail__breadcrumb[b-y8pzoudayd] {
    align-items: center;
    color: #50584e;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.45rem;
    margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.product-detail__breadcrumb a[b-y8pzoudayd] {
    color: #9b6934;
    font-weight: 700;
    text-decoration: none;
}

.product-detail__breadcrumb a:hover[b-y8pzoudayd] {
    color: #7b532c;
}

.product-detail__hero-grid[b-y8pzoudayd] {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.product-detail__hero-media[b-y8pzoudayd] {
    aspect-ratio: 16 / 10;
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.12);
    border-radius: clamp(1rem, 1.5vw, 1.35rem);
    margin: 0;
    overflow: hidden;
}

.product-detail__hero-image[b-y8pzoudayd] {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.product-detail__eyebrow[b-y8pzoudayd] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 0.85rem;
    text-transform: uppercase;
}

.product-detail__title[b-y8pzoudayd] {
    color: #0d3027;
    font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 0.75rem;
}

.product-detail__subtitle[b-y8pzoudayd] {
    color: #183d30;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 1rem;
}

.product-detail__description[b-y8pzoudayd] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0 0 1.25rem;
    max-width: 36rem;
}

.product-detail__highlights[b-y8pzoudayd] {
    display: grid;
    gap: 0.65rem;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.product-detail__highlights li[b-y8pzoudayd] {
    border-left: 2px solid rgba(155, 105, 52, 0.45);
    display: grid;
    gap: 0.15rem;
    padding-left: 0.85rem;
}

.product-detail__highlight-label[b-y8pzoudayd] {
    color: #9b6934;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-detail__highlight-value[b-y8pzoudayd] {
    color: #0d3027;
    font-size: 0.92rem;
    font-weight: 700;
}

.product-detail__hero-actions[b-y8pzoudayd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.product-detail__button[b-y8pzoudayd] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.1em;
    min-height: 2.75rem;
    padding: 0.65rem 1.15rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.product-detail__button--primary[b-y8pzoudayd] {
    background: #183d30;
    color: #fffaf1;
}

.product-detail__button--primary:hover[b-y8pzoudayd] {
    background: #0d3027;
}

.product-detail__button--secondary[b-y8pzoudayd] {
    background: #fffaf6;
    border-color: rgba(155, 105, 52, 0.35);
    color: #9b6934;
}

.product-detail__button--secondary:hover[b-y8pzoudayd] {
    border-color: rgba(155, 105, 52, 0.55);
    color: #7b532c;
}

.product-detail__button--ghost[b-y8pzoudayd] {
    background: transparent;
    border-color: rgba(24, 61, 48, 0.18);
    color: #183d30;
}

.product-detail__button--ghost:hover[b-y8pzoudayd] {
    border-color: rgba(24, 61, 48, 0.35);
}

.product-detail__metrics[b-y8pzoudayd] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.12);
    border-radius: clamp(1rem, 1.5vw, 1.35rem);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    overflow: hidden;
}

.product-detail__metric[b-y8pzoudayd] {
    border-right: 1px solid rgba(155, 105, 52, 0.1);
    padding: clamp(0.85rem, 1.5vw, 1.15rem);
}

.product-detail__metric:last-child[b-y8pzoudayd] {
    border-right: none;
}

.product-detail__metric dt[b-y8pzoudayd] {
    color: #9b6934;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.product-detail__metric dd[b-y8pzoudayd] {
    color: #0d3027;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.product-detail__section[b-y8pzoudayd] {
    padding: clamp(2.5rem, 5vw, 4rem) var(--page-gutter);
}

.product-detail__section:nth-child(even)[b-y8pzoudayd] {
    background: rgba(255, 250, 246, 0.55);
}

.product-detail__section-inner[b-y8pzoudayd] {
    margin-inline: auto;
    max-width: 72rem;
}

.product-detail__section-header[b-y8pzoudayd] {
    margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
    max-width: 42rem;
}

.product-detail__section-eyebrow[b-y8pzoudayd] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.product-detail__section-title[b-y8pzoudayd] {
    color: #0d3027;
    font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
    font-size: clamp(1.65rem, 2.8vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 0.75rem;
}

.product-detail__section-lede[b-y8pzoudayd] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0;
}

.product-detail__gallery-slider[b-y8pzoudayd] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
}

.product-detail__gallery-viewport[b-y8pzoudayd] {
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    width: 100%;
}

.product-detail__gallery-track[b-y8pzoudayd] {
    display: flex;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.product-detail__gallery-slide[b-y8pzoudayd] {
    aspect-ratio: 16 / 10;
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.12);
    border-radius: clamp(0.85rem, 1.2vw, 1rem);
    cursor: zoom-in;
    flex: 0 0 100%;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    transition: border-color 180ms ease, transform 180ms ease;
}

.product-detail__gallery-slide:hover[b-y8pzoudayd] {
    border-color: rgba(155, 105, 52, 0.28);
}

.product-detail__gallery-slide img[b-y8pzoudayd] {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.product-detail__gallery-caption[b-y8pzoudayd] {
    background: linear-gradient(180deg, transparent, rgba(13, 48, 39, 0.78));
    bottom: 0;
    color: #fffaf1;
    font-size: 0.78rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.08em;
    padding: 2rem 0.85rem 0.75rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.product-detail__gallery-nav[b-y8pzoudayd] {
    align-items: center;
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.22);
    border-radius: 999px;
    color: #9b6934;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.35rem;
    height: 2.75rem;
    justify-content: center;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
    width: 2.75rem;
}

.product-detail__gallery-nav:hover:not(:disabled)[b-y8pzoudayd] {
    background: #183d30;
    border-color: #183d30;
    color: #fffaf1;
}

.product-detail__gallery-nav:disabled[b-y8pzoudayd] {
    cursor: not-allowed;
    opacity: 0.35;
}

.product-detail__gallery-nav--prev[b-y8pzoudayd] {
    grid-column: 1;
    grid-row: 1;
}

.product-detail__gallery-nav--next[b-y8pzoudayd] {
    grid-column: 3;
    grid-row: 1;
}

.product-detail__gallery-meta[b-y8pzoudayd] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
}

.product-detail__gallery-counter[b-y8pzoudayd] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin: 0;
    text-transform: uppercase;
}

.product-detail__gallery-current-title[b-y8pzoudayd] {
    color: #50584e;
    flex: 1 1 auto;
    font-size: 0.92rem;
    font-weight: 600;
    margin: 0;
    min-width: 12rem;
}

.product-detail__gallery-dots[b-y8pzoudayd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.product-detail__gallery-dot[b-y8pzoudayd] {
    background: rgba(155, 105, 52, 0.25);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    height: 0.55rem;
    padding: 0;
    transition: background-color 160ms ease, transform 160ms ease;
    width: 0.55rem;
}

.product-detail__gallery-dot.is-active[b-y8pzoudayd] {
    background: #9b6934;
    transform: scale(1.15);
}

.product-detail__fullscreen[b-y8pzoudayd] {
    inset: 0;
    position: fixed;
    z-index: 1000;
}

.product-detail__fullscreen-backdrop[b-y8pzoudayd] {
    background: rgba(13, 48, 39, 0.94);
    border: none;
    cursor: pointer;
    height: 100%;
    inset: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.product-detail__fullscreen-content[b-y8pzoudayd] {
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: auto 1fr auto;
    inset: 0;
    justify-items: center;
    padding: clamp(1rem, 3vw, 2rem);
    pointer-events: none;
    position: absolute;
}

.product-detail__fullscreen-content > *[b-y8pzoudayd] {
    pointer-events: auto;
}

.product-detail__fullscreen-close[b-y8pzoudayd] {
    background: rgba(255, 250, 241, 0.08);
    border: 1px solid rgba(255, 250, 241, 0.18);
    border-radius: 999px;
    color: #fffaf1;
    cursor: pointer;
    font-size: 1.75rem;
    height: 2.75rem;
    line-height: 1;
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    top: clamp(1rem, 3vw, 2rem);
    width: 2.75rem;
    z-index: 2;
}

.product-detail__fullscreen-nav[b-y8pzoudayd] {
    align-items: center;
    background: rgba(255, 250, 241, 0.08);
    border: 1px solid rgba(255, 250, 241, 0.18);
    border-radius: 999px;
    color: #fffaf1;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.75rem;
    height: 3rem;
    justify-content: center;
    transition: background-color 160ms ease, border-color 160ms ease;
    width: 3rem;
}

.product-detail__fullscreen-nav:hover:not(:disabled)[b-y8pzoudayd] {
    background: rgba(255, 250, 241, 0.16);
    border-color: rgba(245, 211, 158, 0.45);
}

.product-detail__fullscreen-nav:disabled[b-y8pzoudayd] {
    cursor: not-allowed;
    opacity: 0.35;
}

.product-detail__fullscreen-figure[b-y8pzoudayd] {
    grid-column: 2;
    margin: 0;
    max-height: calc(100vh - 6rem);
    max-width: min(72rem, calc(100vw - 8rem));
    width: 100%;
}

.product-detail__fullscreen-figure img[b-y8pzoudayd] {
    display: block;
    max-height: calc(100vh - 8rem);
    object-fit: contain;
    width: 100%;
}

.product-detail__fullscreen-caption[b-y8pzoudayd] {
    color: #fffaf1;
    display: flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 1rem;
    justify-content: space-between;
    letter-spacing: 0.08em;
    margin-top: 0.85rem;
    text-transform: uppercase;
}

.product-detail__technical-layout[b-y8pzoudayd] {
    align-items: center;
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.product-detail__technical-layout--reverse[b-y8pzoudayd] {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.product-detail__technical-layout--reverse .product-detail__section-header[b-y8pzoudayd] {
    order: 2;
}

.product-detail__technical-layout--reverse .product-detail__technical-figure[b-y8pzoudayd] {
    order: 1;
}

.product-detail__technical-figure[b-y8pzoudayd] {
    aspect-ratio: 16 / 10;
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.12);
    border-radius: clamp(1rem, 1.5vw, 1.35rem);
    margin: 0;
    overflow: hidden;
}

.product-detail__technical-figure img[b-y8pzoudayd] {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.product-detail__downloads[b-y8pzoudayd] {
    background: #183d30;
}

.product-detail__downloads .product-detail__section-eyebrow[b-y8pzoudayd],
.product-detail__downloads .product-detail__section-title[b-y8pzoudayd] {
    color: #fffaf1;
}

.product-detail__downloads .product-detail__section-title[b-y8pzoudayd] {
    color: #fffaf1;
}

.product-detail__specs-panel[b-y8pzoudayd] {
    background: rgba(255, 250, 241, 0.06);
    border: 1px solid rgba(255, 250, 241, 0.14);
    border-radius: 0.85rem;
    margin-bottom: 1.25rem;
    padding: 0.25rem 1rem;
}

.product-detail__specs-panel summary[b-y8pzoudayd] {
    color: #fffaf1;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.75rem 0;
    text-transform: uppercase;
}

.product-detail__specs-list[b-y8pzoudayd] {
    display: grid;
    gap: 0;
    margin: 0 0 0.75rem;
}

.product-detail__spec-row[b-y8pzoudayd] {
    border-top: 1px solid rgba(255, 250, 241, 0.1);
    display: grid;
    gap: 0.35rem;
    grid-template-columns: 1fr 1fr;
    padding: 0.75rem 0;
}

.product-detail__spec-row dt[b-y8pzoudayd] {
    color: #d4c6ac;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-detail__spec-row dd[b-y8pzoudayd] {
    color: #fffaf1;
    font-size: 0.92rem;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.product-detail__downloads-list[b-y8pzoudayd] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-detail__download-card[b-y8pzoudayd] {
    background: rgba(255, 250, 241, 0.08);
    border: 1px solid rgba(255, 250, 241, 0.14);
    border-radius: 0.85rem;
    display: grid;
    gap: 0.45rem;
    min-height: 7.5rem;
    padding: 1rem;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.product-detail__download-card--available:hover[b-y8pzoudayd] {
    background: rgba(255, 250, 241, 0.14);
    border-color: rgba(245, 211, 158, 0.45);
}

.product-detail__download-card--placeholder[b-y8pzoudayd] {
    opacity: 0.65;
}

.product-detail__download-type[b-y8pzoudayd] {
    color: #f5d39e;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.product-detail__download-title[b-y8pzoudayd] {
    color: #fffaf1;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.product-detail__download-action[b-y8pzoudayd] {
    color: #d4c6ac;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: auto;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .product-detail__hero-grid[b-y8pzoudayd],
    .product-detail__technical-layout[b-y8pzoudayd],
    .product-detail__technical-layout--reverse[b-y8pzoudayd] {
        grid-template-columns: 1fr;
    }

    .product-detail__technical-layout--reverse .product-detail__section-header[b-y8pzoudayd],
    .product-detail__technical-layout--reverse .product-detail__technical-figure[b-y8pzoudayd] {
        order: unset;
    }

    .product-detail__metrics[b-y8pzoudayd] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail__metric:nth-child(3n)[b-y8pzoudayd] {
        border-right: none;
    }

    .product-detail__metric:nth-child(n + 4)[b-y8pzoudayd] {
        border-top: 1px solid rgba(155, 105, 52, 0.1);
    }

    .product-detail__gallery-slider[b-y8pzoudayd] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
    }

    .product-detail__gallery-nav--prev[b-y8pzoudayd],
    .product-detail__gallery-nav--next[b-y8pzoudayd],
    .product-detail__gallery-viewport[b-y8pzoudayd] {
        grid-column: 1;
    }

    .product-detail__gallery-nav--prev[b-y8pzoudayd] {
        grid-row: 2;
        justify-self: start;
    }

    .product-detail__gallery-viewport[b-y8pzoudayd] {
        grid-row: 1;
    }

    .product-detail__gallery-nav--next[b-y8pzoudayd] {
        grid-row: 2;
        justify-self: end;
    }

    .product-detail__gallery-meta[b-y8pzoudayd] {
        grid-row: 3;
    }

    .product-detail__fullscreen-content[b-y8pzoudayd] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        padding-inline: 0.75rem;
    }

    .product-detail__fullscreen-nav--prev[b-y8pzoudayd] {
        grid-row: 3;
        justify-self: start;
    }

    .product-detail__fullscreen-figure[b-y8pzoudayd] {
        grid-column: 1;
        grid-row: 2;
        max-width: 100%;
    }

    .product-detail__fullscreen-nav--next[b-y8pzoudayd] {
        grid-row: 3;
        justify-self: end;
    }

    .product-detail__downloads-list[b-y8pzoudayd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .product-detail__metrics[b-y8pzoudayd] {
        grid-template-columns: 1fr;
    }

    .product-detail__metric[b-y8pzoudayd] {
        border-right: none;
        border-top: 1px solid rgba(155, 105, 52, 0.1);
    }

    .product-detail__metric:first-child[b-y8pzoudayd] {
        border-top: none;
    }

    .product-detail__hero-actions[b-y8pzoudayd] {
        flex-direction: column;
    }

    .product-detail__button[b-y8pzoudayd] {
        width: 100%;
    }

    .product-detail__downloads-list[b-y8pzoudayd] {
        grid-template-columns: 1fr;
    }

    .product-detail__spec-row[b-y8pzoudayd] {
        grid-template-columns: 1fr;
    }

    .product-detail__spec-row dd[b-y8pzoudayd] {
        text-align: left;
     }
}
/* _content/DeilSupply.Web/Components/Store/StoreCategoryCardItem.razor.rz.scp.css */
.store-category-card[b-rrqnxkubss] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.12);
    border-radius: clamp(1rem, 1.5vw, 1.35rem);
    box-shadow:
        0 0.85rem 2rem rgba(15, 36, 28, 0.09),
        0 0.2rem 0.6rem rgba(15, 36, 28, 0.04);
    color: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    overflow: hidden;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.store-category-card:hover[b-rrqnxkubss] {
    border-color: rgba(155, 105, 52, 0.28);
    box-shadow:
        0 1.15rem 2.5rem rgba(15, 36, 28, 0.12),
        0 0.35rem 0.85rem rgba(15, 36, 28, 0.06);
    transform: translateY(-3px);
}

.store-category-card__media[b-rrqnxkubss] {
    aspect-ratio: 3 / 2;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
}

.store-category-card__image[b-rrqnxkubss] {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 500ms ease;
    width: 100%;
}

.store-category-card:hover .store-category-card__image[b-rrqnxkubss] {
    transform: scale(1.02);
}

.store-category-card__content[b-rrqnxkubss] {
    align-self: center;
    display: grid;
    gap: clamp(0.75rem, 1.4vw, 1rem);
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.store-category-card__eyebrow[b-rrqnxkubss] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0;
    text-transform: uppercase;
}

.store-category-card__title[b-rrqnxkubss] {
    color: #0d3027;
    font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0;
}

.store-category-card__subtitle[b-rrqnxkubss] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0;
    max-width: 34rem;
}

.store-category-card__cta[b-rrqnxkubss] {
    align-items: center;
    color: #9b6934;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 0.4rem;
    letter-spacing: 0.12em;
    margin-top: 0.35rem;
    text-transform: uppercase;
    transition: color 160ms ease, gap 160ms ease;
    width: fit-content;
}

.store-category-card:hover .store-category-card__cta[b-rrqnxkubss] {
    color: #7b532c;
    gap: 0.55rem;
}

@media (max-width: 900px) {
    .store-category-card[b-rrqnxkubss] {
        grid-template-columns: 1fr;
    }

    .store-category-card__media[b-rrqnxkubss] {
        aspect-ratio: 3 / 2;
    }
}
/* _content/DeilSupply.Web/Components/Store/StoreCategoryCardsSection.razor.rz.scp.css */
.store-category-cards[b-6v1ca64qdv] {
    background:
        radial-gradient(circle at 14% 0%, rgba(245, 211, 158, 0.2), transparent 26rem),
        radial-gradient(circle at 90% 12%, rgba(24, 61, 48, 0.05), transparent 22rem),
        linear-gradient(180deg, #f8f4ec 0%, #f0e8dc 100%);
    margin-inline: auto;
    max-width: var(--page-max-width);
    padding: clamp(3.5rem, 6.5vw, 5.5rem) var(--page-gutter);
    width: 100%;
}

.store-category-cards__inner[b-6v1ca64qdv] {
    margin-inline: auto;
    max-width: 72rem;
}

.store-category-cards__header[b-6v1ca64qdv] {
    margin: 0 auto clamp(2.25rem, 4vw, 3rem);
    max-width: 46rem;
    text-align: center;
}

.store-category-cards__eyebrow[b-6v1ca64qdv] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 0.85rem;
    text-transform: uppercase;
}

.store-category-cards__title[b-6v1ca64qdv] {
    color: #0d3027;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.store-category-cards__lede[b-6v1ca64qdv] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0 auto;
    max-width: 40rem;
}

.store-category-cards__list[b-6v1ca64qdv] {
    display: grid;
    gap: clamp(1.25rem, 2vw, 1.75rem);
}
/* _content/DeilSupply.Web/Components/Store/StoreCategoryLanding.razor.rz.scp.css */
.store-category-landing[b-kjksyla4dw] {
    background:
        radial-gradient(circle at 14% 0%, rgba(245, 211, 158, 0.2), transparent 26rem),
        radial-gradient(circle at 90% 12%, rgba(24, 61, 48, 0.05), transparent 22rem),
        linear-gradient(180deg, #f8f4ec 0%, #f0e8dc 100%);
    margin-inline: auto;
    max-width: var(--page-max-width);
    min-height: 60vh;
    padding: clamp(2.5rem, 5vw, 4rem) var(--page-gutter) clamp(3.5rem, 6.5vw, 5.5rem);
    width: 100%;
}

.store-category-landing__inner[b-kjksyla4dw] {
    margin-inline: auto;
    max-width: 72rem;
}

.store-category-landing__breadcrumb[b-kjksyla4dw] {
    align-items: center;
    color: #50584e;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.45rem;
    margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.store-category-landing__breadcrumb a[b-kjksyla4dw] {
    color: #9b6934;
    font-weight: 700;
    text-decoration: none;
}

.store-category-landing__breadcrumb a:hover[b-kjksyla4dw] {
    color: #7b532c;
}

.store-category-landing__header[b-kjksyla4dw] {
    margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
    max-width: 46rem;
}

.store-category-landing__eyebrow[b-kjksyla4dw] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 0.85rem;
    text-transform: uppercase;
}

.store-category-landing__title[b-kjksyla4dw] {
    color: #0d3027;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.store-category-landing__lede[b-kjksyla4dw] {
    color: #50584e;
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.62;
    margin: 0;
    max-width: 40rem;
}

.store-category-landing__series[b-kjksyla4dw] {
    min-height: 8rem;
}

.store-category-landing__series-grid[b-kjksyla4dw] {
    display: grid;
    gap: clamp(1.25rem, 2vw, 1.75rem);
}

.store-page[b-kjksyla4dw] {
    min-height: 100%;
}

.store-not-found[b-kjksyla4dw] {
    margin-inline: auto;
    max-width: 40rem;
    padding: clamp(3rem, 6vw, 5rem) var(--page-gutter);
}

.store-not-found h1[b-kjksyla4dw] {
    margin-bottom: 0.75rem;
}

.store-not-found a[b-kjksyla4dw] {
    color: #9b6934;
    font-weight: 700;
}
/* _content/DeilSupply.Web/Components/Store/StoreProductCardItem.razor.rz.scp.css */
.store-product-card[b-i3acgjmu71] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.12);
    border-radius: clamp(1rem, 1.5vw, 1.35rem);
    box-shadow:
        0 0.85rem 2rem rgba(15, 36, 28, 0.09),
        0 0.2rem 0.6rem rgba(15, 36, 28, 0.04);
    color: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    overflow: hidden;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.store-product-card:hover[b-i3acgjmu71] {
    border-color: rgba(155, 105, 52, 0.28);
    box-shadow:
        0 1.15rem 2.5rem rgba(15, 36, 28, 0.12),
        0 0.35rem 0.85rem rgba(15, 36, 28, 0.06);
    transform: translateY(-3px);
}

.store-product-card__media[b-i3acgjmu71] {
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
}

.store-product-card__image[b-i3acgjmu71] {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 500ms ease;
    width: 100%;
}

.store-product-card:hover .store-product-card__image[b-i3acgjmu71] {
    transform: scale(1.02);
}

.store-product-card__content[b-i3acgjmu71] {
    align-self: center;
    display: grid;
    gap: 0.65rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.store-product-card__eyebrow[b-i3acgjmu71] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0;
    text-transform: uppercase;
}

.store-product-card__title[b-i3acgjmu71] {
    color: #0d3027;
    font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0;
}

.store-product-card__subtitle[b-i3acgjmu71] {
    color: #50584e;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

.store-product-card__cta[b-i3acgjmu71] {
    align-items: center;
    color: #9b6934;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 800;
    gap: 0.4rem;
    letter-spacing: 0.12em;
    margin-top: 0.25rem;
    text-transform: uppercase;
    width: fit-content;
}

@media (max-width: 900px) {
    .store-product-card[b-i3acgjmu71] {
        grid-template-columns: 1fr;
    }
}
/* _content/DeilSupply.Web/Components/Store/StoreSeriesCardItem.razor.rz.scp.css */
.store-series-card[b-04tpzehg3h] {
    background: #fffaf6;
    border: 1px solid rgba(155, 105, 52, 0.12);
    border-radius: clamp(1rem, 1.5vw, 1.35rem);
    box-shadow:
        0 0.85rem 2rem rgba(15, 36, 28, 0.09),
        0 0.2rem 0.6rem rgba(15, 36, 28, 0.04);
    color: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    overflow: hidden;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.store-series-card:hover[b-04tpzehg3h] {
    border-color: rgba(155, 105, 52, 0.28);
    box-shadow:
        0 1.15rem 2.5rem rgba(15, 36, 28, 0.12),
        0 0.35rem 0.85rem rgba(15, 36, 28, 0.06);
    transform: translateY(-3px);
}

.store-series-card__media[b-04tpzehg3h] {
    aspect-ratio: 3 / 2;
    margin: 0;
    overflow: hidden;
}

.store-series-card__image[b-04tpzehg3h] {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 500ms ease;
    width: 100%;
}

.store-series-card:hover .store-series-card__image[b-04tpzehg3h] {
    transform: scale(1.02);
}

.store-series-card__content[b-04tpzehg3h] {
    align-self: center;
    display: grid;
    gap: 0.65rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.store-series-card__eyebrow[b-04tpzehg3h] {
    color: #9b6934;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0;
    text-transform: uppercase;
}

.store-series-card__title[b-04tpzehg3h] {
    color: #0d3027;
    font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0;
}

.store-series-card__subtitle[b-04tpzehg3h] {
    color: #50584e;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.store-series-card__cta[b-04tpzehg3h] {
    align-items: center;
    color: #9b6934;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 800;
    gap: 0.4rem;
    letter-spacing: 0.12em;
    margin-top: 0.25rem;
    text-transform: uppercase;
    transition: color 160ms ease, gap 160ms ease;
    width: fit-content;
}

.store-series-card:hover .store-series-card__cta[b-04tpzehg3h] {
    color: #7b532c;
    gap: 0.55rem;
}

@media (max-width: 900px) {
    .store-series-card[b-04tpzehg3h] {
        grid-template-columns: 1fr;
    }
}
