:root {
  color-scheme: dark;
  --bg: #040407;
  --ink: #fff7e8;
  --muted: #bec7d7;
  --quiet: #7f8798;
  --line: rgba(255, 255, 255, 0.16);
  --panel: rgba(13, 16, 28, 0.78);
  --hot: #ff3366;
  --gold: #ffd15c;
  --cyan: #17e7ff;
  --lime: #9cff70;
  --violet: #7b61ff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 51, 102, 0.24), transparent 25rem),
    radial-gradient(circle at 82% 18%, rgba(23, 231, 255, 0.2), transparent 27rem),
    linear-gradient(135deg, #040407 0%, #13121e 42%, #05070d 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

#stageCanvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 209, 92, 0.74);
  background: linear-gradient(135deg, var(--gold), var(--hot) 48%, var(--cyan));
  color: #07070b;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(23, 231, 255, 0.2);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

nav {
  display: flex;
  gap: 4px;
  border: 1px solid var(--line);
  background: rgba(5, 7, 13, 0.68);
  padding: 4px;
  box-shadow: var(--shadow);
}

nav a,
.button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 10px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

nav a:hover {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

main,
.site-footer {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: auto;
  display: block;
  padding: 74px 0 82px;
}

.hero-copy {
  max-width: 980px;
}

.eyebrow,
.card-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(23, 231, 255, 0.34);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(4.7rem, 12vw, 11rem);
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  color: transparent;
  background: linear-gradient(96deg, var(--gold) 0%, var(--hot) 35%, var(--cyan) 68%, var(--lime));
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 42px rgba(255, 51, 102, 0.22);
}

.hero-text {
  max-width: 700px;
  color: #dce5f2;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.72;
}

.hero-actions,
.bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  border-color: var(--line);
}

.button.primary {
  color: #06070b;
  border-color: rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, var(--gold), var(--hot) 45%, var(--cyan));
  box-shadow: 0 16px 44px rgba(255, 51, 102, 0.22), 0 10px 38px rgba(23, 231, 255, 0.16);
}

.button.ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 24px rgba(23, 231, 255, 0.08);
}

.button.neon {
  color: #061012;
  border-color: rgba(156, 255, 112, 0.52);
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  box-shadow: 0 16px 44px rgba(23, 231, 255, 0.22), 0 10px 38px rgba(156, 255, 112, 0.12);
}

.marquee {
  border-block: 1px solid var(--line);
  padding: 34px 0;
}

.marquee p {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.35rem, 3.2vw, 3.4rem);
  line-height: 1;
}

.section {
  padding: 82px 0;
}

.phatso-feature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.phatso-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 5.8vw, 6.2rem);
  line-height: 0.88;
}

.phatso-copy p,
.wide-heading p {
  color: var(--muted);
  line-height: 1.68;
}

.phatso-panel {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(156, 255, 112, 0.24);
  background:
    linear-gradient(135deg, rgba(23, 231, 255, 0.18), transparent 34%),
    radial-gradient(circle at 70% 10%, rgba(156, 255, 112, 0.2), transparent 18rem),
    linear-gradient(180deg, rgba(12, 20, 30, 0.9), rgba(6, 8, 14, 0.78));
  padding: 28px;
  box-shadow: var(--shadow), 0 0 70px rgba(23, 231, 255, 0.16);
}

.phatso-panel span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.phatso-panel strong {
  display: block;
  margin: 12px 0 16px;
  color: var(--lime);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  line-height: 0.86;
}

.phatso-panel p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.68;
}

.catalogue-proof {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  padding: 14px;
  box-shadow: inset 0 0 28px rgba(156, 255, 112, 0.08);
}

.catalogue-proof small {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalogue-proof b {
  color: var(--ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  line-height: 1.08;
}

.phatso-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.builder-section {
  border-bottom: 1px solid var(--line);
}

.builder-section .wide-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5.5vw, 6rem);
  line-height: 0.9;
}

.builder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.builder-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.builder-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--lime), var(--gold), var(--hot));
}

.builder-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -72px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(23, 231, 255, 0.24);
  transform: rotate(28deg);
  box-shadow: 0 0 60px rgba(23, 231, 255, 0.1);
}

.builder-card.flagship {
  grid-column: span 2;
  min-height: 380px;
  border-color: rgba(156, 255, 112, 0.36);
  background:
    linear-gradient(135deg, rgba(156, 255, 112, 0.14), transparent 32%),
    linear-gradient(315deg, rgba(255, 51, 102, 0.16), transparent 36%),
    linear-gradient(180deg, var(--panel), rgba(7, 9, 17, 0.72));
}

.builder-card span {
  position: relative;
  z-index: 1;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.builder-card h3 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 24px 0 16px;
  font-size: clamp(1.65rem, 3.2vw, 4rem);
  line-height: 0.94;
}

.builder-card p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: var(--muted);
  line-height: 1.66;
}

.builder-card a {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--gold);
  font-weight: 900;
}

.chart-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.chart-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.9;
}

.chart-copy p {
  color: var(--muted);
  line-height: 1.68;
}

.chart-image {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 209, 92, 0.14), transparent 34%),
    linear-gradient(315deg, rgba(23, 231, 255, 0.16), transparent 38%),
    rgba(5, 7, 13, 0.82);
  box-shadow: var(--shadow), 0 0 62px rgba(23, 231, 255, 0.14);
}

.chart-image img {
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 26px;
}

.wide-heading {
  max-width: 1020px;
}

.section-heading h2,
.story-copy h2,
.bridge-section h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  line-height: 0.92;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.release-card,
.story-stack article,
.book-card,
.builder-card,
.video-stage,
.bridge-section,
.contact-section {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, var(--panel), rgba(7, 9, 17, 0.72));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.release-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.release-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--hot), var(--cyan), var(--lime));
}

.release-card.featured {
  grid-column: span 2;
  min-height: 390px;
}

.release-card.chart-card {
  border-color: rgba(255, 209, 92, 0.34);
}

.release-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 0.96;
}

.release-thumb {
  width: min(260px, 100%);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 6px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.release-card p,
.story-copy p,
.story-stack p,
.video-stage p,
.bridge-section p,
.contact-section p {
  color: var(--muted);
  line-height: 1.65;
}

.release-card a {
  margin-top: auto;
  color: var(--gold);
  font-weight: 900;
}

.charts-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.carousel-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 12px;
}

.carousel-control {
  min-width: 58px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.signal-carousel,
.press-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 42%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 10px;
}

.signal-card,
.press-tile {
  scroll-snap-align: start;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, var(--panel), rgba(7, 9, 17, 0.72));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.signal-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.signal-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--hot), var(--cyan), var(--lime));
}

.signal-card span,
.press-tile span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-card h3 {
  margin: 20px 0 16px;
  font-size: clamp(1.7rem, 3.2vw, 3.6rem);
  line-height: 0.94;
}

.signal-card p {
  color: var(--muted);
  line-height: 1.66;
}

.signal-card a {
  margin-top: auto;
  color: var(--gold);
  font-weight: 900;
}

.signal-card.hero-signal {
  border-color: rgba(255, 209, 92, 0.38);
}

.press-section {
  border-bottom: 1px solid var(--line);
}

.press-carousel {
  grid-auto-columns: minmax(280px, 34%);
}

.press-tile {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.press-tile strong {
  display: block;
  margin-top: 22px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 2.2rem);
  line-height: 1;
}

.story-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
  gap: 22px;
  border-block: 1px solid var(--line);
}

.story-stack {
  display: grid;
  gap: 14px;
}

.story-stack article {
  padding: 20px;
}

.story-stack span {
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.story-stack h3 {
  margin: 14px 0 8px;
  font-size: 1.4rem;
}

.books-section {
  border-bottom: 1px solid var(--line);
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.book-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.book-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--hot), var(--cyan));
}

.book-card::after {
  content: "AUTHOR";
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.05);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.book-card.pen-name::after {
  content: "SAVOR";
}

.book-card h3 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.9;
}

.book-card p {
  position: relative;
  max-width: 620px;
  color: var(--muted);
  line-height: 1.68;
  z-index: 1;
}

.book-card a {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--gold);
  font-weight: 900;
}

.video-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) 1fr;
  align-items: center;
  gap: 28px;
  padding: 22px;
}

.video-poster {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px;
  background: rgba(0, 0, 0, 0.42);
}

.video-poster img,
.video-poster iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.video-poster img {
  object-fit: cover;
}

.video-poster iframe {
  border: 0;
  background: #05070d;
}

.video-stage h3 {
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  line-height: 0.96;
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.bridge-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr auto;
  align-items: center;
  gap: 24px;
  padding-block: 64px;
  border-inline: none;
  background:
    linear-gradient(90deg, rgba(255, 209, 92, 0.11), transparent 30%),
    linear-gradient(270deg, rgba(23, 231, 255, 0.12), transparent 34%);
}

.bridge-section p {
  margin: 0;
}

.contact-section {
  padding: 28px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 34px 0 42px;
  color: var(--quiet);
  border-top: 1px solid var(--line);
}

@media (max-width: 940px) {
  .site-header,
  .hero,
  .phatso-feature,
  .builder-grid,
  .chart-section,
  .story-section,
  .video-stage,
  .bridge-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    align-items: flex-start;
  }

  nav {
    overflow-x: auto;
    max-width: 100%;
  }

  nav a {
    white-space: nowrap;
  }

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

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

  .carousel-shell {
    grid-template-columns: 1fr;
  }

  .carousel-control {
    display: none;
  }

  .signal-carousel,
  .press-carousel {
    grid-auto-columns: minmax(280px, 82%);
  }

  .release-card.featured {
    grid-column: span 2;
  }

  .builder-card.flagship {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  main,
  .site-header,
  .site-footer {
    width: min(100% - 24px, 1200px);
  }

  h1 {
    font-size: clamp(4rem, 21vw, 6rem);
  }

  .section {
    padding: 58px 0;
  }

  .release-grid,
  .release-card.featured {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .builder-card {
    min-height: 300px;
  }

  .track-panel {
    width: 100%;
  }
}
