:root {
    --bg-black: #08080a;
    --bg-dark: #101014;
    --bg-card: #15151b;
    --text-main: #f5f5f5;
    --text-muted: #9999a3;
    --violet: #8b5cf6;
    --violet-light: #a78bfa;
    --border: rgba(255, 255, 255, .10);
    --font-heading: "Space Grotesk", sans-serif;
    --font-body: "Inter", sans-serif
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px
}

body {
    margin: 0;
    background: var(--bg-black);
    color: var(--text-main);
    font-family: var(--font-body)
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.section {
    padding: 140px 0
}

.section-dark {
    background: var(--bg-dark)
}

.section-black {
    background: var(--bg-black)
}

.navbar {
    padding: 25px 0;
    transition: .35s;
    z-index: 1000
}

.navbar.scrolled {
    padding: 15px 0;
    background: rgba(8, 8, 10, .92);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--border)
}

.navbar-brand,
.footer-logo {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .12em;
    color: white;

}

.navbar-brand span,
.footer-logo span {
    color: var(--violet)
}

.navbar-nav {
    gap: 8px
}

.nav-link {
    color: #aaa !important;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 10px 14px !important;
    transition: color .25s
}

.nav-link:hover,
.nav-link.active {
    color: #fff !important
}

.nav-link.nav-contact {
    color: #fff !important;
    border: 1px solid var(--border);
    margin-left: 10px
}

.nav-link.nav-contact:hover {
    background: var(--violet);
    border-color: var(--violet)
}

.social-nav {
    font-size: 1.05rem;
    padding-left: 12px;
    transition: color .25s
}

.social-nav:hover {
    color: var(--violet)
}

.navbar-toggler {
    border: 1px solid var(--border);
    border-radius: 0
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler-icon {
    filter: invert(1)
}

/*
.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: url("../images/RF_Main.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
*/

.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;

    background-image: url("../images/RF_Main.png");
    background-size: auto 100%;
    background-position: 75% center;
    background-repeat: no-repeat;
    background-color: var(--bg-black);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 8, 10, .95), rgba(8, 8, 10, .70) 45%, rgba(8, 8, 10, .20))
}

.hero-content {
    position: relative;
    z-index: 2
}

.hero-label,
.section-label {
    color: var(--violet-light);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .20em
}

.hero-title {
    margin: 20px 0;
    font-family: var(--font-heading);
    font-size: clamp(5rem, 12vw, 11rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.06em
}

.hero-title span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .8);
}

.hero-text {
    max-width: 560px;
    margin-bottom: 30px;
    color: #c2c2c8;
    font-size: 1.05rem;
    line-height: 1.7
}

.hero-location {
    color: #fff;
    font-family: var(--font-heading);
    font-size: .75rem;
    letter-spacing: .15em
}

.hero-location span {
    display: block;
    margin-bottom: 5px;
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: .6rem
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.btn {
    border-radius: 0;
    padding: 15px 23px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .10em;
    text-transform: uppercase;
    transition: .3s
}

.btn i {
    margin-left: 8px
}

.btn-primary-custom {
    color: #fff;
    background: var(--violet);
    border: 1px solid var(--violet)
}

.btn-primary-custom:hover {
    color: #fff;
    background: #7041df;
    border-color: #7041df;
    transform: translateY(-2px)
}

.btn-outline-custom {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25)
}

.btn-outline-custom:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: #fff;
    transform: translateY(-2px)
}

.scroll-indicator {
    position: absolute;
    right: 35px;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #aaa;
    font-size: .6rem;
    letter-spacing: .15em;
    writing-mode: vertical-rl
}

.scroll-indicator i {
    color: var(--violet)
}

.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px
}

.section-title {
    margin-top: 20px;
    font-family: var(--font-heading);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 700;
    line-height: .9;
    letter-spacing: -.05em
}

.section-title span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .45)
}

.section-intro {
    max-width: 350px;
    margin-bottom: 8px;
    color: var(--text-muted);
    font-size: .9rem;
    line-height: 1.7
}

.about-text {
    color: #bdbdc5;
    font-size: 1rem;
    line-height: 1.85
}

.about-text p {
    margin-bottom: 25px
}

.about-text .lead-text {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.7rem;
    line-height: 1.3
}

.about-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 55px;
    padding-top: 30px;
    border-top: 1px solid var(--border)
}

.fact span {
    display: block;
    margin-bottom: 8px;
    color: var(--violet-light);
    font-size: .6rem;
    letter-spacing: .15em
}

.fact strong {
    color: #fff;
    font-size: .75rem;
    font-weight: 500
}

.release-card {
    height: 100%
}

.release-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--bg-card)
}

.release-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.release-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 92, 246, .75);
    opacity: 0;
    transition: opacity .35s
}

.release-overlay i {
    font-size: 3rem
}

.release-card:hover .release-image img {
    transform: scale(1.06)
}

.release-card:hover .release-overlay {
    opacity: 1
}

.release-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px
}

.release-type {
    color: var(--violet-light);
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .15em
}

.release-info h3 {
    margin: 7px 0 0;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600
}

.release-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    transition: .25s
}

.release-arrow:hover {
    color: #fff;
    background: var(--violet);
    border-color: var(--violet)
}

.release-placeholder {
    min-height: 100%;
    border: 1px solid var(--border)
}

.placeholder-content {
    min-height: 100%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.placeholder-content>span {
    color: var(--violet-light);
    font-size: .65rem;
    letter-spacing: .15em
}

.placeholder-content i {
    margin: 25px 0;
    color: #555;
    font-size: 2rem
}

.placeholder-content p {
    margin: 0;
    color: var(--text-muted)
}

.inoxius-section {
    overflow: hidden
}

.project-role {
    margin: 30px 0 20px;
    color: var(--violet-light);
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .15em
}

.project-text {
    max-width: 600px;
    color: #aaaab2;
    line-height: 1.8
}

.project-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px
}

.project-image {
    position: relative
}

.project-image img {
    width: 100%;
    filter: grayscale(100%);
    transition: filter .5s
}

.project-image:hover img {
    filter: grayscale(0)
}

.project-image-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(8, 8, 10, .85);
    color: #aaa;
    font-size: .55rem;
    letter-spacing: .12em
}

.photo-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px
}

.photo-item {
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--bg-card)
}

.photo-large {
    grid-row: span 2;
    aspect-ratio: auto
}

.photo-wide {
    grid-column: span 2;
    aspect-ratio: 2/.8
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: transform .6s, filter .6s
}

.photo-item:hover img {
    transform: scale(1.04);
    filter: grayscale(0)
}

.contact-section {
    border-top: 1px solid var(--border)
}

.contact-intro {
    max-width: 430px;
    margin-top: 35px;
    color: #aaaab2;
    line-height: 1.8
}

.contact-social {
    max-width: 430px;
    margin-top: 50px;
    border-top: 1px solid var(--border)
}

.contact-social a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    color: #bbb;
    font-size: .8rem;
    transition: color .25s
}

.contact-social a:hover {
    color: var(--violet-light)
}

.contact-social a i:first-child {
    font-size: 1.1rem
}

.contact-form {
    padding: 40px;
    background: #0c0c10;
    border: 1px solid var(--border)
}

.form-group {
    margin-bottom: 25px
}

.form-group label {
    display: block;
    margin-bottom: 9px;
    color: var(--violet-light);
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .15em
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 0;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #33343b;
    border-radius: 0;
    outline: 0;
    font-family: var(--font-body);
    font-size: .9rem;
    transition: border-color .25s
}

.form-group select {
    color: #999
}

.form-group select option {
    color: #111
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #55565f
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--violet)
}

.form-group textarea {
    resize: vertical
}

.submit-button {
    width: 100%;
    margin-top: 10px
}

.form-message {
    margin-top: 15px;
    min-height: 20px;

    font-size: .75rem;
    line-height: 1.5;
}

.form-message.success {
    color: #a78bfa;
}

.form-message.error {
    color: #ff6b6b;
}

.submit-button:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}

.footer {
    padding: 50px 0 30px;
    background: #050506
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--border)
}

.footer-socials {
    display: flex;
    gap: 10px
}

.footer-socials a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    transition: .25s
}

.footer-socials a:hover {
    color: #fff;
    background: var(--violet);
    border-color: var(--violet)
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    color: #555;
    font-size: .65rem;
    letter-spacing: .05em
}

.reveal {
    opacity: 0;
    /* transform: translateY(25px);
    transition: opacity .8s, transform .8s */
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

/* =========================================
   HERO – MOBILE
   ========================================= */
@media (max-width: 767.98px) {

    .hero-section {
        min-height: 100svh;
        height: auto;
        overflow: hidden;

        /* Portrait rechts unten */
        background-size: auto 72%;
        background-position: 65% 70%;
        background-repeat: no-repeat;
    }

    .hero-title {
        width: 52%;
        font-size: clamp(3.8rem, 18vw, 5.5rem);
        line-height: .96;
        letter-spacing: -.06em;
        margin: 18px 0 170px;
    }

    .hero-text {
        width: 100%;
        max-width: 500px;
        margin-bottom: 25px;
        font-size: .88rem;
        line-height: 1.55;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .hero-buttons .btn {
        width: 100%;
        padding: 14px 20px;
    }
}

@media (max-width: 400px) {

    .hero-section {
        background-size: auto 67%;
        background-position: 62% 72%;
    }

    .hero-title {
        width: 52%;
        font-size: clamp(3.5rem, 18vw, 5rem);
        margin-bottom: 145px;
    }
}

/* =========================================
   HERO – REAL MOBILE
   ========================================= */

@media (max-width: 500px) {

    .hero-section {
        min-height: 100svh;
        height: auto;

        /*
         * Portrait rechts positionieren.
         * Auf kleinen Handys bewusst kleiner,
         * damit Titel und Portrait Platz haben.
         */
        background-size: auto 67%;
        background-position: 58% 42%;
        background-repeat: no-repeat;
    }


    /* ---------- NAVBAR ---------- */

    .navbar {
        padding: 18px 0;
    }

    .navbar-brand {
        font-size: 1rem;
    }


    /* ---------- HERO CONTENT ---------- */

    .hero-content {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .hero-content .row {
        display: block;
        min-height: auto !important;
        height: auto !important;
    }

    .hero-content .col-lg-9,
    .hero-content .col-lg-3 {
        width: 100%;
        padding-bottom: 0 !important;
    }


    /* ---------- LABEL ---------- */

    .hero-label {
        position: relative;
        z-index: 3;

        margin-bottom: 18px;

        font-size: .56rem;
        letter-spacing: .14em;
    }


    /* ---------- NAME ---------- */

    .hero-title {
        position: relative;
        z-index: 3;

        width: 55%;

        margin: 0;

        font-size: clamp(3.4rem, 17vw, 4.8rem);
        line-height: .96;
        letter-spacing: -.06em;
    }


    /*
     * Dieser Bereich ist entscheidend:
     * Wir reservieren Platz für das Portrait.
     */
    .hero-title {
        margin-bottom: 260px;
    }


    /* ---------- DESCRIPTION ---------- */

    .hero-text {
        position: relative;
        z-index: 4;

        width: 100%;
        max-width: none;

        margin: 0 0 22px;

        color: #c2c2c8;

        font-size: .88rem;
        line-height: 1.55;
    }


    /* ---------- BUTTONS ---------- */

    .hero-buttons {
        position: relative;
        z-index: 4;

        display: flex;
        flex-direction: column;

        width: 100%;
        gap: 10px;
    }

    .hero-buttons .btn {
        width: 100%;
        padding: 15px 15px;
    }


    /* ---------- LOCATION ---------- */

    .hero-content .col-lg-3 {
        margin-top: 70px;
    }

    .hero-location {
        margin: 0;
        text-align: left;
    }


    /* Scroll auf Handy entfernen */
    .scroll-indicator {
        display: none;
    }
}

/* =========================================
   MOBILE NAVIGATION – DARK GLASS / BLUR
   ========================================= */

@media (max-width: 991.98px) {

    /*
     * Give the whole navbar a dark glass background while the
     * Bootstrap menu is open. The slight transparency is required
     * for backdrop-filter to produce a visible blur.
     */
    .navbar:has(.navbar-collapse.show),
    .navbar:has(.navbar-collapse.collapsing) {
        background: rgba(8, 8, 10, .94);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
        border-bottom: 1px solid var(--border);
    }

    .navbar-collapse {
        margin-top: 14px;
        padding: 12px 0 22px;
        background: rgba(8, 8, 10, .94);
        -webkit-backdrop-filter: blur(22px);
        backdrop-filter: blur(22px);
    }

    .navbar-nav {
        gap: 2px;
        align-items: stretch !important;
    }

    .nav-link {
        padding: 13px 10px !important;
    }

    .nav-link.nav-contact {
        margin: 9px 0 0;
        padding: 14px !important;
        text-align: center;
    }

    .social-nav {
        display: inline-block;
        padding: 15px 10px 5px;
    }
}

.website-field {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.past-projects {
    margin-top: 110px;
    padding-top: 55px;
    border-top: 1px solid var(--border);
}

.past-project {
    margin-top: 25px;
}

.past-project-title {
    margin: 0 0 15px;
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.04em;

    /* Same outlined look as INOXIUS */
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .45);
    text-stroke: 1px rgba(255, 255, 255, .45);
}

.project-status,
.project-period {
    font-family: var(--font-heading);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .16em;
    color: var(--text-muted);
}

.project-status {
    color: var(--violet-light);
    margin-bottom: 15px;
}

.project-period {
    margin: 8px 0 25px;
}

.past-project-logo {
    display: block;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    opacity: .75;
}

/* =========================================
   PAST PROJECTS – TABLET
   ========================================= */

@media (max-width: 991.98px) {

    .past-projects {
        margin-top: 80px;
        padding-top: 45px;
    }

    .past-project {
        margin-top: 22px;
    }

    .past-project-logo {
        max-width: 380px;
        margin: 45px auto 0;
    }
}

/* =========================================
   PAST PROJECTS – MOBILE
   ========================================= */

@media (max-width: 767.98px) {

    .past-projects {
        margin-top: 65px;
        padding-top: 35px;
    }

    .past-project {
        margin-top: 18px;
    }

    .past-project-title {
        font-size: clamp(2.6rem, 12vw, 4rem);
        line-height: .95;
    }

    .past-project-logo {
        width: 85%;
        max-width: 340px;
        margin: 35px auto 0;
    }
}

/* =========================================
   LIVE / UPCOMING SHOWS
   ========================================= */

.live-section {
    border-top: 1px solid var(--border);
}

.shows-list {
    border-top: 1px solid var(--border);
}

.show-item {
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 40px;

    padding: 35px 0;

    border-bottom: 1px solid var(--border);

    transition:
        padding .3s ease,
        background .3s ease;
}

.show-item:hover {
    padding-left: 20px;
    padding-right: 20px;

    background: rgba(255, 255, 255, .025);
}


/* DATE */

.show-date {
    display: flex;
    align-items: center;
    gap: 15px;

    font-family: var(--font-heading);
}

.show-day {
    color: transparent;

    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;

    -webkit-text-stroke: 1px rgba(255, 255, 255, .65);
}

.show-month,
.show-year {
    display: block;
}

.show-month {
    color: #fff;

    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .15em;
}

.show-year {
    margin-top: 3px;

    color: var(--text-muted);

    font-size: .65rem;
    letter-spacing: .1em;
}


/* SHOW INFORMATION */

.show-info h3 {
    margin: 5px 0 6px;

    color: #fff;

    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 600;
}

.show-project {
    color: var(--violet-light);

    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .16em;
}

.show-location {
    color: var(--text-muted);

    font-size: .85rem;
}


/* STATUS / BUTTON */

.show-action {
    display: flex;
    justify-content: flex-end;
}

.show-status {
    padding: 10px 14px;

    color: var(--violet-light);

    border: 1px solid rgba(167, 139, 250, .35);

    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .15em;
}


/* =========================================
   LIVE – MOBILE
   ========================================= */

@media (max-width: 767.98px) {

    .show-item {
        grid-template-columns: 1fr;
        gap: 22px;

        padding: 30px 0;
    }

    .show-item:hover {
        padding-left: 0;
        padding-right: 0;

        background: transparent;
    }

    .show-day {
        font-size: 3.2rem;
    }

    .show-info h3 {
        font-size: 1.4rem;
    }

    .show-action {
        justify-content: flex-start;
    }
}

.release-credit {
    display: block;
    margin-top: 8px;
    color: var(--text-muted);
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .14em;
}

/* =========================================
   PROJECT LABEL HIERARCHY – POLISHED
   Keeps 03 / MY PROJECTS as the primary label
   and makes CURRENT / PAST feel subordinate.
   ========================================= */

.project-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin: 18px 0 8px;

    color: var(--text-muted);
    font-family: var(--font-heading);
    font-size: .60rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.project-status::before {
    content: "";
    flex: 0 0 18px;

    width: 18px;
    height: 1px;

    background: linear-gradient(
        90deg,
        var(--violet-light),
        rgba(167, 139, 250, .18)
    );
}

.project-period {
    margin: 6px 0 24px;

    color: var(--text-muted);
    font-family: var(--font-heading);
    font-size: .68rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .13em;
}

/* Past projects divider / spacing */
.past-projects {
    margin-top: 105px;
    padding-top: 48px;

    border-top: 1px solid var(--border);
}

/* "PAST PROJECTS" uses the existing section-label markup,
   but gets a quieter visual treatment than 03 / MY PROJECTS */
.past-projects > .section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: var(--text-muted);
    font-size: .60rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .16em;
}

.past-projects > .section-label::before {
    content: "";
    flex: 0 0 18px;

    width: 18px;
    height: 1px;

    background: linear-gradient(
        90deg,
        var(--violet-light),
        rgba(167, 139, 250, .18)
    );
}

.past-project {
    margin-top: 16px;
}

.past-project-title {
    margin-bottom: 12px;
}

/* Slightly tighter relationship between project name and role */
.past-project .project-role {
    margin-top: 20px;
}

@media (max-width: 991.98px) {

    .past-projects {
        margin-top: 78px;
        padding-top: 40px;
    }

    .past-projects > .section-label {
        margin-bottom: 16px;
    }

    .past-project {
        margin-top: 14px;
    }
}

@media (max-width: 767.98px) {

    .project-status {
        margin-top: 14px;
        margin-bottom: 7px;

        font-size: .57rem;
        letter-spacing: .14em;
    }

    .project-period {
        margin-bottom: 20px;
        font-size: .64rem;
    }

    .past-projects {
        margin-top: 62px;
        padding-top: 32px;
    }

    .past-projects > .section-label {
        margin-bottom: 14px;

        font-size: .57rem;
        letter-spacing: .14em;
    }

    .past-project {
        margin-top: 12px;
    }

    .past-project .project-role {
        margin-top: 16px;
    }
}

.release-credit-muted {
    opacity: .65;
    font-weight: 500;
}

.navbar.scrolled {
    padding: 15px 0;

    background: rgba(8, 8, 10, 0.68);

    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}