:root {
  --void: #0A0A0F;
  --panel: #101015;
  --surface: #1A1A22;
  --line: rgba(255,255,255,.17);
  --soft-line: rgba(255,255,255,.08);
  --white: #FFFFFF;
  --muted: #a6a3ad;
  --blue: #2D7BFF;
  --purple: #A855FF;
  --violet: #D26CFF;
  --hot: #D26CFF;
  --gradient: linear-gradient(100deg,var(--blue) 0%,var(--purple) 48%,var(--violet) 100%);
  --display: "Bahnschrift", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  --body: "Sora", "Segoe UI", Arial, sans-serif;
  --section-pad: clamp(2.25rem,3.6vw,4.6rem);
  --ease: cubic-bezier(.22,.8,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body { min-width: 320px; margin: 0; color: var(--white); background: var(--void); font-family: var(--body); overflow-x: hidden; }
button { color: inherit; font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.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; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; transform: translateY(-180%); color: var(--void); background: var(--white); font-size: .85rem; text-decoration: none; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); outline: 2px solid var(--blue); }
.section-shell { width: min(100%,1600px); padding-right: var(--section-pad); padding-left: var(--section-pad); margin-right: auto; margin-left: auto; }

.page-progress { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; height: 2px; background: rgba(255,255,255,.08); }
.page-progress span { display: block; width: 0; height: 100%; background: var(--gradient); box-shadow: 0 0 12px var(--blue); }
.site-header { position: absolute; z-index: 30; top: 0; left: 50%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(100%,1600px); min-height: 5.6rem; padding: 0 var(--section-pad); transform: translateX(-50%); border-bottom: 1px solid var(--line); transition: background .3s ease,border-color .3s ease; }
.site-header.is-stuck { position: fixed; background: rgba(10,10,15,.88); border-color: rgba(168,85,255,.25); backdrop-filter: blur(15px); }
.brand { display: block; width: clamp(8.5rem,10.5vw,10.8rem); height: clamp(1.35rem,1.7vw,1.72rem); overflow: hidden; line-height: 1; text-decoration: none; }
.brand__crop { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
.brand__crop img { position: absolute; top: 0; left: 0; display: block; width: 100%; max-width: none; height: auto; transform: translateY(-70%); }
.main-nav { display: flex; align-items: center; gap: clamp(.65rem,1.35vw,1.55rem); }
.main-nav a, .header-enter { color: #d8d6de; font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; white-space: nowrap; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--hot); outline: none; }
.header-enter { justify-self: end; display: flex; align-items: center; gap: 1.25rem; padding: .48rem .62rem .48rem .85rem; border: 1px solid transparent; border-image: linear-gradient(100deg,var(--violet),var(--blue)) 1; }
.header-enter b { font-size: 1rem; line-height: .7; }
.header-enter:hover, .header-enter:focus-visible { color: var(--white); box-shadow: 0 0 24px rgba(168,85,255,.24); outline: none; }
.menu-toggle { display: none; }

.kicker { display: flex; align-items: center; gap: .75rem; margin: 0; color: #d4d1da; font-size: .75rem; font-weight: 600; letter-spacing: .16em; line-height: 1.4; }
.kicker i { display: block; width: 1.9rem; height: 1px; background: var(--gradient); box-shadow: 0 0 8px var(--violet); }
.text-link { color: #d1cdd6; font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-decoration: none; }
.text-link b { margin-left: .7rem; color: var(--hot); font-size: 1rem; }
.text-link:hover, .text-link:focus-visible { color: var(--hot); outline: none; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.section-heading > span { color: #77737e; font-size: .7rem; font-weight: 600; letter-spacing: .13em; }

.about-hero { position: relative; display: grid; grid-template-columns: minmax(25rem,1.15fr) minmax(20rem,.85fr); align-items: center; gap: clamp(2rem,6vw,7rem); min-height: min(52rem,100svh); padding-top: 7.5rem; padding-bottom: 3rem; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 45%,rgba(168,85,255,.13),transparent 28%),radial-gradient(circle at 24% 62%,rgba(45,123,255,.12),transparent 27%); }
.about-hero__grid { position: absolute; inset: 5.6rem 0 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 4.5rem 4.5rem; mask-image: linear-gradient(90deg,#000,transparent 78%); }
.about-hero__copy { position: relative; z-index: 2; }
.about-hero h1 { max-width: 16ch; margin: 1.25rem 0 1.6rem; font-family: var(--display); font-size: clamp(3rem,5.7vw,6.5rem); font-weight: 800; letter-spacing: .035em; line-height: .92; }
.about-hero h1 span { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.about-hero__copy > p:not(.kicker) { max-width: 38rem; margin: 0 0 2rem; color: #b8b4be; font-size: 1rem; line-height: 1.75; }
.about-hero__mark { position: relative; width: min(100%,34rem); aspect-ratio: 1; margin: 0; justify-self: end; }
.about-hero__mark div { position: absolute; inset: 4%; border: 1px solid rgba(168,85,255,.22); border-radius: 50%; box-shadow: 0 0 80px rgba(45,123,255,.1),inset 0 0 80px rgba(168,85,255,.08); }
.about-hero__mark div::before, .about-hero__mark div::after { position: absolute; content: ""; }
.about-hero__mark div::before { inset: 12%; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; animation: rotate 24s linear infinite; }
.about-hero__mark div::after { top: 50%; right: -8%; left: -8%; height: 1px; background: linear-gradient(90deg,transparent,var(--blue),var(--violet),transparent); opacity: .5; }
.about-hero__mark img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 26px rgba(168,85,255,.16)); }

.brand-intro { display: grid; grid-template-columns: minmax(20rem,.9fr) minmax(24rem,1.1fr); align-items: center; gap: clamp(3rem,8vw,9rem); padding-top: clamp(4rem,8vw,8rem); padding-bottom: clamp(4rem,8vw,8rem); border-bottom: 1px solid var(--line); }
.brand-intro__image { position: relative; aspect-ratio: 1.15; margin: 0; overflow: hidden; border: 1px solid var(--line); }
.brand-intro__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(10,10,15,.7),transparent 45%); pointer-events: none; }
.brand-intro__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.45) contrast(1.15); }
.brand-intro__image figcaption { position: absolute; z-index: 1; right: 1rem; bottom: 1rem; left: 1rem; color: #d8d4dd; font-size: .68rem; font-weight: 600; letter-spacing: .12em; }
.brand-intro h2, .sound-spectrum h2 { margin: 1.3rem 0 1.6rem; font-family: var(--display); font-size: clamp(2.4rem,4vw,4.5rem); font-weight: 800; letter-spacing: .05em; line-height: 1; }
.brand-intro h2 span, .sound-spectrum h2 span { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.brand-intro__copy > p:not(.kicker) { max-width: 43rem; margin: 0 0 1rem; color: #b8b4be; font-size: 1rem; line-height: 1.75; }
.brand-intro dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 2rem 0 0; padding-top: 1.25rem; border-top: 1px solid var(--soft-line); }
.brand-intro dt { color: #77737e; font-size: .66rem; font-weight: 600; letter-spacing: .11em; }
.brand-intro dd { margin: .35rem 0 0; color: #e1dde5; font-size: .72rem; font-weight: 600; letter-spacing: .09em; }

.values { padding-top: clamp(4rem,7vw,7rem); padding-bottom: clamp(4rem,7vw,7rem); border-bottom: 1px solid var(--line); }
.values__grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { position: relative; min-height: 20rem; padding: clamp(1.4rem,2.5vw,2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.value-card:hover { background: linear-gradient(145deg,rgba(45,123,255,.07),rgba(168,85,255,.06)); }
.value-card__icon { display: grid; width: 3rem; height: 3rem; place-items: center; color: var(--hot); border: 1px solid rgba(210,108,255,.65); border-radius: 50%; font-size: 1.3rem; box-shadow: 0 0 20px rgba(168,85,255,.08); }
.value-card small { position: absolute; top: 1.5rem; right: 1.5rem; color: #6e6a75; font-size: .68rem; }
.value-card h2 { margin: 3rem 0 1rem; font-family: var(--display); font-size: clamp(1.05rem,1.5vw,1.45rem); letter-spacing: .07em; line-height: 1.16; }
.value-card p { margin: 0; color: #9e9aa5; font-size: .9rem; line-height: 1.65; }

.manifesto { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 23% 58%,rgba(45,123,255,.2),transparent 26%),radial-gradient(circle at 76% 42%,rgba(168,85,255,.2),transparent 29%),#06060b; }
.manifesto__signal { position: absolute; inset: -45% -10%; opacity: .5; background: repeating-radial-gradient(ellipse at 30% 60%,transparent 0 1.3rem,rgba(45,123,255,.14) 1.35rem 1.48rem,transparent 1.55rem 2.8rem),repeating-radial-gradient(ellipse at 78% 42%,transparent 0 1rem,rgba(210,108,255,.13) 1.05rem 1.16rem,transparent 1.25rem 2.3rem); filter: blur(3px); transform: rotate(-7deg); }
.manifesto__inner { position: relative; z-index: 1; display: grid; place-items: center; padding-top: clamp(5rem,9vw,9rem); padding-bottom: clamp(5rem,9vw,9rem); text-align: center; }
.manifesto h2 { margin: 1.5rem 0 1.6rem; font-family: var(--display); font-size: clamp(2rem,4vw,4.5rem); letter-spacing: .055em; line-height: 1.18; }
.manifesto h2 span { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.manifesto__inner > p:last-child { margin: 0; color: #bab6c0; font-size: .78rem; font-weight: 600; letter-spacing: .13em; }

.sound-spectrum { display: grid; grid-template-columns: minmax(18rem,.7fr) minmax(28rem,1.3fr); gap: clamp(3rem,8vw,9rem); padding-top: clamp(4rem,7vw,7rem); padding-bottom: clamp(4rem,7vw,7rem); border-bottom: 1px solid var(--line); }
.sound-spectrum__tags { border-top: 1px solid var(--line); }
.sound-spectrum__tags a { display: grid; grid-template-columns: 3.5rem 1fr auto; align-items: center; min-height: 4.5rem; color: #d8d4dd; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(.9rem,1.4vw,1.25rem); font-weight: 700; letter-spacing: .09em; text-decoration: none; transition: color .2s ease,background .2s ease; }
.sound-spectrum__tags a span { color: #6f6b76; font-family: var(--body); font-size: .68rem; font-weight: 600; }
.sound-spectrum__tags a b { color: var(--hot); font-size: 1rem; transition: transform .2s ease; }
.sound-spectrum__tags a:hover, .sound-spectrum__tags a:focus-visible { color: var(--hot); background: linear-gradient(90deg,rgba(168,85,255,.08),transparent); outline: none; }
.sound-spectrum__tags a:hover b { transform: translateX(4px); }

.collective { padding-top: clamp(4rem,7vw,7rem); padding-bottom: clamp(4rem,7vw,7rem); border-bottom: 1px solid var(--line); }
.collective__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(1rem,2.5vw,2.5rem); margin-top: 2rem; }
.artist-card div { aspect-ratio: 1.12; overflow: hidden; background: var(--surface); border-bottom: 1px solid var(--line); }
.artist-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.65) contrast(1.2); transition: filter .4s ease,transform .45s var(--ease); }
.artist-card:hover img { filter: grayscale(.05) contrast(1.1) saturate(1.15); transform: scale(1.05); }
.artist-card > span { display: grid; gap: .4rem; padding-top: 1rem; }
.artist-card b { font-size: .78rem; letter-spacing: .12em; }
.artist-card small { color: #8f8b96; font-size: .68rem; letter-spacing: .08em; }
.artist-card:nth-child(1) img, .artist-card:nth-child(4) img { object-position: 68% center; }

.about-cta { display: grid; grid-template-columns: repeat(2,1fr); padding: 0; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-cta a { display: grid; grid-template-columns: 1fr auto; gap: .4rem 1rem; align-items: center; min-height: clamp(12rem,19vw,19rem); padding: clamp(2rem,5vw,5rem); text-decoration: none; border-right: 1px solid var(--line); transition: background .25s ease; }
.about-cta a:last-child { border-right: 0; }
.about-cta a:hover, .about-cta a:focus-visible { background: linear-gradient(140deg,rgba(45,123,255,.09),rgba(168,85,255,.08)); outline: none; }
.about-cta span { grid-column: 1 / -1; color: #88848e; font-size: .7rem; font-weight: 600; letter-spacing: .13em; }
.about-cta b { font-family: var(--display); font-size: clamp(1.7rem,3.2vw,3.6rem); letter-spacing: .06em; }
.about-cta i { color: var(--hot); font-size: 1.4rem; font-style: normal; transition: transform .2s ease; }
.about-cta a:hover i { transform: translateX(5px); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto 1fr; gap: clamp(1rem,2.5vw,3rem); align-items: center; min-height: 5.4rem; border-top: 1px solid var(--line); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.site-footer nav a, .site-footer small { color: #aba7b1; font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--hot); outline: none; }
.socials { display: flex; gap: 1rem; }
.socials a { color: #e6e1e9; font-size: .82rem; text-decoration: none; }
.socials a:hover, .socials a:focus-visible { color: var(--hot); outline: none; }
.site-footer small { justify-self: end; white-space: nowrap; }

.motion-reveal { opacity: 0; transform: translateY(1.1rem); animation: reveal .8s var(--ease) forwards; }
.about-hero__mark.motion-reveal { animation-delay: .16s; }
@keyframes reveal { to { opacity: 1; transform: translate(0); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .about-hero { grid-template-columns: 1.15fr .85fr; }
  .values__grid { grid-template-columns: repeat(2,1fr); }
  .value-card { min-height: 17rem; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer nav { order: 3; }
  .site-footer small { order: 4; }
}

@media (max-width: 880px) {
  .main-nav { gap: .62rem; }
  .main-nav a { font-size: .58rem; }
  .about-hero { min-height: auto; }
  .brand-intro, .sound-spectrum { grid-template-columns: 1fr; gap: 3rem; }
  .brand-intro__image { width: min(100%,38rem); }
  .collective__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .section-shell { padding-right: 1.25rem; padding-left: 1.25rem; }
  .site-header { grid-template-columns: 1fr auto auto; min-height: 4.5rem; padding: 0 1.25rem; }
  .brand { width: 8.2rem; height: 1.32rem; }
  .menu-toggle { z-index: 3; display: grid; gap: 5px; width: 2.4rem; height: 2.3rem; place-content: center; padding: 0; background: none; border: 1px solid var(--line); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 1rem; height: 1px; background: var(--white); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: absolute; top: 4.5rem; right: 0; left: 0; display: grid; gap: 0; max-height: 0; overflow: hidden; background: rgba(10,10,15,.97); border-bottom: 1px solid transparent; backdrop-filter: blur(15px); transition: max-height .3s ease,border-color .3s ease; }
  .main-nav.is-open { max-height: 28rem; border-bottom-color: var(--violet); }
  .main-nav a { padding: 1.05rem 1.25rem; border-top: 1px solid var(--soft-line); font-size: .72rem; }
  .header-enter { margin-left: .6rem; padding: .45rem .55rem; }
  .header-enter span { display: none; }
  .about-hero { grid-template-columns: 1fr; gap: 1rem; padding-top: 7rem; padding-bottom: 2.5rem; }
  .about-hero__grid { inset: 4.5rem 0 0; }
  .about-hero h1 { font-size: clamp(2.45rem,12vw,3.7rem); }
  .about-hero__mark { grid-row: 1; width: min(64vw,18rem); justify-self: center; margin-bottom: -1rem; }
  .brand-intro, .values, .sound-spectrum, .collective { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .brand-intro dl { gap: .5rem; }
  .values__grid { grid-template-columns: 1fr; }
  .value-card { min-height: 15rem; }
  .manifesto__inner { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .manifesto h2 { font-size: clamp(1.65rem,7.5vw,2.5rem); }
  .sound-spectrum__tags a { grid-template-columns: 2.5rem 1fr auto; }
  .collective__grid { gap: 1.8rem 1rem; }
  .about-cta { grid-template-columns: 1fr; }
  .about-cta a { min-height: 10rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-cta a:last-child { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr auto; gap: 1.5rem; padding-top: 1.75rem; padding-bottom: 1.75rem; }
  .site-footer nav { grid-column: 1 / -1; gap: 1rem 1.4rem; }
  .site-footer small { justify-self: start; white-space: normal; }
  .socials { justify-self: end; }
}

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