:root {
    color-scheme: dark;
    --bg: #040404;
    --panel: #0d0d0d;
    --text: #ffffff;
    --muted: #ffffff;
    --border: rgba(255, 255, 255, 0.12);
    --accent: #ffffff;
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: var(--text);
    background: linear-gradient(180deg, #060606 0%, var(--bg) 100%);
    line-height: 1.4;
    letter-spacing: -0.02rem;
}

a {
    color: var(--text);
    text-decoration: none;
}

a:hover {
    opacity: 0.85;
}

img,
iframe {
    display: block;
    width: 100%;
    border: 0;
}

img {
    object-fit: cover;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    z-index: 50;
    background: white;
    color: black;
    padding: 0.5rem 0.8rem;
}

.container {
    width: min(1060px, calc(100% - 2rem));
    margin: 0 auto;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    backdrop-filter: none;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
    backdrop-filter: blur(16px);
    background: #252226;
    border-bottom-color: transparent;
}

.header-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.brand {
    padding-left: 20px;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 0.028em;
    text-transform: uppercase;
}

.site-nav,
.footer-links,
.social-links,
.hero-links {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.site-nav a,
.footer-links a,
.social-links a,
.hero-links a {
    color: var(--muted);
    font-size: 0.95rem;
}

.site-nav a {
    font-size: 1.235rem;
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.social-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.social-icon-link:hover,
.social-icon-link:focus-visible {
    opacity: 1;
}

.social-icon-link:hover .social-icon,
.social-icon-link:focus-visible .social-icon {
    opacity: 0.78;
}

.site-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section {
    padding: 4rem 0;
    position: relative;
}

.hero {
    overflow: hidden;
}

.hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
    padding-top: 4rem;
}

.section:nth-of-type(2n) {
    background: linear-gradient(180deg, #2c2b2b 0%, #2c2b2b 100%);
}

.section:nth-of-type(2n + 1) {
    background: linear-gradient(180deg, #252226 0%, #252226 100%);
}

.hero-layout,
.bio-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 2rem;
    align-items: start;
}

.bio-grid {
    grid-template-columns: 360px minmax(0, 1fr);
}

.hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 475px);
    gap: 1.5rem;
}

.hero-copy {
    max-width: 608px;
    padding-top: 2rem;
}

.hero-reel {
    max-width: 475px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-reel-button {
    margin-top: 0.85rem;
    width: 100%;
    padding-top: 0.504rem;
    padding-bottom: 0.504rem;
}

.bio-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 0;
    box-shadow: var(--shadow);
}

.bio-section-heading {
    margin-bottom: 1.5rem;
}

.bio-section-heading h2 {
    margin-bottom: 0;
}

.eyebrow {
    letter-spacing: 0.025em;
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.hero-copy .eyebrow {
    font-size: 1.7rem;
    line-height: 1.15;
}

.eyebrow strong {
    font-weight: 700;
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.02rem;
    line-height: 1.18;
}

h1 {
    font-size: clamp(2.3rem, 4.4vw, 3.66rem);
}

h2 {
    font-size: clamp(1.95rem, 3.4vw, 2.84rem);
}

h3 {
    font-size: 2.1rem;
}

p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: -0.02rem;
}

.hero-copy h1,
.bio-copy p,
.panel p,
.contact-card p {
    color: var(--text);
}

.hero-name {
    font-size: clamp(2.3rem, 4.4vw, 3.66rem);
    line-height: 1.16;
    margin: 0 0 0.85rem;
    font-weight: 400;
    color: var(--accent);
    letter-spacing: -0.02rem;
}

.hero-blurb {
    margin: 0 0 1.25rem;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.02rem;
    color: #cfcfcf;
    background: rgba(37, 34, 38, 0.7);
    padding: 0.85rem 0.93rem;
    width: 90%;
}

.hero-blurb a {
    color: #cfcfcf;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 2.2rem 0 2rem;
    width: 90%;
}

.hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    padding-top: 0.504rem;
    padding-bottom: 0.504rem;
    background: rgba(37, 34, 38, 0.5);
}

.hero-actions .button+.button {
    margin-left: -2px;
}

.hero-reel-button {
    background: rgba(37, 34, 38, 0.5);
}

.hero-copy .social-links {
    width: 85%;
    margin-top: 0.25rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
}

.hero-copy .social-links span {
    flex: 0 0 100%;
}

.hero-copy .social-links .social-icon {
    width: 1.8rem;
    height: 1.8rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 0;
    border: 2px solid var(--border);
    color: var(--text);
    background: transparent;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button-primary {
    background: transparent;
    color: var(--text);
    border-color: var(--border);
}

.hero-reel .hero-reel-button {
    padding-top: 0.504rem;
    padding-bottom: 0.504rem;
}

.button:hover,
.button:focus-visible {
    background: #ffffff;
    color: #080808;
    border-color: #ffffff;
    opacity: 1;
}

.reel-label {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
    margin-bottom: 1rem;
    color: var(--accent);
    font-weight: 600;
}

.section-heading h2 {
    text-transform: none;
    letter-spacing: -0.02rem;
    font-size: clamp(1.95rem, 3.4vw, 2.84rem);
    margin-bottom: 1.25rem;
    color: var(--accent);
    font-weight: 700;
    text-align: center;
}

.hero-reel .reel-label {
    text-align: center;
    font-size: 1.23rem;
}

.video-frame {
    width: 100%;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.video-frame iframe {
    display: block;
    width: 100%;
    height: 600px;
    border: 0;
    margin: 0;
    padding: 0;
}

.video-frame.large iframe {
    height: 560px;
}

.video-frame.small iframe {
    height: 240px;
}

.sound-section .video-frame {
    position: relative;
    overflow: hidden;
    line-height: 0;
    background: transparent;
}

.sound-section .video-frame iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.sound-section .video-frame iframe[src*="vimeo.com"] {
    left: -2px;
    width: calc(100% + 4px);
    margin: 0;
}

.sound-section .video-frame.large,
.sound-section .video-frame.small {
    aspect-ratio: 16 / 9;
}

.video-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    width: min(100%, 760px);
    justify-content: center;
}

.sound-block .video-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 738px);
}

.sound-block .video-frame.large {
    width: min(100%, 738px);
}

.video-row.single-row {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 468px);
}

.credits-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 1.6875rem;
    column-gap: 0.75rem;
    justify-content: center;
}

.credits-grid img {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.panel,
.contact-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.contact-card {
    width: min(100%, 568px);
    margin: 0 auto;
}

.stack {
    display: grid;
    gap: 1rem;
}

.sound-layout {
    display: grid;
    gap: 1.5rem;
}

.sound-block {
    display: grid;
    gap: 0.8rem;
    justify-items: center;
    text-align: center;
}

.sound-block h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.45vw, 2.13rem);
    color: var(--accent);
    font-weight: 400;
    letter-spacing: -0.02rem;
}

.music-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 432px));
    gap: 1rem;
    justify-content: center;
}

.music-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.music-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.23rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.music-video-frame {
    margin-top: 0;
}

.panel h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: clamp(1.45rem, 2.45vw, 2.13rem);
}

.bio-copy p {
    margin-bottom: 1rem;
    font-size: 1.04rem;
    color: #cfcfcf;
}

.contact-form {
    display: grid;
    gap: 0.75rem;
}

.form-success {
    margin: 0.5rem 0 0;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    text-align: center;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

label {
    display: grid;
    gap: 0.25rem;
    font-size: 0.95rem;
}

input,
textarea {
    width: 100%;
    padding: 0.72rem 0.85rem;
    border-radius: 0;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
}

textarea {
    resize: vertical;
    min-height: 110px;
}

.site-footer {
    border-top: 0;
    background: #252226;
    padding: 1.5rem 0 3rem;
    color: var(--muted);
}

.site-footer h3 {
    margin-bottom: 0.35rem;
    color: var(--text);
}

.footer-brand {
    display: inline-block;
    margin-bottom: 0.15rem;
    color: var(--text);
    font-weight: 700;
    font-size: 2.1rem;
    letter-spacing: 0.028em;
    text-transform: uppercase;
}

.footer-tagline {
    font-size: 1.0125rem;
}

.footer-copyright {
    font-size: 0.7rem;
}

@media (max-width: 1140px) {
    .header-inner {
        justify-content: space-between;
    }

    .site-nav {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        margin-left: 1rem;
        gap: 0.75rem;
        flex-wrap: nowrap;
    }

    .site-nav a {
        font-size: 1.05rem;
    }
}

@media (max-width: 980px) {

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

    .hero-copy {
        padding-top: 0;
    }

    .hero-blurb {
        width: 100%;
    }

    .bio-grid {
        grid-template-columns: 360px minmax(0, 1fr);
        align-items: start;
    }

    .bio-image {
        max-width: 360px;
    }

    .bio-image img {
        aspect-ratio: 24 / 25;
    }

    .hero-reel {
        max-width: 568px;
        margin-top: 1.5rem;
    }

    .music-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .music-card {
        width: min(100%, 568px);
    }

    .credits-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .video-row {
        grid-template-columns: 1fr 1fr;
    }

    .site-nav {
        display: none;
    }
}

@media (max-width: 720px) {
    .hero-copy .eyebrow {
        text-align: center;
    }

    .bio-grid {
        grid-template-columns: 1fr;
    }

    .bio-image {
        max-width: 276px;
        margin-inline: auto;
    }

    .social-links,
    .hero-links,
    .hero-copy .social-links {
        width: 100%;
        margin-inline: auto;
        justify-content: center;
        text-align: center;
    }

    .social-links span,
    .hero-copy .social-links span {
        flex: 0 0 100%;
        text-align: center;
    }

    .contact-card {
        width: min(100%, 568px);
    }

    .credits-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.8rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
    }

    .hero-actions .button+.button {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .section {
        padding: 3rem 0;
    }

    .brand {
        padding-left: 0;
        text-align: center;
    }

    .contact-form {
        padding-inline: 1rem;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .header-inner {
        flex-direction: column;
        gap: 0.8rem;
    }

    .site-nav {
        position: static;
        transform: none;
    }

    .credits-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.8rem;
    }

    .credits-grid img {
        width: calc((100% - 2.4rem) / 4);
        max-width: 132px;
    }

    .credits-grid img {
        aspect-ratio: auto;
        height: auto;
        object-fit: contain;
    }

    .music-grid,
    .video-row {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .button,
    .hero-reel-button {
        width: 100%;
    }
}