@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Zen+Dots&display=swap');
:root{--bg:#05060a;--bg2:#080a10;--surface:#0c0f16;--surface2:#111621;--ink:#f7f5fa;--muted:#aaa6b2;--violet:#bc3cff;--violet2:#7a48ff;--cyan:#61e0ee;--line:rgba(255,255,255,.11);--max:1220px;--radius:10px;--display:'Zen Dots',system-ui,sans-serif;--body:'Quicksand',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#05060a 0%,#080a0f 48%,#040509 100%);color:var(--ink);font-family:var(--body);font-weight:500;line-height:1.68;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 80% 8%,rgba(122,72,255,.09),transparent 33%),radial-gradient(circle at 10% 48%,rgba(97,224,238,.035),transparent 28%)}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button,input,textarea,select{font:inherit}.wrap{width:min(var(--max),calc(100% - 56px));margin:auto}.eyebrow{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--cyan);font-weight:700}.display,h1,h2,h3,.brand{font-family:var(--display);font-weight:400}.display{font-size:clamp(2.5rem,6vw,5.6rem);line-height:1.05;letter-spacing:.01em;margin:18px 0 0}.display span,.gradient{background:linear-gradient(105deg,#fff 12%,#e4ccff 53%,#96f0f5);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:clamp(1rem,1.5vw,1.22rem);color:#d3ced9;max-width:735px;line-height:1.75}.muted{color:var(--muted)}
.nav{position:fixed;z-index:50;inset:0 0 auto;background:rgba(5,6,10,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-size:.76rem;letter-spacing:.04em}.brand img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(188,60,255,.3))}.nav-links{display:flex;align-items:center;gap:27px;font-size:.83rem;font-weight:700}.nav-links a{color:#bbb6c3;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#fff}.menu{display:none;border:1px solid var(--line);background:transparent;color:#fff;border-radius:6px;padding:8px 12px}
.hero{min-height:100svh;display:grid;place-items:center;position:relative;overflow:hidden}.hero video,.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,4,7,.38),rgba(3,4,7,.63) 60%,var(--bg) 100%),radial-gradient(circle at center,rgba(0,0,0,.04),rgba(0,0,0,.56) 86%)}.hero-content{position:relative;z-index:2;text-align:center;padding:118px 0 84px}.hero-logo{width:clamp(160px,20vw,250px);aspect-ratio:1;object-fit:contain;margin:0 auto 28px;filter:drop-shadow(0 20px 44px rgba(0,0,0,.62)) drop-shadow(0 0 24px rgba(188,60,255,.25));animation:float 7s ease-in-out infinite}.hero-logo.hero-artwork{width:clamp(330px,52vw,720px);max-height:44vh;aspect-ratio:auto;margin-bottom:10px;filter:drop-shadow(0 22px 52px rgba(0,0,0,.72)) drop-shadow(0 0 30px rgba(220,255,0,.18));animation:float 8s ease-in-out infinite}.hero .lead{margin:25px auto 0}.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}@keyframes float{50%{transform:translateY(-7px)}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:12px 19px;font-size:.82rem;font-weight:700;letter-spacing:.025em;border:1px solid var(--line);background:rgba(255,255,255,.025);transition:transform .2s,border-color .2s,background .2s}.btn.primary{background:#fff;color:#08090d;border-color:#fff}.btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.065)}.btn.primary:hover{background:#ece8f0}
section{padding:112px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:42px;margin-bottom:45px}.section-head h2{font-size:clamp(1.8rem,3.8vw,3.35rem);line-height:1.15;letter-spacing:.01em;margin:10px 0}.section-head p{max-width:520px;color:var(--muted)}.grid{display:grid;gap:22px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:linear-gradient(145deg,rgba(17,21,30,.96),rgba(9,11,17,.97));border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;position:relative;transition:transform .25s,border-color .25s,box-shadow .25s}.card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.2);box-shadow:0 18px 48px rgba(0,0,0,.28)}.card-body{padding:24px}.card h3{margin:.42rem 0 .58rem;font-size:1.05rem;line-height:1.35}.card-media{aspect-ratio:4/3;overflow:hidden;background:#090b10}.card-media img,.card-media video{width:100%;height:100%;object-fit:cover;transition:transform .55s}.card:hover .card-media img{transform:scale(1.025)}.tag{display:inline-flex;border-left:2px solid var(--violet);padding:3px 0 3px 9px;color:#dcb8ef;font-size:.69rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.event-feature{display:grid;grid-template-columns:1.2fr .8fr;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:0 24px 70px rgba(0,0,0,.2)}.event-feature .image{min-height:510px;background-position:center;background-size:cover}.event-feature .copy{padding:clamp(30px,5vw,68px);display:flex;flex-direction:column;justify-content:center}.event-feature h2{font-size:clamp(1.7rem,3.8vw,3.1rem);line-height:1.17;letter-spacing:.01em;margin:14px 0 19px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:40px 0}.stat{padding:24px 22px 24px 0;border-top:1px solid var(--line)}.stat strong{font-family:var(--display);font-size:1.2rem;display:block;margin-bottom:5px}.quote{font-family:var(--body);font-weight:500;font-size:clamp(1.5rem,3.1vw,2.8rem);line-height:1.3;letter-spacing:-.02em;max-width:980px}.quote strong{font-family:var(--display);font-weight:400;color:#d9b7eb;font-size:.86em}.roles{display:flex;flex-wrap:wrap;gap:9px}.role{border:1px solid var(--line);border-radius:5px;padding:9px 12px;color:#d6d1dc;background:rgba(255,255,255,.02);font-size:.84rem}
.gallery-grid{columns:3 300px;column-gap:18px}.gallery-grid figure{break-inside:avoid;margin:0 0 18px;border-radius:7px;overflow:hidden;background:#111}.gallery-grid img{width:100%;transition:transform .4s}.gallery-grid figure:hover img{transform:scale(1.018)}
.page-hero{padding:170px 0 78px;min-height:48vh;display:flex;align-items:end;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.05)}.page-hero:after{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(122,72,255,.1),transparent 67%);right:-190px;top:-300px}.page-hero h1{font-size:clamp(2.5rem,6vw,5.25rem);line-height:1.08;letter-spacing:.01em;margin:14px 0}.profile{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start;padding:42px 0 82px;border-bottom:1px solid var(--line)}.profile-media{border-radius:var(--radius);overflow:hidden;position:sticky;top:100px}.profile-media video,.profile-media img{width:100%;aspect-ratio:1/1;object-fit:cover}.links{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.social{border:1px solid var(--line);border-radius:5px;padding:8px 12px;font-size:.8rem;font-weight:700}.social:hover{border-color:rgba(255,255,255,.3)}.lineup{columns:2;column-gap:38px}.lineup-item{break-inside:avoid;padding:13px 0;border-bottom:1px solid var(--line)}.form{display:grid;gap:16px}.form label{font-size:.8rem;color:#d3cdda;font-weight:700}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border-radius:6px;border:1px solid var(--line);background:#090c12;color:#fff;outline:none}.form input:focus,.form textarea:focus,.form select:focus{border-color:rgba(188,60,255,.68);box-shadow:0 0 0 3px rgba(188,60,255,.08)}.form textarea{min-height:145px;resize:vertical}.notice{padding:18px 20px;border-left:3px solid var(--cyan);background:rgba(97,224,238,.045);border-radius:3px;color:#d5e9ec}.footer{border-top:1px solid var(--line);padding:62px 0 34px;background:#040509}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:44px}.footer p,.footer a{color:var(--muted)}.footer a:hover{color:#fff}.tiny{font-size:.72rem;color:#7f7985;margin-top:46px}
@media(max-width:850px){.wrap{width:min(var(--max),calc(100% - 34px))}.nav-links{display:none;position:absolute;top:68px;left:17px;right:17px;flex-direction:column;align-items:flex-start;padding:22px;border:1px solid var(--line);border-radius:8px;background:rgba(8,10,15,.98)}.nav-links.open{display:flex}.menu{display:block}.event-feature,.profile{grid-template-columns:1fr}.event-feature .image{min-height:360px}.grid.three,.grid.four{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.profile-media{position:relative;top:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:560px){.wrap{width:min(100% - 26px,var(--max))}.display{font-size:2.3rem}.hero-content{padding-top:105px}.hero-logo{width:158px;margin-bottom:22px}.hero-logo.hero-artwork{width:min(94vw,520px);max-height:34vh;margin-bottom:8px}.grid.two,.grid.three,.grid.four,.stats{grid-template-columns:1fr}.gallery-grid{columns:2 145px}.lineup{columns:1}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}section{padding:76px 0}.page-hero{padding-top:135px}.nav-inner{height:68px}.brand span{font-size:.64rem}.event-feature .image{min-height:280px}}
/* Version 1.0.1 — authentic stage hero and artist portraits */
.hero .hero-bg{object-position:center 52%;filter:saturate(.92) contrast(1.06)}
.hero:after{background:linear-gradient(180deg,rgba(2,3,5,.38),rgba(2,3,5,.46) 48%,rgba(3,4,7,.78) 76%,var(--bg) 100%),radial-gradient(circle at center 40%,rgba(0,0,0,.02),rgba(0,0,0,.58) 92%)}
.hero-logo.hero-artwork{width:clamp(390px,58vw,820px);max-height:48vh;object-fit:contain;margin-bottom:4px;filter:drop-shadow(0 24px 55px rgba(0,0,0,.82)) drop-shadow(0 0 20px rgba(255,255,255,.15));animation:float 8s ease-in-out infinite}
.profile-media{background:#07090d;box-shadow:0 28px 72px rgba(0,0,0,.38)}
.profile-media .artist-photo{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}
.profile-media .artist-lapsykorva{object-position:50% 45%}
.profile-media .artist-dias{object-position:52% 42%}
.profile-media .artist-rajanake{object-position:50% 38%}
.card-media img[src*="lapsykorva-new"]{object-position:50% 43%}
.card-media img[src*="dias-kuositar-new"]{object-position:52% 42%}
.card-media img[src*="rajanake-new"]{object-position:50% 37%}
@media(max-width:560px){.hero-logo.hero-artwork{width:min(112vw,650px);max-height:38vh}.hero .hero-bg{object-position:center center}.profile-media .artist-photo{aspect-ratio:4/5}}

/* Version 1.0.3 — Stage2 homepage background; hero owl URL removed */

/* Version 1.0.5 — return to v1.0.3 composition; move only the homepage hero owl approximately 1 cm left */
.hero-logo.hero-artwork{position:relative;left:-38px}
@media(max-width:560px){.hero-logo.hero-artwork{left:-18px}}
