:root {
  --ink: #080a09;
  --surface: #101310;
  --surface-2: #171b16;
  --cream: #f4eadb;
  --muted: #a89e8e;
  --orange: #ff7a1a;
  --orange-hot: #ff9d44;
  --line: rgba(244, 234, 219, 0.13);
  --display: "Barlow Condensed", sans-serif;
  --tech: "Chakra Petch", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--tech);
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 25%, rgba(255, 115, 24, 0.16), transparent 29rem),
    linear-gradient(135deg, #0d100d 0%, #090a09 58%, #100a07 100%);
}

.ambient-photo {
  position: absolute;
  top: -15%;
  right: -4%;
  width: min(58vw, 780px);
  height: 86vh;
  background: url("profile.jpg") center / cover no-repeat;
  filter: blur(55px) saturate(1.4);
  opacity: 0.16;
  transform: scale(1.18);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.ambient-noise {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background: repeating-linear-gradient(
    0deg,
    transparent 0,
    transparent 3px,
    rgba(255, 255, 255, 0.025) 4px
  );
}

.site-shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  color: #130b05;
  background: var(--orange);
  border: 1px solid var(--orange-hot);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 5px 5px 0 #682b08;
  transform: skew(-5deg);
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flag-ve {
  width: 27px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  background: linear-gradient(
    to bottom,
    #f4c300 0 33.33%,
    #164aa2 33.33% 66.66%,
    #c52233 66.66%
  );
}

.audio-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--cream);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

.audio-toggle:hover,
.audio-toggle[aria-pressed="true"] {
  border-color: rgba(255, 122, 26, 0.65);
  background: rgba(255, 122, 26, 0.1);
}

.audio-bars {
  height: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.audio-bars i {
  width: 2px;
  height: 5px;
  display: block;
  background: var(--orange);
}

.audio-toggle[aria-pressed="true"] .audio-bars i {
  animation: sound 700ms ease-in-out infinite alternate;
}

.audio-bars i:nth-child(2) {
  animation-delay: -220ms !important;
}

.audio-bars i:nth-child(3) {
  animation-delay: -480ms !important;
}

.audio-bars i:nth-child(4) {
  animation-delay: -130ms !important;
}

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  padding: 72px 0 82px;
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: reveal-left 800ms cubic-bezier(.2,.8,.2,1) both;
}

.status-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: #d0c6b6;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5cff73;
  box-shadow: 0 0 14px rgba(92, 255, 115, 0.85);
}

.hero-overline {
  margin: 0 0 5px;
  color: var(--orange-hot);
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.72;
  text-transform: uppercase;
}

h1 span,
h1 strong {
  display: block;
}

h1 span {
  color: transparent;
  font-size: 0.42em;
  letter-spacing: 0.19em;
  line-height: 1.15;
  -webkit-text-stroke: 1px rgba(244, 234, 219, 0.72);
}

h1 strong {
  color: var(--cream);
  font-weight: 800;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.55);
}

.hero-lead {
  max-width: 610px;
  margin: 32px 0 0;
  color: #bbb09f;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 35px;
}

.primary-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 25px;
  color: #120a04;
  background: linear-gradient(180deg, #ff9f45, var(--orange));
  border: 1px solid #ffb064;
  box-shadow: 7px 7px 0 #6e2e09, 0 18px 35px rgba(255, 92, 12, 0.18);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-action:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 #6e2e09, 0 22px 42px rgba(255, 92, 12, 0.24);
}

.primary-action:active {
  transform: translate(4px, 4px);
  box-shadow: 3px 3px 0 #6e2e09;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #120a04;
}

.text-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 0;
  color: #e4dbcc;
  border-bottom: 1px solid rgba(255, 122, 26, 0.55);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.text-action:hover {
  color: var(--orange-hot);
  border-color: var(--orange);
}

.track-card {
  max-width: 590px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 58px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.track-play {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--cream);
  background: transparent;
  border: 1px solid rgba(255, 122, 26, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.track-play span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--orange-hot);
}

.track-play.is-playing span {
  width: 8px;
  height: 11px;
  margin: 0;
  border: 0;
  border-left: 3px solid var(--orange-hot);
  border-right: 3px solid var(--orange-hot);
}

.track-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.track-copy small {
  color: var(--orange-hot);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.track-copy strong {
  overflow: hidden;
  color: #d9d0c2;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-wave {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.track-wave i {
  width: 2px;
  height: 6px;
  display: block;
  background: rgba(255, 122, 26, 0.72);
}

body.audio-playing .track-wave i {
  animation: sound 650ms ease-in-out infinite alternate;
}

.track-wave i:nth-child(2n) {
  animation-delay: -350ms !important;
}

.track-wave i:nth-child(3n) {
  animation-delay: -510ms !important;
}

.portrait-stage {
  position: relative;
  width: min(100%, 480px);
  justify-self: end;
  padding: 38px 34px 54px;
  animation: reveal-right 950ms cubic-bezier(.2,.8,.2,1) both;
}

.portrait-stage::before,
.portrait-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.portrait-stage::before {
  inset: 0;
  border: 1px solid var(--line);
  clip-path: polygon(0 0, 86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%);
  background:
    linear-gradient(145deg, rgba(255, 122, 26, 0.09), transparent 45%),
    rgba(255, 255, 255, 0.02);
}

.portrait-stage::after {
  top: 0;
  right: 14%;
  width: 1px;
  height: 38px;
  background: var(--orange);
  box-shadow: 0 0 18px var(--orange);
}

.portrait-index {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 3;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.portrait-glow {
  position: absolute;
  inset: 15% 8% 10%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.34), transparent 62%);
  filter: blur(24px);
}

.portrait-frame {
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(255, 169, 89, 0.55);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.025),
    0 0 0 11px rgba(255, 122, 26, 0.12),
    0 35px 70px rgba(0, 0, 0, 0.58),
    0 0 60px rgba(255, 96, 15, 0.16);
}

.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(255, 184, 105, 0.13), transparent 35%),
    linear-gradient(to top, rgba(6, 7, 6, 0.38), transparent 45%);
  pointer-events: none;
}

.portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.portrait-caption {
  position: relative;
  z-index: 3;
  display: grid;
  width: max-content;
  margin: -20px 0 0 auto;
  padding: 11px 16px 10px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--orange);
  transform: skew(-4deg);
}

.portrait-caption span {
  font-size: 0.54rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.portrait-caption strong {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.social-section {
  padding: 54px 0 65px;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.section-heading p {
  margin: 0 0 4px;
  color: var(--orange-hot);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.section-number {
  color: #716a5f;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.social-link {
  --network: var(--orange);
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  overflow: hidden;
  color: var(--cream);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--network) 7%, transparent), transparent 55%),
    rgba(255, 255, 255, 0.025);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--network);
  box-shadow: 0 0 15px var(--network);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 240ms ease;
}

.social-link:hover {
  z-index: 2;
  border-color: color-mix(in srgb, var(--network) 52%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--network) 14%, transparent), transparent 62%),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-4px);
}

.social-link:hover::before {
  transform: scaleX(1);
}

.social-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  color: var(--network);
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--network) 55%, transparent));
}

.social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.social-link strong {
  font-family: var(--display);
  font-size: 1.08rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.link-arrow,
.coming-soon {
  margin-left: auto;
  color: #777064;
}

.link-arrow {
  font-size: 1.05rem;
}

.coming-soon {
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.youtube { --network: #ff435d; }
.instagram { --network: #ff5bad; }
.tiktok { --network: #50f7ef; }
.twitch { --network: #a470ff; }
.discord { --network: #6ec5ff; }
.patreon { --network: #ff754a; }

footer {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6f695f;
  border-top: 1px solid var(--line);
  font-size: 0.62rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@keyframes reveal-left {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes reveal-right {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sound {
  from { height: 4px; }
  to { height: 20px; }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 55px;
  }

  .portrait-stage {
    width: min(100%, 440px);
    justify-self: center;
    order: -1;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 24px, 1220px);
  }

  .topbar {
    min-height: 74px;
  }

  .brand-copy small,
  .location {
    display: none;
  }

  .audio-toggle {
    padding: 0 10px;
  }

  #audio-label {
    display: none;
  }

  .hero {
    gap: 35px;
    padding: 35px 0 56px;
  }

  .portrait-stage {
    width: min(100%, 350px);
    padding: 30px 28px 46px;
  }

  .status-line {
    margin-bottom: 24px;
  }

  h1 {
    font-size: clamp(3.2rem, 19vw, 5.3rem);
    line-height: 0.78;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .primary-action {
    justify-content: center;
  }

  .text-action {
    justify-content: center;
    width: max-content;
    margin: 0 auto;
  }

  .track-card {
    grid-template-columns: auto minmax(0, 1fr);
    margin-top: 42px;
  }

  .track-wave {
    display: none;
  }

  .social-section {
    padding-top: 44px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-link {
    min-height: 76px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
