:root {
  --bg: #081217;
  --bg-soft: #0d1c22;
  --panel: rgba(243, 251, 252, 0.06);
  --panel-strong: rgba(243, 251, 252, 0.1);
  --text: #f3fbfc;
  --muted: #9eb9be;
  --line: rgba(168, 223, 228, 0.16);
  --accent: #297c86;
  --accent-soft: #8dd4da;
  --ink: #071b20;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html.allow-smooth-scroll {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Sora", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(41, 124, 134, 0.2), transparent 20%),
    radial-gradient(circle at 88% 16%, rgba(141, 212, 218, 0.08), transparent 18%),
    linear-gradient(180deg, #0b171c 0%, #081217 48%, #102229 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image:
    radial-gradient(circle at 20% 20%, #fff 0.7px, transparent 0.8px),
    radial-gradient(circle at 70% 40%, #fff 0.6px, transparent 0.8px),
    radial-gradient(circle at 40% 80%, #fff 0.5px, transparent 0.7px);
  background-size: 28px 28px, 34px 34px, 42px 42px;
  mix-blend-mode: screen;
}

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

.site-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.page-main {
  padding-top: 1.5rem;
}

.hero,
.manifesto,
.artists,
.approach,
.page-header,
.spotlight,
.contact,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0 1.1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.topbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(8, 18, 23, 0.94) 0%,
    rgba(8, 18, 23, 0.88) 55%,
    rgba(8, 18, 23, 0.56) 80%,
    rgba(8, 18, 23, 0) 100%
  );
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
}

.wordmark img {
  width: 228px;
  max-width: min(40vw, 228px);
  height: auto;
  display: block;
}

.nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav a,
.eyebrow,
.artist-tag,
.release-meta,
.small-label {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav a,
.small-label {
  color: var(--muted);
}

.hero {
  padding: 2.5rem 0 1.5rem;
}

.page-header {
  padding: 1rem 0 2rem;
}

.page-header-card {
  border-radius: 14px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 18%, rgba(41, 124, 134, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(243, 251, 252, 0.08), rgba(243, 251, 252, 0.03));
  box-shadow: var(--shadow);
  padding: 1.7rem;
}

.page-header-card h1 {
  margin: 0;
  font-size: clamp(1.15rem, 2.4vw, 2.05rem);
  line-height: 0.98;
  font-weight: 700;
}

.page-header-text {
  max-width: 44rem;
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  grid-template-areas:
    "copy side"
    "released released";
  gap: 1.2rem;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.manifesto-lead,
.manifesto-grid article,
.artist-entry,
.approach-card,
.contact-panel,
.spotlight-stats div {
  border-radius: 14px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(243, 251, 252, 0.08), rgba(243, 251, 252, 0.03));
  box-shadow: var(--shadow);
}

.hero-copy {
  grid-area: copy;
  padding: 2rem;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 78% 18%, rgba(41, 124, 134, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(243, 251, 252, 0.08), rgba(243, 251, 252, 0.02));
}

.hero h1,
.section-heading h2,
.spotlight-copy h2 {
  margin: 0;
  line-height: 0.92;
  letter-spacing: 0;
  font-family: "Sora", sans-serif;
}

.hero h1 {
  max-width: 14ch;
  font-size: clamp(2rem, 4.35vw, 4.1rem);
  margin-top: 1rem;
  font-weight: 700;
}

.hero h1 span {
  display: block;
  margin-top: 0.8rem;
  color: var(--accent-soft);
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 0.68em;
  line-height: 1.15;
}

.hero-text,
.manifesto-lead p,
.manifesto-grid p,
.artist-entry p,
.approach-card p,
.contact-panel p,
.footer p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  max-width: 41rem;
  margin: 1.4rem 0 0;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.2rem 0.98rem;
  line-height: 1.35;
  border-radius: 14px;
  border: 1px solid var(--line);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button-primary {
  background: var(--accent);
  color: var(--ink);
  border-color: transparent;
  font-weight: 700;
}

.button-secondary {
  background: rgba(243, 251, 252, 0.03);
}

.button:hover,
.nav a:hover,
.artist-entry a:hover,
.contact-item a:hover {
  transform: translateY(-1px);
}

.button:focus-visible,
.nav a:focus-visible,
.artist-entry a:focus-visible,
.contact-item a:focus-visible,
.wordmark:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 4px;
}

.hero-side {
  grid-area: side;
  display: grid;
  gap: 1rem;
}

.hero-panel {
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.note-panel {
  background:
    linear-gradient(180deg, rgba(41, 124, 134, 0.14), rgba(243, 251, 252, 0.03)),
    linear-gradient(180deg, rgba(243, 251, 252, 0.08), rgba(243, 251, 252, 0.03));
}

.releases-panel {
  grid-area: released;
}

.release-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 180px);
  gap: 1rem;
  margin-top: 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 0.45rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(141, 212, 218, 0.55) transparent;
}

.release-strip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(168, 223, 228, 0.16);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.release-strip::-webkit-scrollbar {
  height: 8px;
}

.release-strip::-webkit-scrollbar-track {
  background: rgba(243, 251, 252, 0.03);
  border-radius: 999px;
}

.release-strip::-webkit-scrollbar-thumb {
  background: rgba(141, 212, 218, 0.45);
  border-radius: 999px;
}

.hero-mark {
  width: min(100%, 190px);
  display: block;
  margin-bottom: 1rem;
}

.hero-statement {
  margin: 0;
  max-width: none;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.38;
  font-weight: 500;
}

.hero-statement span {
  display: block;
}

.hero-statement span + span {
  margin-top: 0.45rem;
}

.micro-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.micro-list li {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(168, 223, 228, 0.1);
  font-size: 1rem;
}

.ticker {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  white-space: nowrap;
}

.ticker span:not(:last-child)::after {
  content: "•";
  margin-left: 1rem;
  color: rgba(168, 223, 228, 0.3);
}

.manifesto,
.artists,
.approach,
.contact {
  padding: 3rem 0 0.5rem;
}

.section-heading {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.section-heading-wide h2 {
  max-width: none;
}

.section-heading h2,
.spotlight-copy h2 {
  font-size: clamp(1.4rem, 3.2vw, 2.85rem);
  max-width: none;
  font-weight: 600;
}

.contact .section-heading h2 {
  font-size: clamp(1.1rem, 2.3vw, 1.7rem);
}

.eyebrow,
.artist-tag,
.release-meta {
  color: var(--accent-soft);
}

.manifesto-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.manifesto-lead {
  padding: 1.6rem;
}

.manifesto-lead h3 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 600;
}

.manifesto-lead p {
  margin: 0 0 1rem;
  font-size: 1.06rem;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.manifesto-grid article,
.artist-entry,
.approach-card,
.contact-panel {
  padding: 1.5rem;
}

.manifesto-grid h3,
.artist-entry h3,
.approach-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.1;
  font-family: "Sora", sans-serif;
}

.artist-directory {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.artist-entry {
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.artist-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(168, 223, 228, 0.16);
}

.feature-artist {
  grid-column: span 3;
  background:
    linear-gradient(140deg, rgba(41, 124, 134, 0.2), rgba(243, 251, 252, 0.04)),
    linear-gradient(180deg, rgba(243, 251, 252, 0.08), rgba(243, 251, 252, 0.03));
}

.feature-artist .artist-photo {
  aspect-ratio: 1 / 1;
}

.artist-entry:not(.feature-artist) {
  grid-column: span 3;
}

.artist-entry a,
.contact-item a {
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 0.14rem;
  margin-top: auto;
  color: var(--accent-soft);
  word-break: break-word;
}

.coming-soon {
  margin-top: auto;
  display: inline-flex;
  align-self: flex-start;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(168, 223, 228, 0.12);
  border-radius: 14px;
  color: var(--muted);
  font-size: 0.82rem;
}

.approach-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.feature-card {
  background:
    linear-gradient(135deg, rgba(41, 124, 134, 0.24), rgba(243, 251, 252, 0.03)),
    linear-gradient(180deg, rgba(243, 251, 252, 0.08), rgba(243, 251, 252, 0.03));
}

.feature-card h3 {
  max-width: 14ch;
}

.spotlight {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 3rem 0 1rem;
}

.spotlight-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.spotlight-stats div {
  min-width: 150px;
  padding: 1rem 1.2rem;
}

.spotlight-stats strong {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 0.2rem;
}

.spotlight-stats span {
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.contact-grid > :only-child {
  grid-column: 1 / -1;
}

.contact-intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

.contact-line {
  margin: 0;
}

.contact-line strong {
  color: var(--text);
}

.contact-list {
  display: grid;
  gap: 1rem;
}

.contact-item {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(168, 223, 228, 0.08);
}

.contact-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  padding: 2.2rem 0 3rem;
  margin-top: 3rem;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: reveal-up 700ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.reveal-delay-1 {
  animation-delay: 140ms;
}

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

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .manifesto-layout,
  .contact-grid,
  .spotlight,
  .approach-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "side"
      "released";
  }

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

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

  .feature-artist,
  .artist-entry:not(.feature-artist) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .topbar,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy {
    min-height: auto;
    padding: 1.5rem;
  }

  .hero h1 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .artist-directory,
  .spotlight-stats {
    grid-template-columns: 1fr;
    display: grid;
  }

  .release-strip {
    grid-auto-columns: minmax(140px, 56vw);
  }

  .section-heading h2,
  .section-heading-wide h2,
  .spotlight-copy h2 {
    max-width: none;
  }
}
