
  :root {
    --ink: #070707;
    --paper: #E7E4DD;
    --ash: #9A9A98;
    --ash-dark: #5C5C5A;
    --f-huge: "Alumni Sans", Impact, "Arial Narrow", sans-serif;
    --huge-weight: 900;
    --f-text: "Roboto Condensed", Arial, sans-serif;
    --f-mono: "JetBrains Mono", ui-monospace, "Courier New", monospace;
    color-scheme: dark;
  }

  * { box-sizing: border-box; }
  img { max-width: 100%; }
  [hidden] { display: none !important; }
  html, body { height: 100%; }

  body {
    margin: 0;
    min-width: 320px;
    min-height: 480px;
    background: var(--ink);
    color: var(--paper);
    font-family: var(--f-text);
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: auto;
  }

  #grain {
    position: fixed;
    inset: 0;
    z-index: 60;
    pointer-events: none;
    opacity: .5;
    background-repeat: repeat;
    background-size: 180px 180px;
    mix-blend-mode: overlay;
  }

  .shell {
    max-width: 1320px;
    margin: 0 auto;
    padding-inline: 26px;
  }

  .lab {
    font-family: var(--f-mono);
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 1.6;
  }

  .dark {
    background: var(--ink);
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .dark > .shell {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .dust {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .mote {
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--ash);
    animation: dust-drift var(--dur) linear var(--delay) infinite;
  }
  @keyframes dust-drift {
    0% { transform: translate(0, 0); opacity: 0; }
    12% { opacity: var(--o); }
    88% { opacity: var(--o); }
    100% { transform: translate(var(--dx), var(--dy)); opacity: 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    .dust { display: none; }
  }

  .bar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-block: 20px;
    border-bottom: 1px solid #1B1B1B;
  }
  .bar .lab { color: var(--ash); }
  .bar a { color: var(--ash); text-decoration: none; }
  .bar a:hover { color: var(--paper); }
  .bar .right { display: flex; gap: 22px; }

  .hero {
    display: grid;
    gap: 10px;
    padding-top: 46px;
    flex: 1;
    align-content: end;
  }
  @media (min-width: 860px) {
    .hero {
      grid-template-columns: 1.1fr .9fr;
      align-items: end;
      gap: 20px;
    }
  }

  .hero-left {
    padding-bottom: 74px;
    position: relative;
    z-index: 2;
  }

  .hero h1 {
    font-family: var(--f-huge);
    font-weight: var(--huge-weight);
    text-transform: uppercase;
    line-height: .84;
    letter-spacing: -.005em;
    margin: 0;
    font-size: clamp(62px, 16vw, 196px);
    color: var(--paper);
  }

  .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
    margin-top: 24px;
    color: var(--ash);
  }

  .figure {
    margin: 0;
    position: relative;
    align-self: end;
    justify-self: center;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 660 / 1176;
    margin-bottom: -186px;
    pointer-events: none;
  }
  .figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: brightness(.94) contrast(1.06) saturate(.35);
    mix-blend-mode: lighten; /* топит чёрный фон фото в фоне страницы */
  }

  @media (max-width: 859px) {
    .hero { grid-template-columns: 1fr; align-content: center; }
    .hero-left { order: 2; padding-bottom: 40px; }
    .figure { order: 1; max-width: 290px; margin-bottom: -120px; }
  }

  .ph { border-bottom: 1px dotted #5A5A56; }
  .hero h1 .ph { border-bottom: 0; }

  .sound-wrap {
    position: fixed;
    right: 26px;
    bottom: 20px;
    z-index: 70;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .credit {
    font-family: var(--f-mono);
    font-size: 12px;
    color: var(--ash-dark);
    white-space: nowrap;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .credit.is-active { opacity: 1; }
  .sound {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(7, 7, 7, .78);
    border: 1px solid #1B1B1B;
    color: var(--ash);
    cursor: pointer;
  }
  .sound:hover { color: var(--paper); border-color: #303030; }
  .sound-dot {
    width: 6px;
    height: 6px;
    flex: none;
    border-radius: 50%;
    background: var(--ash-dark);
    transition: background .2s ease;
  }
  .sound[aria-pressed="true"] .sound-dot { background: var(--paper); }

  /* мини-эквалайзер над кнопкой звука, оживает пока играет трек */
  .eq {
    position: fixed;
    right: 26px;
    bottom: 68px;
    z-index: 70;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .eq.is-active { opacity: 1; }
  .eq-bar {
    flex: 1;
    height: 15%;
    background: var(--ash);
    transition: height .06s linear;
  }

  a:focus-visible { outline: 1px solid currentColor; outline-offset: 3px; }

  @keyframes scene-in { from { opacity: 0; } to { opacity: 1; } }
  @keyframes rise-in { from { opacity: 0; } to { opacity: 1; } }

  body { animation: scene-in 1.1s ease both; }
  .bar { animation: rise-in .8s ease both; animation-delay: .15s; }
  .hero h1 { animation: rise-in 1s ease both; animation-delay: .3s; }
  .hero-meta { animation: rise-in .9s ease both; animation-delay: .55s; }
  .figure img { animation: rise-in 1.1s ease both; animation-delay: .4s; }

  @media (prefers-reduced-motion: reduce) {
    body, .bar, .hero h1, .hero-meta, .figure img { animation: none; }
  }
