/* Airek Sports visual presentation upgrade v19 — CSR and R&D conflict correction. */

.csr-pillars {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(102,183,125,.12), transparent 36%),
        linear-gradient(180deg, rgba(12,35,61,.72), rgba(5,18,32,.94));
    border-block: 1px solid rgba(102,183,125,.18);
}

.csr-pillar-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "people core material"
        "resource core packing"
        "sourcing core records";
    gap: 22px 40px;
    align-items: center;
    max-width: 1180px;
    margin: 50px auto 0;
}

.csr-pillar-map::before,
.csr-pillar-map::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.csr-pillar-map::before {
    inset: 12% 21%;
    border: 2px solid color-mix(in srgb, var(--gold) 55%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 85px color-mix(in srgb, var(--gold) 18%, transparent);
}

.csr-pillar-map::after {
    left: 50%;
    top: 7%;
    bottom: 7%;
    width: 1px;
    background: linear-gradient(transparent, var(--gold), transparent);
    opacity: .62;
}

.csr-map-core {
    grid-area: core;
    position: relative;
    z-index: 2;
    width: 210px;
    aspect-ratio: 1;
    justify-self: center;
    border-radius: 50%;
    display: grid;
    place-content: center;
    gap: 9px;
    text-align: center;
    background:
        radial-gradient(circle at 35% 28%, rgba(255,255,255,.25), transparent 34%),
        linear-gradient(145deg, #57ce78, #21894c);
    border: 3px solid #b8f5c8;
    color: #041424;
    box-shadow: 0 22px 70px rgba(0,0,0,.42), 0 0 0 12px rgba(102,183,125,.15), 0 0 48px rgba(102,183,125,.34);
}

.csr-map-core i {
    font-size: 2rem;
    color: #041424;
}

.csr-map-core b {
    font-size: 1.18rem;
    line-height: 1.2;
}

.csr-map-core span {
    color: rgba(4,20,36,.78);
    font-size: .78rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.csr-map-node {
    --pillar-accent: #66b77d;
    --pillar-rgb: 102,183,125;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 116px;
    padding: 20px;
    background:
        linear-gradient(115deg, rgba(var(--pillar-rgb),.22), transparent 42%),
        linear-gradient(145deg, rgba(18,48,80,.98), rgba(6,20,35,.98));
    border: 2px solid var(--pillar-accent);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0,0,0,.34), 0 0 25px rgba(var(--pillar-rgb),.12);
}

.csr-map-node::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--pillar-accent), transparent);
}

.csr-map-node:nth-of-type(odd)::after {
    right: -40px;
}

.csr-map-node:nth-of-type(even)::after {
    left: -40px;
    transform: rotate(180deg);
}

.csr-map-node > i {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #061423;
    background: var(--pillar-accent);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 8px 25px rgba(var(--pillar-rgb),.3);
}

.csr-map-node h3 {
    margin: 0 0 5px;
    font-size: 1rem;
    color: #fff;
}

.csr-map-node p {
    margin: 0;
    color: #eef5ff;
    font-size: .88rem;
    line-height: 1.5;
}

.csr-pillars .section-title p,
.responsibility-intro .prose p,
.responsibility-intro .side-card p {
    color: #eef5ff;
}

.node-people { grid-area: people; --pillar-accent: #65d488; --pillar-rgb: 101,212,136; }
.node-material { grid-area: material; --pillar-accent: #46c7da; --pillar-rgb: 70,199,218; }
.node-resource { grid-area: resource; --pillar-accent: #64a8ff; --pillar-rgb: 100,168,255; }
.node-packing { grid-area: packing; --pillar-accent: #ff9f58; --pillar-rgb: 255,159,88; }
.node-sourcing { grid-area: sourcing; --pillar-accent: #b996ff; --pillar-rgb: 185,150,255; }
.node-records { grid-area: records; --pillar-accent: #ff7f9f; --pillar-rgb: 255,127,159; }

.concept-delivery-flow {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
    align-items: start;
    gap: 14px;
    margin: 48px 0 38px;
}

.concept-delivery-flow article {
    text-align: center;
}

.process-visual {
    position: relative;
    width: 126px;
    height: 126px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 35% 30%, rgba(102,183,125,.32), transparent 36%),
        linear-gradient(145deg, #12375b, #071522);
    border: 1px solid rgba(102,183,125,.7);
    box-shadow: 0 18px 42px rgba(0,0,0,.28), inset 0 0 0 8px rgba(102,183,125,.06);
}

.process-visual i {
    color: var(--gold);
    font-size: 2.2rem;
}

.process-visual span {
    position: absolute;
    right: -3px;
    top: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold);
    color: #061423;
    font-weight: 800;
    font-size: .75rem;
}

.concept-delivery-flow h3 {
    margin: 0 0 9px;
    font-size: 1.05rem;
}

.concept-delivery-flow p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.65;
}

.flow-arrow {
    align-self: start;
    margin-top: 54px;
    color: var(--gold);
    opacity: .65;
}

.category-range .category-sport-grid img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.blog .blog-card-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.rd-focus-visual-grid article {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(102,183,125,.32);
    background: #081a2c;
}

.rd-focus-visual-grid article > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.rd-focus-visual-grid article > div {
    position: relative;
    padding: 22px 20px 24px;
}

.rd-focus-visual-grid article > div > span {
    position: absolute;
    right: 18px;
    top: 18px;
}

.rd-development-flow {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
    gap: 14px;
    align-items: center;
    margin-top: 46px;
}

.rd-development-flow article {
    min-width: 0;
    text-align: center;
}

.rd-flow-visual {
    position: relative;
    margin-bottom: 18px;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(102,183,125,.65);
    box-shadow: 0 18px 40px rgba(0,0,0,.3);
}

.rd-flow-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 50%, rgba(4,16,31,.72));
    pointer-events: none;
}

.rd-flow-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.rd-flow-visual span {
    position: absolute;
    z-index: 2;
    left: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: #061423;
    font-weight: 800;
}

.rd-development-flow > i {
    color: var(--gold);
    font-size: 1.15rem;
}

.rd-development-flow h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1rem;
}

.rd-development-flow p {
    margin: 0;
    color: #d8e4f2;
    font-size: .84rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .csr-pillar-map {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "core core"
            "people material"
            "resource packing"
            "sourcing records";
    }

    .csr-pillar-map::before,
    .csr-pillar-map::after,
    .csr-map-node::after {
        display: none;
    }

    .csr-map-core {
        margin-bottom: 18px;
    }

    .concept-delivery-flow {
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px;
    }

    .flow-arrow,
    .rd-development-flow > i {
        display: none;
    }

    .rd-development-flow {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 30px 22px;
    }
}

@media (max-width: 560px) {
    .csr-pillar-map,
    .concept-delivery-flow,
    .rd-development-flow {
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }

    .csr-map-core,
    .csr-map-node {
        grid-area: auto;
    }

    .csr-map-node {
        min-height: 0;
    }
}

/* Final specificity corrections for legacy CSR/R&D rules loaded earlier. */
.csr-pillars .section-title h2 {
    color: #ffffff !important;
    font-size: clamp(2.45rem, 4.6vw, 4.65rem);
    text-shadow: 0 8px 28px rgba(0,0,0,.28);
}

.csr-pillars .section-title h2 .text-gold {
    color: #65d488 !important;
}

.csr-pillars .section-title > p {
    color: #eef5ff !important;
}

.csr-map-node h3 {
    color: #ffffff !important;
}

.csr-map-node p {
    color: #eef5ff !important;
}

.csr-pillar-map {
    max-width: 1080px;
    gap: 16px 32px;
    margin-top: 38px;
}

.csr-map-core {
    width: 180px;
}

.csr-map-node {
    min-height: 100px;
    padding: 17px 18px;
}

.csr-map-node > i {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
}

.rd-focus {
    background: #f5f7fb !important;
    color: #07183f !important;
}

.rd-focus .section-title h2 {
    color: #07183f !important;
}

.rd-focus .section-title h2 .text-gold {
    color: #278751 !important;
}

.rd-focus-visual-grid {
    grid-template-columns: repeat(6,minmax(0,1fr)) !important;
    gap: 24px !important;
}

.rd-focus-visual-grid article {
    grid-column: span 2;
    display: block;
    min-width: 0;
    padding: 0 !important;
    background: #ffffff !important;
    color: #07183f !important;
    border: 1px solid #d7e1eb !important;
    box-shadow: 0 18px 44px rgba(7,24,63,.11);
}

.rd-focus-visual-grid article:nth-child(4) {
    grid-column: 2 / span 2;
}

.rd-focus-visual-grid article:nth-child(5) {
    grid-column: 4 / span 2;
}

.rd-focus-visual-grid article::before,
.rd-focus-visual-grid article::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
}

.rd-focus-visual-grid article > img {
    position: static !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 1 !important;
}

.rd-focus-visual-grid article > div {
    position: relative;
    z-index: 1;
    padding: 22px 22px 25px;
}

.rd-focus-visual-grid article > div > span {
    top: 22px !important;
    right: 22px !important;
    color: #718096 !important;
}

.rd-focus-visual-grid article i {
    color: #278751 !important;
}

.rd-focus-visual-grid article h3 {
    margin: 22px 0 10px !important;
    color: #07183f !important;
    font-size: 1.45rem !important;
}

.rd-focus-visual-grid article p {
    margin: 0 !important;
    color: #536176 !important;
    font-size: .78rem !important;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .rd-focus-visual-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    .rd-focus-visual-grid article,
    .rd-focus-visual-grid article:nth-child(4),
    .rd-focus-visual-grid article:nth-child(5) {
        grid-column: auto;
    }

    .rd-focus-visual-grid article:last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 12px);
        width: 100%;
        justify-self: center;
    }
}

@media (max-width: 700px) {
    .rd-focus-visual-grid {
        grid-template-columns: 1fr !important;
    }

    .rd-focus-visual-grid article:last-child {
        grid-column: auto;
        max-width: none;
    }

    .csr-pillars .section-title h2 {
        font-size: clamp(2.15rem, 11vw, 3.1rem);
    }
}
