/* JB Copeland page-specific corrections.
   Keep the original SWAGGER typography and text colours intact. */

/* Replace only the old navy backgrounds with a forest tone drawn from the shoot. */
.bg-red,
.red-bg,
.site-content-section .nav-list,
.let-us-know a {
    background: #263A32 !important;
}

.close-btn:hover,
.menu-btn:hover {
    background: #263A32 !important;
}

/* First-page feature title. Replaces the old title artwork while
   retaining the original black headline treatment. */
.home-section .logo .cover-title-link {
    text-decoration: none;
    color: inherit;
}

.home-section .logo .cover-title {
    color: #000;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(42px, 4.4vw, 76px);
    font-weight: 700;
    line-height: .92;
    letter-spacing: -2.5px;
    text-transform: uppercase;
    max-width: 650px;
}

/* Keep the image focal points from cutting off JB awkwardly. */
@media only screen and (min-width: 981px) {
    .home-section {
        background-position: center 36% !important;
    }

    #section-7.mindingthePs {
        background-position: 45% 42% !important;
    }

    #section-18.creative-companies {
        background-position: 42% 46% !important;
    }

    #section-19.mindingthePs {
        background-position: 58% 46% !important;
    }

    #section-8 .hide-on-mobile,
    #section-20 .hide-on-mobile {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
    }
}

/* Mobile files are already portrait crops; do not crop them again. */
@media only screen and (min-width: 320px) and (max-width: 980px) {
    .show-mobile .img-fluid,
    img.show-mobile.img-fluid {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center top;
    }
}


/* Revision per latest editorial notes */
/* Match the first-page title to the bold condensed reference. */
.home-section .logo {
    width: min(86vw, 980px) !important;
}

.home-section .logo .cover-title {
    color: #000;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(28px, 3.25vw, 58px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: 0;
    text-transform: none;
    max-width: 880px;
    text-wrap: balance;
    text-shadow: none;
}

/* Keep the green quote panel readable with the updated copy. */
.centered-hero-text {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 40px;
    font-size: clamp(26px, 2.55vw, 44px) !important;
    line-height: 1.28 !important;
}

@media only screen and (max-width: 980px) {
    .home-section .logo {
        width: calc(100% - 30px) !important;
        padding: 36px 15px !important;
    }

    .home-section .logo .cover-title {
        font-size: clamp(26px, 8vw, 42px);
        line-height: 1.04;
        max-width: 100%;
    }

    .centered-hero-text {
        padding: 0 20px;
        font-size: clamp(22px, 6vw, 32px) !important;
        line-height: 1.3 !important;
    }
}


/* REV3: opening photo gets the article title only. */
.home-section .logo {
    width: min(62vw, 820px) !important;
}
.home-section .logo .cover-title {
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
    font-size: clamp(48px, 5.3vw, 92px) !important;
    font-weight: 400 !important;
    line-height: .92 !important;
    letter-spacing: -1px !important;
    text-transform: none !important;
    max-width: 760px !important;
    color: #000 !important;
}
@media only screen and (max-width: 980px) {
    .home-section .logo { width: calc(100% - 30px) !important; }
    .home-section .logo .cover-title {
        font-size: clamp(38px, 11vw, 64px) !important;
        line-height: .94 !important;
        max-width: 100% !important;
    }
}

/* REV9: keep the microphone photo in the original full-width treatment,
   but shift the crop upward so JB's head/hat remain visible. */
@media only screen and (min-width: 981px) {
    #section-18.creative-companies {
        background-position: center 10% !important;
        background-size: cover !important;
    }
}


/* Additional editorial photo break to balance longer body copy */
.feature-img.big-photo-break {
    margin: 42px 0 34px;
}

.feature-img.big-photo-break img {
    width: 100%;
    max-width: 760px;
    display: block;
    margin: 0 auto;
}


/* Reference-inspired editorial quote spread — corrected proportions */
.editorial-spread {
    background: #efefef;
    padding: 68px 0 76px;
    overflow: hidden;
}

.editorial-spread .section {
    height: auto !important;
    min-height: 0 !important;
}

.editorial-spread .container-fluid {
    max-width: 1640px;
    margin: 0 auto;
    padding-left: 54px;
    padding-right: 54px;
}

.editorial-spread-top {
    align-items: flex-start;
    margin-bottom: 64px;
}

.editorial-spread-title {
    font-family: Noto Serif, serif;
    font-size: clamp(30px, 2.05vw, 38px);
    line-height: 1.42;
    font-weight: 700;
    color: #191621;
    text-transform: uppercase;
    margin: 0;
    max-width: 430px;
    letter-spacing: -0.3px;
}

.editorial-spread-copy {
    font-family: Noto Serif, serif;
    font-size: clamp(17px, 1.18vw, 22px);
    line-height: 1.55;
    color: #2d2d2d;
    margin: 0 0 24px;
    max-width: 690px;
}

.editorial-spread-quote {
    font-family: Noto Serif, serif;
    font-size: clamp(42px, 3.35vw, 62px);
    line-height: 1.12;
    font-weight: 700;
    color: #191621;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
}

@media only screen and (max-width: 980px) {
    .editorial-spread {
        padding: 42px 0 48px;
    }

    .editorial-spread .container-fluid {
        padding-left: 22px;
        padding-right: 22px;
    }

    .editorial-spread-top {
        margin-bottom: 34px;
    }

    .editorial-spread-title {
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.24;
        max-width: 100%;
        margin-bottom: 28px;
    }

    .editorial-spread-copy {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .editorial-spread-quote {
        font-size: clamp(30px, 8.5vw, 46px);
        line-height: 1.12;
        max-width: 100%;
    }
}
