:root {
  --ink: #050507;
  --paper: #f5f3ef;
  --cyan: #05a6dd;
  --blue: #469bd4;
  --pink: #ed007d;
  --muted: #a4a4aa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: white; font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute; inset: 0 0 auto; height: 92px; padding: 16px clamp(22px, 5vw, 78px);
  display: flex; align-items: center; justify-content: space-between; z-index: 10;
}
.brand { width: 116px; height: 68px; overflow: visible; display: flex; align-items: center; justify-content: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; gap: clamp(20px, 3vw, 46px); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
nav a { padding: 10px 0; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--pink); transition: right .2s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.hero { min-height: 820px; height: 100svh; position: relative; overflow: hidden; display: grid; align-items: center; padding: 120px clamp(22px, 7vw, 110px) 70px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 45%, #17212c 0, #0b0b10 35%, #050507 67%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: repeating-linear-gradient(90deg, transparent 0 79px, #fff 80px); }
.hero-content { position: relative; z-index: 3; max-width: 760px; }
.eyebrow, .section-kicker { color: var(--cyan); text-transform: uppercase; letter-spacing: .22em; font: 700 .76rem var(--font-geist-mono), monospace; }
.hero h1 { font-size: clamp(4rem, 9vw, 9rem); line-height: .84; letter-spacing: -.075em; margin: 22px 0 30px; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px white; }
.hero-copy { max-width: 600px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.65; color: #d4d4da; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; font-weight: 800; border: 1px solid #50505a; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { border: none; background: linear-gradient(105deg, var(--pink), #ca247d); color: white; }
.button-ghost { background: rgba(255,255,255,.03); }
.hero-photo { position: absolute; width: min(48vw, 700px); height: min(70vh, 670px); right: 3vw; top: 52%; transform: translateY(-50%); z-index: 2; margin: 0; overflow: hidden; clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #050507 0, transparent 35%), linear-gradient(0deg, #050507 0, transparent 30%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.hero-photo figcaption { position: absolute; right: 22px; bottom: 18px; z-index: 2; color: white; font: 700 .63rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .14em; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; z-index: 1; }
.orbit-one { width: 620px; height: 620px; right: -110px; top: 15%; }
.orbit-two { width: 420px; height: 420px; right: -15px; top: 28%; border-color: rgba(237,0,125,.32); }
.scroll-note { position: absolute; right: clamp(22px, 5vw, 78px); bottom: 34px; z-index: 4; color: #8d8d95; text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; }
.scroll-note span { color: var(--pink); margin-left: 8px; }

.statement { background: var(--paper); color: #101014; padding: 105px clamp(22px, 7vw, 110px) 75px; }
.statement-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 8vw, 130px); margin-top: 26px; }
.statement h2, .section-heading h2, .contact-copy h2 { font-size: clamp(2.8rem, 5.2vw, 5.8rem); line-height: .98; letter-spacing: -.06em; margin: 0; }
.statement h2 em, .contact-copy h2 em { color: var(--pink); font-style: normal; }
.statement-grid > div { font-size: 1.08rem; line-height: 1.8; color: #3e3e46; padding-top: 5px; }
.statement-grid > div p:first-child { margin-top: 0; }
.artist-line { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 62px; padding-top: 28px; border-top: 1px solid #d5d2cd; }
.artist-line span { border: 1px solid #c7c3bd; border-radius: 999px; padding: 10px 16px; font: 700 .7rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }

.members-section { padding: 105px clamp(22px, 5vw, 78px) 115px; background: #0b0b0e; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.section-heading h2 { font-size: clamp(3rem, 6vw, 6.4rem); }
.members-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.member-card { min-width: 0; }
.member-portrait { aspect-ratio: .78; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #17171c; }
.member-portrait::before, .member-portrait::after { content: ""; position: absolute; border-radius: 50%; }
.member-portrait::before { width: 120%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.13); }
.member-portrait::after { width: 65%; aspect-ratio: 1; background: rgba(0,0,0,.24); }
.tone-1 { background: linear-gradient(155deg, #113b4c, #111116); }
.tone-2 { background: linear-gradient(155deg, #4a1232, #111116); }
.tone-3 { background: linear-gradient(155deg, #243f5c, #111116); }
.member-portrait > span { z-index: 2; font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 900; color: rgba(255,255,255,.72); letter-spacing: -.08em; }
.member-portrait small { position: absolute; bottom: 13px; left: 14px; z-index: 2; color: #a5a5ad; font: 600 .58rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .14em; }
.member-card h3 { margin: 18px 0 5px; font-size: 1rem; }
.member-card p { margin: 0; color: var(--cyan); font: 600 .68rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .1em; }

.media-section { background: #111116; padding: 105px clamp(22px, 7vw, 110px); }
.media-heading > p { color: #9e9ea6; line-height: 1.6; max-width: 380px; }
.media-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 18px; }
.video-placeholder { min-height: 470px; padding: 32px; position: relative; display: flex; flex-direction: column; justify-content: space-between; background: #17171c; border: 1px solid #2a2a31; overflow: hidden; }
.video-placeholder > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.52) saturate(.82); }
.video-placeholder::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(0,166,221,.25), transparent 50%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 50%); }
.video-placeholder::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.play-icon { width: 72px; height: 72px; position: relative; z-index: 3; display: grid; place-items: center; border-radius: 50%; background: var(--pink); padding-left: 4px; }
.video-placeholder > div:last-child { position: relative; z-index: 3; }
.video-placeholder span, .photo-placeholder span { color: var(--cyan); font: 700 .68rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; }
.video-placeholder h3 { margin: 5px 0 0; font-size: 2rem; }
.photo-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.photo-placeholder { min-height: 220px; position: relative; margin: 0; overflow: hidden; border: 1px solid #2a2a31; }
.photo-placeholder img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: saturate(.78); }
.photo-placeholder::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.photo-placeholder figcaption, .gallery-strip figcaption { position: absolute; left: 20px; bottom: 17px; z-index: 2; color: white; font: 700 .68rem var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; }
.gallery-strip { margin-top: 18px; display: grid; grid-template-columns: .7fr .7fr 1.6fr; gap: 18px; }
.gallery-strip figure { height: 300px; position: relative; margin: 0; overflow: hidden; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.gallery-strip figure::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.audio-card { margin-top: 18px; min-height: 150px; display: grid; grid-template-columns: 110px 1fr auto; gap: 28px; align-items: center; border: 1px solid #2e2e35; padding: 18px; }
.audio-art { height: 110px; display: grid; place-items: center; font-size: 4rem; font-weight: 900; background: linear-gradient(145deg, var(--pink), var(--cyan)); }
.audio-label, .contact-label { color: var(--cyan); text-transform: uppercase; letter-spacing: .15em; font: 700 .62rem var(--font-geist-mono), monospace; }
.audio-info h3 { margin: 7px 0 16px; }
.waveform { height: 46px; display: flex; gap: 4px; align-items: center; overflow: hidden; }
.waveform i { width: 3px; display: block; background: #5a5a65; border-radius: 2px; }
.coming-soon { color: #7c7c85; margin-right: 12px; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }

.contact-section { background: var(--paper); color: #111116; padding: 105px clamp(22px, 8vw, 130px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: center; }
.contact-copy > p:last-child { color: #5e5e65; font-size: 1.1rem; max-width: 540px; line-height: 1.7; }
.contact-card { padding: clamp(30px, 4vw, 55px); background: #0b0b0e; color: white; box-shadow: 18px 18px 0 var(--cyan); }
.contact-card h3 { font-size: 1.8rem; margin: 12px 0 22px; }
.contact-link { display: block; font-size: clamp(1.4rem, 2.5vw, 2.2rem); font-weight: 800; line-height: 1.3; }
.contact-link.small { color: var(--cyan); font-size: .95rem; margin-top: 10px; }
.contact-card address { font-style: normal; color: #aaaab3; line-height: 1.55; margin-top: 22px; }
.social-links { display: flex; gap: 10px; margin-top: 25px; }
.social-links a { min-width: 112px; padding: 10px 13px; display: flex; gap: 9px; align-items: center; border: 1px solid #36363e; color: #d7d7dd; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; transition: border-color .2s, color .2s; }
.social-links a:hover, .social-links a:focus-visible { border-color: var(--cyan); color: var(--cyan); }
.social-links b { font-size: 1.15rem; line-height: 1; }
.contact-button { margin-top: 30px; }

footer { min-height: 240px; padding: 55px clamp(22px, 5vw, 78px) 30px; display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; }
footer img { width: 140px; }
footer > p { color: #9a9aa2; font-size: 1rem; }
.footer-meta { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid #29292f; display: flex; justify-content: space-between; color: #6f6f78; font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-links { display: flex; gap: 24px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--cyan); }

@media (max-width: 900px) {
  .hero { min-height: 760px; }
  .hero-photo { width: 60vw; right: -12vw; opacity: .62; }
  .statement-grid, .contact-section { grid-template-columns: 1fr; }
  .members-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 12px; }
  .media-grid { grid-template-columns: 1fr; }
  .photo-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-strip figure:last-child { grid-column: 1 / -1; }
  .media-heading { align-items: start; flex-direction: column; gap: 20px; }
}

@media (max-width: 600px) {
  .site-header { height: 76px; }
  .brand { width: 88px; height: 54px; }
  .brand img { width: 100%; height: 100%; object-fit: contain; }
  nav { gap: 17px; font-size: .62rem; letter-spacing: .1em; }
  .hero { min-height: 720px; padding-top: 105px; }
  .hero::after { background-image: repeating-linear-gradient(90deg, transparent 0 49px, #fff 50px); }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .hero h1 span { -webkit-text-stroke-width: 1px; }
  .scroll-note { display: none; }
  .hero-photo { width: 86vw; height: 58vh; right: -34vw; opacity: .48; }
  .statement, .members-section, .media-section, .contact-section { padding-top: 78px; padding-bottom: 78px; }
  .members-grid { grid-template-columns: 1fr 1fr; }
  .members-grid .member-card:last-child { grid-column: 1 / -1; width: calc(50% - 6px); }
  .video-placeholder { min-height: 380px; }
  .photo-stack { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery-strip figure { height: 240px; }
  .audio-card { grid-template-columns: 72px 1fr; gap: 16px; }
  .audio-art { height: 72px; font-size: 2.5rem; }
  .coming-soon { display: none; }
  .contact-card { box-shadow: 10px 10px 0 var(--cyan); }
  footer { grid-template-columns: 100px 1fr; }
  footer img { width: 100px; }
  .footer-meta { gap: 16px; align-items: start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
