/* Compact editorial Brand dossier: keep identity, About copy, Company facts,
 * actions and campaign media together before Rankings and Coverage. */
.rb-brand-profile__hero,
.rb-brand-profile__hero-grid {
    min-height: 0;
}

/* Keep the integrated brand dossier on a clean, solid editorial surface. */
.rb-brand-profile__hero::before {
    content: none;
}

/* Ranking spotlight: solid surface and a tighter editorial rhythm. */
.rb-brand-ranking-spotlight {
    padding-block: clamp(48px, 5vw, 72px);
}

.rb-brand-ranking-spotlight::before {
    content: none;
}

.rb-brand-ranking-spotlight__header {
    padding-bottom: clamp(24px, 2.5vw, 36px);
}

.rb-brand-ranking-spotlight__lead {
    margin-top: clamp(24px, 3vw, 38px);
}

.rb-brand-ranking-spotlight__lead-link {
    min-height: clamp(350px, 38vw, 500px);
}

.rb-brand-ranking-spotlight__lead.has-no-media .rb-brand-ranking-spotlight__lead-link {
    min-height: 380px;
}

.rb-brand-ranking-spotlight__lead-content {
    padding: clamp(28px, 3.5vw, 50px);
}

.rb-brand-ranking-spotlight__lead-proof {
    margin-top: clamp(28px, 3.5vw, 44px);
}

.rb-brand-ranking-spotlight__position strong {
    font-size: clamp(62px, 6.4vw, 90px);
}

.rb-brand-ranking-spotlight__value {
    margin-top: clamp(22px, 3vw, 34px);
}

.rb-brand-ranking-spotlight__lead-action {
    padding-top: clamp(24px, 3vw, 38px);
}

.rb-brand-ranking-spotlight__row a {
    min-height: 112px;
    padding-block: 18px;
}

/* Align the Brand Jobs title with the Latest coverage title. */
.rb-brand-profile .rb-jobs-module--brand .rb-jobs-module__header h2 {
    font-size: clamp(43px, 5.2vw, 76px);
    letter-spacing: -.04em;
    line-height: .98;
}

/* Remove stacked whitespace between the lower profile modules. */
.rb-brand-profile .rb-jobs-module--brand {
    padding-block: clamp(36px, 3.2vw, 48px);
}

.rb-brand-profile .rb-jobs-module--brand .rb-jobs-module__intro {
    margin-top: 10px;
}

.rb-brand-profile .rb-jobs-module--brand .rb-jobs-module__list {
    margin-top: 24px;
}

.rb-brand-profile .rb-jobs-module--brand .rb-jobs-module__item {
    min-height: 148px;
    padding: 18px;
}

.rb-brand-profile .rb-jobs-module--brand .rb-jobs-module__footer {
    margin-top: 18px;
}

.rb-brand-profile__coverage,
.rb-brand-profile__coverage--empty {
    padding-block: clamp(44px, 4vw, 60px);
}

.rb-brand-profile__section-heading {
    margin-bottom: clamp(28px, 3vw, 40px);
}

.rb-brand-profile__coverage-grid {
    gap-block: 36px;
}

.rb-brand-profile__coverage-pagination {
    margin-top: 36px;
}

.rb-brand-fashion-week {
    padding-block: clamp(44px, 4.5vw, 64px);
}

.rb-brand-profile__more {
    padding-block: clamp(48px, 5vw, 68px);
}

.rb-brand-profile__related-links {
    margin-bottom: clamp(40px, 4.5vw, 58px);
}

.rb-brand-profile__final {
    padding-top: 38px;
}

.rb-brand-profile__hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(38px, 4.5vw, 68px);
}

.rb-brand-profile__hero-copy {
    order: 1;
    grid-column: 1;
    grid-row: 1;
    min-height: 700px;
    padding-block: clamp(32px, 3.6vw, 50px);
    justify-content: flex-start;
}

.rb-brand-profile__back {
    margin-bottom: clamp(24px, 3vw, 38px);
}

.rb-brand-profile__identity {
    margin-top: 0;
    gap: clamp(15px, 1.7vw, 22px);
}

.rb-brand-profile__hero h1 {
    font-size: clamp(50px, 5vw, 78px);
    line-height: .92;
}

.rb-brand-profile__tagline {
    max-width: 680px;
    margin-top: 12px;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.4;
}

.rb-brand-profile__overview--integrated {
    display: block;
    width: 100%;
    margin-top: clamp(18px, 2vw, 24px);
    padding: 0;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__eyebrow {
    margin-bottom: 6px;
    font-size: 8px;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__story h2 {
    font-size: clamp(26px, 2.4vw, 34px);
    letter-spacing: -.025em;
    line-height: 1;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__overview-copy {
    max-width: 760px;
    margin-top: 10px;
    color: #44484d;
    font-family: var(--rb-sans);
    font-size: clamp(14px, 1.08vw, 16px);
    line-height: 1.55;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__facts {
    position: static;
    margin-top: clamp(16px, 1.8vw, 22px);
    border-top-width: 2px;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__facts-heading {
    min-height: 38px;
    font-size: 8px;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__facts dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rb-brand-profile__overview--integrated .rb-brand-profile__facts dl > div {
    display: block;
    min-height: 58px;
    padding: 9px 10px 9px 0;
    border-right: 1px solid var(--rb-brand-profile-line);
    grid-template-columns: none;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__facts dl > div:nth-child(even) {
    padding-left: 10px;
    padding-right: 0;
    border-right: 0;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__facts dt {
    font-size: 8px;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__facts dd {
    margin-top: 4px;
    font-family: var(--rb-serif);
    font-size: 15px;
    font-weight: var(--rb-serif-weight);
    line-height: 1.25;
}

.rb-brand-profile__overview--integrated .rb-brand-profile__source-note {
    margin: 8px 0 0;
    font-size: 9px;
    line-height: 1.45;
}

.rb-brand-profile__actions {
    margin-top: 18px;
    gap: 10px;
}

.rb-brand-profile__follow,
.rb-brand-profile__button {
    min-height: 42px;
    padding-inline: 16px;
}

.rb-brand-profile__follow-status:empty {
    display: none;
}

.rb-brand-profile__ranking-cue {
    width: 100%;
    margin-top: 16px;
    padding-top: 12px;
}

.rb-brand-profile__visual {
    order: 2;
    grid-column: 2;
    grid-row: 1;
    min-height: 700px;
    padding-block: clamp(32px, 3.6vw, 50px);
}

.rb-brand-profile__visual figure,
.rb-brand-profile__monogram {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    min-height: 620px;
}

.rb-brand-profile__visual::after {
    right: -22px;
    bottom: 54px;
}

@media (width <= 1050px) {
    .rb-brand-profile__hero-grid {
        grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
        gap: 26px;
    }

    .rb-brand-profile__hero-copy,
    .rb-brand-profile__visual {
        min-height: 640px;
    }

    .rb-brand-profile__visual figure,
    .rb-brand-profile__monogram {
        min-height: 560px;
    }

    .rb-brand-profile__overview--integrated .rb-brand-profile__facts dl > div,
    .rb-brand-profile__overview--integrated .rb-brand-profile__facts dl > div:nth-child(3n + 2),
    .rb-brand-profile__overview--integrated .rb-brand-profile__facts dl > div:nth-child(3n + 3) {
        padding-right: 12px;
        padding-left: 0;
        border-right: 1px solid var(--rb-brand-profile-line);
    }

    .rb-brand-profile__overview--integrated .rb-brand-profile__facts dl > div:nth-child(even) {
        padding-right: 0;
        padding-left: 12px;
        border-right: 0;
    }
}

@media (width <= 900px) {
    .rb-brand-profile__hero-grid {
        display: flex;
        padding-block: 0 18px;
        gap: 0;
        flex-direction: column;
    }

    .rb-brand-profile__hero-copy {
        order: 1;
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
        padding-block: 30px 24px;
    }

    .rb-brand-profile__visual {
        order: 2;
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
        padding-block: 0;
    }

    .rb-brand-profile__visual figure,
    .rb-brand-profile__monogram {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .rb-brand-profile__back {
        margin-bottom: 25px;
    }

    .rb-brand-profile__hero h1 {
        font-size: clamp(48px, 15vw, 76px);
    }

    .rb-brand-profile__overview--integrated {
        margin-top: 24px;
    }

    .rb-brand-profile__overview--integrated .rb-brand-profile__overview-copy {
        font-size: 14px;
    }

    .rb-brand-profile__visual::after {
        right: 12px;
        bottom: 14px;
    }

    .rb-brand-profile .rb-jobs-module--brand,
    .rb-brand-profile__coverage,
    .rb-brand-profile__coverage--empty,
    .rb-brand-fashion-week,
    .rb-brand-profile__more {
        padding-block: 38px;
    }

    .rb-brand-profile .rb-jobs-module--brand .rb-jobs-module__item {
        min-height: 0;
        padding-block: 18px;
    }
}

@media (width <= 520px) {
    .rb-brand-profile__hero-copy {
        min-height: 0;
    }

    .rb-brand-profile__identity {
        align-items: center;
    }

    .rb-brand-profile__actions {
        flex-direction: row;
        align-items: stretch;
    }

    .rb-brand-profile__follow,
    .rb-brand-profile__button {
        min-width: min(100%, 146px);
        flex: 1 1 146px;
        justify-content: center;
    }

    .rb-brand-profile__overview--integrated .rb-brand-profile__facts dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rb-brand-profile__overview--integrated .rb-brand-profile__facts dl > div {
        min-height: 62px;
    }

    .rb-brand-profile__overview--integrated .rb-brand-profile__facts dd {
        font-size: 14px;
    }
}
