*{box-sizing:border-box}:root{--bg:#fffaf3;--bg-strong:#fff3df;--surface:#fff;--surface-soft:#fff8ee;--text:#352d28;--muted:#6f645c;--line:#ead9c6;--accent:#d79a3e;--accent-dark:#b87819;--shadow:0 18px 44px rgba(53,45,40,.08);--radius-xl:30px;--radius-lg:22px;--radius-md:16px;--container:1140px}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at top right,hsla(36,84%,80%,.42),transparent 24%),linear-gradient(180deg,#fffaf3,#fffdf8);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit}img{display:block;max-width:100%;height:auto}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid hsla(32,46%,85%,.92);background:rgba(255,250,243,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{text-decoration:none}.brand-title{display:block;font-family:Georgia,serif;font-size:1.75rem;font-weight:700}.brand-subtitle{display:block;font-size:1rem;color:var(--muted)}.nav-links{display:none;gap:1rem}.nav-links a{text-decoration:none;font-weight:700;font-size:1.2rem;letter-spacing:.01em;color:var(--muted)}.lang-badge{border:1px solid var(--line);border-radius:999px;padding:.6rem .9rem;background:var(--surface);box-shadow:var(--shadow);font-weight:700}.section{padding:1.1rem 0 1.4rem}.hero{padding:2rem 0 1.2rem}.hero-grid{display:grid;grid-gap:2rem;gap:2rem;align-items:center}.eyebrow{display:inline-flex;padding:.45rem .85rem;border-radius:999px;background:var(--bg-strong);color:var(--accent-dark);font-weight:700}.hero-title{margin:.9rem 0 0;font-family:Georgia,serif;font-size:clamp(2.6rem,7vw,5rem);line-height:1.05}.hero-text{margin:1rem 0 0;color:var(--muted);font-size:1.08rem;max-width:42rem}.button-row{display:flex;flex-direction:column;gap:.85rem;margin-top:1.5rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:.95rem 1.3rem;text-decoration:none;border-radius:var(--radius-md);font-weight:700;border:0;cursor:pointer;font:inherit}.button-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}.button-secondary{border:1px solid var(--line);background:var(--surface)}.admin-card,.card,.concert-card,.contact-card,.hero-card,.member-card{background:var(--surface);border:1px solid hsla(32,46%,85%,.9);box-shadow:var(--shadow)}.hero-card{padding:.7rem;border-radius:34px}.hero-card img{border-radius:26px;width:100%}.section-heading{margin:0 0 .35rem;font-family:Georgia,serif;font-size:clamp(1.9rem,5vw,2.8rem)}.section-text{margin:0;color:var(--muted)}.card{border-radius:var(--radius-xl);padding:1.5rem}.columns,.members-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.2rem}.member-card{border-radius:var(--radius-xl);padding:1.5rem;text-align:center}.member-photo{width:min(240px,58vw);aspect-ratio:1/1;object-fit:cover;border-radius:50%;margin:0 auto 1rem;border:6px solid #fff5e7}.member-name{margin:0;font-size:1.45rem}.member-role{margin:.35rem 0 0;color:var(--muted)}.rich-text ul{padding-left:1.25rem}.column-title{margin:0 0 .8rem;font-size:1.3rem}.concert-list{display:grid;grid-gap:.9rem;gap:.9rem}.concert-card{padding:1rem;border-radius:var(--radius-lg)}.concert-poster{width:100%;border-radius:16px;margin-bottom:.85rem;border:1px solid var(--line)}.concert-date{margin:0 0 .3rem;color:var(--accent-dark);font-size:.86rem;font-weight:800;text-transform:uppercase}.concert-title{margin:0;font-size:1.15rem}.concert-meta{margin:.35rem 0 0;color:var(--muted)}.concert-link{display:inline-block;margin-top:.75rem;font-weight:700;color:var(--accent-dark);text-decoration:none}.contact-card{border-radius:var(--radius-xl);padding:1.5rem;display:grid;grid-gap:1rem;gap:1rem}.footer{padding:1rem 0 2rem;color:var(--muted)}.footer-inner{min-height:68px;display:flex;flex-direction:column;gap:.25rem;border-top:1px solid hsla(32,46%,85%,.85);padding-top:1rem}.admin-page{min-height:100vh;padding:2rem 0}.admin-card{border-radius:var(--radius-xl);padding:1.5rem}.admin-card-spaced,.admin-form{margin-top:1rem}.admin-form{display:grid;grid-gap:1rem;gap:1rem}.admin-form label{display:grid;grid-gap:.35rem;gap:.35rem;font-weight:700}.admin-form input,.admin-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:.85rem .95rem;font:inherit;background:#fffdf8;color:var(--text)}.checkbox-label{display:flex!important;align-items:center;gap:.6rem!important}.checkbox-label input{width:auto}.image-preview-grid{display:grid;grid-gap:.9rem;gap:.9rem}.image-preview{border:1px solid var(--line);border-radius:18px;padding:.75rem;background:var(--surface-soft)}.image-preview img{width:100%;max-height:280px;object-fit:contain;border-radius:12px;background:#fff}.image-preview small{display:block;margin-top:.5rem;color:var(--muted)}.image-preview button{margin-top:.5rem;border:1px solid var(--line);background:#fff;border-radius:12px;padding:.45rem .7rem;cursor:pointer}.admin-status{margin:0;padding:.9rem 1rem;border-radius:14px;background:var(--surface-soft);color:var(--text)}@media(min-width:760px){.nav-links{display:flex}.hero{padding:3rem 0 1.5rem}.hero-grid{grid-template-columns:1.08fr .92fr;gap:2.6rem}.button-row{flex-direction:row}.columns,.contact-card,.members-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-card,.card,.contact-card,.member-card{padding:2rem}.footer-inner{flex-direction:row;justify-content:space-between;align-items:center}.admin-form{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form .wide,.admin-status,.image-preview-grid{grid-column:1/-1}.image-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.content-editor-form{margin-top:1rem}.lang-tabs button,.wysiwyg-toolbar button{border:1px solid var(--line);background:#fffdf8;color:var(--text);border-radius:12px;padding:.55rem .8rem;cursor:pointer;font:inherit;font-weight:700}.wysiwyg-area{min-height:260px}.wysiwyg-area h2{font-family:Georgia,serif;margin-top:.5rem}.wysiwyg-area p:first-child{margin-top:0}.lang-button{cursor:pointer;font:inherit}.hero-contact-mini{margin-top:1rem;color:var(--muted);line-height:1.7}.hero-contact-mini a{color:var(--accent-dark);text-decoration:none}.admin-header-card{display:flex;justify-content:space-between;align-items:center;gap:1rem}.admin-login-wrap{max-width:720px}.admin-status-top{margin-top:1rem}.admin-subsection{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.admin-section-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.localized-editor{margin-top:1.4rem}.lang-tabs{display:flex;gap:.6rem;flex-wrap:wrap;margin:.75rem 0}.admin-concert-actions button,.lang-tabs button,.wysiwyg-toolbar button{border:1px solid var(--line);background:#fffdf8;color:var(--text);border-radius:12px;padding:.55rem .8rem;cursor:pointer;font:inherit;font-weight:700}.lang-tabs button.active{background:var(--accent);border-color:var(--accent);color:#fff}.wysiwyg{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.wysiwyg-toolbar{display:flex;gap:.45rem;flex-wrap:wrap;padding:.7rem;background:var(--surface-soft);border-bottom:1px solid var(--line)}.wysiwyg-area{min-height:220px;padding:1rem;outline:none;background:#fff}.admin-concert-list,.artist-admin-list{display:grid;grid-gap:1rem;gap:1rem;margin-top:1rem}.admin-concert-item,.artist-admin-card{border:1px solid var(--line);border-radius:20px;background:var(--surface-soft);padding:1rem}.artist-admin-card label{display:grid;grid-gap:.35rem;gap:.35rem;font-weight:700;margin-bottom:1rem}.admin-save-main{width:100%;margin-top:1.5rem}.admin-list-title{margin-top:2rem}.admin-concert-item{display:flex;justify-content:space-between;gap:1rem;align-items:center}.admin-concert-actions{display:flex;gap:.5rem;flex-wrap:wrap}.photo-dots{display:flex;gap:.4rem;justify-content:center;margin:-.4rem 0 1rem}.photo-dots button{width:10px;height:10px;border-radius:999px;border:0;background:var(--line);cursor:pointer}.photo-dots button.active{background:var(--accent)}.upcoming-list{display:grid;grid-gap:.9rem;gap:.9rem}@media (min-width:760px){.upcoming-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.concert-heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.concert-scroll-hint{font-size:.95rem}.past-concert-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,360px);grid-gap:1rem;gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:.25rem 0 1rem;scrollbar-width:thin}.past-concert-slide{scroll-snap-align:start}.past-concert-slide .concert-card{height:100%}@media (max-width:759px){.past-concert-carousel{grid-auto-columns:minmax(82vw,1fr)}}.upload-progress-box{padding:1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.upload-progress-label{margin-bottom:.5rem;font-weight:700;color:var(--muted)}.upload-progress-track{width:100%;height:14px;border-radius:999px;background:#f1e3d4;overflow:hidden}.upload-progress-bar{height:100%;border-radius:999px;background:var(--accent);transition:width .2s ease}.hero-image-preview{margin-top:1rem}.hero-image-preview .image-preview img{max-height:360px;object-fit:cover}.image-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:1.2rem;background:rgba(30,24,20,.82);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-lightbox-img{max-width:min(96vw,1400px);max-height:92vh;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.35)}.image-lightbox-close{position:fixed;top:1rem;right:1rem;width:48px;height:48px;border:0;border-radius:999px;background:#fff;color:var(--text);font-size:2rem;line-height:1;cursor:pointer;box-shadow:var(--shadow)}.concert-poster-button,.member-photo-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.member-photo-button{width:-moz-fit-content;width:fit-content;margin:0 auto}.concert-gallery{margin-bottom:.85rem}.concert-gallery .concert-poster{margin-bottom:0}.concert-gallery-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.55rem;color:var(--muted);font-weight:700}.concert-gallery-controls button{width:34px;height:34px;border:1px solid var(--line);border-radius:999px;background:#fffdf8;color:var(--text);cursor:pointer;font:inherit;font-size:1.35rem;line-height:1}.header-actions{display:flex;align-items:center;gap:.7rem}.instagram-link{width:52px;height:52px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--accent-dark);box-shadow:var(--shadow);text-decoration:none}.instagram-link svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.instagram-link:hover,.lang-button:hover{transform:translateY(-1px)}.hero-image-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.hero-image-button img{width:100%}.footer-inner-rich{gap:.9rem}.footer-links{display:flex;flex-direction:column;gap:.35rem}.footer-links a{color:var(--accent-dark);text-decoration:none;font-weight:700}.footer-links a:hover{text-decoration:underline}@media(min-width:760px){.footer-links{align-items:flex-end}}@media(max-width:759px){.header-inner{align-items:flex-start}.header-actions{margin-left:auto}.instagram-link{width:48px;height:48px}}.instagram-link{background:radial-gradient(circle at 30% 110%,#fdf497 0,#fdf497 18%,#fd5949 43%,#d6249f 68%,#285aeb 100%);color:#fff;border:0}.instagram-link svg{stroke:#fff}.instagram-link:hover{filter:brightness(1.05);transform:translateY(-1px) scale(1.03)}.lang-button-with-flag{display:inline-flex;align-items:center;gap:.45rem}.lang-flag{font-size:1.2rem;line-height:1;filter:saturate(1.05)}.admin-login-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem;margin-bottom:1rem}.brand-logo{width:320px;height:auto;display:block}