/* Great Season components */
.great-season-section {
    margin: 3rem 0;
}

.great-season-label {
    display: inline-block;
    margin-bottom: .75rem;
    color: #d6ad43;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.great-season-heading {
    max-width: 820px;
    margin-bottom: 1.35rem;
    color: #111;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.04;
}

.great-season-lead {
    max-width: 760px;
    color: #3c3c3c;
    font-size: 1.13rem;
    line-height: 1.75;
}

.great-season-media-frame {
    position: relative;
    padding: 1.2rem;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,.11);
}

.great-season-media-frame:before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 120px;
    height: 120px;
    border-right: 8px solid #d6ad43;
    border-bottom: 8px solid #d6ad43;
    pointer-events: none;
}

.great-season-duo-card,
.great-season-profile-card,
.great-season-list-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.great-season-duo-card {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    min-height: 330px;
}

.great-season-duo-img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.great-season-duo-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.25rem;
}

.great-season-duo-body h3,
.great-season-profile-body h3,
.great-season-list-box h3 {
    margin-bottom: 1rem;
    color: #101010;
    font-weight: 800;
    line-height: 1.12;
}

.great-season-duo-body p,
.great-season-profile-body p {
    color: #555;
    line-height: 1.65;
}

.great-season-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: auto;
    color: #111;
    font-weight: 800;
    text-decoration: none;
}

.great-season-link:hover {
    color: #d6ad43;
}

.great-season-cta-band {
    min-height: 360px;
    display: flex;
    align-items: center;
    padding: 4rem;
    background-color: #111;
    background-position: center;
    background-size: cover;
}

.great-season-cta-content {
    max-width: 720px;
    color: #fff;
}

.great-season-cta-content h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 800;
    line-height: 1.05;
}

.great-season-cta-content p {
    max-width: 620px;
    color: rgba(255,255,255,.82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.great-season-list-box {
    padding: 2.5rem;
}

.great-season-list-box:after {
    content: "";
    position: absolute;
    right: -42px;
    top: -42px;
    width: 150px;
    height: 150px;
    border: 18px solid rgba(214,173,67,.22);
    transform: rotate(18deg);
}

.great-season-list-box.is-dark {
    background: #111;
    color: #fff;
}

.great-season-list-box.is-dark h3 {
    color: #fff;
}

.great-season-list-box ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.great-season-list-box li {
    position: relative;
    padding-left: 2rem;
    color: inherit;
    line-height: 1.5;
}

.great-season-list-box li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .38rem;
    width: .8rem;
    height: .8rem;
    border: 3px solid #d6ad43;
    transform: rotate(45deg);
}

.great-season-list-box.is-dark li:before {
    border-color: #fff;
    background: #d6ad43;
}

.great-season-profile-card {
    display: flex;
    flex-direction: column;
}

.great-season-profile-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.great-season-profile-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.6rem;
}

.great-season-profile-subtitle {
    margin-bottom: .75rem;
    color: #d6ad43 !important;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .great-season-duo-card {
        grid-template-columns: 1fr;
    }

    .great-season-duo-img {
        min-height: 240px;
    }

    .great-season-cta-band {
        min-height: 300px;
        padding: 2.25rem;
    }
}

@media (max-width: 575.98px) {
    .great-season-section {
        margin: 2rem 0;
    }

    .great-season-duo-body,
    .great-season-list-box,
    .great-season-profile-body {
        padding: 1.35rem;
    }
}

/* Rich campaign layout used by the seeded Great Season pages */
.gs-campaign {
    margin: -1.25rem 0 0;
    color: #161616;
}

.gs-campaign a {
    text-decoration: none;
}

.gs-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    padding: 3rem;
    background-color: #121212;
    background-position: center;
    background-size: cover;
}

.gs-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.45) 54%, rgba(0,0,0,.18));
}

.gs-hero:after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 260px;
    height: 260px;
    border: 28px solid rgba(214,173,67,.32);
    transform: rotate(18deg);
}

.gs-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    color: #fff;
}

.gs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: .9rem;
    color: #d6ad43;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gs-eyebrow:before {
    content: "";
    width: 34px;
    height: 2px;
    background: #d6ad43;
}

.gs-hero h1,
.gs-hero h2 {
    max-width: 760px;
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.6rem, 7vw, 5.6rem);
    font-weight: 900;
    line-height: .95;
    text-transform: uppercase;
}

.gs-hero p {
    max-width: 700px;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,.86);
    font-size: 1.18rem;
    line-height: 1.7;
}

.gs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.gs-actions-spaced {
    margin-top: 1.25rem;
}

.gs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .8rem 1.2rem;
    border: 2px solid #d6ad43;
    background: #d6ad43;
    color: #111 !important;
    font-weight: 900;
    text-transform: uppercase;
}

.gs-button.is-dark {
    border-color: #111;
    background: #111;
    color: #fff !important;
}

.gs-button.is-outline {
    background: transparent;
    color: #fff !important;
}

.gs-section {
    margin: 3.25rem 0;
}

.gs-section.is-dark {
    padding: 3rem;
    background: #111;
    color: #fff;
}

.gs-section.is-gold {
    padding: 3rem;
    background: #d6ad43;
    color: #111;
}

.gs-section-header {
    max-width: 820px;
    margin-bottom: 2rem;
}

.gs-section-header.is-wide {
    max-width: none;
}

.gs-section-header h2,
.gs-section-header h3 {
    margin: 0 0 .75rem;
    color: inherit;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.gs-section-header p {
    margin: 0;
    color: inherit;
    font-size: 1.12rem;
    line-height: 1.72;
    opacity: .82;
}

.gs-split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    gap: 2rem;
    align-items: center;
}

.gs-split.is-single {
    grid-template-columns: minmax(0, 1fr);
}

.gs-media-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: #111;
    box-shadow: 0 26px 70px rgba(0,0,0,.16);
}

.gs-media-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.gs-media-card.is-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.gs-media-card.is-logo img {
    width: min(360px, 85%);
    height: auto;
    min-height: 0;
    object-fit: contain;
}

.gs-media-card.is-timeline {
    min-height: 0;
    padding: 1rem;
    background: #2d2d2d;
}

.gs-media-card.is-timeline img {
    height: auto;
    min-height: 0;
    object-fit: contain;
}

.gs-concept {
    display: grid;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
}

.gs-concept-mark {
    display: flex;
    justify-content: center;
}

.gs-concept-label {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .15rem;
}

.gs-concept-label span {
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;
}

.gs-concept-label span:nth-child(2),
.gs-concept-label span:nth-child(3) {
    color: #d6ad43;
}

.gs-concept-label i {
    width: 38px;
    height: 4px;
    margin-top: .7rem;
    background: #111;
}

.gs-concept-body h2 {
    margin: 0 0 1.4rem;
    color: #8d8d8d;
    font-size: clamp(1.55rem, 3vw, 2.6rem);
    font-weight: 500;
    line-height: 1.08;
    text-transform: uppercase;
}

.gs-concept-body p {
    margin: 0 0 1.25rem;
    color: #5a5a5a;
    font-size: 1.08rem;
    line-height: 1.72;
}

.gs-video-block {
    margin-top: 2rem;
}

.gs-video-eyebrow {
    display: block;
    margin-bottom: .45rem;
    color: #8d8d8d;
    font-size: 1.05rem;
    font-weight: 500;
    text-transform: uppercase;
}

.gs-video-block h3 {
    margin: 0 0 1rem;
    color: #d6ad43;
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    font-weight: 900;
    line-height: .95;
    text-transform: uppercase;
}

.gs-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #111;
    box-shadow: 0 20px 56px rgba(0,0,0,.12);
}

.gs-video-frame iframe {
    width: 100%;
    height: 100%;
}

.gs-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.gs-feature-card,
.gs-profile-card,
.gs-logo-card,
.gs-list-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.gs-feature-card {
    padding: 2rem;
}

.gs-feature-card.is-dark {
    background: #111;
    color: #fff;
}

.gs-feature-card .gs-num {
    display: block;
    margin-bottom: 1.15rem;
    color: #d6ad43;
    font-size: 3rem;
    font-weight: 900;
    line-height: .85;
}

.gs-feature-card h3,
.gs-list-card h3,
.gs-profile-card h3,
.gs-logo-card h3 {
    margin: 0 0 .8rem;
    color: inherit;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.12;
    text-transform: uppercase;
}

.gs-feature-subtitle {
    display: block;
    margin: -.2rem 0 .85rem;
    color: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    opacity: .94;
}

.gs-feature-card p,
.gs-list-card p,
.gs-profile-card p,
.gs-logo-card p {
    margin: 0;
    color: inherit;
    line-height: 1.65;
    opacity: .78;
}

.gs-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.gs-card-grid.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gs-list-card {
    padding: 2.25rem;
}

.gs-list-card.is-dark {
    background: #111;
    color: #fff;
}

.gs-list-card ul {
    display: grid;
    gap: .9rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.gs-list-card li {
    position: relative;
    padding-left: 2.05rem;
    line-height: 1.48;
}

.gs-list-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .32rem;
    width: .85rem;
    height: .85rem;
    border: 3px solid #d6ad43;
    transform: rotate(45deg);
}

.gs-list-card.is-dark li:before {
    background: #d6ad43;
    border-color: #fff;
}

.gs-cta {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 3.25rem;
    background-color: #111;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.gs-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.56));
}

.gs-cta-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.gs-cta h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: .98;
    text-transform: uppercase;
}

.gs-cta p {
    max-width: 620px;
    margin-bottom: 1.4rem;
    color: rgba(255,255,255,.82);
    line-height: 1.7;
}

.gs-profile-card img {
    width: 100%;
    aspect-ratio: 4 / 4.6;
    object-fit: cover;
    filter: saturate(.78) contrast(1.02);
}

.gs-profile-card-body {
    padding: 1.35rem;
}

.gs-profile-card small {
    display: block;
    color: #d6ad43;
    font-weight: 900;
    text-transform: uppercase;
}

.gs-logo-card {
    display: flex;
    min-height: 280px;
    flex-direction: column;
}

.gs-logo-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 1.8rem;
    background: #f6f6f6;
}

.gs-logo-card-media img {
    max-width: 100%;
    max-height: 96px;
    object-fit: contain;
}

.gs-logo-card-body {
    flex: 1;
    padding: 1.4rem;
}

.gs-kpi-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: #111;
    color: #fff;
}

.gs-kpi {
    padding: 1.75rem;
    border-right: 1px solid rgba(255,255,255,.12);
}

.gs-kpi strong {
    display: block;
    color: #d6ad43;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: .9;
}

.gs-kpi span {
    display: block;
    margin-top: .55rem;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .gs-hero,
    .gs-section.is-dark,
    .gs-section.is-gold,
    .gs-cta {
        padding: 2rem;
    }

    .gs-split,
    .gs-concept,
    .gs-duo,
    .gs-card-grid,
    .gs-card-grid.is-two,
    .gs-kpi-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .gs-hero {
        min-height: 430px;
        padding: 1.35rem;
    }

    .gs-concept {
        gap: 1.5rem;
    }

    .gs-feature-card,
    .gs-list-card,
    .gs-profile-card-body,
    .gs-logo-card-body {
        padding: 1.25rem;
    }
}
