/* Настройки дизайна: меняйте палитру, размеры, отступы и длительности здесь. */
:root {
  --bg:#080a0d; --bg-secondary:#0e1216; --surface:#141a20; --surface-soft:#192128;
  --text:#f2f5f7; --text-muted:#9aa6af; --accent:#71899b; --accent-dark:#314650;
  --border:rgba(255,255,255,.09); --font:"Inter","Helvetica Neue",Arial,sans-serif;
  --content-width:1440px; --gutter:clamp(22px,5vw,88px); --section-space:clamp(76px,10vw,156px);
  --gap:clamp(18px,2.1vw,32px); --header-height:84px; --radius:4px;
  --fast:180ms; --motion:450ms; --slow:900ms; --ease:cubic-bezier(.22,.68,0,1);
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:calc(var(--header-height) + 22px); }
body { margin:0; background:var(--bg); color:var(--text); font-family:var(--font); font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; }
body.modal-open { overflow:hidden; }
::selection { background:var(--accent-dark); color:white; }
a { color:inherit; text-decoration:none; }
button { color:inherit; font:inherit; cursor:pointer; border:0; background:none; }
button,a { -webkit-tap-highlight-color:transparent; touch-action:manipulation; }
button:disabled { cursor:default; }
button:active,.text-link:active { transform:scale(.98); }
img { display:block; max-width:100%; }
svg { width:22px; height:22px; display:block; flex-shrink:0; }
[hidden] { display:none !important; }
h1,h2,h3,p,figure { margin:0; }
h2 { font-size:clamp(38px,4.5vw,68px); font-weight:450; letter-spacing:-.055em; line-height:1.1; }
h3 { font-size:18px; font-weight:500; line-height:1.4; }
:focus-visible { outline:2px solid #b8cad6; outline-offset:6px; border-radius:2px; }
.container { width:min(calc(100% - var(--gutter) * 2),var(--content-width)); margin-inline:auto; }
.section { padding-block:var(--section-space); }
.muted { color:var(--text-muted); }
.eyebrow { display:flex; align-items:center; gap:20px; font-size:12px; line-height:1.5; letter-spacing:.15em; text-transform:uppercase; color:var(--text-muted); }
.eyebrow > span:first-child:not(:only-child) { color:var(--accent); font-variant-numeric:tabular-nums; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:40px; }
.section-heading h2 { margin-top:18px; }
.section-rule { display:flex; align-items:center; gap:30px; margin-bottom:46px; }
.rule-line { height:1px; background:var(--border); flex:1; }
.text-link { display:inline-flex; align-items:center; gap:12px; min-height:44px; font-size:14px; position:relative; }
.text-link::after { position:absolute; content:""; height:1px; background:currentColor; left:0; right:32px; bottom:5px; transform:scaleX(0); transform-origin:left; transition:transform var(--motion) var(--ease); }
.text-link:hover::after { transform:scaleX(1); }
.text-link svg { width:17px; transition:transform var(--motion); }
.text-link:hover svg { transform:translate(2px,-2px); }
.icon-button { display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:50%; flex:0 0 auto; transition:background var(--fast),transform var(--fast); }
.icon-button:hover { background:rgba(255,255,255,.08); }
.skip-link { position:fixed; top:-100px; left:20px; background:var(--text); color:var(--bg); padding:10px 18px; z-index:200; }
.skip-link:focus { top:16px; }
.site-header { position:fixed; top:0; left:0; width:100%; height:var(--header-height); z-index:30; transition:background var(--motion),border-color var(--motion); border-bottom:1px solid transparent; }
.site-header.scrolled { background:rgba(8,10,13,.88); border-color:var(--border); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); }
.header-inner { display:flex; align-items:center; justify-content:space-between; height:100%; gap:30px; }
.brand { font-size:24px; letter-spacing:-.065em; font-weight:550; line-height:1; padding-block:14px; }
.desktop-nav { display:flex; gap:clamp(18px,2.4vw,36px); align-items:center; margin-left:auto; }
.desktop-nav a { color:#c3cbd1; font-size:14px; padding-block:14px; position:relative; transition:color var(--fast); }
.desktop-nav a::after { content:""; height:1px; background:#dce6ed; position:absolute; left:0; right:0; bottom:7px; transform:scaleX(0); transition:transform var(--motion) var(--ease); transform-origin:left; }
.desktop-nav a:hover,.desktop-nav a[aria-current] { color:white; }
.desktop-nav a:hover::after,.desktop-nav a[aria-current]::after { transform:scaleX(1); }
.header-actions { display:flex; align-items:center; gap:10px; }
.language-switch { display:flex; align-items:center; color:#657582; font-size:12px; }
.language-switch button { min-height:44px; min-width:44px; font-size:12px; color:var(--text-muted); padding:8px; }
.language-switch button[aria-pressed="true"] { color:var(--text); }
.menu-toggle { display:none; position:relative; }
.menu-toggle span { width:22px; height:1px; background:var(--text); position:absolute; left:13px; top:20px; }
.menu-toggle span + span { top:27px; width:16px; }
.hero { min-height:480px; height:100svh; position:relative; display:grid; place-items:center; overflow:hidden; isolation:isolate; background:#090d11; }
.hero-scene,.hero-shade,#rain-canvas { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; }
.hero-scene { transform:scale(1.04); }
.hero-scene img { width:100%; height:100%; object-fit:cover; object-position:center 58%; opacity:.38; filter:blur(6px) saturate(.45); }
.hero-shade { background:linear-gradient(180deg,rgba(8,10,13,.38),rgba(8,10,13,.1) 35%,rgba(8,10,13,.22) 60%,#080a0d),radial-gradient(ellipse at center,transparent 20%,rgba(8,10,13,.5)); }
#rain-canvas { z-index:1; opacity:.84; }
.hero-wordmark { position:relative; z-index:2; width:100%; text-align:center; transform:translateY(2svh); }
.hero h1 { font-size:clamp(52px,15.6vw,300px); font-weight:450; line-height:1.08; letter-spacing:-.072em; padding-right:.065em; text-shadow:0 4px 50px rgba(0,0,0,.18); animation:wordmark-in 1.6s var(--ease) both; }
@keyframes wordmark-in { from { opacity:0; filter:blur(6px); transform:translateY(15px); } to { opacity:1; filter:blur(0); transform:translateY(0); } }
.featured { padding-top:75px; }
.featured-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(36px,8vw,124px); align-items:center; }
.art-frame { background:var(--surface); position:relative; overflow:hidden; }
.featured-art { aspect-ratio:1; max-width:600px; width:100%; }
.featured-art img { width:100%; height:100%; object-fit:cover; }
.featured-copy h2 { font-size:clamp(42px,5.6vw,90px); letter-spacing:-.05em; margin:24px 0 12px; line-height:1; }
.featured-artist { color:var(--text-muted); font-size:18px; }
.featured-player { margin-top:44px; }
.listen-button { display:flex; align-items:center; width:100%; gap:16px; text-align:left; padding:16px 0; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.round-play { display:grid; place-items:center; width:50px; height:50px; border-radius:50%; background:var(--text); color:var(--bg); transition:background var(--motion),transform var(--motion); }
.round-play svg { width:18px; }
.listen-button:hover .round-play { background:#cbdbe7; transform:scale(1.04); }
.player-platform { margin-left:auto; color:var(--text-muted); font-size:13px; }
.featured-embed { min-height:152px; animation:player-in var(--motion) var(--ease); }
.featured-embed iframe { display:block; width:100%; height:152px; border:0; border-radius:12px; }
.platform-links { display:flex; flex-wrap:wrap; gap:12px 26px; margin-top:20px; color:var(--text-muted); }
.platform-links a:hover { color:var(--text); }
.music-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:40px var(--gap); }
.music-card { min-width:0; }
.track-button { display:block; width:100%; text-align:left; padding:0; transition:transform var(--motion) var(--ease); }
.track-button:hover { transform:translateY(-4px); }
.track-button:active { transform:scale(.98); }
.track-art { aspect-ratio:1; overflow:hidden; position:relative; background:var(--surface); border:1px solid var(--border); }
.track-art img { width:100%; height:100%; object-fit:cover; transition:transform var(--slow) var(--ease); }
.track-button:hover .track-art img { transform:scale(1.025); }
.track-art::after { content:""; position:absolute; inset:0; border:1px solid transparent; background:rgba(8,10,13,.06); transition:background var(--motion),border-color var(--motion); pointer-events:none; }
.track-button:hover .track-art::after { background:transparent; border-color:rgba(255,255,255,.22); }
.card-play { position:absolute; right:12px; bottom:12px; width:38px; height:38px; display:grid; place-items:center; background:rgba(8,10,13,.8); border:1px solid rgba(255,255,255,.3); border-radius:50%; z-index:1; backdrop-filter:blur(8px); }
.card-play svg { width:14px; height:14px; }
.track-info { display:flex; gap:12px; margin-top:16px; justify-content:space-between; align-items:start; }
.track-title { display:block; font-size:15px; font-weight:500; line-height:1.4; overflow-wrap:anywhere; }
.track-type { display:block; margin-top:5px; color:var(--text-muted); font-size:12px; }
.track-number { color:#7e8c98; font-size:12px; font-variant-numeric:tabular-nums; padding-top:2px; }
.missing-art { display:grid; place-items:center; width:100%; height:100%; color:var(--accent); font-size:24px; letter-spacing:-.065em; background:linear-gradient(135deg,var(--surface-soft),var(--bg-secondary)); }
.feats-section { background:linear-gradient(180deg,var(--bg-secondary),var(--bg)); }
.feat-group { display:grid; grid-template-columns:minmax(150px,.7fr) 2.3fr; gap:32px; padding-block:36px; border-top:1px solid var(--border); }
.feat-group:last-child { border-bottom:1px solid var(--border); }
.feat-group h3 { font-size:clamp(20px,2.2vw,30px); letter-spacing:-.03em; padding-top:10px; }
.feat-tracks { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px 22px; }
.feat-track { padding:12px; display:flex; align-items:center; gap:16px; width:100%; min-width:0; text-align:left; border:1px solid transparent; border-radius:var(--radius); transition:background var(--motion),border-color var(--motion),transform var(--motion); }
.feat-track:hover { background:var(--surface); border-color:var(--border); transform:translateY(-2px); }
.feat-track:active { transform:scale(.98); }
.feat-thumb { width:60px; height:60px; flex-shrink:0; overflow:hidden; background:var(--surface); }
.feat-thumb img { width:100%; height:100%; object-fit:cover; transition:transform var(--motion); }
.feat-track:hover img { transform:scale(1.03); }
.feat-name { font-size:14px; overflow-wrap:anywhere; flex:1; min-width:0; }
.feat-track > svg { width:15px; color:var(--text-muted); }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(38px,8vw,130px); align-items:center; }
.about-photo { aspect-ratio:4/5; }
.about-photo img { width:100%; height:100%; object-fit:cover; object-position:66% center; }
.about-photo figcaption { position:absolute; bottom:0; left:0; right:0; display:flex; justify-content:space-between; gap:12px; font-size:12px; text-transform:uppercase; letter-spacing:.08em; padding:60px 24px 20px; background:linear-gradient(transparent,rgba(8,10,13,.75)); }
.about-copy h2 { margin-top:18px; margin-bottom:30px; }
.about-grid.without-photo { grid-template-columns:1fr; }
.hero::after { content:""; position:absolute; inset:0; pointer-events:none; z-index:3; opacity:.035; background:url("../assets/icons/grain.svg"); }
.bio p { color:#b5bec6; max-width:590px; font-size:clamp(16px,1.25vw,18px); line-height:1.8; }
.bio p + p { margin-top:20px; }
.artist-facts { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:32px; padding-top:24px; border-top:1px solid var(--border); }
.artist-facts dt { font-size:12px; color:var(--text-muted); margin-bottom:5px; }
.artist-facts dd { font-size:14px; margin:0; }
.video-card { min-width:0; }
.video-screen { aspect-ratio:16/9; position:relative; background:var(--surface); overflow:hidden; }
.video-facade { width:100%; height:100%; padding:0; display:block; }
.video-facade img { width:100%; height:100%; object-fit:cover; filter:brightness(.7); transition:transform var(--slow),filter var(--motion); }
.video-facade:hover img { transform:scale(1.015); filter:brightness(.85); }
.video-play { position:absolute; inset:0; display:grid; place-items:center; }
.video-play > span { display:grid; place-items:center; width:78px; height:78px; border:1px solid rgba(255,255,255,.5); background:rgba(8,10,13,.5); backdrop-filter:blur(8px); border-radius:50%; transition:transform var(--motion),background var(--motion); }
.video-play svg { width:24px; }
.video-facade:hover .video-play > span { transform:scale(1.05); background:rgba(8,10,13,.8); }
.video-screen iframe { border:0; width:100%; height:100%; display:block; }
.video-caption { margin-top:18px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.video-caption h3 { font-size:20px; }
.video-caption p { font-size:13px; color:var(--text-muted); }
.video-caption a { color:var(--text-muted); }
.video-grid { display:grid; gap:40px; }
.gallery-grid { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); grid-auto-rows:clamp(140px,17vw,255px); gap:18px; }
.gallery-item { grid-column:span 4; grid-row:span 1; position:relative; overflow:hidden; padding:0; background:var(--surface); }
.gallery-item:nth-child(6n+1) { grid-column:span 7; grid-row:span 2; }
.gallery-item:nth-child(6n+2),.gallery-item:nth-child(6n+3) { grid-column:span 5; }
.gallery-item:nth-child(6n+4) { grid-column:span 4; grid-row:span 2; }
.gallery-item:nth-child(6n+5),.gallery-item:nth-child(6n+6) { grid-column:span 8; }
.gallery-item img { width:100%; height:100%; object-fit:cover; filter:saturate(.55) brightness(.78); transition:transform var(--slow) var(--ease),filter var(--slow); }
.gallery-item:hover img { transform:scale(1.025); filter:saturate(.65) brightness(.92); }
.gallery-item:active { transform:scale(.99); }
.gallery-caption { position:absolute; inset:auto 0 0; text-align:left; display:flex; justify-content:space-between; padding:35px 20px 18px; background:linear-gradient(transparent,rgba(0,0,0,.6)); font-size:12px; letter-spacing:.03em; }
.gallery-caption svg { width:16px; height:16px; }
.contact-section { border-top:1px solid var(--border); }
.contact-section h2 { margin-top:18px; }
.email-row { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:40px; padding-bottom:32px; border-bottom:1px solid var(--border); }
.email-link { font-size:clamp(21px,3.55vw,54px); letter-spacing:-.045em; line-height:1.3; overflow-wrap:anywhere; transition:color var(--fast); }
.email-link:hover { color:#b5c9d8; }
.copy-button { border:1px solid var(--border); border-radius:99px; padding:12px 20px; display:inline-flex; align-items:center; gap:10px; min-height:48px; flex-shrink:0; font-size:13px; transition:background var(--motion),border-color var(--motion); }
.copy-button svg { width:16px; height:16px; }
.copy-button:hover,.copy-button.copied { background:var(--surface); border-color:rgba(255,255,255,.3); }
.copy-status { min-height:24px; margin-top:10px; color:var(--text-muted); font-size:13px; }
.contact-bottom { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:28px; }
.social-links { display:flex; flex-wrap:wrap; gap:16px 32px; }
.social-links a { display:inline-flex; align-items:center; min-height:44px; gap:10px; color:var(--text-muted); font-size:14px; transition:color var(--fast); }
.social-links a:hover { color:var(--text); }
.social-links svg { width:18px; height:18px; }
.site-footer { display:flex; align-items:center; gap:32px; padding-block:24px; border-top:1px solid var(--border); }
.site-footer .brand { margin-right:auto; }
.site-footer p { color:var(--text-muted); font-size:12px; }
.footer-socials { display:flex; gap:4px; }
.footer-socials svg { width:17px; height:17px; }
dialog { color:var(--text); background:var(--bg-secondary); border:1px solid var(--border); padding:0; max-height:calc(100svh - 32px); box-shadow:0 32px 140px rgba(0,0,0,.5); }
dialog::backdrop { background:rgba(3,5,7,.86); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); }
dialog[open] { animation:player-in var(--motion) var(--ease); }
@keyframes player-in { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
.mobile-menu { width:calc(100% - 28px); max-width:420px; margin:14px 14px auto auto; padding:16px 22px 26px; border-radius:6px; }
.menu-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.mobile-menu nav { display:grid; grid-template-columns:1fr 1fr; gap:4px 12px; }
.mobile-menu nav a { padding:12px 4px; font-size:18px; border-bottom:1px solid var(--border); }
.player-dialog { width:min(600px,calc(100% - 28px)); padding:24px; border-radius:8px; }
.dialog-top { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:16px; }
.player-dialog h2 { font-size:clamp(28px,4vw,42px); overflow-wrap:anywhere; }
.player-dialog > .muted { margin-top:8px; font-size:14px; }
.modal-embed { min-height:152px; margin-top:24px; }
.modal-embed iframe { width:100%; border:0; border-radius:12px; display:block; }
.player-help { color:var(--text-muted); font-size:12px; margin-top:18px; }
.player-dialog > .text-link { margin-top:6px; }
.lightbox { width:min(1400px,calc(100% - 28px)); border:0; background:transparent; box-shadow:none; overflow:auto; }
.lightbox-top,.lightbox-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:58px; }
.lightbox-stage { display:grid; place-items:center; min-height:160px; touch-action:pan-y; }
.lightbox-stage img { max-width:100%; max-height:calc(100svh - 170px); width:auto; height:auto; object-fit:contain; }
.lightbox-bottom p { font-size:14px; color:#c7d0d7; }
.lightbox-controls { display:flex; gap:8px; }
.image-error { display:grid; place-items:center; min-height:100px; color:var(--text-muted); }
.noscript-note { padding:24px; background:var(--surface); }
.js-motion [data-reveal] { opacity:0; transform:translateY(16px); transition:opacity var(--slow) var(--ease),transform var(--slow) var(--ease); }
.js-motion [data-reveal].is-visible { opacity:1; transform:translateY(0); }
@media (max-width:1250px) {
  .music-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .feat-group { grid-template-columns:1fr 3fr; }
}
@media (max-width:1000px) {
  :root { --header-height:72px; }
  .desktop-nav { display:none; } .menu-toggle { display:inline-flex; } .header-inner { gap:14px; }
  .music-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .featured-grid { gap:40px; } .featured-copy h2 { font-size:clamp(38px,6.5vw,64px); }
  .feat-group { grid-template-columns:1fr; gap:20px; } .about-grid { gap:40px; }
  .artist-facts { grid-template-columns:1fr; gap:16px; } .site-footer { gap:20px; }
}
@media (max-width:700px) {
  :root { --gutter:22px; --section-space:80px; --header-height:68px; }
  .brand { font-size:22px; } .hero h1 { font-size:16vw; } .hero-scene img { object-position:52% center; }
  .featured { padding-top:44px; } .section-rule { margin-bottom:28px; gap:18px; }
  .featured-grid,.about-grid { grid-template-columns:1fr; gap:34px; }
  .featured-art { max-width:none; } .featured-copy h2 { font-size:56px; margin-top:16px; }
  .featured-player { margin-top:28px; }
  .section-heading { gap:16px; margin-bottom:28px; flex-wrap:wrap; } .section-heading h2 { margin-top:14px; }
  .music-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px 16px; }
  .track-info { gap:6px; margin-top:12px; } .track-number { display:none; } .track-title { font-size:14px; }
  .feat-tracks { grid-template-columns:1fr; gap:0; } .feat-track { padding:10px 0; }
  .feat-group { padding-block:28px; } .feat-group h3 { font-size:24px; }
  .about-photo { aspect-ratio:4/5; max-height:680px; } .artist-facts { grid-template-columns:1fr 1fr; }
  .video-play > span { width:60px; height:60px; } .video-caption h3 { font-size:17px; }
  .gallery-grid { gap:12px; grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:180px; }
  .gallery-item:nth-child(n) { grid-column:span 1; grid-row:span 1; }
  .gallery-item:nth-child(6n+1),.gallery-item:nth-child(6n+6) { grid-column:span 2; grid-row:span 2; }
  .gallery-caption { padding:32px 12px 12px; }
  .email-row { flex-direction:column; align-items:flex-start; gap:22px; margin-top:26px; }
  .email-link { font-size:clamp(21px,5.8vw,40px); letter-spacing:-.035em; }
  .contact-bottom { flex-direction:column; align-items:flex-start; } .social-links { gap:12px 22px; }
  .site-footer { flex-wrap:wrap; padding-bottom:24px; gap:16px; }
  .site-footer .brand { flex:1; } .site-footer > p { text-align:right; }
  .footer-socials { order:3; flex:1; } .site-footer > .icon-button { order:4; }
  .player-dialog { padding:18px; }
}
@media (max-width:380px) {
  :root { --gutter:18px; }
  .header-actions { gap:0; } .language-switch button { padding:6px; }
  .music-grid { grid-template-columns:1fr; gap:16px; }
  .track-button { display:grid; grid-template-columns:84px minmax(0,1fr); gap:16px; align-items:center; }
  .track-info { margin:0; } .card-play { width:26px; height:26px; right:6px; bottom:6px; }
  .card-play svg { width:11px; height:11px; } .featured-copy h2 { font-size:48px; }
  .gallery-grid { grid-auto-rows:140px; gap:10px; } .gallery-caption { gap:6px; }
  .artist-facts { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none !important; transition-duration:.01ms !important; }
  .js-motion [data-reveal] { opacity:1; transform:none; } .hero-scene { transform:none; }
}
@media (hover:none) { .track-button:hover,.feat-track:hover { transform:none; } }
