:root{
  --bg:#030507;
  --bg-soft:#071019;
  --panel:rgba(10,18,28,.72);
  --panel-strong:rgba(8,14,22,.9);
  --text:#f6f8fb;
  --muted:#aeb8c6;
  --line:rgba(155,210,244,.18);
  --line-strong:rgba(176,225,255,.42);
  --ice:#b7e4ff;
  --blue:#75c8f8;
  --gold:#d7c197;
  --shadow:0 24px 80px rgba(0,0,0,.52);
  --radius:26px;
  --wrap:1480px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  min-width:320px;
  color:var(--text);
  background:
    radial-gradient(circle at 50% -10%,rgba(45,111,151,.27),transparent 33rem),
    radial-gradient(circle at 10% 38%,rgba(25,81,119,.14),transparent 31rem),
    linear-gradient(180deg,#05090e 0%,#020406 64%,#04080c 100%);
  font:16px/1.62 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:100;
  pointer-events:none;
  opacity:.055;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:90;
  pointer-events:none;
  opacity:.18;
  background:linear-gradient(112deg,transparent 0 40%,rgba(196,232,255,.065) 49%,transparent 58%);
  transform:translateX(-130%);
  mix-blend-mode:screen;
  animation:scanLight 15s ease-in-out infinite;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.wrap{width:min(var(--wrap),calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:999;padding:12px 16px;border-radius:12px;background:#fff;color:#000;font-weight:800}.skip-link:focus{top:16px}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid transparent;
  background:rgba(3,6,10,.64);
  backdrop-filter:blur(20px) saturate(130%);
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;
}
.topbar.scrolled{border-color:var(--line);background:rgba(3,6,10,.88);box-shadow:0 10px 40px rgba(0,0,0,.28)}
.nav-shell{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.brand-cluster{display:inline-flex;align-items:center;gap:10px;min-width:0}
.brand-player-btn{flex:0 0 auto;width:38px;height:38px;border-color:rgba(117,200,248,.3);background:rgba(7,17,25,.62)}
.brand-player-btn:hover{border-color:rgba(145,218,255,.72);box-shadow:0 0 20px rgba(84,186,239,.18)}
.brand{display:inline-flex;align-items:center;gap:12px;font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:.26em;font-size:1.17rem;white-space:nowrap}
.brand-eye{width:30px;height:18px;position:relative;display:inline-block;border:1px solid rgba(190,228,250,.65);border-radius:100% 0 100% 0;transform:rotate(45deg);box-shadow:0 0 18px rgba(92,190,250,.18)}
.brand-eye::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--ice);inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 0 12px var(--blue)}
.nav-links{display:flex;align-items:center;justify-content:center;gap:24px;color:#c5ced8;font-size:.9rem;letter-spacing:.04em}
.nav-links a{position:relative;padding:10px 0;transition:color .2s ease}.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:linear-gradient(90deg,var(--blue),var(--ice));transition:right .25s ease}.nav-links a:hover{color:#fff}.nav-links a:hover::after{right:0}
.nav-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.nav-toggle{display:none}
.lang-switch{display:flex;padding:3px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.025)}
.lang-switch a{min-width:34px;height:30px;display:grid;place-items:center;border-radius:999px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em}
.lang-switch a.active{color:#051018;background:linear-gradient(135deg,#effaff,#8bd7ff)}
.icon-btn{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);background:rgba(8,15,24,.78);color:#def3ff;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
.icon-btn:hover,.icon-btn:focus-visible{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:0 0 22px rgba(100,196,250,.18);outline:none}
.icon-btn svg{width:19px;height:19px;fill:currentColor}
.icon-btn.is-playing{color:#041018;background:linear-gradient(135deg,#e9f8ff,#76c9fa);border-color:transparent;animation:pulse 1.9s ease-in-out infinite}
.icon-btn[hidden]{display:none!important}

.hero{position:relative;isolation:isolate;padding:76px 0 70px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:-10% -8% auto;height:80%;z-index:-3;background:radial-gradient(ellipse at 50% 40%,rgba(68,151,202,.27),rgba(12,33,49,.08) 44%,transparent 72%)}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:260px;z-index:-2;background:linear-gradient(transparent,var(--bg))}
.stars,.stars::before,.stars::after{position:absolute;inset:0;z-index:-2;pointer-events:none;background-repeat:no-repeat}
.stars::before,.stars::after{content:""}
.stars::before{opacity:.34;background-image:radial-gradient(circle at 8% 13%,#fff 0 1px,transparent 1.5px),radial-gradient(circle at 21% 31%,#b9e6ff 0 1px,transparent 1.5px),radial-gradient(circle at 35% 10%,#fff 0 1px,transparent 1.5px),radial-gradient(circle at 52% 21%,#d7f2ff 0 1px,transparent 1.5px),radial-gradient(circle at 66% 7%,#fff 0 1.2px,transparent 1.7px),radial-gradient(circle at 78% 29%,#c3eaff 0 1px,transparent 1.5px),radial-gradient(circle at 94% 14%,#fff 0 1px,transparent 1.5px);animation:twinkle 7s ease-in-out infinite}
.stars::after{opacity:.22;background-image:radial-gradient(circle at 13% 48%,#fff 0 1px,transparent 1.5px),radial-gradient(circle at 27% 58%,#b9e6ff 0 1px,transparent 1.5px),radial-gradient(circle at 45% 41%,#fff 0 1px,transparent 1.5px),radial-gradient(circle at 61% 54%,#d7f2ff 0 1px,transparent 1.5px),radial-gradient(circle at 83% 47%,#fff 0 1px,transparent 1.5px);animation:twinkle 9s 1.2s ease-in-out infinite}
.hero-intro{text-align:center;max-width:900px;margin:0 auto 38px}
.kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:#d7f2ff;text-transform:uppercase;letter-spacing:.28em;font-size:.72rem;font-weight:800}.kicker::before,.kicker::after{content:"";width:32px;height:1px;background:linear-gradient(90deg,transparent,var(--blue))}.kicker::after{transform:scaleX(-1)}
.hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,7rem);line-height:.88;letter-spacing:.025em;font-weight:700;text-wrap:balance;text-shadow:0 0 46px rgba(111,204,255,.24)}
.hero h1 span{display:block;margin-top:.2em;color:transparent;background:linear-gradient(180deg,#fff 10%,#bcd8e8 58%,#6f91a8 100%);-webkit-background-clip:text;background-clip:text}
.hero-lead{max-width:700px;margin:24px auto 0;color:#cbd5df;font-size:clamp(1rem,2vw,1.18rem);text-wrap:balance}
.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:26px}
.btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border-radius:999px;border:1px solid var(--line-strong);background:rgba(7,15,24,.76);font-weight:800;font-size:.92rem;letter-spacing:.025em;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}
.btn:hover,.btn:focus-visible{transform:translateY(-3px);border-color:var(--ice);box-shadow:0 16px 34px rgba(0,0,0,.3),0 0 28px rgba(93,187,243,.16);outline:none}
.btn-primary{border:0;color:#041018;background:linear-gradient(135deg,#f5fbff,#87d2fc 60%,#bfe9ff)}
.btn svg{width:17px;height:17px;fill:currentColor}

.hero-stage{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(520px,1.8fr) minmax(230px,.72fr);align-items:center;gap:18px}
.hero-poster{position:relative;margin:0;border:1px solid rgba(194,228,248,.24);border-radius:30px;overflow:hidden;background:#05080d;box-shadow:0 38px 120px rgba(0,0,0,.62),0 0 65px rgba(76,164,219,.1);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}
.hero-poster::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),inset 0 -70px 100px rgba(0,0,0,.28)}
.hero-poster::after{content:"";position:absolute;inset:-10% -45%;z-index:1;pointer-events:none;background:linear-gradient(115deg,transparent 0 39%,rgba(255,255,255,.12) 49%,transparent 59%);transform:translateX(-120%) rotate(7deg);mix-blend-mode:screen;animation:glassSweep 14s ease-in-out infinite}
.hero-poster img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;animation:posterBreath 14s ease-in-out infinite alternate;will-change:transform,filter;transition:transform 1.1s cubic-bezier(.2,.8,.2,1)}
.hero-poster:hover img{animation-play-state:paused;transform:scale(1.03)}
.release-card{position:relative;min-height:460px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(155deg,rgba(16,28,41,.78),rgba(5,9,14,.92));box-shadow:var(--shadow);backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.release-card:hover{transform:translateY(-8px);border-color:var(--line-strong);box-shadow:0 34px 90px rgba(0,0,0,.62),0 0 42px rgba(94,191,246,.12)}
.release-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,5,8,.03) 16%,rgba(3,7,12,.35) 48%,rgba(3,6,10,.98) 84%);z-index:1}
.release-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.release-card:hover img{transform:scale(1.045)}
.release-content{position:relative;z-index:2;padding:26px}
.release-label{display:inline-flex;align-items:center;gap:8px;color:#d9f2ff;text-transform:uppercase;letter-spacing:.17em;font-size:.67rem;font-weight:800}.release-label::before{content:"";width:18px;height:1px;background:var(--blue)}
.release-title{margin:10px 0 2px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1}.release-meta{margin:0 0 18px;color:var(--muted);font-size:.88rem}
.release-link{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;font-weight:800;color:#fff}.release-link span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#eefaff,#7dcbf7);color:#051018}.release-link svg{width:12px;height:12px;fill:currentColor}

.stats{position:relative;z-index:4;margin-top:-8px;padding:0 0 42px}
.stats-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--line);border-radius:22px;background:rgba(7,13,21,.7);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);box-shadow:0 20px 60px rgba(0,0,0,.28)}
.stat{padding:22px 26px;text-align:center}.stat+ .stat{border-left:1px solid var(--line)}.stat strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;letter-spacing:.02em}.stat span{color:var(--muted);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}

.section{padding:88px 0;position:relative}
.section-divider{display:flex;justify-content:center;align-items:center;padding:2px 0 0}
.section-divider span{display:block;width:min(240px,38vw);height:1px;background:linear-gradient(90deg,transparent,rgba(120,201,245,.9),transparent);box-shadow:0 0 18px rgba(88,180,232,.18)}
.section-divider-warm span{background:linear-gradient(90deg,transparent,rgba(227,164,111,.9),transparent);box-shadow:0 0 18px rgba(227,164,111,.14)}
.section-divider-gold span{background:linear-gradient(90deg,transparent,rgba(215,193,151,.92),transparent);box-shadow:0 0 18px rgba(215,193,151,.16)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.section-title{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.25rem,5vw,4.4rem);line-height:.95;font-weight:700;letter-spacing:.01em}.section-sub{max-width:590px;margin:0;color:var(--muted);text-align:right}
.eyeline{display:block;margin-bottom:12px;color:#b8e6ff;text-transform:uppercase;letter-spacing:.23em;font-size:.69rem;font-weight:800}

.platform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.platform-card{position:relative;min-height:170px;display:flex;flex-direction:column;justify-content:space-between;padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(155deg,rgba(16,29,43,.72),rgba(5,9,14,.84));backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%);box-shadow:0 18px 50px rgba(0,0,0,.22);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.platform-card:hover{transform:translateY(-6px);border-color:var(--line-strong);box-shadow:0 24px 64px rgba(0,0,0,.42),0 0 25px rgba(86,180,234,.1)}
.platform-icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.035);color:#dff4ff}.platform-icon svg{width:24px;height:24px;fill:currentColor}.platform-name{font-size:1.05rem;font-weight:850}.platform-note{color:var(--muted);font-size:.82rem}.platform-arrow{align-self:flex-end;color:var(--ice);font-size:1.2rem;line-height:1}

.discography-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.album-card{position:relative;display:grid;grid-template-columns:minmax(190px,42%) 1fr;min-height:340px;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(14,24,36,.82),rgba(5,9,14,.9));backdrop-filter:blur(16px) saturate(122%);-webkit-backdrop-filter:blur(16px) saturate(122%);box-shadow:var(--shadow);transition:transform .3s ease,border-color .3s ease}
.album-card:hover{transform:translateY(-7px);border-color:var(--line-strong)}
.album-art{position:relative;overflow:hidden}.album-art::after{content:"";position:absolute;inset:0;box-shadow:inset -40px 0 70px rgba(3,7,11,.42)}.album-art img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.album-card:hover .album-art img{transform:scale(1.04)}
.album-info{display:flex;flex-direction:column;justify-content:center;padding:30px}.album-year{color:#b9e5ff;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;font-weight:800}.album-name{margin:8px 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.3rem);line-height:.96}.album-desc{margin:0 0 22px;color:var(--muted);font-size:.92rem}.album-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}.tag{padding:6px 10px;border:1px solid var(--line);border-radius:999px;color:#d5dee7;font-size:.69rem;letter-spacing:.04em}.text-link{display:inline-flex;align-items:center;gap:8px;width:max-content;font-weight:800;color:#e9f8ff}.text-link::after{content:"→";color:var(--blue);transition:transform .2s ease}.text-link:hover::after{transform:translateX(4px)}

.philosophy{padding:108px 0 118px}
.philosophy-panel{position:relative;overflow:hidden;min-height:440px;display:grid;place-items:center;text-align:center;padding:70px 36px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(180deg,rgba(4,10,16,.08),rgba(3,8,13,.72)),url("andrik-cosmic-eye-official-website.webp") center/cover no-repeat;backdrop-filter:blur(16px) saturate(122%);-webkit-backdrop-filter:blur(16px) saturate(122%);box-shadow:0 34px 100px rgba(0,0,0,.5)}
.philosophy-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(79,177,232,.11),transparent 48%),linear-gradient(90deg,rgba(2,5,8,.55),transparent 28% 72%,rgba(2,5,8,.55))}
.philosophy-copy{position:relative;z-index:2;max-width:940px}.philosophy blockquote{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,5vw,4.6rem);line-height:1.08;text-wrap:balance;text-shadow:0 8px 30px #000}.philosophy p{max-width:690px;margin:24px auto 0;color:#c2ced9}

.release-card::before,.platform-card::before,.album-card::before,.stats-grid::before,.prosnis-compact::before,.philosophy-panel::after{content:"";position:absolute;inset:-12% -40%;pointer-events:none;background:linear-gradient(112deg,transparent 0 40%,rgba(255,255,255,.075) 49%,transparent 58%);transform:translateX(-125%) rotate(6deg);mix-blend-mode:screen;animation:glassSweep 15s ease-in-out infinite}
.release-content,.platform-card > *,.album-card > *,.stats-grid > *,.prosnis-compact > *,.philosophy-copy{position:relative;z-index:2}
.platform-icon,.tag,.prosnis-compact-tags .tag{background:rgba(255,255,255,.035);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.footer{border-top:1px solid var(--line);padding:46px 0 56px;background:rgba(2,5,8,.64)}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:end}.footer-brand{font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;letter-spacing:.16em}.footer-copy{margin:8px 0 0;color:var(--muted);font-size:.83rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;color:#cbd4dd;font-size:.82rem}.footer-links a:hover{color:#fff}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}

@keyframes twinkle{0%,100%{opacity:.16;filter:brightness(.8)}50%{opacity:.42;filter:brightness(1.4)}}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(112,205,255,.25)}50%{box-shadow:0 0 0 7px rgba(112,205,255,0)}}
@keyframes posterBreath{0%{transform:scale(1.01);filter:brightness(.96)}100%{transform:scale(1.06);filter:brightness(1.04)}}
@keyframes glassSweep{0%,18%{transform:translateX(-125%) rotate(6deg)}55%,100%{transform:translateX(125%) rotate(6deg)}}
@keyframes scanLight{0%,18%{transform:translateX(-130%)}50%,100%{transform:translateX(130%)}}

@media(max-width:1180px){
  .hero-stage{grid-template-columns:repeat(2,1fr)}
  .hero-poster{grid-column:1/-1;grid-row:1}
  .release-card{min-height:390px}
  .platform-grid{grid-template-columns:repeat(2,1fr)}
  .discography-grid{grid-template-columns:1fr}
  .nav-links{gap:16px;font-size:.82rem}
}

@media(max-width:820px){
  .wrap{width:min(100% - 28px,var(--wrap))}
  .topbar{position:sticky}
  .nav-shell{position:relative;min-height:64px;grid-template-columns:1fr auto;gap:14px}
  .brand-cluster{gap:7px}
  .brand-player-btn{width:36px;height:36px}
  .nav-toggle{display:grid}
  .nav-links{display:none;position:absolute;left:0;right:0;top:calc(100% + 10px);padding:12px;border:1px solid var(--line);border-radius:22px;background:rgba(3,8,13,.96);box-shadow:0 22px 60px rgba(0,0,0,.48);flex-direction:column;align-items:stretch;gap:4px}
  .nav-links a{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.02)}
  .nav-links a::after{display:none}
  .nav-links.is-open{display:flex}
  .brand{font-size:1.02rem;letter-spacing:.2em}
  .hero{padding:54px 0 48px}
  .hero-intro{margin-bottom:28px}
  .hero h1{font-size:clamp(2.9rem,13vw,5.4rem)}
  .hero-stage{grid-template-columns:1fr}
  .hero-poster{grid-column:auto;grid-row:auto;border-radius:22px}
  .release-card{min-height:360px}
  .stats-grid{grid-template-columns:1fr}
  .stat{padding:16px 20px}.stat+ .stat{border-left:0;border-top:1px solid var(--line)}
  .section{padding:66px 0}
  .section-head{display:block}.section-sub{text-align:left;margin-top:14px}
  .album-card{grid-template-columns:1fr}.album-art{aspect-ratio:16/10}.album-art::after{box-shadow:inset 0 -40px 70px rgba(3,7,11,.42)}
  .philosophy{padding:76px 0 84px}.philosophy-panel{min-height:390px;padding:54px 24px;border-radius:26px}
  .footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}
}

@media(max-width:560px){
  body{font-size:15px}
  .section-divider span{width:min(180px,54vw)}
  .wrap{width:min(100% - 22px,var(--wrap))}
  .brand-eye{display:none}
  .brand{font-size:.95rem;letter-spacing:.17em}
  .nav-tools{gap:5px}.icon-btn{width:37px;height:37px}.lang-switch a{min-width:30px;height:28px}
  .hero{padding-top:42px}
  .kicker{letter-spacing:.18em;font-size:.63rem}.kicker::before,.kicker::after{width:20px}
  .hero-lead{font-size:.98rem}
  .hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%}
  .hero-poster{border-radius:18px}
  .release-card{min-height:330px;border-radius:20px}.release-content{padding:22px}
  .stats{padding-bottom:20px}.stats-grid{border-radius:18px}
  .platform-grid{grid-template-columns:1fr}.platform-card{min-height:145px}
  .album-info{padding:24px}.album-art{aspect-ratio:1/1}.album-name{font-size:2.25rem}
  .philosophy-panel{min-height:360px;padding:44px 20px;background-position:center}.philosophy blockquote{font-size:clamp(2rem,9.5vw,3.35rem)}
}


@media(max-width:820px){.hero-poster{order:-1}}


/* v50.3 additions */
.feature-section{padding-top:34px}
.prosnis-showcase{display:grid;grid-template-columns:minmax(290px,.9fr) minmax(0,1.55fr);gap:22px;align-items:stretch}
.prosnis-copy{display:flex;flex-direction:column;justify-content:center;padding:30px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(155deg,rgba(14,24,37,.86),rgba(4,8,13,.94));box-shadow:var(--shadow)}
.prosnis-copy h3{margin:8px 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.1rem);line-height:.98}
.prosnis-copy p{margin:0 0 22px;color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#d9f2ff;text-transform:uppercase;letter-spacing:.16em;font-size:.68rem;font-weight:800}.eyebrow::before{content:"";width:18px;height:1px;background:var(--blue)}
.prosnis-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:16px}
.prosnis-shot{position:relative;display:block;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:rgba(6,11,18,.9);box-shadow:0 24px 70px rgba(0,0,0,.34)}
.prosnis-shot img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .3s ease}
.prosnis-shot::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,7,11,.02),rgba(3,7,11,.04) 38%,rgba(3,7,11,.74));pointer-events:none}
.prosnis-shot:hover img{transform:scale(1.03)}
.shot-badge{position:absolute;left:16px;right:16px;bottom:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid rgba(219,242,255,.18);border-radius:999px;background:rgba(5,11,18,.74);backdrop-filter:blur(10px);color:#f2fbff;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 12px 34px rgba(0,0,0,.28)}
.shot-badge-main{background:linear-gradient(135deg,rgba(238,250,255,.94),rgba(125,204,248,.96));color:#041018;border-color:transparent}
.prosnis-shot-main{grid-row:1 / span 2;min-height:540px}
.prosnis-grid .prosnis-shot:not(.prosnis-shot-main){min-height:260px}
@media(max-width:1180px){.prosnis-showcase{grid-template-columns:1fr}.prosnis-grid{grid-template-columns:1fr 1fr}.prosnis-shot-main{grid-column:1/-1;grid-row:auto;min-height:420px}}
@media(max-width:820px){.feature-section{padding-top:18px}.prosnis-copy{padding:24px}.prosnis-grid{grid-template-columns:1fr}.prosnis-shot-main,.prosnis-grid .prosnis-shot:not(.prosnis-shot-main){min-height:auto}.prosnis-shot img{aspect-ratio:16/10}}


/* v50.6 — final homepage polish */
.release-player-link{display:block;width:max-content;max-width:100%;margin-top:12px;color:#a9cce0;font-size:.72rem;font-weight:750;letter-spacing:.03em;transition:color .2s ease,transform .2s ease}
.release-player-link:hover{color:#fff;transform:translateX(3px)}
.inline-player-link{display:inline-block;width:max-content;max-width:100%;margin-top:14px;color:#b8d9eb;font-size:.78rem;font-weight:800;transition:color .2s ease,transform .2s ease}
.inline-player-link:hover{color:#fff;transform:translateX(4px)}
.album-info .subtle-link{margin-top:8px;color:#9fb6c5;font-size:.8rem;font-weight:700}
.album-info .subtle-link::after{color:#789db2}
.menu-open{overflow:hidden}
@media(max-width:820px){.nav-links{z-index:90}.nav-links a:hover{background:rgba(117,200,248,.09)}.release-player-link{font-size:.76rem}}
@media(max-width:560px){.release-player-link,.inline-player-link{width:100%;text-align:center}.album-info .subtle-link{width:max-content;text-align:left}}

/* v50.7 compact top bar: keep install access visible on narrow phones */
@media(max-width:390px){
  .nav-tools #audioToggle{display:none}
  .nav-shell{gap:8px}
  .brand-cluster{gap:5px}
  .brand-player-btn{width:35px;height:35px}
  .nav-tools{gap:3px}
  .lang-switch a{min-width:27px}
}


/* v50.10 — compact AWAKEN / ПРОСНИСЬ homepage block */
.feature-section-compact{padding:48px 0}
.prosnis-compact{
  position:relative;
  max-width:1180px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(13,24,37,.82),rgba(4,8,13,.92));
  backdrop-filter:blur(18px) saturate(125%);
  -webkit-backdrop-filter:blur(18px) saturate(125%);
  box-shadow:var(--shadow);
}
.prosnis-compact-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,50px)}
.prosnis-compact-copy h2{margin:10px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.15rem,4.3vw,4rem);line-height:.98;text-wrap:balance}
.prosnis-compact-copy p{max-width:670px;margin:0 0 18px;color:var(--muted);font-size:clamp(.96rem,1.3vw,1.08rem)}
.prosnis-compact-tags{margin-bottom:18px}
.prosnis-compact-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px}
.prosnis-compact-actions .inline-player-link{margin-top:0}
.prosnis-compact-media{display:flex;flex-direction:column;justify-content:flex-start;border-left:1px solid var(--line);background:#05090e}
.prosnis-media-frame{position:relative;aspect-ratio:16/9;overflow:hidden;background:#05090e}.prosnis-compact-media img{width:100%;height:100%;object-fit:cover;object-position:center 32%;transition:transform .7s ease,filter .3s ease}
.prosnis-media-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,11,.12),transparent 32%),linear-gradient(180deg,transparent 62%,rgba(3,7,11,.14));pointer-events:none}
.prosnis-compact-media:hover img{transform:scale(1.025)}
.prosnis-compact-media .shot-badge{left:20px;right:20px;bottom:18px}
@media(max-width:900px){
  .feature-section-compact{padding:34px 0}
  .prosnis-compact{grid-template-columns:1fr}
  .prosnis-compact-copy{padding:28px}
  .prosnis-compact-media{min-height:auto;border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:560px){
  .feature-section-compact{padding:24px 0}
  .prosnis-compact{border-radius:22px}
  .prosnis-compact-copy{padding:22px 20px 18px}
  .prosnis-compact-copy h2{font-size:clamp(2rem,10.5vw,2.75rem);margin:8px 0 12px}
  .prosnis-compact-copy p{margin-bottom:14px;line-height:1.55}
  .prosnis-compact-tags{margin-bottom:14px}
  .prosnis-compact-actions{display:grid;grid-template-columns:1fr;width:100%;gap:6px}
  .prosnis-compact-actions .btn,.prosnis-compact-actions .inline-player-link{width:100%;text-align:center}
  .prosnis-compact-media{
    aspect-ratio:16/9;
    width:min(calc(100% - 40px), 390px);
    max-height:220px;
    margin:0 auto 16px;
    border:1px solid var(--line);
    border-radius:18px;
  }
  .prosnis-compact-media img{object-position:center center}
  .prosnis-compact-media .shot-badge{left:14px;right:14px;bottom:12px}
}


/* v50.14 — definitive mobile Prosnis image fix */
#prosnis{scroll-margin-top:96px}
@media(max-width:560px){
  .prosnis-compact-media{
    width:min(calc(100% - 40px),390px)!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    margin:0 auto 16px!important;
    border:1px solid var(--line)!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .prosnis-compact-media img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }
}


/* v50.16 — compact Prosnis CTAs moved onto image */
.prosnis-media-actions{display:grid;gap:10px;align-items:center;padding:14px 20px 18px;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(6,12,18,.92),rgba(4,8,13,.98))}
.prosnis-media-btn{width:100%;justify-content:center}
.prosnis-media-link{display:block;width:100%;margin-top:0;text-align:center;color:#e9f7ff;text-shadow:0 2px 8px rgba(0,0,0,.38)}
.prosnis-media-link:hover{color:#fff}
@media(max-width:560px){
  .prosnis-compact-copy{padding:22px 20px 14px}
  .prosnis-compact-tags{margin-bottom:8px}
  .prosnis-media-actions{padding:12px 14px 14px;gap:8px}
  .prosnis-media-btn{min-height:52px;font-size:.78rem;padding:0 16px}
  .prosnis-media-link{font-size:.76rem}
}

@media(max-width:640px){
  .prosnis-media-frame{aspect-ratio:16/9}
  .prosnis-compact-media img{object-position:center 26%}
  .prosnis-media-actions{padding-top:12px}
}


/* v50.17 — Prosnis image fully visible, actions moved below image */
.prosnis-compact-media{overflow:hidden}
.prosnis-media-frame{width:100%}
.prosnis-media-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 28%}
@media(max-width:560px){
  .prosnis-compact-media{
    width:min(calc(100% - 40px),390px)!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    margin:0 auto 16px!important;
    border:1px solid var(--line)!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:rgba(5,9,14,.94)!important;
  }
  .prosnis-media-frame{
    aspect-ratio:16/9!important;
    width:100%!important;
  }
  .prosnis-media-frame img,
  .prosnis-compact-media .prosnis-media-frame img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center 28%!important;
  }
  .prosnis-media-actions{
    padding:10px 14px 14px!important;
  }
}

@media(max-width:560px){.hero-poster img{animation-duration:16s}.platform-card::before,.album-card::before,.stats-grid::before,.prosnis-compact::before,.philosophy-panel::after,.release-card::before,.hero-poster::after{opacity:.8}}

/* v50.19 — clearly visible hero breathing + platform-only glass shine */
body::after{display:none!important}

/* Keep the shimmer only on music platform cards. */
.release-card::before,
.album-card::before,
.stats-grid::before,
.prosnis-compact::before,
.philosophy-panel::after,
.hero-poster::after{
  display:none!important;
  animation:none!important;
}

/* Stronger, clearly visible breathing of the main hero poster. */
.hero-poster{
  transform-origin:center center;
  animation:heroPosterFrameBreath 7s cubic-bezier(.45,0,.55,1) infinite alternate!important;
  will-change:transform,box-shadow;
}
.hero-poster img{
  transform-origin:center center;
  animation:heroPosterImageBreath 7s cubic-bezier(.45,0,.55,1) infinite alternate!important;
  will-change:transform,filter;
}
.hero-poster:hover img{
  animation-play-state:running!important;
}

/* Real moving light streak for Spotify / Apple Music / YouTube Music / SoundCloud. */
.platform-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 10%,rgba(153,218,255,.09),transparent 38%),
    linear-gradient(155deg,rgba(17,31,46,.76),rgba(5,9,14,.88));
  backdrop-filter:blur(20px) saturate(135%);
  -webkit-backdrop-filter:blur(20px) saturate(135%);
}
.platform-card::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  top:-35%!important;
  bottom:-35%!important;
  left:-72%!important;
  width:48%!important;
  z-index:1!important;
  pointer-events:none!important;
  opacity:0;
  background:linear-gradient(
    100deg,
    transparent 0%,
    rgba(187,230,255,.10) 24%,
    rgba(255,255,255,.62) 49%,
    rgba(143,211,251,.18) 70%,
    transparent 100%
  )!important;
  filter:blur(.4px);
  transform:skewX(-17deg)!important;
  mix-blend-mode:screen;
  animation:none!important;
}
.platform-card.visible::before{
  animation:platformGlassShine 4.8s ease-in-out infinite!important;
}
.platform-card.visible:nth-child(2)::before{animation-delay:.65s!important}
.platform-card.visible:nth-child(3)::before{animation-delay:1.3s!important}
.platform-card.visible:nth-child(4)::before{animation-delay:1.95s!important}
.platform-card > *{position:relative;z-index:2}
.platform-card.visible{
  animation:platformBorderGlow 4.8s ease-in-out infinite!important;
}
.platform-card.visible:nth-child(2){animation-delay:.65s!important}
.platform-card.visible:nth-child(3){animation-delay:1.3s!important}
.platform-card.visible:nth-child(4){animation-delay:1.95s!important}

@keyframes heroPosterImageBreath{
  0%{transform:scale(1.005);filter:brightness(.92) contrast(1.02) saturate(.96)}
  100%{transform:scale(1.095);filter:brightness(1.09) contrast(1.05) saturate(1.04)}
}
@keyframes heroPosterFrameBreath{
  0%{transform:scale(1);box-shadow:0 34px 100px rgba(0,0,0,.58),0 0 42px rgba(76,164,219,.07)}
  100%{transform:scale(1.018);box-shadow:0 42px 130px rgba(0,0,0,.68),0 0 82px rgba(106,202,255,.20)}
}
@keyframes platformGlassShine{
  0%,10%{left:-72%;opacity:0}
  16%{opacity:.9}
  44%{left:128%;opacity:.78}
  50%,100%{left:128%;opacity:0}
}
@keyframes platformBorderGlow{
  0%,100%{border-color:rgba(155,210,244,.18);box-shadow:0 18px 50px rgba(0,0,0,.22)}
  30%{border-color:rgba(194,233,255,.42);box-shadow:0 22px 62px rgba(0,0,0,.32),0 0 28px rgba(103,195,247,.12)}
  58%{border-color:rgba(155,210,244,.22);box-shadow:0 18px 50px rgba(0,0,0,.22)}
}

@media(max-width:560px){
  .hero-poster{animation-duration:6.5s!important}
  .hero-poster img{animation-duration:6.5s!important}
  .platform-card.visible::before{animation-duration:4.4s!important}
  .platform-card.visible{animation-duration:4.4s!important}
}


/* v50.20 — 2×2 platform layout, social icon buttons, restored light glass sweep, smoother mobile rendering */

/* The four main services stay exactly two per row on desktop and mobile. */
.platform-grid{
  width:min(900px,100%);
  margin:0 auto;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px;
}
.platform-card{
  min-height:126px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:20px!important;
  contain:paint;
  background:linear-gradient(145deg,rgba(15,27,41,.86),rgba(4,8,13,.94))!important;
  backdrop-filter:blur(10px) saturate(115%)!important;
  -webkit-backdrop-filter:blur(10px) saturate(115%)!important;
  animation:none!important;
}
.platform-card .platform-arrow{align-self:center}
.platform-card:nth-child(1) .platform-icon{color:#1ed760;border-color:rgba(30,215,96,.3);box-shadow:0 0 24px rgba(30,215,96,.08)}
.platform-card:nth-child(2) .platform-icon{color:#fa6475;border-color:rgba(250,100,117,.28);box-shadow:0 0 24px rgba(250,100,117,.07)}
.platform-card:nth-child(3) .platform-icon{color:#ff3b30;border-color:rgba(255,59,48,.3);box-shadow:0 0 24px rgba(255,59,48,.08)}
.platform-card:nth-child(4) .platform-icon{color:#ff7a19;border-color:rgba(255,122,25,.3);box-shadow:0 0 24px rgba(255,122,25,.08)}

/* Two clean square social buttons, intentionally without visible captions. */
.platform-mini-grid{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin:16px auto 0;
}
.platform-mini-card{
  position:relative;
  isolation:isolate;
  width:84px;
  aspect-ratio:1;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(15,27,41,.9),rgba(4,8,13,.96));
  box-shadow:0 16px 44px rgba(0,0,0,.3);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  contain:paint;
}
.platform-mini-card:hover,.platform-mini-card:focus-visible{
  transform:translateY(-4px);
  border-color:var(--line-strong);
  box-shadow:0 22px 52px rgba(0,0,0,.42),0 0 26px rgba(93,187,243,.12);
  outline:none;
}
.platform-mini-card svg{position:relative;z-index:2;width:34px;height:34px;fill:#fff}
.platform-instagram{background:radial-gradient(circle at 28% 105%,#ffd36b 0 18%,#ff5f58 37%,#b12acb 64%,#405de6 100%)}
.platform-tiktok{background:linear-gradient(145deg,#111820,#05070a)}
.platform-tiktok svg{filter:drop-shadow(-2px 0 #25f4ee) drop-shadow(2px 0 #fe2c55)}

/* Restore the v49-style moving glass reflection, but animate transform only.
   This avoids the expensive left-position animation used in v50.19. */
.release-card::before,
.platform-card::before,
.album-card::before,
.stats-grid::before,
.prosnis-compact::before,
.philosophy-panel::after,
.platform-mini-card::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:-18% -46%!important;
  width:auto!important;
  opacity:0;
  pointer-events:none!important;
  z-index:1!important;
  background:linear-gradient(112deg,transparent 0 41%,rgba(210,239,255,.035) 45%,rgba(255,255,255,.18) 50%,rgba(146,211,249,.055) 55%,transparent 60%)!important;
  transform:translate3d(-126%,0,0) rotate(6deg)!important;
  mix-blend-mode:screen;
  animation:none!important;
  will-change:transform,opacity;
}
.release-card.glass-active::before,
.platform-card.glass-active::before,
.album-card.glass-active::before,
.stats-grid.glass-active::before,
.prosnis-compact.glass-active::before,
.philosophy-panel.glass-active::after,
.platform-mini-card.glass-active::before{
  animation:glassSweepV5020 10s cubic-bezier(.42,0,.28,1) infinite!important;
}
.platform-card:nth-child(2).glass-active::before,.platform-mini-card:nth-child(2).glass-active::before{animation-delay:1.2s!important}
.platform-card:nth-child(3).glass-active::before{animation-delay:2.4s!important}
.platform-card:nth-child(4).glass-active::before{animation-delay:3.6s!important}
.release-content,.platform-card > *,.album-card > *,.stats-grid > *,.prosnis-compact > *,.philosophy-copy,.platform-mini-card > *{position:relative;z-index:2}

/* Smooth breathing: scale only. Animated CSS filters and box shadows were the main jank source. */
.hero-poster{
  animation:none!important;
  contain:paint;
  will-change:auto!important;
}
.hero-poster img{
  animation:heroPosterBreathV5020 8.5s cubic-bezier(.45,0,.55,1) infinite alternate!important;
  transform-origin:center center;
  will-change:transform!important;
  backface-visibility:hidden;
}

/* Let the browser skip layout/painting for distant sections. */
#prosnis,#links,#discography,.philosophy,.footer{
  content-visibility:auto;
  contain-intrinsic-size:800px;
}

@keyframes glassSweepV5020{
  0%,18%{transform:translate3d(-126%,0,0) rotate(6deg);opacity:0}
  24%{opacity:.72}
  52%{transform:translate3d(126%,0,0) rotate(6deg);opacity:.5}
  58%,100%{transform:translate3d(126%,0,0) rotate(6deg);opacity:0}
}
@keyframes heroPosterBreathV5020{
  0%{transform:translateZ(0) scale(1.005)}
  100%{transform:translateZ(0) scale(1.045)}
}

@media(max-width:820px){
  body::before{display:none}
  .stars::before,.stars::after{animation:none!important;filter:none!important}
  .topbar{backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}
  .release-card,.platform-card,.album-card,.stats-grid,.prosnis-compact,.philosophy-panel{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}

@media(max-width:560px){
  .platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
  .platform-card{
    min-height:112px!important;
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    gap:7px 8px;
    padding:14px!important;
    border-radius:18px!important;
  }
  .platform-card .platform-icon{grid-column:1;grid-row:1;width:42px;height:42px;border-radius:13px}
  .platform-card .platform-icon svg{width:22px;height:22px}
  .platform-card > span:nth-child(2){grid-column:1/-1;grid-row:2;min-width:0}
  .platform-name{font-size:.91rem;white-space:nowrap}
  .platform-note{font-size:.69rem;line-height:1.25}
  .platform-arrow{grid-column:2;grid-row:1;font-size:1rem}
  .platform-mini-card{width:74px;border-radius:19px}
  .platform-mini-card svg{width:30px;height:30px}
  .hero-poster img{animation-duration:9.5s!important}
  .release-card.glass-active::before,
  .platform-card.glass-active::before,
  .album-card.glass-active::before,
  .stats-grid.glass-active::before,
  .prosnis-compact.glass-active::before,
  .philosophy-panel.glass-active::after,
  .platform-mini-card.glass-active::before{animation-duration:12s!important}
}




/* v50.21 — hover cover breathing restored, compact 4-icon socials */
#links.section{padding-bottom:56px}
#discography.section{padding-top:60px}

/* Compact 4 social buttons in one row */
.platform-mini-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  width:min(360px,100%);
  margin:10px auto 0;
}
.platform-mini-card{
  width:100%;
  min-width:0;
  aspect-ratio:1;
  border-radius:20px;
}
.platform-mini-card svg{width:30px;height:30px}
.platform-telegram{background:linear-gradient(145deg,#2ea8df,#178fc9)}
.platform-telegram svg{filter:drop-shadow(0 0 6px rgba(255,255,255,.12))}
.platform-x{background:linear-gradient(145deg,#151b21,#040608)}
.platform-x svg{width:28px;height:28px}

/* Only the first three image blocks breathe on hover: Prosnis + two albums.
   Nothing runs constantly, so mobile performance stays smooth. */
.prosnis-compact-media:hover img,
.album-card:hover .album-art img{
  transform:none;
}
@media (hover:hover) and (pointer:fine){
  .prosnis-media-frame img,
  .album-art img{
    transform:translateZ(0) scale(1);
    backface-visibility:hidden;
    will-change:auto;
    transition:transform .35s ease;
  }
  .prosnis-compact-media:hover .prosnis-media-frame img,
  .prosnis-compact-media:focus-within .prosnis-media-frame img,
  .album-card:hover .album-art img,
  .album-card:focus-within .album-art img{
    animation:hoverCoverBreathV5021 2.9s ease-in-out infinite alternate;
    will-change:transform;
  }
}
@keyframes hoverCoverBreathV5021{
  0%{transform:translateZ(0) scale(1.012)}
  100%{transform:translateZ(0) scale(1.055)}
}

@media(max-width:560px){
  #links.section{padding-bottom:40px}
  #discography.section{padding-top:46px}
  .platform-mini-grid{
    width:min(312px,100%);
    gap:8px;
    margin-top:10px;
  }
  .platform-mini-card{
    border-radius:18px;
  }
  .platform-mini-card svg{width:26px;height:26px}
  .platform-x svg{width:24px;height:24px}
}




/* v50.22 — six social icons (3×2) + visible breathing on touch devices */
.platform-mini-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  width:min(330px,100%)!important;
  gap:10px!important;
  margin-top:12px!important;
}
.platform-mini-card{
  width:100%!important;
  aspect-ratio:1!important;
  border-radius:21px!important;
}
.platform-pinterest{background:linear-gradient(145deg,#f01835,#b9001e)}
.platform-pinterest svg{width:31px;height:31px}
.platform-facebook{background:linear-gradient(145deg,#2789ff,#1266d6)}
.platform-facebook svg{width:31px;height:31px}
.platform-mini-card:nth-child(3).glass-active::before{animation-delay:2.4s!important}
.platform-mini-card:nth-child(4).glass-active::before{animation-delay:3.6s!important}
.platform-mini-card:nth-child(5).glass-active::before{animation-delay:4.8s!important}
.platform-mini-card:nth-child(6).glass-active::before{animation-delay:6s!important}

/* Breathing now works on phones too. Only transform is animated, and only while
   the Prosnis image or one of the two album cards is inside the viewport. */
.prosnis-compact-media.breath-active .prosnis-media-frame img,
.album-card.breath-active .album-art img{
  animation:coverBreathV5022 5.4s cubic-bezier(.45,0,.55,1) infinite alternate!important;
  transform-origin:center center!important;
  will-change:transform!important;
  backface-visibility:hidden;
}
.album-card:nth-child(2).breath-active .album-art img{animation-delay:-1.8s!important}

@keyframes coverBreathV5022{
  0%{transform:translateZ(0) scale(1.005)}
  100%{transform:translateZ(0) scale(1.065)}
}

@media(max-width:560px){
  .platform-mini-grid{
    width:min(294px,100%)!important;
    gap:8px!important;
    margin-top:10px!important;
  }
  .platform-mini-card{border-radius:19px!important}
  .platform-mini-card svg{width:27px;height:27px}
  .platform-pinterest svg,.platform-facebook svg{width:28px;height:28px}
}


/* v50.23 — guaranteed slow breathing zoom for exactly four images:
   OCEAN cover, center poster, Я ЕСТЬ cover and Проснись. */
.hero-stage > .release-card > img,
.hero-stage > .hero-poster > img,
#prosnis .prosnis-media-frame > img{
  animation-name:andrikSlowBreathV5023!important;
  animation-duration:11s!important;
  animation-timing-function:cubic-bezier(.45,0,.55,1)!important;
  animation-iteration-count:infinite!important;
  animation-direction:alternate!important;
  animation-fill-mode:both!important;
  animation-play-state:running!important;
  transform-origin:center center!important;
  will-change:transform!important;
  backface-visibility:hidden!important;
}
.hero-stage > .hero-poster > img{animation-delay:-3.6s!important}
.hero-stage > .release-card:nth-child(3) > img{animation-delay:-7.2s!important}
#prosnis .prosnis-media-frame > img{animation-delay:-5.4s!important}

/* Old hover rules must never pause or replace the breathing animation. */
.hero-stage > .release-card:hover > img,
.hero-stage > .hero-poster:hover > img,
#prosnis .prosnis-compact-media:hover .prosnis-media-frame > img,
#prosnis .prosnis-compact-media:focus-within .prosnis-media-frame > img{
  animation-name:andrikSlowBreathV5023!important;
  animation-play-state:running!important;
}

@keyframes andrikSlowBreathV5023{
  0%{transform:translate3d(0,0,0) scale(1.005)}
  100%{transform:translate3d(0,0,0) scale(1.07)}
}

/* Keep it smooth on phones: transform only, no animated filters or shadows. */
@media(max-width:820px){
  .hero-stage > .release-card > img,
  .hero-stage > .hero-poster > img,
  #prosnis .prosnis-media-frame > img{
    animation-duration:12s!important;
  }
}


/* v50.24 — truly always-on breathing for the four requested images.
   Dedicated classes avoid hover/focus/IntersectionObserver and Android reduced-motion conflicts. */
img.always-breathe{
  animation-name:andrikAlwaysBreathV5024!important;
  animation-duration:6s!important;
  animation-timing-function:cubic-bezier(.45,0,.55,1)!important;
  animation-delay:var(--breath-delay,-1.1s)!important;
  animation-iteration-count:infinite!important;
  animation-direction:alternate!important;
  animation-fill-mode:both!important;
  animation-play-state:running!important;
  transform-origin:center center!important;
  backface-visibility:hidden!important;
  will-change:transform!important;
}
img.always-breathe.breath-1{--breath-delay:-1.1s}
img.always-breathe.breath-2{--breath-delay:-2.25s}
img.always-breathe.breath-3{--breath-delay:-3.75s}
img.always-breathe.breath-4{--breath-delay:-5.25s}

/* Touching, focusing or hovering a card must never pause or replace the motion. */
.hero-stage .release-card:hover > img.always-breathe,
.hero-stage .hero-poster:hover > img.always-breathe,
#prosnis .prosnis-compact-media:hover img.always-breathe,
#prosnis .prosnis-compact-media:focus-within img.always-breathe{
  animation-name:andrikAlwaysBreathV5024!important;
  animation-duration:6s!important;
  animation-play-state:running!important;
}

@keyframes andrikAlwaysBreathV5024{
  0%{transform:translate3d(0,0,0) scale(1.006)}
  100%{transform:translate3d(0,0,0) scale(1.078)}
}


/* Final specificity lock: overrides every older v50.19–v50.23 animation rule. */
.hero-stage > .release-card > img.always-breathe,
.hero-stage > .hero-poster > img.always-breathe,
#prosnis .prosnis-media-frame > img.always-breathe{
  animation-name:andrikAlwaysBreathV5024!important;
  animation-duration:6s!important;
  animation-timing-function:cubic-bezier(.45,0,.55,1)!important;
  animation-iteration-count:infinite!important;
  animation-direction:alternate!important;
  animation-fill-mode:both!important;
  animation-play-state:running!important;
}
.hero-stage img.always-breathe.breath-1{animation-delay:-1.1s!important}
.hero-stage img.always-breathe.breath-2{animation-delay:-2.25s!important}
.hero-stage img.always-breathe.breath-3{animation-delay:-3.75s!important}
#prosnis img.always-breathe.breath-4{animation-delay:-5.25s!important}


/* v50.25 — discreet clickable contact email at the very bottom */
.footer-contact{
  display:flex;
  justify-content:center;
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid rgba(155,210,244,.12);
}
.footer-email{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#cbd7e2;
  font-size:.86rem;
  letter-spacing:.025em;
  transition:color .22s ease,transform .22s ease;
}
.footer-email svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-email:hover,.footer-email:focus-visible{
  color:#fff;
  transform:translateY(-1px);
  outline:none;
}
@media(max-width:560px){
  .footer-contact{margin-top:24px;padding-top:18px}
  .footer-email{font-size:.82rem}
}


/* v50.34 — restore the natural first-poster height on phones.
   Reduce only the excessive vertical spacing above it; do not stretch its frame. */
.brand-cluster{justify-self:start}
@media(max-width:560px){
  .nav-shell{grid-template-columns:minmax(0,1fr) auto!important}
  .brand-cluster{display:inline-flex!important;align-items:center!important;gap:7px!important;min-width:0}
  .brand-player-btn{display:grid!important;flex:0 0 35px!important;width:35px!important;height:35px!important}
  .hero{padding-top:24px!important;padding-bottom:40px!important}
  .hero-intro{margin-bottom:16px!important}
  .hero-stage{gap:14px!important}
  .hero-stage>.hero-poster{height:auto!important;min-height:0!important;margin:0!important;display:block!important;background:#03080d;border-radius:20px}
  .hero-stage>.hero-poster>img.always-breathe{display:block!important;width:100%!important;height:auto!important;aspect-ratio:3/2!important;object-fit:cover!important;animation-duration:6s!important;transform-origin:center center!important}
}


/* v50.35 — animated ocean shimmer only on the main hero title */
.hero h1{
  color:transparent;
  background:
    linear-gradient(105deg,
      #f7fbff 0%,
      #f7fbff 18%,
      #9ddcff 34%,
      #ffffff 47%,
      #6ebcea 60%,
      #dff6ff 74%,
      #f7fbff 100%);
  background-size:240% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  animation:andrikTitleShimmer 7s ease-in-out infinite;
  text-shadow:none;
  filter:drop-shadow(0 0 22px rgba(111,204,255,.20));
}
.hero h1 span{
  display:block;
  margin-top:.2em;
  color:inherit;
  background:inherit;
  background-size:inherit;
  -webkit-background-clip:text;
  background-clip:text;
}
@keyframes andrikTitleShimmer{
  0%,100%{background-position:100% 50%}
  50%{background-position:0% 50%}
}
@media(prefers-reduced-motion:reduce){
  .hero h1{animation:none;background-position:50% 50%}
}


/* v50.36 — stronger cross-browser shimmer for the main hero title */
.hero h1,
.hero h1 span{
  background-image:linear-gradient(105deg,#f8fcff 0%,#f8fcff 18%,#9edcff 34%,#ffffff 47%,#70bfe9 60%,#e3f7ff 74%,#f8fcff 100%) !important;
  background-size:240% 100% !important;
  background-position:100% 50% !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;
  animation:andrikTitleShimmer 8s ease-in-out infinite !important;
}
.hero h1{
  text-shadow:none !important;
  filter:drop-shadow(0 0 18px rgba(111,204,255,.18));
}
.hero h1 span{
  display:block;
  margin-top:.2em;
}


/* v50.37 — reliable visible title animation for Android Chrome/PWA.
   Uses animated text color and glow instead of background-position,
   which remained static on some Android devices. */
.hero h1,
.hero h1 span{
  background:none !important;
  -webkit-background-clip:initial !important;
  background-clip:initial !important;
  color:#f2f8fc !important;
  -webkit-text-fill-color:currentColor !important;
  animation:andrikOceanTitleGlow 4.8s ease-in-out infinite !important;
  will-change:color,filter,text-shadow;
}
.hero h1{
  text-shadow:
    0 0 14px rgba(116,203,247,.10),
    0 0 32px rgba(116,203,247,.08) !important;
}
.hero h1 span{
  display:block;
  margin-top:.2em;
  animation-delay:-2.4s !important;
}
@keyframes andrikOceanTitleGlow{
  0%,100%{
    color:#f5f8fa;
    filter:brightness(1);
    text-shadow:
      0 0 10px rgba(120,205,247,.08),
      0 0 24px rgba(120,205,247,.06);
  }
  35%{
    color:#a9ddf7;
    filter:brightness(1.08);
    text-shadow:
      0 0 14px rgba(112,201,247,.22),
      0 0 34px rgba(112,201,247,.16);
  }
  65%{
    color:#ffffff;
    filter:brightness(1.15);
    text-shadow:
      0 0 18px rgba(202,238,255,.28),
      0 0 42px rgba(118,205,247,.20);
  }
}
/* Keep this specific decorative title animation active even when Android
   reports reduced motion; the effect is slow and contains no movement. */
@media(prefers-reduced-motion:reduce){
  .hero h1,
  .hero h1 span{
    animation:andrikOceanTitleGlow 4.8s ease-in-out infinite !important;
  }
}


/* v50.38 — JS-driven glow baseline; disable older CSS title animations. */
.hero h1,
.hero h1 span{
  animation:none !important;
  background:none !important;
  color:#88d8ff !important;
  -webkit-text-fill-color:currentColor !important;
  will-change:color,filter,text-shadow;
}


/* v50.39 — TRIKA manifesto section */
.section-divider-trika span{
  width:min(360px,52vw);
  background:linear-gradient(90deg,transparent,rgba(117,200,248,.45),rgba(215,193,151,.95),rgba(117,200,248,.45),transparent);
  box-shadow:0 0 24px rgba(215,193,151,.18),0 0 42px rgba(86,180,234,.10);
}
.trika-section{
  isolation:isolate;
  overflow:hidden;
  padding-top:104px;
  padding-bottom:108px;
}
.trika-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 50% 11%,rgba(86,180,234,.16),transparent 31rem),
    radial-gradient(circle at 11% 56%,rgba(215,193,151,.08),transparent 25rem),
    radial-gradient(circle at 88% 62%,rgba(68,151,202,.10),transparent 28rem);
}
.trika-section::after{
  content:"";
  position:absolute;
  inset:8% 0 auto;
  z-index:-1;
  height:560px;
  opacity:.12;
  background:url("andrik-cosmic-eye-official-website.webp") center 43%/min(1120px,94vw) auto no-repeat;
  filter:saturate(.72) contrast(1.12);
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 17%,#000 66%,transparent);
  mask-image:linear-gradient(to bottom,transparent,#000 17%,#000 66%,transparent);
}
.trika-heading{
  max-width:980px;
  margin:0 auto 42px;
  text-align:center;
}
.trika-heading .eyeline{margin-bottom:15px}
.trika-kicker{
  margin:0 0 12px;
  color:#d7cda9;
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:.74rem;
  font-weight:850;
}
.trika-title{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(4.2rem,11vw,9.6rem);
  line-height:.78;
  letter-spacing:.08em;
  color:#f7fbff;
  text-shadow:0 0 28px rgba(117,200,248,.24),0 18px 70px rgba(0,0,0,.8);
}
.trika-lead{
  max-width:780px;
  margin:31px auto 0;
  color:#c9d5df;
  font-size:clamp(1.02rem,2vw,1.22rem);
  text-wrap:balance;
}
.trika-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.trika-card{
  position:relative;
  overflow:hidden;
  min-height:348px;
  padding:34px;
  border:1px solid rgba(164,215,245,.19);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(13,25,38,.81),rgba(4,8,13,.92));
  box-shadow:0 28px 86px rgba(0,0,0,.38);
  backdrop-filter:blur(18px) saturate(120%);
  -webkit-backdrop-filter:blur(18px) saturate(120%);
}
.trika-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 92% 0,rgba(117,200,248,.13),transparent 33%),linear-gradient(130deg,transparent 42%,rgba(215,193,151,.04));
}
.trika-number{
  position:absolute;
  top:18px;
  right:24px;
  color:rgba(183,228,255,.11);
  font-family:Georgia,"Times New Roman",serif;
  font-size:5.5rem;
  line-height:1;
}
.trika-card h3{
  position:relative;
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.85rem,3vw,2.8rem);
  line-height:1.04;
}
.trika-card p{
  position:relative;
  max-width:690px;
  margin:0 0 13px;
  color:#b9c6d1;
}
.trika-card strong{
  position:relative;
  display:block;
  margin-top:23px;
  color:#eaf8ff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.08rem;
  font-weight:600;
}
.trika-path{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:stretch;
  gap:14px;
  margin-top:20px;
  padding:18px;
  border:1px solid rgba(215,193,151,.18);
  border-radius:28px;
  background:rgba(5,10,16,.7);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 74px rgba(0,0,0,.32);
}
.trika-path-step{
  min-width:0;
  padding:24px 22px;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(15,27,40,.74),rgba(6,11,17,.8));
  text-align:center;
}
.trika-path-step span{
  display:block;
  color:#a9c8da;
  text-transform:uppercase;
  letter-spacing:.17em;
  font-size:.63rem;
  font-weight:850;
}
.trika-path-step h3{
  margin:8px 0 5px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.35rem,2.25vw,2.05rem);
  line-height:1;
}
.trika-path-step p{margin:0;color:#aeb9c5;font-size:.88rem}
.trika-path-step-accent{
  border:1px solid rgba(215,193,151,.3);
  background:linear-gradient(145deg,rgba(44,42,32,.5),rgba(8,14,20,.88));
  box-shadow:inset 0 0 40px rgba(215,193,151,.04),0 0 30px rgba(215,193,151,.05);
}
.trika-path-step-accent h3{color:#f4e9cd}
.trika-path-arrow{
  align-self:center;
  color:#9edcff;
  font-size:1.55rem;
  text-shadow:0 0 18px rgba(117,200,248,.45);
}
.trika-sources{
  margin-top:20px;
  padding:30px;
  text-align:center;
  border:1px solid rgba(164,215,245,.15);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(8,16,25,.7),rgba(4,8,13,.83));
}
.trika-sources-label{
  display:block;
  margin-bottom:16px;
  color:#d7cda9;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.66rem;
  font-weight:850;
}
.trika-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}
.trika-tags span{
  padding:8px 13px;
  border:1px solid rgba(178,222,248,.2);
  border-radius:999px;
  color:#dbe8f0;
  background:rgba(255,255,255,.035);
  font-size:.77rem;
  letter-spacing:.025em;
}
.trika-sources p{max-width:780px;margin:19px auto 0;color:#9fabb7;font-size:.86rem}
.trika-final{
  position:relative;
  overflow:hidden;
  margin:20px 0 0;
  padding:46px 28px;
  border:1px solid rgba(215,193,151,.25);
  border-radius:30px;
  background:radial-gradient(circle at 50% 0,rgba(117,200,248,.13),transparent 55%),linear-gradient(145deg,rgba(13,24,35,.82),rgba(4,8,13,.95));
  text-align:center;
  box-shadow:0 34px 90px rgba(0,0,0,.4);
}
.trika-final::before{
  content:"";
  position:absolute;
  inset:-35% -25%;
  background:linear-gradient(112deg,transparent 42%,rgba(255,255,255,.065) 50%,transparent 58%);
  transform:translateX(-115%) rotate(5deg);
  animation:glassSweep 17s ease-in-out infinite;
  pointer-events:none;
}
.trika-final span,.trika-final em,.trika-final strong{position:relative;display:block}
.trika-final span{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.85rem,4.3vw,3.8rem);
  line-height:1.08;
}
.trika-final em{
  margin-top:10px;
  color:#c3ced8;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.1rem,2.2vw,1.55rem);
  font-style:normal;
}
.trika-final strong{
  margin-top:22px;
  color:#bdeaff;
  letter-spacing:.3em;
  font-size:.84rem;
}
@media(max-width:920px){
  .trika-grid{grid-template-columns:1fr}
  .trika-card{min-height:0}
  .trika-path{grid-template-columns:1fr;gap:10px}
  .trika-path-arrow{transform:rotate(90deg);justify-self:center;line-height:1}
}
@media(max-width:560px){
  .trika-section{padding-top:76px;padding-bottom:80px}
  .trika-heading{margin-bottom:30px}
  .trika-kicker{font-size:.63rem;letter-spacing:.2em}
  .trika-title{font-size:clamp(3.9rem,24vw,6.4rem);letter-spacing:.035em}
  .trika-lead{margin-top:23px;font-size:.98rem}
  .trika-card{padding:28px 22px;border-radius:23px}
  .trika-number{top:17px;right:18px;font-size:4.2rem}
  .trika-path{padding:11px;border-radius:23px}
  .trika-path-step{padding:22px 15px}
  .trika-sources{padding:25px 18px;border-radius:23px}
  .trika-final{padding:38px 20px;border-radius:25px}
}


/* v50.41 — direct Spotify / Apple Music choices for every album card */
.album-actions{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:auto}
.album-platform-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:10px 14px;border:1px solid rgba(185,229,255,.22);border-radius:999px;background:linear-gradient(145deg,rgba(18,31,45,.88),rgba(7,13,20,.92));color:#eef9ff;font-size:.78rem;font-weight:850;letter-spacing:.015em;box-shadow:0 9px 24px rgba(0,0,0,.22);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.album-platform-link:hover{transform:translateY(-2px);border-color:rgba(117,200,248,.58);background:linear-gradient(145deg,rgba(24,43,60,.94),rgba(9,18,27,.96))}
.album-platform-mark{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;font-size:.76rem;line-height:1;background:rgba(255,255,255,.1);color:#fff}
.spotify-mark{box-shadow:inset 0 0 0 1px rgba(118,255,171,.28)}
.apple-mark{font-size:.9rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.album-player-link{display:inline-flex;align-items:center;min-height:42px;padding:10px 2px;color:#9fb6c5;font-size:.76rem;font-weight:750;transition:color .2s ease,transform .2s ease}
.album-player-link:hover{color:#fff;transform:translateX(3px)}
@media(max-width:560px){.album-actions{gap:8px}.album-platform-link{flex:1 1 calc(50% - 4px);padding-inline:10px}.album-player-link{flex-basis:100%;min-height:auto;padding-top:3px}}


/* v50.43 — streamlined platform section, spaced social icons, square Spotify/Apple buttons, matching discography crops */
#links .platform-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
#links .platform-card{
  min-height:156px!important;
}
#links .platform-mini-grid{
  display:grid!important;
  grid-template-columns:repeat(3,76px)!important;
  justify-content:center!important;
  width:auto!important;
  gap:14px!important;
  margin-top:18px!important;
}
#links .platform-mini-card{
  width:76px!important;
  aspect-ratio:1!important;
  border-radius:18px!important;
}
#links .platform-mini-card svg{width:27px!important;height:27px!important}
#links .platform-pinterest svg,#links .platform-facebook svg{width:28px!important;height:28px!important}

#discography .discography-grid{gap:24px!important}
#discography .album-card{
  min-height:352px!important;
  align-items:stretch!important;
}
#discography .album-art{
  background:#060a0f;
}
#discography .album-art img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover!important;
  object-position:center center!important;
}

.album-platform-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:50px!important;
  min-width:148px;
  padding:12px 16px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(0,0,0,.28)!important;
  font-size:.83rem!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}
.album-platform-link.spotify-btn{
  background:linear-gradient(145deg,#1ed760,#0f8f48)!important;
}
.album-platform-link.apple-btn{
  background:linear-gradient(145deg,#ff6678,#c52435)!important;
}
.album-platform-link.spotify-btn:hover,.album-platform-link.apple-btn:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.04);
}
.album-platform-icon{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  flex:0 0 20px;
}
.album-platform-icon svg{
  width:20px;
  height:20px;
  fill:currentColor;
}
.album-platform-label{display:inline-block}
.album-platform-mark{display:none!important}
.album-player-link{flex-basis:100%;margin-top:2px}

@media(max-width:560px){
  #links .platform-grid{gap:12px!important}
  #links .platform-card{min-height:120px!important}
  #links .platform-mini-grid{
    grid-template-columns:repeat(3,70px)!important;
    gap:12px!important;
    margin-top:16px!important;
  }
  #links .platform-mini-card{width:70px!important;border-radius:17px!important}
  #links .platform-mini-card svg{width:24px!important;height:24px!important}
  #links .platform-pinterest svg,#links .platform-facebook svg{width:25px!important;height:25px!important}
  .album-platform-link{flex:1 1 calc(50% - 6px)!important;min-width:0!important;padding:12px 14px!important}
}

/* v50.44 — clean Illusion art corners, visible platform logos, red YouTube Music icon */
#discography .album-card:nth-child(2) .album-art{position:relative;overflow:hidden}
#discography .album-card:nth-child(2) .album-art::before,
#discography .album-card:nth-child(2) .album-art::after{
  content:"";
  position:absolute;
  bottom:0;
  z-index:3;
  pointer-events:none;
  height:26%;
  width:34%;
  background:linear-gradient(to top,rgba(6,10,15,.98) 0%,rgba(6,10,15,.9) 34%,rgba(6,10,15,.55) 60%,rgba(6,10,15,0) 100%);
}
#discography .album-card:nth-child(2) .album-art::before{left:0}
#discography .album-card:nth-child(2) .album-art::after{right:0}

.album-platform-link{
  justify-content:flex-start!important;
  padding-inline:18px!important;
}
.album-platform-icon{
  display:inline-grid!important;
  place-items:center!important;
  width:22px!important;
  height:22px!important;
  flex:0 0 22px!important;
  color:#fff!important;
}
.album-platform-icon svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
  fill:currentColor!important;
}
.album-platform-label{line-height:1!important}

#links .platform-card:nth-child(1) .platform-icon{
  color:#ff3b30!important;
  border-color:rgba(255,59,48,.3)!important;
  box-shadow:0 0 24px rgba(255,59,48,.08)!important;
}


/* v50.45 — replace Illusion art with full poster and restore clean breathing */
#discography .album-card:nth-child(2) .album-art::before,
#discography .album-card:nth-child(2) .album-art::after{display:none!important}
#discography .album-card:nth-child(2) .album-art img{
  object-position:center top!important;
  transform-origin:center top!important;
  animation-duration:8.8s!important;
}


/* v50.46 — Illusion cover fixed: use static JPG, no breathing */
#discography .album-card:nth-child(2) .album-art img{
  animation:none!important;
  transform:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}


/* v50.48 — SoundCloud profile, clean Instagram tile, reliable full-player opening */
#links .platform-card[href*="soundcloud.com"] .platform-icon{
  color:#ff7a19!important;
  border-color:rgba(255,122,25,.36)!important;
  box-shadow:0 0 24px rgba(255,122,25,.12)!important;
}
#links .platform-instagram{
  background-clip:padding-box!important;
  border-color:rgba(255,255,255,.12)!important;
}
#links .platform-instagram::before{
  content:none!important;
  display:none!important;
  animation:none!important;
}


/* v50.50 — duplicate OCEAN card removed; faster always-on discography breathing */
.hero-stage{
  grid-template-columns:minmax(0,1.75fr) minmax(250px,.78fr)!important;
  align-items:center!important;
}
.hero-stage > .hero-poster{
  grid-column:auto!important;
  grid-row:auto!important;
}
.album-card .album-art img{
  animation:andrikDiscographyBreathV5050 3.8s cubic-bezier(.45,0,.55,1) infinite alternate!important;
  transform-origin:center center!important;
  will-change:transform!important;
  backface-visibility:hidden!important;
}
.album-card:nth-child(2) .album-art img{animation-delay:-1.35s!important}
@keyframes andrikDiscographyBreathV5050{
  0%{transform:translate3d(0,0,0) scale(1.008)}
  100%{transform:translate3d(0,0,0) scale(1.075)}
}
@media(max-width:980px){
  .hero-stage{grid-template-columns:1fr!important}
  .hero-stage > .hero-poster{order:0!important}
}


/* v50.51 — compact inspiration spoiler, stronger discography breathing, standalone Trika page */
.album-art{overflow:hidden!important}
.album-art img.discography-breathe{
  animation:andrikDiscographyBreathV5051 3.15s cubic-bezier(.42,0,.58,1) infinite alternate!important;
  transform-origin:center center!important;
  will-change:transform,filter!important;
  backface-visibility:hidden!important;
}
.album-card:nth-child(2) .album-art img.discography-breathe{animation-delay:-1.55s!important}
@keyframes andrikDiscographyBreathV5051{
  0%{transform:translate3d(0,0,0) scale(1.006);filter:brightness(.98)}
  100%{transform:translate3d(0,0,0) scale(1.105);filter:brightness(1.055)}
}
@media(prefers-reduced-motion:reduce){
  .album-art img.discography-breathe{animation:andrikDiscographyBreathV5051 3.15s cubic-bezier(.42,0,.58,1) infinite alternate!important}
}

.inspiration-section{padding-top:48px;padding-bottom:48px}
.inspiration-spoiler{
  border:1px solid rgba(150,210,243,.22);
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(9,22,33,.92),rgba(3,10,16,.96));
  box-shadow:0 24px 70px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.04);
}
.inspiration-spoiler summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px 32px;
}
.inspiration-spoiler summary::-webkit-details-marker{display:none}
.inspiration-summary-copy{display:grid;gap:7px}
.inspiration-summary-copy strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,5vw,4rem);line-height:.98;color:#f5f8fb}
.inspiration-summary-copy small{font-size:clamp(.98rem,2vw,1.18rem);color:#aeb9c6}
.inspiration-plus{display:grid;place-items:center;flex:0 0 56px;width:56px;height:56px;border:1px solid rgba(151,216,249,.35);border-radius:50%;font-size:2rem;color:#bfe9ff;transition:transform .25s ease,background .25s ease}
.inspiration-spoiler[open] .inspiration-plus{transform:rotate(45deg);background:rgba(89,186,235,.1)}
.inspiration-preview{display:grid;gap:20px;padding:0 32px 30px;border-top:1px solid rgba(255,255,255,.06)}
.inspiration-preview p{margin:24px 0 0;max-width:780px;font-size:1.08rem;line-height:1.75;color:#bdc7d2}
.inspiration-open{justify-self:start}

.trika-standalone-page{background:#02060a}
.trika-page-main{padding-top:120px;min-height:100vh}
.trika-page-back{padding-top:24px;padding-bottom:8px}
.trika-page-section{padding-top:42px!important}
.trika-standalone-page .trika-heading{padding-top:16px}

@media(max-width:760px){
  .inspiration-section{padding-top:32px;padding-bottom:32px}
  .inspiration-spoiler summary{padding:22px 20px;gap:14px}
  .inspiration-plus{width:46px;height:46px;flex-basis:46px;font-size:1.65rem}
  .inspiration-preview{padding:0 20px 22px}
  .trika-page-main{padding-top:92px}
}


/* v50.52 — mini-player restore, compact Trika top, all album covers breathe */
#discography .album-card:nth-child(2) .album-art img.discography-breathe{
  animation:andrikDiscographyBreathV5051 3.15s cubic-bezier(.42,0,.58,1) infinite alternate!important;
  animation-delay:-1.55s!important;
  transform-origin:center center!important;
  will-change:transform,filter!important;
}
.trika-page-main{padding-top:0!important;min-height:auto!important}
.trika-page-back{padding-top:18px!important;padding-bottom:4px!important}
.trika-page-section{padding-top:24px!important}
.trika-standalone-page .trika-heading{padding-top:4px!important}
.player-minimize-btn{display:grid}
@media(max-width:760px){
  .trika-page-main{padding-top:0!important}
  .trika-page-back{padding-top:12px!important;padding-bottom:0!important}
  .trika-page-section{padding-top:18px!important}
}
