/* =========================================================
   SUPERAPE — ABOUT
   Brutalist / editorial
   Mobile first
   ========================================================= */

.wrapper {
    width: min(100% - 24px, 1180px);
    margin: 0 auto;
    padding: 18px 0 48px;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    margin: 8px 0 28px;
    padding: 0 0 22px;

    border-bottom: 2px solid #e53935;
}

.hero h1 {
    max-width: 900px;

    margin: 0 0 10px;

    color: #ffffff;

    font-size: 38px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.055em;

    text-transform: uppercase;
}

.hero p {
    max-width: 760px;

    margin: 0;

    color: #92929c;

    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   MAIN ABOUT CARD
   ========================================================= */

.about-grid-custom {
    display: grid;
    gap: 14px;
}

.about-hero-card {
    margin: 0;
    padding: 0;

    background: transparent;

    border: 1px solid #303038;
    border-radius: 2px;

    overflow: hidden;

    box-shadow: none;
}

.about-hero-card:hover {
    transform: none;
    border-color: #303038;
    box-shadow: none;
}

.about-hero-layout {
    display: grid;
    grid-template-columns: 1fr;

    gap: 0;

    align-items: stretch;
}


/* =========================================================
   PHOTO
   ========================================================= */

.about-photo-wrap {
    margin: 0;

    background: #0d0d11;

    border: 0;
    border-bottom: 1px solid #303038;
    border-radius: 0;

    overflow: hidden;
}

.about-photo-wrap img {
    width: 100%;

    display: block;

    aspect-ratio: 4 / 3;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   BIO
   ========================================================= */

.about-copy {
    padding: 18px 16px 20px;
}

.about-badge {
    display: inline-flex;

    width: fit-content;

    margin: 0 0 14px;
    padding: 5px 7px;

    background: transparent;
    color: #ffffff;

    border: 1px solid #e53935;
    border-radius: 2px;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 9px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.04em;

    text-transform: uppercase;
}

.about-copy h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 34px;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.05em;

    text-transform: uppercase;
}

.about-copy p {
    margin: 0 0 13px;

    color: #a0a0aa;

    font-size: 13px;
    line-height: 1.6;
}

.about-copy p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 800px) {

    .wrapper {
        padding-top: 28px;
    }

    .hero {
        margin-top: 12px;
        padding-bottom: 28px;
    }

    .hero h1 {
        font-size: 58px;
    }

    .hero p {
        font-size: 14px;
    }

    .about-hero-layout {
        grid-template-columns:
            minmax(0, 1.05fr)
            minmax(0, 0.95fr);
    }

    .about-photo-wrap {
        border-bottom: 0;
        border-right: 1px solid #303038;
    }

    .about-photo-wrap img {
        height: 100%;
        min-height: 520px;

        aspect-ratio: auto;
    }

    .about-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;

        padding: 34px;
    }

    .about-copy h2 {
        font-size: 46px;
    }

    .about-copy p {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* =========================================================
   STORE REASON + SPOTIFY
   ========================================================= */

.about-links-grid {
    display: grid;
    gap: 0;

    border-top: 2px solid #ffffff;
}

.about-links-card {
    margin: 0;
    padding: 20px 4px 22px;

    background: transparent;

    border: 0;
    border-bottom: 1px solid #303038;
    border-radius: 0;

    box-shadow: none;
}

.about-links-card:hover {
    transform: none;
    border-color: #303038;
    box-shadow: none;
}

.about-links-card h2 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.035em;

    text-transform: uppercase;
}

.about-links-card > p {
    max-width: 760px;

    margin: 0;

    color: #92929c;

    font-size: 12px;
    line-height: 1.55;
}


/* Spotify */

.spotify-wrapper {
    margin-top: 16px;
    padding: 0;

    background: transparent;

    border: 1px solid #303038;
    border-radius: 2px;

    overflow: hidden;
}

.spotify-wrapper iframe {
    display: block;

    width: 100%;

    border: 0;
    border-radius: 0;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 800px) {

    .about-links-card {
        padding: 28px 4px 30px;
    }

    .about-links-card h2 {
        font-size: 28px;
    }

    .about-links-card > p {
        font-size: 13px;
    }

    .spotify-wrapper {
        margin-top: 20px;
    }
}


/* =========================================================
   ABOUT — SECTION TITLES CLEANUP
   ========================================================= */

.about-links-card h2,
.press-section-card h2,
.video-section-card h2,
.spotify-section-card h2 {
    display: block;

    margin: 0 0 10px;
    padding: 0;

    background: transparent;

    border: 0;
    border-radius: 0;

    box-shadow: none;

    color: #ffffff;

    font-size: 24px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.04em;

    text-transform: uppercase;
}


/* descrizioni sotto i titoli */

.about-links-card > p,
.press-section-card > p,
.video-section-card > p,
.spotify-section-card > p {
    margin: 0 0 18px;
    padding: 0;

    background: transparent;

    border: 0;
    border-radius: 0;

    color: #92929c;

    font-size: 12px;
    line-height: 1.55;
}


/* separazione editoriale tra sezioni */

.about-links-card,
.press-section-card,
.video-section-card,
.spotify-section-card {
    padding-top: 24px;

    border-top: 1px solid #303038;
}


/* niente effetto hover vecchio */

.about-links-card:hover,
.press-section-card:hover,
.video-section-card:hover,
.spotify-section-card:hover {
    transform: none;
    box-shadow: none;
}


/* desktop */

@media (min-width: 800px) {

    .about-links-card h2,
    .press-section-card h2,
    .video-section-card h2,
    .spotify-section-card h2 {
        font-size: 30px;
    }

    .about-links-card > p,
    .press-section-card > p,
    .video-section-card > p,
    .spotify-section-card > p {
        font-size: 13px;
    }
}

/* =========================================================
   ABOUT — SECTION SEPARATORS CLEANUP
   ========================================================= */

.about-links-grid {
    border-top: 0;
}

.about-links-card,
.press-section-card,
.video-section-card,
.spotify-section-card {
    border-top: 0;
    border-bottom: 1px solid #303038;
}

.about-links-card:last-child {
    border-bottom: 1px solid #303038;
}

/* =========================================================
   ABOUT — VIDEO REDESIGN
   ========================================================= */

.youtube-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
}

.video-card-dark {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

.video-card-dark:hover {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

.video-thumb-dark {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;

    display: block;
    overflow: hidden;

    background: #000;

    border: 1px solid #303038;
    border-radius: 2px;
}

.video-thumb-dark img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: filter 0.18s ease;
}

.video-card-dark:hover .video-thumb-dark img {
    filter: brightness(1.08);
}

.video-play-dark {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.12);
}

.video-play-dark span {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e53935;

    border: 1px solid #e53935;
    border-radius: 2px;

    box-shadow: none;
}

.video-play-dark span::before {
    content: "";

    width: 0;
    height: 0;

    border-left: 13px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

    margin-left: 3px;
}

.video-meta-dark {
    margin-top: 10px;
    padding: 0;
}

.video-meta-dark h3 {
    margin: 0 0 5px;

    color: #fff;

    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.video-meta-dark p {
    margin: 0;
    padding: 0;

    background: transparent;

    border: 0;
    border-radius: 0;

    color: #8f8f99;

    font-size: 12px;
    line-height: 1.5;
}


/* desktop */

@media (min-width: 800px) {

    .youtube-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
    }

    .video-meta-dark h3 {
        font-size: 18px;
    }

    .video-meta-dark p {
        font-size: 13px;
    }
}

/* =========================================================
   ABOUT — PRESS / INTERVIEWS
   ========================================================= */

.press-section-card {
    margin: 0;
    padding: 24px 4px 0;

    background: transparent;

    border: 0;
    border-radius: 0;

    box-shadow: none;
}

.press-section-card:hover {
    transform: none;
    box-shadow: none;
}

.press-grid-dark {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    margin-top: 18px;

    border-top: 1px solid #303038;
}

.press-card-dark {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;

    align-items: start;

    padding: 16px 0;

    background: transparent;

    border: 0;
    border-bottom: 1px solid #303038;
    border-radius: 0;

    box-shadow: none;

    transition: none;
}

.press-card-dark:hover {
    transform: none;
    box-shadow: none;
    border-color: #303038;
}

.press-card-dark img {
    width: 72px;
    height: 48px;

    display: block;

    object-fit: contain;

    padding: 6px;

    background: #ffffff;

    border: 0;
    border-radius: 2px;
}

.press-card-dark h3 {
    margin: 0 0 6px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.press-card-dark p {
    margin: 0 0 12px;
    padding: 0;

    background: transparent;

    border: 0;
    border-radius: 0;

    color: #8f8f99;

    font-size: 12px;
    line-height: 1.5;
}

.press-btn-dark {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    padding: 7px 9px;

    background: transparent;
    color: #ffffff;

    border: 1px solid #4a4a54;
    border-radius: 2px;

    font-family:
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        monospace;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.03em;

    text-decoration: none;
    text-transform: uppercase;
}

.press-btn-dark:hover {
    background: #ffffff;
    color: #09090c;

    border-color: #ffffff;

    transform: none;
    box-shadow: none;
}


/* desktop */

@media (min-width: 800px) {

    .press-section-card {
        padding-top: 30px;
    }

    .press-card-dark {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 20px;

        padding: 20px 0;
    }

    .press-card-dark img {
        width: 100px;
        height: 60px;
    }

    .press-card-dark h3 {
        font-size: 18px;
    }

    .press-card-dark p {
        max-width: 760px;

        font-size: 13px;
    }
}

/* =========================================================
   PRESS — FORCE BRUTALIST SQUARE
   ========================================================= */

.press-section-card,
.press-grid-dark,
.press-card-dark,
.press-card-dark img,
.press-card-dark p,
.press-btn-dark {
    border-radius: 0 !important;
}

/* =========================================================
   ABOUT — REMOVE LEGACY RADIUS
   ========================================================= */

.about-hero-card,
.about-photo-wrap,
.about-badge,
.about-links-card,
.spotify-wrapper,
.spotify-wrapper iframe,
.video-card-dark,
.video-thumb-dark,
.video-play-dark span,
.video-meta-dark,
.video-meta-dark p,
.press-section-card,
.press-grid-dark,
.press-card-dark,
.press-card-dark img,
.press-card-dark p,
.press-btn-dark {
    border-radius: 0 !important;
}

/* =========================================================
   PRESS CTA — FIX HOVER
   ========================================================= */

.press-btn-dark,
.press-btn-dark:hover,
.press-btn-dark:focus,
.press-btn-dark:active {
    transform: none !important;
    scale: 1 !important;
}

.press-btn-dark {
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease;
}

.press-btn-dark:hover,
.press-btn-dark:focus-visible {
    background: #ffffff !important;
    color: #09090c !important;
    border-color: #ffffff !important;

    box-shadow: none !important;
    text-decoration: none;
}

/* =========================================================
   PRESS CTA — FIX HOVER
   ========================================================= */

.press-btn-dark,
.press-btn-dark:hover,
.press-btn-dark:focus,
.press-btn-dark:active {
    transform: none !important;
    scale: 1 !important;
}

.press-btn-dark {
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease;
}

.press-btn-dark:hover,
.press-btn-dark:focus-visible {
    background: #ffffff !important;
    color: #09090c !important;
    border-color: #ffffff !important;

    box-shadow: none !important;
    text-decoration: none;
}

/* ABOUT — GLOBAL BACKGROUND */
body {
    background: #08080a;
}

.wrapper {
    background: transparent;
}
