/* Visual layer shared by the public catalogue, directories and editorial pages. */

.catalog-filter-actions {
    display: grid;
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 0.35rem;
}

.catalog-filter-actions .btn {
    font-size: 0.82rem;
}

.catalog-filter-actions .btn[aria-busy="true"] {
    cursor: progress;
}

.workshop-promotion-list {
    display: grid;
    gap: 1rem;
}

.workshop-promotion-card {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(8, 143, 105, 0.28);
    border-radius: 1rem;
    background: linear-gradient(145deg, #f0fbf7, #fff);
    color: #102a43;
}

.workshop-promotion-card h3,
.workshop-promotion-card p {
    margin-bottom: 0.35rem;
}

.workshop-promotion-card__eyebrow {
    color: #087c5d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.workshop-promotion-card__price,
.workshop-promotion-card__benefit {
    width: fit-content;
    color: #087c5d;
    font-size: 1.15rem;
}

.workshop-promotion-card details {
    padding-top: 0.7rem;
    border-top: 1px solid rgba(8, 143, 105, 0.18);
}

.workshop-promotion-card summary {
    cursor: pointer;
    color: #0b5f4b;
    font-weight: 750;
}

.workshop-promotion-card--compact {
    max-width: 36rem;
    margin-top: 0.85rem;
    gap: 0.2rem;
    padding: 0.75rem 0.85rem;
}

.workshop-promotion-card--compact b {
    color: #087c5d;
    font-size: 1.05rem;
}

.workshop-promotion-card--compact small,
.workshop-promotion-card--compact span {
    color: #516777;
}

.workshop-profile__activation-note {
    display: block;
    width: 100%;
    color: var(--pp-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.workshop-profile__activation-demand {
    width: 100%;
    margin: .15rem 0 0;
    color: var(--pp-primary-dark);
    font-size: .8rem;
    line-height: 1.45;
}

.workshop-demo-preview {
    margin-top: clamp(1.25rem, 3vw, 2rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--pp-border);
    border-radius: var(--pp-radius-lg);
    color: var(--pp-ink);
    background: var(--pp-surface-soft);
}

.workshop-demo-preview > h2 {
    margin: 0 0 1rem;
    color: var(--pp-navy);
}

.workshop-demo-preview .workshop-card {
    background: #fff;
}

.workshop-profile__identity {
    display: flex;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    gap: 1rem;
}

.workshop-profile__showcase--unclaimed {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
}

.workshop-profile__showcase--unclaimed .workshop-profile__header {
    order: -1;
}

.workshop-profile__showcase--unclaimed .workshop-profile__cover,
.workshop-profile__showcase--unclaimed .workshop-profile__cover img {
    min-height: 18rem;
}

.workshop-profile__unclaimed-lead {
    max-width: 42rem;
    margin-top: 0.65rem !important;
    color: #663c00 !important;
    font-weight: 700;
    line-height: 1.45;
}

.workshop-profile__unclaimed-address {
    margin: 0.35rem 0 0;
    color: var(--pp-ink-soft);
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1.45;
}

.workshop-profile__unclaimed-hours {
    width: min(100%, 31rem);
    margin-top: 0.8rem;
    border-top: 1px solid var(--pp-line);
    border-bottom: 1px solid var(--pp-line);
}

.workshop-profile__unclaimed-hours > summary {
    display: flex;
    min-height: 2.65rem;
    align-items: center;
    gap: 0.45rem;
    color: var(--pp-primary-dark);
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 800;
}

.workshop-profile__unclaimed-hours > summary .store-icon {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.workshop-profile__unclaimed-hours > summary > span:not(.workshop-profile__unclaimed-hours-label) {
    display: grid;
    min-width: 0;
    gap: 0.05rem;
}

.workshop-profile__unclaimed-hours > summary small {
    color: var(--pp-muted);
    font-size: 0.64rem;
    font-weight: 750;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
}

.workshop-profile__unclaimed-hours > summary strong {
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    line-height: 1.3;
}

.workshop-profile__unclaimed-hours-label {
    margin-left: auto;
    color: var(--pp-primary-dark);
    font-size: 0.72rem;
    white-space: nowrap;
}

.workshop-profile__unclaimed-hours .workshop-opening-hours {
    padding: 0 0 0.75rem;
    font-size: 0.78rem;
}

.workshop-profile__unclaimed-hours .workshop-opening-hours > div {
    grid-template-columns: minmax(6rem, 1fr) auto;
}

.workshop-profile__unclaimed-services {
    margin: 0.65rem 0 0 !important;
    color: var(--pp-primary-dark) !important;
    font-size: 0.82rem;
    font-weight: 800;
}

.workshop-profile__grid--unclaimed {
    grid-template-columns: minmax(0, 1fr);
}

.workshop-profile-owner-claim__copy {
    min-width: 0;
}

.workshop-profile-owner-claim h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.25rem, 2.6vw, 1.75rem);
    overflow-wrap: anywhere;
}

.workshop-profile-owner-claim {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.55fr) auto;
    align-items: center;
    gap: clamp(1rem, 3vw, 2rem);
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border-radius: var(--pp-radius-lg);
    color: #f8fafc;
    background:
        radial-gradient(circle at 100% 0, rgba(39, 191, 133, 0.22), transparent 34%),
        #102a43;
    box-shadow: var(--pp-shadow-sm);
}

.workshop-profile-owner-claim .store-eyebrow {
    color: #6ee7b7;
}

.storefront-shell .workshop-profile-owner-claim h2,
.workshop-profile-owner-claim p,
.workshop-profile-owner-claim span {
    color: #f8fafc;
}

.workshop-profile-owner-claim p {
    margin: 0;
    opacity: 0.88;
}

.workshop-profile-owner-claim__benefits {
    display: grid;
    margin: 0.9rem 0 0;
    padding: 0;
    gap: 0.42rem;
    color: #d1fae5;
    font-size: 0.82rem;
    list-style: none;
}

.workshop-profile-owner-claim__benefits li {
    position: relative;
    padding-left: 1.15rem;
}

.workshop-profile-owner-claim__benefits li::before {
    position: absolute;
    top: 0.48em;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #6ee7b7;
    content: "";
}

.workshop-profile-owner-claim__metrics {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.workshop-profile-owner-claim__metrics > div {
    min-width: 0;
    padding: 0.75rem;
    border: 1px solid rgba(110, 231, 183, 0.3);
    border-radius: var(--pp-radius-sm);
    background: rgba(5, 150, 105, 0.13);
}

.workshop-profile-owner-claim__metrics strong,
.workshop-profile-owner-claim__metrics span {
    display: block;
    overflow-wrap: anywhere;
}

.workshop-profile-owner-claim__metrics strong {
    color: #ecfdf5;
    font-size: 1.45rem;
    line-height: 1;
}

.workshop-profile-owner-claim__metrics span {
    margin-top: 0.35rem;
    color: #d1fae5;
    font-size: 0.7rem;
    line-height: 1.35;
}

.workshop-profile-owner-claim__action {
    display: grid;
    min-width: min(100%, 12rem);
    justify-items: stretch;
    gap: 0.5rem;
}

.workshop-profile-owner-claim__action > strong {
    color: #a7f3d0;
    text-align: center;
}

.workshop-profile-owner-claim__action .btn {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    white-space: normal;
}

.workshop-profile-owner-claim__action .btn strong {
    font-weight: 850;
}

.workshop-profile__identity > div:last-child {
    min-width: 0;
}

.workshop-profile__actions {
    display: flex;
    min-width: 0;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.workshop-profile__actions .btn {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.workshop-profile__actions--unclaimed {
    align-items: center;
}

.workshop-profile__activation-request {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 0.35rem;
    color: var(--pp-primary-dark);
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.workshop-profile__activation-request--inline {
    width: min(100%, 34rem);
    margin-top: 0.8rem;
    padding: 0.72rem 0.85rem;
    align-items: flex-start;
    border: 1px solid #a9d8ca;
    border-radius: 0.75rem;
    background: #eef9f5;
    text-decoration: none;
}

.workshop-profile__activation-request--inline > span {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.workshop-profile__activation-request--inline strong {
    color: var(--pp-primary-dark);
    font-size: 0.84rem;
    line-height: 1.3;
}

.workshop-profile__activation-request--inline small {
    color: var(--pp-muted);
    font-size: 0.7rem;
    font-weight: 650;
    line-height: 1.35;
}

.workshop-profile__activation-request--inline:hover,
.workshop-profile__activation-request--inline:focus-visible {
    border-color: var(--pp-primary);
    background: var(--pp-primary-soft);
}

.workshop-profile__activation-request .store-icon {
    width: 0.95rem;
    height: 0.95rem;
}

.workshop-card__verification--pending {
    color: #8a4b08;
    background: #fff6dd;
}

.workshop-profile__cover {
    overflow: hidden;
    max-height: 26rem;
    margin: 0;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface-soft);
    box-shadow: var(--pp-shadow-sm);
}

.workshop-profile__cover img {
    display: block;
    width: 100%;
    height: clamp(13rem, 35vw, 26rem);
    object-fit: cover;
}

.workshop-profile__logo {
    overflow: hidden;
}

.workshop-profile__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop-profile__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.workshop-profile__gallery a {
    overflow: hidden;
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface-soft);
    aspect-ratio: 4 / 3;
}

.workshop-profile__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 160ms ease;
}

.workshop-profile__gallery a:hover img {
    transform: scale(1.025);
}

.workshop-profile__identity > div:last-child > p:last-child {
    margin: 0.35rem 0 0;
    color: var(--pp-muted);
}

.catalog-visual-hero {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: clamp(23.5rem, 30vw, 27.5rem);
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 8% 0%, rgba(8, 127, 91, 0.5), transparent 35%),
        linear-gradient(125deg, var(--pp-navy-deep), var(--pp-navy) 68%, #123b50);
    box-shadow: var(--pp-shadow);
    isolation: isolate;
}

.catalog-visual-hero__copy {
    position: relative;
    z-index: 2;
    display: grid;
    min-width: 0;
    width: min(64%, 52rem);
    min-height: inherit;
    align-content: center;
    padding: clamp(2rem, 4vw, 3.5rem);
}

.catalog-visual-hero .store-eyebrow {
    color: #b9f0df;
}

.storefront-shell .catalog-visual-hero h1 {
    max-width: 48rem;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.catalog-visual-hero h1 span {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.38em;
    letter-spacing: 0;
}

.catalog-visual-hero__copy > p:not(.store-eyebrow) {
    max-width: 44rem;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.6;
}

.catalog-visual-hero__links {
    display: flex;
    margin-top: 1.35rem;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.catalog-visual-hero__links .btn {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.45rem;
}

.catalog-visual-hero__links .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.54);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.catalog-visual-hero__links .btn-outline-primary:hover,
.catalog-visual-hero__links .btn-outline-primary:focus-visible {
    border-color: #fff;
    color: var(--pp-navy-deep);
    background: #fff;
}

.catalog-visual-hero__media,
.marketplace-hero__visual,
.workshop-directory__visual,
.workshop-demo-preview__media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    border-radius: var(--pp-radius);
    background: #d8e0e5;
}

.catalog-visual-hero__media {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.catalog-visual-hero__media::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 20, 33, 0.99) 0%, rgba(6, 24, 38, 0.96) 36%, rgba(7, 29, 44, 0.76) 55%, rgba(8, 32, 47, 0.3) 79%, rgba(8, 32, 47, 0.08) 100%),
        linear-gradient(0deg, rgba(5, 20, 33, 0.42), transparent 52%);
    content: "";
    pointer-events: none;
}

.catalog-visual-hero__media img,
.marketplace-hero__visual img,
.workshop-directory__visual img,
.workshop-demo-preview__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-visual-hero__media img {
    object-position: 70% center;
}

.catalog-visual-hero__media figcaption,
.marketplace-hero__visual figcaption,
.workshop-demo-preview__media figcaption {
    position: absolute;
    z-index: 2;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.75rem;
    color: #fff;
    background: rgba(6, 24, 38, 0.86);
    box-shadow: 0 0.5rem 1.5rem rgba(1, 12, 20, 0.24);
    backdrop-filter: blur(8px);
}

.catalog-visual-hero__media figcaption {
    left: auto;
    width: min(34rem, calc(100% - 1.6rem));
}

.catalog-visual-hero__media figcaption > .store-icon,
.marketplace-hero__visual figcaption > .store-icon {
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 auto;
    color: #6ee7b7;
}

.catalog-visual-hero__media figcaption span,
.marketplace-hero__visual figcaption span {
    display: grid;
    min-width: 0;
}

.catalog-visual-hero__media figcaption strong,
.marketplace-hero__visual figcaption strong {
    font-size: 0.86rem;
}

.catalog-visual-hero__media figcaption small,
.marketplace-hero__visual figcaption small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
}

.tyre-category-visual-card,
.tyre-season-visual-card {
    overflow: hidden;
    border: 1px solid var(--pp-line) !important;
    background: var(--pp-surface);
}

.tyre-category-visual-card__media,
.tyre-season-visual-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--pp-surface-soft);
}

.tyre-category-visual-card__media {
    aspect-ratio: 16 / 7;
}

.tyre-season-visual-card__media {
    aspect-ratio: 16 / 8;
}

.tyre-category-visual-card__media::after,
.tyre-season-visual-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(5, 20, 33, 0.56));
    content: "";
    pointer-events: none;
}

.tyre-category-visual-card__media img,
.tyre-season-visual-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tyre-category-visual-card__media > span,
.tyre-season-visual-card__media > span {
    position: absolute;
    z-index: 1;
    bottom: 0.7rem;
    left: 0.7rem;
    display: inline-grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 0.75rem;
    color: #fff;
    background: rgba(6, 24, 38, 0.76);
    backdrop-filter: blur(6px);
}

.tyre-season-visual-card--letnie .tyre-season-visual-card__media > span {
    color: #ffd166;
}

.tyre-season-visual-card--zimowe .tyre-season-visual-card__media > span {
    color: #bde8ff;
}

.tyre-season-visual-card--caloroczne .tyre-season-visual-card__media > span {
    color: #86efac;
}

.tyre-visual-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--pp-primary-dark);
    font-weight: 800;
}

.tyre-visual-card__link .store-icon {
    width: 1rem;
    height: 1rem;
}

/* Used-tyre marketplace */

.marketplace-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.65fr);
}

.marketplace-hero li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.marketplace-hero li .store-icon {
    width: 0.9rem;
    height: 0.9rem;
    color: #6ee7b7;
}

.marketplace-hero__visual-stack {
    display: grid;
    min-width: 0;
    gap: 0.8rem;
}

.marketplace-hero__visual {
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.marketplace-hero__action .btn {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

/* Workshop directory */

.workshop-directory__hero {
    position: relative;
    display: grid;
    min-height: clamp(23.5rem, 30vw, 27.5rem);
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background:
        radial-gradient(circle at 8% 0%, rgba(8, 127, 91, 0.5), transparent 35%),
        linear-gradient(125deg, var(--pp-navy-deep), var(--pp-navy) 68%, #123b50);
    box-shadow: var(--pp-shadow);
    isolation: isolate;
}

.workshop-directory__hero > div:first-child {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(64%, 52rem);
    min-height: inherit;
    align-content: center;
    padding: clamp(2rem, 4vw, 3.5rem);
}

.storefront-shell .workshop-directory__hero h1 {
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.workshop-directory__hero .store-eyebrow {
    color: #b9f0df;
}

.workshop-directory__hero p:last-child {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.6;
}

.workshop-directory__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
}

.workshop-directory__visual::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 20, 33, 0.99) 0%, rgba(6, 24, 38, 0.96) 36%, rgba(7, 29, 44, 0.76) 55%, rgba(8, 32, 47, 0.28) 79%, rgba(8, 32, 47, 0.06) 100%);
    content: "";
    pointer-events: none;
}

.workshop-directory__visual::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(5, 20, 33, 0.55));
    content: "";
    pointer-events: none;
}

.workshop-directory__visual .catalog-result-count {
    position: absolute;
    z-index: 2;
    right: 0.85rem;
    bottom: 0.85rem;
    min-width: 7.2rem;
    width: auto;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0.55rem 1.4rem rgba(5, 20, 33, 0.22);
    backdrop-filter: blur(8px);
}

.workshop-directory__results .workshop-service-links {
    margin: 1.25rem 0;
}

.workshop-directory__results .workshop-ranking-disclosure {
    margin: 0 0 1.25rem;
}

.workshop-locality-suggestion {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(27, 99, 161, 0.2);
    border-radius: 1rem;
    background: linear-gradient(135deg, #f4f9fd, #fff);
    box-shadow: 0 0.45rem 1.2rem rgba(16, 42, 67, 0.07);
}

.workshop-locality-suggestion--active {
    border-color: rgba(28, 132, 92, 0.24);
    background: linear-gradient(135deg, #effaf5, #fff);
}

.workshop-locality-suggestion__icon {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: #e3f0fa;
    color: #17629b;
}

.workshop-locality-suggestion--active .workshop-locality-suggestion__icon {
    background: #dff4e9;
    color: #14734e;
}

.workshop-locality-suggestion__icon .store-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.workshop-locality-suggestion > div {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.workshop-locality-suggestion strong {
    color: var(--pp-ink);
    font-size: 0.96rem;
}

.workshop-locality-suggestion span,
.workshop-locality-suggestion small {
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.workshop-locality-suggestion small a {
    color: inherit;
}

.workshop-locality-suggestion .btn {
    min-height: 2.5rem;
    white-space: nowrap;
}

.workshop-directory__data-attribution {
    margin: -0.65rem 0 1.5rem;
    color: var(--pp-muted);
    font-size: 0.68rem;
    text-align: right;
}

.workshop-directory__data-attribution a {
    color: inherit;
}

.workshop-demo-preview {
    display: grid;
    grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
    align-items: stretch;
    gap: 1rem;
}

.workshop-demo-preview > .store-eyebrow,
.workshop-demo-preview > h2 {
    grid-column: 1 / -1;
}

.workshop-demo-preview > .store-eyebrow {
    margin-bottom: -0.6rem;
}

.workshop-demo-preview__media {
    min-height: 100%;
}

.workshop-demo-preview__media figcaption {
    font-size: 0.76rem;
    font-weight: 750;
}

.workshop-demo-preview__media figcaption .store-icon {
    width: 1rem;
    height: 1rem;
    color: #f8c84a;
}

.workshop-demo-preview .workshop-card {
    align-content: start;
}

/* Workshop profile */

.workshop-profile__showcase {
    display: grid;
    min-width: 0;
    overflow: hidden;
    grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.1fr);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.workshop-profile__showcase .workshop-profile__cover {
    position: relative;
    min-height: 23rem;
    max-height: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.workshop-profile__showcase .workshop-profile__cover img {
    min-height: 23rem;
    height: 100%;
}

.workshop-profile__showcase.uses-category-visual .workshop-profile__cover::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 20, 33, 0.05) 25%, rgba(5, 20, 33, 0.82) 100%),
        linear-gradient(90deg, rgba(5, 20, 33, 0.12), transparent 48%);
    content: "";
    pointer-events: none;
}

.workshop-profile__showcase.uses-category-visual .workshop-profile__cover img {
    filter: saturate(0.72) contrast(0.96);
}

.workshop-profile__cover-note {
    position: absolute;
    z-index: 2;
    right: clamp(1rem, 3vw, 1.5rem);
    bottom: clamp(1rem, 3vw, 1.5rem);
    left: clamp(1rem, 3vw, 1.5rem);
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.8rem;
    color: #fff;
    background: rgba(5, 20, 33, 0.74);
    backdrop-filter: blur(8px);
}

.workshop-profile__cover-note > .store-icon {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 auto;
    color: #f8c84a;
}

.workshop-profile__cover-note span {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.workshop-profile__cover-note strong {
    font-size: 0.84rem;
}

.workshop-profile__cover-note small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.72rem;
}

.workshop-profile__showcase .workshop-profile__header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 100% 0, rgba(8, 127, 91, 0.15), transparent 38%),
        var(--pp-surface);
    box-shadow: none;
}

.workshop-profile__showcase .workshop-profile__header h1 {
    font-size: clamp(1.8rem, 3.1vw, 2.65rem);
    line-height: 1.08;
    text-wrap: balance;
}

.workshop-profile__showcase .workshop-profile__identity {
    align-items: flex-start;
}

.workshop-profile__showcase .workshop-profile__logo {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2rem;
}

.workshop-profile__showcase .workshop-profile__actions {
    margin-top: 1.1rem;
}

.workshop-profile__actions .btn,
.workshop-profile__sidebar .btn {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.workshop-profile__actions .btn .store-icon,
.workshop-profile__sidebar .btn .store-icon {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.workshop-profile__facts {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
}

.workshop-profile__facts li {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.workshop-profile__fact-icon,
.workshop-profile__section-heading > span,
.workshop-service-table__icon {
    display: inline-grid !important;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.75rem;
    color: var(--pp-primary-dark) !important;
    background: var(--pp-primary-soft);
}

.workshop-profile__fact-icon .store-icon,
.workshop-profile__section-heading > span .store-icon,
.workshop-service-table__icon .store-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.workshop-profile__facts li > span:last-child {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.workshop-profile__facts small {
    color: var(--pp-muted);
    font-size: 0.69rem;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.workshop-profile__facts strong {
    overflow-wrap: anywhere;
    font-size: 0.9rem;
}

.workshop-profile__section-heading {
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-start;
    gap: 0.75rem;
}

.workshop-profile__section-heading > div {
    min-width: 0;
}

.workshop-profile__section-heading .store-eyebrow {
    margin-bottom: 0.18rem;
}

.workshop-profile__section-heading h2 {
    margin: 0;
}

.workshop-profile__section-heading > span {
    width: 2.65rem;
    height: 2.65rem;
}

.workshop-service-table article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
}

.workshop-service-table__icon {
    width: 2.3rem;
    height: 2.3rem;
}

/* Tyre-size directory */

.size-directory-visual-hero {
    display: grid;
    min-width: 0;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.05fr) minmax(21rem, 0.72fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 4% 0, rgba(8, 127, 91, 0.5), transparent 35%),
        linear-gradient(125deg, var(--pp-navy-deep), var(--pp-navy));
    box-shadow: var(--pp-shadow);
}

.size-directory-visual-hero__copy {
    min-width: 0;
}

.size-directory-visual-hero .store-eyebrow {
    color: #b9f0df;
}

.storefront-shell .size-directory-visual-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 4.5vw, 3.8rem);
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.size-directory-visual-hero__copy > p:not(.store-eyebrow) {
    max-width: 42rem;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.65;
}

.size-directory-visual-hero__code {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-top: 1.25rem;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.85rem;
    background: rgba(5, 20, 33, 0.48);
    backdrop-filter: blur(7px);
}

.size-directory-visual-hero__code span {
    display: grid;
    min-width: 0;
}

.size-directory-visual-hero__code strong {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
}

.size-directory-visual-hero__code small {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.61rem;
}

.size-directory-visual-hero__code i {
    color: #6ee7b7;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 850;
}

.size-directory-visual-hero__media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--pp-radius);
    background: #d8e0e5;
    box-shadow: 0 1.2rem 2.5rem rgba(1, 12, 20, 0.3);
    aspect-ratio: 4 / 3;
}

.size-directory-visual-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.size-directory-visual-hero__media figcaption {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 0.75rem;
    color: #fff;
    background: rgba(6, 24, 38, 0.86);
    backdrop-filter: blur(8px);
}

.size-directory-visual-hero__media figcaption > .store-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
    color: #6ee7b7;
}

.size-directory-visual-hero__media figcaption span {
    display: grid;
    min-width: 0;
}

.size-directory-visual-hero__media figcaption strong {
    font-size: 0.84rem;
}

.size-directory-visual-hero__media figcaption small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
}

/* Existing accessory catalogue and product-detail layout, loaded only where used. */

.accessory-catalog__heading h1 {
    margin: 0 0 0.8rem;
    font-size: clamp(2rem, 4vw, 3.35rem);
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.accessory-catalog__heading h1 span {
    display: block;
    margin-top: 0.55rem;
    color: var(--pp-muted);
    font-size: 0.42em;
    letter-spacing: -0.02em;
}

.accessory-catalog__intro {
    max-width: 58rem;
    margin: 0;
    color: var(--pp-muted);
    font-size: clamp(0.96rem, 1.6vw, 1.12rem);
}

.accessory-category-grid {
    display: grid;
    margin-bottom: 1.4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.accessory-category-grid > a {
    display: flex;
    min-width: 0;
    min-height: 8rem;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    color: var(--pp-ink) !important;
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.accessory-category-grid > a:hover {
    border-color: var(--pp-line-strong);
    transform: translateY(-0.12rem);
}

.accessory-category-grid__icon {
    display: inline-grid;
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.8rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 1.15rem;
}

.accessory-category-grid strong,
.accessory-category-grid small,
.accessory-category-grid em {
    display: block;
}

.accessory-category-grid strong {
    margin-bottom: 0.35rem;
    line-height: 1.25;
}

.accessory-category-grid small {
    display: -webkit-box;
    overflow: hidden;
    color: var(--pp-muted);
    font-size: 0.72rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.accessory-category-grid em {
    margin-top: 0.65rem;
    color: var(--pp-primary);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 750;
}

.rim-product-card__image,
.accessory-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.4rem;
    background: #fff;
}

.accessory-variant-photo {
    overflow: hidden;
    width: min(100%, 13rem);
    margin: 0 0 0.8rem;
    padding: 0.6rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.75rem;
    background: #fff;
}

.accessory-variant-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.accessory-product-card__media .product-card__image-placeholder .store-icon {
    color: #aab9c0;
    font-size: 3.5rem;
}

.accessory-product-card__facts {
    display: grid;
    margin: 0.8rem 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.accessory-product-card__facts > div {
    min-width: 0;
    padding: 0.65rem;
    border-radius: 0.65rem;
    background: var(--pp-surface-soft);
}

.accessory-product-card__facts dt {
    margin-bottom: 0.18rem;
    color: var(--pp-muted);
    font-size: 0.62rem;
}

.accessory-product-card__facts dd {
    overflow: hidden;
    margin: 0;
    color: var(--pp-ink);
    font-size: 0.76rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accessory-editorial {
    width: 100%;
    max-width: none;
    margin: clamp(1.4rem, 3vw, 2.4rem) 0 0;
    padding: clamp(1.25rem, 3vw, 2.35rem);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 96% 0, rgba(8, 127, 91, 0.12), transparent 26rem),
        linear-gradient(145deg, #fff 0%, #f5faf8 100%);
    box-shadow: var(--pp-shadow-sm);
    scroll-margin-top: 1rem;
}

.accessory-editorial h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.6rem, 3.3vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.accessory-category-editorial > div {
    max-width: 75rem;
    margin-top: 1rem;
    color: var(--pp-ink-soft);
    font-size: clamp(0.94rem, 1.4vw, 1.02rem);
    line-height: 1.75;
}

.accessory-product-story__header {
    display: grid;
    grid-template-columns: minmax(18rem, 0.95fr) minmax(20rem, 1.05fr);
    align-items: end;
    gap: clamp(1.5rem, 4vw, 4rem);
    padding-bottom: clamp(1.2rem, 2.5vw, 2rem);
    border-bottom: 1px solid var(--pp-line);
}

.accessory-product-story__header > p {
    max-width: 43rem;
    margin: 0;
    color: var(--pp-ink-soft);
    font-size: clamp(0.96rem, 1.5vw, 1.08rem);
    line-height: 1.7;
}

.accessory-product-story__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: clamp(1rem, 2.5vw, 1.6rem);
}

.accessory-product-story__benefits article {
    display: grid;
    min-width: 0;
    grid-template-columns: 2.7rem minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(8, 127, 91, 0.14);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.82);
}

.accessory-product-story__benefits article > span {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border-radius: 0.75rem;
    color: #fff;
    background: var(--pp-primary-dark);
}

.accessory-product-story__benefits .store-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.accessory-product-story__benefits h3 {
    margin: 0 0 0.22rem;
    color: var(--pp-ink);
    font-size: 0.9rem;
    font-weight: 850;
}

.accessory-product-story__benefits p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.76rem;
    line-height: 1.5;
}

.accessory-product-story__details {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.75fr);
    align-items: stretch;
    gap: clamp(1rem, 3vw, 2rem);
    margin-top: clamp(1.2rem, 3vw, 2rem);
}

.accessory-product-story__label {
    margin: 0 0 0.55rem;
    color: var(--pp-primary-dark);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.accessory-product-story__copy {
    color: var(--pp-ink-soft);
    font-size: clamp(0.92rem, 1.35vw, 1rem);
    line-height: 1.78;
}

.accessory-product-story__copy p {
    margin: 0;
}

.accessory-product-story__copy p + p {
    margin-top: 0.85rem;
}

.accessory-product-story__steps {
    padding: 1.1rem;
    border-radius: 0.95rem;
    color: #fff;
    background: linear-gradient(145deg, #102a43, #173f50);
}

.accessory-product-story__steps > strong {
    display: block;
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 1rem;
}

.accessory-product-story__steps ol {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accessory-product-story__steps li {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: start;
    gap: 0.55rem;
}

.accessory-product-story__steps li > span {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #9fe4c7;
    font-size: 0.67rem;
    font-weight: 900;
}

.accessory-product-story__steps li p,
.accessory-product-story__steps--compact p {
    margin: 0;
    color: #d5e5ec;
    font-size: 0.78rem;
    line-height: 1.5;
}

.accessory-product-story__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: clamp(1.2rem, 2.5vw, 1.75rem);
    padding-top: 1rem;
    border-top: 1px solid var(--pp-line);
}

.accessory-product-story__footer > span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--pp-primary-dark);
    font-size: 0.82rem;
    font-weight: 850;
}

.accessory-product-story__footer .store-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.accessory-product-story__footer .btn {
    min-width: min(100%, 15rem);
    font-weight: 850;
}

.accessory-detail__hero {
    display: grid;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
    grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    padding: clamp(1.5rem, 4vw, 3.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 5% 100%, var(--pp-primary-soft), transparent 38%),
        var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.accessory-detail {
    container-type: inline-size;
}

.accessory-product-hero {
    margin-bottom: 0;
}

.accessory-product-hero__brand {
    margin: 0 0 0.45rem;
    color: var(--pp-primary);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.accessory-product-hero__intro {
    max-width: 38rem;
    margin: 0.8rem 0 0;
    color: var(--pp-muted);
    font-size: 0.9rem;
    line-height: 1.58;
}

.accessory-product-gallery--placeholder {
    min-height: clamp(27rem, 36vw, 34rem);
}

.accessory-product-gallery--placeholder .accessory-detail__visual {
    width: 100%;
    min-height: clamp(25rem, 34vw, 32rem);
    aspect-ratio: auto;
}

.accessory-product-buybox__finance {
    display: grid;
    gap: 0.18rem;
    padding: 0.7rem 0.75rem;
    border: 1px solid rgba(255, 224, 137, 0.3);
    border-radius: 0.7rem;
    background: rgba(255, 208, 84, 0.09);
}

.accessory-product-buybox__finance strong {
    color: #ffe39a;
    font-size: 0.9rem;
}

.accessory-product-buybox__finance span {
    color: #c8d8e5;
    font-size: 0.7rem;
    line-height: 1.4;
}

.accessory-product-anchor-nav {
    display: flex;
    margin: 1rem 0 clamp(1.8rem, 4vw, 3rem);
    gap: 0.2rem;
    padding: 0.55rem;
    overflow-x: auto;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
    scrollbar-width: thin;
}

.accessory-product-anchor-nav a {
    display: inline-flex;
    min-height: 2.25rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    color: var(--pp-ink-soft);
    font-size: 0.74rem;
    font-weight: 800;
    text-decoration: none;
}

.accessory-product-anchor-nav a:hover,
.accessory-product-anchor-nav a:focus-visible {
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.accessory-product-specification {
    display: grid;
    grid-template-columns: minmax(15rem, 0.36fr) minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    padding: clamp(1.15rem, 3vw, 1.8rem);
    scroll-margin-top: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.accessory-product-specification h2 {
    margin: 0.15rem 0 0.45rem;
    color: var(--pp-ink);
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    letter-spacing: -0.025em;
}

.accessory-product-specification > div > p:last-child {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

.accessory-product-specification dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    gap: 0.65rem;
    margin: 0;
}

.accessory-product-specification dl > div {
    min-width: 0;
    padding: 0.72rem 0.78rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.72rem;
    background: var(--pp-surface-soft);
}

.accessory-product-specification dt {
    color: var(--pp-muted);
    font-size: 0.64rem;
}

.accessory-product-specification dd {
    margin: 0.2rem 0 0;
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.8rem;
    font-weight: 800;
}

.accessory-detail__gallery {
    width: 100%;
    min-width: 0;
}

.accessory-detail__visual {
    display: grid;
    aspect-ratio: 1;
    place-items: center;
    border-radius: var(--pp-radius-lg);
    color: var(--pp-primary-dark);
    background:
        radial-gradient(circle, #fff 0 28%, transparent 29%),
        linear-gradient(145deg, #edf7f3, #dae9e6);
    font-size: clamp(4rem, 9vw, 7rem);
}

.accessory-detail__visual--photo {
    padding: clamp(0.75rem, 2vw, 1.5rem);
    background: #fff;
}

.accessory-detail__visual--photo img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 24rem;
    object-fit: contain;
}

.accessory-detail__hero h1 {
    max-width: 18ch;
    margin: 0 0 1rem;
    font-size: clamp(2.1rem, 4.5vw, 4rem);
    letter-spacing: -0.06em;
    line-height: 1;
}

.accessory-detail__hero > div:last-child > p:not(.store-eyebrow) {
    max-width: 48rem;
    color: var(--pp-muted);
    font-size: 1rem;
}

.accessory-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.accessory-detail__meta span {
    padding: 0.38rem 0.65rem;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    color: var(--pp-ink-soft);
    background: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.accessory-variants__heading {
    display: flex;
    margin-bottom: 1.2rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.accessory-variants__heading h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.accessory-variants__heading > p {
    max-width: 34rem;
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.accessory-variant-list {
    display: grid;
    gap: 0.8rem;
}

.accessory-variant-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.32fr);
    gap: 1.2rem;
    padding: 1.25rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.accessory-variant-row--available {
    border-color: #b8ddcf;
}

.accessory-variant-row__identity {
    display: flow-root;
}

.accessory-variant-row__identity > span {
    color: var(--pp-primary);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rim-variant-photo {
    float: left;
    width: clamp(7.5rem, 18vw, 10rem);
    aspect-ratio: 4 / 3;
    margin: 0 1rem 0.75rem 0;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0.85rem;
    overflow: hidden;
    background: #fff;
}

.rim-variant-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accessory-variant-row__identity h3 {
    margin: 0.2rem 0 0.9rem;
    font-size: 1.1rem;
}

.accessory-variant-row__identity dl {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
}

.accessory-variant-row__identity dl > div {
    min-width: 0;
}

.accessory-variant-row__identity dt {
    color: var(--pp-muted);
    font-size: 0.62rem;
}

.accessory-variant-row__identity dd {
    overflow-wrap: anywhere;
    margin: 0.15rem 0 0;
    color: var(--pp-ink);
    font-size: 0.76rem;
    font-weight: 750;
}

.accessory-variant-row__offer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 1.2rem;
    border-left: 1px solid var(--pp-line);
    text-align: right;
}

.accessory-variant-row__status {
    margin-bottom: 0.45rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
    font-weight: 750;
}

.accessory-variant-row__status--available {
    color: var(--pp-success);
}

.accessory-variant-row__offer data {
    color: var(--pp-ink);
    font-size: 1.75rem;
    font-weight: 850;
    letter-spacing: -0.045em;
}

.accessory-variant-row__offer data small {
    display: block;
    color: var(--pp-muted);
    font-size: 0.38em;
    letter-spacing: 0;
}

.accessory-variant-row__installment {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-top: 0.35rem;
    color: var(--pp-ink-soft);
    font-size: 0.7rem;
    text-decoration: none;
}

.accessory-variant-row__installment strong {
    color: var(--pp-primary);
    font-weight: 850;
}

.accessory-variant-row__installment:hover,
.accessory-variant-row__installment:focus-visible {
    color: var(--pp-primary);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.accessory-variant-row__offer > strong {
    font-size: 0.9rem;
}

.accessory-variant-row__offer > p {
    max-width: 19rem;
    margin: 0.35rem 0 0;
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.accessory-variant-row__cart {
    display: grid;
    width: min(100%, 19rem);
    margin-top: 0.8rem;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.55rem;
}

.accessory-variant-row__cart .form-control {
    min-height: 2.65rem;
    text-align: center;
}

.accessory-variant-row__cart .btn {
    min-height: 2.65rem;
    padding-inline: 0.9rem;
    white-space: nowrap;
}

.accessory-safety {
    max-width: 64rem;
    margin: 1rem auto 0;
    padding: 1.3rem;
    border: 1px solid #ead79a;
    border-radius: var(--pp-radius);
    color: #5f4a13;
    background: #fff8df;
}

.accessory-safety h2 {
    margin: 0 0 0.75rem;
    color: #4e3c0c;
    font-size: 1.1rem;
}

.accessory-safety ul {
    margin: 0;
    padding-left: 1.2rem;
}

/* Accessory catalogue */

.accessory-visual-hero {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: clamp(25rem, 38vw, 32rem);
    overflow: hidden;
    margin-bottom: 1.4rem;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 1.5rem;
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background: var(--pp-navy-deep);
    box-shadow: var(--pp-shadow);
    isolation: isolate;
}

.accessory-visual-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 20, 33, 0.98) 0%, rgba(5, 20, 33, 0.88) 34%, rgba(5, 20, 33, 0.32) 70%, rgba(5, 20, 33, 0.18) 100%),
        linear-gradient(0deg, rgba(5, 20, 33, 0.72), transparent 52%);
    content: "";
    pointer-events: none;
}

.accessory-visual-hero__media {
    position: absolute;
    z-index: -2;
    inset: 0;
    margin: 0;
}

.accessory-visual-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.accessory-visual-hero__copy {
    min-width: 0;
    max-width: 43rem;
}

.accessory-visual-hero .store-eyebrow {
    color: #b9f0df;
}

.storefront-shell .accessory-visual-hero h1 {
    max-width: 17ch;
    margin: 0 0 0.8rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.storefront-shell .accessory-visual-hero h1 span {
    color: rgba(255, 255, 255, 0.7);
}

.accessory-visual-hero .accessory-catalog__intro {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.8);
}

.accessory-visual-hero__scope {
    display: flex;
    margin: 1.25rem 0 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.55rem;
    list-style: none;
}

.accessory-visual-hero__scope span {
    display: inline-flex;
    min-height: 2.25rem;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(5, 20, 33, 0.5);
    font-size: 0.74rem;
    font-weight: 750;
    backdrop-filter: blur(7px);
}

.accessory-visual-hero__scope .store-icon {
    width: 0.95rem;
    height: 0.95rem;
    color: #6ee7b7;
}

.rim-complete-wheel-link {
    display: inline-flex;
    max-width: 25rem;
    margin-top: 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0.8rem 0.7rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.9rem;
    color: #fff;
    background: rgba(5, 20, 33, 0.64);
    text-decoration: none;
    backdrop-filter: blur(8px);
}

.rim-complete-wheel-link span,
.rim-complete-wheel-link small,
.rim-complete-wheel-link strong {
    display: block;
}

.rim-complete-wheel-link small {
    margin-bottom: 0.1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
}

.rim-complete-wheel-link strong {
    font-size: 0.85rem;
}

.rim-complete-wheel-link > .store-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
    color: #6ee7b7;
}

.rim-complete-wheel-link:hover,
.rim-complete-wheel-link:focus-visible {
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
    background: rgba(10, 40, 50, 0.88);
}

.accessory-visual-hero__count {
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0.7rem 1.8rem rgba(1, 12, 20, 0.25);
    backdrop-filter: blur(8px);
}

/* Editorial discovery and article pages */

.guide-editorial-hero__media,
.guide-category-visual-card__media,
.guide-article-visual-card__media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    background: #d8e0e5;
}

.guide-editorial-hero__media img,
.guide-category-visual-card__media img,
.guide-article-visual-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-editorial-hero__media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.guide-editorial-hero__media figcaption {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.75rem;
    color: #fff;
    background: rgba(6, 24, 38, 0.86);
    backdrop-filter: blur(8px);
    font-size: 0.8rem;
    line-height: 1.35;
}

.guide-editorial-hero__media figcaption > .store-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
    color: #6ee7b7;
}

.guide-section-title {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    gap: 0.75rem;
}

.guide-section-title > span {
    display: inline-grid;
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.8rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.guide-section-title > span .store-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.guide-section-title .store-eyebrow {
    margin-bottom: 0.12rem;
}

.guide-section-title h2 {
    margin: 0;
}

.guide-category-visual-card,
.guide-article-visual-card {
    overflow: hidden;
    border: 1px solid var(--pp-line) !important;
    background: var(--pp-surface);
}

.guide-category-visual-card {
    color: var(--pp-ink);
    box-shadow: var(--pp-shadow-sm);
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.guide-category-visual-card:hover,
.guide-category-visual-card:focus-visible {
    border-color: rgba(6, 108, 78, 0.42) !important;
    color: var(--pp-ink);
    box-shadow: var(--pp-shadow);
    transform: translateY(-2px);
}

.guide-category-visual-card:focus-visible {
    outline: 3px solid rgba(6, 108, 78, 0.24);
    outline-offset: 3px;
}

.guide-category-visual-card .card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1rem;
}

.guide-category-visual-card__title {
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.2;
}

.guide-category-visual-card__description {
    color: var(--pp-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.guide-category-visual-card__count {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 0.25rem;
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 750;
}

.guide-category-visual-card__media {
    aspect-ratio: 16 / 8;
}

.guide-article-visual-card__media {
    aspect-ratio: 16 / 8.5;
}

.guide-category-visual-card__media::after,
.guide-article-visual-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 36%, rgba(5, 20, 33, 0.58));
    content: "";
    pointer-events: none;
}

.guide-category-visual-card__media > span,
.guide-article-visual-card__media > span {
    position: absolute;
    z-index: 1;
    bottom: 0.7rem;
    left: 0.7rem;
    display: inline-grid;
    width: 2.45rem;
    height: 2.45rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.75rem;
    color: #fff;
    background: rgba(6, 24, 38, 0.76);
    backdrop-filter: blur(6px);
}

.guide-category-visual-card__media > span .store-icon,
.guide-article-visual-card__media > span .store-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.guide-category-visual-card .card-body,
.guide-article-visual-card .card-body {
    position: relative;
}

.guide-article-visual-card .card-title a {
    color: var(--pp-ink);
}

.guide-topic-clusters {
    display: grid;
    gap: clamp(3rem, 6vw, 5rem);
}

.guide-topic-cluster {
    min-width: 0;
    scroll-margin-top: 7rem;
}

.guide-topic-cluster__header {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--pp-line);
}

.guide-topic-cluster__total {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(6, 108, 78, 0.2);
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-weight: 800;
}

.guide-topic-cluster__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.75rem;
}

.guide-topic-cluster__actions > a {
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-surface);
    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none;
}

.guide-topic-cluster__actions > a:hover,
.guide-topic-cluster__actions > a:focus-visible {
    border-color: var(--pp-primary);
    background: var(--pp-primary-soft);
}

.guide-topic-cluster__intro {
    max-width: 52rem;
    margin: 0.85rem 0 1.35rem;
    color: var(--pp-muted);
    line-height: 1.65;
}

.guide-topic-cluster__more {
    margin-top: 1.25rem;
    border-top: 1px solid var(--pp-line);
}

.guide-topic-cluster__more > summary {
    display: inline-flex;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    align-items: center;
    border: 1px solid var(--pp-line-strong);
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
    cursor: pointer;
    font-weight: 750;
    list-style: none;
}

.guide-topic-cluster__more > summary::-webkit-details-marker {
    display: none;
}

.guide-topic-cluster__more > summary::after {
    margin-left: 0.6rem;
    content: "+";
    font-size: 1.15em;
    line-height: 1;
}

.guide-topic-cluster__more[open] > summary::after {
    content: "−";
}

.guide-topic-cluster__more > summary:hover,
.guide-topic-cluster__more > summary:focus-visible {
    border-color: var(--pp-primary);
    background: var(--pp-primary-soft);
}

.guide-topic-cluster__more > summary:focus-visible {
    outline: 3px solid rgba(6, 108, 78, 0.22);
    outline-offset: 3px;
}

.guide-topic-cluster__more > .row {
    margin-top: 1.25rem;
}

.guide-topic-empty {
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
}

.guide-collection__heading {
    display: flex;
    margin-bottom: 1.25rem;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.guide-collection__heading h2,
.guide-collection__heading p {
    margin-bottom: 0;
}

.guide-collection__heading > a {
    flex: 0 0 auto;
    color: var(--pp-primary-dark);
    font-weight: 700;
}

.guide-collection-pagination {
    display: grid;
    margin: clamp(2rem, 5vw, 3.5rem) 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
}

.guide-collection-pagination > div {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
}

.guide-collection-pagination a,
.guide-collection-pagination span {
    display: inline-grid;
    min-width: 2.65rem;
    min-height: 2.65rem;
    padding: 0.55rem 0.75rem;
    place-items: center;
    border: 1px solid var(--pp-line-strong);
    border-radius: 0.75rem;
    color: var(--pp-primary-dark);
    background: var(--pp-surface);
    font-weight: 750;
    text-decoration: none;
}

.guide-collection-pagination a[rel="next"] {
    justify-self: end;
}

.guide-collection-pagination span[aria-current="page"] {
    border-color: var(--pp-primary);
    color: #fff;
    background: var(--pp-primary);
}

.guide-collection-pagination a:hover,
.guide-collection-pagination a:focus-visible {
    border-color: var(--pp-primary);
    background: var(--pp-primary-soft);
}

.guide-collection-pagination a:focus-visible,
.guide-topic-cluster__actions > a:focus-visible {
    outline: 3px solid rgba(6, 108, 78, 0.22);
    outline-offset: 3px;
}

.guide-collection__next {
    display: grid;
    margin-top: clamp(2.5rem, 6vw, 4.5rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    border: 1px solid rgba(6, 108, 78, 0.2);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 100% 0, rgba(8, 127, 91, 0.12), transparent 42%),
        var(--pp-primary-soft);
}

.guide-collection__next h2 {
    margin-bottom: 0.5rem;
}

.guide-collection__next p:last-child {
    max-width: 48rem;
    margin-bottom: 0;
    color: var(--pp-muted);
}

.guide-collection__next > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.guide-editorial-hero {
    display: grid;
    min-width: 0;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.72fr);
    align-items: stretch;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.guide-editorial-hero__copy {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 0 100%, var(--pp-primary-soft), transparent 42%),
        var(--pp-surface);
}

.storefront-shell .guide-editorial-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    letter-spacing: -0.05em;
    line-height: 1.04;
    text-wrap: balance;
}

.guide-editorial-hero__copy > p:not(.store-eyebrow) {
    margin: 1rem 0 0;
    color: var(--pp-ink-soft);
    font-size: 1.02rem;
    line-height: 1.65;
}

.guide-editorial-hero__meta {
    display: grid;
    margin-top: 1.3rem;
    gap: 0.5rem;
    color: var(--pp-muted);
    font-size: 0.74rem;
}

.guide-editorial-hero__meta span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.guide-editorial-hero__meta .store-icon {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: var(--pp-primary-dark);
}

.guide-editorial-hero__media {
    min-height: 22rem;
}

.guide-author-hero {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.38fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(39, 191, 133, 0.3), transparent 32%),
        linear-gradient(125deg, var(--pp-navy-deep), var(--pp-navy));
    box-shadow: var(--pp-shadow);
}

.guide-author-hero::after {
    position: absolute;
    right: -5rem;
    bottom: -7rem;
    width: 18rem;
    border: 2.7rem solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
    aspect-ratio: 1;
    pointer-events: none;
}

.guide-author-hero__copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.guide-author-hero .store-eyebrow {
    color: #b9f0df;
}

.storefront-shell .guide-author-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.guide-author-hero__copy p {
    color: rgba(255, 255, 255, 0.82);
}

.guide-author-hero__copy .fw-semibold {
    margin-top: 0.6rem;
    color: #6ee7b7;
}

.guide-author-hero__badge {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    place-items: center;
    gap: 0.35rem;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    backdrop-filter: blur(8px);
}

.guide-author-hero__badge > span {
    display: inline-grid;
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 0.4rem;
    place-items: center;
    border-radius: 50%;
    color: var(--pp-navy-deep);
    background: #6ee7b7;
}

.guide-author-hero__badge .store-icon {
    width: 2rem;
    height: 2rem;
}

.guide-author-hero__badge small {
    color: rgba(255, 255, 255, 0.7);
}

/* Season catalogue decision layer */

.tyre-season-page,
.tyre-season-quick-sizes,
.tyre-season-models {
    min-width: 0;
}

.tyre-season-quick-sizes,
.tyre-season-models {
    padding: clamp(1rem, 2.5vw, 1.4rem);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-season-models {
    background:
        radial-gradient(circle at 100% 0, rgba(8, 127, 91, 0.1), transparent 34%),
        #fff;
}

.tyre-season-section-heading,
.tyre-season-products-heading {
    display: flex;
    min-width: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.tyre-season-section-heading > div,
.tyre-season-products-heading > div {
    min-width: 0;
}

.tyre-season-section-heading h2,
.tyre-season-products-heading h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    letter-spacing: -0.025em;
}

.tyre-season-section-heading p:not(.store-eyebrow),
.tyre-season-products-heading p:not(.store-eyebrow) {
    max-width: 52rem;
    margin: 0.4rem 0 0;
    color: var(--pp-muted);
    font-size: 0.8rem;
    line-height: 1.55;
}

.tyre-season-section-heading > a {
    flex: 0 0 auto;
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 780;
    text-decoration: none;
}

.tyre-season-section-heading > a:hover,
.tyre-season-section-heading > a:focus-visible {
    text-decoration: underline;
}

.tyre-season-size-rail {
    display: grid;
    margin-top: 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.6rem;
}

.tyre-season-size-link {
    display: flex;
    min-width: 0;
    min-height: 4.2rem;
    padding: 0.7rem 0.75rem;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--pp-line);
    border-radius: 0.85rem;
    color: var(--pp-ink);
    background: var(--pp-surface-soft);
    text-decoration: none;
}

.tyre-season-size-link:hover,
.tyre-season-size-link:focus-visible {
    border-color: rgba(8, 127, 91, 0.46);
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    transform: translateY(-1px);
}

.tyre-season-size-link strong,
.tyre-season-size-link span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tyre-season-size-link strong {
    font-size: 0.92rem;
}

.tyre-season-size-link span {
    margin-top: 0.18rem;
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.tyre-season-model-grid {
    display: grid;
    margin-top: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.tyre-season-model-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    grid-template-columns: minmax(7.5rem, 0.42fr) minmax(0, 0.58fr);
    border: 1px solid var(--pp-line);
    border-radius: 1rem;
    color: var(--pp-ink);
    background: #fff;
    box-shadow: 0 0.3rem 0.9rem rgba(16, 42, 67, 0.055);
    text-decoration: none;
}

.tyre-season-model-card:hover,
.tyre-season-model-card:focus-visible {
    border-color: rgba(8, 127, 91, 0.46);
    color: var(--pp-ink);
    box-shadow: 0 0.75rem 1.6rem rgba(16, 42, 67, 0.11);
    transform: translateY(-2px);
}

.tyre-season-model-card__media {
    display: grid;
    min-width: 0;
    min-height: 13rem;
    place-items: center;
    overflow: hidden;
    border-right: 1px solid var(--pp-line);
    background:
        radial-gradient(circle at 50% 55%, #fff 0 22%, transparent 23%),
        linear-gradient(145deg, #f8fafb, #edf3f4);
}

.tyre-season-model-card__media img {
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    object-fit: contain;
}

.tyre-season-model-card__placeholder {
    display: grid;
    place-items: center;
    color: #b2c0c8;
}

.tyre-season-model-card__placeholder .store-icon {
    width: 3.5rem;
    height: 3.5rem;
}

.tyre-season-model-card__placeholder-image {
    width: 100%;
    height: 100%;
    padding: 0.35rem;
    object-fit: contain;
}

.tyre-season-model-card__body {
    display: flex;
    min-width: 0;
    padding: 0.85rem;
    flex-direction: column;
    align-items: flex-start;
}

.tyre-season-model-card__name,
.tyre-season-model-card__name small,
.tyre-season-model-card__name strong {
    display: block;
    min-width: 0;
    max-width: 100%;
}

.tyre-season-model-card__name {
    margin-top: 0.55rem;
}

.tyre-season-model-card__name small {
    color: var(--pp-muted);
    font-size: 0.64rem;
    font-weight: 780;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tyre-season-model-card__name strong {
    margin-top: 0.12rem;
    overflow-wrap: anywhere;
    font-size: 0.96rem;
    line-height: 1.25;
}

.tyre-season-model-card__review {
    display: flex;
    min-height: 1.25rem;
    margin-top: 0.38rem;
    align-items: center;
    gap: 0.28rem;
    color: var(--pp-muted);
    font-size: 0.68rem;
    line-height: 1;
}

.tyre-season-model-card__review .tyre-review-stars {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.03rem;
    color: #cbd4d8;
    font-size: 0.72rem;
    letter-spacing: -0.02em;
    line-height: 1;
}

.tyre-season-model-card__review .tyre-review-stars .is-full {
    color: #e59b00;
}

.tyre-season-model-card__review .tyre-review-stars .is-half {
    color: transparent;
    background: linear-gradient(90deg, #e59b00 50%, #cbd4d8 50%);
    background-clip: text;
    -webkit-background-clip: text;
}

.tyre-season-model-card__review > strong {
    color: var(--pp-ink);
    font-size: 0.72rem;
}

.tyre-season-model-card__review > strong small {
    color: var(--pp-muted);
    font-size: 0.58rem;
}

.tyre-season-model-card__facts {
    display: grid;
    width: 100%;
    margin-top: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
}

.tyre-season-model-card__facts > span {
    min-width: 0;
    padding: 0.42rem 0.2rem;
    border-radius: 0.55rem;
    color: var(--pp-muted);
    background: var(--pp-surface-soft);
    font-size: 0.58rem;
    line-height: 1.2;
    text-align: center;
}

.tyre-season-model-card__facts strong {
    display: block;
    margin-bottom: 0.08rem;
    color: var(--pp-ink);
    font-size: 0.82rem;
}

.tyre-season-model-card__action {
    display: flex;
    margin-top: auto;
    padding-top: 0.7rem;
    align-items: center;
    gap: 0.35rem;
    color: var(--pp-primary-dark);
    font-size: 0.68rem;
    font-weight: 800;
}

.tyre-season-model-card__action .store-icon {
    width: 0.85rem;
    height: 0.85rem;
}

.tyre-season-products-heading .catalog-result-count {
    flex: 0 0 auto;
}

.tyre-brand-directory,
.tyre-brand-page {
    min-width: 0;
}

.tyre-brand-directory__hero {
    display: grid;
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    padding: clamp(1.35rem, 4vw, 2.4rem);
    grid-template-columns: minmax(0, 1fr) minmax(11rem, 0.28fr);
    align-items: center;
    gap: 1.5rem;
    overflow: hidden;
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 189, 46, 0.24), transparent 28%),
        linear-gradient(125deg, #081d31, #0d3c48 72%, #087f5b);
    box-shadow: var(--pp-shadow);
}

.tyre-brand-directory__hero .store-eyebrow {
    color: #8de3c3;
}

.storefront-shell .tyre-brand-directory__hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.35rem);
    line-height: 1.02;
    text-wrap: balance;
}

.tyre-brand-directory__hero p:not(.store-eyebrow) {
    max-width: 48rem;
    margin: 0.85rem 0 0;
    color: #d9e7ec;
}

.tyre-brand-directory__summary {
    display: grid;
    min-width: 0;
    padding: 1.1rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.09);
    text-align: center;
    backdrop-filter: blur(12px);
}

.tyre-brand-directory__summary .store-icon {
    width: 1.6rem;
    height: 1.6rem;
    color: #ffcf62;
}

.tyre-brand-directory__summary strong {
    margin-top: 0.35rem;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
}

.tyre-brand-directory__summary span {
    margin-top: 0.25rem;
    color: #d9e7ec;
    font-size: 0.78rem;
}

.tyre-brand-directory__section {
    margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

.tyre-brand-directory__heading,
.tyre-brand-page__products-heading,
.tyre-brand-page__chooser-heading {
    display: flex;
    margin-bottom: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.tyre-brand-directory__heading h2,
.tyre-brand-page__products-heading h2,
.tyre-brand-page__chooser-heading h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.tyre-brand-directory__heading .store-eyebrow,
.tyre-brand-page__products-heading .store-eyebrow,
.tyre-brand-page__chooser-heading .store-eyebrow {
    margin-bottom: 0.2rem;
}

.tyre-brand-directory__heading > span,
.tyre-brand-page__products-heading > span {
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.tyre-brand-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.tyre-brand-directory__grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tyre-brand-tile {
    display: grid;
    min-width: 0;
    min-height: 5.8rem;
    padding: 0.8rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid var(--pp-line);
    border-radius: 1rem;
    color: var(--pp-ink);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
    text-decoration: none;
}

.tyre-brand-tile:hover,
.tyre-brand-tile:focus-visible {
    border-color: rgba(8, 127, 91, 0.48);
    color: var(--pp-primary-dark);
    transform: translateY(-1px);
}

.tyre-brand-tile > .store-icon {
    width: 1rem;
    height: 1rem;
    color: var(--pp-primary);
}

.tyre-brand-tile__copy,
.tyre-brand-tile__copy strong,
.tyre-brand-tile__copy span {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.tyre-brand-tile__copy span {
    margin-top: 0.18rem;
    color: var(--pp-muted);
    font-size: 0.75rem;
}

.tyre-brand-tile--compact {
    min-height: 4.5rem;
    padding: 0.65rem;
}

.tyre-brand-directory__empty {
    padding: 1.5rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-brand-page__hero {
    position: relative;
    display: grid;
    overflow: hidden;
    isolation: isolate;
    margin-bottom: 1rem;
    padding: clamp(1.2rem, 4vw, 2rem);
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 3vw, 1.6rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 100% 0, rgba(39, 191, 133, 0.25), transparent 34%),
        radial-gradient(circle at 12% 100%, rgba(255, 193, 7, 0.12), transparent 28%),
        linear-gradient(125deg, #081d31, #0d3543 74%, #075b48);
    box-shadow: var(--pp-shadow);
}

.tyre-brand-page__hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(4, 23, 40, 0.96) 0%, rgba(5, 31, 48, 0.9) 45%, rgba(4, 32, 39, 0.76) 100%),
        radial-gradient(circle at 88% 15%, rgba(8, 127, 91, 0.24), transparent 42%);
}

.tyre-brand-page__hero > :not(.tyre-brand-page__hero-media) {
    position: relative;
    z-index: 2;
}

.tyre-brand-page__hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    margin: 0;
}

.tyre-brand-page__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tyre-brand-page__intro {
    min-width: 0;
}

.tyre-brand-page__intro h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    text-wrap: balance;
}

.tyre-brand-page__intro h1 span {
    display: block;
    margin-top: 0.3rem;
    color: #c8d8e5;
    font-size: 0.9rem;
}

.tyre-brand-page__intro > p:not(.store-eyebrow) {
    max-width: 46rem;
    margin: 0.55rem 0 0;
    color: #d9e7ec;
    line-height: 1.55;
}

.tyre-brand-page__hero .store-eyebrow {
    color: #8de3c3;
}

.tyre-brand-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.tyre-brand-page__benefits {
    display: grid;
    min-width: 15rem;
    margin: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    list-style: none;
}

.tyre-brand-page__benefits > li {
    display: grid;
    min-width: 0;
    padding: 0.7rem;
    grid-template-columns: 1.8rem minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 0.75rem;
    color: #102a3a;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0.35rem 1rem rgba(2, 17, 29, 0.18);
}

.tyre-brand-page__benefits .store-icon {
    width: 1.35rem;
    height: 1.35rem;
    color: #087f5b;
}

.tyre-brand-page__benefits span,
.tyre-brand-page__benefits strong,
.tyre-brand-page__benefits small {
    display: block;
}

.tyre-brand-page__benefits strong {
    color: #102a3a;
    font-size: 0.82rem;
    line-height: 1.25;
}

.tyre-brand-page__benefits small {
    margin-top: 0.12rem;
    color: #405d68;
    font-size: 0.68rem;
    line-height: 1.35;
}

.tyre-brand-page__chooser {
    scroll-margin-top: 1rem;
    margin: 0;
    padding: 0;
    background: var(--pp-surface);
}

.tyre-brand-page__chooser > summary {
    display: flex;
}

.tyre-brand-page__chooser-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tyre-brand-page__chooser-heading > div > p:last-child {
    margin: 0.3rem 0 0;
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.tyre-brand-page__chooser-grid > div {
    min-width: 0;
    padding: 0.85rem;
    border-radius: 0.8rem;
    background: #fff;
}

.tyre-brand-page__chooser-grid h3 {
    margin: 0 0 0.65rem;
    color: var(--pp-ink);
    font-size: 0.86rem;
}

.tyre-brand-page__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tyre-brand-page__chips a,
.tyre-brand-page__active-filter {
    display: inline-flex;
    min-height: 2.25rem;
    padding: 0.38rem 0.65rem;
    align-items: center;
    gap: 0.25rem;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    color: var(--pp-ink-soft);
    background: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
}

.tyre-brand-page__chips a:hover,
.tyre-brand-page__chips a:focus-visible,
.tyre-brand-page__chips a[aria-current="page"] {
    border-color: var(--pp-primary);
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-brand-page__chips a span {
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.tyre-brand-page__active-filters {
    display: flex;
    margin: -0.25rem 0 1rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tyre-brand-page__active-filter {
    min-height: 0;
    background: var(--pp-primary-soft);
}

.tyre-brand-page__active-filter:hover,
.tyre-brand-page__active-filter:focus-visible {
    border-color: var(--pp-primary);
    color: var(--pp-primary-dark);
    background: #fff;
}

.tyre-brand-page__active-filter span {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.tyre-brand-page__clear-filters {
    margin-left: auto;
    color: var(--pp-primary-dark);
    font-size: 0.74rem;
    font-weight: 780;
}

.tyre-brand-page__catalog-layout {
    margin-top: clamp(1.35rem, 3vw, 2rem);
}

.tyre-brand-page__description {
    display: grid;
    margin-top: clamp(2rem, 5vw, 4rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(14rem, 0.4fr) minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 2.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-brand-page__description h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.35rem, 3vw, 2rem);
    letter-spacing: -0.025em;
}

.tyre-brand-page__description > div:last-child {
    color: var(--pp-ink-soft);
    line-height: 1.7;
}

.tyre-brand-page__description > div:last-child p {
    margin: 0;
}

.tyre-brand-page__description > div:last-child p + p {
    margin-top: 0.75rem;
}

.tyre-brand-page__chooser .catalog-filter-checks--scroll {
    max-height: 12rem;
}

.tyre-brand-page__models {
    margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.tyre-brand-page__models .tyre-season-model-card__media {
    min-height: 10.5rem;
}

.tyre-brand-page__models .tyre-season-model-card__name {
    margin-top: 0;
}

.tyre-brand-page__model-name {
    margin-bottom: 0;
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 1rem;
    line-height: 1.25;
}

.tyre-brand-page__model-offer {
    display: grid;
    width: 100%;
    margin-top: 0.7rem;
    padding: 0.62rem 0.68rem;
    border-radius: 0.65rem;
    background: var(--pp-primary-soft);
}

.tyre-brand-page__model-offer > small,
.tyre-brand-page__model-offer > span {
    color: var(--pp-muted);
    font-size: 0.66rem;
    line-height: 1.4;
}

.tyre-brand-page__model-offer > strong {
    color: var(--pp-primary-dark);
    font-size: 1.28rem;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.tyre-brand-page__model-offer > strong span {
    font-size: 0.62em;
    letter-spacing: 0;
}

.tyre-brand-page__model-offer > span data {
    color: var(--pp-ink-soft);
    font-weight: 850;
}

.tyre-brand-page__model-offer--unavailable {
    background: var(--pp-surface-soft);
}

.tyre-brand-page__model-offer--unavailable > strong {
    color: var(--pp-ink-soft);
    font-size: 0.78rem;
    letter-spacing: 0;
}

.tyre-brand-page__model-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tyre-brand-page__model-facts--single {
    grid-template-columns: minmax(0, 1fr);
}

.tyre-brand-page__models .tyre-season-model-card__facts > span {
    display: flex;
    min-height: 3.25rem;
    flex-direction: column;
    justify-content: center;
}

@media (prefers-reduced-motion: no-preference) {
    .tyre-category-visual-card__media img,
    .tyre-season-visual-card__media img,
    .guide-category-visual-card__media img,
    .guide-article-visual-card__media img {
        transition: transform 180ms ease;
    }

    .tyre-category-visual-card:hover img,
    .tyre-category-visual-card:focus-visible img,
    .tyre-season-visual-card:hover img,
    .tyre-season-visual-card:focus-visible img,
    .guide-category-visual-card:hover img,
    .guide-article-visual-card:hover img,
    .guide-article-visual-card:focus-within img {
        transform: scale(1.025);
    }
}

@media (max-width: 991.98px) {
    .tyre-season-size-rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .tyre-season-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-brand-directory__hero,
    .tyre-brand-page__hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-brand-directory__summary {
        width: fit-content;
        min-width: 9rem;
    }

    .tyre-brand-page__hero .tyre-brand-mark {
        order: 1;
    }

    .tyre-brand-page__intro {
        order: 2;
    }

    .tyre-brand-page__benefits {
        width: 100%;
        order: 3;
    }

    .tyre-brand-page__description {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-brand-directory__grid,
    .tyre-brand-directory__grid--compact,
    .tyre-brand-page__chooser-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .tyre-season-section-heading,
    .tyre-season-products-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-season-products-heading .catalog-result-count {
        min-width: 6.5rem;
        width: auto;
        padding: 0.65rem 0.9rem;
        align-items: baseline;
        grid-auto-flow: column;
        gap: 0.35rem;
    }

    .tyre-season-products-heading .catalog-result-count span {
        margin: 0;
    }

    .tyre-brand-directory__hero {
        padding: 1.15rem;
    }

    .tyre-brand-directory__heading,
    .tyre-brand-page__chooser-heading,
    .tyre-brand-page__products-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-brand-directory__grid,
    .tyre-brand-directory__grid--compact,
    .tyre-brand-page__chooser-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-brand-tile {
        min-height: 4.8rem;
    }

    .tyre-brand-page__hero {
        padding: 1rem;
    }

    .tyre-brand-page__benefits {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-brand-page__benefits > li {
        padding: 0.65rem 0.55rem;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .tyre-brand-page__benefits > li:last-child {
        grid-column: 1 / -1;
        grid-template-columns: 1.5rem minmax(0, auto);
        justify-content: center;
        text-align: left;
    }

    .tyre-brand-page__benefits small {
        font-size: 0.64rem;
    }

    .tyre-brand-page__benefits strong {
        font-size: 0.76rem;
    }

    .tyre-brand-page__hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-brand-page__hero-actions .btn {
        width: 100%;
    }
}

/* Installment guide ----------------------------------------------------- */

.guide-installments-hero {
    grid-template-columns: minmax(18rem, 1.05fr) minmax(25rem, .95fr);
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 214, 74, .24), transparent 30%),
        linear-gradient(125deg, #0a2925, #143f37);
}

.storefront-shell .installment-benefit__guide-link {
    color: #fff;
    font-size: .76rem;
    font-weight: 850;
    text-align: center;
    text-underline-offset: .18em;
}

.storefront-shell .installment-benefit__guide-link:hover,
.storefront-shell .installment-benefit__guide-link:focus-visible {
    color: #fff;
}

.guide-installments-hero h1 {
    max-width: 14ch;
}

.guide-installments-hero__plan {
    display: grid;
    min-width: 0;
    gap: .9rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 1.25rem;
    color: #25332f;
    background: linear-gradient(145deg, #fffdf4, #ffefa9);
    box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, .24);
}

.guide-installments-hero__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.guide-installments-hero__brand img {
    width: 6.2rem;
    height: auto;
}

.guide-installments-hero__brand strong {
    padding: .4rem .7rem;
    border: 1px solid rgba(78, 56, 0, .18);
    border-radius: 999px;
    color: #3b2b00;
    background: rgba(255, 255, 255, .72);
    font-size: .78rem;
    white-space: nowrap;
}

.guide-installments-hero__plan > p {
    margin: .15rem 0 0;
    color: #604a0a;
    font-size: .78rem;
    font-weight: 800;
}

.guide-installments-equation {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.15fr);
    align-items: stretch;
    gap: .35rem;
}

.guide-installments-equation span,
.guide-installments-equation strong {
    display: grid;
    min-width: 0;
    min-height: 4rem;
    padding: .6rem;
    place-items: center;
    border-radius: .75rem;
    text-align: center;
    font-size: .72rem;
    line-height: 1.25;
}

.guide-installments-equation span {
    border: 1px solid rgba(74, 52, 0, .12);
    background: rgba(255, 255, 255, .62);
}

.guide-installments-equation strong {
    color: #fff;
    background: #087f5b;
}

.guide-installments-equation b {
    display: grid;
    place-items: center;
    color: #826412;
    font-size: 1rem;
}

.guide-installments-hero__plan > small {
    color: #705916;
    font-size: .68rem;
    line-height: 1.45;
}

.guide-installments-benefits article {
    min-height: 12.5rem;
}

.guide-installments-benefits article > span .store-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.guide-installments-example {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr);
    align-items: center;
    gap: clamp(1.5rem, 5vw, 4rem);
    padding: clamp(1.4rem, 4vw, 3rem);
    border: 1px solid #e9c84e;
    border-radius: var(--pp-radius-lg);
    background: linear-gradient(145deg, #fffdf5, #fff4bd);
    box-shadow: var(--pp-shadow-sm);
}

.guide-installments-example h2 {
    max-width: 19ch;
}

.guide-installments-example__copy > p:not(.store-eyebrow) {
    max-width: 46rem;
    margin-bottom: .75rem;
}

.guide-installments-example__copy .guide-installments-example__note {
    margin: 0;
    color: #715911;
    font-size: .74rem;
}

.guide-installments-example__math {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: .7rem;
}

.guide-installments-example__math > div {
    display: grid;
    min-width: 0;
    gap: .4rem;
    padding: 1.2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 .6rem 1.5rem rgba(81, 61, 0, .08);
}

.guide-installments-example__math small {
    color: #725a17;
    font-size: .7rem;
    font-weight: 800;
}

.guide-installments-example__math strong {
    color: #20352f;
    font-size: clamp(1.35rem, 3vw, 2.15rem);
    letter-spacing: -.045em;
}

.guide-installments-example__math strong em {
    font-size: .42em;
    font-style: normal;
    letter-spacing: 0;
}

.guide-installments-example__math > span {
    color: #087f5b;
    font-size: 1.5rem;
    font-weight: 900;
}

.guide-installments-flow {
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: linear-gradient(145deg, #fff, #f2f8f6);
    box-shadow: var(--pp-shadow-sm);
}

.guide-installments-flow > ol {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    list-style: none;
}

.guide-installments-flow > ol li {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: .75rem;
    padding: 1rem;
    border-radius: .9rem;
    background: #fff;
}

.guide-installments-flow > ol li > strong {
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pp-primary);
}

.guide-installments-flow h3 {
    margin: 0 0 .35rem;
    color: var(--pp-navy);
    font-size: .95rem;
}

.guide-installments-flow li p {
    margin: 0;
    font-size: .78rem;
    line-height: 1.5;
}

.guide-installments-zero-card__mark {
    margin: 0 0 1rem !important;
    color: #123e35 !important;
    font-size: clamp(3.5rem, 8vw, 6rem) !important;
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: .9;
}

.guide-installments-zero-card__mark span {
    color: var(--pp-primary);
}

.guide-installments-zero-card h3 {
    margin-bottom: .65rem;
    color: var(--pp-navy);
    font-size: 1.2rem;
}

.guide-installments-zero-card > p:last-child {
    font-size: .8rem;
    line-height: 1.55;
}

.guide-installments-clarity {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.35rem, 4vw, 2.4rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background: linear-gradient(130deg, #0a2925, #154a3f);
    box-shadow: var(--pp-shadow);
}

.guide-installments-clarity > div:first-child {
    max-width: 48rem;
}

.guide-installments-clarity .store-eyebrow {
    color: #91e0c8;
}

.guide-installments-clarity h2 {
    color: #fff;
}

.guide-installments-clarity p:not(.store-eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, .76);
}

.guide-installments-clarity__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .6rem;
}

.guide-installments-clarity .btn-outline-primary {
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
}

@media (max-width: 991.98px) {
    .guide-installments-hero,
    .guide-installments-example {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-installments-flow > ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-installments-clarity {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .guide-installments-hero__plan {
        padding: 1rem;
    }

    .guide-installments-hero__brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .guide-installments-equation {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-installments-equation b {
        min-height: 1rem;
    }

    .guide-installments-example,
    .guide-installments-flow,
    .guide-installments-clarity {
        padding: 1rem;
    }

    .guide-installments-example__math,
    .guide-installments-flow > ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-installments-example__math > span {
        justify-self: center;
        transform: rotate(90deg);
    }

    .guide-installments-clarity__actions,
    .guide-installments-clarity__actions .btn {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .catalog-visual-hero,
    .marketplace-hero,
    .workshop-directory__hero,
    .workshop-profile__showcase,
    .workshop-demo-preview,
    .size-directory-visual-hero,
    .guide-editorial-hero,
    .guide-author-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    /* Keep the workshop hero as dark as the tyre catalogue on every mobile
       layout, including phones used in landscape orientation. */
    .workshop-directory__hero {
        border-color: transparent;
        color: #fff;
        background:
            radial-gradient(circle at 5% 0%, rgba(8, 127, 91, 0.52), transparent 34%),
            linear-gradient(125deg, var(--pp-navy-deep), var(--pp-navy));
        box-shadow: var(--pp-shadow);
    }

    .storefront-shell .workshop-directory__hero h1 {
        color: #fff;
    }

    .workshop-directory__hero .store-eyebrow {
        color: #b9f0df;
    }

    .workshop-directory__hero p:last-child {
        color: rgba(255, 255, 255, 0.78);
    }

    .marketplace-hero__visual {
        min-height: 14rem;
        width: 100%;
        height: auto;
        max-height: 18rem;
        margin-left: 0;
        aspect-ratio: 16 / 7;
    }

    .catalog-visual-hero__copy,
    .workshop-directory__hero > div:first-child {
        width: min(76%, 48rem);
    }

    .workshop-profile__showcase .workshop-profile__cover,
    .workshop-profile__showcase .workshop-profile__cover img {
        min-height: 19rem;
        max-height: 22rem;
    }

    .workshop-profile__showcase--unclaimed,
    .workshop-profile-owner-claim {
        grid-template-columns: minmax(0, 1fr);
    }

    .workshop-profile__showcase--unclaimed .workshop-profile__cover,
    .workshop-profile__showcase--unclaimed .workshop-profile__cover img {
        min-height: 14rem;
        max-height: 18rem;
    }

    .workshop-profile-owner-claim__action {
        width: fit-content;
        min-width: 12rem;
    }

    .workshop-demo-preview > .store-eyebrow,
    .workshop-demo-preview > h2 {
        grid-column: auto;
    }

    .workshop-demo-preview > .store-eyebrow {
        margin-bottom: -0.65rem;
    }

    .workshop-demo-preview__media {
        min-height: 18rem;
        max-height: 22rem;
    }

    .guide-editorial-hero__media,
    .size-directory-visual-hero__media {
        min-height: 18rem;
        max-height: 22rem;
        aspect-ratio: 16 / 7;
    }

    .guide-author-hero__badge {
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        text-align: left;
    }

    .guide-author-hero__badge > span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .accessory-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .accessory-detail__hero {
        grid-template-columns: minmax(10rem, 0.5fr) minmax(0, 1fr);
    }

    .accessory-variant-row {
        grid-template-columns: 1fr;
    }

    .accessory-variant-row__offer {
        align-items: flex-start;
        padding: 1rem 0 0;
        border-top: 1px solid var(--pp-line);
        border-left: 0;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .tyre-season-quick-sizes,
    .tyre-season-models {
        padding: 1rem;
    }

    .tyre-season-section-heading,
    .tyre-season-products-heading {
        align-items: flex-start;
    }

    .tyre-season-section-heading > a {
        padding-top: 0.2rem;
    }

    .tyre-season-size-rail,
    .tyre-season-model-grid {
        display: grid;
        margin-right: -1rem;
        padding-right: 1rem;
        grid-template-columns: none;
        grid-auto-flow: column;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-width: thin;
    }

    .tyre-season-size-rail {
        grid-auto-columns: minmax(8.75rem, 42vw);
    }

    .tyre-season-model-grid {
        grid-auto-columns: minmax(18rem, 82vw);
    }

    .tyre-season-size-link,
    .tyre-season-model-card {
        scroll-snap-align: start;
    }

    .tyre-season-model-card__media {
        min-height: 12rem;
    }

    .catalog-visual-hero {
        margin-bottom: 1rem !important;
    }

    .catalog-visual-hero + section .size-finder--standalone {
        padding: 1rem;
    }

    .catalog-visual-hero + section .size-finder__intro {
        margin: 0.7rem 0 0.85rem;
        font-size: 0.86rem;
    }

    .catalog-visual-hero,
    .marketplace-hero,
    .workshop-directory__hero,
    .size-directory-visual-hero,
    .guide-author-hero {
        gap: 1.25rem;
        padding: 1.25rem;
    }

    .catalog-visual-hero,
    .workshop-directory__hero {
        min-height: 20rem;
        gap: 0;
        padding: 0;
    }

    .catalog-visual-hero,
    .marketplace-hero,
    .workshop-directory__hero {
        position: relative;
        isolation: isolate;
    }

    .catalog-visual-hero__copy,
    .marketplace-hero > div:first-child,
    .marketplace-hero__action,
    .workshop-directory__hero > div:first-child {
        position: relative;
        z-index: 1;
    }

    .catalog-visual-hero__copy,
    .workshop-directory__hero > div:first-child {
        width: 100%;
        padding: 1.25rem;
    }

    .storefront-shell .catalog-visual-hero h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    .catalog-visual-hero__copy > p:not(.store-eyebrow) {
        font-size: 0.92rem;
    }

    .catalog-visual-hero__media,
    .marketplace-hero__visual,
    .workshop-directory__visual {
        position: absolute;
        z-index: 0;
        inset: 0;
        width: 100%;
        min-height: 0;
        max-height: none;
        height: 100%;
        aspect-ratio: auto;
        border: 0;
        border-radius: inherit;
        background: transparent;
        box-shadow: none;
        pointer-events: none;
    }

    .catalog-visual-hero__media img,
    .marketplace-hero__visual img,
    .workshop-directory__visual img {
        opacity: 0.18;
    }

    .catalog-visual-hero__media img {
        opacity: 1;
    }

    .catalog-visual-hero__media::before {
        background:
            linear-gradient(90deg, rgba(5, 20, 33, 0.99) 0%, rgba(6, 24, 38, 0.95) 60%, rgba(7, 30, 44, 0.3) 100%),
            linear-gradient(0deg, rgba(5, 20, 33, 0.7) 0%, transparent 48%);
    }

    .catalog-visual-hero__media figcaption,
    .marketplace-hero__visual figcaption {
        display: none;
    }

    .marketplace-hero__visual-stack {
        position: static;
    }

    .workshop-directory__hero {
        min-height: 20rem;
        align-items: center;
        border: 0;
    }

    .workshop-directory__hero > div:first-child {
        display: block;
        max-width: none;
    }

    .workshop-directory__visual img {
        opacity: 1;
        filter: none;
        object-position: 72% center;
    }

    .workshop-directory__visual::before {
        background: linear-gradient(90deg, rgba(5, 20, 33, 0.99) 0%, rgba(6, 24, 38, 0.95) 60%, rgba(7, 30, 44, 0.34) 100%);
    }

    .workshop-directory__visual::after {
        display: block;
        background: linear-gradient(0deg, rgba(5, 20, 33, 0.72), transparent 48%);
    }

    .storefront-shell .workshop-directory__hero h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
        letter-spacing: -0.045em;
        line-height: 1.05;
    }

    .workshop-directory__hero p:last-child {
        max-width: 44rem;
        margin-top: 1rem;
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .workshop-directory__visual .catalog-result-count {
        display: none;
    }

    .catalog-visual-hero__links,
    .catalog-visual-hero__links .btn {
        width: 100%;
    }

    .catalog-visual-hero__links .btn {
        justify-content: center;
    }

    .workshop-profile__showcase .workshop-profile__header {
        padding: 1.25rem;
    }

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

    .workshop-service-table article {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .workshop-service-table article > div:last-child {
        grid-column: 2;
        text-align: left;
    }

    .accessory-visual-hero {
        min-height: 22rem;
        padding: 1.25rem;
    }

    .accessory-visual-hero::after {
        background:
            linear-gradient(90deg, rgba(5, 20, 33, 0.96), rgba(5, 20, 33, 0.54)),
            linear-gradient(0deg, rgba(5, 20, 33, 0.82), transparent 56%);
    }

    .accessory-visual-hero__media img {
        object-position: 63% center;
    }

    .storefront-shell .size-directory-visual-hero h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    .guide-editorial-hero__copy > p:not(.store-eyebrow) {
        font-size: 0.92rem;
    }

    .guide-editorial-hero__copy {
        padding: 1.25rem;
    }

    .guide-category-visual-card__media {
        aspect-ratio: 16 / 7;
    }

    .guide-article-visual-card__media {
        aspect-ratio: 16 / 6;
    }

    .guide-topic-clusters {
        gap: 3rem;
    }

    .guide-topic-cluster {
        scroll-margin-top: 5rem;
    }

    .guide-topic-cluster__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .guide-topic-cluster__actions {
        width: 100%;
        justify-content: space-between;
    }

    .guide-topic-cluster__intro {
        margin-bottom: 1rem;
        font-size: 0.92rem;
    }

    .guide-topic-cluster__more > summary {
        width: 100%;
        justify-content: center;
        border-radius: 0.85rem;
    }

    .guide-collection__heading,
    .guide-collection__next {
        align-items: flex-start;
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-collection__heading {
        flex-direction: column;
    }

    .guide-collection__next > div:last-child {
        width: 100%;
        justify-content: stretch;
    }

    .guide-collection__next .btn {
        flex: 1 1 12rem;
    }

    .guide-collection-pagination {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .guide-collection-pagination > div {
        grid-column: 1 / -1;
        grid-row: 1;
        flex-wrap: wrap;
    }

    .guide-collection-pagination > a {
        grid-row: 2;
    }

    .guide-collection-pagination > a[rel="prev"] {
        grid-column: 1;
    }

    .guide-collection-pagination > a[rel="next"] {
        grid-column: 2;
    }

    .accessory-category-grid {
        grid-template-columns: 1fr;
    }

    .accessory-detail__hero {
        grid-template-columns: 1fr;
    }

    .accessory-product-anchor-nav {
        margin-top: 0.75rem;
        border-radius: 0.9rem;
    }

    .accessory-product-specification {
        grid-template-columns: minmax(0, 1fr);
    }

    .accessory-product-specification dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .accessory-product-story__header,
    .accessory-product-story__details {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .accessory-product-story__header {
        align-items: start;
    }

    .accessory-product-story__benefits {
        grid-template-columns: minmax(0, 1fr);
    }

    .accessory-detail__visual {
        max-width: 13rem;
    }

    .accessory-detail__gallery {
        max-width: none;
    }

    .accessory-variants__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .accessory-variant-row__identity dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .accessory-editorial {
        padding: 1rem;
        border-radius: 0.95rem;
    }

    .accessory-product-story__benefits article {
        padding: 0.85rem;
    }

    .accessory-product-story__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .accessory-product-story__footer .btn {
        width: 100%;
    }

    .workshop-locality-suggestion {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        padding: 0.8rem;
    }

    .workshop-locality-suggestion .btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .catalog-visual-hero__media figcaption,
    .marketplace-hero__visual figcaption {
        right: 0.55rem;
        bottom: 0.55rem;
        left: 0.55rem;
        padding: 0.6rem 0.65rem;
    }

    .catalog-visual-hero__media figcaption small,
    .marketplace-hero__visual figcaption small {
        display: none;
    }

    .tyre-category-visual-card__media,
    .tyre-season-visual-card__media {
        aspect-ratio: 16 / 7;
    }

    .workshop-profile__showcase .workshop-profile__cover,
    .workshop-profile__showcase .workshop-profile__cover img {
        min-height: 14rem;
        max-height: 17rem;
    }

    .workshop-profile__cover-note {
        right: 0.7rem;
        bottom: 0.7rem;
        left: 0.7rem;
        padding: 0.7rem;
    }

    .workshop-profile__cover-note small {
        display: none;
    }

    .workshop-profile__showcase .workshop-profile__identity {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .workshop-profile__showcase .workshop-profile__logo {
        width: 3.4rem;
        height: 3.4rem;
    }

    .workshop-profile__showcase .workshop-profile__header h1 {
        font-size: 1.65rem;
    }

    .workshop-profile__showcase--unclaimed .workshop-profile__cover,
    .workshop-profile__showcase--unclaimed .workshop-profile__cover img {
        min-height: 10.5rem;
        max-height: 12rem;
    }

    .workshop-profile-owner-claim {
        padding: 1rem;
    }

    .workshop-profile-owner-claim__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workshop-profile-owner-claim__action,
    .workshop-profile-owner-claim__action .btn {
        width: 100%;
    }

    .workshop-profile__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workshop-demo-preview {
        padding: 1rem;
    }

    .workshop-profile .marketplace-demo-banner {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }

    .workshop-demo-preview__media {
        min-height: 13rem;
    }

    .accessory-visual-hero {
        grid-template-columns: minmax(0, 1fr);
        align-content: end;
    }

    .accessory-visual-hero__count {
        width: fit-content;
        min-width: 7.5rem;
        align-items: center;
        flex-direction: column;
        justify-content: initial;
        gap: 0;
    }

    .guide-editorial-hero__media,
    .size-directory-visual-hero__media {
        width: 100%;
        min-height: 0;
        height: clamp(12rem, 56.25vw, 14rem);
        aspect-ratio: auto;
    }

    .guide-editorial-hero__media figcaption,
    .size-directory-visual-hero__media figcaption {
        right: 0.55rem;
        bottom: 0.55rem;
        left: 0.55rem;
        padding: 0.6rem 0.65rem;
    }

    .guide-editorial-hero__media figcaption {
        padding-right: 3.75rem;
        overflow-wrap: anywhere;
    }

    .size-directory-visual-hero__media figcaption small {
        display: none;
    }

    .guide-author-hero__badge {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .guide-author-hero__badge > span {
        width: 3.5rem;
        height: 3.5rem;
    }
}

/* Decision-first public directories ------------------------------------ */

.catalog-visual-hero,
.accessory-visual-hero,
.marketplace-hero,
.workshop-directory__hero {
    min-height: clamp(18rem, 23vw, 21rem);
}

/* Public information and trust pages ---------------------------------- */

.store-information-page {
    min-width: 0;
}

.store-information-hero {
    grid-template-columns: minmax(0, 1fr);
}

.store-information-hero .accessory-visual-hero__copy {
    max-width: 47rem;
}

.store-information-hero .accessory-catalog__intro {
    max-width: 44rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.5vw, 1.14rem);
    line-height: 1.65;
}

.store-information-notice {
    display: grid;
    margin: 0 0 1.25rem;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d9e7f2;
    border-radius: var(--pp-radius);
    color: #24435d;
    background: #f4f9fd;
}

.store-information-notice .store-icon {
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.05rem;
    color: var(--pp-primary);
}

.store-information-notice p {
    margin: 0;
    line-height: 1.6;
}

.store-information-actions {
    display: flex;
    margin: 0 0 1.25rem;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.store-information-actions .btn {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding-inline: 1.1rem;
    font-weight: 800;
}

.store-information-actions .store-icon {
    width: 1rem;
    height: 1rem;
}

.store-information-grid {
    display: grid;
    margin: 0 0 1.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.store-information-card {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.9rem;
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border: 1px solid #dce6ee;
    border-radius: var(--pp-radius);
    background: #fff;
    box-shadow: 0 0.65rem 1.6rem rgba(16, 42, 67, 0.07);
}

.store-information-card__icon {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    color: #08755f;
    background: #e7f7f2;
}

.store-information-card__icon .store-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.store-information-card h2 {
    margin: 0;
    color: var(--pp-navy-deep);
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    letter-spacing: -0.025em;
}

.store-information-card h2 + p {
    margin: 0.45rem 0 0;
    color: #506b82;
    line-height: 1.55;
}

.store-information-card ul {
    display: grid;
    margin: 0.85rem 0 0;
    padding: 0;
    gap: 0.55rem;
    list-style: none;
}

.store-information-card li {
    position: relative;
    padding-left: 1.15rem;
    color: #294761;
    line-height: 1.55;
}

.store-information-card li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--pp-success);
    content: "";
}

.store-information-help {
    display: grid;
    margin: 1.25rem 0 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background: linear-gradient(120deg, #0b2a43, #0c4f5d);
}

.store-information-help .store-eyebrow {
    margin-bottom: 0.35rem;
    color: #a8ead8;
}

.store-information-help h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.store-information-help p:not(.store-eyebrow) {
    max-width: 47rem;
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.8);
}

.store-information-help .btn {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.store-information-help .store-icon {
    width: 1.05rem;
    height: 1.05rem;
}

@media (max-width: 767.98px) {
    .store-information-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .store-information-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .store-information-card__icon {
        width: 2.45rem;
        height: 2.45rem;
    }

    .store-information-help {
        grid-template-columns: minmax(0, 1fr);
    }

    .store-information-help .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .store-information-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .store-information-actions .btn {
        width: 100%;
    }

    .store-information-notice {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Rich trust-page layouts -------------------------------------------- */

.store-information-hero {
    margin-bottom: 1.25rem;
}

.trust-section,
.trust-stat-strip,
.installment-benefit,
.payment-availability-note,
.payment-principles,
.faq-overview,
.faq-groups,
.faq-next-step {
    margin-bottom: 1.35rem;
}

.trust-section {
    padding: clamp(1.15rem, 3vw, 2rem);
    border: 1px solid #dce7ef;
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: 0 0.8rem 2.3rem rgba(16, 42, 67, 0.07);
}

.trust-section-heading {
    max-width: 50rem;
    margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.trust-section-heading--centered {
    margin-inline: auto;
    text-align: center;
}

.trust-section-heading .store-eyebrow,
.carrier-showcase__copy .store-eyebrow,
.payment-method-preview__heading .store-eyebrow,
.tyre-spec-story__copy .store-eyebrow,
.faq-overview .store-eyebrow {
    margin-bottom: 0.35rem;
}

.trust-section-heading h2,
.carrier-showcase__copy h2,
.payment-method-preview__heading h2,
.tyre-spec-story__copy h2,
.faq-overview h2,
.faq-next-step h2 {
    margin: 0;
    color: var(--pp-navy-deep);
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    letter-spacing: -0.035em;
}

.trust-section-heading > p:last-child,
.carrier-showcase__copy > p:not(.store-eyebrow),
.payment-method-preview__heading > div > p:last-child,
.tyre-spec-story__copy > p:not(.store-eyebrow),
.faq-overview > div > p:last-child {
    margin: 0.55rem 0 0;
    color: #526c82;
    line-height: 1.65;
}

.trust-stat-strip {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #d9e6ee;
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: 0 0.65rem 1.7rem rgba(16, 42, 67, 0.06);
}

.trust-stat-strip > div {
    display: grid;
    min-width: 0;
    gap: 0.2rem;
    padding: clamp(1rem, 2.7vw, 1.45rem);
}

.trust-stat-strip > div + div {
    border-left: 1px solid #e1eaf1;
}

.trust-stat-strip strong {
    color: #08755f;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.trust-stat-strip span {
    color: #506a81;
    font-size: 0.9rem;
    line-height: 1.4;
}

.trust-stat-strip--why strong {
    color: var(--pp-primary);
}

/* Delivery */

.delivery-destinations {
    background:
        radial-gradient(circle at 100% 0, rgba(18, 165, 139, 0.08), transparent 32%),
        #fff;
}

.delivery-destinations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.delivery-destination-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border: 1px solid #dce8ef;
    border-top: 0.28rem solid #11a58b;
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.92);
}

.delivery-destination-card:nth-child(2) {
    border-top-color: #1d72c9;
}

.delivery-destination-card:nth-child(3) {
    border-top-color: #f1a51f;
}

.delivery-destination-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
}

.delivery-destination-card__icon {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    color: #08755f;
    background: #e5f7f2;
}

.delivery-destination-card:nth-child(2) .delivery-destination-card__icon {
    color: #1765ad;
    background: #e8f2fc;
}

.delivery-destination-card:nth-child(3) .delivery-destination-card__icon {
    color: #9a6200;
    background: #fff3d8;
}

.delivery-destination-card__icon .store-icon {
    width: 1.55rem;
    height: 1.55rem;
}

.delivery-destination-card__number {
    color: #c5d2dc;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.delivery-destination-card h3 {
    margin: 1rem 0 0;
    color: var(--pp-navy-deep);
    font-size: 1.18rem;
    letter-spacing: -0.025em;
}

.delivery-destination-card > p {
    margin: 0.4rem 0 0;
    color: #536e84;
    line-height: 1.55;
}

.delivery-destination-card ul {
    display: grid;
    margin: 1rem 0 0;
    padding: 0;
    gap: 0.65rem;
    list-style: none;
}

.delivery-destination-card li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.5rem;
    color: #29475f;
    font-size: 0.92rem;
    line-height: 1.5;
}

.delivery-destination-card li .store-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
    color: #0b8e75;
}

.carrier-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
    align-items: center;
    gap: clamp(1.25rem, 4vw, 3rem);
    color: #fff;
    border-color: #133d55;
    background:
        radial-gradient(circle at 88% 20%, rgba(27, 194, 161, 0.18), transparent 35%),
        linear-gradient(125deg, #071f32, #0b4051);
}

.carrier-showcase__copy .store-eyebrow {
    color: #8fe4d1;
}

.carrier-showcase__copy h2 {
    color: #fff;
}

.carrier-showcase__copy > p:not(.store-eyebrow) {
    color: rgba(255, 255, 255, 0.78);
}

.carrier-showcase__note {
    display: grid;
    margin-top: 1.1rem;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.07);
}

.carrier-showcase__note .store-icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.14rem;
    color: #8fe4d1;
}

.carrier-showcase__note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.86rem;
    line-height: 1.5;
}

.carrier-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.carrier-logo-card {
    display: grid;
    min-width: 0;
    gap: 0.55rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
}

.carrier-logo-card__mark {
    display: flex;
    min-height: 5.4rem;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border-radius: 0.72rem;
    background: #fff;
}

.carrier-logo-card__mark img {
    display: block;
    width: 100%;
    max-width: 8.5rem;
    height: 3.6rem;
    object-fit: contain;
}

.carrier-logo-card--inpost .carrier-logo-card__mark img {
    height: 4.2rem;
}

.carrier-logo-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.74rem;
    line-height: 1.3;
}

.delivery-timeline ol {
    position: relative;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
}

.delivery-timeline ol::before {
    position: absolute;
    top: 1.65rem;
    right: 10%;
    left: 10%;
    height: 0.12rem;
    background: #d7e6ed;
    content: "";
}

.delivery-timeline li {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 0.65rem;
    text-align: center;
}

.delivery-timeline li > span {
    display: inline-flex;
    width: 3.3rem;
    height: 3.3rem;
    align-items: center;
    justify-content: center;
    border: 0.3rem solid #fff;
    border-radius: 50%;
    color: #08755f;
    background: #e4f7f2;
    box-shadow: 0 0 0 1px #d4e8e2;
}

.delivery-timeline li > span .store-icon {
    width: 1.4rem;
    height: 1.4rem;
}

.delivery-timeline li div {
    display: grid;
    gap: 0.15rem;
}

.delivery-timeline strong {
    color: var(--pp-navy-deep);
    font-size: 0.94rem;
}

.delivery-timeline small {
    color: #63798b;
    line-height: 1.4;
}

.delivery-timeline .trust-section-heading--centered {
    display: grid;
    justify-items: center;
}

.delivery-timeline .trust-section-heading--centered .store-eyebrow {
    width: 100%;
    justify-content: center;
    text-align: center;
}

/* Payments */

.installment-benefit {
    position: relative;
    isolation: isolate;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.8fr);
    align-items: center;
    gap: clamp(1.25rem, 4vw, 3rem);
    padding: clamp(1.35rem, 4vw, 2.5rem);
    border: 1px solid #4b2762;
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(207, 172, 232, 0.28), transparent 27%),
        radial-gradient(circle at 8% 100%, rgba(140, 89, 178, 0.24), transparent 35%),
        linear-gradient(125deg, #190728 0%, #2d0f46 58%, #482361 100%);
    box-shadow: 0 1rem 2.8rem rgba(33, 9, 58, 0.22);
}

.installment-benefit::after {
    position: absolute;
    z-index: -1;
    right: -4rem;
    bottom: -6rem;
    width: 17rem;
    height: 17rem;
    border: 2.5rem solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    content: "";
}

.installment-benefit__copy {
    min-width: 0;
}

.installment-benefit__copy .store-eyebrow {
    color: #dec6ee;
}

.storefront-shell .installment-benefit__copy h2 {
    max-width: 17ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    letter-spacing: -0.055em;
    line-height: 1;
    text-wrap: balance;
}

.installment-benefit__copy > p:not(.store-eyebrow) {
    max-width: 46rem;
    margin: 0.9rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

.installment-benefit__copy ul {
    display: grid;
    margin: 1.2rem 0 0;
    padding: 0;
    gap: 0.65rem;
    list-style: none;
}

.installment-benefit__copy li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
}

.installment-benefit__copy li .store-icon {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.18rem;
    color: #dec6ee;
}

.installment-benefit__visual {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(0.5rem);
}

.installment-benefit__brand {
    display: grid;
    width: clamp(6.5rem, 11vw, 8.5rem);
    min-height: clamp(5.6rem, 9vw, 7rem);
    place-items: center;
    gap: 0.15rem;
    padding: 0.65rem;
    border-radius: 1rem;
    color: #fff;
    background: #fff;
    box-shadow: 0 0.8rem 2rem rgba(12, 2, 22, 0.26);
}

.installment-benefit__brand img {
    width: 100%;
    height: auto;
}

.installment-benefit__brand strong {
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    color: #fff;
    background: #4f246a;
    font-size: 0.86rem;
}

.installment-benefit__visual > div {
    display: grid;
    min-width: 0;
    gap: 0.2rem;
}

.installment-benefit__visual > div strong {
    color: #fff;
    font-size: clamp(1.15rem, 2.4vw, 1.55rem);
}

.installment-benefit__visual > div span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
    line-height: 1.45;
}

.installment-benefit__visual .btn {
    grid-column: 1 / -1;
    justify-content: space-between;
    min-height: 3rem;
    color: #102a43;
    font-weight: 850;
}

.installment-benefit__visual .btn .store-icon {
    width: 1rem;
    height: 1rem;
}

.payment-availability-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
    border: 1px solid #f0d69a;
    border-radius: var(--pp-radius);
    background: #fff9e9;
}

.payment-availability-note > span {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    color: #8a5700;
    background: #ffe9b8;
}

.payment-availability-note .store-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.payment-availability-note strong {
    color: #654000;
}

.payment-availability-note p {
    margin: 0.18rem 0 0;
    color: #725621;
    line-height: 1.55;
}

.payment-status__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.payment-status__grid--single {
    width: 100%;
    max-width: 48rem;
    grid-template-columns: minmax(0, 1fr);
}

.payment-status-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(1.1rem, 2.6vw, 1.55rem);
    border-radius: var(--pp-radius);
}

.payment-status-card--active {
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(92, 238, 202, 0.24), transparent 35%),
        linear-gradient(135deg, #073b3d, #096c60);
}

.payment-status-card--cash {
    border: 1px solid #e0e7ed;
    background: #f8fafc;
}

.payment-status-card__header {
    display: flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.payment-status-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.62rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.015em;
}

.payment-status-card__badge i {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
}

.payment-status-card--active .payment-status-card__badge {
    color: #bff8e8;
    background: rgba(255, 255, 255, 0.1);
}

.payment-status-card--cash .payment-status-card__badge {
    color: #08715f;
    background: #e2f5ef;
}

.payment-status-card__icon {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    color: #bff8e8;
    background: rgba(255, 255, 255, 0.1);
}

.payment-status-card__icon .store-icon {
    width: 1.55rem;
    height: 1.55rem;
}

.payment-status-card__provider {
    display: block;
    width: 8.8rem;
    height: 3.1rem;
    object-fit: contain;
}

.payment-status-card__provider--on-dark {
    padding: 0.35rem 0.5rem;
    border-radius: 0.65rem;
    background: #fff;
}

.payment-status-card h3 {
    margin: 1.1rem 0 0;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    letter-spacing: -0.03em;
}

.payment-status-card--active h3 {
    color: #fff;
}

.payment-status-card--cash h3 {
    color: var(--pp-navy-deep);
}

.payment-status-card > p {
    margin: 0.4rem 0 0;
    line-height: 1.55;
}

.payment-status-card--active > p {
    color: rgba(255, 255, 255, 0.78);
}

.payment-status-card--cash > p {
    color: #526c82;
}

.payment-status-card ul {
    display: grid;
    margin: 1rem 0 0;
    padding: 0;
    gap: 0.62rem;
    list-style: none;
}

.payment-status-card li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.5rem;
    font-size: 0.91rem;
    line-height: 1.5;
}

.payment-status-card--active li {
    color: rgba(255, 255, 255, 0.88);
}

.payment-status-card--cash li {
    color: #304d65;
}

.payment-status-card--cash .payment-status-card__icon {
    color: #08715f;
    background: #e2f5ef;
}

.payment-status-card li .store-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
    color: currentColor;
}

.payment-method-preview {
    background:
        linear-gradient(135deg, rgba(208, 50, 58, 0.045), transparent 40%),
        #fff;
}

.payment-method-preview__heading {
    display: grid;
    margin-bottom: 1.25rem;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 1rem;
}

.payment-method-preview__heading > div {
    max-width: 48rem;
}

.payment-method-preview__status {
    display: inline-flex;
    padding: 0.5rem 0.7rem;
    border: 1px solid #b9ded4;
    border-radius: 999px;
    color: #08715f;
    background: #e8f7f3;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.payment-method-preview__groups {
    display: grid;
    grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
    gap: 1rem;
}

.payment-method-preview__groups > div {
    min-width: 0;
    padding: 1rem;
    border: 1px solid #e0e7ed;
    border-radius: 0.9rem;
    background: rgba(248, 250, 252, 0.86);
}

.payment-method-preview__groups h3 {
    margin: 0 0 0.75rem;
    color: #304c63;
    font-size: 0.92rem;
}

.payment-logo-cloud {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.55rem;
    list-style: none;
}

.payment-logo-cloud--methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payment-logo-cloud--banks {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.payment-logo-cloud li {
    display: flex;
    min-width: 0;
    min-height: 4.3rem;
    align-items: center;
    justify-content: center;
    padding: 0.55rem;
    border: 1px solid #e2e8ee;
    border-radius: 0.7rem;
    background: #fff;
}

.payment-logo-cloud img {
    display: block;
    width: 100%;
    max-width: 6.8rem;
    height: 2.7rem;
    object-fit: contain;
}

.payment-method-preview__disclaimer {
    display: flex;
    margin: 1rem 0 0;
    align-items: flex-start;
    gap: 0.55rem;
    color: #607487;
    font-size: 0.84rem;
    line-height: 1.5;
}

.payment-method-preview__disclaimer .store-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.15rem;
    flex: 0 0 auto;
    color: #08755f;
}

.payment-principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.payment-principles article {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.9rem;
    padding: clamp(1rem, 2.3vw, 1.35rem);
    border: 1px solid #dce7ef;
    border-radius: var(--pp-radius);
    background: #fff;
}

.payment-principles article > span {
    display: inline-flex;
    width: 2.8rem;
    height: 2.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    color: #1768ad;
    background: #e9f3fc;
}

.payment-principles article > span .store-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.payment-principles h2 {
    margin: 0;
    color: var(--pp-navy-deep);
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

.payment-principles p {
    margin: 0.35rem 0 0;
    color: #536c82;
    line-height: 1.5;
}

.payment-principles ul {
    margin: 0.7rem 0 0;
    padding-left: 1.1rem;
    color: #304b62;
    line-height: 1.5;
}

.payment-principles li + li {
    margin-top: 0.35rem;
}

/* Why us */

.why-journey {
    overflow: hidden;
    background:
        radial-gradient(circle at 0 100%, rgba(31, 116, 197, 0.07), transparent 34%),
        #fff;
}

.why-journey__steps {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    counter-reset: why-step;
    list-style: none;
}

.why-journey__steps > li {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem;
    padding: 1.15rem;
    border: 1px solid #dce7ef;
    border-left: 0.28rem solid #1d72c9;
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.9);
}

.why-journey__steps > li:nth-child(2),
.why-journey__steps > li:nth-child(4) {
    border-left-color: #10a187;
}

.why-journey__number {
    position: absolute;
    top: 0.75rem;
    right: 0.9rem;
    color: #d3dde5;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.why-journey__icon {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    color: #1768ad;
    background: #e9f3fc;
}

.why-journey__steps > li:nth-child(2) .why-journey__icon,
.why-journey__steps > li:nth-child(4) .why-journey__icon {
    color: #08755f;
    background: #e5f7f2;
}

.why-journey__icon .store-icon {
    width: 1.45rem;
    height: 1.45rem;
}

.why-journey__steps h3 {
    margin: 0;
    padding-right: 2.1rem;
    color: var(--pp-navy-deep);
    font-size: 1.13rem;
    letter-spacing: -0.022em;
}

.why-journey__steps p {
    margin: 0.38rem 0 0;
    color: #526b81;
    line-height: 1.5;
}

.why-journey__steps ul {
    margin: 0.75rem 0 0;
    padding-left: 1.05rem;
    color: #2f4c63;
    font-size: 0.9rem;
    line-height: 1.5;
}

.why-journey__steps ul li + li {
    margin-top: 0.38rem;
}

.tyre-spec-story {
    display: grid;
    grid-template-columns: minmax(22rem, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
    gap: clamp(1.25rem, 4vw, 3rem);
}

.tyre-spec-story__visual {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    min-height: 23rem;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.15rem, 3vw, 1.8rem);
    border-radius: var(--pp-radius);
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 203, 169, 0.25), transparent 31%),
        linear-gradient(140deg, #071d30, #0b4b59);
}

.tyre-spec-story__wheel {
    position: absolute;
    top: -3rem;
    right: -2.2rem;
    color: rgba(255, 255, 255, 0.08);
}

.tyre-spec-story__wheel .store-icon {
    width: 14rem;
    height: 14rem;
}

.tyre-spec-story__code {
    position: relative;
    z-index: 1;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.12em;
    color: #fff;
    font-size: clamp(1.7rem, 5vw, 3.15rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.05;
}

.tyre-spec-story__code i {
    color: #8cdccc;
    font-style: normal;
}

.tyre-spec-story__code strong {
    color: #8cdccc;
}

.tyre-spec-story__code small {
    margin-left: 0.18em;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.46em;
    letter-spacing: 0;
}

.tyre-spec-story__visual dl {
    position: relative;
    z-index: 1;
    display: grid;
    margin: 2rem 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.tyre-spec-story__visual dl > div {
    min-width: 0;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.07);
}

.tyre-spec-story__visual dt {
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
}

.tyre-spec-story__visual dd {
    margin: 0.12rem 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.75rem;
}

.tyre-spec-story__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tyre-spec-story__copy ul {
    display: grid;
    margin: 1.15rem 0 0;
    padding: 0;
    gap: 0.65rem;
    list-style: none;
}

.tyre-spec-story__copy li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid #e0e8ee;
    border-radius: 0.72rem;
    color: #365269;
    background: #f8fafb;
    line-height: 1.48;
}

.tyre-spec-story__copy li .store-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.08rem;
    color: #08755f;
}

/* FAQ */

.faq-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
    align-items: center;
    gap: clamp(1.2rem, 4vw, 2.8rem);
    padding: clamp(1.2rem, 3vw, 2rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(45, 211, 175, 0.22), transparent 35%),
        linear-gradient(130deg, #071e32, #0a4a57);
}

.faq-overview .store-eyebrow {
    color: #91e3d1;
}

.faq-overview h2 {
    color: #fff;
}

.faq-overview > div > p:last-child {
    color: rgba(255, 255, 255, 0.76);
}

.faq-category-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.faq-category-nav a {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: 0.35rem;
    padding: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.85rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.faq-category-nav a:hover,
.faq-category-nav a:focus-visible {
    border-color: rgba(143, 228, 209, 0.68);
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-0.12rem);
}

.faq-category-nav a > span {
    display: inline-flex;
    width: 2.45rem;
    height: 2.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    color: #9ae8d6;
    background: rgba(255, 255, 255, 0.09);
}

.faq-category-nav .store-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.faq-category-nav strong {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.35;
}

.faq-category-nav small {
    color: rgba(255, 255, 255, 0.58);
}

.faq-groups {
    display: grid;
    gap: 1rem;
}

.faq-group {
    display: grid;
    grid-template-columns: minmax(13rem, 0.32fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1rem, 3vw, 2rem);
    padding: clamp(1rem, 2.8vw, 1.6rem);
    border: 1px solid #dce7ef;
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: 0 0.65rem 1.8rem rgba(16, 42, 67, 0.055);
    scroll-margin-top: 6rem;
}

.faq-group__header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.7rem;
}

.faq-group__header > span {
    display: inline-flex;
    width: 2.65rem;
    height: 2.65rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    color: #08755f;
    background: #e5f7f2;
}

.faq-group:nth-child(2) .faq-group__header > span {
    color: #1768ad;
    background: #e8f2fc;
}

.faq-group:nth-child(3) .faq-group__header > span {
    color: #8a5c0a;
    background: #fff1d3;
}

.faq-group__header .store-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.faq-group__header h2 {
    margin: 0;
    color: var(--pp-navy-deep);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    letter-spacing: -0.025em;
}

.faq-group__header p {
    margin: 0.35rem 0 0;
    color: #60768a;
    font-size: 0.88rem;
    line-height: 1.5;
}

.faq-accordion {
    overflow: hidden;
    min-width: 0;
    border: 1px solid #dfe8ee;
    border-radius: 0.85rem;
}

.faq-accordion details + details {
    border-top: 1px solid #e2e9ef;
}

.faq-accordion summary {
    display: flex;
    min-height: 3.7rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    color: #15364f;
    background: #fff;
    cursor: pointer;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.faq-accordion summary::-webkit-details-marker {
    display: none;
}

.faq-accordion summary:hover {
    background: #f7fafc;
}

.faq-accordion summary:focus-visible {
    position: relative;
    z-index: 2;
    outline: 0.18rem solid rgba(24, 116, 196, 0.36);
    outline-offset: -0.18rem;
}

.faq-accordion summary i {
    position: relative;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #0a7c67;
    background: #e7f7f3;
}

.faq-accordion summary i::before,
.faq-accordion summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.72rem;
    height: 0.12rem;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 160ms ease;
}

.faq-accordion summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion details[open] summary {
    color: #075f52;
    background: #f0faf7;
}

.faq-accordion details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0) scaleX(0);
}

.faq-accordion__answer {
    padding: 0 1rem 1rem;
    color: #38546a;
    background: #f8fbfc;
}

.faq-accordion__answer p {
    margin: 0;
    line-height: 1.65;
}

.faq-accordion__answer p + p {
    margin-top: 0.55rem;
}

.faq-next-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: clamp(1rem, 2.5vw, 1.4rem);
    border: 1px solid #cfe5df;
    border-radius: var(--pp-radius-lg);
    background: #f0faf7;
}

.faq-next-step > span {
    display: inline-flex;
    width: 3.2rem;
    height: 3.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    color: #08755f;
    background: #d9f2eb;
}

.faq-next-step > span .store-icon {
    width: 1.55rem;
    height: 1.55rem;
}

.faq-next-step h2 {
    font-size: clamp(1.1rem, 2.1vw, 1.4rem);
}

.faq-next-step p {
    margin: 0.3rem 0 0;
    color: #526e82;
    line-height: 1.5;
}

.faq-next-step .btn {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .carrier-showcase,
    .tyre-spec-story,
    .faq-overview {
        grid-template-columns: minmax(0, 1fr);
    }

    .payment-method-preview__groups {
        grid-template-columns: minmax(0, 1fr);
    }

    .payment-logo-cloud--banks {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .delivery-timeline ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 1.35rem;
    }

    .delivery-timeline ol::before {
        display: none;
    }

    .tyre-spec-story__visual {
        min-height: 20rem;
    }

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

@media (max-width: 767.98px) {
    .trust-stat-strip {
        grid-template-columns: minmax(0, 1fr);
    }

    .trust-stat-strip > div + div {
        border-top: 1px solid #e1eaf1;
        border-left: 0;
    }

    .delivery-destinations__grid,
    .installment-benefit,
    .payment-status__grid,
    .payment-principles,
    .why-journey__steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .payment-method-preview__heading {
        grid-template-columns: minmax(0, 1fr);
    }

    .payment-method-preview__status {
        justify-self: start;
        white-space: normal;
    }

    .installment-benefit__copy,
    .installment-benefit__visual,
    .installment-benefit__visual > div {
        width: 100%;
        min-width: 0;
    }

    .installment-benefit__visual {
        grid-template-columns: minmax(0, 1fr);
        justify-items: start;
    }

    .installment-benefit__brand {
        width: min(8.5rem, 100%);
        min-height: 0;
    }

    .installment-benefit__visual .btn,
    .storefront-shell .installment-benefit__guide-link {
        grid-column: 1;
        width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .storefront-shell .installment-benefit__guide-link {
        text-align: left;
    }

    .payment-logo-cloud--banks {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .payment-principles article {
        grid-template-columns: minmax(0, 1fr);
    }

    .faq-category-nav {
        grid-template-columns: minmax(0, 1fr);
    }

    .faq-category-nav a {
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
    }

    .faq-category-nav a > span {
        grid-row: 1 / span 2;
    }

    .faq-category-nav strong {
        margin-top: 0;
    }

    .faq-category-nav small {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .faq-next-step {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .faq-next-step .btn {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 479.98px) {
    .trust-section,
    .faq-overview,
    .faq-group {
        padding: 1rem;
    }

    .carrier-showcase {
        padding: 1rem;
    }

    .carrier-logo-grid {
        gap: 0.45rem;
    }

    .carrier-logo-card {
        padding: 0.45rem;
    }

    .carrier-logo-card__mark {
        min-height: 4.3rem;
        padding: 0.45rem;
    }

    .carrier-logo-card__mark img,
    .carrier-logo-card--inpost .carrier-logo-card__mark img {
        height: 3.15rem;
    }

    .carrier-logo-card span {
        display: none;
    }

    .installment-benefit {
        padding: 1rem;
    }

    .installment-benefit__visual {
        gap: 0.75rem;
        padding: 0.85rem;
    }

    .installment-benefit__visual .btn {
        width: 100%;
    }

    .delivery-timeline ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .delivery-timeline li {
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        text-align: left;
    }

    .delivery-timeline li div {
        align-self: center;
    }

    .payment-availability-note {
        grid-template-columns: minmax(0, 1fr);
    }

    .payment-status-card__header {
        align-items: flex-start;
    }

    .payment-status-card__provider {
        width: 7.2rem;
    }

    .payment-logo-cloud--banks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payment-logo-cloud li {
        min-height: 3.8rem;
    }

    .why-journey__steps > li {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-spec-story__visual {
        min-height: 0;
    }

    .tyre-spec-story__visual dl {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .faq-accordion summary {
        padding: 0.82rem;
        font-size: 0.93rem;
    }

    .faq-accordion__answer {
        padding: 0 0.82rem 0.9rem;
        font-size: 0.92rem;
    }

    .faq-next-step {
        grid-template-columns: minmax(0, 1fr);
    }

    .faq-next-step .btn {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-category-nav a,
    .faq-accordion summary i::before,
    .faq-accordion summary i::after {
        transition: none;
    }
}

.marketplace-hero {
    position: relative;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
    align-items: center;
    gap: clamp(1rem, 3vw, 2.5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    isolation: isolate;
}

.marketplace-hero__copy,
.marketplace-hero__action {
    position: relative;
    z-index: 2;
}

.marketplace-hero__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border: 0;
    border-radius: inherit;
    aspect-ratio: auto;
    pointer-events: none;
}

.marketplace-hero__visual::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 20, 33, 0.99) 0%, rgba(6, 24, 38, 0.94) 39%, rgba(7, 29, 44, 0.66) 70%, rgba(5, 20, 33, 0.58) 100%),
        linear-gradient(0deg, rgba(5, 20, 33, 0.56), transparent 58%);
    content: "";
}

.marketplace-hero__visual img {
    opacity: 1;
    object-position: 62% center;
}

.marketplace-filters {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.marketplace-filter-panel .catalog-filter-panel__body {
    padding: 0 1rem 1rem;
}

.marketplace-filters__heading {
    margin: 0;
    padding-top: 0.85rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
    font-weight: 750;
}

.marketplace-filters form {
    padding-top: 0.85rem;
}

.marketplace-buying-guide {
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
}

.marketplace-buying-guide > summary {
    padding: 1rem 1.15rem;
    color: var(--pp-primary-dark);
    cursor: pointer;
    font-weight: 800;
}

.marketplace-buying-guide .marketplace-seo-copy {
    margin: 0;
    padding: 0 1.15rem 1.15rem;
    border: 0;
    box-shadow: none;
}

.marketplace-card__badges span:nth-child(n + 3) {
    color: var(--pp-ink-soft);
    background: #edf3f6;
}

.workshop-results-summary {
    display: flex;
    min-height: 3.4rem;
    margin-bottom: 0.8rem;
    align-items: flex-end;
    justify-content: space-between;
}

.workshop-results-summary .store-eyebrow {
    margin-bottom: 0.15rem;
}

.workshop-results-summary h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2.3vw, 1.65rem);
}

.workshop-profile__showcase--unclaimed .workshop-profile__actions {
    align-content: start;
}

@media (max-width: 991.98px) {
    .catalog-visual-hero,
    .accessory-visual-hero,
    .marketplace-hero,
    .workshop-directory__hero {
        min-height: 17rem;
    }
}

@media (max-width: 767.98px) {
    .catalog-visual-hero,
    .accessory-visual-hero,
    .workshop-directory__hero {
        min-height: 17rem;
    }

    .catalog-visual-hero__links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.35rem;
        margin-top: 0.9rem;
    }

    .catalog-visual-hero__links .btn {
        min-width: 0;
        min-height: 2.45rem;
        width: auto;
        max-width: 100%;
        justify-content: center;
        gap: 0.28rem;
        padding: 0.5rem 0.32rem;
        font-size: 0.78rem;
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-align: center;
        white-space: normal;
    }

    .catalog-visual-hero__links--fitment {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-visual-hero__links .store-icon {
        width: 0.9rem;
        height: 0.9rem;
        flex: 0 0 0.9rem;
    }

    .marketplace-hero {
        min-height: 18rem;
        grid-template-columns: minmax(0, 1fr);
        align-content: center;
        gap: 0.8rem;
        padding: 1.25rem;
    }

    .marketplace-hero__visual img {
        opacity: 1;
        object-position: 64% center;
    }

    .marketplace-hero__visual::before {
        background:
            linear-gradient(90deg, rgba(5, 20, 33, 0.99) 0%, rgba(6, 24, 38, 0.92) 64%, rgba(7, 29, 44, 0.52) 100%),
            linear-gradient(0deg, rgba(5, 20, 33, 0.72), transparent 58%);
    }

    .marketplace-hero > div:first-child > p:not(.store-eyebrow) {
        margin: 0.55rem 0;
    }

    .marketplace-hero ul {
        margin-top: 0.7rem;
        gap: 0.35rem;
    }

    .marketplace-hero li {
        padding: 0.3rem 0.5rem;
        font-size: 0.69rem;
    }

    .marketplace-hero__action {
        width: min(100%, 22rem);
        margin-top: 0;
        padding: 0.8rem;
    }

    .marketplace-buying-guide .marketplace-seo-copy {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* The search autocomplete lives inside the clipped photographic hero. Keep
   its result panel in the form grid so opening suggestions grows the hero
   instead of rendering an unreachable, clipped absolute layer. */
.tyre-search-page .accessory-visual-hero .tyre-search-form {
    max-width: 100%;
}

.tyre-search-page .accessory-visual-hero .catalog-search-autocomplete__results {
    position: static;
    grid-column: 1 / -1;
    margin-top: 0;
}

.workshop-review-stars {
    display: inline-flex;
    gap: .04rem;
    white-space: nowrap;
}

.workshop-review-stars > span {
    color: #cbd3dc;
    font-size: .95em;
    line-height: 1;
}

.workshop-review-stars > .is-full {
    color: #f2ad20;
}

.workshop-review-stars > .is-half {
    background: linear-gradient(90deg, #f2ad20 50%, #cbd3dc 50%);
    background-clip: text;
    color: transparent;
}

.workshop-profile__rating a,
.workshop-review-summary > p,
.workshop-review > header p {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.workshop-card__rating {
    align-items: center;
    display: inline-flex;
    gap: .28rem;
}

.workshop-card__rating .workshop-review-stars {
    font-size: .78rem;
}

/* Topic-specific editorial tools -------------------------------------- */

.guide-topic-tool,
.guide-topic-tool *,
.guide-topic-tool *::before,
.guide-topic-tool *::after {
    box-sizing: border-box;
}

.guide-topic-tool {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    color: var(--pp-ink);
    background:
        radial-gradient(circle at 100% 0, rgba(39, 191, 133, .12), transparent 28rem),
        var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.guide-topic-tool__header {
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-bottom: 1px solid var(--pp-line);
}

.guide-topic-tool__header h2 {
    margin: 0;
    color: var(--pp-navy);
    font-size: clamp(1.35rem, 3vw, 2rem);
    letter-spacing: -.025em;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.guide-topic-tool__header > p:last-child {
    max-width: 52rem;
    margin: .7rem 0 0;
    color: var(--pp-ink-soft);
    line-height: 1.55;
}

.guide-topic-tool__notice,
.guide-topic-tool__alert {
    margin: 0;
    padding: 1rem clamp(1.25rem, 3vw, 2rem);
    border-top: 1px solid rgba(8, 143, 105, .22);
    color: #144b3b;
    background: #edf9f5;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.guide-topic-tool__alert {
    border-color: #f0c36c;
    color: #684410;
    background: #fff8e7;
}

.guide-price-board {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr);
}

.guide-price-board__answer,
.guide-price-board__extras,
.guide-price-board__empty {
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.guide-price-board__answer {
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(110, 231, 183, .2), transparent 42%),
        var(--pp-navy);
}

.guide-price-board__answer .store-eyebrow {
    color: #8ff0ca;
}

.guide-price-board__price {
    margin: .25rem 0 0;
    color: #6ee7b7;
    font-size: clamp(2.35rem, 7vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .95;
}

.guide-price-board__answer h3 {
    margin: .65rem 0 0;
    color: #fff;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
}

.guide-price-board__scope {
    margin: .45rem 0 0;
    color: rgba(255, 255, 255, .9);
    line-height: 1.5;
}

.guide-price-board__source {
    margin: 1rem 0;
    padding-top: .85rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .68);
    font-size: .76rem;
    line-height: 1.45;
}

.guide-price-board__extras {
    border-left: 1px solid var(--pp-line);
    background: var(--pp-surface-soft);
}

.guide-price-board__extras h3 {
    margin: 0;
    font-size: 1.1rem;
}

.guide-price-board__list {
    display: grid;
    margin: 1rem 0;
    gap: .65rem;
}

.guide-price-board__list > div {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .1rem .65rem;
    padding: .8rem;
    border: 1px solid var(--pp-line);
    border-radius: .75rem;
    background: #fff;
}

.guide-price-board__list strong {
    color: var(--pp-primary-dark);
    white-space: nowrap;
}

.guide-price-board__list small {
    grid-column: 1 / -1;
    color: var(--pp-muted);
    line-height: 1.4;
}

.guide-price-board__extras > p:last-child,
.guide-price-board__empty p {
    color: var(--pp-ink-soft);
    font-size: .78rem;
    line-height: 1.5;
}

.guide-country-grid,
.guide-inspection-grid,
.guide-path-grid,
.guide-origin-grid,
.guide-marking-grid {
    display: grid;
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    gap: 1rem;
}

.guide-country-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.guide-country-card,
.guide-inspection-card,
.guide-path-grid > article,
.guide-origin-grid > article,
.guide-marking-grid > article {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: 1rem;
    background: #fff;
}

.guide-country-card__top {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
}

.guide-country-card__top > span {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border-radius: .75rem;
    color: #fff;
    background: var(--pp-navy);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.guide-country-card h3,
.guide-inspection-card h3,
.guide-path-grid h3,
.guide-origin-grid h3,
.guide-marking-grid h3 {
    margin: 0;
    color: var(--pp-navy);
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.guide-country-card__top p {
    margin: .15rem 0 0;
    color: var(--pp-primary-dark);
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.guide-country-card > p,
.guide-inspection-card > p,
.guide-path-grid > article > p:last-child,
.guide-origin-grid > article > p,
.guide-marking-grid > article > p {
    margin: .7rem 0 0;
    color: var(--pp-ink-soft);
    font-size: .83rem;
    line-height: 1.5;
}

.guide-inspection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-inspection-card {
    border-top: .3rem solid var(--pp-primary);
}

.guide-inspection-card--stop {
    border-top-color: #ca3c35;
    background: #fff8f7;
}

.guide-inspection-card > span {
    display: inline-block;
    margin-bottom: .45rem;
    color: var(--pp-primary-dark);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.guide-inspection-card--stop > span {
    color: #a12620;
}

.guide-path-grid,
.guide-origin-grid,
.guide-marking-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-path-grid > article {
    position: relative;
    padding-top: 3.75rem;
}

.guide-path-grid__number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pp-primary-dark);
    font-size: .72rem;
    font-weight: 850;
}

.guide-recall-layout {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    padding: clamp(1.25rem, 3vw, 2rem);
    gap: 1.25rem;
}

.guide-recall-record {
    display: grid;
    min-width: 0;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.guide-recall-record > div {
    min-width: 0;
    padding: .8rem;
    border: 1px dashed var(--pp-line-strong);
    border-radius: .75rem;
    background: #fff;
}

.guide-recall-record dt {
    color: var(--pp-navy);
    font-size: .78rem;
    font-weight: 850;
}

.guide-recall-record dd {
    margin: .2rem 0 0;
    color: var(--pp-muted);
    font-size: .72rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.guide-recall-steps,
.guide-vibration-timeline {
    display: grid;
    min-width: 0;
    margin: 0;
    padding: 0;
    gap: .75rem;
    list-style: none;
}

.guide-recall-steps li,
.guide-vibration-timeline li {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .75rem;
}

.guide-recall-steps li > span {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: .65rem;
    color: #fff;
    background: var(--pp-primary-dark);
    font-size: .66rem;
    font-weight: 850;
}

.guide-recall-steps h3,
.guide-vibration-timeline h3,
.guide-service-score h3 {
    margin: 0;
    color: var(--pp-navy);
    font-size: .95rem;
    overflow-wrap: anywhere;
}

.guide-recall-steps p,
.guide-vibration-timeline p {
    margin: .25rem 0 0;
    color: var(--pp-ink-soft);
    font-size: .78rem;
    line-height: 1.45;
}

.guide-versus-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    padding: clamp(1.25rem, 3vw, 2rem);
    gap: 1rem;
}

.guide-versus-grid > article {
    min-width: 0;
    padding: clamp(1rem, 2.5vw, 1.4rem);
    border: 1px solid var(--pp-line);
    border-radius: 1rem;
    background: #fff;
}

.guide-versus-grid__label {
    width: fit-content;
    margin: 0 0 .5rem;
    padding: .25rem .45rem;
    border-radius: .4rem;
    color: #fff;
    background: var(--pp-primary-dark);
    font-size: .68rem;
    font-weight: 850;
}

.guide-versus-grid h3 {
    margin: 0;
    color: var(--pp-navy);
}

.guide-versus-grid ul {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
    color: var(--pp-ink-soft);
    font-size: .83rem;
    line-height: 1.5;
}

.guide-versus-grid li + li {
    margin-top: .5rem;
}

.guide-versus-grid__divider {
    align-self: center;
    padding: .4rem;
    color: var(--pp-muted);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.guide-vibration-timeline {
    position: relative;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.guide-vibration-timeline::before {
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: calc(clamp(1.25rem, 3vw, 2rem) + 2.7rem);
    width: 2px;
    background: var(--pp-line-strong);
    content: "";
}

.guide-vibration-timeline li {
    position: relative;
    grid-template-columns: 5.4rem minmax(0, 1fr);
    align-items: start;
}

.guide-vibration-timeline li > span {
    z-index: 1;
    padding: .4rem .5rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: #fff;
    font-size: .66rem;
    font-weight: 850;
    text-align: center;
}

.guide-vibration-timeline li > div {
    min-width: 0;
    padding: .85rem 1rem;
    border-radius: .8rem;
    background: var(--pp-surface-soft);
}

.guide-vibration-timeline__stop > span {
    border-color: #dc7772 !important;
    color: #9f2722 !important;
}

.guide-vibration-timeline__stop > div {
    background: #fff1f0 !important;
}

.guide-origin-grid > article {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.guide-origin-grid > article > span {
    color: var(--pp-primary-dark);
    font-size: .7rem;
    font-weight: 850;
}

.guide-origin-grid > article > strong {
    margin-top: auto;
    padding-top: 1rem;
    color: var(--pp-navy);
    font-size: .72rem;
    text-transform: uppercase;
}

.guide-origin-grid > article > small {
    margin-top: .2rem;
    color: var(--pp-muted);
    line-height: 1.4;
}

.guide-origin-grid__featured {
    border-color: rgba(8, 143, 105, .42) !important;
    background: #eefaf6 !important;
}

.guide-marking-grid > article > span {
    display: block;
    margin-bottom: .85rem;
}

.guide-marking-grid__dot {
    width: 1.5rem;
    height: 1.5rem;
    border: .25rem solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--pp-line-strong), var(--pp-shadow-sm);
}

.guide-marking-grid__dot--yellow {
    background: #e2aa0b;
}

.guide-marking-grid__dot--red {
    background: #d33f36;
}

.guide-marking-grid__stripes {
    width: 5rem;
    height: 1.5rem;
    border-radius: .3rem;
    background: repeating-linear-gradient(90deg, #d33f36 0 .5rem, #f5c542 .5rem 1rem, #2589d8 1rem 1.5rem, transparent 1.5rem 2rem);
}

.guide-service-score {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(14rem, .65fr) minmax(0, 1.35fr);
    padding: clamp(1.25rem, 3vw, 2rem);
    gap: 1.25rem;
}

.guide-service-score__summary {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    color: #fff;
    background: var(--pp-navy);
}

.guide-service-score__summary > span {
    display: grid;
    width: 4.3rem;
    height: 4.3rem;
    flex: 0 0 auto;
    place-items: center;
    border: .35rem solid rgba(110, 231, 183, .35);
    border-radius: 50%;
    color: #6ee7b7;
    font-size: 1rem;
    font-weight: 850;
}

.guide-service-score__summary h3 {
    color: #fff;
}

.guide-service-score__summary p {
    margin: .3rem 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
    line-height: 1.4;
}

.guide-service-score__checks {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.guide-service-score__checks label {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: .55rem;
    padding: .7rem;
    border: 1px solid var(--pp-line);
    border-radius: .7rem;
    background: #fff;
    cursor: pointer;
    font-size: .75rem;
    line-height: 1.4;
}

.guide-service-score__checks label:has(input:checked) {
    border-color: rgba(8, 143, 105, .45);
    background: #effaf6;
}

.guide-service-score__checks input {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: .08rem;
    accent-color: var(--pp-primary-dark);
}

.guide-service-score__caveat {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--pp-muted);
    font-size: .72rem;
    line-height: 1.45;
}

.guide-editorial-comparison {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(1.25rem, 3vw, 2rem);
    gap: 1rem;
}

.guide-evidence-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 .65rem 1.8rem rgba(15, 23, 42, .06);
}

.guide-evidence-card__topline {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, .2);
    background: linear-gradient(135deg, #eefaf6, #f8fbfa);
}

.guide-evidence-card__topline span {
    color: var(--pp-primary-dark);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .015em;
}

.guide-evidence-card__topline small {
    flex: 0 0 auto;
    color: var(--pp-navy);
    font-size: .7rem;
    font-weight: 800;
}

.guide-evidence-card__photo,
.guide-ranking-card__photo {
    display: grid;
    min-width: 0;
    margin: 0;
    place-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 52%, #fff 0 35%, #f1f5f4 78%, #e8efed 100%);
}

.guide-evidence-card__photo {
    height: clamp(13rem, 26vw, 18rem);
}

.guide-evidence-card__photo img,
.guide-ranking-card__photo img {
    width: 100%;
    height: 100%;
    padding: clamp(.7rem, 2vw, 1.2rem);
    object-fit: contain;
    mix-blend-mode: multiply;
}

.guide-evidence-card__body {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: clamp(1rem, 2.4vw, 1.35rem);
}

.guide-evidence-card__body > h3 {
    margin-top: 0;
    margin-bottom: .35rem;
    color: var(--pp-navy);
    font-size: clamp(1.3rem, 2.6vw, 1.65rem);
}

.guide-evidence-card__note {
    margin-top: 0;
    margin-bottom: 1.1rem;
    color: var(--pp-ink-soft);
    font-size: .9rem;
    line-height: 1.55;
}

.guide-readable-score {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .8rem;
    padding: .85rem 1rem;
    border-radius: .9rem;
    color: #fff;
    background: linear-gradient(135deg, var(--pp-navy-deep), var(--pp-navy));
}

.guide-readable-score__icon {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: .75rem;
    color: #fff;
    background: var(--pp-primary);
}

.guide-readable-score__icon .store-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.guide-readable-score > div {
    display: grid;
    min-width: 0;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: .12rem .55rem;
}

.guide-readable-score small {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, .72);
    font-size: .7rem;
    font-weight: 750;
}

.guide-readable-score strong {
    color: #fff;
    font-size: 1.45rem;
    letter-spacing: -.035em;
    line-height: 1;
}

.guide-readable-score em {
    color: #9ae6ca;
    font-size: .78rem;
    font-style: normal;
    font-weight: 850;
}

.guide-readable-score--label {
    color: var(--pp-navy);
    background: #eef8f4;
}

.guide-readable-score--label small,
.guide-readable-score--label strong,
.guide-readable-score--label em {
    color: var(--pp-navy);
}

.guide-evidence-metrics {
    display: grid;
    min-width: 0;
    margin: .65rem 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
}

.guide-evidence-metrics > div {
    min-width: 0;
    padding: .6rem;
    border-radius: .7rem;
    background: #f3f7f6;
}

.guide-evidence-metrics dt {
    color: var(--pp-muted);
    font-size: .64rem;
}

.guide-evidence-metrics dd {
    margin: .15rem 0 0;
    color: var(--pp-navy);
    font-size: .9rem;
    font-weight: 900;
}

.guide-evidence-card__label {
    display: grid;
    min-width: 0;
    margin-top: .75rem;
    margin-bottom: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
}

.guide-evidence-card__label > div {
    min-width: 0;
    padding: .6rem;
    border: 1px solid var(--pp-line);
    border-radius: .65rem;
    text-align: center;
}

.guide-evidence-card__label dt {
    color: var(--pp-muted);
    font-size: .62rem;
    line-height: 1.25;
}

.guide-evidence-card__label dd {
    margin: .25rem 0 0;
    color: var(--pp-primary-dark);
    font-size: 1rem;
    font-weight: 850;
}

.guide-evidence-card__commerce {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 1rem;
}

.guide-evidence-card__commerce > div {
    display: grid;
    min-width: 0;
}

.guide-evidence-card__commerce strong {
    color: var(--pp-navy);
    font-size: 1rem;
}

.guide-evidence-card__commerce small {
    color: var(--pp-muted);
    font-size: .68rem;
}

.guide-evidence-footer {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .75rem 1rem;
    padding: 1rem clamp(1.25rem, 3vw, 2rem) 1.35rem;
    border-top: 1px solid var(--pp-line);
    background: #fff;
}

.guide-evidence-footer p {
    min-width: 0;
    flex: 1 1 26rem;
    margin: 0;
    color: var(--pp-ink-soft);
    font-size: .76rem;
    line-height: 1.5;
}

.guide-evidence-footer > a:not(.btn) {
    flex: 0 0 auto;
    font-size: .75rem;
    font-weight: 800;
}

.guide-editorial-deep-dive {
    margin-top: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.guide-editorial-deep-dive > summary {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1.5rem;
    padding: 1.1rem 1.25rem;
    color: var(--pp-navy);
    background: #f4f8f7;
    cursor: pointer;
    list-style: none;
}

.guide-editorial-deep-dive > summary::-webkit-details-marker {
    display: none;
}

.guide-editorial-deep-dive > summary::after {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: var(--pp-primary-dark);
    content: "+";
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 2rem;
    text-align: center;
}

.guide-editorial-deep-dive[open] > summary::after {
    content: "−";
}

.guide-editorial-deep-dive > summary span {
    font-size: 1rem;
    font-weight: 900;
}

.guide-editorial-deep-dive > summary small {
    flex: 1 1 auto;
    color: var(--pp-muted);
    font-size: .76rem;
}

.guide-editorial-deep-dive__content {
    padding: clamp(1rem, 3vw, 1.5rem);
    border-top: 1px solid var(--pp-line);
}

.guide-editorial-deep-dive__toc {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: .85rem;
    background: #f4f8f7;
}

.guide-editorial-deep-dive__toc h2 {
    margin: 0 0 .65rem;
    color: var(--pp-navy);
    font-size: 1rem;
}

.guide-editorial-deep-dive__toc ol {
    margin: 0;
    padding-left: 1.15rem;
    columns: 2;
    gap: 2rem;
    font-size: .78rem;
}

.guide-editorial-deep-dive__toc li {
    break-inside: avoid;
    margin-bottom: .35rem;
}

.guide-editorial-ranking {
    display: grid;
    min-width: 0;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(1.25rem, 3vw, 2rem);
    gap: 1rem;
    list-style: none;
}

.guide-ranking-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 .55rem 1.5rem rgba(15, 23, 42, .06);
}

.guide-ranking-card--featured {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(17rem, .78fr) minmax(0, 1.22fr);
}

.guide-ranking-card__position {
    position: absolute;
    z-index: 2;
    top: .8rem;
    left: .8rem;
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: .85rem;
    color: var(--pp-navy-deep);
    background: var(--pp-accent);
    box-shadow: 0 .35rem .9rem rgba(15, 23, 42, .16);
    font-size: .8rem;
    font-weight: 900;
}

.guide-ranking-card__photo {
    width: 100%;
    height: 14rem;
    border-bottom: 1px solid var(--pp-line);
}

.guide-ranking-card--featured .guide-ranking-card__photo {
    height: 100%;
    min-height: 22rem;
    border-right: 1px solid var(--pp-line);
    border-bottom: 0;
}

.guide-ranking-card__body {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.15rem;
}

.guide-ranking-card__body .store-eyebrow {
    margin-bottom: .25rem;
}

.guide-ranking-card__body h3 {
    margin: 0;
    color: var(--pp-navy);
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
}

.guide-ranking-card__body > p:not(.store-eyebrow) {
    margin: .4rem 0 0;
    color: var(--pp-ink-soft);
    font-size: .84rem;
    line-height: 1.5;
}

.guide-ranking-card__score {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .65rem;
    margin-top: .8rem;
    padding: .7rem .8rem;
    border-radius: .8rem;
    color: #fff;
    background: var(--pp-navy-deep);
}

.guide-ranking-card__score > span {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: .65rem;
    color: #fff;
    background: var(--pp-primary);
}

.guide-ranking-card__score .store-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.guide-ranking-card__score > div {
    display: grid;
    min-width: 0;
    flex: 1 1 auto;
}

.guide-ranking-card__score small {
    color: rgba(255, 255, 255, .7);
    font-size: .65rem;
}

.guide-ranking-card__score strong {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.1;
}

.guide-ranking-card__score em {
    color: #9ae6ca;
    font-size: .72rem;
    font-style: normal;
    font-weight: 850;
}

.guide-ranking-card__facts {
    display: grid;
    min-width: 0;
    margin: .55rem 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
}

.guide-ranking-card__facts > div {
    min-width: 0;
    padding: .55rem .65rem;
    border-radius: .7rem;
    background: #eef5f3;
}

.guide-ranking-card__facts dt {
    color: var(--pp-muted);
    font-size: .64rem;
}

.guide-ranking-card__facts dd {
    margin: .1rem 0 0;
    color: var(--pp-navy);
    font-size: .88rem;
    font-weight: 900;
}

.guide-ranking-card__action {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--pp-line);
}

.guide-ranking-card__action > div {
    display: grid;
    min-width: 0;
}

.guide-ranking-card__action strong {
    color: var(--pp-navy);
    font-size: 1.05rem;
}

.guide-ranking-card__action small {
    color: var(--pp-muted);
    font-size: .68rem;
}

@media (max-width: 991.98px) {
    .guide-price-board,
    .guide-recall-layout,
    .guide-service-score {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-price-board__extras {
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

    .guide-inspection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-service-score__summary {
        align-items: flex-start;
    }

    .guide-ranking-card--featured {
        grid-template-columns: minmax(14rem, .75fr) minmax(0, 1.25fr);
    }
}

@media (max-width: 767.98px) {
    .guide-path-grid,
    .guide-origin-grid,
    .guide-marking-grid,
    .guide-versus-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-versus-grid__divider {
        justify-self: center;
    }

    .guide-service-score__checks {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-editorial-comparison {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-editorial-ranking {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-evidence-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .guide-evidence-footer p {
        flex: 0 1 auto;
    }

    .guide-editorial-deep-dive > summary {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .guide-editorial-deep-dive > summary small {
        flex-basis: calc(100% - 3rem);
        order: 3;
    }

    .guide-editorial-deep-dive__toc ol {
        columns: 1;
    }

    .guide-ranking-card {
        display: flex;
    }

    .guide-ranking-card--featured .guide-ranking-card__photo {
        height: 14rem;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
    }
}

@media (max-width: 575.98px) {
    .guide-topic-tool__header,
    .guide-price-board__answer,
    .guide-price-board__extras,
    .guide-price-board__empty,
    .guide-country-grid,
    .guide-inspection-grid,
    .guide-path-grid,
    .guide-recall-layout,
    .guide-versus-grid,
    .guide-vibration-timeline,
    .guide-origin-grid,
    .guide-marking-grid,
    .guide-service-score,
    .guide-editorial-comparison,
    .guide-editorial-ranking {
        padding: 1rem;
    }

    .guide-inspection-grid,
    .guide-recall-record {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-price-board__price {
        font-size: clamp(2.2rem, 15vw, 3.5rem);
    }

    .guide-vibration-timeline::before {
        display: none;
    }

    .guide-vibration-timeline li {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-vibration-timeline li > span {
        width: fit-content;
    }

    .guide-service-score__summary {
        flex-direction: column;
    }

    .guide-topic-tool__notice,
    .guide-topic-tool__alert {
        padding: .9rem 1rem;
    }

    .guide-evidence-card__commerce {
        align-items: stretch;
        flex-direction: column;
    }

    .guide-evidence-card__commerce .btn {
        width: 100%;
    }

    .guide-evidence-card__label {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .guide-ranking-card__photo {
        height: 13rem;
    }
}

