:root {
  --background: #0d0520;
  --foreground: #f5f0ff;
  --primary: #55109e;
  --secondary: #26109e;
  --accent: #c8965a;
  --accent-light: #f0c98a;
  --muted: #a89bc2;
  --card: rgba(22, 8, 48, 0.7);
  --border: rgba(85, 16, 158, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "DM Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.narrow {
  width: min(760px, 92vw);
}

.center-text {
  text-align: center;
}

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.noise-overlay::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
}

.section-block {
  padding: 5rem 0;
  position: relative;
}

.top-padded {
  padding-top: 8rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.page-title,
h1,
h2,
h3,
.font-display {
  font-family: "Fraunces", serif;
}

.page-title,
h1 {
  font-size: clamp(2.3rem, 5.8vw, 5rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(1.9rem, 4.5vw, 3.8rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.2rem, 2.6vw, 2rem);
}

.section-description {
  color: var(--muted);
  max-width: 64ch;
  line-height: 1.7;
}

.center-text .section-description,
.section-description.center-text,
.page-hero-content .section-description {
  margin-left: auto;
  margin-right: auto;
}

.text-gold-gradient {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 50%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.italic {
  font-style: italic;
}

.glass-card {
  background: var(--card);
  border: 1px solid var(--border);
  backdrop-filter: blur(16px);
  border-radius: 1.4rem;
}

.blob-primary,
.blob-secondary {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.blob-primary {
  background: radial-gradient(circle, rgba(85, 16, 158, 0.5), transparent 70%);
}

.blob-secondary {
  background: radial-gradient(circle, rgba(38, 16, 158, 0.44), transparent 70%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0d0520 0%, #1a0840 40%, #0d0520 100%);
}

.section-block > .hero-bg,
.section-block > .blob-primary,
.section-block > .blob-secondary {
  z-index: 0;
}

.section-block > .hero-bg ~ .container {
  position: relative;
  z-index: 1;
}

.hero-section {
  min-height: min(920px, 100vh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 7rem;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: 1.1fr 1fr;
}

.hero-blob-left {
  width: 520px;
  height: 520px;
  left: 15%;
  top: 20%;
  opacity: 0.38;
}

.hero-blob-right {
  width: 420px;
  height: 420px;
  right: 6%;
  bottom: 12%;
  opacity: 0.28;
}

.hero-copy {
  display: grid;
  gap: 1.2rem;
}

.hero-copy > * {
  opacity: 0;
  animation: animationIn 0.9s ease-out forwards;
}

.hero-copy > *:nth-child(1) {
  animation-delay: 0.15s;
}

.hero-copy > *:nth-child(2) {
  animation-delay: 0.28s;
}

.hero-copy > *:nth-child(3) {
  animation-delay: 0.4s;
}

.hero-copy > *:nth-child(4) {
  animation-delay: 0.55s;
}

.hero-copy > *:nth-child(5) {
  animation-delay: 0.68s;
}

.hero-copy > *:nth-child(6) {
  animation-delay: 0.82s;
}

.badge,
.charm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  background: linear-gradient(135deg, rgba(200, 150, 90, 0.15), rgba(200, 150, 90, 0.05));
  border: 1px solid rgba(200, 150, 90, 0.3);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.72rem;
}

.katseye-logo {
  width: min(100px, 75vw);
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.hero-title {
  font-size: clamp(3.2rem, 10vw, 8.4rem);
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.hero-description {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 40ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.73rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-gold {
  color: #0d0520;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 60%, var(--accent) 100%);
}

.btn-outline {
  border-color: var(--border);
  color: var(--foreground);
  background: transparent;
}

.btn.compact {
  padding: 0.62rem 0.95rem;
  font-size: 0.66rem;
}

.hero-stats {
  display: flex;
  gap: 1.1rem;
}

.hero-stat .value {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  font-weight: 900;
}

.hero-stat .label {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-collage {
  position: relative;
  min-height: 540px;
}

.hero-image-card {
  position: absolute;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(85, 16, 158, 0.35);
  transition: transform 0.45s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  opacity: 0;
  animation: animationIn 1s ease-out forwards;
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 5, 32, 0.62), transparent 55%);
}

.hero-image-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(200, 150, 90, 0.45);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.hero-image-card:hover img {
  transform: scale(1.06);
}

.hero-image-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  backdrop-filter: blur(8px);
}

.collage-float-badge {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  text-align: center;
  white-space: nowrap;
  animation: floating 8s ease-in-out 1s infinite;
}

.collage-float-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.collage-float-date {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--accent);
  margin-top: 0.125rem;
}

.hero-image-1 {
  width: 52%;
  aspect-ratio: 3 / 4;
  right: 0;
  top: 0;
  animation-delay: 0.55s;
  animation-name: animationIn, floating;
  animation-duration: 1s, 9s;
  animation-timing-function: ease-out, ease-in-out;
  animation-delay: 0.55s, 1.6s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards, both;
}

.hero-image-2 {
  width: 45%;
  aspect-ratio: 1;
  left: 0;
  top: 16%;
  animation-name: animationIn, floating;
  animation-duration: 1s, 11s;
  animation-timing-function: ease-out, ease-in-out;
  animation-delay: 0.75s, 2.1s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards, both;
}

.hero-image-3 {
  width: 42%;
  aspect-ratio: 3 / 4;
  left: 28%;
  bottom: 0;
  animation-name: animationIn, floating;
  animation-duration: 1s, 8.5s;
  animation-timing-function: ease-out, ease-in-out;
  animation-delay: 0.95s, 2.5s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards, both;
}

.section-head {
  margin-bottom: 2rem;
}

.split {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.2rem;
}

.text-link {
  color: var(--accent);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.text-link-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.text-link-with-arrow .arrow {
  transition: transform 0.3s ease;
}

.text-link-with-arrow:hover .arrow {
  transform: translateX(0.35rem);
}

.text-link-back:hover .arrow {
  transform: translateX(-0.35rem);
}

.featured-news {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  overflow: hidden;
  outline: none;
  will-change: transform;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.featured-news-image {
  overflow: hidden;
  position: relative;
}

.featured-news:hover {
  border-color: rgba(85, 16, 158, 0.55);
  transform: translateY(-2px);
}

.featured-news-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.featured-news-content {
  padding: 2rem;
  display: grid;
  gap: 0.8rem;
}

.featured-news:hover .featured-news-image img {
  transform: scale(1.05);
}

.featured-news:hover .featured-news-content h3 {
  color: var(--accent);
}

.featured-news:hover .text-link-with-arrow .arrow {
  transform: translateX(0.35rem);
}

.news-meta-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.news-meta-row .date {
  color: var(--muted);
  font-size: 0.78rem;
}

.featured-news-content p,
.song-card p,
.product-copy p,
.member-bio,
.legal-panel p,
.footer-brand p {
  color: var(--muted);
  line-height: 1.6;
}

.pill {
  width: fit-content;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  border-radius: 999px;
  border: 1px solid rgba(85, 16, 158, 0.4);
  background: rgba(85, 16, 158, 0.22);
  padding: 0.32rem 0.6rem;
  color: var(--accent);
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.member-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  transition: transform 0.35s ease, border-color 0.35s ease;
  opacity: 0;
  animation: animationIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.member-card:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 16, 158, 0.5);
}

.member-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
}

.member-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 5, 32, 0.95), rgba(13, 5, 32, 0.45), transparent);
  z-index: 1;
  transition: background 0.35s ease;
}

.member-card:hover img {
  transform: scale(1.09);
}

.member-card:hover .member-overlay {
  background: linear-gradient(to top, rgba(13, 5, 32, 0.97), rgba(13, 5, 32, 0.2), rgba(13, 5, 32, 0.3));
}

.member-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.4rem;
  z-index: 2;
}

.member-meta {
  font-size: 0.8rem;
  color: var(--muted);
}

.member-hover-cta {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.member-card:hover .member-hover-cta {
  opacity: 1;
}

.member-bio {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}

.member-card:hover .member-bio {
  max-height: 5rem;
  opacity: 1;
}

.member-hiatus {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #0d0520;
  border: 1px solid rgba(245, 214, 116, 0.55);
  background: linear-gradient(135deg, #e6c36b 0%, #f5d674 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.quote-block {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--background) 0%, #1a0840 50%, var(--background) 100%);
}

.quote-inner {
  text-align: center;
}

.quote-line {
  font-family: "Fraunces", serif;
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.4;
}

.reveal-word {
  opacity: 0.18;
  transition: opacity 0.45s ease;
  margin-right: 0.25rem;
}

.reveal-word.active {
  opacity: 1;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.formation-image {
  overflow: hidden;
}

.formation-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.timeline-list {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 1.4rem;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.timeline-item .year {
  width: 3.6rem;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  font-size: 0.7rem;
  color: var(--accent);
  border: 1px solid rgba(200, 150, 90, 0.3);
  background: rgba(200, 150, 90, 0.12);
}

.timeline-item .event {
  color: var(--foreground);
  font-size: 0.94rem;
}

.music-block {
  background: linear-gradient(180deg, var(--background) 0%, #160830 100%);
}

.song-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.song-card {
  padding: 1.5rem;
  display: grid;
  gap: 0.8rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.song-card:hover {
  border-color: rgba(85, 16, 158, 0.55);
  transform: translateY(-2px);
}

.album-card {
  padding: 1.75rem;
  display: grid;
  gap: 0.9rem;
  align-content: start;
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.album-card:hover {
  border-color: rgba(85, 16, 158, 0.55);
  transform: translateY(-2px);
}

.album-card--upcoming {
  opacity: 0.72;
  border-style: dashed;
}

.album-upcoming-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.62rem;
}

.song-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 0.78rem;
}

.music-cta {
  margin-top: 1.6rem;
  padding: 2.2rem;
  text-align: center;
  display: grid;
  gap: 0.8rem;
  border-color: rgba(85, 16, 158, 0.45);
  background: linear-gradient(135deg, rgba(85, 16, 158, 0.2) 0%, rgba(38, 16, 158, 0.2) 100%);
}

.music-cta p {
  color: var(--muted);
  max-width: 60ch;
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.site-header.scrolled {
  padding: 0.7rem 0;
  background: rgba(13, 5, 32, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {
  width: 120px;
  height: auto;
}

.brand-text {
  font-family: "Fraunces", serif;
  letter-spacing: 0.12em;
  font-size: 1rem;
  display: none;
}

.desktop-nav {
  display: flex;
  gap: 0.2rem;
}

.desktop-nav a {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  padding: 0.45rem 0.68rem;
  color: var(--muted);
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.08rem;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.25s ease;
}

.desktop-nav a:hover::after {
  width: 68%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.menu-toggle {
  display: none;
  font-size: 1.35rem;
  border: 0;
  background: transparent;
  color: var(--foreground);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(13, 5, 32, 0.97);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.mobile-nav a {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 5, 32, 0.85);
  backdrop-filter: blur(10px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}

.modal-overlay[hidden] {
  display: none;
}

.eyekon-modal {
  width: min(420px, 94vw);
  border: 1px solid var(--border);
  border-radius: 1.4rem;
  padding: 2rem;
  text-align: center;
  background: rgba(22, 8, 48, 0.92);
  overflow: hidden;
}

.eyekon-modal h2 {
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  overflow-wrap: break-word;
}

.eyekon-modal .btn {
  margin-top: 1.5rem;
}

.modal-emoji {
  font-size: 2.5rem;
  margin-bottom: 0.4rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 3.5rem 0 2.1rem;
  position: relative;
  overflow: hidden;
}

.footer-glow {
  width: 380px;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  opacity: 0.2;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.footer-title {
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.footer-brand p span {
  color: var(--accent);
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}

.footer-links a,
.footer-legal a {
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.footer-bottom p {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-legal {
  display: flex;
  gap: 0.8rem;
}

.merch-hero {
  padding-top: 8rem;
}

.micro-note {
  margin: 1rem auto 0;
  color: var(--muted);
}

.accent-bold {
  color: var(--accent);
  font-weight: 700;
}

.sticky-filter-wrap {
  padding: 0;
  position: sticky;
  top: 64px;
  z-index: 40;
  background: rgba(13, 5, 32, 0.9);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.filter-row {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 2rem 0 calc(2rem - 0.2rem);
}

.filter-chip {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.filter-chip.active {
  color: #0d0520;
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 60%, var(--accent) 100%);
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.product-card:hover {
  border-color: rgba(85, 16, 158, 0.56);
  transform: translateY(-2px);
}

.product-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge,
.product-category {
  position: absolute;
  top: 0.85rem;
  border-radius: 999px;
  padding: 0.22rem 0.48rem;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.product-badge {
  left: 0.85rem;
  color: #0d0520;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}

.product-category {
  right: 0.85rem;
  color: var(--foreground);
  background: rgba(85, 16, 158, 0.35);
  border: 1px solid rgba(85, 16, 158, 0.55);
}

.product-copy {
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.product-copy h2 {
  font-size: 1.12rem;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.price-tag {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}

.legal-panel {
  margin-top: 1.4rem;
  padding: 1.1rem;
}

.music-hero {
  overflow: hidden;
}

.music-hero-blob {
  width: 720px;
  height: 420px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  opacity: 0.24;
}

.video-layout {
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  align-items: start;
  gap: 1.5rem;
  align-items: start;
}

.video-main {
  display: grid;
  gap: 1rem;
}

.video-frame-wrap {
  overflow: hidden;
}

.video-embed-wrap {
  aspect-ratio: 16 / 9;
}

.video-embed-wrap iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.video-summary {
  padding: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.video-playlist {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.8rem;
  position: sticky;
  top: 5rem;
  max-height: calc(100vh - 7rem);
  min-height: 0;
}

.playlist-title {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.video-album-filters {
  padding: 0;
  flex-wrap: wrap;
  gap: 0.4rem;
  border-bottom: none;
}

.video-album-filters .filter-chip {
  font-size: 0.65rem;
  padding: 0.3rem 0.7rem;
}

.video-choice-list {
  display: grid;
  align-content: start;
  gap: 0.6rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
  padding-right: 0.25rem;
}

.video-choice {
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--foreground);
  border-radius: 1rem;
  padding: 0.9rem;
  text-align: left;
  display: block;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.video-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(85, 16, 158, 0.48);
}

.video-choice.active {
  border-color: rgba(85, 16, 158, 0.58);
  background: rgba(85, 16, 158, 0.22);
}

.video-choice-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.video-choice-media {
  width: 5rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 0.9rem;
  position: relative;
  overflow: hidden;
  background: rgba(85, 16, 158, 0.3);
}

.video-choice-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.video-choice-play-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.25s ease, transform 0.25s ease;
}

.video-choice.active .video-choice-play-icon {
  background: var(--accent);
}

.video-choice:hover .video-choice-play-icon {
  background: rgba(255, 255, 255, 0.32);
  transform: scale(1.05);
}

.video-choice.active:hover .video-choice-play-icon {
  background: var(--accent);
}

.video-choice-title-block {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.video-choice-tag {
  font-size: 0.56rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}

.video-choice-title {
  font-family: "Fraunces", serif;
  font-size: 1rem;
  line-height: 1.2;
}

.song-emoji {
  font-size: 1.9rem;
  line-height: 1;
}

.song-tags {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.music-song-card {
  opacity: 0;
  transform: translateY(8px);
}

.music-song-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.formation-hero {
  overflow: hidden;
}

.formation-hero-blob {
  width: 520px;
  height: 520px;
  right: 4%;
  top: 26%;
  opacity: 0.2;
}

.formation-hero-blob-secondary {
  width: 440px;
  height: 440px;
  left: 2%;
  bottom: 4%;
  opacity: 0.16;
}

.formation-hero-content {
  max-width: 860px;
  display: grid;
  gap: 1.2rem;
}

.page-hero-content > * {
  opacity: 0;
  animation: animationIn 0.85s ease-out forwards;
}

.page-hero-content > *:nth-child(1) {
  animation-delay: 0.1s;
}

.page-hero-content > *:nth-child(2) {
  animation-delay: 0.2s;
}

.page-hero-content > *:nth-child(3) {
  animation-delay: 0.32s;
}

.page-hero-content > *:nth-child(4) {
  animation-delay: 0.44s;
}

.formation-hero-stats {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.formation-stat-card {
  min-width: 124px;
  padding: 0.8rem 1rem;
  text-align: center;
}

.formation-stat-card .value {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  line-height: 1;
}

.formation-stat-card .label {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.reveal-item {
  opacity: 0;
  transform: translateY(8px);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.formation-copy {
  display: grid;
  gap: 1rem;
}

.formation-quote {
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--accent);
}

.formation-quote p {
  font-family: "Fraunces", serif;
  font-size: 1.12rem;
  font-style: italic;
}

.formation-quote footer {
  margin-top: 0.6rem;
  font-size: 0.72rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.formation-image-wrap {
  position: relative;
}

.formation-badge {
  position: absolute;
  left: -0.7rem;
  bottom: -0.7rem;
  padding: 0.85rem 0.95rem;
  display: grid;
  gap: 0.25rem;
}

.formation-badge p,
.formation-badge span {
  font-size: 0.66rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.formation-badge strong {
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
}

.formation-process {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--background) 0%, #1a0840 50%, var(--background) 100%);
}

.phase-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.phase-card {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.phase-card:hover {
  border-color: rgba(85, 16, 158, 0.55);
  transform: translateY(-2px);
}

.phase-number {
  position: absolute;
  right: 0.8rem;
  top: 0.4rem;
  font-family: "Fraunces", serif;
  font-size: 2.5rem;
  color: rgba(200, 150, 90, 0.12);
  line-height: 1;
  font-weight: 900;
}

.phase-icon {
  font-size: 1.8rem;
}

.process-callout {
  margin-top: 1rem;
  padding: 1.1rem;
  border-color: rgba(200, 150, 90, 0.28);
}

.process-callout p {
  color: var(--muted);
}

.company-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.company-card {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  border-color: color-mix(in srgb, var(--company-color) 30%, transparent);
}

.company-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--company-color), transparent);
}

.company-logo {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  font-family: "Fraunces", serif;
  font-weight: 900;
  color: #fff;
  background: color-mix(in srgb, var(--company-color) 88%, #000);
}

.company-role {
  margin-top: 0.7rem;
  display: inline-block;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.22rem 0.42rem;
  border-radius: 999px;
  color: var(--company-color);
  border: 1px solid color-mix(in srgb, var(--company-color) 45%, transparent);
  background: color-mix(in srgb, var(--company-color) 15%, transparent);
}

.company-subtitle {
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.company-card p,
.company-card li,
.company-footer p,
.mission-content p {
  color: var(--muted);
  line-height: 1.6;
}

.company-card ul {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.company-footer {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(85, 16, 158, 0.15) 0%, rgba(200, 150, 90, 0.1) 50%, rgba(38, 16, 158, 0.15) 100%);
}

.formation-netflix {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, var(--background) 0%, #160830 100%);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.detail-card {
  padding: 0.8rem;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-card strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.85rem;
}

.netflix-image-wrap {
  position: relative;
  overflow: hidden;
}

.netflix-image-wrap img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.netflix-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: rgba(13, 5, 32, 0.76);
  border: 1px solid var(--border);
}

.netflix-foot {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.netflix-foot p {
  color: var(--muted);
  font-size: 0.74rem;
}

.formation-continue {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.75rem;
}

.formation-missions {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #160830 0%, var(--background) 100%);
}

.mission-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.mission-card {
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.mission-card:hover {
  border-color: rgba(85, 16, 158, 0.52);
  transform: translateY(-2px);
}

.mission-content {
  padding: 0.9rem;
  display: grid;
  gap: 0.6rem;
}

.formation-watch-more {
  margin-top: 1.25rem;
}

.collabs-hero,
.submit-hero,
.legal-hero {
  overflow: hidden;
}

.submit-hero {
  padding-top: 6.9rem;
  padding-bottom: 1.6rem;
}

.submit-main-section {
  padding-top: 1.2rem;
}

.collabs-blob-left {
  width: 500px;
  height: 500px;
  left: 24%;
  top: 8%;
  opacity: 0.25;
}

.collabs-blob-right {
  width: 360px;
  height: 360px;
  right: -2%;
  top: 10%;
  opacity: 0.2;
}

.collabs-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.collabs-meta-card,
.submit-info-card {
  padding: 1rem;
}

.collabs-meta-card .emoji,
.submit-info-card .emoji {
  font-size: 1.8rem;
  line-height: 1;
}

.collabs-meta-card .label,
.submit-info-card .label,
.legal-contact .label {
  margin-top: 0.45rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  font-weight: 700;
}

.collabs-meta-card .value,
.submit-info-card p,
.submit-success p,
.submit-form label,
.submit-form small,
.legal-section p,
.legal-section li,
.legal-contact {
  color: var(--muted);
  line-height: 1.6;
}

.collabs-featured-short {
  padding: 1rem;
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 1rem;
  align-items: center;
}

.collabs-short-frame {
  width: 100%;
  max-width: 315px;
  aspect-ratio: 9 / 16;
  border-radius: 1rem;
  overflow: hidden;
}

.collabs-short-frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.collabs-short-copy,
.collabs-video-copy {
  display: grid;
  gap: 0.6rem;
}

.collabs-video-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.collabs-video-card {
  overflow: hidden;
}

.collabs-video-copy {
  padding: 0.9rem;
}

.collabs-about-card {
  padding: 1.4rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(85, 16, 158, 0.3);
  background: linear-gradient(135deg, rgba(85, 16, 158, 0.15) 0%, rgba(38, 16, 158, 0.15) 100%);
}

.submit-blob-left {
  width: 380px;
  height: 380px;
  left: 22%;
  top: 20%;
  opacity: 0.28;
}

.submit-blob-right {
  width: 320px;
  height: 320px;
  right: 0;
  bottom: -12%;
  opacity: 0.18;
}

.submit-error-banner {
  background: rgba(180, 30, 30, 0.18);
  border: 1px solid rgba(220, 60, 60, 0.4);
  border-radius: 0.75rem;
  color: #f87171;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.submit-error-banner[hidden] {
  display: none;
}

.submit-form,
.submit-success {
  padding: 1.3rem;
  display: grid;
  gap: 0.7rem;
}

.submit-success[hidden],
.submit-form[hidden] {
  display: none;
}

.submit-form label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.66rem;
  font-weight: 700;
}

.submit-form label span {
  color: var(--accent);
}

.submit-form label small {
  font-size: 0.62rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.submit-form input,
.submit-form select,
.submit-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border-radius: 0.8rem;
  border: 1px solid var(--border);
  background: rgba(13, 5, 32, 0.5);
  color: var(--foreground);
  font-size: 0.9rem;
}

.submit-form textarea {
  resize: vertical;
  min-height: 7rem;
}

.submit-form input:focus,
.submit-form select:focus,
.submit-form textarea:focus {
  outline: none;
  border-color: rgba(85, 16, 158, 0.75);
}

.submit-form button,
.submit-success button {
  margin-top: 0.35rem;
}

.submit-success {
  text-align: center;
}

.submit-success-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.submit-info-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.legal-blob-left {
  width: 360px;
  height: 360px;
  left: 10%;
  top: 16%;
  opacity: 0.18;
}

.legal-blob-right {
  width: 300px;
  height: 300px;
  right: 4%;
  top: 30%;
  opacity: 0.16;
}

.legal-stack {
  display: grid;
  gap: 0.75rem;
}

.legal-section,
.legal-contact {
  padding: 1rem;
}

.legal-section h2 {
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
}

.legal-section ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.25rem;
}

.legal-contact a {
  color: var(--accent);
  font-weight: 700;
}

.news-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.news-card {
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.news-card:hover {
  border-color: rgba(85, 16, 158, 0.56);
  transform: translateY(-2px);
}

.news-card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.news-card-content {
  padding: 1rem;
  display: grid;
  gap: 0.6rem;
}

.news-card:hover .news-card-image img {
  transform: scale(1.05);
}

.news-card:hover .news-card-content h3 {
  color: var(--accent);
}

.news-card:hover .text-link-with-arrow .arrow {
  transform: translateX(0.35rem);
}

.article-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.article-author {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.article-image-wrap {
  overflow: hidden;
}

.article-detail-section {
  padding-top: 1rem;
}

.article-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-body {
  margin-top: 1rem;
  padding: 1.2rem;
  display: grid;
  gap: 0.8rem;
}

.article-body--story {
  padding: 1.6rem;
}

.article-body--story p {
  color: rgba(245, 240, 255, 0.88);
  font-size: 1.02rem;
}

.article-body p {
  color: var(--muted);
  line-height: 1.7;
}

.article-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.article-body a:hover {
  color: var(--accent-light);
}

.article-actions {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
}

@keyframes animationIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.hidden-by-filter {
  display: none !important;
}

@media (max-width: 1060px) {
  .hero-grid,
  .two-col,
  .featured-news,
  .video-layout {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    min-height: 420px;
  }

  .members-grid,
  .song-grid,
  .album-grid,
  .merch-grid,
  .news-grid,
  .mission-grid,
  .collabs-video-grid,
  .submit-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collabs-featured-short {
    grid-template-columns: 1fr;
  }

  .collabs-short-frame {
    margin: 0 auto;
  }

  .collabs-meta-grid {
    grid-template-columns: 1fr;
  }

  .phase-grid,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .formation-badge {
    position: static;
    margin-top: 0.7rem;
  }

  .desktop-nav,
  .desktop-only {
    display: none;
  }

  .menu-toggle,
  .brand-text {
    display: inline-block;
  }
}

@media (max-width: 700px) {
  .section-block {
    padding: 3.4rem 0;
  }

  .submit-hero {
    padding-top: 5.8rem;
    padding-bottom: 1rem;
  }

  .submit-main-section {
    padding-top: 0.8rem;
  }

  .hero-title {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .members-grid,
  .song-grid,
  .album-grid,
  .merch-grid,
  .news-grid,
  .mission-grid,
  .detail-grid,
  .submit-info-grid,
  .collabs-video-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .footer-bottom,
  .split {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-collage {
    min-height: 330px;
  }
}
