/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

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

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .table {
        display: table
    }

    .transform {
        transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )
    }
}

:root {
    --ink: #08040f;
    --paper: #f1eee8;
    --muted: #a9a3af;
    --line: #ffffff24;
    --acid: #AD503B;
    --violet: #AD503B;
    --cyan: #f3b599;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    background: var(--ink)
}

body {
    background: var(--ink);
    color: #fff;
    font-family: var(--font-sans), Arial, sans-serif;
    margin: 0
}

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

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

::selection {
    background: var(--acid);
    color: var(--ink)
}

.site-header {
    z-index: 20;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 54px;
    height: 84px;
    padding: 0 4vw;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.wordmark {
    letter-spacing: .04em;
    font-size: 1.55rem;
    font-weight: 800
}

.wordmark span {
    color: var(--acid)
}

.header-contact,
.desktop-nav {
    letter-spacing: .03em;
    align-items: center;
    gap: 30px;
    font-size: .76rem;
    display: flex
}

.header-contact {
    color: #ffffffb8
}

.desktop-nav a,
.header-contact a {
    transition: color .18s
}

.desktop-nav a:hover,
.header-contact a:hover {
    color: var(--acid)
}

.desktop-nav .header-email {
    color: #fff9;
    border-left: 1px solid var(--line);
    padding-left: 20px
}

.mobile-menu {
    display: none
}

.hero {
    isolation: isolate;
    background: radial-gradient(circle at 75% 35%, #08c7ed2e, #0000 28%), radial-gradient(circle at 30% 60%, #AD503B4d, #0000 35%), #08040f;
    min-height: 100svh;
    position: relative;
    overflow: hidden
}

.hero-image,
.hero-shade {
    position: absolute;
    inset: 0
}

.hero-image {
    z-index: -2;
    filter: saturate(1.08)contrast(1.05);
    background: url(../media/portraits/michael-fayaud_2.png) 50% 23%/cover no-repeat;
    left: 38%
}

.hero-shade {
    z-index: -1;
    background: linear-gradient(90deg, #140016 0%, #140016f5 27%, #14001652 63%, #04020947 100%), linear-gradient(#0000 55%, #05030a7a)
}

.hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100svh;
    padding: 20vh 7vw 12vh;
    display: flex
}

.eyebrow,
.kicker {
    color: var(--acid);
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0 0 24px;
    font-size: .72rem;
    font-weight: 700
}

.hero h1 {
    letter-spacing: -.075em;
    max-width: 850px;
    margin: 0;
    font-size: clamp(4.6rem, 8.4vw, 9rem);
    font-weight: 700;
    line-height: .83
}

.hero h1 span {
    color: var(--acid);
    font-family: var(--font-serif), Georgia, serif;
    font-style: italic;
    font-weight: 500
}

.text-link {
    border-bottom: 1px solid var(--acid);
    letter-spacing: .12em;
    text-transform: uppercase;
    align-items: center;
    gap: 18px;
    margin-top: 48px;
    padding-bottom: 10px;
    font-size: .78rem;
    font-weight: 700;
    display: inline-flex
}

.text-link span {
    color: var(--acid);
    font-size: 1.2rem
}

.hero-actions {
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 42px;
    margin-top: 48px;
    display: flex
}

.hero-actions .text-link {
    margin-top: 0
}

.hero-side {
    writing-mode: vertical-rl;
    letter-spacing: .25em;
    color: #ffffff94;
    margin: 0;
    font-size: .65rem;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%)
}

.scroll-hint {
    color: #ffffff8c;
    letter-spacing: .22em;
    text-transform: uppercase;
    align-items: center;
    gap: 14px;
    font-size: .62rem;
    display: flex;
    position: absolute;
    bottom: 4vh;
    right: 7vw
}

.scroll-hint span {
    background: var(--acid);
    width: 68px;
    height: 1px
}

.section {
    padding: 140px 7vw;
    position: relative
}

.section-top {
    color: #8ba4b8;
    letter-spacing: .13em;
    text-transform: uppercase;
    border-bottom: 1px solid#AE4E3A;
    align-items: center;
    padding: 10px 0;
    font-size: .65rem;
    font-weight: 800;
    transition: color .18s;
    display: inline-flex;
    position: absolute;
    bottom: 42px;
    right: 7vw
}

.section-top:hover {
    color: #fff
}

.section-top--light {
    color: #AD503B
}

.section-top--light:hover {
    color: #171219
}

.section-top:focus-visible {
    outline-offset: 4px;
    outline: 3px solid#AE4E3A
}

.section-label {
    color: #837c8b;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: .67rem;
    font-weight: 700
}

.intro {
    background: var(--paper);
    color: #151118;
    grid-template-columns: minmax(140px, .55fr) 2.6fr;
    display: grid
}

.intro-copy {
    max-width: 1160px
}

.intro h2,
.section-heading h2,
.media h2,
.news h2,
.contact h2 {
    letter-spacing: -.06em;
    margin: 0;
    font-size: clamp(3rem, 6.3vw, 7.5rem);
    line-height: .98
}

.intro h2 {
    max-width: 1050px
}

.intro h2 em,
.contact h2 em {
    color: var(--violet);
    font-family: var(--font-serif), Georgia, serif;
    font-weight: 500
}

.intro-grid {
    color: #5f5963;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 850px;
    margin: 70px 0 0;
    font-size: .98rem;
    line-height: 1.9;
    display: grid
}

.intro-grid p {
    text-align: justify;
    text-wrap: pretty;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: 0
}

.intro-grid h3 {
    color: #AD503B;
    letter-spacing: -.025em;
    grid-column: 1/-1;
    margin: 0 0 18px;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.2
}

.projects {
    background: #0b0710
}

.section-heading {
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 70px;
    display: flex
}

.section-heading h2 {
    margin-top: 20px;
    font-size: clamp(3rem, 5.2vw, 6.2rem)
}

.section-heading>p {
    max-width: 390px;
    color: var(--muted);
    line-height: 1.8
}

.project-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    display: grid
}

.project-image {
    aspect-ratio: 1;
    background: #17111c;
    display: block;
    position: relative;
    overflow: hidden
}

.project-image:focus-visible {
    outline-offset: 4px;
    outline: 3px solid#AE4E3A
}

.project-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .4s
}

.project-image span {
    background: var(--acid);
    color: #111;
    padding: 7px 9px;
    font-size: .62rem;
    font-weight: 800;
    position: absolute;
    top: 14px;
    left: 14px
}

.project-card:hover img {
    filter: saturate(1.2);
    transform: scale(1.035)
}

.project-card>p {
    color: var(--acid);
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 20px 0 6px;
    font-size: .65rem;
    font-weight: 700
}

.project-card h3 {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 600
}

.project-note {
    border-top: 1px solid var(--line);
    color: #77717d;
    margin: 50px 0 0;
    padding-top: 24px;
    font-size: .78rem
}

.media {
    background: radial-gradient(circle at 10%, #AD503B52, #0000 32%), #120519
}

.media h2 {
    margin-bottom: 34px;
    font-size: clamp(3rem, 5.2vw, 6rem)
}

.media-copy>p:last-child {
    max-width: 480px;
    color: var(--muted);
    line-height: 1.8
}

.media .section-label {
    margin-bottom: 80px
}

.spectrum-player {
    color: #fff;
    background: #09050f;
    border: 1px solid#AE4E3A66;
    border-radius: 4px;
    min-width: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 35px 90px #0000007a, 0 0 50px#AE4E3A1f
}

.audio-player-list {
    gap: 24px;
    width: min(100%, 1000px);
    min-width: 0;
    margin: 0 auto;
    display: grid
}

.track-copy {
    margin-top: 36px;
    padding: 0 2px
}

.track-copy:first-child {
    margin-top: 0
}

.track-copy .kicker {
    margin-bottom: 14px
}

.track-copy h3 {
    letter-spacing: -.045em;
    margin: 0 0 14px;
    font-size: clamp(1.75rem, 3vw, 2.8rem);
    line-height: 1.05
}

.track-copy>p:last-child {
    width: 100%;
    max-width: none;
    color: var(--muted);
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: 0;
    line-height: 1.75
}

.media-page-link-wrap {
    width: min(100%, 1000px);
    margin: 48px auto 0
}

.media-page-link {
    color: #fff;
    letter-spacing: .13em;
    text-transform: uppercase;
    border: 1px solid #3c708f;
    align-items: center;
    gap: 24px;
    padding: 16px 20px;
    font-size: .68rem;
    font-weight: 800;
    transition: color .18s, background .18s;
    display: inline-flex
}

.media-page-link span {
    color: #8ba4b8;
    font-size: 1rem
}

.media-page-link:hover {
    color: #fff;
    background: #AD503B
}

.media-page-link:hover span {
    color: #fff
}

.media-page-link:focus-visible {
    outline-offset: 4px;
    outline: 3px solid#AE4E3A
}

.player-stage {
    border-bottom: 1px solid #ffffff1a;
    grid-template-columns: 158px minmax(0, 1fr);
    min-width: 0;
    display: grid
}

.player-cover {
    aspect-ratio: 1;
    background: #100a16;
    position: relative;
    overflow: hidden
}

.player-cover:after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    box-shadow: inset -18px 0 30px #09050f59
}

.player-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.player-spectrum {
    background: radial-gradient(circle at 18%, #AD503B42, #0000 36%), linear-gradient(#e46b4f42, #0000), #0d0813;
    align-items: center;
    gap: 3px;
    height: 158px;
    padding: 28px 34px 18px;
    display: flex;
    overflow: hidden
}

.player-spectrum i {
    min-width: 2px;
    height: var(--bar-height);
    transform-origin: 50%;
    will-change: transform, opacity;
    background: #fff3;
    border-radius: 4px;
    flex: 3px;
    transition: background-color .14s linear, opacity 80ms linear
}

.player-spectrum i.heard {
    background: linear-gradient(180deg, var(--acid), var(--cyan) 48%, var(--violet))
}

.player-controls {
    align-items: center;
    gap: 13px;
    min-height: 126px;
    padding: 24px 28px;
    display: flex
}

.round-control {
    color: #5d5762;
    cursor: pointer;
    background: #ffffff14;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    flex: none;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    transition: transform .16s, color .16s, background .16s;
    display: grid
}

.round-control:hover {
    color: #08040f;
    background: var(--acid);
    transform: translateY(-2px)
}

.round-control:focus-visible {
    outline: 3px solid var(--acid);
    outline-offset: 3px
}

.round-control.play {
    color: #08040f;
    background: linear-gradient(145deg, var(--acid), var(--cyan));
    border-color: #AD503Bd9;
    width: 64px;
    height: 64px;
    padding-left: 3px;
    font-size: 1.15rem;
    box-shadow: 0 9px 28px #a86859d9
}

.round-control.small {
    font-size: .64rem;
    font-weight: 800
}

.round-control.volume {
    margin-left: 3px;
    font-size: 1.15rem
}

.track-details {
    flex: 1;
    min-width: 0;
    margin-left: 10px
}

.track-meta {
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 17px;
    display: flex
}

.track-meta strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    font-size: .88rem;
    overflow: hidden
}

.track-meta span {
    color: var(--acid);
    letter-spacing: .16em;
    font-size: .62rem;
    font-weight: 800
}

.scrubber-row {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    display: grid
}

.scrubber-row time {
    color: #a9a3af;
    font-variant-numeric: tabular-nums;
    font-size: .64rem
}

.scrubber {
    align-items: center;
    height: 28px;
    display: flex;
    position: relative
}

.scrubber input {
    --progress: 0%;
    appearance: none;
    cursor: pointer;
    background: 0 0;
    width: 100%;
    height: 28px;
    margin: 0
}

.scrubber input::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, var(--acid) var(--progress), #ffffff2e var(--progress));
    border-radius: 8px;
    height: 5px
}

.scrubber input::-moz-range-track {
    background: linear-gradient(90deg, var(--acid) var(--progress), #ffffff2e var(--progress));
    border-radius: 8px;
    height: 5px
}

.scrubber input::-webkit-slider-thumb {
    appearance: none;
    background: var(--acid);
    border: 4px solid #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    margin-top: -6px;
    box-shadow: 0 1px 6px #331e2e59
}

.scrubber input::-moz-range-thumb {
    background: var(--acid);
    border: 4px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 1px 6px #331e2e59
}

.spectrum-player--light {
    color: #171219;
    background: #fff;
    border-color: #AD503B38;
    box-shadow: 0 24px 65px #1a161c24
}

.spectrum-player--light .player-stage {
    border-bottom-color: #AD503B24
}

.spectrum-player--light .player-spectrum {
    background: radial-gradient(circle at 18%, #AD503B2b, #0000 38%), linear-gradient(#AD503B0d, #0000), #f8f6f9
}

.spectrum-player--light .player-spectrum i {
    background: #AD503B33
}

.spectrum-player--light .player-spectrum i.heard {
    background: linear-gradient(#AD503B, #f3b599)
}

.spectrum-player--light .round-control {
    color: #AD503B;
    background: #AD503B14;
    border-color: #AD503B24
}

.spectrum-player--light .round-control:hover {
    color: #fff;
    background: #AD503B
}

.spectrum-player--light .round-control.play {
    color: #fff;
    background: linear-gradient(145deg, #AD503B, #f3b599);
    border-color: #AD503Bb3;
    box-shadow: 0 9px 25px#AE4E3A40
}

.spectrum-player--light .track-meta span {
    color: #AD503B
}

.spectrum-player--light .scrubber-row time {
    color: #6b6570
}

.spectrum-player--light .scrubber input::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #AE4E3A var(--progress), #AE4E3A2e var(--progress))
}

.spectrum-player--light .scrubber input::-moz-range-track {
    background: linear-gradient(90deg, #AE4E3A var(--progress), #AE4E3A2e var(--progress))
}

.spectrum-player--light .scrubber input::-webkit-slider-thumb {
    background: #AD503B
}

.spectrum-player--light .scrubber input::-moz-range-thumb {
    background: #AD503B
}

.news {
    color: #111;
    background: linear-gradient(120deg, #fffffff2, #e4e0e8f2), var(--paper);
    grid-template-columns: minmax(140px, .55fr) 2.6fr;
    display: grid
}

.news-inner {
    max-width: 1000px
}

.news h2 {
    max-width: 960px
}

.news-inner>p:not(.kicker) {
    color: #625c66;
    max-width: 630px;
    margin: 40px 0;
    line-height: 1.8
}

.news-description {
    white-space: nowrap;
    font-size: clamp(.67rem, 1.4vw, .98rem)
}

.news-player {
    margin: 42px 0 34px
}

.release-details {
    color: #171219;
    background: #AD503B21;
    border: 1px solid#AE4E3A21;
    grid-template-columns: .55fr 1.45fr;
    gap: 1px;
    margin-top: 12px;
    display: grid;
    overflow: hidden
}

.release-details>div {
    background: #ffffffc2;
    min-width: 0;
    padding: 22px 24px
}

.release-details span {
    color: #AD503B;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-size: .62rem;
    font-weight: 800;
    display: block
}

.release-details strong {
    font-size: 1.05rem
}

.release-details ul {
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.release-details li {
    color: #AD503B;
    background: #AD503B14;
    border: 1px solid#AE4E3A29;
    padding: 7px 10px;
    font-size: .65rem;
    font-weight: 700
}

.outline-button {
    letter-spacing: .13em;
    text-transform: uppercase;
    border: 1px solid #171219;
    align-items: center;
    gap: 30px;
    padding: 17px 20px;
    font-size: .68rem;
    font-weight: 800;
    transition: all .2s;
    display: inline-flex
}

.outline-button:hover {
    color: #fff;
    background: #171219
}

.contact {
    background: #08040f
}

.contact-grid {
    grid-template-columns: 1.5fr .6fr;
    align-items: end;
    gap: 7vw;
    margin-top: 68px;
    display: grid
}

.contact h2 em {
    color: var(--acid)
}

.contact-details {
    border-left: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-left: 32px;
    display: flex
}

.contact-details a:first-child {
    color: var(--acid);
    font-size: 1.1rem
}

.contact-details address {
    color: var(--muted);
    font-style: normal;
    line-height: 1.7
}

footer {
    border-top: 1px solid var(--line);
    background: #040207;
    padding: 55px 7vw 30px
}

.footer-top {
    grid-template-columns: 90px 1fr auto;
    align-items: center;
    gap: 25px;
    display: grid
}

.footer-top img {
    border-radius: 50%;
    width: 78px;
    height: 78px
}

.footer-top p {
    color: #6f6874;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: .68rem
}

.footer-top strong {
    letter-spacing: .08em;
    font-size: 1.3rem
}

.social-links {
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
    display: flex
}

.social-links a {
    background: #ffffff0d;
    border: 1px solid #ffffff24;
    border-radius: 50%;
    place-items: center;
    width: 36px;
    height: 36px;
    transition: background .18s, border-color .18s, transform .18s;
    display: grid
}

.social-links a:hover {
    background: #AD503B;
    border-color: #3c708f;
    transform: translateY(-2px)
}

.social-links a:focus-visible {
    outline-offset: 3px;
    outline: 3px solid#AE4E3A
}

.social-links img {
    width: 17px;
    height: 17px
}

.footer-top>a {
    color: var(--acid);
    letter-spacing: .13em;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700
}

.legal {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: #8d8692;
    margin-top: 50px;
    padding: 22px 0
}

.legal summary {
    cursor: pointer;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700
}

.legal-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 36px 0 16px;
    display: grid
}

.legal-grid h3 {
    color: #fff;
    font-size: .8rem
}

.legal-grid p {
    font-size: .74rem;
    line-height: 1.7
}

.copyright {
    color: #5b5560;
    margin: 0;
    font-size: .66rem
}

.copyright-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem 1.5rem;
    margin-top: 24px
}

.copyright-date {
    text-align: right;
    font-variant-numeric: tabular-nums
}

.privacy-page {
    color: #171219;
    background: var(--paper);
    min-height: 100svh
}

.privacy-header {
    color: #fff;
    background: #08040f;
    border-bottom: 1px solid #ffffff1f;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    padding: 0 7vw;
    display: flex
}

.privacy-header>a:last-child {
    color: #ffffffb8;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700
}

.privacy-header>a:last-child:hover {
    color: #fff
}

.privacy-hero {
    color: #fff;
    background: radial-gradient(circle at 78% 30%, #AD503Ba6, #0000 32%), #0b0710;
    padding: 110px 7vw 90px
}

.privacy-hero h1 {
    letter-spacing: -.07em;
    margin: 0;
    font-size: clamp(4rem, 9vw, 9rem);
    line-height: .88
}

.privacy-hero>p:last-child {
    color: #ffffffab;
    max-width: 600px;
    margin: 38px 0 0;
    line-height: 1.8
}

.privacy-content {
    width: min(1120px, 86vw);
    margin: 0 auto;
    padding: 100px 0 120px
}

.privacy-text {
    color: #4f4853;
    text-align: justify;
    white-space: pre-wrap;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: .94rem;
    line-height: 1.9
}

.privacy-text:first-line {
    color: #171219;
    font-size: 1.5rem;
    font-weight: 800
}

.privacy-date {
    color: #AD503B;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-top: 1px solid#AE4E3A33;
    margin: 60px 0 0;
    padding-top: 24px;
    font-size: .75rem;
    font-weight: 800
}

.privacy-footer {
    color: #fff;
    background: #040207;
    justify-content: space-between;
    align-items: center;
    padding: 38px 7vw;
    display: flex
}

.privacy-footer strong {
    letter-spacing: .08em
}

.privacy-footer a {
    color: #8ba4b8;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700
}

.transparency-page {
    color: #171219;
    background: var(--paper);
    min-height: 100svh
}

.transparency-header {
    color: #fff;
    position: absolute
}

.transparency-hero {
    isolation: isolate;
    color: #fff;
    background:
        linear-gradient(90deg, #08040ff2 0%, #120817e8 52%, #08040fc7 100%),
        radial-gradient(circle at 78% 34%, #ad503b9c, transparent 31%),
        radial-gradient(circle at 68% 62%, #20a4c43d, transparent 34%),
        #08040f;
    min-height: 88svh;
    padding: 180px 7vw 72px;
    position: relative;
    overflow: hidden
}

.transparency-hero:before,
.transparency-hero:after {
    content: "";
    pointer-events: none;
    position: absolute
}

.transparency-hero:before {
    opacity: .16;
    background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 72px 72px;
    width: min(54vw, 820px);
    height: min(68vw, 820px);
    top: 84px;
    right: -8vw;
    -webkit-mask-image: radial-gradient(circle, #000 15%, transparent 72%);
    mask-image: radial-gradient(circle, #000 15%, transparent 72%);
    transform: rotate(-9deg)
}

.transparency-hero:after {
    background: linear-gradient(90deg, var(--acid), #f3b599);
    width: 170px;
    height: 3px;
    top: 48%;
    right: 8vw;
    transform: rotate(-42deg)
}

.transparency-hero-copy {
    z-index: 1;
    max-width: 1120px;
    position: relative
}

.transparency-hero h1 {
    letter-spacing: -.075em;
    margin: 0;
    font-size: clamp(4.1rem, 8vw, 8.7rem);
    font-weight: 750;
    line-height: .86
}

.transparency-hero h1 span {
    color: var(--acid);
    font-family: var(--font-serif), Georgia, serif;
    font-style: italic;
    font-weight: 500
}

.transparency-hero-copy>p:last-of-type {
    color: #ffffffb5;
    max-width: 660px;
    margin: 44px 0 0;
    font-size: 1.04rem;
    line-height: 1.8
}

.transparency-jump {
    color: #fff;
    letter-spacing: .13em;
    text-transform: uppercase;
    border-bottom: 1px solid #f3b5998c;
    gap: 28px;
    padding-bottom: 10px;
    font-size: .72rem;
    font-weight: 800;
    display: inline-flex
}

.transparency-jump span {
    color: var(--acid)
}

.transparency-hero-actions {
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 42px;
    margin-top: 42px;
    display: flex
}

.transparency-principles {
    z-index: 1;
    border-top: 1px solid #ffffff24;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 92px;
    padding-top: 28px;
    display: grid;
    position: relative
}

.transparency-principles p {
    color: #ffffffb5;
    letter-spacing: .08em;
    text-transform: uppercase;
    align-items: center;
    gap: 16px;
    margin: 0;
    font-size: .7rem;
    font-weight: 700;
    display: flex
}

.transparency-principles span {
    color: var(--acid);
    font-variant-numeric: tabular-nums
}

.transparency-content {
    width: min(1180px, 86vw);
    margin: 0 auto;
    padding: 118px 0 130px
}

.transparency-intro {
    grid-template-columns: minmax(340px, .9fr) minmax(420px, 1.1fr);
    gap: 8vw;
    padding-bottom: 110px;
    display: grid
}

.transparency-intro>.kicker {
    grid-column: 1/-1;
    margin-bottom: -24px
}

.transparency-intro h2,
.transparency-human h2 {
    letter-spacing: -.06em;
    margin: 0;
    font-size: clamp(3.2rem, 5.7vw, 6.4rem);
    line-height: .94
}

.transparency-intro h2 em,
.transparency-human h2 em {
    color: #ad503b;
    font-family: var(--font-serif), Georgia, serif;
    font-weight: 500
}

.transparency-lead {
    color: #554d58;
    font-size: 1.04rem;
    line-height: 1.9
}

.transparency-lead p,
.transparency-section p,
.transparency-statement p,
.transparency-human p,
.transparency-future p {
    margin: 0 0 1.35em
}

.transparency-lead p:first-child {
    color: #171219;
    font-weight: 800
}

.transparency-section,
.transparency-future {
    border-top: 1px solid #ad503b38;
    grid-template-columns: 92px minmax(0, 780px);
    justify-content: space-between;
    gap: 7vw;
    padding: 84px 0 92px;
    display: grid
}

.transparency-section-number {
    color: #ad503b;
    letter-spacing: .16em;
    font-size: .74rem;
    font-weight: 800
}

.transparency-section h2,
.transparency-future h2,
.transparency-statement h2 {
    color: #171219;
    letter-spacing: -.045em;
    max-width: 850px;
    margin: 0 0 34px;
    font-size: clamp(2.35rem, 4vw, 4.4rem);
    line-height: 1
}

.transparency-section>div:last-child>p,
.transparency-future>div:last-child>p {
    color: #554d58;
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.88
}

.transparency-section strong,
.transparency-future strong {
    color: #171219
}

.transparency-section ul {
    color: #554d58;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 30px;
    margin: 28px 0 32px;
    padding: 0;
    list-style: none;
    display: grid
}

.transparency-section li {
    border-bottom: 1px solid #ad503b29;
    padding: 0 0 12px 22px;
    line-height: 1.55;
    position: relative
}

.transparency-section li:before {
    content: "✦";
    color: #ad503b;
    font-size: .62rem;
    position: absolute;
    top: .3em;
    left: 0
}

.transparency-tools {
    color: #171219 !important;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 30px 0 !important;
    font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
    display: flex
}

.transparency-tools span {
    color: #ad503b
}

.transparency-statement {
    color: #fff;
    background: linear-gradient(145deg, #120b15, #211019);
    margin: 38px 0 120px;
    padding: clamp(54px, 7vw, 92px)
}

.transparency-statement h2 {
    color: #fff;
    max-width: 920px
}

.transparency-statement>p:not(.kicker) {
    color: #ffffffb8;
    max-width: 900px;
    font-size: 1rem;
    line-height: 1.9
}

.transparency-statement strong {
    color: #f3b599
}

.transparency-human {
    padding: 18px 0 120px
}

.transparency-human h2 {
    max-width: 1050px
}

.transparency-human-grid {
    border-top: 1px solid #ad503b38;
    grid-template-columns: .75fr 1.25fr;
    gap: 8vw;
    margin-top: 62px;
    padding-top: 44px;
    line-height: 1.9;
    display: grid
}

.transparency-human-grid>div:first-child {
    color: #776e78
}

.transparency-human-grid>div:last-child {
    color: #4e4751;
    font-size: 1.08rem
}

.transparency-quote {
    color: #171219;
    border-left: 3px solid #ad503b;
    margin-top: 38px !important;
    padding-left: 26px;
    font-family: var(--font-serif), Georgia, serif;
    font-size: clamp(1.45rem, 2.5vw, 2.2rem);
    line-height: 1.4
}

.transparency-future {
    background: #ece5dc;
    border: 0;
    margin-top: 10px;
    padding: clamp(54px, 7vw, 88px)
}

.transparency-signoff {
    color: #171219 !important;
    border-top: 1px solid #ad503b38;
    margin-top: 44px !important;
    padding-top: 28px;
    line-height: 1.8 !important
}

.transparency-footer>div {
    align-items: center;
    gap: 34px;
    display: flex
}

.transparency-section-top {
    color: #7b717b;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-bottom: 1px solid #ad503b45;
    width: max-content;
    margin: 32px 0 0 auto;
    padding: 0 0 7px;
    font-size: .63rem;
    font-weight: 800;
    display: block;
    transition: color .18s, border-color .18s
}

.transparency-section-top:hover {
    color: #ad503b;
    border-color: #ad503b
}

.transparency-statement .transparency-section-top {
    color: #ffffff91;
    border-color: #f3b5994d
}

.transparency-statement .transparency-section-top:hover {
    color: #f3b599;
    border-color: #f3b599
}

.transparency-language-break {
    color: #fff;
    background:
        radial-gradient(circle at 82% 30%, #ad503b85, transparent 34%),
        linear-gradient(145deg, #0b0710, #211019);
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 7vw;
    margin: 42px 0 112px;
    padding: clamp(58px, 7vw, 92px);
    display: grid;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 40px
}

.transparency-language-break:after {
    content: "EN";
    color: #ffffff08;
    letter-spacing: -.09em;
    font-size: clamp(11rem, 22vw, 22rem);
    font-weight: 900;
    line-height: .7;
    position: absolute;
    top: 18px;
    right: -10px
}

.transparency-language-break>div,
.transparency-language-break>p,
.transparency-language-break>a {
    z-index: 1;
    position: relative
}

.transparency-language-break h2 {
    letter-spacing: -.065em;
    margin: 0;
    font-size: clamp(3.3rem, 6vw, 6.6rem);
    line-height: .9
}

.transparency-language-break h2 span {
    color: #f3b599;
    font-family: var(--font-serif), Georgia, serif;
    font-style: italic;
    font-weight: 500
}

.transparency-language-break>p {
    color: #ffffffb8;
    margin: 0;
    font-size: .98rem;
    line-height: 1.85
}

.transparency-language-break .transparency-section-top {
    color: #ffffff91;
    border-color: #f3b5994d;
    grid-column: 1/-1
}

.transparency-intro--english {
    padding-top: 8px
}

.videos-page {
    color: #fff;
    background: #08040f;
    min-height: 100svh
}

.videos-header {
    position: absolute
}

.videos-hero {
    background: radial-gradient(circle at 78% 42%, #AD503Bb3, #0000 30%), linear-gradient(110deg, #08040ffa, #0f0716c7), url(../media/projects/hanse-kids.png) 50%/cover;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 78svh;
    padding: 150px 7vw 100px;
    display: flex
}

.videos-hero h1 {
    letter-spacing: -.075em;
    max-width: 950px;
    margin: 0;
    font-size: clamp(4.2rem, 9vw, 9rem);
    line-height: .86
}

.videos-hero h1 span {
    color: #8ba4b8;
    font-family: var(--font-serif), Georgia, serif;
    font-style: italic;
    font-weight: 500
}

.videos-hero>p:last-child {
    color: #ffffffb3;
    max-width: 590px;
    margin: 42px 0 0;
    line-height: 1.8
}

.videos-content {
    background: radial-gradient(circle at 15% 40%, #AD503B40, #0000 32%), #100715
}

.video-feature {
    grid-template-columns: .72fr 1.35fr;
    align-items: center;
    gap: 7vw;
    margin-top: 75px;
    display: grid
}

.video-description h2 {
    letter-spacing: -.06em;
    margin: 0 0 28px;
    font-size: clamp(2.8rem, 5vw, 5.5rem);
    line-height: .95
}

.video-description>p:last-child {
    max-width: 470px;
    color: var(--muted);
    line-height: 1.8
}

.video-player-frame {
    background: #ffffff0f;
    border: 1px solid #ffffff21;
    padding: 14px;
    box-shadow: 0 30px 80px #0006
}

.video-player-frame video {
    aspect-ratio: 16/9;
    object-fit: cover;
    background: #000;
    width: 100%
}

.videos-footer {
    border-top: 1px solid #ffffff1f
}

.media-page {
    color: #fff;
    background: #08040f;
    min-height: 100svh
}

.media-page-hero {
    background: radial-gradient(circle at 76% 42%, #AD503Bb8, #0000 30%), linear-gradient(110deg, #08040ffc, #0f0716d1), url(../media/covers/cover-macht-Liebe.jpg) 50%/cover;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 72svh;
    padding: 150px 7vw 100px;
    display: flex
}

.media-page-hero h1 {
    letter-spacing: -.075em;
    margin: 0;
    font-size: clamp(4.2rem, 9vw, 9rem);
    line-height: .86
}

.media-page-hero h1 span {
    color: #8ba4b8;
    font-family: var(--font-serif), Georgia, serif;
    font-style: italic;
    font-weight: 500
}

.media-page-hero>p:last-child {
    color: #ffffffb3;
    max-width: 620px;
    margin: 42px 0 0;
    line-height: 1.8
}

.standalone-media-content>.section-label {
    margin-bottom: 80px
}

.desktop-nav .nav-wedding,
.desktop-nav [aria-current="page"] {
    color: #f3b599
}

.wedding-page {
    color: #fff;
    background: var(--ink);
    min-height: 100svh
}

.wedding-hero {
    isolation: isolate;
    background:
        radial-gradient(circle at 28% 42%, #ad503b38, transparent 32%),
        linear-gradient(135deg, #08040f 0%, #160811 64%, #2a120c 100%);
    grid-template-columns: minmax(390px, .82fr) minmax(540px, 1.18fr);
    min-height: 100svh;
    padding-top: 84px;
    display: grid;
    position: relative;
    overflow: hidden
}

.wedding-hero:after {
    content: "";
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 76%, #08040f);
    position: absolute;
    inset: 0
}

.wedding-hero-content {
    z-index: 4;
    align-self: center;
    width: min(720px, 100%);
    padding: 10vh 3vw 10vh 7vw;
    position: relative
}

.wedding-hero-vow {
    color: #f3b599;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 26px 0 0;
    font-family: var(--font-serif), Georgia, serif;
    font-size: clamp(.72rem, 1vw, .96rem);
    line-height: 1.5
}

.wedding-hero h1 {
    letter-spacing: -.07em;
    text-wrap: balance;
    margin: 18px 0 0;
    font-size: clamp(4rem, 6.8vw, 8rem);
    line-height: .87
}

.wedding-hero h1 span,
.wedding-section-heading h2 em,
.wedding-contact h2 em {
    color: #f3b599;
    font-family: var(--font-serif), Georgia, serif;
    font-style: italic;
    font-weight: 500
}

.wedding-hero-copy {
    color: #fffbeecc;
    max-width: 560px;
    margin: 36px 0 0;
    font-size: .96rem;
    line-height: 1.8
}

.wedding-hero-link {
    color: #160b0e;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: linear-gradient(120deg, #f3b599, #d87962);
    align-items: center;
    gap: 26px;
    margin-top: 34px;
    padding: 17px 21px;
    font-size: .68rem;
    font-weight: 850;
    transition: transform .18s, box-shadow .18s;
    display: inline-flex;
    box-shadow: 0 14px 45px #ad503b4d
}

.wedding-hero-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 55px #ad503b73
}

.wedding-hero-art {
    z-index: 1;
    align-self: stretch;
    background: url(../media/covers/heute_sagt_ihr_ja_a-m-header-clean.png) center/cover no-repeat;
    min-width: 0;
    min-height: calc(100svh - 84px);
    position: relative;
    filter: saturate(.94) contrast(1.03);
    box-shadow: none
}

.wedding-hero-side {
    z-index: 5;
    color: #f3b599b8;
    letter-spacing: .24em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    margin: 0;
    font-size: .61rem;
    position: absolute;
    top: 130px;
    right: 1.5vw
}

.wedding-intro {
    color: #1a0c10;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: linear-gradient(110deg, #ead7c9, #f3b599 45%, #d87962);
    justify-content: center;
    align-items: center;
    gap: clamp(18px, 4vw, 70px);
    min-height: 88px;
    padding: 22px;
    font-size: .72rem;
    font-weight: 850;
    display: flex
}

.wedding-intro span {
    color: #803729
}

.wedding-music {
    background:
        radial-gradient(circle at 90% 8%, #f3b59917, transparent 22%),
        radial-gradient(circle at 8% 36%, #ad503b38, transparent 28%),
        #100513
}

.wedding-section-heading {
    width: min(100%, 1000px);
    margin: 0 auto 75px
}

.wedding-section-heading h2 {
    letter-spacing: -.065em;
    margin: 12px 0 25px;
    font-size: clamp(3.2rem, 6vw, 7rem);
    line-height: .9
}

.wedding-section-heading>p:last-child {
    color: var(--muted);
    max-width: 600px;
    margin: 0;
    line-height: 1.8
}

.wedding-player-list .track-copy {
    border-top: 1px solid #f3b59942;
    padding-top: 32px
}

.wedding-player-list .track-copy:first-child {
    border-top: 0;
    padding-top: 0
}

.wedding-player-list .kicker {
    color: #f3b599
}

.wedding-contact {
    background:
        radial-gradient(circle at 76% 35%, #f3b59929, transparent 24%),
        linear-gradient(130deg, #08040f, #210b18);
    padding: 110px 7vw 120px
}

.wedding-contact h2 {
    letter-spacing: -.06em;
    margin: 20px 0 38px;
    font-size: clamp(3rem, 6.5vw, 7.2rem);
    line-height: .93
}

.wedding-contact>a {
    color: #f3b599;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-bottom: 1px solid #f3b59970;
    gap: 24px;
    padding: 0 0 8px;
    font-size: .72rem;
    font-weight: 800;
    display: inline-flex
}

@media (width<=1180px) {

    .header-contact,
    .desktop-nav {
        display: none
    }

    .site-header {
        grid-template-columns: 1fr auto
    }

    .mobile-menu {
        display: block;
        position: relative
    }

    .mobile-menu summary {
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        width: 36px;
        height: 32px;
        list-style: none;
        display: flex
    }

    .mobile-menu summary::-webkit-details-marker {
        display: none
    }

    .mobile-menu summary i {
        background: #fff;
        width: 30px;
        height: 1px
    }

    .mobile-menu nav {
        border: 1px solid var(--line);
        background: #100914;
        flex-direction: column;
        width: 210px;
        display: flex;
        position: absolute;
        top: 48px;
        right: 0
    }

    .mobile-menu nav a {
        border-bottom: 1px solid var(--line);
        padding: 16px 18px;
        font-size: .78rem
    }

    .project-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 18px
    }

    .media,
    .video-feature {
        grid-template-columns: 1fr
    }

    .media .section-label {
        margin-bottom: 50px
    }

    .spectrum-player {
        width: 100%
    }

    .wedding-hero {
        grid-template-columns: minmax(350px, .9fr) minmax(470px, 1.1fr)
    }

    .wedding-hero-content {
        padding-left: 5vw
    }

    .legal-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .transparency-intro {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .transparency-intro>.kicker {
        margin-bottom: -12px
    }
}

@media (width<=700px) {

    .site-header,
    .privacy-header {
        height: 68px;
        padding: 0 22px
    }

    .privacy-header>a:last-child {
        font-size: .59rem
    }

    .privacy-hero {
        padding: 80px 22px 70px
    }

    .privacy-content {
        width: auto;
        padding: 70px 22px 90px
    }

    .privacy-text {
        text-align: left;
        font-size: .88rem
    }

    .privacy-footer {
        padding: 32px 22px
    }

    .transparency-hero {
        min-height: 92svh;
        padding: 132px 22px 54px
    }

    .transparency-hero:before {
        opacity: .1;
        width: 520px;
        height: 520px;
        top: 40px;
        right: -280px
    }

    .transparency-hero:after {
        display: none
    }

    .transparency-hero h1 {
        font-size: clamp(3.35rem, 15.8vw, 5.5rem);
        line-height: .9
    }

    .transparency-hero-copy>p:last-of-type {
        margin-top: 34px;
        font-size: .92rem
    }

    .transparency-hero-actions {
        gap: 16px;
        margin-top: 36px
    }

    .transparency-jump {
        gap: 11px;
        font-size: .62rem
    }

    .hero-actions {
        gap: 16px;
        margin-top: 40px
    }

    .hero-actions .text-link {
        gap: 11px;
        font-size: .62rem
    }

    .transparency-principles {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 58px
    }

    .transparency-content {
        width: auto;
        padding: 78px 22px 88px
    }

    .transparency-intro {
        gap: 38px;
        padding-bottom: 76px
    }

    .transparency-intro h2,
    .transparency-human h2 {
        font-size: clamp(2.8rem, 13vw, 4.6rem)
    }

    .transparency-lead,
    .transparency-section>div:last-child>p,
    .transparency-future>div:last-child>p,
    .transparency-statement>p:not(.kicker) {
        font-size: .92rem
    }

    .transparency-section,
    .transparency-future {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 62px 0 68px
    }

    .transparency-section h2,
    .transparency-future h2,
    .transparency-statement h2 {
        font-size: clamp(2.25rem, 10.5vw, 3.6rem)
    }

    .transparency-section ul {
        grid-template-columns: 1fr
    }

    .transparency-statement {
        margin: 22px -22px 88px;
        padding: 58px 22px
    }

    .transparency-human {
        padding-bottom: 84px
    }

    .transparency-human-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 44px
    }

    .transparency-future {
        margin: 0 -22px;
        padding: 58px 22px
    }

    .transparency-footer {
        align-items: flex-start;
        gap: 24px
    }

    .transparency-footer>div {
        align-items: flex-end;
        flex-direction: column;
        gap: 14px
    }

    .transparency-section-top {
        margin-top: 26px;
        font-size: .59rem
    }

    .transparency-language-break {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 30px;
        margin: 18px -22px 82px;
        padding: 58px 22px
    }

    .transparency-language-break h2 {
        font-size: clamp(3.1rem, 14vw, 4.9rem)
    }

    .transparency-language-break:after {
        top: 42px;
        right: -18px
    }

    .videos-hero {
        min-height: 70svh;
        padding: 130px 22px 75px
    }

    .media-page-hero {
        min-height: 68svh;
        padding: 130px 22px 75px
    }

    .wedding-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 68px
    }

    .wedding-hero-content {
        grid-row: 2;
        width: 100%;
        padding: 54px 22px 78px
    }

    .wedding-hero-art {
        grid-row: 1;
        aspect-ratio: 1;
        background-image: url(../media/covers/heute_sagt_ihr_ja_a-m-header-clean.png);
        background-size: cover;
        min-height: 0;
        box-shadow: none
    }

    .wedding-hero-vow {
        margin-top: 18px;
        font-size: .65rem
    }

    .wedding-hero h1 {
        font-size: clamp(3.6rem, 17vw, 5.6rem)
    }

    .wedding-hero-copy {
        max-width: 92%;
        margin-top: 30px;
        font-size: .9rem
    }

    .wedding-hero-side {
        display: none
    }

    .wedding-intro {
        letter-spacing: .09em;
        gap: 10px;
        font-size: .57rem
    }

    .wedding-section-heading {
        margin-bottom: 55px
    }

    .wedding-contact {
        padding: 90px 22px 100px
    }

    .media-page-hero h1,
    .videos-hero h1 {
        font-size: clamp(3.5rem, 15vw, 5.5rem)
    }

    .video-feature {
        margin-top: 55px
    }

    .hero-image {
        background-position: 54% 30%;
        left: 0
    }

    .hero-shade {
        background: linear-gradient(90deg, #0f0012eb, #0f001233), linear-gradient(#0000 30%, #08040dcc)
    }

    .hero-content {
        justify-content: flex-end;
        padding: 120px 22px 15vh
    }

    .hero h1 {
        font-size: clamp(3.4rem, 15vw, 5rem);
        line-height: .88
    }

    .hero-side {
        display: none
    }

    .scroll-hint {
        bottom: 22px;
        right: 22px
    }

    .section {
        padding: 90px 22px 115px
    }

    .section-top {
        bottom: 34px;
        right: 22px
    }

    .intro,
    .news {
        grid-template-columns: 1fr;
        gap: 55px
    }

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

    .section-heading {
        display: block
    }

    .section-heading>p {
        margin-top: 28px
    }

    .project-grid {
        grid-template-columns: 1fr
    }

    .contact-grid {
        grid-template-columns: 1fr;
        margin-top: 45px
    }

    .release-details {
        grid-template-columns: 1fr
    }

    .player-spectrum {
        gap: 2px;
        height: 120px;
        padding: 24px 20px 14px
    }

    .player-stage {
        grid-template-columns: 120px minmax(0, 1fr)
    }

    .player-spectrum i:nth-child(2n) {
        display: none
    }

    .player-controls {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        min-height: 0;
        padding: 20px
    }

    .round-control.play {
        width: 58px;
        height: 58px
    }

    .round-control.volume {
        position: absolute;
        top: 140px;
        right: 19px
    }

    .track-details {
        flex-basis: 100%;
        order: 2;
        margin: 10px 0 0
    }

    .track-meta {
        padding-right: 46px
    }

    .contact-details {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding: 30px 0 0
    }

    .footer-top {
        grid-template-columns: 64px 1fr
    }

    .footer-top img {
        width: 58px;
        height: 58px
    }

    .footer-top>a {
        grid-column: 1/-1;
        margin-top: 20px
    }

    .legal-grid {
        grid-template-columns: 1fr
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    :before,
    :after {
        transition-duration: .01ms !important
    }
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}
