:root {
  --bg: #10100f;
  --bg-2: #181716;
  --bg-3: #23211f;
  --ink: #fff7e0;
  --muted: #c9bd9d;
  --soft: #8d846f;
  --line: rgba(255, 247, 224, 0.14);
  --line-strong: rgba(255, 247, 224, 0.26);
  --gold: #f2b84b;
  --gold-2: #ffd98a;
  --cyan: #47c7d6;
  --green: #4bc389;
  --red: #ee5a63;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.055;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 3px);
  mix-blend-mode: screen;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  height: 68px;
  padding: 0 28px;
  background: rgba(12, 12, 11, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.04rem;
}

.nav-links,
.header-socials,
.footer-socials,
.social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-links {
  justify-content: center;
}

.nav-links a,
.social-chip {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-links a:hover,
.social-chip:hover {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
}

.social-chip.disabled {
  color: var(--soft);
  cursor: not-allowed;
}

.link-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 247, 224, 0.18);
  border-radius: 999px;
  color: var(--gold-2);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.22), rgba(71, 199, 214, 0.1)),
    rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.link-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-chip .link-icon {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.social-chip .link-icon svg {
  width: 14px;
  height: 14px;
}

.social-chip:hover .link-icon,
.link-tile:hover .link-icon {
  transform: translateY(-1px) rotate(-4deg) scale(1.04);
  border-color: rgba(255, 217, 138, 0.62);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  padding: 126px 7vw 92px;
  border-bottom: 1px solid var(--line);
  background: #050605;
}

.hero-video,
.hero-still,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video,
.hero-still {
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 600ms ease;
}

.hero-still.is-ready {
  opacity: 1;
}

.hero-video {
  z-index: 29;
  filter: saturate(1.18) contrast(1.08) brightness(0.82);
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-video.is-ready + .hero-still {
  opacity: 0;
}

.hero-still {
  z-index: 28;
  filter: brightness(0.9) saturate(1.04) contrast(1);
}

.hero-scrim {
  z-index: 31;
  display: block;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.1)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 56%),
    radial-gradient(circle at 28% 68%, rgba(242, 184, 75, 0.28), transparent 38%),
    radial-gradient(circle at 76% 30%, rgba(71, 199, 214, 0.16), transparent 32%);
}

.hero-content {
  width: min(760px, 100%);
  position: relative;
  z-index: 40;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.88), 0 1px 3px rgba(0, 0, 0, 0.88);
}

.eyebrow,
.panel-label {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.3rem, 8vw, 7.6rem);
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.72);
}

h2 {
  font-size: 3.1rem;
  font-weight: 900;
}

h3 {
  font-size: 1.75rem;
  font-weight: 850;
}

p {
  line-height: 1.65;
}

.hero-copy {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 750;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button-row.tight {
  margin-top: 18px;
}

.hero-socials {
  margin-top: 18px;
  max-width: 640px;
}

.hero-socials .social-chip {
  min-height: 42px;
  color: var(--ink);
  border-color: rgba(255, 247, 224, 0.2);
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.button,
.signup-form button,
.lightbox-close {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.signup-form button:hover,
.lightbox-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 247, 224, 0.42);
}

.button.primary,
.signup-form button {
  color: #16120b;
  background: var(--gold);
  border-color: var(--gold);
  font-weight: 850;
}

.button.ghost {
  color: var(--muted);
}

.hero-status {
  position: absolute;
  z-index: 40;
  right: 32px;
  bottom: 32px;
  display: grid;
  gap: 8px;
  width: min(300px, 26vw);
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-status span {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-left: 3px solid var(--gold);
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
}

.hero-status span:nth-child(2) {
  border-left-color: var(--cyan);
}

.hero-status span:nth-child(3) {
  border-left-color: var(--green);
}

.news-strip {
  min-height: 8vh;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  padding: 20px 7vw;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(242, 184, 75, 0.13), rgba(71, 199, 214, 0.08), rgba(75, 195, 137, 0.1)), #151412;
  border-bottom: 1px solid var(--line);
}

.news-strip a {
  color: var(--gold-2);
  font-weight: 850;
}

.news-strip span {
  color: var(--muted);
}

.section {
  padding: 92px 7vw;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 76px;
}

.section:nth-of-type(even) {
  background: var(--bg-2);
}

.quick-links-section {
  padding-top: 58px;
  padding-bottom: 66px;
  background:
    linear-gradient(90deg, rgba(242, 184, 75, 0.1), rgba(71, 199, 214, 0.06), rgba(75, 195, 137, 0.08)),
    var(--bg-2);
}

.section-heading {
  width: min(880px, 100%);
  margin-bottom: 34px;
}

.section-heading p {
  margin: 16px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.06rem;
}

.split-heading {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

#release-count {
  margin: 0;
  color: var(--muted);
}

.launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
  gap: 24px;
  align-items: stretch;
}

.feature-video,
.release-panel,
.project-card,
.audio-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.feature-video {
  overflow: hidden;
  min-height: 430px;
}

.feature-video video {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.release-panel {
  padding: 28px;
}

.release-panel p {
  color: var(--muted);
}

.release-facts {
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.release-facts div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.release-facts dt {
  color: var(--soft);
  font-size: 0.88rem;
}

.release-facts dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 750;
}

.coming-soon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 36px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(75, 195, 137, 0.12), transparent 42%),
    var(--bg-2);
}

.coming-copy p {
  color: var(--muted);
  max-width: 650px;
}

.signup-form,
.next-release-card {
  display: grid;
  gap: 10px;
}

.next-release-card {
  min-height: 190px;
  align-content: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(75, 195, 137, 0.16), transparent 54%),
    rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.next-release-card span {
  color: var(--gold-2);
  font-size: 0.88rem;
  font-weight: 850;
  text-transform: uppercase;
}

.next-release-card strong {
  font-size: 1.8rem;
  line-height: 1.05;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.signup-form input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

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

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

.project-card,
.audio-card {
  overflow: hidden;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
}

.project-card img,
.audio-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #080808;
}

.project-card img {
  height: 100%;
  aspect-ratio: auto;
  min-height: 360px;
}

.project-body,
.audio-body {
  padding: 18px;
}

.project-body p,
.audio-body p {
  min-height: 52px;
  color: var(--muted);
}

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 0.88rem;
}

.audio-card audio {
  width: 100%;
  margin-top: 12px;
}

.gallery-section {
  background: var(--bg);
}

.filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.filter-button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.filter-button.is-active {
  color: #111;
  background: var(--gold);
  border-color: var(--gold);
  font-weight: 800;
}

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

.gallery-item {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-3);
  cursor: zoom-in;
  min-height: 180px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 180ms ease, opacity 180ms ease;
}

.gallery-item:hover img {
  transform: scale(1.025);
  opacity: 0.9;
}

.gallery-item span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.62);
  color: var(--ink);
  font-size: 0.8rem;
}

.center-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.about-image {
  min-height: 560px;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-copy p {
  color: var(--muted);
  max-width: 720px;
  font-size: 1.08rem;
}

.link-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.link-tile {
  position: relative;
  overflow: hidden;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.link-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 247, 224, 0.12) 45%, transparent 72%);
  transform: translateX(-120%);
  transition: opacity 180ms ease, transform 520ms ease;
}

.link-tile:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-strong);
}

.link-tile:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.link-tile.disabled {
  color: var(--soft);
  cursor: not-allowed;
}

.link-copy {
  display: grid;
  gap: 4px;
}

.link-copy strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.link-copy small {
  color: var(--muted);
  font-weight: 750;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 7vw;
  color: var(--muted);
  background: #090909;
}

.site-footer div:first-child {
  display: grid;
  gap: 4px;
}

.lightbox {
  width: min(1180px, calc(100% - 40px));
  max-height: calc(100% - 40px);
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #080808;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.lightbox img {
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  background: #050505;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  min-height: 38px;
  background: rgba(0, 0, 0, 0.72);
}

.lightbox-caption {
  padding: 14px 18px 18px;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .header-socials {
    display: none;
  }

  .audio-grid,
  .gallery-grid,
  .link-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-grid,
  .coming-soon,
  .about-section,
  .project-card {
    grid-template-columns: 1fr;
  }

  .hero-status {
    position: static;
    width: 100%;
    margin-top: 32px;
  }

  .hero {
    display: block;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    min-height: 64px;
    padding: 10px 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brand {
    min-height: 30px;
  }

  .nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .nav-links a {
    min-height: 32px;
    white-space: nowrap;
  }

  .hero {
    min-height: 86vh;
    padding: 138px 20px 44px;
  }

  .hero-still {
    object-position: 92% center;
    filter: brightness(1.02) saturate(1.04) contrast(1);
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .news-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
  }

  .section {
    padding: 64px 20px;
    scroll-margin-top: 144px;
  }

  .split-heading {
    display: grid;
  }

  .feature-video,
  .feature-video video {
    min-height: 250px;
  }

  .project-grid,
  .audio-grid,
  .gallery-grid,
  .link-wall {
    grid-template-columns: 1fr;
  }

  .hero-socials .social-chip {
    flex: 1 1 136px;
  }

  .gallery-item {
    min-height: 210px;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

  .button,
  .signup-form button {
    width: 100%;
  }

  .button-row {
    align-items: stretch;
  }

  .about-image {
    min-height: 420px;
  }

  .site-footer {
    display: grid;
  }
}
