/* About Page Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.about-page {
    background: #d8d8d8;
    color: #1a1a1a;
    font-family: 'Aeroport', system-ui, -apple-system, sans-serif;
}

body.about-page .about-page {
    padding-top: 0;
}

img {
    display: block;
}

:root {
    --about-side-img: 25vw;
}

/* Header styles are inherited from main stylesheet */

/* ABOUT 1 */
.about1 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #d8d8d8;
}

.about1-bg {
    position: absolute;
    inset: 0;
    background: url("../images/s1.jpg") center / cover no-repeat;
    background-position: center center;
    filter: grayscale(0);
}

.about1-title {
    position: absolute;
    left: clamp(48px, 6vw, 96px);
    bottom: clamp(48px, 6vw, 96px);
    margin: 0;
    font-weight: 500;
    line-height: 1;
    font-size: clamp(100px, 20vw, 280px);
    letter-spacing: -35px;
    color: #A4A4A4;
}

/* HORIZONTAL SCROLL */
.hscroll {
    position: relative;
}

.hscroll-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.hscroll-track {
    display: flex;
    height: 100vh;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.hpanel {
    flex: 0 0 100%;
    width: 100%;
    height: 100vh;
}

.about2,
.about3 {
    position: relative;
    overflow: hidden;
    background-color: #dedede;
}

.about2::before,
.about3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/s2.jpg") center / cover no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.about2 > *,
.about3 > * {
    position: relative;
    z-index: 1;
}

/* ABOUT 2 */
.about2 {
    display: grid;
    grid-template-columns: 1fr var(--about-side-img);
}

.about2-left {
    background: transparent;
    display: grid;
    align-content: center;
    padding: 0 0 0 clamp(250px, 16vw, 400px);
    max-width: 980px;
}

.about2-text p {
    margin: 0;
    max-width: 74ch;
    font-family: 'Aeroport', system-ui, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.65;
    color: #5A5A5A;
}

.about2-right {
    background-image: url("../images/sherry_about.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 200% 100%;
    filter: grayscale(1);
}

/* ABOUT 3 */
.about3 {
    display: grid;
    grid-template-columns: var(--about-side-img) 1fr;
    column-gap: 80px;
}

.about3-left {
    background-image: url("../images/sherry_about.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 200% 100%;
    filter: grayscale(1);
}

.about-bridge {
    flex: 0 0 0;
    width: 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.about-bridge-img {
    display: none;
}

.about3-right {
    padding: clamp(100px, 20vh, 200px) 0 0 clamp(50px, 10vw, 100px);
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-content: flex-start;
    gap: 40px 60px;
}

.stages-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kicker {
    font-family: 'Aeroport', system-ui, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #838383;
}

.about3-right p {
    margin: 0;
    max-width: 52ch;
    font-family: 'Aeroport', system-ui, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.7;
    color: #5A5A5A;
}

.venues {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
    font-family: 'Aeroport', system-ui, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #838383;
}

/* TABLET */
@media (max-width: 900px) {
    .about2 {
        grid-template-columns: 1fr;
    }
    .about2-right {
        display: none;
    }

    .about3 {
        grid-template-columns: 1fr;
    }
    .about3-left {
        display: none;
    }
    .about3-right {
        grid-template-columns: 1fr;
    }

    .about1-title {
        font-size: clamp(60px, 15vw, 120px);
        letter-spacing: -15px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .about1 {
        min-height: 100vh;
        height: 100vh;
        overflow: hidden;
    }

    .about1-bg {
        left: 0;
        right: 0;
        width: 100%;
        min-width: 100%;
        background-image: url("../images/s1_mobile.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .about1-title {
        left: 20px;
        bottom: 24px;
        font-size: clamp(48px, 18vw, 80px);
        letter-spacing: -8px;
    }

    .hscroll-sticky {
        height: 100vh;
        min-height: 100vh;
    }

    .hscroll-track {
        height: 100vh;
        min-height: 100vh;
        gap: 0;
    }

    .hpanel {
        flex: 0 0 88vw;
        width: 88vw;
        min-width: 88vw;
        min-height: 100vh;
        height: 100vh;
    }

    .about-bridge {
        flex: 0 0 88vw;
        width: 88vw;
        min-width: 88vw;
        overflow: hidden;
        display: flex;
        background: #dedede;
    }

    .about-bridge-img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: url("../images/sherry_about.jpg") center / cover no-repeat;
        filter: grayscale(1);
    }

    .about2 {
        grid-template-columns: 1fr;
        padding: 0 20px;
        align-content: center;
        justify-items: stretch;
    }

    .about2-left {
        padding: 24px 0;
        max-width: 100%;
    }

    .about2-right {
        display: none;
    }

    .about2-text p {
        font-size: 17px;
        line-height: 1.7;
        text-align: left;
    }

    .about3 {
        grid-template-columns: 1fr;
        padding: 0 20px;
        align-content: flex-start;
    }

    .about3-right {
        padding: 32px 0 48px;
        gap: 28px 0;
        grid-template-columns: 1fr;
    }

    .stages-block {
        gap: 12px;
    }

    .kicker {
        font-size: 20px;
    }

    .about3-right p {
        font-size: 17px;
        line-height: 1.7;
        max-width: none;
    }

    .venues {
        font-size: 13px;
        gap: 4px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .about1-title {
        left: 16px;
        bottom: 20px;
        font-size: clamp(40px, 16vw, 56px);
        letter-spacing: -4px;
    }

    .about2,
    .about3 {
        padding: 0 16px;
    }

    .about2-left {
        padding: 20px 0 16px;
    }

    .about2-text p {
        font-size: 16px;
    }

    .about3-right {
        padding: 24px 0 40px;
    }

    .kicker {
        font-size: 18px;
    }

    .about3-right p {
        font-size: 16px;
    }

    .venues {
        font-size: 12px;
    }
}
