@import url("../vendor/photoswipe/photoswipe.css");

:root {
    --bg-dark: #0a0c0f;
    --bg-light: #f4f0e8;

    --text-light: #f2ede6;
    --text-light-muted: rgba(242, 237, 230, 0.76);
    --text-light-muted-2: rgba(242, 237, 230, 0.52);

    --text-dark: #17191c;
    --text-dark-muted: rgba(23, 25, 28, 0.72);
    --text-dark-muted-2: rgba(23, 25, 28, 0.54);
    --mint-soft: #a8d9c8;
    --mint-soft-hover: #99cebc;
    --mint-soft-border: #8dc2b0;

    --header-h: 64px;
    --max: 1440px;
    --narrow: 1180px;
    --shadow-image: 0 34px 80px rgba(0, 0, 0, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg-light);
    color: var(--text-dark);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::selection {
    background: rgba(23, 25, 28, 0.14);
}

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

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

.container {
    width: min(var(--max), 92%);
    margin: 0 auto;
}

.container-narrow {
    width: min(var(--narrow), 92%);
    margin: 0 auto;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    height: var(--header-h);
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(4, 6, 8, 0.82), rgba(4, 6, 8, 0.74));
    backdrop-filter: blur(1.5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.025);
}

.site-header__inner {
    min-height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.header-inner {
    min-height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-brand {
    min-width: 0;
}

.brand {
    min-width: 0;
}

.site-brand__mark {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-light);
    line-height: 1.05;
}

.brand-mark {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-light);
    line-height: 1.05;
}

.site-brand__sub {
    margin-top: 1px;
    font-size: 9px;
    letter-spacing: 0.015em;
    color: rgba(242, 237, 230, 0.38);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-sub {
    margin-top: 1px;
    font-size: 9px;
    letter-spacing: 0.015em;
    color: rgba(242, 237, 230, 0.38);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-nav--desktop {
    display: none;
    align-items: center;
    gap: 30px;
}

.desktop-nav {
    display: none;
    align-items: center;
    gap: 30px;
}

.lang-switch {
    display: none;
    align-items: center;
    gap: 8px;
    margin-left: 18px;
}

.lang-switch a,
.lang-switch span {
    font-size: 9px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(242, 237, 230, 0.56);
}

.lang-switch a.active {
    color: var(--text-light);
}

.site-nav--desktop a {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(242, 237, 230, 0.66);
    line-height: 1;
    transition: color 0.2s ease;
}

.desktop-nav a {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(242, 237, 230, 0.66);
    line-height: 1;
    transition: color 0.2s ease;
}

.site-nav--desktop a:hover {
    color: var(--text-light);
}

.desktop-nav a:hover,
.desktop-nav a.active {
    color: var(--text-light);
}

.desktop-nav .nav-cta {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.site-nav-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(242, 237, 230, 0.76);
    min-height: 26px;
    padding: 0;
    font: inherit;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
}

.menu-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(242, 237, 230, 0.76);
    min-height: 26px;
    padding: 0;
    font: inherit;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
}

.mobile-menu {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    z-index: 999;
    display: none !important;
    background: rgba(4, 6, 8, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(1.5px);
}

.mobile-menu.is-open {
    display: block !important;
}

.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 12px 0 16px;
}

.mobile-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 12px 0 16px;
}

.mobile-menu a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(242, 237, 230, 0.78);
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 0;
}

.mobile-menu-inner a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(242, 237, 230, 0.78);
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 0;
}

.mobile-lang-switch {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}

.mobile-lang-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 10px 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(242, 237, 230, 0.62);
    border-radius: 4px;
}

.mobile-lang-switch a.active {
    color: var(--text-light);
}

main {
    padding-top: var(--header-h);
}

.hero {
    position: relative;
    min-height: calc(100svh - var(--header-h));
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.78)),
        url("../../images/hero.jpg") center center / cover no-repeat,
        linear-gradient(135deg, #0f141a 0%, #0a0c0f 100%);
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.34) 100%);
    pointer-events: none;
}

.hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 760px;
    padding: 58px 0 42px;
}

.hero__eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-light-muted-2);
}

.hero__title {
    margin: 0;
    max-width: 920px;
    font-size: clamp(38px, 7vw, 92px);
    line-height: 0.94;
    letter-spacing: -0.05em;
    color: var(--text-light);
    text-wrap: balance;
}

.hero__copy {
    max-width: 560px;
    margin: 16px 0 0;
    font-size: clamp(18px, 2.1vw, 24px);
    color: var(--text-light-muted);
}

.editorial-intro {
    padding: 30px 0 10px;
    background: var(--bg-light);
}

.editorial-intro p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: var(--text-dark-muted);
}

.entry-section {
    padding: 26px 0 54px;
    background: var(--bg-light);
}

.entry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

.entry-col {
    padding: 0 0 26px;
    border-bottom: 1px solid rgba(23, 25, 28, 0.12);
}

.entry-col__label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.entry-col__title {
    margin: 0;
    max-width: 13ch;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    overflow-wrap: anywhere;
    hyphens: auto;
}

.entry-col__copy {
    max-width: 30ch;
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.42;
    color: var(--text-dark-muted);
}

.entry-col__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--text-dark);
}

.entry-col__link::after {
    content: "→";
}

.image-feature {
    padding: 0;
    background: var(--bg-light);
}

.image-feature--full {
    width: 100%;
}

.image-feature__figure {
    margin: 0;
}

.image-feature__figure--full {
    width: 100%;
    overflow: hidden;
    box-shadow: var(--shadow-image);
}

.image-feature__figure--full img {
    width: 100%;
    height: 78vh;
    min-height: 420px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.image-feature__figure--full:hover img {
    transform: scale(1.015);
}

.contact-closing {
    padding: 52px 0 70px;
    background: var(--bg-light);
}

.contact-closing__topline {
    margin: 0 0 24px;
    padding-top: 4px;
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--text-dark);
}

.contact-closing__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: end;
    padding-top: 26px;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.contact-closing__label {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.contact-closing__mail {
    display: inline-block;
    font-size: clamp(24px, 3.4vw, 42px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: var(--text-dark);
    word-break: break-word;
}

.contact-closing__main-links {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.contact-closing__separator {
    font-size: clamp(24px, 3.4vw, 42px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: rgba(23, 25, 28, 0.38);
}

.contact-closing__copy {
    margin: 0;
    max-width: 34ch;
    font-size: 16px;
    color: var(--text-dark-muted);
}

.contact-closing__person {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: var(--text-dark);
}

.contact-closing__form-link {
    display: inline-block;
    font-size: clamp(24px, 3.4vw, 42px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: var(--text-dark);
}

.hero--veranstalter {
    position: relative;
    background: linear-gradient(135deg, #0f141a 0%, #0a0c0f 100%);
}

.hero--veranstalter .hero__media {
    position: absolute;
    inset: 0;
}

.hero--veranstalter .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero--artists {
    position: relative;
    background: linear-gradient(135deg, #0f141a 0%, #0a0c0f 100%);
}

.hero--artists .hero__media {
    position: absolute;
    inset: 0;
}

.hero--artists .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero--editorial {
    position: relative;
    background: linear-gradient(135deg, #0f141a 0%, #0a0c0f 100%);
}

.hero--editorial .hero__media {
    position: absolute;
    inset: 0;
}

.hero--editorial .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero--contact {
    position: relative;
    background: linear-gradient(135deg, #0f141a 0%, #0a0c0f 100%);
}

.hero--contact .hero__media {
    position: absolute;
    inset: 0;
}

.hero--contact .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.editorial-intro--veranstalter {
    padding: 34px 0 12px;
}

.editorial-intro--artists {
    padding: 34px 0 12px;
}

.editorial-intro--editorial {
    padding: 34px 0 12px;
}

.editorial-intro--contact {
    padding: 34px 0 12px;
}

.service-columns {
    padding: 20px 0 56px;
    background: var(--bg-light);
}

.service-columns__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

.service-columns__item {
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(23, 25, 28, 0.11);
}

.service-columns__label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.service-columns__title {
    margin: 0;
    max-width: 16ch;
    font-size: clamp(30px, 3.8vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.service-columns__copy {
    max-width: 33ch;
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.42;
    color: var(--text-dark-muted);
}

.artist-columns {
    padding: 20px 0 56px;
    background: var(--bg-light);
}

.artist-columns__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

.artist-columns__item {
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(23, 25, 28, 0.11);
}

.artist-columns__label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.artist-columns__title {
    margin: 0;
    max-width: 15ch;
    font-size: clamp(30px, 3.8vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.artist-columns__copy {
    max-width: 33ch;
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.42;
    color: var(--text-dark-muted);
}

.editorial-columns {
    padding: 20px 0 56px;
    background: var(--bg-light);
}

.editorial-columns__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

.editorial-columns__item {
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(23, 25, 28, 0.11);
}

.editorial-columns__label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.editorial-columns__title {
    margin: 0;
    max-width: 15ch;
    font-size: clamp(30px, 3.8vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.editorial-columns__copy {
    max-width: 33ch;
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.42;
    color: var(--text-dark-muted);
}

.contact-direct {
    padding: 20px 0 54px;
    background: var(--bg-light);
}

.contact-direct__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 4px;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.contact-direct__label {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.contact-direct__mail {
    display: inline-block;
    font-size: clamp(30px, 4.4vw, 56px);
    line-height: 0.96;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: var(--text-dark);
    word-break: break-word;
}

.contact-direct__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 16px;
}

.contact-direct__links a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: var(--text-dark-muted);
}

.contact-direct__person {
    margin-top: 12px;
}

.contact-direct__person-name {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: var(--text-dark-muted);
}

.contact-direct__person-meta {
    margin: 4px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--text-dark-muted);
}

.contact-direct__copy {
    margin: 0;
    max-width: 36ch;
    font-size: 18px;
    line-height: 1.42;
    color: var(--text-dark-muted);
}

.contact-form-section {
    padding: 10px 0 56px;
    background: var(--bg-light);
}

.contact-form-section--hub .contact-form__label {
    display: none;
}

.contact-form__label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.contact-form__title {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(34px, 4.8vw, 62px);
    line-height: 0.96;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.contact-form__intro {
    margin: 14px 0 0;
    max-width: 46ch;
    font-size: 16px;
    color: var(--text-dark-muted);
}

.contact-alert {
    margin-top: 22px;
    padding: 12px 0;
    font-size: 15px;
    line-height: 1.4;
    border-top: 1px solid rgba(23, 25, 28, 0.16);
    border-bottom: 1px solid rgba(23, 25, 28, 0.16);
}

.contact-alert--success {
    color: rgba(18, 96, 43, 0.92);
}

.contact-alert--error {
    color: rgba(129, 35, 35, 0.92);
}

#contact-feedback {
    scroll-margin-top: calc(var(--header-h) + 12px);
}

.contact-form {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.contact-form__field label {
    display: block;
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
    width: 100%;
    border: 1px solid rgba(23, 25, 28, 0.16);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.58);
    color: var(--text-dark);
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    min-height: 48px;
    padding: 11px 12px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-form__field select {
    appearance: none;
    border-radius: 0;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(23, 25, 28, 0.58) 50%),
        linear-gradient(135deg, rgba(23, 25, 28, 0.58) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 2px),
        calc(100% - 13px) calc(50% - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.contact-form__field textarea {
    min-height: 156px;
    resize: vertical;
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
    outline: none;
    border-color: rgba(23, 25, 28, 0.42);
    background: rgba(255, 255, 255, 0.82);
}

.contact-form__actions {
    margin-top: 20px;
}

.contact-form__actions .btn,
.contact-form__actions button {
    appearance: none;
    border: 1px solid var(--mint-soft-border);
    background: var(--mint-soft);
    color: #10261e;
    min-height: 48px;
    padding: 0 24px;
    font: inherit;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: 0.01em;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.contact-form__actions .btn:hover,
.contact-form__actions button:hover {
    background: var(--mint-soft-hover);
    border-color: #7fb7a4;
}

.contact-form__actions .btn:focus-visible,
.contact-form__actions button:focus-visible {
    outline: 2px solid rgba(125, 183, 164, 0.46);
    outline-offset: 2px;
}

.contact-form__note {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--text-dark-muted-2);
}

.contact-form__meta {
    margin: 14px 0 0;
    font-size: 14px;
    color: var(--text-dark-muted);
}

.contact-form__meta a {
    text-decoration: underline;
    text-decoration-color: rgba(23, 25, 28, 0.26);
    text-underline-offset: 3px;
}

.contact-statement {
    padding: 8px 0 52px;
    background: var(--bg-light);
}

.contact-statement p {
    margin: 0;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: var(--text-dark);
    text-wrap: balance;
}

.legal-page-header {
    padding: 46px 0 18px;
    background: var(--bg-light);
}

.legal-page-header__label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.legal-page-header__title {
    margin: 0;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 0.96;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.legal-page-content {
    padding: 16px 0 72px;
    background: var(--bg-light);
}

.legal-content {
    max-width: 820px;
}

.legal-content h2 {
    margin: 30px 0 10px;
    font-size: clamp(22px, 2.3vw, 32px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: var(--text-dark);
}

.legal-content p,
.legal-content li {
    font-size: 17px;
    line-height: 1.56;
    color: var(--text-dark-muted);
}

.legal-content p {
    margin: 0 0 14px;
}

.legal-content ul {
    margin: 0 0 14px;
    padding-left: 20px;
}

.legal-content li {
    margin: 0 0 6px;
}

.inline-link {
    color: var(--text-dark);
    text-decoration: underline;
    text-decoration-color: rgba(23, 25, 28, 0.28);
    text-underline-offset: 3px;
}

.image-feature--veranstalter .image-feature__figure--full img {
    height: 72vh;
    min-height: 400px;
}

.image-feature--artists .image-feature__figure--full img {
    height: 72vh;
    min-height: 400px;
}

.image-feature--editorial .image-feature__figure--full img {
    height: 72vh;
    min-height: 400px;
}

.deliverables {
    padding: 56px 0 66px;
    background: var(--bg-light);
}

.deliverables__label {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.deliverables__title {
    margin: 0;
    max-width: 16ch;
    font-size: clamp(34px, 4.8vw, 62px);
    line-height: 0.96;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.deliverables__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.deliverables__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.deliverables__list li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(23, 25, 28, 0.08);
    font-size: 16px;
    line-height: 1.4;
    color: var(--text-dark-muted);
}

.deliverables--artists {
    padding-top: 54px;
}

.deliverables__title--artists {
    max-width: 14ch;
}

.deliverables--editorial {
    padding-top: 54px;
}

.deliverables__title--editorial {
    max-width: 14ch;
}

.artist-statement {
    padding: 10px 0 52px;
    background: var(--bg-light);
}

.artist-statement p {
    margin: 0;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: var(--text-dark);
    text-wrap: balance;
}

.artist-extended-section {
    padding: 6px 0 50px;
    background: var(--bg-light);
}

.artist-quote-intro {
    padding: 4px 0 44px;
    background: var(--bg-light);
}

.artist-quote-intro__quote {
    margin: 0;
    max-width: 38ch;
    font-size: clamp(20px, 2.3vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.015em;
    color: var(--text-dark);
}

.artist-quote-intro__author {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-dark-muted-2);
}

.artist-quote-intro__text {
    margin-top: 22px;
    width: 100%;
    max-width: 100%;
}

.artist-quote-intro__text p {
    margin: 0;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-dark-muted);
}

.artist-quote-intro__text p + p {
    margin-top: 20px;
}

.artist-extended-section__title {
    margin: 0;
    font-size: clamp(30px, 3.8vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.artist-extended-section__intro {
    margin: 16px 0 0;
    max-width: 52ch;
    font-size: 18px;
    line-height: 1.46;
    color: var(--text-dark-muted);
}

.artist-cover-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.artist-cover-item {
    margin: 0;
}

.artist-cover-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: var(--shadow-image);
}

.portfolio-page-header {
    padding: 42px 0 18px;
    background: var(--bg-light);
}

.portfolio-page-header__eyebrow {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-dark-muted);
}

.portfolio-page-header__title {
    margin: 10px 0 0;
    font-size: clamp(34px, 5vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.portfolio-gallery-section {
    padding: 18px 0 66px;
    background: var(--bg-light);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.portfolio-thumb {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.portfolio-thumb img {
    display: block;
    width: 100%;
    height: 34vh;
    min-height: 180px;
    object-fit: cover;
}

.portfolio-empty-state {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: var(--text-dark-muted);
}

.pswp {
    --pswp-bg: #06080a;
    --pswp-icon-color: #f2f4f6;
    --pswp-icon-color-secondary: rgba(12, 14, 16, 0.86);
    --pswp-preloader-color: rgba(242, 244, 246, 0.34);
    --pswp-preloader-color-secondary: rgba(242, 244, 246, 0.88);
    --pswp-root-z-index: 1200;
}

.artist-portfolio-section {
    padding: 8px 0 46px;
    background: var(--bg-light);
}

.artist-portfolio-section__title {
    margin: 0;
    font-size: clamp(30px, 3.8vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    text-wrap: balance;
}

.artist-portfolio-section__copy {
    margin: 16px 0 0;
    max-width: 44ch;
    font-size: 18px;
    line-height: 1.46;
    color: var(--text-dark-muted);
}

.artist-portfolio-strip-link {
    display: block;
    margin-top: 20px;
}

.artist-portfolio-strip,
.artist-portfolio-strip img {
    display: block;
    width: 100%;
}

.artist-portfolio-strip img {
    height: auto;
    object-fit: contain;
    box-shadow: var(--shadow-image);
}

.artist-portfolio-strip-link:hover img,
.artist-portfolio-strip-link:focus-visible img {
    opacity: 0.94;
}

.artist-price-frame {
    padding: 6px 0 34px;
    background: var(--bg-light);
}

.artist-price-frame__title {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--text-dark);
}

.artist-price-frame__list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.artist-price-frame__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    column-gap: 28px;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(23, 25, 28, 0.08);
}

.artist-price-frame__service {
    margin: 0;
    font-size: 19px;
    line-height: 1.42;
    letter-spacing: -0.01em;
    color: var(--text-dark);
}

.artist-price-frame__price {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: var(--text-dark-muted);
    white-space: nowrap;
}

.artist-price-frame__note {
    margin: 20px 0 0;
    max-width: 74ch;
    font-size: 17px;
    line-height: 1.56;
    color: var(--text-dark-muted);
    text-wrap: pretty;
}

.video-project-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    list-style: none;
    border-top: 1px solid rgba(23, 25, 28, 0.10);
}

.video-project-item {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(23, 25, 28, 0.08);
}

.video-project-title {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1.38;
    color: var(--text-dark);
}

.video-project-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: var(--text-dark-muted);
}

.editorial-statement {
    padding: 10px 0 52px;
    background: var(--bg-light);
}

.editorial-statement p {
    margin: 0;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: var(--text-dark);
    text-wrap: balance;
}

.contact-closing--veranstalter {
    padding-top: 14px;
}

.contact-closing--artists {
    padding-top: 10px;
}

.contact-closing--editorial {
    padding-top: 10px;
}

.contact-form-section--subpage {
    padding-top: 14px;
}

.site-footer {
    padding: 28px 0 36px;
    background: #080a0c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-brand {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-light);
}

.footer-copy {
    margin: 6px 0 0;
    color: var(--text-light-muted);
    font-size: 14px;
}

.site-footer-right {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.site-footer-right a {
    color: var(--text-light-muted);
    font-size: 14px;
}

.site-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.site-footer__mark {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-light);
}

.site-footer__sub {
    margin: 6px 0 0;
    color: var(--text-light-muted);
    font-size: 14px;
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.site-footer__links a {
    color: var(--text-light-muted);
    font-size: 14px;
}

@media (max-width: 979px) {
    .hero {
        background:
            linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.82)),
            url("../../images/hero-mobile.jpg") center center / cover no-repeat,
            linear-gradient(135deg, #0f141a 0%, #0a0c0f 100%);
    }

    .hero__overlay {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.84) 100%);
    }

    .image-feature__figure--full img {
        height: 54vh;
        min-height: 320px;
    }

    .hero--veranstalter .hero__media img {
        object-position: center top;
    }

    .hero--artists .hero__media img {
        object-position: center top;
    }

    .hero--editorial .hero__media img {
        object-position: center top;
    }

    .hero--contact .hero__media img {
        object-position: center top;
    }

    .image-feature--veranstalter .image-feature__figure--full img {
        height: 52vh;
        min-height: 300px;
    }

    .image-feature--artists .image-feature__figure--full img {
        height: 52vh;
        min-height: 300px;
    }

    .image-feature--editorial .image-feature__figure--full img {
        height: 52vh;
        min-height: 300px;
    }

    .portfolio-page-header {
        padding: 34px 0 14px;
    }

    .portfolio-gallery-section {
        padding: 14px 0 52px;
    }

    .artist-portfolio-section {
        padding: 6px 0 36px;
    }

    .artist-quote-intro {
        padding: 2px 0 36px;
    }

    .artist-quote-intro__quote {
        font-size: clamp(20px, 5.4vw, 28px);
        line-height: 1.2;
    }

    .artist-quote-intro__text p {
        font-size: 18px;
        line-height: 1.58;
    }

    .artist-portfolio-section__copy {
        font-size: 17px;
    }

    .artist-price-frame {
        padding: 6px 0 28px;
    }

    .artist-price-frame__item {
        grid-template-columns: 1fr;
        row-gap: 4px;
        padding: 12px 0;
    }

    .artist-price-frame__service {
        font-size: 17px;
        line-height: 1.42;
    }

    .artist-price-frame__price {
        font-size: 16px;
        line-height: 1.4;
        white-space: normal;
    }

    .artist-price-frame__note {
        font-size: 16px;
        line-height: 1.5;
    }

    .artist-portfolio-strip-link {
        margin-top: 16px;
    }

    .artist-portfolio-strip img {
        height: auto;
    }

    .contact-closing--home .contact-closing__grid {
        gap: 20px;
        padding-top: 22px;
    }

    .contact-closing--home .contact-closing__label {
        margin-bottom: 10px;
    }

    .contact-closing--home .contact-closing__person {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 1.1;
    }

    .contact-closing--home .contact-closing__copy {
        line-height: 1.52;
        margin-bottom: 10px;
    }

    .contact-closing--home .contact-closing__main-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .contact-closing--home .contact-closing__separator {
        display: none;
    }

    .contact-closing--home .contact-closing__mail,
    .contact-closing--home .contact-closing__form-link {
        line-height: 1.04;
    }
}

@media (min-width: 700px) {
    .portfolio-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .portfolio-thumb img {
        height: 24vw;
        min-height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) and (orientation: portrait) {
    .hero {
        min-height: calc(88svh - var(--header-h));
        background-position: center 28%;
    }

    .hero__content {
        max-width: 700px;
        padding: 50px 0 36px;
    }

    .hero__title {
        font-size: clamp(34px, 5.2vw, 72px);
        line-height: 0.95;
    }

    .hero--veranstalter .hero__media img {
        object-position: center 22%;
    }

    .hero--artists .hero__media img {
        object-position: center 24%;
    }

    .hero--editorial .hero__media img {
        object-position: center 20%;
    }

    .hero--contact .hero__media img {
        object-position: center 22%;
    }
}

@media (min-width: 860px) {
    .entry-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px;
    }

    .entry-col {
        min-height: 100%;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .contact-closing__grid {
        grid-template-columns: 1fr auto;
    }

    .service-columns__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }

    .service-columns__item {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .artist-columns__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }

    .artist-columns__item {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .portfolio-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .portfolio-thumb img {
        height: 18vw;
        min-height: 170px;
    }

    .artist-cover-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .artist-cover-item img {
        height: auto;
    }

    .editorial-columns__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }

    .editorial-columns__item {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .contact-direct__grid {
        grid-template-columns: 1fr auto;
        gap: 30px;
        align-items: end;
    }

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

    .contact-form__field--full {
        grid-column: 1 / -1;
    }

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

@media (min-width: 1200px) {
    .portfolio-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
    }

    .portfolio-thumb img {
        height: 15vw;
        min-height: 170px;
        max-height: 280px;
    }
}

@media (min-width: 980px) {
    :root {
        --header-h: 54px;
    }

    .site-nav--desktop {
        display: flex;
    }

    .desktop-nav {
        display: flex;
    }

    .lang-switch {
        display: flex;
    }

    .site-nav-toggle,
    .mobile-menu {
        display: none !important;
    }

    .menu-toggle {
        display: none !important;
    }

    .hero__content {
        padding: 74px 0 54px;
    }

    .editorial-intro {
        padding: 40px 0 14px;
    }

    .entry-section {
        padding: 28px 0 74px;
    }

    .service-columns {
        padding: 28px 0 74px;
    }

    .artist-columns {
        padding: 28px 0 74px;
    }

    .editorial-columns {
        padding: 28px 0 74px;
    }

    .contact-direct {
        padding: 28px 0 64px;
    }

    .contact-form-section {
        padding: 10px 0 68px;
    }

    .deliverables {
        padding: 58px 0 76px;
    }

    .artist-statement {
        padding: 12px 0 56px;
    }

    .artist-extended-section {
        padding: 8px 0 58px;
    }

    .editorial-statement {
        padding: 12px 0 56px;
    }

    .contact-statement {
        padding: 12px 0 58px;
    }

    .legal-page-header {
        padding: 56px 0 20px;
    }

    .legal-page-content {
        padding: 18px 0 84px;
    }

    .contact-form-section--subpage {
        padding-top: 18px;
    }

    .contact-closing {
        padding: 58px 0 78px;
    }

    .contact-closing--home .contact-closing__person {
        margin-bottom: 12px;
    }

    .contact-closing--home .contact-closing__grid {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .contact-closing--home .contact-closing__profile {
        max-width: 900px;
    }

    .contact-closing--home .contact-closing__copy {
        max-width: none;
        line-height: 1.62;
        font-size: 17px;
    }

    .contact-closing--home .contact-closing__copy + .contact-closing__copy {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .site-footer-inner {
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
    }
}