﻿/* =========================================================
   AI & BLOODSTOCK SERIES
========================================================= */

.aib-page {
    background: #09150f;
    color: #18221c;
}

.aib-inner {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

.aib-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #79a94a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.aib-kicker-gold {
    color: #d2ad54;
}

.aib-center {
    text-align: center;
}

.aib-section-heading {
    max-width: 940px;
    margin: 0 auto 34px;
}

    .aib-section-heading h2,
    .aib-thinking h2,
    .aib-principles h2,
    .aib-final h2,
    .aib-audience h2 {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 500;
        line-height: 1.06;
    }

    .aib-section-heading h2 {
        color: #f3eee5;
        font-size: clamp(34px, 3.2vw, 50px);
    }

    .aib-section-heading p {
        max-width: 820px;
        margin: 16px auto 0;
        color: #aab6ae;
        font-size: 16px;
        line-height: 1.7;
    }


/* =========================================================
   BUTTONS
========================================================= */

.aib-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

    .aib-btn:hover {
        transform: translateY(-1px);
    }

.aib-btn-gold {
    border: 1px solid #c6a34f;
    background: #c6a34f;
    color: #08130d;
}

    .aib-btn-gold:hover {
        border-color: #d7b960;
        background: #d7b960;
        color: #08130d;
    }

.aib-btn-outline {
    border: 1px solid rgba(255,255,255,.30);
    background: transparent;
    color: #f1f4f1;
}

    .aib-btn-outline:hover {
        border-color: #d2dbd4;
        background: rgba(255,255,255,.05);
        color: #fff;
    }


/* =========================================================
   HERO
========================================================= */

.aib-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 78% 22%, rgba(199,161,75,.10), transparent 26% ), linear-gradient( 135deg, #07110c 0%, #0a1811 55%, #14261c 100% );
}

.aib-hero-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    min-height: 600px;
    align-items: stretch;
}

.aib-hero-copy {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 68px 58px 68px 0;
}

    .aib-hero-copy h1 {
        max-width: 700px;
        margin: 0;
        color: #f6f1e7;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(64px, 6vw, 92px);
        font-weight: 500;
        line-height: .92;
        letter-spacing: -.03em;
    }

    .aib-hero-copy h2 {
        max-width: 720px;
        margin: 20px 0 0;
        color: #d2ad54;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(24px, 2vw, 32px);
        font-weight: 500;
        line-height: 1.2;
    }

.aib-hero-rule {
    width: 52px;
    height: 2px;
    margin-top: 22px;
    background: #c6a34f;
}

.aib-hero-highlight {
    max-width: 690px;
    margin: 20px 0 0;
    padding-left: 18px;
    border-left: 2px solid #c6a34f;
    color: #d8c173;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
    line-height: 1.58;
}

.aib-hero-lede {
    max-width: 690px;
    margin: 18px 0 0;
    color: #b9c4bc;
    font-size: 15px;
    line-height: 1.72;
}

.aib-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.aib-hero-visual {
    position: relative;
    overflow: hidden;
}

    .aib-hero-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient( 90deg, #0a1811 0%, rgba(10,24,17,.80) 10%, rgba(10,24,17,.28) 34%, rgba(10,24,17,.05) 100% );
        pointer-events: none;
    }

    .aib-hero-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        background: linear-gradient( 180deg, rgba(6,15,10,.04), rgba(6,15,10,.26) );
        pointer-events: none;
    }

    .aib-hero-visual img {
        width: 100%;
        height: 100%;
        min-height: 600px;
        display: block;
        object-fit: cover;
        filter: brightness(.74) saturate(.88);
    }


/* =========================================================
   AUDIENCE / MORE THAN AUTOMATION
========================================================= */

.aib-audience {
    padding: 50px 0 56px;
    background: radial-gradient( circle at 50% 0%, rgba(199,161,75,.06), transparent 30% ), #0b1d14;
}

.aib-audience-intro {
    max-width: 820px;
    margin-bottom: 30px;
}

.aib-audience h2 {
    color: #f3eee5;
    font-size: clamp(32px, 3vw, 46px);
}

.aib-audience-intro p {
    margin: 16px 0 0;
    color: #aab6ae;
    font-size: 15px;
    line-height: 1.7;
}

.aib-audience-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border: 1px solid rgba(199,161,75,.18);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,.015);
}

    .aib-audience-grid article {
        min-height: 245px;
        padding: 24px 16px;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,.07);
    }

        .aib-audience-grid article:last-child {
            border-right: 0;
        }

.aib-audience-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.38);
    border-radius: 50%;
    background: #0d3626;
}

    .aib-audience-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.aib-audience-grid h3 {
    margin: 0;
    color: #f2ede3;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
}

.aib-audience-grid p {
    margin: 10px 0 0;
    color: #a7b3aa;
    font-size: 12px;
    line-height: 1.55;
}

.aib-audience-statement {
    max-width: 1120px;
    margin: 26px auto 0;
    padding: 18px 22px;
    border: 1px solid rgba(199,161,75,.28);
    border-radius: 9px;
    background: rgba(255,255,255,.02);
    text-align: center;
}

    .aib-audience-statement p {
        margin: 0;
        color: #d4ddd6;
        font-size: 14px;
        line-height: 1.65;
    }


/* =========================================================
   THINKING PARTNER
========================================================= */

.aib-thinking {
    padding: 58px 0 62px;
    background: #f5f0e7;
}

.aib-thinking-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 52px;
    align-items: start;
}

.aib-thinking-copy h2 {
    color: #17231b;
    font-size: clamp(38px, 3.4vw, 52px);
}

.aib-thinking-copy p {
    margin: 16px 0 0;
    color: #5f6a62;
    font-size: 15px;
    line-height: 1.72;
}

.aib-thinking-flow {
    display: grid;
    grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr 38px 1fr;
    align-items: start;
}

    .aib-thinking-flow article {
        text-align: center;
    }

.aib-thinking-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #b8c3ba;
    border-radius: 50%;
    background: #faf8f2;
}

    .aib-thinking-icon img {
        width: 92%;
        height: 92%;
        object-fit: contain;
    }

.aib-thinking-flow h3 {
    margin: 0;
    color: #173020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
}

.aib-thinking-flow p {
    margin: 10px 0 0;
    color: #5f6a62;
    font-size: 12px;
    line-height: 1.55;
}

.aib-thinking-arrow {
    padding-top: 30px;
    text-align: center;
    color: #a98235;
    font-size: 28px;
}

.aib-thinking-statement {
    margin-top: 30px;
    padding: 18px 22px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid #c9c1b3;
    border-radius: 9px;
    background: #fbf8f2;
    text-align: center;
}

    .aib-thinking-statement strong {
        color: #173020;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 21px;
        font-weight: 500;
    }

    .aib-thinking-statement span {
        color: #667168;
        font-size: 13px;
    }


/* =========================================================
   TOPICS
========================================================= */

.aib-topics {
    padding: 54px 0 58px;
    background: radial-gradient( circle at 50% 10%, rgba(199,161,75,.05), transparent 26% ), linear-gradient( 135deg, #07120d, #0d2419, #103122 );
}

.aib-topic-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid rgba(199,161,75,.22);
    border-bottom: 1px solid rgba(199,161,75,.22);
}

    .aib-topic-grid article {
        min-height: 265px;
        padding: 26px 18px;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,.07);
    }

        .aib-topic-grid article:last-child {
            border-right: 0;
        }

.aib-topic-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.36);
    border-radius: 50%;
    background: #0d3626;
}

    .aib-topic-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.aib-topic-grid h3 {
    margin: 0;
    color: #f4efe5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.aib-topic-grid p {
    margin: 10px 0 0;
    color: #aab7ae;
    font-size: 12px;
    line-height: 1.55;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.aib-principles {
    padding: 52px 0 56px;
    background: #f1ece3;
}

.aib-principles-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 54px;
    align-items: start;
}

.aib-principles h2 {
    color: #17231b;
    font-size: clamp(36px, 3vw, 48px);
}

.aib-principle-list {
    border-top: 1px solid #d6cec1;
}

    .aib-principle-list article {
        padding: 18px 0;
        border-bottom: 1px solid #d6cec1;
    }

    .aib-principle-list strong {
        display: block;
        color: #183020;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 19px;
        font-weight: 500;
    }

    .aib-principle-list p {
        margin: 6px 0 0;
        color: #667168;
        font-size: 13px;
        line-height: 1.55;
    }


/* =========================================================
   SERIES ARTICLES
========================================================= */

.aib-series {
    padding: 60px 0 64px;
    background: #f7f3eb;
}

    .aib-series .aib-section-heading h2 {
        color: #17231b;
    }

    .aib-series .aib-section-heading p {
        color: #667168;
    }

.aib-series-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.aib-series-card {
    overflow: hidden;
    border: 1px solid #d8cfc1;
    border-radius: 12px;
    background: #fbf8f2;
    box-shadow: 0 7px 16px rgba(38,46,40,.035);
}

.aib-series-image {
    height: 220px;
    overflow: hidden;
    background: #0b2117;
}

    .aib-series-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .25s ease;
    }

.aib-series-card:hover .aib-series-image img {
    transform: scale(1.025);
}

.aib-series-content {
    padding: 22px 22px 24px;
}

    .aib-series-content > span {
        display: block;
        color: #3d704d;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .10em;
        text-transform: uppercase;
    }

    .aib-series-content h3 {
        margin: 9px 0 0;
        color: #17231b;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 23px;
        font-weight: 500;
        line-height: 1.2;
    }

    .aib-series-content p {
        margin: 12px 0 0;
        color: #667168;
        font-size: 13px;
        line-height: 1.6;
    }

    .aib-series-content a {
        display: inline-block;
        margin-top: 18px;
        color: #315e42;
        font-size: 12.5px;
        font-weight: 800;
        text-decoration: none;
    }

        .aib-series-content a:hover {
            color: #1f462f;
            text-decoration: underline;
        }


/* =========================================================
   FINAL
========================================================= */

.aib-final {
    background: radial-gradient( circle at 76% 40%, rgba(199,161,75,.08), transparent 28% ), linear-gradient( 130deg, #07120d, #0c2419, #123323 );
}

.aib-final-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 470px;
    align-items: stretch;
}

.aib-final-image {
    overflow: hidden;
}

    .aib-final-image img {
        width: 100%;
        height: 100%;
        min-height: 470px;
        display: block;
        object-fit: cover;
        filter: brightness(.76) saturate(.88);
    }

.aib-final-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 50px 52px;
}

.aib-final h2 {
    color: #f4efe5;
    font-size: clamp(40px, 3.6vw, 56px);
}

.aib-final-copy p {
    max-width: 760px;
    margin: 15px 0 0;
    color: #aab7ae;
    font-size: 15px;
    line-height: 1.7;
}

.aib-final-copy blockquote {
    margin: 22px 0 0;
    padding-left: 18px;
    border-left: 2px solid #c6a34f;
    color: #d5bb70;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.45;
}

.aib-final-actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   RESPONSIVE - 1250
========================================================= */

@media (max-width: 1250px) {

    .aib-audience-grid,
    .aib-topic-grid {
        grid-template-columns: repeat(3, 1fr);
    }

        .aib-audience-grid article,
        .aib-topic-grid article {
            border-bottom: 1px solid rgba(255,255,255,.07);
        }

            .aib-audience-grid article:nth-child(3n),
            .aib-topic-grid article:nth-child(3n) {
                border-right: 0;
            }

            .aib-audience-grid article:nth-last-child(-n+3),
            .aib-topic-grid article:nth-last-child(-n+3) {
                border-bottom: 0;
            }

    .aib-series-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================================
   RESPONSIVE - 1050
========================================================= */

@media (max-width: 1050px) {

    .aib-hero-grid,
    .aib-thinking-grid,
    .aib-principles-grid,
    .aib-final-grid {
        grid-template-columns: 1fr;
    }

    .aib-hero-copy {
        padding: 54px 0 40px;
    }

    .aib-hero-visual img {
        min-height: 420px;
    }

    .aib-thinking-flow {
        grid-template-columns: 1fr;
        gap: 12px;
    }

        .aib-thinking-flow article {
            padding: 20px;
            border: 1px solid #d8d0c3;
            border-radius: 10px;
            background: #fbf8f2;
        }

    .aib-thinking-arrow {
        padding: 0;
        transform: rotate(90deg);
    }

    .aib-final-copy {
        padding: 46px 0 52px;
    }
}


/* =========================================================
   RESPONSIVE - 800
========================================================= */

@media (max-width: 800px) {

    .aib-audience-grid,
    .aib-topic-grid,
    .aib-series-grid {
        grid-template-columns: 1fr 1fr;
    }

        .aib-audience-grid article:nth-child(3n),
        .aib-topic-grid article:nth-child(3n) {
            border-right: 1px solid rgba(255,255,255,.07);
        }

        .aib-audience-grid article:nth-child(2n),
        .aib-topic-grid article:nth-child(2n) {
            border-right: 0;
        }

        .aib-audience-grid article:nth-last-child(-n+3),
        .aib-topic-grid article:nth-last-child(-n+3) {
            border-bottom: 1px solid rgba(255,255,255,.07);
        }

        .aib-audience-grid article:nth-last-child(-n+2),
        .aib-topic-grid article:nth-last-child(-n+2) {
            border-bottom: 0;
        }
}


/* =========================================================
   RESPONSIVE - 650
========================================================= */

@media (max-width: 650px) {

    .aib-inner {
        width: min(100% - 32px, 1480px);
    }

    .aib-hero-copy h1 {
        font-size: 54px;
    }

    .aib-hero-copy h2 {
        font-size: 24px;
    }

    .aib-hero-highlight {
        font-size: 17px;
    }

    .aib-hero-lede {
        font-size: 15px;
    }

    .aib-hero-actions,
    .aib-final-actions {
        flex-direction: column;
    }

    .aib-btn {
        width: 100%;
    }

    .aib-hero-visual img {
        min-height: 340px;
    }

    .aib-audience-grid,
    .aib-topic-grid,
    .aib-series-grid {
        grid-template-columns: 1fr;
    }

        .aib-audience-grid article,
        .aib-topic-grid article,
        .aib-audience-grid article:nth-child(2n),
        .aib-topic-grid article:nth-child(2n),
        .aib-audience-grid article:nth-child(3n),
        .aib-topic-grid article:nth-child(3n) {
            border-right: 0;
        }

            .aib-audience-grid article,
            .aib-topic-grid article,
            .aib-audience-grid article:nth-last-child(-n+2),
            .aib-topic-grid article:nth-last-child(-n+2),
            .aib-audience-grid article:nth-last-child(-n+3),
            .aib-topic-grid article:nth-last-child(-n+3) {
                border-bottom: 1px solid rgba(255,255,255,.07);
            }

                .aib-audience-grid article:last-child,
                .aib-topic-grid article:last-child {
                    border-bottom: 0;
                }

        .aib-audience-grid article,
        .aib-topic-grid article {
            min-height: 0;
        }

    .aib-thinking-statement {
        flex-direction: column;
    }

    .aib-series-image {
        height: 205px;
    }

    .aib-final-image img {
        min-height: 330px;
    }
}


/* =========================================================
   VERY SMALL
========================================================= */

@media (max-width: 420px) {

    .aib-hero-copy h1 {
        font-size: 47px;
    }
}
