.store-hero__content {
    position: relative;
}

.store-hero {
    isolation: isolate;
    margin-bottom: clamp(1.6rem, 3vw, 2.8rem);
}

.store-hero::after,
.store-hero__glow {
    z-index: 2;
    pointer-events: none;
}

.store-hero__media::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5, 20, 33, 0.98) 0%,
        rgba(6, 24, 38, 0.94) 43%,
        rgba(8, 30, 46, 0.7) 61%,
        rgba(10, 35, 50, 0.34) 79%,
        rgba(12, 38, 52, 0.18) 100%
    );
    content: "";
    pointer-events: none;
}

@media (min-width: 1200px) {
    .store-hero__finder {
        width: min(35rem, calc(100% - clamp(3.5rem, 7vw, 5.5rem)));
        margin-left: clamp(1.35rem, 2.2vw, 2rem);
        margin-right: auto;
    }
}

.store-hero__media {
    position: absolute;
    z-index: 1;
    display: block;
    inset: 0;
    pointer-events: none;
}

.store-hero > .row {
    z-index: 3;
}

.store-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 76% center;
    filter: saturate(1.06) contrast(1.04);
}

.store-hero__lead {
    margin-bottom: 1rem;
}

.store-hero__offer-count {
    color: #fff;
    font-weight: 950;
}

.store-hero__proofs {
    margin-bottom: 1.1rem;
}

.home-installment-promise {
    display: grid;
    max-width: 39rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 0 0 1rem;
    color: #fff;
}

.home-purchase-promise {
    display: grid;
    min-width: 0;
    grid-template-columns: 2.65rem minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.home-purchase-promise:hover,
.home-purchase-promise:focus-visible {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.14);
    text-decoration: none;
}

.home-purchase-promise--delivery {
    border-color: rgba(110, 231, 183, 0.42);
    background: linear-gradient(110deg, rgba(8, 127, 91, 0.28), rgba(255, 255, 255, 0.07));
}

.home-purchase-promise.home-purchase-promise--installments {
    border-color: #ffe08a;
    color: #352600 !important;
    background: linear-gradient(115deg, #ffdc69 0%, #f5bd3e 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        0 0.45rem 1.1rem rgba(31, 22, 0, 0.18);
}

.home-purchase-promise.home-purchase-promise--installments:hover,
.home-purchase-promise.home-purchase-promise--installments:focus-visible {
    border-color: #fff0b2;
    color: #2b1f00 !important;
    background: linear-gradient(115deg, #ffe58b 0%, #f8ca58 100%);
}

.home-purchase-promise__mark {
    display: inline-grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #6f3a91;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.home-purchase-promise--delivery .home-purchase-promise__mark {
    color: #fff;
    background: #087f5b;
}

.home-purchase-promise--installments .home-purchase-promise__mark {
    color: #ffdb69;
    background: #493400;
}

.home-purchase-promise__mark .store-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.home-purchase-promise > span:last-child {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.home-purchase-promise strong {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.15;
}

.home-purchase-promise small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.68rem;
    line-height: 1.25;
}

.home-purchase-promise--installments strong,
.home-purchase-promise--installments small {
    color: #352600;
}

.home-hero-quick-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.9rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--pp-line);
}

.home-hero-quick-paths a {
    display: grid;
    min-width: 0;
    grid-template-columns: 2.15rem minmax(0, 1fr);
    align-items: center;
    gap: 0.58rem;
    padding: 0.55rem 0.62rem;
    border-radius: 0.65rem;
    color: var(--pp-ink);
    background: var(--pp-surface-soft);
    text-decoration: none;
}

.home-hero-quick-paths a:hover,
.home-hero-quick-paths a:focus-visible {
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.home-hero-quick-paths__icon {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    border-radius: 0.58rem;
    color: var(--pp-primary-dark);
    background: #fff;
    box-shadow: inset 0 0 0 1px #d9e5e2;
}

.home-hero-quick-paths__icon .store-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.home-hero-quick-paths__copy {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.home-hero-quick-paths__copy small {
    color: var(--pp-muted);
    font-size: 0.66rem;
}

.home-hero-quick-paths strong {
    font-size: 0.76rem;
    line-height: 1.25;
}

#home-size-finder,
#home-tyre-search {
    scroll-margin-top: 1rem;
}

.home-section-heading {
    display: flex;
    margin-bottom: clamp(1.35rem, 2.5vw, 2rem);
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
}

.home-section-heading > div {
    min-width: 0;
}

.home-section-heading h2,
.home-discovery h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3.2vw, 2.75rem);
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.home-section-heading p:not(.store-eyebrow),
.home-discovery__finder > p:not(.store-eyebrow) {
    max-width: 46rem;
    margin: 0.65rem 0 0;
    color: var(--pp-muted);
    line-height: 1.65;
}

.home-season-switcher__layout {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.42fr) minmax(18rem, 0.58fr);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.home-season-options {
    display: grid;
    min-width: 0;
    padding: 0.7rem clamp(1rem, 2.5vw, 1.65rem);
}

.home-season-option {
    --home-season-color: var(--pp-primary);
    --home-season-soft: var(--pp-primary-soft);
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(0.85rem, 2vw, 1.3rem);
    padding: clamp(1.1rem, 2vw, 1.45rem) 0.4rem;
    color: var(--pp-ink) !important;
    text-decoration: none;
}

.home-season-option + .home-season-option {
    border-top: 1px solid var(--pp-line);
}

.home-season-option--summer {
    --home-season-color: #a85f00;
    --home-season-soft: #fff2d6;
}

.home-season-option--winter {
    --home-season-color: #16668d;
    --home-season-soft: #e5f4fb;
}

.home-season-option__icon {
    position: absolute;
    bottom: 0.4rem;
    left: 0.4rem;
    display: inline-grid;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 0.7rem;
    color: var(--home-season-color);
    background: var(--home-season-soft);
    box-shadow: 0 0.35rem 0.9rem rgba(5, 20, 33, 0.2);
    font-size: 1rem;
}

.home-season-option__visual {
    position: relative;
    display: block;
    width: clamp(5.3rem, 7vw, 6.4rem);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(16, 42, 67, 0.11);
    border-radius: 0.9rem;
    background: #e8edef;
    box-shadow: 0 0.55rem 1.3rem rgba(16, 42, 67, 0.1);
}

.home-season-option__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.home-season-option:hover .home-season-option__visual img,
.home-season-option:focus-visible .home-season-option__visual img {
    transform: scale(1.035);
}

.home-season-option__copy {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.home-season-option__copy small {
    color: var(--home-season-color);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.home-season-option__copy strong {
    font-size: clamp(1.08rem, 1.5vw, 1.3rem);
}

.home-season-option__copy > span {
    color: var(--pp-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.home-season-option__arrow {
    display: inline-grid;
    width: 2.45rem;
    height: 2.45rem;
    place-items: center;
    border: 1px solid var(--pp-line);
    border-radius: 50%;
    color: var(--pp-ink-soft);
    background: var(--pp-surface);
    transition: color 160ms ease, transform 160ms ease;
}

.home-season-option:hover .home-season-option__arrow,
.home-season-option:focus-visible .home-season-option__arrow {
    color: var(--home-season-color);
    transform: translateX(0.18rem);
}

.home-season-advice {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    isolation: isolate;
    padding: clamp(1.6rem, 3.5vw, 2.7rem);
    color: #fff;
    background: var(--pp-navy-deep);
}

.home-season-advice::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        radial-gradient(circle at 100% 0, rgba(8, 127, 91, 0.52), transparent 42%),
        linear-gradient(110deg, rgba(6, 22, 35, 0.97) 10%, rgba(10, 34, 51, 0.88) 56%, rgba(8, 28, 43, 0.68));
    content: "";
    pointer-events: none;
}

.home-season-advice > :not(.home-season-advice__image) {
    position: relative;
    z-index: 2;
}

.home-season-advice__image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 68% center;
    opacity: 0.78;
    pointer-events: none;
}

.home-season-advice__icon {
    display: inline-grid;
    width: 3.15rem;
    height: 3.15rem;
    margin-bottom: 1.4rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    color: var(--pp-accent);
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.35rem;
}

.home-season-advice .store-eyebrow {
    color: #aee8d7;
}

.home-season-advice h3 {
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    letter-spacing: -0.025em;
}

.home-season-advice > p:not(.store-eyebrow) {
    margin: 0 0 1.35rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
    line-height: 1.6;
}

.home-season-advice .btn {
    width: 100%;
}

.home-season-advice .btn .store-icon {
    margin-left: 0.35rem;
}

.home-season-advice__guide {
    margin: 0.95rem auto 0;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
    text-decoration-color: rgba(255, 255, 255, 0.42);
}

.home-popular-sizes {
    display: grid;
    min-width: 0;
    overflow: hidden;
    grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1.18fr);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.home-popular-sizes__visual {
    position: relative;
    min-width: 0;
    min-height: 31rem;
    overflow: hidden;
    margin: 0;
    background: #171d21;
}

.home-popular-sizes__visual::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 48%, rgba(4, 17, 27, 0.7) 100%),
        linear-gradient(90deg, rgba(4, 17, 27, 0.12), transparent 38%);
    content: "";
    pointer-events: none;
}

.home-popular-sizes__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 51% center;
}

.home-popular-sizes__visual figcaption {
    position: absolute;
    z-index: 1;
    right: clamp(1rem, 3vw, 1.6rem);
    bottom: clamp(1rem, 3vw, 1.6rem);
    left: clamp(1rem, 3vw, 1.6rem);
    display: grid;
    width: fit-content;
    max-width: calc(100% - clamp(2rem, 6vw, 3.2rem));
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 0.85rem;
    color: #fff;
    background: rgba(5, 20, 33, 0.84);
    box-shadow: 0 0.7rem 1.8rem rgba(1, 12, 21, 0.22);
    backdrop-filter: blur(0.35rem);
}

.home-popular-sizes__visual figcaption span {
    color: #aee8d7;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.home-popular-sizes__visual figcaption strong {
    margin-top: 0.22rem;
    color: #fff;
    font-size: clamp(1.2rem, 2.1vw, 1.55rem);
    letter-spacing: 0.025em;
}

.home-popular-sizes__visual figcaption small {
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.64rem;
}

.home-popular-sizes__content {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3.2rem);
    background:
        radial-gradient(circle at 100% 0, rgba(8, 127, 91, 0.1), transparent 34%),
        linear-gradient(145deg, #fff, #f6faf8);
}

.home-popular-sizes__content h2 {
    max-width: 20ch;
    margin: 0;
    font-size: clamp(1.8rem, 3.2vw, 2.75rem);
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.home-popular-sizes__content > p:not(.store-eyebrow, .home-popular-sizes__empty) {
    max-width: 42rem;
    margin: 0.75rem 0 0;
    color: var(--pp-muted);
    line-height: 1.6;
}

.home-popular-sizes__links {
    display: grid;
    margin-top: 1.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.home-popular-sizes__links a {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    padding: 0.78rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.8rem;
    color: var(--pp-ink) !important;
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-popular-sizes__links a:hover,
.home-popular-sizes__links a:focus-visible {
    border-color: rgba(8, 127, 91, 0.45);
    box-shadow: 0 0.55rem 1.25rem rgba(16, 42, 67, 0.08);
    transform: translateY(-0.08rem);
}

.home-popular-sizes__links a > span:first-child {
    display: inline-grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border-radius: 0.7rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.home-popular-sizes__links a > span:nth-child(2),
.home-popular-sizes__links strong,
.home-popular-sizes__links small {
    display: block;
    min-width: 0;
}

.home-popular-sizes__links strong {
    font-size: 0.88rem;
    white-space: nowrap;
}

.home-popular-sizes__links small {
    margin-top: 0.12rem;
    overflow: hidden;
    color: var(--pp-muted);
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-popular-sizes__links a > .store-icon {
    color: var(--pp-primary);
    font-size: 0.78rem;
    transition: transform 160ms ease;
}

.home-popular-sizes__links a:hover > .store-icon,
.home-popular-sizes__links a:focus-visible > .store-icon {
    transform: translateX(0.16rem);
}

.home-popular-sizes__empty {
    margin: 1.4rem 0 0;
    padding: 1rem;
    border: 1px dashed var(--pp-line-strong);
    border-radius: 0.8rem;
    color: var(--pp-muted);
    background: rgba(255, 255, 255, 0.72);
}

.home-popular-sizes__actions {
    display: flex;
    margin-top: 1.45rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
}

.home-popular-sizes__actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.home-popular-sizes__actions > a:not(.btn) {
    color: var(--pp-primary-dark) !important;
    font-size: 0.8rem;
    font-weight: 800;
}

.home-discovery {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.12fr) minmax(21rem, 0.88fr);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.home-discovery__finder,
.home-comparison {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3.2rem);
}

.home-discovery__finder {
    background:
        linear-gradient(145deg, rgba(243, 247, 248, 0.78), rgba(255, 255, 255, 0.96));
}

.home-catalog-search {
    margin-top: 1.6rem;
}

.home-catalog-search label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--pp-ink-soft);
    font-size: 0.78rem;
    font-weight: 750;
}

.home-catalog-search > .home-catalog-search__field {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0;
    border: 1px solid var(--pp-line-strong);
    border-radius: 0.9rem;
    background: var(--pp-surface);
    box-shadow: 0 0.55rem 1.6rem rgba(16, 42, 67, 0.07);
}

.home-catalog-search > .home-catalog-search__field > span {
    display: inline-grid;
    padding-left: 1rem;
    place-items: center;
    color: var(--pp-primary);
    font-size: 1.05rem;
}

.home-catalog-search input {
    min-width: 0;
    min-height: 3.55rem;
    padding: 0.75rem 0.85rem;
    border: 0;
    outline: 0;
    color: var(--pp-ink);
    background: transparent;
}

.home-catalog-search input:focus-visible {
    box-shadow: inset 0 -2px 0 var(--pp-primary);
}

.home-catalog-search .btn {
    min-height: 2.75rem;
    margin-right: 0.4rem;
}

.home-catalog-paths {
    display: grid;
    margin-top: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.home-catalog-paths a {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.8rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.75rem;
    color: var(--pp-ink) !important;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.home-catalog-paths a:hover,
.home-catalog-paths a:focus-visible {
    border-color: rgba(8, 127, 91, 0.42);
    background: var(--pp-surface);
}

.home-catalog-paths .store-icon {
    flex: 0 0 auto;
    margin-top: 0.12rem;
    color: var(--pp-primary);
    font-size: 1.05rem;
}

.home-catalog-paths span,
.home-catalog-paths strong,
.home-catalog-paths small {
    display: block;
    min-width: 0;
}

.home-catalog-paths strong {
    font-size: 0.83rem;
}

.home-catalog-paths small {
    margin-top: 0.18rem;
    color: var(--pp-muted);
    font-size: 0.67rem;
    line-height: 1.35;
}

.home-size-guide {
    position: relative;
    display: grid;
    min-height: 14rem;
    overflow: hidden;
    isolation: isolate;
    margin-top: 1.5rem;
    border: 1px solid rgba(16, 42, 67, 0.14);
    border-radius: 1rem;
    color: #fff !important;
    background: var(--pp-navy-deep);
    box-shadow: 0 0.85rem 2rem rgba(16, 42, 67, 0.12);
    text-decoration: none;
}

.home-size-guide::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 20, 33, 0.97) 0%, rgba(5, 20, 33, 0.88) 39%, rgba(5, 20, 33, 0.22) 72%, transparent 100%);
    content: "";
    pointer-events: none;
}

.home-size-guide img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 240ms ease;
}

.home-size-guide__copy {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(59%, 25rem);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.home-size-guide__copy small {
    margin-bottom: 0.45rem;
    color: #aee8d7;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.home-size-guide__copy strong {
    max-width: 16ch;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.home-size-guide__copy > span:not(.home-size-guide__action) {
    margin-top: 0.6rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    line-height: 1.5;
}

.home-size-guide__action {
    display: inline-flex;
    margin-top: 1rem;
    align-items: center;
    gap: 0.45rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
}

.home-size-guide__action .store-icon {
    transition: transform 160ms ease;
}

.home-size-guide:hover img,
.home-size-guide:focus-visible img {
    transform: scale(1.025);
}

.home-size-guide:hover .home-size-guide__action .store-icon,
.home-size-guide:focus-visible .home-size-guide__action .store-icon {
    transform: translateX(0.18rem);
}

.home-comparison {
    border-left: 1px solid var(--pp-line);
    background: #fff;
}

.home-comparison header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.home-comparison__icon {
    display: inline-grid;
    width: 3.1rem;
    height: 3.1rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.95rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 1.3rem;
}

.home-comparison h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.home-comparison > p {
    margin: 1.2rem 0;
    color: var(--pp-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.home-comparison__visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 5;
    min-height: 7.5rem;
    margin: 1.25rem 0 0;
    border: 1px solid var(--pp-line);
    border-radius: 0.9rem;
    background: #edf1f2;
}

.home-comparison__visual::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
    content: "";
    pointer-events: none;
}

.home-comparison__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
}

.home-comparison__metrics {
    display: grid;
    margin: 0 0 1.4rem;
}

.home-comparison__metrics > div {
    display: grid;
    grid-template-columns: minmax(10rem, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 0.8rem;
    padding: 0.82rem 0;
    border-top: 1px solid var(--pp-line);
}

.home-comparison__metrics dt {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--pp-ink);
    font-size: 0.76rem;
}

.home-comparison__metrics dt span {
    display: inline-grid;
    min-width: 2.65rem;
    height: 2rem;
    place-items: center;
    border-radius: 0.5rem;
    color: var(--pp-navy-deep);
    background: var(--pp-accent);
    font-size: 0.72rem;
    font-weight: 850;
}

.home-comparison__metrics dd {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.73rem;
    line-height: 1.45;
}

.home-comparison .btn {
    width: 100%;
}

.home-comparison__actions {
    display: grid;
    gap: 0.6rem;
}

.home-comparison .btn .store-icon {
    margin-left: 0.35rem;
}

.home-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.2vw, 1.5rem);
}

.home-service-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 25rem;
    overflow: hidden;
    flex-direction: column;
    padding: clamp(1.5rem, 3.5vw, 2.7rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
}

.home-service-card::after {
    position: absolute;
    right: -4rem;
    bottom: -5rem;
    width: 15rem;
    height: 15rem;
    border: 2.2rem solid rgba(16, 42, 67, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.home-service-card--workshop {
    background: linear-gradient(145deg, #f1faf7, #e4f3ed);
}

.home-service-card--marketplace {
    background: linear-gradient(145deg, #fffaf0, #fff1ce);
}

.home-service-card--comparison {
    background: linear-gradient(145deg, #f4f7fc, #e8eef8);
}

.home-service-card--marketplace:nth-child(3) {
    grid-column: 1 / -1;
}

.home-service-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 1.6rem;
    align-items: center;
    gap: 0.7rem;
    color: var(--pp-ink-soft);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.home-service-card__visual {
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 16 / 7;
    margin: 0 0 1.5rem;
    border: 1px solid rgba(16, 42, 67, 0.1);
    border-radius: clamp(0.9rem, 1.8vw, 1.25rem);
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 0.9rem 2.2rem rgba(16, 42, 67, 0.09);
}

.home-service-card__visual::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    content: "";
    pointer-events: none;
}

.home-service-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-service-card--workshop .home-service-card__visual img {
    object-position: center 56%;
}

.home-service-card--marketplace .home-service-card__visual img {
    object-position: center 52%;
}

.home-service-card--comparison .home-service-card__visual img {
    object-position: center 50%;
}

.home-service-card__icon {
    display: inline-grid;
    width: 3.1rem;
    height: 3.1rem;
    place-items: center;
    border-radius: 0.95rem;
    color: #fff;
    background: var(--pp-primary);
    font-size: 1.35rem;
}

.home-service-card--marketplace .home-service-card__icon {
    color: var(--pp-navy-deep);
    background: var(--pp-accent);
}

.home-service-card--comparison .home-service-card__icon {
    background: var(--pp-navy-deep);
}

.home-service-card h3 {
    position: relative;
    z-index: 1;
    max-width: 18ch;
    margin: 0 0 0.85rem;
    font-size: clamp(1.55rem, 2.8vw, 2.25rem);
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.home-service-card > p {
    position: relative;
    z-index: 1;
    max-width: 43rem;
    margin: 0 0 1.25rem;
    color: var(--pp-ink-soft);
    line-height: 1.6;
}

.home-service-card ul {
    position: relative;
    z-index: 1;
    display: grid;
    margin: 0 0 1.5rem;
    padding: 0;
    gap: 0.55rem;
    color: var(--pp-ink-soft);
    font-size: 0.82rem;
    list-style: none;
}

.home-service-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.home-service-card li .store-icon {
    flex: 0 0 auto;
    margin-top: 0.12rem;
    color: var(--pp-primary);
}

.home-service-card__action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid currentColor;
    color: var(--pp-primary-dark) !important;
    font-weight: 800;
    text-decoration: none;
}

.home-service-card--marketplace .home-service-card__action {
    color: #855200 !important;
}

.home-service-card__action .store-icon {
    transition: transform 160ms ease;
}

.home-service-card__action:hover .store-icon,
.home-service-card__action:focus-visible .store-icon {
    transform: translateX(0.2rem);
}

.home-live-offers {
    min-width: 0;
}

.home-live-offers .home-section-heading {
    margin-bottom: 1rem;
}

.home-live-offers .product-grid {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.home-live-offers .product-grid > * {
    width: auto;
    max-width: none;
    padding: 0;
}

.home-live-offers .product-card {
    border-radius: 1rem;
}

.home-newsletter {
    position: relative;
    display: grid;
    grid-template-columns: minmax(8rem, 0.62fr) minmax(0, 1.15fr) minmax(20rem, 1.35fr);
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.6rem);
    overflow: hidden;
    padding: clamp(1.35rem, 3.2vw, 2.4rem);
    color: #fff;
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 189, 46, 0.2), transparent 30%),
        linear-gradient(125deg, var(--pp-navy-deep), #0b3850 64%, #075b49);
    box-shadow: var(--pp-shadow);
}

.home-newsletter::after {
    position: absolute;
    right: -5rem;
    bottom: -7rem;
    width: 19rem;
    height: 19rem;
    border: 3rem solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.home-newsletter__benefit,
.home-newsletter__copy,
.home-newsletter__form {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.home-newsletter__benefit {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 10.5rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    text-align: center;
}

.home-newsletter__benefit > span {
    color: var(--pp-accent);
    font-size: clamp(4.25rem, 7vw, 6.5rem);
    font-weight: 950;
    letter-spacing: -0.09em;
    line-height: 0.8;
}

.home-newsletter__benefit strong {
    margin-top: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.1;
}

.home-newsletter__benefit small {
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.72);
}

.home-newsletter .store-eyebrow {
    color: #8ce0c3;
}

.home-newsletter__copy h2 {
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    letter-spacing: -0.045em;
}

.home-newsletter__copy > p:not(.store-eyebrow) {
    max-width: 38rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.home-newsletter__copy ul {
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.home-newsletter__copy li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9rem;
    font-weight: 700;
}

.home-newsletter__copy li .store-icon {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: #8ce0c3;
}

.home-newsletter__form {
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 1.15rem;
    background: rgba(5, 20, 33, 0.54);
    backdrop-filter: blur(10px);
}

.home-newsletter__form > label:first-child {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.86rem;
    font-weight: 800;
}

.home-newsletter__email-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
}

.home-newsletter__email-row .form-control {
    min-height: 3rem;
    border-color: transparent;
    background: #fff;
}

.home-newsletter__email-row .btn {
    min-height: 3rem;
    white-space: nowrap;
}

.home-newsletter__honeypot {
    position: fixed;
    top: 0;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.home-newsletter__consent {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.55rem;
    margin-top: 0.8rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.75rem;
    line-height: 1.45;
}

.home-newsletter__consent input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.13rem;
    accent-color: var(--pp-primary);
}

.home-newsletter__consent a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.home-newsletter__form > small {
    display: block;
    margin-top: 0.65rem;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.72rem;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .home-season-switcher__layout,
    .home-popular-sizes,
    .home-discovery {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-live-offers .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-newsletter {
        grid-template-columns: 8.5rem minmax(0, 1fr);
    }

    .home-newsletter__benefit,
    .home-newsletter__copy {
        grid-row: 1;
    }

    .home-newsletter__form {
        grid-column: 1 / -1;
    }

    .home-popular-sizes__visual {
        min-height: 0;
        aspect-ratio: 16 / 7;
    }

    .home-popular-sizes__visual img {
        object-position: center 59%;
    }

    .home-season-advice {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 1rem;
    }

    .home-season-advice__icon {
        grid-row: 1 / span 4;
        margin-bottom: 0;
    }

    .home-season-advice .store-eyebrow,
    .home-season-advice h3,
    .home-season-advice > p:not(.store-eyebrow) {
        grid-column: 2;
    }

    .home-season-advice .btn {
        grid-column: 3;
        grid-row: 1 / span 3;
        width: auto;
        white-space: nowrap;
    }

    .home-season-advice__guide {
        grid-column: 2 / span 2;
        margin: 0.5rem 0 0;
        text-align: left;
    }

    .home-comparison {
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

}

@media (max-width: 767.98px) {
    .store-hero__copy {
        padding: 1.35rem 1.25rem 0.65rem;
    }

    .store-hero__actions {
        display: none;
    }

    .store-hero__proofs {
        display: none;
    }

    .home-installment-promise {
        max-width: none;
        margin: 0.8rem 0 0;
        gap: 0.45rem;
    }

    .home-purchase-promise {
        min-height: 3.25rem;
        padding: 0.5rem 0.55rem;
        grid-template-columns: 2rem minmax(0, 1fr);
        gap: 0.45rem;
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.06);
        box-shadow: none;
    }

    .home-purchase-promise__mark {
        width: 2rem;
        height: 2rem;
        font-size: 0.72rem;
    }

    .home-purchase-promise strong {
        font-size: 0.78rem;
    }

    .home-purchase-promise small {
        font-size: 0.61rem;
    }

    .store-hero__lead {
        margin-bottom: 0;
    }

    .store-hero__finder {
        margin-top: 0;
    }

    .store-hero__media::after {
        background:
            linear-gradient(90deg, rgba(5, 20, 33, 0.98) 0%, rgba(6, 24, 38, 0.91) 68%, rgba(7, 30, 44, 0.46) 100%),
            linear-gradient(0deg, rgba(5, 20, 33, 0.8) 0%, transparent 45%);
    }

    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-services__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-service-card {
        min-height: 22rem;
    }

    .home-season-advice {
        display: flex;
        align-items: flex-start;
    }

    .home-season-advice__icon {
        margin-bottom: 1.1rem;
    }

    .home-season-advice .btn {
        width: 100%;
    }

    .home-season-advice__guide {
        margin: 0.8rem auto 0;
        text-align: center;
    }

    .home-catalog-paths {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-comparison__metrics > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.35rem;
    }

    .home-live-offers .home-section-heading {
        gap: 0.7rem;
        margin-bottom: 0.75rem;
    }

    .home-live-offers .product-grid {
        max-width: 100%;
        grid-template-columns: none;
        grid-auto-columns: min(82vw, 19.5rem);
        grid-auto-flow: column;
        gap: 0.65rem;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 0.15rem 0.15rem 0.75rem;
        scroll-padding-inline: 0.15rem;
        scroll-snap-type: inline proximity;
        scrollbar-color: var(--pp-line-strong) transparent;
        scrollbar-width: thin;
    }

    .home-live-offers .product-grid-progressive {
        min-width: 0;
        max-width: 100%;
        contain: layout;
    }

    .home-live-offers .product-grid > * {
        scroll-snap-align: start;
    }

    .home-newsletter {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        padding: 1.2rem;
    }

    .home-newsletter__benefit {
        grid-row: auto;
        min-height: 0;
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        gap: 0.25rem 0.9rem;
        padding: 1rem 1.15rem;
        text-align: left;
    }

    .home-newsletter__benefit > span {
        grid-row: 1 / span 2;
        font-size: 4rem;
    }

    .home-newsletter__benefit strong {
        align-self: end;
        margin-top: 0;
    }

    .home-newsletter__benefit small {
        align-self: start;
        margin-top: 0;
    }

    .home-newsletter__copy {
        grid-row: auto;
    }

    .home-newsletter__copy ul {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 479.98px) {
    .home-purchase-promise {
        min-height: 3.2rem;
        padding: 0.45rem 0.55rem;
    }

    .home-purchase-promise small {
        display: none;
    }

    .home-season-options {
        padding: 0.45rem 0.9rem;
    }

    .home-season-option {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 1rem 0.2rem;
    }

    .home-season-option__icon {
        width: 1.9rem;
        height: 1.9rem;
    }

    .home-season-option__visual {
        width: 4.8rem;
        border-radius: 0.75rem;
    }

    .home-season-option__arrow {
        display: none;
    }

    .home-discovery__finder,
    .home-comparison,
    .home-service-card {
        padding: 1.25rem;
    }

    .home-catalog-search > .home-catalog-search__field {
        grid-template-columns: auto minmax(0, 1fr);
        padding-top: 0.15rem;
    }

    .home-catalog-search .btn {
        grid-column: 1 / span 2;
        width: calc(100% - 0.8rem);
        margin: 0 0.4rem 0.4rem;
    }

    .home-size-guide {
        min-height: 18rem;
    }

    .home-popular-sizes__links a {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.35rem;
    }

    .home-popular-sizes__links a > span:first-child {
        display: none;
    }

    .home-size-guide::before {
        background:
            linear-gradient(90deg, rgba(5, 20, 33, 0.97) 0%, rgba(5, 20, 33, 0.9) 45%, rgba(5, 20, 33, 0.28) 82%, transparent 100%);
    }

    .home-size-guide__copy {
        width: 68%;
        padding: 1.15rem;
    }

    .home-size-guide__copy > span:not(.home-size-guide__action) {
        display: none;
    }

    .home-service-card {
        min-height: 0;
    }

    .home-service-card__action {
        width: 100%;
        justify-content: space-between;
    }

    .home-newsletter__email-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-newsletter__email-row .btn {
        width: 100%;
        white-space: normal;
    }

}

@media (max-width: 359.98px) {
    .home-popular-sizes__links {
        grid-template-columns: minmax(0, 1fr);
    }
}

