/* Public tyre test directory and publication ---------------------------- */

.tyre-test-directory,
.tyre-test-publication {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: clamp(1.2rem, 3vw, 2rem);
}

.tyre-test-directory > *,
.tyre-test-publication > * {
    min-width: 0;
    max-width: 100%;
}

.tyre-test-directory__hero > *,
.tyre-test-publication__hero > * {
    min-width: 0;
}

.tyre-test-directory__eyebrow {
    margin: 0 0 0.45rem;
    color: var(--pp-primary-dark);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tyre-test-directory__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    overflow: hidden;
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(43, 206, 155, 0.24), transparent 24rem),
        radial-gradient(circle at 92% 15%, rgba(245, 185, 51, 0.14), transparent 19rem),
        var(--pp-navy-deep);
    box-shadow: var(--pp-shadow);
}

.tyre-test-directory__hero .tyre-test-directory__eyebrow,
.tyre-test-publication__hero .tyre-test-directory__eyebrow {
    color: #8de3c4;
}

.tyre-test-directory__hero h1,
.tyre-test-publication__hero h1 {
    max-width: 55rem;
    margin: 0;
    color: #fff;
    font-size: clamp(2.15rem, 5.5vw, 4.8rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 0.98;
    overflow-wrap: anywhere;
}

.tyre-test-directory__eyebrow,
.tyre-test-publication__hero > div > p {
    overflow-wrap: anywhere;
}

.tyre-test-directory__hero-copy > p:not(.tyre-test-directory__eyebrow),
.tyre-test-publication__hero > div > p:not(.tyre-test-directory__eyebrow) {
    max-width: 52rem;
    margin: 1.1rem 0 0;
    color: #d5e5ef;
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.65;
}

.tyre-test-directory__hero-copy > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.tyre-test-directory__hero-copy > ul li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.48rem 0.72rem;
    border: 1px solid rgba(184, 216, 230, 0.25);
    border-radius: 999px;
    color: #e8f3f7;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.8rem;
    font-weight: 750;
}

.tyre-test-directory__hero-copy > ul .store-icon {
    width: 1rem;
    height: 1rem;
    color: #8de3c4;
}

.tyre-test-directory__principle {
    display: grid;
    gap: 0.6rem;
    padding: clamp(1.15rem, 2.5vw, 1.6rem);
    border: 1px solid rgba(141, 227, 196, 0.32);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(0.4rem);
}

.tyre-test-directory__visual {
    display: grid;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(141, 227, 196, 0.32);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 1.1rem 2.4rem rgba(1, 12, 20, 0.28);
}

.tyre-test-directory__visual > img {
    display: block;
    width: 100%;
    min-height: 11rem;
    max-height: 15rem;
    object-fit: cover;
}

.tyre-test-directory__visual .tyre-test-directory__principle {
    border: 0;
    border-top: 1px solid rgba(141, 227, 196, 0.24);
    border-radius: 0;
    background: rgba(6, 24, 38, 0.92);
    backdrop-filter: none;
}

.tyre-test-directory__principle > span {
    color: #8de3c4;
    font-size: 0.71rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tyre-test-directory__principle > strong {
    color: #fff;
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    line-height: 1.15;
}

.tyre-test-directory__principle > p {
    margin: 0;
    color: #d5e5ef;
    font-size: 0.86rem;
    line-height: 1.55;
}

.tyre-test-directory__principle--standalone {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    padding: 1rem 1.15rem;
    border-color: var(--pp-line);
    color: var(--pp-ink);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
    backdrop-filter: none;
}

.tyre-test-directory__principle--standalone > span {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border-radius: 0.8rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-test-directory__principle--standalone .store-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.tyre-test-directory__principle--standalone small,
.tyre-test-directory__principle--standalone strong {
    display: block;
}

.tyre-test-directory__principle--standalone small {
    color: var(--pp-primary-dark);
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tyre-test-directory__principle--standalone strong {
    margin-top: 0.12rem;
    color: var(--pp-ink);
    font-size: 1rem;
}

.tyre-test-directory__principle--standalone p {
    margin: 0.25rem 0 0;
    color: var(--pp-muted);
    font-size: 0.8rem;
}

.tyre-test-directory__filters,
.tyre-test-directory__results,
.tyre-test-directory__method,
.tyre-test-publication__ranking,
.tyre-test-publication__methodology,
.tyre-test-publication__next {
    padding: clamp(1.25rem, 3.5vw, 2.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-test-directory__filters {
    display: grid;
    grid-template-columns: minmax(210px, 0.36fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: end;
}

.tyre-test-directory__filters h2,
.tyre-test-directory__section-heading h2,
.tyre-test-directory__method h2,
.tyre-test-publication__methodology h2,
.tyre-test-publication__next h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 820;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.tyre-test-directory__filters form {
    display: grid;
    grid-template-columns: minmax(180px, 1.35fr) minmax(130px, 0.55fr) minmax(150px, 0.7fr) auto;
    gap: 0.75rem;
    align-items: end;
}

.tyre-test-directory__filters label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--pp-ink-soft);
    font-size: 0.78rem;
    font-weight: 800;
}

.tyre-test-directory__filter-actions {
    display: flex;
    gap: 0.45rem;
}

.tyre-test-directory__section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
    gap: 1rem 2rem;
    align-items: end;
    margin-bottom: 1.35rem;
}

.tyre-test-directory__section-heading > p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.85rem;
    line-height: 1.55;
}

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

.tyre-test-card {
    display: grid;
    min-width: 0;
    align-content: start;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-test-card > header,
.tyre-test-card__facts,
.tyre-test-card__preview,
.tyre-test-card > footer {
    padding: 1rem 1.1rem;
}

.tyre-test-card > header {
    background: linear-gradient(145deg, #f0faf7, #fff);
}

.tyre-test-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.65rem;
}

.tyre-test-card__badges span {
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.69rem;
    font-weight: 850;
    text-transform: uppercase;
}

.tyre-test-card h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2.3vw, 1.55rem);
    line-height: 1.18;
}

.tyre-test-card h3 a {
    color: var(--pp-ink);
    text-decoration: none;
}

.tyre-test-card h3 a:hover,
.tyre-test-card h3 a:focus-visible {
    color: var(--pp-primary-dark);
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.tyre-test-card > header > p {
    margin: 0.45rem 0 0;
    color: var(--pp-muted);
    font-size: 0.8rem;
}

.tyre-test-card__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    border-top: 1px solid var(--pp-line);
    border-bottom: 1px solid var(--pp-line);
    background: #fff;
}

.tyre-test-card__facts > div {
    min-width: 0;
    padding: 0 0.75rem;
    border-left: 1px solid var(--pp-line);
}

.tyre-test-card__facts > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.tyre-test-card__facts dt,
.tyre-test-card__facts dd {
    margin: 0;
}

.tyre-test-card__facts dt {
    color: var(--pp-muted);
    font-size: 0.67rem;
    font-weight: 750;
    text-transform: uppercase;
}

.tyre-test-card__facts dd {
    margin-top: 0.22rem;
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.79rem;
    font-weight: 750;
    line-height: 1.35;
}

.tyre-test-card__preview {
    display: grid;
    gap: 0.55rem;
}

.tyre-test-card__preview > strong {
    color: var(--pp-ink-soft);
    font-size: 0.78rem;
}

.tyre-test-card__preview ol {
    display: grid;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tyre-test-card__preview li {
    display: flex;
    min-width: 0;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.6rem;
    background: #fff;
    font-size: 0.8rem;
}

.tyre-test-card__preview li span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.tyre-test-card__preview li b {
    flex: 0 0 auto;
    color: var(--pp-primary-dark);
}

.tyre-test-card > footer {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    border-top: 1px solid var(--pp-line);
    background: #fff;
}

.tyre-test-card > footer > span {
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.tyre-test-card > footer > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.35rem;
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
}

.tyre-test-card > footer .store-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.tyre-test-directory__empty {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem;
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-test-directory__empty .store-icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    color: var(--pp-primary);
}

.tyre-test-directory__empty strong {
    color: var(--pp-ink);
}

.tyre-test-directory__empty p {
    margin: 0.25rem 0 0;
    color: var(--pp-muted);
    font-size: 0.84rem;
}

.tyre-test-directory__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.35rem;
}

.tyre-test-directory__pagination a {
    min-width: 2.5rem;
    padding: 0.58rem 0.75rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.55rem;
    color: var(--pp-ink-soft);
    background: #fff;
    font-size: 0.82rem;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
}

.tyre-test-directory__pagination a.is-current,
.tyre-test-directory__pagination a:hover,
.tyre-test-directory__pagination a:focus-visible {
    border-color: var(--pp-primary);
    color: #fff;
    background: var(--pp-primary);
}

.tyre-test-directory__method {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.tyre-test-directory__method > div > p:last-child,
.tyre-test-publication__methodology > div > p,
.tyre-test-publication__next > div > p:last-child {
    margin: 0.85rem 0 0;
    color: var(--pp-muted);
    line-height: 1.65;
}

.tyre-test-directory__method > ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tyre-test-directory__method li {
    display: grid;
    gap: 0.28rem;
    padding: 0.95rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-test-directory__method li strong {
    color: var(--pp-ink);
    font-size: 0.87rem;
}

.tyre-test-directory__method li span {
    color: var(--pp-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

/* Publication ---------------------------------------------------------- */

.tyre-test-publication__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.35fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3.4rem);
    overflow: hidden;
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 14% 20%, rgba(43, 206, 155, 0.22), transparent 24rem),
        var(--pp-navy-deep);
    box-shadow: var(--pp-shadow);
}

.tyre-test-publication__hero h1 {
    font-size: clamp(2rem, 4.8vw, 4.25rem);
}

.tyre-test-publication__source-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.tyre-test-publication__hero > aside {
    display: grid;
    place-items: center;
    padding: 1.35rem;
    border: 1px solid rgba(141, 227, 196, 0.35);
    border-radius: var(--pp-radius);
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    text-align: center;
}

.tyre-test-publication__hero > aside > span {
    color: #8de3c4;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1;
}

.tyre-test-publication__hero > aside > strong {
    margin-top: 0.7rem;
    overflow-wrap: anywhere;
    font-size: 1.1rem;
}

.tyre-test-publication__hero > aside > small {
    margin-top: 0.25rem;
    color: #c8d8e5;
}

.tyre-test-publication__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-test-publication__facts article {
    display: grid;
    min-width: 0;
    gap: 0.25rem;
    padding: 1.15rem;
    border-left: 1px solid var(--pp-line);
}

.tyre-test-publication__facts article:first-child {
    border-left: 0;
}

.tyre-test-publication__facts span,
.tyre-test-publication__facts small {
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.tyre-test-publication__facts span {
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tyre-test-publication__facts strong {
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 1rem;
}

.tyre-test-publication__result-list {
    display: grid;
    gap: 0.75rem;
}

.tyre-test-result {
    display: grid;
    grid-template-columns: minmax(105px, 0.2fr) minmax(0, 1fr) minmax(190px, 0.3fr);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-test-result__score,
.tyre-test-result__main,
.tyre-test-result__actions {
    min-width: 0;
    padding: 1rem;
}

.tyre-test-result__score {
    display: grid;
    place-items: center;
    align-content: center;
    color: #fff;
    background: var(--pp-navy-deep);
    text-align: center;
}

.tyre-test-result__score data,
.tyre-test-result__score > strong {
    color: #fff;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    font-weight: 900;
    line-height: 1;
}

.tyre-test-result__score span {
    margin-top: 0.35rem;
    color: #c8d8e5;
    font-size: 0.68rem;
}

.tyre-test-result__score .tyre-test-result__verdict {
    margin-top: 0.75rem;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.18;
}

.tyre-test-result__score-direction {
    display: block;
    margin-top: 0.35rem;
    color: #dce9e5;
    font-size: 0.69rem;
    font-style: normal;
    line-height: 1.3;
}

.tyre-test-result__score-direction {
    width: fit-content;
    margin-top: 0.45rem;
    padding: 0.28rem 0.48rem;
    border: 0;
    border-radius: 999px;
    color: #3f2c00;
    background: var(--pp-accent);
    font-size: 0.62rem;
    font-weight: 900;
}

.tyre-test-result__score .tyre-test-result__place {
    width: fit-content;
    margin: 0 0 0.5rem;
    padding: 0.28rem 0.48rem;
    border-radius: 999px;
    color: #d8e8ef;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.64rem;
    font-weight: 850;
}

.tyre-test-result__customer-rating {
    display: inline-flex;
    min-width: 7.4rem;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
}

.tyre-test-result__customer-rating .store-icon {
    width: 1.05rem;
    height: 1.05rem;
    align-self: center;
    color: #8de3c4;
}

.tyre-test-result__score .tyre-test-result__customer-rating data {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.tyre-test-result__customer-rating small {
    color: #d5e5ef;
    font-size: 0.68rem;
    font-weight: 800;
}

.tyre-test-result__main {
    background: #fff;
}

.tyre-test-result__main > header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: start;
}

.tyre-test-result__main header span {
    color: var(--pp-primary-dark);
    font-size: 0.7rem;
    font-weight: 850;
    text-transform: uppercase;
}

.tyre-test-result__main h3 {
    margin: 0.12rem 0 0;
    color: var(--pp-ink);
    font-size: 1.2rem;
}

.tyre-test-result__main header b {
    flex: 0 0 auto;
    padding: 0.32rem 0.55rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.72rem;
}

.tyre-test-result__main > p {
    margin: 0.65rem 0 0;
    color: var(--pp-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.tyre-test-result__main details {
    margin-top: 0.7rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--pp-line);
}

.tyre-test-result__main summary {
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.tyre-test-result__main dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    margin: 0.7rem 0 0;
}

.tyre-test-result__main dl > div {
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
    padding: 0.45rem;
    border-radius: 0.45rem;
    background: var(--pp-surface-soft);
    font-size: 0.72rem;
}

.tyre-test-result__main dt,
.tyre-test-result__main dd {
    margin: 0;
}

.tyre-test-result__main dd {
    color: var(--pp-primary-dark);
    font-weight: 850;
}

.tyre-test-result__actions {
    display: grid;
    align-content: center;
    gap: 0.55rem;
}

.tyre-test-result__actions small {
    color: var(--pp-muted);
    font-size: 0.7rem;
    line-height: 1.4;
    text-align: center;
}

.tyre-test-result__catalogue-note {
    padding: 0.65rem 0.75rem;
    border-radius: 0.55rem;
    color: var(--pp-ink-soft);
    background: #e9eff4;
    font-size: 0.75rem;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
}

.tyre-test-publication__methodology {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    gap: clamp(1.5rem, 4vw, 3rem);
}

.tyre-test-publication__methodology > aside {
    padding: 1.1rem;
    border-radius: var(--pp-radius);
    color: #fff;
    background: var(--pp-navy-deep);
}

.tyre-test-publication__methodology h3 {
    color: #fff;
    font-size: 1rem;
}

.tyre-test-publication__methodology ul {
    display: grid;
    gap: 0.45rem;
    margin: 0.7rem 0;
    padding-left: 1.2rem;
}

.tyre-test-publication__methodology a {
    color: #a5ead1;
    overflow-wrap: anywhere;
}

.tyre-test-publication__methodology aside p {
    margin: 0.7rem 0 0;
    color: #c8d8e5;
    font-size: 0.76rem;
    line-height: 1.5;
}

.tyre-test-publication__next {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: center;
}

.tyre-test-publication__next > div:last-child {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.55rem;
}

@media (max-width: 1100px) {
    .tyre-test-directory__filters,
    .tyre-test-directory__method,
    .tyre-test-publication__methodology {
        grid-template-columns: 1fr;
    }

    .tyre-test-directory__filters form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tyre-test-directory__filter-actions {
        grid-column: 1 / -1;
    }

    .tyre-test-result {
        grid-template-columns: minmax(105px, 0.2fr) minmax(0, 1fr);
    }

    .tyre-test-result__actions {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) minmax(180px, 0.4fr);
        align-items: center;
        border-top: 1px solid var(--pp-line);
    }
}

@media (max-width: 820px) {
    .tyre-test-directory__hero,
    .tyre-test-publication__hero,
    .tyre-test-directory__section-heading {
        grid-template-columns: 1fr;
    }

    .tyre-test-directory__grid {
        grid-template-columns: 1fr;
    }

    .tyre-test-directory__visual > img {
        min-height: 13rem;
        max-height: 19rem;
        aspect-ratio: 16 / 8;
    }

    .tyre-test-directory__hero {
        position: relative;
        isolation: isolate;
    }

    .tyre-test-directory__hero-copy {
        position: relative;
        z-index: 1;
    }

    .tyre-test-directory__visual {
        position: absolute;
        z-index: 0;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: inherit;
        background: transparent;
        box-shadow: none;
        pointer-events: none;
    }

    .tyre-test-directory__visual > img {
        min-height: 0;
        max-height: none;
        height: 100%;
        opacity: 0.18;
        aspect-ratio: auto;
    }

    .tyre-test-directory__visual .tyre-test-directory__principle {
        display: none;
    }

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

    .tyre-test-publication__facts article:nth-child(3) {
        border-left: 0;
    }

    .tyre-test-publication__facts article:nth-child(n + 3) {
        border-top: 1px solid var(--pp-line);
    }

    .tyre-test-publication__next {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-test-publication__next > div:last-child {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .tyre-test-directory__hero,
    .tyre-test-publication__hero,
    .tyre-test-directory__filters,
    .tyre-test-directory__results,
    .tyre-test-directory__method,
    .tyre-test-publication__ranking,
    .tyre-test-publication__methodology,
    .tyre-test-publication__next {
        padding: 1.05rem;
        border-radius: 1rem;
    }

    .tyre-test-directory__hero h1,
    .tyre-test-publication__hero h1 {
        font-size: clamp(1.8rem, 11vw, 2.6rem);
    }

    .tyre-test-publication__hero h1 {
        font-size: clamp(1.8rem, 8.8vw, 2.2rem);
    }

    .tyre-test-directory__filters form,
    .tyre-test-directory__method > ol {
        grid-template-columns: 1fr;
    }

    .tyre-test-directory__filter-actions,
    .tyre-test-directory__filter-actions .btn,
    .tyre-test-publication__source-actions,
    .tyre-test-publication__source-actions .btn,
    .tyre-test-publication__next > div:last-child .btn {
        width: 100%;
    }

    .tyre-test-card__facts {
        grid-template-columns: 1fr;
    }

    .tyre-test-card__facts > div,
    .tyre-test-card__facts > div:first-child {
        padding: 0.55rem 0;
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

    .tyre-test-card__facts > div:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .tyre-test-card > footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-test-publication__facts {
        grid-template-columns: 1fr;
    }

    .tyre-test-publication__facts article,
    .tyre-test-publication__facts article:nth-child(3) {
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

    .tyre-test-publication__facts article:first-child {
        border-top: 0;
    }

    .tyre-test-result {
        grid-template-columns: 1fr;
    }

    .tyre-test-result__score {
        min-height: 7rem;
    }

    .tyre-test-result__main > header {
        flex-direction: column;
    }

    .tyre-test-result__main dl {
        grid-template-columns: 1fr;
    }

    .tyre-test-result__actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .tyre-test-result__actions .btn,
    .tyre-test-publication__next > div:last-child {
        width: 100%;
    }
}

/* Evidence-first visual refresh ----------------------------------------- */

.tyre-test-directory .accessory-visual-hero {
    overflow: hidden;
    border: 1px solid rgba(141, 227, 196, 0.22);
    box-shadow: 0 1.25rem 3rem rgba(1, 20, 31, 0.2);
}

.tyre-test-directory .accessory-visual-hero__media img {
    filter: saturate(0.88) contrast(1.04);
}

.tyre-test-publisher-mark {
    display: inline-grid;
    width: fit-content;
    min-width: 5.25rem;
    max-width: 11rem;
    gap: 0.08rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid rgba(8, 127, 91, 0.2);
    border-radius: 0.72rem;
    color: var(--pp-ink);
    background: #fff;
    box-shadow: 0 0.3rem 0.8rem rgba(16, 42, 67, 0.08);
    line-height: 1;
}

.tyre-test-publisher-mark small {
    color: var(--pp-muted);
    font-size: 0.53rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tyre-test-publisher-mark strong {
    overflow-wrap: anywhere;
    color: var(--pp-navy-deep);
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.tyre-test-card {
    position: relative;
    box-shadow: 0 0.6rem 1.5rem rgba(16, 42, 67, 0.08);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tyre-test-card::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 0.24rem;
    background: linear-gradient(90deg, var(--pp-primary), #38b98f 62%, #f5b933);
    content: '';
}

.tyre-test-card:hover {
    border-color: rgba(8, 127, 91, 0.35);
    box-shadow: 0 1rem 2.3rem rgba(16, 42, 67, 0.13);
    transform: translateY(-0.16rem);
}

.tyre-test-card__identity {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: start;
    margin-bottom: 0.8rem;
}

.tyre-test-card__identity .tyre-test-card__badges {
    justify-content: flex-end;
    margin-bottom: 0;
}

.tyre-test-card__badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.tyre-test-card__badges .store-icon,
.tyre-test-card__facts .store-icon,
.tyre-test-card > footer > span .store-icon {
    width: 0.82rem;
    height: 0.82rem;
    flex: 0 0 auto;
}

.tyre-test-card__facts dt {
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

.tyre-test-card__facts dt .store-icon {
    color: var(--pp-primary-dark);
}

.tyre-test-card__preview-heading {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: baseline;
}

.tyre-test-card__preview-heading strong {
    color: var(--pp-ink);
    font-size: 0.82rem;
}

.tyre-test-card__preview-heading span {
    color: var(--pp-muted);
    font-size: 0.68rem;
    font-weight: 750;
}

.tyre-test-card__preview li.tyre-test-card__rank {
    display: grid;
    grid-template-columns: 2.15rem 4.5rem minmax(0, 1fr) auto;
    gap: 0.55rem;
    align-items: center;
    padding: 0.6rem;
    border: 1px solid rgba(16, 42, 67, 0.08);
    box-shadow: 0 0.22rem 0.55rem rgba(16, 42, 67, 0.05);
}

.tyre-test-rank-medal {
    position: relative;
    z-index: 0;
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    place-items: center;
    border: 0.18rem solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--pp-navy-deep);
    box-shadow: 0 0 0 1px rgba(16, 42, 67, 0.17), 0 0.22rem 0.45rem rgba(16, 42, 67, 0.15);
    font-size: 0.78rem;
    font-weight: 950;
}

.tyre-test-card__rank--1 .tyre-test-rank-medal,
.tyre-test-podium__item--1 .tyre-test-rank-medal {
    color: #4a3100;
    background: linear-gradient(145deg, #ffe49a, #e6a91f);
}

.tyre-test-card__rank--2 .tyre-test-rank-medal,
.tyre-test-podium__item--2 .tyre-test-rank-medal {
    color: #30404a;
    background: linear-gradient(145deg, #f4f8fa, #aebdc7);
}

.tyre-test-card__rank--3 .tyre-test-rank-medal,
.tyre-test-podium__item--3 .tyre-test-rank-medal {
    color: #4c2512;
    background: linear-gradient(145deg, #e6ad80, #ad6034);
}

.tyre-brand-mark--test {
    width: 4.5rem;
    height: 2.35rem;
    border-radius: 0.55rem;
}

.tyre-brand-mark--test .tyre-brand-mark__image {
    padding: 0.35rem;
}

.tyre-test-brand-wordmark {
    display: inline-grid;
    min-width: 4.5rem;
    min-height: 2.35rem;
    max-width: 7rem;
    place-items: center;
    padding: 0.35rem 0.45rem;
    overflow-wrap: anywhere;
    border: 1px solid var(--pp-line);
    border-radius: 0.55rem;
    color: var(--pp-navy-deep);
    background: #fff;
    font-size: 0.61rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
}

.tyre-test-card__model {
    display: grid;
    min-width: 0;
    gap: 0.05rem;
}

.tyre-test-card__model small {
    color: var(--pp-muted);
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tyre-test-card__model strong {
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.78rem;
    line-height: 1.2;
}

.tyre-test-card__result-value {
    display: grid;
    justify-self: end;
    gap: 0.08rem;
    padding: 0.28rem 0.42rem;
    border-radius: 0.55rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    text-align: right;
}

.tyre-test-card__result-value b {
    font-size: 0.68rem;
    line-height: 1.2;
}

.tyre-test-card__result-value small {
    color: var(--pp-ink-soft);
    font-size: 0.58rem;
    font-weight: 750;
    line-height: 1.25;
}

.tyre-test-card__result-value .tyre-test-card__customer-score {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
    color: var(--pp-primary-dark);
    font-size: 0.68rem;
    font-weight: 900;
}

.tyre-test-card__customer-score .store-icon {
    width: 0.75rem;
    height: 0.75rem;
}

.tyre-test-card > footer > span {
    display: inline-flex;
    gap: 0.28rem;
    align-items: center;
}

.tyre-test-card > footer > span .store-icon {
    color: var(--pp-primary-dark);
}

.tyre-test-card > footer > a.tyre-test-card__cta {
    padding: 0.55rem 0.72rem;
    border-radius: 0.58rem;
    color: #fff;
    background: var(--pp-primary);
    text-decoration: none;
}

.tyre-test-card > footer > a.tyre-test-card__cta:hover,
.tyre-test-card > footer > a.tyre-test-card__cta:focus-visible {
    color: #fff;
    background: var(--pp-primary-dark);
}

.tyre-test-publication__hero {
    position: relative;
    isolation: isolate;
    background: var(--pp-navy-deep);
}

.tyre-test-publication__hero-media {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.34;
    filter: saturate(0.82) contrast(1.08);
}

.tyre-test-publication__hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 25, 39, 0.97) 0%, rgba(4, 25, 39, 0.9) 48%, rgba(4, 25, 39, 0.48) 100%);
    content: '';
    pointer-events: none;
}

.tyre-test-publication__scope {
    gap: 0.95rem;
    place-items: stretch;
    border-color: rgba(141, 227, 196, 0.48);
    background: rgba(4, 25, 39, 0.78);
    backdrop-filter: blur(0.45rem);
}

.tyre-test-publication__scope > .tyre-test-publisher-mark {
    width: 100%;
    max-width: none;
    padding: 0.72rem 0.8rem;
    border-color: rgba(141, 227, 196, 0.28);
    background: rgba(255, 255, 255, 0.96);
    text-align: left;
}

.tyre-test-publication__scope > .tyre-test-publisher-mark strong {
    font-size: 1.15rem;
}

.tyre-test-publication__scope > div {
    display: grid;
    place-items: center;
    text-align: center;
}

.tyre-test-publication__scope > div > span {
    color: #8de3c4;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 950;
    line-height: 1;
}

.tyre-test-publication__scope > div > strong {
    margin-top: 0.55rem;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 1.05rem;
}

.tyre-test-publication__scope > div > small {
    margin-top: 0.22rem;
    color: #c8d8e5;
}

.tyre-test-publication__facts article > span {
    display: inline-flex;
    gap: 0.32rem;
    align-items: center;
}

.tyre-test-publication__facts .store-icon {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--pp-primary-dark);
}

.tyre-test-publication__podium {
    padding: clamp(1.25rem, 3.5vw, 2.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 100% 0%, rgba(245, 185, 51, 0.11), transparent 22rem),
        #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-test-publication__podium h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 820;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

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

.tyre-test-podium__item {
    position: relative;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 0.45rem 1.15rem rgba(16, 42, 67, 0.08);
}

.tyre-test-podium__item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0.2rem;
    background: var(--pp-primary);
    content: '';
}

.tyre-test-podium__item--1::before {
    background: #dfa31b;
}

.tyre-test-podium__item--2::before {
    background: #9eacb5;
}

.tyre-test-podium__item--3::before {
    background: #ad6034;
}

.tyre-brand-mark--test-podium {
    width: 5rem;
    height: 2.75rem;
    border-radius: 0.62rem;
}

.tyre-test-podium__item > div {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.tyre-test-podium__item > div small {
    color: var(--pp-muted);
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tyre-test-podium__item > div strong {
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.9rem;
    line-height: 1.15;
}

.tyre-test-podium__item > div span {
    width: fit-content;
    margin-top: 0.18rem;
    padding: 0.2rem 0.4rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.63rem;
    font-weight: 800;
}

.tyre-test-podium__item > div .tyre-test-podium__score-note {
    margin-top: 0.28rem;
    color: var(--pp-ink-soft);
    font-size: 0.62rem;
    font-weight: 750;
    line-height: 1.25;
    text-transform: none;
}

.tyre-test-podium__item > div .tyre-test-podium__customer-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.24rem;
    color: #fff;
    background: var(--pp-navy-deep);
    font-size: 0.72rem;
    font-weight: 900;
}

.tyre-test-podium__customer-rating .store-icon {
    width: 0.82rem;
    height: 0.82rem;
    color: #8de3c4;
}

.tyre-test-result {
    position: relative;
    box-shadow: 0 0.4rem 1rem rgba(16, 42, 67, 0.06);
}

.tyre-test-result--podium {
    border-color: rgba(8, 127, 91, 0.3);
    box-shadow: 0 0.65rem 1.4rem rgba(8, 127, 91, 0.1);
}

.tyre-test-result--podium .tyre-test-result__score {
    background: linear-gradient(145deg, #0a6148, var(--pp-primary-dark));
}

.tyre-test-result__identity {
    display: flex;
    min-width: 0;
    gap: 0.75rem;
    align-items: center;
}

.tyre-test-result__identity > div {
    min-width: 0;
}

.tyre-brand-mark--test-result {
    width: 5.5rem;
    height: 2.75rem;
    border-radius: 0.62rem;
}

.tyre-test-result__main details[open] {
    padding: 0.7rem;
    border: 1px solid rgba(8, 127, 91, 0.14);
    border-radius: 0.65rem;
    background: #f7fbfa;
}

.tyre-test-result__main details[open] summary {
    color: var(--pp-ink);
}

.tyre-test-result__main dl > div {
    border: 1px solid rgba(16, 42, 67, 0.07);
    background: #fff;
}

.tyre-test-result__main dd {
    min-width: 2rem;
    padding: 0.1rem 0.28rem;
    border-radius: 0.3rem;
    background: var(--pp-primary-soft);
    text-align: center;
}

.tyre-test-result__source-link {
    display: inline-flex;
    justify-content: center;
    gap: 0.3rem;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 800;
    text-align: center;
}

.tyre-test-result__source-link .store-icon {
    width: 0.85rem;
    height: 0.85rem;
}

@media (max-width: 1100px) {
    .tyre-test-podium__item {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tyre-test-podium__item .tyre-brand-mark,
    .tyre-test-podium__item > .tyre-test-brand-wordmark {
        grid-column: 2;
        grid-row: 1;
        opacity: 0.78;
    }

    .tyre-test-podium__item > div {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .tyre-test-podium {
        grid-template-columns: 1fr;
    }

    .tyre-test-podium__item {
        grid-template-columns: auto auto minmax(0, 1fr);
    }

    .tyre-test-podium__item .tyre-brand-mark,
    .tyre-test-podium__item > .tyre-test-brand-wordmark,
    .tyre-test-podium__item > div {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 620px) {
    .tyre-test-publication__podium {
        padding: 1.05rem;
        border-radius: 1rem;
    }

    .tyre-test-card__identity {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-test-card__identity .tyre-test-card__badges {
        justify-content: flex-start;
    }

    .tyre-test-card__preview li.tyre-test-card__rank {
        grid-template-columns: 2.15rem 4.2rem minmax(0, 1fr);
    }

    .tyre-test-card__result-value {
        grid-column: 2 / -1;
        justify-self: start;
    }

    .tyre-test-publication__scope {
        width: 100%;
    }

    .tyre-test-podium__item {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tyre-test-podium__item .tyre-brand-mark,
    .tyre-test-podium__item > .tyre-test-brand-wordmark {
        grid-column: 2;
        grid-row: 1;
    }

    .tyre-test-podium__item > div {
        grid-column: 1 / -1;
    }

    .tyre-test-result__identity {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tyre-test-card {
        transition: none;
    }

    .tyre-test-card:hover {
        transform: none;
    }
}

