@font-face {
    font-display: swap;
    font-family: "AboutMontserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "AboutMontserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v26-latin-500.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "AboutJost";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/jost-v15-latin-200.woff2") format("woff2");
}

.about-page {
    --about-gold: #b8984b;
    --about-line: rgba(255, 255, 255, .075);
    min-height: 100vh;
    color: #f5f5f4;
    background: #030303;
    font-family: "AboutMontserrat", Montserrat, sans-serif;
}

.about-page a {
    color: inherit;
}

.about-page .about-hero.hero-image {
    height: min(72svh, 680px);
    min-height: 460px;
    isolation: isolate;
    overflow: hidden;
    background-position: center;
}

.about-page .about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .28) 32%, rgba(0, 0, 0, .08) 68%, rgba(0, 0, 0, .52)),
        linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .08) 36%, rgba(0, 0, 0, .18) 58%, rgba(0, 0, 0, .92));
    pointer-events: none;
}

.about-page .about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 32%;
    background: linear-gradient(180deg, transparent, #030303);
    pointer-events: none;
}

.about-page .about-hero-text {
    z-index: 2;
    width: min(980px, calc(100% - 44px));
    text-align: center;
}

.about-page .about-hero-text > h5 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font: 400 clamp(.78rem, 1.2vw, 1.18rem)/1 "AboutJost", Jost, sans-serif;
    letter-spacing: .36em;
    text-transform: uppercase;
}

.about-page .about-hero-text > h5::before,
.about-page .about-hero-text > h5::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, .76);
}

.about-page .about-hero-text > h5::before {
    right: calc(100% + 24px);
    width: 34px;
}

.about-page .about-hero-text > h5::after {
    left: calc(100% + 24px);
    width: 52px;
}

.about-page .about-hero-text > h1 {
    margin: 18px 0 0;
    color: #fff;
    font: 400 clamp(2.55rem, 5vw, 64px)/1 "AboutMontserrat", Montserrat, sans-serif;
    letter-spacing: -.038em;
    text-shadow: 0 2px 28px rgba(0, 0, 0, .5);
}

.about-main {
    background: #030303;
}

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

.about-story-section,
.about-equipment-section {
    background: #030303;
}

.about-story-section {
    padding: clamp(48px, 7vw, 104px) 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: center;
}

.about-photo-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
}

.about-mosaic-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-mosaic-column-left {
    align-items: flex-end;
}

.about-mosaic-column-right {
    align-items: flex-start;
}

.about-photo {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #080808;
}

.about-photo-full {
    width: 100%;
    aspect-ratio: 2 / 3;
}

.about-photo-small {
    width: 50%;
    aspect-ratio: 2 / 3;
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(12%) contrast(1.03);
    transition: filter .35s ease, transform .7s ease;
}

.about-photo:hover img {
    filter: grayscale(0) contrast(1.06);
    transform: scale(1.035);
}

.about-story-copy {
    max-width: 820px;
}

.about-page .editorial-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #78716c;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.about-page .editorial-eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: rgba(184, 152, 75, .85);
}

.about-page .editorial-heading h2 {
    margin: 8px 0 0;
    color: #f5f5f4;
    font: 400 28px/1 "AboutMontserrat", Montserrat, sans-serif;
    letter-spacing: -.025em;
}

.about-copy-body {
    margin-top: 28px;
}

.about-copy-body p {
    margin: 0;
    color: #a8a29e;
    font-size: 16px;
    line-height: 1.95;
}

.about-copy-body p + p {
    margin-top: 16px;
}

.about-copy-body a,
.about-text-link {
    color: var(--about-gold);
}

.about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    color: var(--about-gold);
    font-size: 8px;
    letter-spacing: .22em;
    text-decoration: none;
    text-transform: uppercase;
}

.about-text-link::after {
    content: "";
    width: 44px;
    height: 1px;
    background: currentColor;
    transition: width .25s ease;
}

.about-text-link:hover::after {
    width: 62px;
}

.about-equipment-section {
    border-top: 1px solid rgba(255, 255, 255, .045);
    padding: clamp(30px, 5vw, 58px) 0 clamp(44px, 6vw, 76px);
}

.about-equipment-grid {
    display: grid;
    grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
    gap: clamp(26px, 5vw, 72px);
    align-items: start;
}

.about-equipment-section .editorial-eyebrow {
    font-size: 8px;
}

.about-equipment-section .editorial-heading h2 {
    font-size: 28px;
    letter-spacing: -.025em;
}

.about-gear-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .05);
}

.about-gear-list {
    padding: clamp(18px, 3vw, 28px);
    background: #060606;
}

.about-gear-list h3 {
    margin: 0 0 14px;
    color: rgba(245, 245, 244, .82);
    font: 500 9px/1 "AboutMontserrat", Montserrat, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.about-gear-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-gear-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a8a29e;
    font-size: 12px;
    line-height: 1.8;
}

.about-gear-list li::before {
    content: "";
    width: 18px;
    height: 1px;
    flex: 0 0 18px;
    background: rgba(184, 152, 75, .85);
}

@media (max-width: 991px) {
    .about-story-grid,
    .about-equipment-grid {
        grid-template-columns: 1fr;
    }

    .about-story-copy {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .about-page .about-hero.hero-image {
        height: 64svh;
        min-height: 420px;
    }

    .about-page .about-hero-text > h5 {
        font-size: .72rem;
        letter-spacing: .28em;
    }

    .about-page .about-hero-text > h5::before {
        right: calc(100% + 16px);
        width: 26px;
    }

    .about-page .about-hero-text > h5::after {
        left: calc(100% + 16px);
        width: 34px;
    }

    .about-page .about-hero-text > h1 {
        font-size: clamp(2.15rem, 10vw, 3.35rem);
    }

    .about-page .editorial-heading h2 {
        font-size: 23px;
    }

    .about-photo-collage {
        gap: 6px;
    }

    .about-gear-panel {
        grid-template-columns: 1fr;
    }
}
