
:root {
  --ink: #050b17;
  --navy: #071225;
  --paper: #f5eedf;
  --muted: #aab5c7;
  --gold: #f4c56f;
  --magenta: #dc3a8d;
  --line: rgba(229, 235, 245, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-image {
  background-image: url("quarkb-hero.png");
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1, 6, 16, 0.91) 0%, rgba(2, 8, 20, 0.66) 43%, rgba(4, 10, 22, 0.08) 72%),
    linear-gradient(180deg, rgba(1, 6, 16, 0.48) 0%, transparent 38%, rgba(1, 6, 16, 0.4) 100%);
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.42em;
  font-size: 15px;
  font-weight: 500;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

nav {
  display: flex;
  gap: 36px;
}

nav a {
  color: rgba(245, 238, 223, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  transition: color 180ms ease;
}

nav a:hover,
nav a:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  color: var(--gold);
}

.hero-content {
  padding-top: 74px;
}

.eyebrow {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin: 0 0 20px;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.55vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  color: rgba(245, 238, 223, 0.78);
  font-style: italic;
}

.hero-copy {
  max-width: 580px;
  margin: 24px 0 0;
  color: #bec8d8;
  font-size: 17px;
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  min-width: 270px;
  color: #170b15;
  border-color: transparent;
  background: linear-gradient(100deg, var(--magenta), #f18c79 57%, var(--gold));
  box-shadow: 0 14px 44px rgba(220, 58, 141, 0.22);
}

.button-quiet {
  border-color: transparent;
  color: rgba(245, 238, 223, 0.82);
  padding-inline: 10px 20px;
}

.button-quiet:hover,
.button-quiet:focus-visible {
  background: rgba(255, 255, 255, 0.05);
}

.play-ring {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 197, 111, 0.62);
  border-radius: 50%;
  color: var(--gold);
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(245, 238, 223, 0.6);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.scroll-cue i {
  display: block;
  height: 34px;
  width: 1px;
  background: linear-gradient(var(--gold), transparent);
}

.section {
  padding-block: 120px;
}

.release-section {
  padding-bottom: 24px;
  background:
    radial-gradient(circle at 12% 30%, rgba(220, 58, 141, 0.14), transparent 28%),
    var(--ink);
}

.release-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid rgba(244, 197, 111, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 95% 5%, rgba(220, 58, 141, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(18, 32, 55, 0.98), rgba(5, 12, 26, 0.98));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.release-panel::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(244, 197, 111, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(244, 197, 111, 0.025), 0 0 0 94px rgba(244, 197, 111, 0.018);
  pointer-events: none;
}

.release-copy {
  position: relative;
  z-index: 1;
}

.release-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.release-copy > p:last-child {
  max-width: 480px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.release-meta {
  margin: 16px 0 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.streaming-area {
  position: relative;
  z-index: 1;
}

.streaming-label {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.streaming-intro {
  margin: 0 0 20px;
  color: rgba(245, 238, 223, 0.76);
  font-size: 15px;
  line-height: 1.5;
}

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

.stream-link {
  min-height: 104px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(229, 235, 245, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

a.stream-link:hover,
a.stream-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(244, 197, 111, 0.48);
  background: rgba(255, 255, 255, 0.065);
}

.service-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 238, 223, 0.2);
  border-radius: 50%;
  color: var(--paper);
  font-size: 18px;
}

.stream-link strong,
.stream-link small {
  display: block;
}

.stream-link strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.stream-link small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stream-link b {
  color: rgba(245, 238, 223, 0.38);
  font-size: 17px;
  font-weight: 400;
}

.spotify .service-mark { color: #1ed760; border-color: rgba(30, 215, 96, 0.35); }
.youtube-music .service-mark { color: #ff4e55; border-color: rgba(255, 78, 85, 0.35); }
.apple-music .service-mark { color: #fc5c74; border-color: rgba(252, 92, 116, 0.35); }
.deezer .service-mark { color: #b98cff; border-color: rgba(185, 140, 255, 0.35); }
.tidal .service-mark { color: #f5eedf; }
.amazon-music .service-mark { color: #25d1da; border-color: rgba(37, 209, 218, 0.35); }

.stream-link.is-pending {
  opacity: 0.52;
  cursor: default;
}

.artist-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: rgba(245, 238, 223, 0.76);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}

.artist-profile-link:hover,
.artist-profile-link:focus-visible {
  color: #1ed760;
}

.music-section {
  background:
    radial-gradient(circle at 82% 0%, rgba(104, 50, 115, 0.16), transparent 31%),
    var(--ink);
}

.section-intro {
  max-width: 620px;
  margin-bottom: 54px;
}

.section-intro h2,
.about-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-intro > p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.work-card {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background:
    radial-gradient(circle at 78% 22%, rgba(221, 69, 142, 0.22), transparent 26%),
    linear-gradient(145deg, rgba(19, 34, 59, 0.92), rgba(6, 14, 29, 0.96));
  transition: transform 220ms ease, border-color 220ms ease;
}

.featured-work {
  grid-column: span 2;
  min-height: 360px;
}

.featured-work:nth-child(2) {
  background:
    radial-gradient(circle at 76% 25%, rgba(76, 126, 147, 0.24), transparent 28%),
    linear-gradient(145deg, rgba(18, 39, 50, 0.9), rgba(6, 14, 28, 0.98));
}

.compact-work {
  padding: 24px;
}

.compact-work h3 {
  font-size: clamp(24px, 2.2vw, 32px);
}

.work-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(244, 197, 111, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(244, 197, 111, 0.025), 0 0 0 78px rgba(244, 197, 111, 0.018);
}

.work-card:hover,
.work-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(244, 197, 111, 0.46);
}

.work-number {
  color: rgba(245, 238, 223, 0.35);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.work-card p {
  color: var(--gold);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.work-card h3 {
  margin: 10px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
}

.work-description {
  display: block;
  max-width: 430px;
  color: var(--muted);
  line-height: 1.65;
}

.card-action {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.worlds-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 10%, rgba(39, 60, 101, 0.32), transparent 35%),
    #07101e;
}

.section-intro-wide {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}

.section-intro-wide > p {
  margin: 0 0 4px;
}

.universe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.universe-card {
  min-height: 220px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: end;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, transform 220ms ease;
}

.universe-card:hover,
.universe-card:focus-visible {
  background: rgba(255, 255, 255, 0.025);
  transform: translateY(-3px);
}

.universe-card > span {
  align-self: start;
  color: rgba(245, 238, 223, 0.32);
  font-size: 11px;
}

.universe-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.universe-card p {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.universe-card strong {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.universe-card.dream h3 { color: #e7c2d7; }
.universe-card.cosmic h3 { color: #bdcce8; }
.universe-card.quiet h3 { color: #bdd7d2; }
.universe-card.sacred h3 { color: #dac89f; }
.universe-card.originals {
  grid-column: 1 / -1;
}
.universe-card.originals h3 { color: #e4b9d1; }

.about-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
  align-items: center;
}

.about-mark {
  display: grid;
  place-items: center;
  min-height: 440px;
  position: relative;
}

.about-mark::before,
.about-mark::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(244, 197, 111, 0.12);
  border-radius: 50%;
}

.about-mark::after {
  inset: 23%;
  border-color: rgba(220, 58, 141, 0.15);
}

.about-mark img {
  width: min(240px, 58%);
  filter: drop-shadow(0 0 35px rgba(220, 58, 141, 0.11));
}

.about-copy > p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-copy .official-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
}

.official-contact span {
  color: rgba(245, 238, 223, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.official-contact a,
.footer-inner small a {
  color: var(--paper);
  transition: color 180ms ease;
}

.official-contact a:hover,
.official-contact a:focus-visible,
.footer-inner small a:hover,
.footer-inner small a:focus-visible {
  color: var(--gold);
}

footer {
  border-top: 1px solid var(--line);
  background: #030811;
}

.footer-inner {
  min-height: 240px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 18px 40px;
}

.footer-brand {
  justify-self: start;
}

.footer-inner > p {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.social-links {
  grid-row: 1 / 3;
  grid-column: 2;
  display: flex;
  gap: 28px;
  align-self: center;
}

.social-links a {
  color: rgba(245, 238, 223, 0.74);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.footer-inner small {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: rgba(170, 181, 199, 0.58);
  font-size: 10px;
  letter-spacing: 0.08em;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    min-height: 800px;
    align-items: flex-end;
    padding-bottom: 105px;
  }

  .hero-image {
    background-position: 59% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(1, 6, 16, 0.54), rgba(2, 8, 20, 0.12) 28%, rgba(1, 6, 16, 0.94) 78%),
      linear-gradient(90deg, rgba(1, 6, 16, 0.55), transparent);
  }

  .site-header {
    padding-block: 18px;
  }

  .brand {
    font-size: 12px;
    letter-spacing: 0.32em;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  nav {
    gap: 18px;
  }

  nav a {
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.02;
  }

  .hero-copy {
    font-size: 15px;
    line-height: 1.62;
  }

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

  .button {
    width: 100%;
  }

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

  .scroll-cue {
    display: none;
  }

  .section {
    padding-block: 82px;
  }

  .release-section {
    padding-bottom: 0;
  }

  .release-panel {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 32px 22px;
  }

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

  .stream-link {
    min-height: 96px;
    padding: 18px;
  }

  .artist-profile-link {
    font-size: 11px;
  }

  .works-grid,
  .universe-grid,
  .section-intro-wide,
  .about-section {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 230px;
    padding: 24px;
  }

  .featured-work {
    grid-column: auto;
    min-height: 330px;
  }

  .section-intro-wide {
    gap: 28px;
  }

  .universe-card {
    min-height: 190px;
    padding: 26px;
  }

  .universe-card.originals {
    grid-column: auto;
  }

  .about-section {
    gap: 30px;
  }

  .about-mark {
    min-height: 280px;
    order: 2;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding-block: 56px;
  }

  .social-links {
    grid-row: auto;
    grid-column: auto;
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .footer-inner small {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
