@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Antique Olive Compact;src:url(/assets/Antique-Olive-Std-Compact_3864-kMs5HdOo.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--bg-color: #F9F9F9;--text-color: #111111;--accent-color: #FF4D00;--gray-light: #e5e5e5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .2s}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:2rem 0;scroll-margin-top:5rem}.section-title{font-size:3rem;font-weight:900;text-transform:uppercase;color:var(--accent-color);margin-bottom:3rem;line-height:.9;letter-spacing:-1px}.header{position:fixed;top:0;width:100%;padding:1.5rem 0;background:#fafaf5f2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;border-bottom:1px solid transparent;transition:border .3s}.nav-flex{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Antique Olive Compact,sans-serif;font-weight:400;font-size:2rem;letter-spacing:2px;color:var(--text-color)}.nav-links a{margin-left:2rem;font-size:.9rem;font-weight:600;text-transform:uppercase}.nav-links a:hover{color:var(--accent-color)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.mobile-menu-toggle span{width:30px;height:3px;background:var(--text-color);border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(100%);transition:transform .3s ease;z-index:100}.mobile-nav.open{transform:translate(0)}.mobile-nav a{font-size:1.5rem;font-weight:600;text-transform:uppercase;color:var(--text-color);transition:color .3s}.mobile-nav a:hover{color:var(--accent-color)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:120px;padding-bottom:2rem}.hero-content h1{font-family:Antique Olive Compact,sans-serif;font-size:clamp(3.5rem,12vw,9rem);font-weight:900;line-height:.85;letter-spacing:-.04em;margin-bottom:1rem}.hero-sub{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;color:var(--accent-color);margin-bottom:3rem;text-transform:uppercase;letter-spacing:2px}.hero-image-wrapper{width:100%;max-width:900px;margin:0 auto;overflow:hidden}.placeholder{width:100%;background-color:var(--accent-color);opacity:.8;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:auto;max-width:100%;display:block;object-fit:cover}.hero-placeholder{height:50vh}.image-credit{font-size:.75rem;color:#888;margin-top:.5rem;text-align:right}.image-credit a{color:#888;text-decoration:none;transition:all .3s ease}.image-credit a:hover{text-decoration:underline;color:var(--accent-color)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem}.about-image-wrapper{width:100%}.about-image,.about-img-placeholder{width:100%;aspect-ratio:4/5;object-fit:cover}.music-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.youtube-embed{margin:2rem auto 0;width:100%;max-width:800px;aspect-ratio:16 / 9}.embed-container iframe{border-radius:20px}.apple-music-embed iframe{outline:3px solid #FC3C44;border-radius:10px}.music-platforms{display:flex;justify-content:center;gap:6rem;flex-wrap:wrap;margin-top:3rem}.platform-link{font-size:2.5rem;font-weight:900;text-transform:uppercase;transition:color .3s ease}.platform-link:hover{color:var(--accent-color);text-decoration:underline}.contact-section{background:var(--bg-color)}.contact-grid{display:flex;flex-direction:row;justify-content:space-between;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.contact-item{display:flex;flex:1;min-width:200px}.btn-contact{padding:1rem 2rem;font-size:1.1rem;font-weight:900;text-transform:uppercase;white-space:nowrap;width:100%}.contact-description{display:none}.tour-list{border-top:2px solid var(--text-color)}.tour-list p a{text-decoration:underline}.tour-list p a:hover{color:var(--accent-color);transition:color .3s ease}.tour-row{display:grid;grid-template-columns:100px .5fr 1.5fr 120px;gap:1rem;padding:1.5rem 1rem;border-bottom:1px solid var(--gray-light);align-items:baseline;transition:background .3s}.tour-row:hover{background:#ebebeb}.tour-date{font-weight:900;color:var(--accent-color)}.tour-info{display:flex;flex-direction:column}.tour-loc{font-weight:600;text-transform:uppercase;font-size:1.2rem}.tour-venue{display:block;font-size:.9rem;font-weight:400;color:#666;margin-top:.2rem}.tour-description{font-size:.85rem;font-weight:600;align-self:center;color:#888}.tour-action{display:flex;justify-content:flex-end;align-items:center;min-width:120px}.btn{display:inline-block;padding:.8rem 1.5rem;border:1px solid var(--text-color);text-transform:uppercase;font-weight:700;font-size:.8rem;background:transparent;cursor:pointer}.btn:hover{background:var(--text-color);color:var(--bg-color);transition:background .3s,color .3s}.footer{font-family:Antique Olive Std,sans-serif;padding:2rem 0;text-align:center;margin-top:4rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:4rem;right:4rem;border-top:1px solid var(--text-color)}.socials{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.social-link{font-size:1.5rem;font-weight:900;text-transform:uppercase}.social-link:hover{color:var(--accent-color);text-decoration:underline}.copyright-section{font-size:.8rem;color:#888}.copyright-section a{color:var(--text-color);text-decoration:underline}.copyright-section a:hover{color:var(--accent-color)}.legal-page{min-height:80vh;padding:8rem 0 4rem}.back-link{display:inline-block;margin-bottom:2rem;font-size:.95rem;font-weight:600;color:var(--text-color);transition:color .2s}.back-link:hover{color:var(--accent-color)}.legal-title{font-size:3.5rem;font-weight:900;text-transform:uppercase;color:var(--accent-color);margin-bottom:3rem;line-height:.9;letter-spacing:-1px}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.legal-section h3{font-size:1.2rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text-color)}.legal-section p{font-size:1rem;line-height:1.7;margin-bottom:1rem;color:#333}.legal-section ul{list-style:disc;margin-left:2rem;margin-bottom:1rem}.legal-section li{font-size:1rem;line-height:1.7;margin-bottom:.5rem;color:#333}.legal-updated{font-style:italic;color:#888;font-size:.9rem;margin-top:2rem}.not-found-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:12rem 2rem 4rem}.not-found-content{max-width:600px;margin:0 auto}.not-found-title{font-family:Antique Olive Compact,sans-serif;font-size:clamp(6rem,15vw,12rem);font-weight:900;line-height:.85;letter-spacing:-.04em;color:var(--accent-color);margin-bottom:1rem}.not-found-subtitle{font-size:1.5rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem}.not-found-text{font-size:1.1rem;color:#666;margin-bottom:3rem}.btn-home{display:inline-block;padding:1rem 2rem;font-size:.9rem}@media (max-width: 768px){.container{padding:0 1rem}.section{padding:3rem 0;scroll-margin-top:2rem}.section-title{font-size:2rem;margin-bottom:2rem}.header{padding:1rem 0}.logo{font-size:1.5rem;z-index:101}.nav-links{display:none}.mobile-menu-toggle,.mobile-nav{display:flex}.hero{padding:80px 0 1rem;min-height:auto}.hero-content h1{font-size:clamp(2.5rem,15vw,4rem);margin-bottom:.5rem}.hero-sub{font-size:.9rem;margin-bottom:2rem}.hero-image-wrapper{margin-top:2rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-text p{font-size:1rem;margin-bottom:1rem}.tour-row{grid-template-columns:1fr;gap:.5rem;padding:1rem 0}.tour-date,.tour-loc{font-size:.9rem}.tour-loc{font-size:1rem}.tour-venue{font-size:.85rem}.tour-description{align-self:flex-start;margin-top:.5rem;font-size:.8rem}.music-grid{grid-template-columns:1fr;gap:2rem}.embed-container{height:400px}.embed-container iframe{border-radius:8px}.music-platforms{column-gap:3rem;row-gap:1.5rem;margin-top:6rem}.platform-link{font-size:3rem;font-weight:900}#kontakt{padding-top:2rem}section#kontakt .section-title{margin-bottom:1rem}.contact-grid{flex-direction:column;gap:1rem}.contact-item:first-child .btn-contact{margin-top:0}.btn{width:100%;text-align:center;margin-top:1rem;padding:.6rem 1rem;font-size:.75rem}.btn-contact{width:100%;text-align:center;margin-top:1rem;font-size:.85rem;padding:1rem}.footer{padding:2rem 0}.socials{gap:1.5rem;margin-bottom:1.5rem}.legal-page{padding:2rem 0}.legal-title{font-size:2rem;margin-bottom:2rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.2rem}.legal-section h3{font-size:1rem}.legal-section p,.legal-section li{font-size:.9rem}.back-link{font-size:.9rem;margin-bottom:1.5rem}.not-found-page{padding:8rem 1rem 2rem}.not-found-title{font-size:clamp(4rem,20vw,8rem)}.not-found-subtitle{font-size:1.2rem}.not-found-text{font-size:1rem}}@media (max-width: 480px){.section{padding:2rem 0}.section-title{font-size:1.75rem;margin-bottom:1.5rem}.logo{font-size:1.3rem}.hero-content h1{font-size:clamp(2rem,12vw,3rem)}.hero-sub{font-size:.8rem;letter-spacing:1px}.about-text p{font-size:.95rem}.embed-container{height:100%}.spotify-embed{height:30rem}.youtube-embed{margin-top:1rem}.tour-list{font-size:.9rem}.music-platforms{margin-top:2rem;column-gap:3rem;row-gap:1.5rem}.platform-link{font-size:2.5rem}.mobile-nav a{font-size:1.2rem}.legal-title{font-size:1.75rem}.not-found-title{font-size:clamp(3rem,18vw,6rem)}.not-found-subtitle{font-size:1rem;letter-spacing:1px}.not-found-text{font-size:.9rem}.footer:before{left:1rem;right:1rem}}
