.source-store-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 420px;
    align-items: center;
    overflow: hidden;
    padding: 48px clamp(24px, 7vw, 144px);
    color: #fff;
    background-color: #0b1525;
    background-position: 72% center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}
.source-store-hero::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(90deg, var(--source-hero-left, rgba(4,12,24,.76)) 0%, var(--source-hero-middle, rgba(4,12,24,.40)) 49%, var(--source-hero-right, rgba(4,12,24,.16)) 100%);
    content: "";
}
.source-store-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin-inline: auto;
}
.source-store-hero__copy {
    max-width: 690px;
}
.source-store-hero__eyebrow {
    margin: 0 0 22px;
    color: #9ee7ff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
}
.source-store-hero__title {
    max-width: 700px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.04;
}
.source-store-hero__description {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.94);
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    line-height: 1.55;
}
.source-store-hero__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
	border-radius: 2px;
    padding: 10px 24px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}
.source-store-hero__button--primary {
    margin: 30px 12px 0 0;
    color: #fff;
    background: var(--global-palette1, #2b6cb0);
}
.source-store-hero__button--primary:hover,
.source-store-hero__button--primary:focus-visible {
    color: #fff;
    background: var(--global-palette2, #215387);
}
.source-store-hero__button--secondary {
    margin: 30px 0 0;
    border-color: rgba(255,255,255,.75);
    color: #fff;
    background: rgba(10,20,36,.18);
}
.source-store-hero__button--secondary:hover,
.source-store-hero__button--secondary:focus-visible {
    border-color: #fff;
    color: #fff;
    background: rgba(10,20,36,.58);
}
.source-store-hero__button,
.source-home-cta__button {
	font-size: .88rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.source-store-hero__button:focus-visible {
    outline: 3px solid #9ee7ff;
    outline-offset: 3px;
}
.source-store-hero__products-anchor {
    display: block;
    position: relative;
    top: -20px;
}
.home .content-area {
    margin-top: 0;
}
.home .source-store-hero + .content-area {
    margin-top: 0;
}
.home .entry-content-wrap {
    padding-top: 0;
}
.source-home-categories .wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(120px, max-content);
    align-items: start !important;
    column-gap: 24px;
    margin-bottom: 20px;
}
.source-home-categories .wp-block-column,
.source-home-products .wp-block-column {
    min-width: 0;
    width: auto;
    flex-basis: auto !important;
}
.source-home-categories .wp-block-column:first-child > :last-child {
    margin-bottom: 0;
}
.source-home-products .wp-block-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(120px, max-content);
    align-items: start !important;
    column-gap: 24px;
    margin-bottom: 20px;
}
.source-category-rail ul.products {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    margin: 0;
    padding: 0 2px;
    list-style: none;
}
.source-category-rail ul.products::before,
.source-category-rail ul.products::after {
    display: none !important;
    content: none !important;
}
.source-category-rail ul.products li.product-category {
    min-width: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.source-category-rail ul.products li.product-category > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(26,32,44,.06);
    transition: transform .18s ease, box-shadow .18s ease;
}
.source-category-rail ul.products li.product-category > a img {
    display: block;
    width: 100%;
    height: 126px;
    margin: 0;
    object-fit: cover;
}
.source-category-rail ul.products li.product-category .product-details {
    flex: 1;
    padding: 10px 12px 12px;
    background: #fff;
}
.source-category-rail ul.products li.product-category .woocommerce-loop-category__title {
    margin: 0;
    padding: 0;
    font-size: .94rem;
    line-height: 1.3;
}
.source-category-rail ul.products li.product-category .count {
    display: none !important;
}
.source-category-rail ul.products li.product-category > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(26,32,44,.12);
}
.source-home-view-all .wp-block-button__link {
    border: 0;
    padding: 0;
    color: var(--global-palette1, #126bc5);
    background: transparent;
    box-shadow: none;
    font-size: .96rem;
    font-weight: 650;
}
.source-home-view-all .wp-block-button__link:hover,
.source-home-view-all .wp-block-button__link:focus-visible {
    color: var(--global-palette2, #0b4f9c);
    background: transparent;
    text-decoration: underline;
}
.source-home-cta {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	box-sizing: border-box;
	padding: 32px 24px;
	background: var(--global-palette7, #edf4fa);
}
.source-home-cta__inner {
	width: min(1280px, 100%);
	margin-inline: auto;
}
.source-home-cta__eyebrow {
    margin: 0 0 8px;
    color: var(--global-palette1, #126bc5);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}
.source-home-cta__title {
    margin: 0 0 10px;
    color: var(--global-palette3, #1a202c);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -.025em;
    line-height: 1.12;
}
.source-home-cta__description {
    margin: 0;
    color: var(--global-palette4, #4a5568);
    font-size: 1.05rem;
    line-height: 1.55;
}
.source-home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.source-home-cta__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--global-palette3, #1a202c);
    border-radius: 4px;
    padding: 10px 22px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.source-home-cta__button--primary {
    color: #fff;
    background: var(--global-palette3, #1a202c);
}
.source-home-cta__button--primary:hover,
.source-home-cta__button--primary:focus-visible {
    color: #fff;
    background: var(--global-palette2, #0b4f9c);
    border-color: var(--global-palette2, #0b4f9c);
}
.source-home-cta__button--secondary {
    color: var(--global-palette3, #1a202c);
    background: transparent;
}
.source-home-cta__button--secondary:hover,
.source-home-cta__button--secondary:focus-visible {
    color: var(--global-palette3, #1a202c);
    background: rgba(255,255,255,.65);
}
.source-home-cta__button:focus-visible,
.source-home-view-all .wp-block-button__link:focus-visible {
    outline: 3px solid #2579db;
    outline-offset: 3px;
}
@media (max-width: 1023px) {
    .source-category-rail ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .source-store-hero {
        min-height: 500px;
        padding: 36px 24px;
        background-position: 82% center;
    }
    .source-store-hero__copy {
        max-width: 355px;
    }
    .source-store-hero__title {
        max-width: 355px;
        font-size: clamp(2.25rem, 9vw, 3rem);
    }
    .source-store-hero__button {
        display: flex;
        width: max-content;
        max-width: 100%;
        min-width: 160px;
    }
    .source-store-hero__button--primary {
        margin-top: 24px;
        margin-right: 0;
    }
    .source-store-hero__button--secondary {
        margin-top: 12px;
    }
    .source-home-categories .wp-block-columns,
    .source-home-products .wp-block-columns { column-gap: 12px; grid-template-columns: minmax(0, 1fr) minmax(112px, 42%); }
    .source-category-rail ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .source-category-rail ul.products li.product-category > a img {
        height: 108px;
    }
    .source-home-cta__button { min-width: 160px; }
}
@media (prefers-reduced-motion: reduce) {
    .source-store-hero__button,
    .source-home-cta__button,
    .source-category-rail ul.products li.product-category > a {
        transition: none;
    }
}
