:root {
  --black: #000000;
  --white: #ffffff;
  --cyan: #81dee3;
  --cyan-soft: rgba(129, 222, 227, 0.16);
  --gray: #8e8e8e;
  --line: rgba(255, 255, 255, 0.16);
  --pad: clamp(20px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--cyan); color: var(--black); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.noise {
  position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.cursor-orb {
  position: fixed; width: 22rem; height: 22rem; border-radius: 50%; z-index: 0;
  pointer-events: none; transform: translate(-50%, -50%); opacity: .08;
  background: radial-gradient(circle, var(--cyan), transparent 66%);
  filter: blur(20px); transition: opacity .3s ease;
}

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 78px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad); mix-blend-mode: difference;
}
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.brand-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.site-nav { display: flex; gap: clamp(20px, 3vw, 48px); align-items: center; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--white); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.menu-toggle { display: none; color: var(--white); background: none; border: 0; cursor: pointer; }

.hero {
  position: relative; min-height: 100svh; display: grid; place-items: center;
  overflow: hidden; border-bottom: 1px solid var(--line);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(circle at 50% 56%, rgba(129,222,227,.07), transparent 30%), #000;
}
.hero-grid {
  position: absolute; inset: 0; z-index: 1; opacity: .18;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 34%, #000 70%, transparent);
}
.hero-copy { position: relative; z-index: 2; width: min(1220px, 96vw); padding: 90px 0 40px; }
.kicker { margin: 0 auto 8px; width: min(1040px, 92vw); color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .27em; text-align: right; }
.hero-brand-image {
  display: block; width: min(1040px, 92vw); max-height: 78svh; object-fit: contain;
  margin: 0 auto; filter: contrast(1.04);
}
.hero-actions {
  width: min(1040px, 92vw); margin: -34px auto 0; display: flex;
  align-items: end; justify-content: space-between; gap: 24px; position: relative; z-index: 4;
}
.hero-actions p { margin: 0; font-size: 10px; line-height: 1.55; text-align: right; color: #b5b5b5; letter-spacing: .16em; }
.round-link {
  width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--white); border-radius: 50%;
  font-size: 24px; transition: background .25s, color .25s, transform .25s;
}
.round-link:hover { background: var(--cyan); color: var(--black); border-color: var(--cyan); transform: rotate(-35deg); }
.hero-stamp { position: absolute; right: var(--pad); bottom: 28px; z-index: 3; display: flex; flex-direction: column; align-items: end; }
.hero-stamp span { font-size: clamp(44px, 6vw, 92px); font-weight: 900; letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); }
.hero-stamp small { font-size: 9px; color: var(--cyan); letter-spacing: .2em; }

.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--cyan); color: var(--black); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 15px 0; animation: ticker 24s linear infinite; }
.ticker span { font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.ticker b { font-size: 12px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 12vw, 180px) var(--pad); }
.section-head { display: grid; grid-template-columns: 80px minmax(0,1fr) minmax(260px, 420px); align-items: start; gap: 28px; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.section-index { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.section-head h2, .about-copy h2, .contact-inner h2 { margin: -12px 0 0; font-size: clamp(64px, 12vw, 180px); line-height: .86; letter-spacing: -.075em; font-weight: 900; }
.section-head p { margin: 0; color: #b8b8b8; font-size: 14px; line-height: 1.55; max-width: 40ch; }
.section-head code { color: var(--white); }

.release-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin-top: 1px; background: var(--line); }
.release-card { min-height: 640px; background: var(--black); overflow: hidden; }
.release-link { height: 100%; display: grid; grid-template-rows: 1fr auto; }
.release-art { position: relative; min-height: 500px; overflow: hidden; background: #050505; }
.release-card--cyan .release-art { background: radial-gradient(circle at 45% 50%, rgba(129,222,227,.42), rgba(129,222,227,.08) 26%, transparent 27%), #040404; }
.release-ring { position: absolute; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; transition: transform .65s cubic-bezier(.2,.9,.2,1); }
.release-ring--one { width: 58%; aspect-ratio: 1; left: 10%; top: 15%; }
.release-ring--two { width: 58%; aspect-ratio: 1; right: 8%; bottom: 8%; border-color: var(--cyan); }
.release-slash { position: absolute; width: 2px; height: 75%; background: var(--white); left: 52%; top: 12%; transform: rotate(26deg); transform-origin: center; }
.release-code { position: absolute; right: 22px; top: 22px; font-size: 10px; letter-spacing: .2em; color: var(--gray); }
.release-link:hover .release-ring--one { transform: translate(12%, 7%) rotate(12deg); }
.release-link:hover .release-ring--two { transform: translate(-12%, -7%) rotate(-12deg); }
.release-info { padding: 28px 26px 30px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; }
.release-info > span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .18em; grid-column: 1 / -1; }
.release-info h3 { margin: 7px 0 0; font-size: clamp(38px, 5vw, 74px); letter-spacing: -.06em; line-height: .9; }
.release-info p { margin: 11px 0 0; color: var(--gray); font-size: 10px; letter-spacing: .12em; }
.release-info strong { align-self: end; grid-column: 2; grid-row: 2 / 4; font-size: 10px; letter-spacing: .14em; }

.statement { padding: clamp(90px, 12vw, 180px) var(--pad); border-block: 1px solid var(--line); overflow: hidden; }
.statement p { margin: 0; font-size: clamp(58px, 10.7vw, 164px); line-height: .82; font-weight: 900; letter-spacing: -.07em; }
.statement em, .contact-inner em { color: var(--cyan); font-style: normal; }

.show-list { border-top: 1px solid var(--line); }
.show-row { display: grid; grid-template-columns: 210px 1fr 130px 54px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .25s ease; }
.show-row:hover { background: var(--cyan-soft); padding-left: 12px; padding-right: 12px; }
.show-date { display: flex; align-items: baseline; gap: 12px; }
.show-date b { font-size: 56px; letter-spacing: -.05em; }
.show-date small, .show-location small { font-size: 10px; color: var(--gray); letter-spacing: .15em; }
.show-location { display: flex; flex-direction: column; gap: 8px; }
.show-location b { font-size: clamp(26px, 3vw, 48px); letter-spacing: -.04em; }
.show-status { justify-self: start; border: 1px solid var(--cyan); color: var(--cyan); border-radius: 999px; padding: 8px 12px; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.show-arrow { justify-self: end; font-size: 24px; }

.about-section { min-height: 100svh; display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; border-top: 1px solid var(--line); }
.about-mark { display: grid; place-items: center; min-height: 700px; border-right: 1px solid var(--line); background: radial-gradient(circle at 50%, rgba(129,222,227,.08), transparent 35%); }
.about-mark svg { width: min(56%, 360px); fill: none; stroke: var(--white); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.about-mark .cyan-path { stroke: var(--cyan); }
.about-copy { padding: clamp(90px, 10vw, 160px) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { margin-top: 26px; }
.about-copy > p { max-width: 620px; font-size: clamp(18px, 2vw, 28px); line-height: 1.25; color: #d5d5d5; }
.about-copy .micro { font-size: 11px; color: var(--gray); max-width: 55ch; letter-spacing: .08em; line-height: 1.55; }

.contact-section { padding: clamp(110px, 14vw, 210px) var(--pad); background: var(--white); color: var(--black); }
.contact-inner h2 { margin: 36px 0 70px; }
.contact-inner .section-index { color: #4b4b4b; }
.email-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #c8c8c8; border-bottom: 1px solid #c8c8c8; padding: 28px 0; font-size: clamp(20px, 3vw, 46px); font-weight: 800; letter-spacing: -.04em; }
.email-link span { color: #4b4b4b; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.social-row a:hover { color: #3f888b; }

.site-footer { min-height: 100px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .16em; color: #9f9f9f; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.16,1,.3,1); }
.reveal.in-view { opacity: 1; transform: none; }

.coming-soon {
  position: relative; min-height: 100svh; overflow: hidden; display: flex; flex-direction: column;
  padding: 30px var(--pad) 24px; background: var(--black);
}
.coming-grid {
  position: absolute; inset: 0; opacity: .2; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 48%, #000 0%, transparent 72%);
}
.coming-art {
  position: absolute; z-index: 0; right: 9%; top: 20%; width: clamp(150px, 18vw, 230px); aspect-ratio: 200 / 270;
  overflow: hidden; pointer-events: none; opacity: .9;
}
.coming-art img { position: absolute; width: auto; height: 204%; max-width: none; left: -135%; top: -102%; }
.coming-soon::after {
  content: ""; position: absolute; width: min(58vw, 720px); aspect-ratio: 1; top: 50%; left: 50%;
  transform: translate(-50%, -50%); border: 1px solid rgba(129,222,227,.35); border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(129,222,227,.025), 0 0 0 96px rgba(129,222,227,.018);
  pointer-events: none;
}
.coming-header, .coming-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.coming-header { min-height: 48px; }
.coming-status { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.coming-status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }
.coming-content { position: relative; z-index: 1; width: min(1120px, 100%); margin: auto; }
.coming-content .kicker { width: auto; margin: 0 0 28px; text-align: left; }
.coming-content h1 { margin: 0; font-size: clamp(64px, 12vw, 180px); line-height: .82; letter-spacing: -.075em; font-weight: 900; }
.coming-content h1 em { color: var(--cyan); font-style: normal; }
.coming-copy { max-width: 31ch; margin: 42px 0 0; color: #b8b8b8; font-size: clamp(16px, 2vw, 22px); line-height: 1.35; }
.coming-meta { display: flex; justify-content: space-between; gap: 20px; max-width: 520px; margin-top: 72px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--gray); font-size: 10px; letter-spacing: .18em; }
.coming-footer { color: #9f9f9f; font-size: 9px; letter-spacing: .16em; }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .site-nav {
    position: fixed; inset: 0; z-index: -1; background: rgba(0,0,0,.98); display: flex;
    flex-direction: column; justify-content: center; align-items: flex-start; padding: 110px var(--pad) 50px;
    transform: translateY(-100%); transition: transform .45s cubic-bezier(.16,1,.3,1); mix-blend-mode: normal;
  }
  .site-nav a { font-size: clamp(46px, 14vw, 92px); line-height: .95; letter-spacing: -.06em; font-weight: 900; }
  .menu-toggle { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .15em; font-weight: 800; position: relative; z-index: 2; }
  .menu-toggle i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--white); }
  .menu-open .site-nav { transform: none; }
  .hero-copy { padding-top: 82px; }
  .hero-actions { margin-top: -20px; }
  .hero-stamp { display: none; }
  .section-head { grid-template-columns: 44px 1fr; }
  .section-head p { grid-column: 2; }
  .release-grid { grid-template-columns: 1fr; }
  .release-card { min-height: auto; }
  .release-art { min-height: 430px; }
  .show-row { grid-template-columns: 110px 1fr 46px; min-height: 120px; }
  .show-status { display: none; }
  .show-date b { font-size: 42px; }
  .about-section { grid-template-columns: 1fr; }
  .about-mark { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .kicker { text-align: left; }
  .hero-brand-image { width: 104vw; max-width: none; }
  .hero-actions { margin-top: -8px; align-items: center; }
  .hero-actions p { font-size: 8px; }
  .round-link { width: 48px; height: 48px; }
  .section { padding-left: 20px; padding-right: 20px; }
  .section-head { grid-template-columns: 1fr; gap: 14px; }
  .section-head p { grid-column: 1; }
  .section-head h2 { margin-top: 2px; }
  .release-art { min-height: 360px; }
  .show-row { grid-template-columns: 86px 1fr 28px; gap: 10px; }
  .show-date { display: block; }
  .show-date b { font-size: 34px; }
  .show-location b { font-size: 22px; }
  .about-copy { padding-left: 20px; padding-right: 20px; }
  .contact-section { padding-left: 20px; padding-right: 20px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; }
  .coming-soon { padding: 20px; }
  .coming-header, .coming-footer { align-items: flex-start; flex-direction: column; }
  .coming-header { gap: 18px; }
  .coming-art { right: -2%; top: 18%; width: 140px; }
  .coming-content h1 { font-size: clamp(58px, 17vw, 100px); }
  .coming-copy { margin-top: 30px; }
  .coming-meta { align-items: flex-start; flex-direction: column; margin-top: 48px; }
  .coming-footer { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor-orb { display: none; }
}
