@charset "UTF-8";
:root{--paper:#f4f2e9;--ink:#242720;--muted:#65665e;--line:#d4d5c9;--orange:#e94e2b}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--orange);outline-offset:6px}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.site-header{height:110px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-size:32px;font-weight:950;letter-spacing:-2px}.brand-dot{font-size:15px;color:var(--orange);letter-spacing:0;margin-left:3px}.header-note{font-size:12px;letter-spacing:.035em}.nav-link{font-size:13px;font-weight:700;display:flex;gap:25px;align-items:center}.nav-link span{font-size:23px}.header-links{display:flex;gap:28px;align-items:center}.header-links>a:first-child{font-size:13px}.hero{position:relative;padding-block:70px 62px}.eyebrow{display:flex;gap:10px;align-items:center;font-size:11px;font-weight:700;letter-spacing:1.7px;text-transform:uppercase}.status-dot{height:7px;width:7px;background:var(--orange);border-radius:50%}h1{font-size:clamp(72px,8.9vw,128px);line-height:.94;letter-spacing:-.07em;margin:33px 0 40px;font-weight:950}.music-word{color:var(--orange);position:relative;display:inline-block}.music-word svg{position:absolute;bottom:-16px;left:0;width:100%;height:22px;fill:none;stroke:var(--orange);stroke-width:3}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.hero-bottom p{font-size:16px;line-height:1.65;max-width:440px;margin:0;color:var(--muted)}.discover{display:flex;gap:24px;align-items:center;font-size:12px;font-weight:700}.round-arrow{width:45px;height:45px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:24px;transition:background .2s}.discover:hover .round-arrow{background:#e5e6da}.hero-stamp{position:absolute;width:148px;right:50px;top:112px;transform:rotate(-8deg)}.hero-stamp svg{width:100%;fill:var(--orange)}.section-heading{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:26px 0}.section-heading h2{font-size:14px;font-weight:600;margin:0}.section-heading>span{font-family:monospace;font-size:11px;color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}.project-card{display:block;min-width:0;border:1px solid var(--line);background:#f9f8f1;transition:transform .2s,border-color .2s}.project-card:hover{transform:translateY(-5px);border-color:var(--ink)}.card-art{height:238px;position:relative;overflow:hidden;padding:19px 21px;background:#313b34;color:white}.card-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0007 0%,transparent 40%,#000b 100%)}.project-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-card:hover .project-image{transform:scale(1.045)}.art-meta{display:flex;justify-content:space-between;position:relative;z-index:2;font-size:9px;letter-spacing:1.3px;text-transform:uppercase;font-weight:700}.art-meta>span:last-child{font-family:monospace}.art-title{position:absolute;z-index:2;left:21px;bottom:21px;font-size:30px;font-weight:950;line-height:.99;letter-spacing:-1.4px}.card-body{padding:23px 21px 22px}.card-body h3{font-size:18px;letter-spacing:-.6px;margin:0;display:flex;align-items:center;justify-content:space-between;gap:9px}.card-body h3>span{font-size:23px;font-weight:400;transition:transform .2s}.project-card:hover h3>span{transform:translate(3px,-3px)}.card-body p{font-size:12px;line-height:1.6;color:var(--muted);margin:12px 0 22px;min-height:38px}.domain{font-family:monospace;font-size:10px;color:var(--muted)}.about{margin-top:70px;padding:50px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;background:#e5e7da}.about-heading h2{font-size:clamp(35px,4vw,53px);line-height:1.05;letter-spacing:-2.5px;margin:25px 0 0}.about-copy p{font-size:15px;line-height:1.8;color:#52584c;margin:0 0 15px}.about-copy p:first-child{font-size:20px;line-height:1.5;color:var(--ink)}.about-signature{display:inline-block;padding-top:12px;font-size:12px;font-weight:700}.closing{display:flex;align-items:center;gap:26px;padding-block:55px}.closing-star{font-size:67px;line-height:1;color:var(--orange)}.closing p{font-size:26px;letter-spacing:-.8px;line-height:1.15;margin:0;font-weight:400}.closing strong{font-weight:700}.closing-note{margin-left:auto;font-size:12px;color:var(--muted)}.site-footer{border-top:1px solid var(--line);min-height:100px;display:flex;justify-content:space-between;align-items:center;gap:20px}.site-footer .wordmark{font-size:25px}.site-footer>span,.site-footer>a:last-child{font-size:11px;color:var(--muted)}.site-footer>a:last-child span{margin-left:16px}.skip-link{position:fixed;top:-70px;left:16px;z-index:10;background:var(--ink);color:white;padding:14px}.skip-link:focus{top:10px}
@media(min-width:1500px){.hero{padding-block:82px 70px}.hero-stamp{right:100px}.card-art{height:265px}}
@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.hero-stamp{width:115px;right:10px;top:95px}.project-grid{gap:24px 18px}.art-title{font-size:26px}.card-body,.card-art{padding-inline:16px}.art-title{left:16px}.card-body h3{font-size:16px}.card-body p{min-height:58px}.domain{font-size:9px}.about{gap:30px;padding:35px}}
@media(max-width:780px){.header-note{display:none}.site-header{height:88px}.hero{padding-block:52px 42px}h1{font-size:clamp(62px,11.7vw,92px)}.hero-stamp{width:75px;top:105px;right:0}.hero-bottom p{max-width:360px;font-size:14px}.discover>span:first-child{display:none}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-art{height:230px}.card-body p{min-height:38px}.closing-note{display:none}.closing{padding-block:48px}.closing p{font-size:24px}.about{grid-template-columns:1fr;gap:28px;margin-top:45px}.about-heading h2{margin-top:18px}.about-heading h2 br{display:none}}
@media(max-width:520px){.wrap{width:calc(100% - 40px)}.wordmark{font-size:28px}.header-links{gap:16px}.header-links>a:first-child{font-size:11px}.nav-link{font-size:11px;gap:12px}.hero{padding-block:38px}.eyebrow{font-size:9px;letter-spacing:1.1px}h1{font-size:clamp(54px,13.7vw,72px);margin:29px 0 34px}.hero-stamp{width:46px;top:80px;right:2px}.hero-bottom{gap:14px}.hero-bottom p{font-size:13px}.round-arrow{width:37px;height:37px}.section-heading h2{font-size:12px}.section-heading>span{font-size:10px}.project-grid{grid-template-columns:1fr;gap:22px}.card-art{height:240px}.art-title{font-size:34px;left:22px}.card-art,.card-body{padding-inline:22px}.card-body h3{font-size:20px}.card-body p{min-height:0;font-size:13px;margin-bottom:20px}.domain{font-size:11px}.about{padding:28px 24px}.about-heading h2{font-size:38px}.about-copy p:first-child{font-size:19px}.about-copy p{font-size:14px}.closing{gap:17px}.closing p{font-size:22px}.closing-star{font-size:55px}.site-footer{min-height:95px}.site-footer>span{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.about{padding:0;grid-template-columns:.82fr 1.18fr;gap:0;overflow:hidden}.about-photo{margin:0;position:relative;min-height:550px}.about-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 30%}.about-photo:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#000b)}.about-photo figcaption{position:absolute;bottom:30px;left:30px;right:25px;color:white;font-size:25px;font-weight:700;letter-spacing:-.7px;z-index:1}.about-photo figcaption span{display:block;margin-top:8px;font-size:11px;font-weight:400;letter-spacing:0}.about-copy{padding:45px}.about-copy h2{font-size:clamp(32px,3.5vw,49px);line-height:1.04;letter-spacing:-2px;margin:25px 0}.about-copy h2+p{font-size:19px;line-height:1.5;color:var(--ink)}.about-copy p{font-size:14px;line-height:1.75}.about-contact{display:inline-flex;gap:25px;margin-top:12px;padding-bottom:7px;border-bottom:1px solid var(--ink);font-size:12px;font-weight:700}.about-contact span{font-size:18px}.about-copy .eyebrow{font-size:9px}.winter-card .project-image{object-position:center 35%}
@media(max-width:1050px){.about-copy{padding:32px}.about-photo{min-height:580px}.about-copy h2{font-size:36px}}
@media(max-width:780px){.about{grid-template-columns:1fr}.about-photo{min-height:410px}.about-photo img{object-position:center 30%}.about-copy{padding:32px}.about-copy h2{font-size:42px}}
@media(max-width:520px){.about-photo{min-height:360px}.about-copy{padding:28px 24px}.about-copy h2{font-size:36px}.about-copy h2+p{font-size:18px}.hero .eyebrow{font-size:8px;letter-spacing:1px}}
.about-photo:after{display:none}
.footer-links{display:flex;align-items:center;gap:24px;font-size:11px;color:var(--muted)}.footer-links a:hover,.legal-page a:hover{text-decoration:underline}.legal-page{padding-block:70px 100px;min-height:calc(100vh - 210px)}.legal-page h1{font-size:clamp(44px,8vw,90px);letter-spacing:-.055em;margin:30px 0 40px}.legal-page address{font-style:normal;font-size:18px;line-height:1.8}.legal-page p{font-size:16px;line-height:1.8;margin-top:25px}.legal-page p a{text-decoration:underline;text-underline-offset:4px}@media(max-width:520px){.footer-links{gap:16px}.legal-page{padding-block:45px 65px;min-height:calc(100vh - 183px)}.legal-page p{font-size:14px}}
@media(max-width:520px){.site-header{flex-wrap:wrap;height:auto;min-height:88px;padding-block:20px;gap:18px}.site-header .wordmark{font-size:27px}.site-footer{flex-wrap:wrap;padding-block:24px;gap:18px}.site-footer .wordmark{font-size:23px}}
.contact{border-top:1px solid var(--line);margin-top:65px;padding-top:55px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-intro h2{font-size:clamp(32px,3.5vw,48px);line-height:1.08;letter-spacing:-2px;margin:25px 0}.contact-intro p{max-width:350px;font-size:15px;line-height:1.7;color:var(--muted)}.contact-intro>a{display:inline-block;margin-top:20px;font-size:14px;text-decoration:underline;text-underline-offset:5px}.contact-form{position:relative;min-width:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:9px;margin-bottom:20px}.form-field label{font-size:12px;font-weight:700}.form-field input,.form-field textarea{width:100%;border:1px solid #b6b9ac;background:#faf9f3;padding:14px;color:var(--ink);font:inherit;font-size:15px;border-radius:0}.form-field textarea{resize:vertical;min-height:145px}.form-field input:focus,.form-field textarea:focus{outline:2px solid var(--ink);outline-offset:2px}.form-note{font-size:11px;line-height:1.6;color:var(--muted);margin:0 0 20px}.contact-submit{display:flex;align-items:center;justify-content:space-between;gap:40px;border:0;background:var(--ink);color:white;padding:17px 22px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.contact-submit:hover{background:#414638}.contact-submit:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.contact-submit:disabled{opacity:.6;cursor:wait}.contact-submit span{font-size:20px}.form-status{font-size:13px;line-height:1.6;overflow-wrap:anywhere}.form-status:empty{display:none}.form-status[data-state=error]{color:#a02714}.form-status[data-state=success]{color:#305726}.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media(max-width:780px){.contact{grid-template-columns:1fr;gap:32px;margin-top:45px;padding-top:40px}.contact-intro h2{font-size:38px}.contact-intro>a{margin-top:5px}}@media(max-width:520px){.form-row{grid-template-columns:1fr;gap:0}.contact-submit{width:100%}.form-field input,.form-field textarea{font-size:16px}}
.privacy-page{max-width:900px}.privacy-page h1{font-size:clamp(38px,7vw,76px)}.privacy-page section{margin-top:38px}.privacy-page h2{font-size:23px;letter-spacing:-.5px;line-height:1.3}.privacy-page p,.privacy-page address{font-size:16px;line-height:1.8;overflow-wrap:anywhere}.privacy-page p{margin-top:16px}.privacy-page a,.form-note a{text-decoration:underline;text-underline-offset:3px}.privacy-date{color:var(--muted)}.footer-links{flex-wrap:wrap;row-gap:12px}@media(max-width:520px){.privacy-page h2{font-size:21px}.privacy-page p,.privacy-page address{font-size:15px}.site-footer{column-gap:28px}}
.press{margin-top:70px;border-top:1px solid var(--line);padding-top:45px}.press-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:32px}.press-heading h2{font-size:clamp(34px,3.7vw,50px);line-height:1.05;letter-spacing:-2px;margin:24px 0 0}.press-heading>p{font-size:14px;line-height:1.7;color:var(--muted);max-width:345px;margin:0}.press-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.press-card{display:flex;flex-direction:column;border:1px solid var(--line);padding:30px;background:#f9f8f1;transition:background .2s,border-color .2s}.press-card:hover{background:#e9ebdf;border-color:var(--ink)}.press-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px}.press-meta>span{font-weight:700}.press-meta time{font-family:monospace;color:var(--muted);white-space:nowrap}.press-card h3{font-family:Georgia,'Times New Roman',serif;font-size:29px;line-height:1.15;font-weight:400;letter-spacing:-.7px;margin:28px 0 16px;max-width:440px}.press-card p{font-size:14px;line-height:1.7;color:var(--muted);margin:0 0 28px;max-width:440px}.press-read{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700}.press-read>span{font-size:23px;color:var(--orange)}.press-note{font-size:11px;color:var(--muted);margin-top:18px}.header-links>a{font-size:13px}@media(max-width:1100px){.header-note{display:none}}@media(max-width:780px){.press-heading{display:block}.press-heading>p{margin-top:22px;max-width:450px}.press-card{padding:24px}.press-card h3{font-size:25px}.press-meta{flex-wrap:wrap}}@media(max-width:520px){.press{margin-top:45px;padding-top:35px}.press-grid{grid-template-columns:1fr;gap:18px}.press-heading h2{font-size:38px}.press-meta{font-size:10px}.header-links>a{font-size:11px}}
.press-archive{margin-top:24px}.press-archive summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;border-block:1px solid var(--line);padding:22px 0;font-size:14px;font-weight:700}.press-archive summary::-webkit-details-marker{display:none}.press-archive summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.press-archive summary>span{color:var(--muted);font-size:12px;font-weight:400}.press-archive .press-grid{margin-top:24px}.press-archive .archive-close{display:none}.press-archive[open] .archive-close{display:inline}.press-archive[open] .archive-open{display:none}
.festival-press summary{line-height:1.5}.festival-press .press-meta{align-items:flex-start;flex-wrap:wrap}.festival-press .press-meta time{white-space:normal}.press-note a{text-decoration:underline;text-underline-offset:3px}@media(max-width:520px){.festival-press summary{font-size:12px}.festival-press summary>span{flex-shrink:0}}
/* Gemeinsame Navigation und vollständige Presseübersicht */
.site-header{height:auto;min-height:136px;display:grid;grid-template-columns:auto 1fr;gap:24px 30px;padding-block:26px 20px}.site-header .header-note{justify-self:end}.site-header .header-links{grid-column:1/-1;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px 32px}.site-header .header-links>a{font-size:13px;padding-block:6px;font-weight:600;border-bottom:2px solid transparent}.site-header .header-links>a:hover,.site-header .header-links>a[aria-current=page]{border-bottom-color:var(--orange)}.press-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.press-card{padding:0;overflow:hidden}.press-image{height:235px;background:#e5e5db;border-bottom:1px solid var(--line);padding:14px;display:flex;align-items:center;justify-content:center}.press-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .2s}.press-card:hover .press-image img{transform:scale(1.025)}.press-card-content{padding:23px;display:flex;flex-direction:column;flex:1;min-width:0}.press-meta{flex-wrap:wrap;align-items:flex-start;gap:7px 12px}.press-meta time{white-space:normal;line-height:1.5}.press-card h3{font-size:26px;margin-top:20px}.press-card p{font-size:13px}.press-read{font-size:11px}.press-heading>p{max-width:400px}@media(max-width:1050px){.press-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header .header-links{justify-content:flex-start}}@media(max-width:600px){.press-grid{grid-template-columns:1fr}.press-image{height:270px}.site-header{grid-template-columns:1fr;gap:16px;min-height:0;padding-block:22px 16px}.site-header .header-links{gap:5px 19px}.site-header .header-links>a{font-size:12px}.press-card-content{padding:24px}.press-card h3{font-size:28px}}
/* Mobile Navigation: ohne JavaScript bleiben die Links erreichbar. */
.menu-toggle{display:none;border:1px solid var(--line);background:transparent;color:var(--ink);width:44px;height:44px;padding:10px;cursor:pointer;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:22px;height:2px;background:currentColor;transition:transform .2s,opacity .2s}.menu-toggle:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:780px){.site-header{grid-template-columns:minmax(0,1fr) auto;min-height:88px;padding-block:20px;gap:0 12px}.site-header.nav-ready .menu-toggle{display:flex;grid-column:2;grid-row:1;justify-self:end}.site-header.nav-ready .header-links{display:none}.site-header.nav-ready.menu-open .header-links{display:flex}.site-header .header-links{grid-column:1/-1;flex-direction:column;align-items:stretch;gap:0;margin-top:20px;padding-top:10px;border-top:1px solid var(--line)}.site-header .header-links>a{display:block;padding:14px 4px;font-size:15px;border-bottom:1px solid var(--line)}.site-header .header-links>a:last-child{border-bottom:0}.site-header .header-links>a:hover{color:var(--orange)}}
@media(max-width:360px){.site-header .wordmark{font-size:24px;letter-spacing:-1.5px}}
.radio-feature{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.1fr;background:#29352e;color:var(--paper);min-width:0}.radio-copy{padding:44px}.radio-copy .eyebrow{font-size:10px}.radio-copy h3{font-size:48px;line-height:1.05;letter-spacing:-2px;margin:24px 0}.radio-copy h3>span{display:block;font-size:15px;line-height:1.5;letter-spacing:0;font-weight:400;color:#c9d0c5;margin-top:12px}.radio-copy p{font-size:14px;line-height:1.8;color:#e1e4da;max-width:440px}.radio-schedule{border-block:1px solid #576257;margin:28px 0 24px;padding-block:20px;display:flex;flex-direction:column;gap:9px}.radio-schedule>span{font-size:12px;line-height:1.4}.radio-schedule strong{font-size:32px;letter-spacing:-1px}.radio-link{display:inline-flex;align-items:center;gap:40px;font-size:13px;font-weight:700;border-bottom:1px solid #a4afa1;padding-bottom:7px}.radio-link>span{color:#ff855e;font-size:22px}.radio-photo{margin:0;display:flex;flex-direction:column;justify-content:center;background:#202a24;min-width:0}.radio-photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}.radio-photo figcaption{padding:14px 20px;font-size:10px;line-height:1.5;color:#c9d0c5}@media(max-width:900px){.radio-feature{grid-template-columns:1fr}.radio-copy{padding:35px}.radio-photo{max-width:100%}}@media(max-width:520px){.radio-copy{padding:30px 24px}.radio-copy h3{font-size:42px}.radio-photo figcaption{padding-inline:24px}}
