@font-face {
  font-family: "Surrge";
  src: url("assets/SURRGECurrent-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Electric Shocker";
  src: url("assets/Electric-Shocker.otf") format("opentype");
  font-display: swap;
}

:root {
  --ink: #090806;
  --paper: #e7d4b4;
  --gold: #e3a02d;
  --hot: #ef5a24;
  --muted: #9b8d78;
  --line: rgba(227, 160, 45, .28);
}

* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 50% 0, rgba(115, 54, 17, .18), transparent 34rem),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.018) 80px),
    var(--ink);
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: .01em;
}

a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 5vw;
  background: linear-gradient(#090806, transparent);
}
.site-header nav { display: flex; align-items: center; justify-content: center; gap: .8rem; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 2.4rem; padding: .55rem 1rem; border: 1px solid rgba(227, 160, 45, .42); color: var(--gold); background: rgba(13, 11, 9, .72); letter-spacing: .16em; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--paper); border-color: var(--hot); background: rgba(239, 90, 36, .14); }
.wordmark, h1 { font-family: "Surrge", "Arial Narrow", sans-serif; }
.brand-r { display: inline-block; transform: scaleX(-1); transform-origin: center; }
nav { display: flex; gap: 2rem; text-transform: uppercase; font-size: .68rem; letter-spacing: .22em; }
.site-header nav { text-transform: none; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: .68rem; letter-spacing: .16em; }
nav a:hover, .socials a:hover { color: var(--gold); }

.hero { min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden; }
.hero-image {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(9,8,6,.15), rgba(9,8,6,.58) 45%, rgba(9,8,6,.15)), url("assets/hero-clean.jpg") center/cover;
  filter: saturate(.83) contrast(1.08);
  opacity: .82;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, var(--ink)); }
.hero-copy { position: relative; z-index: 2; text-align: center; width: min(90vw, 1000px); animation: rise 3s ease-out both; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .34em; font-size: .66rem; color: var(--gold); }
.hero-label { display: flex; flex-direction: column; align-items: center; gap: .55rem; margin: 0 auto; }
.eyebrow-brand { display: flex; align-items: center; justify-content: center; gap: 0; line-height: 1; }
.eyebrow-brand img { display: block; width: auto; object-fit: contain; }
.eyebrow-brand .brand-text { height: clamp(20px, 1.8vw, 25px); }
.eyebrow-brand .brand-emblem { height: clamp(32px, 2.9vw, 41px); }
.eyebrow-presents { color: var(--gold); font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: clamp(.58rem, 1.16vw, .812rem); font-style: normal; letter-spacing: .24em; text-transform: none; }
.visual-wordmark { margin: 1rem auto 1.4rem; width: min(86vw, 900px); max-width: calc(100vw - 3rem); line-height: 1; filter: drop-shadow(0 0 24px rgba(227,160,45,.1)); }
.visual-wordmark img { display: block; width: 100%; height: auto; }
.manifesto { font-family: Georgia, serif; font-style: italic; font-size: clamp(1rem, 2vw, 1.4rem); line-height: 1.5; }
.manifesto span { color: var(--gold); font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: .7em; font-style: normal; letter-spacing: .24em; }
.hero-controls { display: flex; align-items: center; justify-content: center; gap: 1.25rem; margin-top: 2rem; }
.hero-actions { display: flex; justify-content: center; gap: .8rem; }
.button { padding: .9rem 1.3rem; border: 1px solid var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; }
.button.primary { color: var(--ink); background: var(--gold); }
.button:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.voltage-line { position: absolute; z-index: 2; left: 50%; top: 0; width: 1px; height: 18%; transform: translateX(-50%); background: linear-gradient(transparent, var(--gold)); box-shadow: 0 0 12px var(--hot); }

section:not(.hero) { width: min(1180px, 90vw); margin: 0 auto; padding: 2.25rem 0; }
.section-label { display: flex; gap: 1rem; align-items: center; }
.section-label span { color: var(--hot); }
.stream-heading, .watch-heading, .about-heading, .contact-heading { display: flex; justify-content: space-between; align-items: end; margin: 1rem 0 3rem; border-bottom: 1px solid var(--line); }
.current-heading { position: relative; justify-content: center; }
.current-index { position: absolute; top: 50%; left: 0; color: var(--hot); font-size: .9rem; letter-spacing: .34em; transform: translateY(-50%); }
.current-index-mirror { transform: translateY(-50%) scaleX(-1); }
.current-index-regular { right: 0; left: auto; color: var(--paper); }
.stream-heading > p { color: var(--muted); margin-bottom: 1.8rem; text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.platform-grid a { min-height: 125px; padding: 1.6rem; display: grid; grid-template-columns: 32px minmax(0, 150px); align-items: center; justify-content: center; gap: .85rem; background: #0d0b09; transition: background .2s ease, color .2s ease; }
.platform-grid a:hover { color: var(--ink); background: var(--gold); }
.platform-grid strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.platform-grid img { width: 28px; height: 28px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); transition: filter .2s ease; }
.platform-grid a:hover img { filter: grayscale(1) brightness(0); }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.current-title { color: var(--paper); font-family: "Electric Shocker", sans-serif; font-size: clamp(2rem, 4.2vw, 4.2rem); font-style: normal; text-align: center; text-transform: none; letter-spacing: .04em; transform: scaleX(1.45); transform-origin: center; }
.music-heading { display: flex; justify-content: space-between; align-items: end; margin: 1rem 0 3rem; border-bottom: 1px solid var(--line); }
h2 { font-family: Georgia, serif; font-weight: 400; font-style: italic; font-size: clamp(2.6rem, 6vw, 6rem); line-height: .95; margin: .5rem 0 1.5rem; }
.music-heading > p { color: var(--muted); max-width: 360px; line-height: 1.6; }
.track-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1px; background: var(--line); }
.track { min-height: 340px; padding: 2rem; display: flex; flex-direction: column; background: #0d0b09; }
.track.featured { background: linear-gradient(145deg, #3a160b, #100b07 60%); }
.track-state { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .6rem; }
.track h3 { margin: auto 0 .5rem; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.track > p:not(.track-state) { color: var(--muted); line-height: 1.5; }
.track a, .track span { margin-top: 1rem; text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; }

.about-body { position: relative; min-height: 0; }
.portrait-frame { position: relative; width: 76%; margin-left: auto; border: 1px solid var(--line); padding: 14px; }
.portrait-frame::before, .portrait-frame::after { content: "+"; position: absolute; color: var(--gold); font-size: 1.5rem; }
.portrait-frame::before { top: -12px; left: -8px; }
.portrait-frame::after { content: "−"; right: -8px; bottom: -12px; }
.portrait-frame img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: sepia(.12) contrast(1.08); }
.about-copy { position: absolute; z-index: 2; top: 2rem; left: 2%; width: 60%; padding: clamp(1.6rem, 3.2vw, 3rem); background: rgba(9, 8, 6, .9); border: 1px solid rgba(227, 160, 45, .42); box-shadow: 0 24px 70px rgba(0, 0, 0, .42); backdrop-filter: blur(8px); }
.about-copy > p { max-width: 660px; margin: 0; color: #c0ad90; line-height: 1.8; }
.about-copy > p + p { margin-top: 1.5rem; }
.about-copy .ru { color: #8e806c; border-left: 1px solid var(--hot); padding-left: 1.4rem; }

.contact { text-align: center; }
.contact .section-label { justify-content: center; }
.contact .email { display: inline-block; color: var(--paper); font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: clamp(.84rem, 2vw, 1.6rem); font-weight: 500; letter-spacing: .08em; transition: color .2s ease, text-shadow .2s ease; }
.contact .email:hover { color: var(--gold); text-shadow: 0 0 18px rgba(227, 160, 45, .25); }
.email-line { text-align: center; }
.socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 2rem; text-transform: uppercase; letter-spacing: .2em; font-size: .65rem; }
footer { display: flex; justify-content: center; align-items: center; padding: 2rem 5vw; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; letter-spacing: .2em; }
.footer-brand { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; text-align: center; }
.footer-brand img { width: 54px; height: 54px; object-fit: contain; }
.footer-brand-copy { width: auto; }
.footer-brand p { margin: .35rem 0; }
.label-name { color: var(--paper); letter-spacing: .32em; text-transform: uppercase; }
.label-credit { color: #6f6454; font-size: .82em; letter-spacing: .17em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.25rem; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (min-width: 761px) {
  .hero { min-height: auto; padding: 8rem 0 .75rem; }
  section.watch { padding-top: 1.25rem; }
}
@media (max-width: 760px) {
  .site-header { padding: 14px 5vw; }
  .site-header nav { gap: .55rem; }
  .site-header nav a { padding-inline: .7rem; font-size: .62rem; }
  nav { gap: 1.25rem; }
  .hero { min-height: 380px; }
  .hero-image {
    background-color: var(--ink);
    background-image: linear-gradient(90deg, rgba(9,8,6,.12), rgba(9,8,6,.48) 45%, rgba(9,8,6,.12)), url("assets/hero-clean.jpg");
    background-position: center, center 18%;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% auto;
  }
  .hero-label { width: calc(100vw - 2.5rem); gap: .45rem; }
  .eyebrow-brand { width: min(calc(100vw - 10rem), 220px); }
  .eyebrow-brand .brand-text { height: 19px; }
  .eyebrow-brand .brand-emblem { height: 31px; }
  .eyebrow-presents { letter-spacing: .24em; }
  .hero-copy { width: calc(100vw - 2rem); translate: 0 36px; }
  .visual-wordmark { width: calc(100vw - 3rem); max-width: 560px; margin-block: .85rem 1.15rem; }
  .visual-wordmark img { max-width: 100%; object-fit: contain; }
  .hero-controls { gap: .8rem; margin-top: 1.7rem; }
  .hero-actions { flex-direction: column; width: 220px; }
  section:not(.hero) { padding: 1.25rem 0; }
  section.watch { padding-top: .5rem; }
  .music-heading { display: block; }
  .music-heading > p { margin-bottom: 2rem; }
  .stream-heading > p { margin-bottom: 2rem; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .platform-grid a { min-height: 110px; padding: 1rem; grid-template-columns: 24px minmax(0, 1fr); gap: .65rem; justify-content: stretch; }
  .platform-grid a:nth-child(1) { grid-column: 1; grid-row: 1; }
  .platform-grid a:nth-child(2) { grid-column: 1; grid-row: 2; }
  .platform-grid a:nth-child(3) { grid-column: 1; grid-row: 3; }
  .platform-grid a:nth-child(4) { grid-column: 2; grid-row: 1; }
  .platform-grid a:nth-child(5) { grid-column: 2; grid-row: 2; }
  .platform-grid a:nth-child(6) { grid-column: 2; grid-row: 3; }
  .platform-grid strong { font-size: 1.1rem; }
  .platform-grid img { width: 24px; height: 24px; }
  .current-index { top: auto; bottom: 1.8rem; font-size: .66rem; transform: none; }
  .current-index-mirror { transform: scaleX(-1); }
  .current-title { font-size: clamp(1.65rem, 7vw, 2.3rem); letter-spacing: .025em; transform: scaleX(1.45); }
  .track-grid { grid-template-columns: 1fr; }
  .track { min-height: 270px; }
  /* Keep the About section as a layered editorial collage on phones. */
  .about-body { min-height: calc(min(122vw, 34rem) + 2rem); }
  .portrait-frame { width: 86%; margin-left: auto; padding: 8px; }
  .portrait-frame img { aspect-ratio: 4 / 5; }
  .about-copy {
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 83%;
    margin: 0;
    padding: 1.15rem;
    background: rgba(9, 8, 6, .92);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .48);
  }
  .about-copy > p { font-size: clamp(.66rem, 2.9vw, .78rem); line-height: 1.52; }
  .about-copy > p + p { margin-top: .9rem; }
  .about-copy .ru { padding-left: .75rem; }
  footer { align-items: center; gap: 1rem; line-height: 2; }
  .footer-brand { align-items: center; }
  .footer-brand img { width: 46px; height: 46px; }
  .footer-links { max-width: 150px; gap: .35rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; } }
