/* =========================================
   KRD ABOUT PAGE
========================================= */

.about-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #efca37;
    font: 700 12px/1 Montserrat, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: currentColor;
}

.about-kicker--dark {
    color: #b58c09;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 700 13px/1 Montserrat, sans-serif;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.about-button:hover {
    transform: translateY(-2px);
}

.about-button--gold {
    background: #efc72f;
    color: #080a18;
}

.about-button--outline {
    border: 1px solid rgba(255, 255, 255, .38);
    color: #fff;
}

/* HERO */
.about-hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
    background: #080a1a;
    color: #fff;
}

.about-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px;
}

.about-hero__word {
    position: absolute;
    right: -30px;
    bottom: -80px;
    color: rgba(255, 255, 255, .025);
    font: 600 clamp(180px, 30vw, 430px)/.75 "Playfair Display", serif;
    letter-spacing: -.06em;
    pointer-events: none;
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr .75fr;
    gap: 100px;
    align-items: center;
    padding: 105px 0;
}

.about-hero h1,
.about-story h2,
.about-retail h2,
.about-section-top h2,
.about-direction h2,
.about-cta h2 {
    margin: 22px 0 0;
    font: 600 clamp(52px, 6vw, 88px)/.94 "Playfair Display", serif;
    letter-spacing: -.045em;
}

.about-hero h1 span,
.about-retail h2 span,
.about-section-top h2 span,
.about-direction h2 span,
.about-cta h2 span {
    color: #efca37;
}

.about-hero__copy>p {
    max-width: 700px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.78;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.about-hero__stats {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.about-hero__stats article {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 24px;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.about-hero__stats strong {
    color: #efca37;
    font: 600 56px/1 "Playfair Display", serif;
}

.about-hero__stats span {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.6;
}

/* STORY */
.about-story {
    padding: 125px 0;
    background: #f5f4f1;
}

.about-story__grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 100px;
}

.about-story h2,
.about-direction h2,
.about-section-top h2 {
    color: #0a0c1c;
    font-size: clamp(42px, 5vw, 72px);
}

.about-story h2 span,
.about-direction h2 span,
.about-domestic h2 span {
    color: #b58c09;
}

.about-story__copy p,
.about-direction__copy p,
.about-section-top>p {
    color: #5b5d65;
    line-height: 1.85;
}

.about-story__copy .about-lead {
    margin-top: 0;
    color: #171925;
    font: 500 clamp(20px, 2vw, 29px)/1.55 Montserrat, sans-serif;
}

/* RETAIL */
.about-retail {
    padding: 120px 0;
    background: #ece8df;
}

.about-retail__grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 22px;
}

.about-retail__panel {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #0a0c1c;
    color: #fff;
}

.about-retail__panel-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 54px 54px;
}

.about-retail__panel>*:not(.about-retail__panel-grid) {
    position: relative;
    z-index: 1;
}

.about-retail__panel h2 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(48px, 5.2vw, 76px);
}

.about-retail__panel p {
    max-width: 690px;
    color: rgba(255, 255, 255, .66);
    line-height: 1.8;
}

.about-retail__panel a {
    margin-top: 20px;
    color: #efca37;
    font-weight: 700;
    text-decoration: none;
}

.about-retail__facts {
    display: grid;
    gap: 22px;
}

.about-retail__facts article {
    min-height: 192px;
    padding: 34px;
    background: #fff;
}

.about-retail__facts article>span,
.about-domestic__grid article>span,
.about-network__grid article>span {
    color: #b58c09;
    font: 700 11px/1 Montserrat, sans-serif;
}

.about-retail__facts h3,
.about-domestic__grid h3,
.about-network__grid h3 {
    margin: 34px 0 10px;
    color: #121420;
    font-size: 24px;
}

.about-retail__facts p,
.about-domestic__grid p {
    margin: 0;
    color: #666872;
    font-size: 13px;
    line-height: 1.75;
}

/* SECTION TOP */
.about-section-top {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 54px;
}

.about-section-top>p {
    margin: 0;
}

/* BRANDS */
.about-brands {
    padding: 120px 0;
    background: #0a0c1c;
    color: #fff;
}

.about-brands .about-section-top h2 {
    color: #fff;
}

.about-brands .about-section-top>p {
    color: rgba(255, 255, 255, .62);
}

.about-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.about-brand-card {
    min-height: 220px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.about-brand-card span {
    color: #efca37;
    font-size: 11px;
    font-weight: 700;
}

.about-brand-card strong {
    font: 600 clamp(32px, 4vw, 58px)/1 "Playfair Display", serif;
}

.about-brands__note {
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .46);
    font-size: 12px;
}

/* NETWORK */
.about-network {
    padding: 120px 0;
    background: #111426;
    color: #fff;
}

.about-section-top--dark h2 {
    color: #fff;
}

.about-section-top--dark>p {
    color: rgba(255, 255, 255, .62);
}

.about-network__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.about-network__grid article {
    min-height: 200px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.about-network__grid article>span {
    color: #efca37;
}

.about-network__grid h3 {
    margin-top: 78px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}

.about-swipe__controls {
    display: none;
}

/* DIRECTION */
.about-direction {
    padding: 120px 0;
    background: #f5f4f1;
}

.about-direction__grid {
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 90px;
    align-items: stretch;
}

.about-direction__statement {
    min-height: 520px;
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #efc72f;
    color: #0a0c1c;
}

.about-direction__statement span {
    font: 700 11px/1 Montserrat, sans-serif;
    letter-spacing: .18em;
}

.about-direction__statement strong {
    font: 600 clamp(42px, 4.4vw, 66px)/1.03 "Playfair Display", serif;
    letter-spacing: -.035em;
}

/* DOMESTIC */
.about-domestic {
    padding: 120px 0;
    background: #ece8df;
}

.about-domestic__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.about-domestic__grid article {
    min-height: 240px;
    padding: 32px;
    background: #fff;
}

/* CTA */
.about-cta {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background: #090b1b;
    color: #fff;
    text-align: center;
}

.about-cta__word {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .025);
    font: 600 clamp(110px, 21vw, 300px)/.75 "Playfair Display", serif;
    white-space: nowrap;
    pointer-events: none;
}

.about-cta__inner {
    position: relative;
    z-index: 1;
}

.about-cta h2 {
    color: #fff;
}

.about-cta p {
    max-width: 670px;
    margin: 28px auto 34px;
    color: rgba(255, 255, 255, .66);
    line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 1050px) {

    .about-hero__inner,
    .about-story__grid,
    .about-retail__grid,
    .about-direction__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__inner {
        gap: 55px;
    }

    .about-hero__stats {
        max-width: 700px;
    }

    .about-section-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-network__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-domestic__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .about-shell {
        width: calc(100% - 28px);
    }

    .about-hero {
        min-height: auto;
    }

    .about-hero__inner {
        padding: 72px 0;
    }

    .about-hero h1 {
        font-size: clamp(48px, 14vw, 66px);
    }

    .about-hero__copy>p {
        font-size: 14px;
        line-height: 1.75;
    }

    .about-hero__actions {
        flex-direction: column;
    }

    .about-button {
        width: 100%;
    }

    .about-hero__stats article {
        grid-template-columns: 84px 1fr;
    }

    .about-hero__stats strong {
        font-size: 44px;
    }

    .about-story,
    .about-retail,
    .about-brands,
    .about-network,
    .about-direction,
    .about-domestic,
    .about-cta {
        padding: 78px 0;
    }

    .about-story__grid,
    .about-direction__grid {
        gap: 45px;
    }

    .about-retail__panel {
        min-height: 520px;
        padding: 32px;
    }

    .about-brand-grid,
    .about-domestic__grid {
        grid-template-columns: 1fr;
    }

    .about-brand-card {
        min-height: 170px;
    }

    .about-direction__statement {
        min-height: 390px;
        padding: 32px;
    }

    .about-swipe {
        position: relative;
        width: 100%;
    }

    .about-network__grid.mobile-swipe__track {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        width: auto;
        margin-right: calc((100vw - 100%) / -2);
        padding-right: 28px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border: 0;
    }

    .about-network__grid.mobile-swipe__track::-webkit-scrollbar {
        display: none;
    }

    .about-network__grid.mobile-swipe__track>article {
        flex: 0 0 min(82vw, 315px);
        width: min(82vw, 315px);
        min-height: 260px;
        scroll-snap-align: start;
        border: 1px solid rgba(255, 255, 255, .15);
    }

    .about-network__grid h3 {
        margin-top: 110px;
        font-size: 23px;
    }

    .about-swipe__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-top: 22px;
    }

    .about-network .mobile-swipe__button {
        border-color: rgba(255, 255, 255, .2);
        color: #fff;
    }

    .about-network .mobile-swipe__status {
        color: rgba(255, 255, 255, .5);
    }

    .about-network .mobile-swipe__status [data-swipe-current] {
        color: #efca37;
    }

    .about-network .mobile-swipe__status i {
        background: rgba(255, 255, 255, .2);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-button {
        transition: none;
    }
}