/* Six Forces — first draft stylesheet (mobile first) */
:root {
  --bg: #07080d;
  --bg-2: #0d0f17;
  --panel: rgba(18, 21, 32, 0.78);
  --line: rgba(255, 255, 255, 0.10);
  --text: #eceef4;
  --muted: #a9b0c2;
  --brand: #e3342f;           /* red from the logo */
  --brand-2: #ff5a4e;
  /* element accents */
  --air: #7ee8c0;
  --water: #4aa3ff;
  --lightning: #b98cff;
  --ice: #a6ecff;
  --fire: #ff6a3d;
  --earth: #e6b449;
  --radius: 14px;
  --maxw: 1180px;
  --font-display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, summary:focus-visible, .btn:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { line-height: 1.1; margin: 0 0 .5em; }
h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.4rem, 7vw, 4rem); letter-spacing: .02em; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }

.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; color: #000; padding: 8px 14px; z-index: 100; border-radius: 6px; }
.skip-link:focus { left: 8px; }

.container { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.section { padding: clamp(4rem, 10vw, 7rem) 0; position: relative; }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--brand-2); margin-bottom: .6rem; }
.lede { color: var(--muted); max-width: 60ch; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8rem 1.3rem; border-radius: 999px;
  font-weight: 600; font-size: .95rem; text-decoration: none;
  border: 1px solid transparent; transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn .ico { width: 18px; height: 18px; fill: currentColor; }
.btn-primary { background: #1ed760; color: #04120a; }
.btn-primary:hover { background: #3be477; }
.btn-ghost { border-color: rgba(255,255,255,.35); color: var(--text); background: rgba(0,0,0,.35); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: #fff; }
.btn-small { padding: .5rem .95rem; font-size: .85rem; }
.btn-yt { background: var(--brand); color: #fff; }
.btn-yt:hover { background: var(--brand-2); }

/* ---------- Nav ---------- */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .7rem 1.25rem;
  background: rgba(7, 8, 13, .82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .08em; text-decoration: none; white-space: nowrap; }
.site-nav ul { list-style: none; display: flex; gap: .15rem; overflow-x: auto; scrollbar-width: none; }
.site-nav ul::-webkit-scrollbar { display: none; }
.site-nav a:not(.brand) { display: block; padding: .45rem .6rem; font-size: .85rem; font-weight: 500; color: var(--muted); text-decoration: none; border-radius: 8px; }
.site-nav a:not(.brand):hover { color: #fff; background: rgba(255,255,255,.06); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: calc(100svh - 56px);
  display: flex; align-items: flex-end;
  overflow: hidden; isolation: isolate;
  background: radial-gradient(120% 80% at 70% 20%, #151a33 0%, var(--bg) 60%);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(7,8,13,.15) 0%, rgba(7,8,13,.25) 35%, rgba(7,8,13,.88) 68%, var(--bg) 100%);
}
.hero-content { width: min(100% - 2.5rem, var(--maxw)); margin: 0 auto; padding: 38vh 0 2.5rem; }
.hero-logo { margin: 0 0 1rem; width: min(62vw, 280px); }
.hero-logo img { mix-blend-mode: screen; filter: drop-shadow(0 6px 24px rgba(0,0,0,.6)); }
.tagline { font-size: clamp(1.15rem, 4.4vw, 1.6rem); font-weight: 500; line-height: 1.35; max-width: 30ch; text-shadow: 0 2px 16px rgba(0,0,0,.8); margin-bottom: 1.5rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 2rem; }
.element-strip { list-style: none; display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: .5rem .9rem; }
.element-strip li { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.element-strip svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px var(--accent)); }

@media (min-width: 800px) {
  .hero { align-items: center; min-height: min(92vh, 900px); }
  .hero-media { left: auto; width: 62%; }
  .hero-media img { object-position: 50% 30%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%);
            mask-image: linear-gradient(90deg, transparent 0%, #000 38%); }
  .hero::after { background:
      linear-gradient(90deg, var(--bg) 0%, rgba(7,8,13,.75) 40%, rgba(7,8,13,0) 70%),
      linear-gradient(180deg, rgba(7,8,13,0) 70%, var(--bg) 100%); }
  .hero-content { padding: 4rem 0; }
  .hero-logo { width: 340px; }
  .element-strip { grid-template-columns: repeat(6, auto); }
}

/* ---------- About ---------- */
.about { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.about-head { max-width: 62ch; }
.about-figure { margin: 1.8rem 0 2.2rem; position: relative; }
/* 16:9 group photo, never cropped (faces + logo). Glow: water blue on the left, fire orange on the right, like the photo. */
.about-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius);
  box-shadow: -34px 30px 90px -34px rgba(74, 163, 255, .45), 34px 30px 90px -34px rgba(255, 128, 40, .42), 0 0 0 1px var(--line); }
.about-body { display: grid; gap: 1.6rem; }
.about-text > p { color: #d6dae4; max-width: 62ch; }
.lineup { margin: 0 0 1.4rem; padding: 1.2rem 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.lineup-label { font-weight: 700; margin-bottom: .6rem; }
.lineup ul { list-style: none; display: grid; gap: .35rem; }
.lineup li { padding-left: 1rem; position: relative; color: #d6dae4; }
.lineup li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.lineup strong { color: var(--accent); font-weight: 600; }
.closing { font-family: var(--font-display); font-size: 1.9rem; letter-spacing: .04em; color: #fff; margin: 0; }
.about-origin { margin: 2.2rem 0 0; padding-top: 1.1rem; border-top: 1px solid var(--line); max-width: 62ch; color: var(--muted); font-size: .92rem; font-style: italic; line-height: 1.6; }
@media (max-width: 719.98px) { .about-figure { margin-inline: -1.25rem; } .about-figure img { border-radius: 0; box-shadow: 0 24px 60px -30px rgba(74, 163, 255, .45), 0 0 0 1px var(--line); } } /* full-bleed on phones: faces stay readable */
@media (min-width: 720px) { .about-figure { margin: 2.4rem 0 3rem; } }
@media (min-width: 960px) { .about-body { grid-template-columns: 1.45fr 1fr; gap: 3.5rem; align-items: start; } }

/* ---------- Members ---------- */
.members { background: radial-gradient(90% 60% at 50% 0%, #141828 0%, var(--bg) 70%); }
.member-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; margin-top: 2rem; }
.member-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--bg-2);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  box-shadow: 0 0 0 0 var(--accent);
  transition: transform .25s ease, box-shadow .25s ease;
}
.member-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px -18px var(--accent); }
.member-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.member-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,8,13,.92) 88%); pointer-events: none; }
.member-info { position: absolute; left: 0; right: 0; bottom: 0; padding: .9rem; z-index: 1; }
.member-info h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.8rem, 6vw, 2.4rem); letter-spacing: .04em; margin: 0; }
.element { display: inline-flex; align-items: center; gap: .35rem; margin: 0 0 .15rem; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
.element svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.role { margin: 0; font-size: .85rem; color: #d9dce6; }
.member-card .member-info::before { content: ""; display: block; width: 36px; height: 3px; border-radius: 3px; background: var(--accent); box-shadow: 0 0 12px var(--accent); margin-bottom: .55rem; }
@media (min-width: 720px) { .member-grid { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; } .member-info { padding: 1.2rem; } .role { font-size: .95rem; } }

/* ---------- Music ---------- */
.music { background: var(--bg); overflow: hidden; isolation: isolate; }
.music::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("assets/img/bg-galaxies.webp") center / cover no-repeat; opacity: .22; }
.music::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--bg) 0%, rgba(7,8,13,.55) 20%, rgba(7,8,13,.6) 80%, var(--bg) 100%); }
.release-list { display: grid; gap: 1.4rem; margin-top: 2rem; }
.release {
  display: grid; gap: 1rem; padding: 1rem;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  backdrop-filter: blur(6px);
  border-top: 2px solid var(--accent);
}
.cover { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 10px; box-shadow: 0 20px 40px -20px #000; }
.release-meta { font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: .35rem; }
.release h3 { font-family: var(--font-display); font-weight: 400; font-size: 2rem; letter-spacing: .03em; margin-bottom: .2rem; }
.release .subtitle { display: block; font-size: 1.15rem; color: var(--muted); }
.release-stats { color: var(--muted); font-size: .9rem; margin-bottom: .9rem; }
.release-links { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: .9rem; }
details { border-top: 1px solid var(--line); padding-top: .6rem; }
summary { cursor: pointer; font-weight: 600; font-size: .9rem; list-style: none; display: flex; align-items: center; gap: .5rem; padding: .25rem 0; }
summary::-webkit-details-marker { display: none; }
summary::before { content: "+"; display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line); font-weight: 700; color: var(--accent); }
details[open] summary::before { content: "−"; }
details ol { counter-reset: t; list-style: none; margin-top: .5rem; font-size: .9rem; }
details li { counter-increment: t; display: flex; justify-content: space-between; gap: 1rem; padding: .32rem 0; border-bottom: 1px dashed rgba(255,255,255,.07); color: #d6dae4; }
details li span:first-child::before { content: counter(t, decimal-leading-zero); color: var(--muted); font-variant-numeric: tabular-nums; margin-right: .8rem; font-size: .8rem; }
details li span:last-child { color: var(--muted); font-variant-numeric: tabular-nums; }
@media (min-width: 640px) { .release { grid-template-columns: 200px 1fr; gap: 1.4rem; padding: 1.3rem; align-items: start; } }
@media (min-width: 1000px) { .release-list { grid-template-columns: 1fr 1fr; } }
.embed-block { margin-top: 3rem; }
.embed-title { font-family: var(--font-display); font-weight: 400; font-size: 1.8rem; letter-spacing: .04em; }
.spotify-embed { border: 0; border-radius: 12px; display: block; background: #121212; }

/* ---------- Art ---------- */
.art { background: linear-gradient(180deg, var(--bg) 0%, #0b0d16 100%); }
.art-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-top: 2rem; }
.art-grid figure { margin: 0; position: relative; border-radius: 12px; overflow: hidden; background: var(--bg-2); }
.art-grid img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; transition: transform .5s ease; }
.art-grid figure:hover img { transform: scale(1.04); }
.art-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 2rem .75rem .7rem; font-size: .88rem; font-weight: 600; background: linear-gradient(180deg, transparent, rgba(0,0,0,.85)); }
.art-grid figcaption span { display: block; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
@media (min-width: 720px) { .art-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
@media (min-width: 1100px) { .art-grid { grid-template-columns: repeat(6, 1fr); } }

/* ---------- Videos ---------- */
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 300px)); justify-content: center; gap: 1rem; margin: 2rem 0; }
.video-frame { aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; background: #000; border: 1px solid var(--line); box-shadow: 0 30px 60px -25px #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 3rem 0 2rem; background: #05060a; }
.footer-grid { display: grid; gap: 1.5rem; }
.footer-brand { font-family: var(--font-display); font-size: 2rem; letter-spacing: .08em; margin: 0; }
.footer-tag { color: var(--muted); max-width: 40ch; font-size: .92rem; }
.footer-links { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; }
.footer-links a { color: var(--text); text-decoration: none; font-weight: 500; border-bottom: 1px solid transparent; }
.footer-links a:hover { border-color: var(--brand-2); }
.footer-bottom { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); display: grid; gap: .6rem; }
.ai-note { font-size: .85rem; color: var(--muted); max-width: 70ch; margin: 0; }
.ai-note strong { color: var(--text); }
.copyright { font-size: .8rem; color: #8a91a3; margin: 0; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1fr auto; align-items: start; } .footer-bottom { grid-template-columns: 1fr auto; align-items: end; } }

/* ---------- Fixes / facades (v2) ---------- */
.site-nav nav { min-width: 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.members { background: radial-gradient(90% 60% at 50% 0%, #141828 0%, var(--bg) 70%), var(--bg-2); }
.video-facade {
  position: relative; display: block; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden;
  background: #000; border: 1px solid var(--line); box-shadow: 0 30px 60px -25px #000; text-decoration: none;
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .2s ease, transform .4s ease; }
.video-facade:hover img { opacity: 1; transform: scale(1.03); }
.video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.85)); }
.play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1;
  width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  background: var(--brand); box-shadow: 0 10px 30px rgba(227,52,47,.5);
}
.play svg { width: 28px; height: 28px; fill: #fff; margin-left: 3px; }
.video-caption { position: absolute; left: .9rem; right: .9rem; bottom: .9rem; z-index: 1; font-weight: 600; font-size: .95rem; line-height: 1.3; }
.spotify-facade {
  position: relative; display: flex; align-items: center; gap: 1.1rem; padding: 1rem 1.1rem; min-height: 120px;
  border-radius: 14px; text-decoration: none; background: linear-gradient(135deg, #10301f, #121212 60%); border: 1px solid rgba(30,215,96,.35);
}
.spotify-facade .play { position: static; transform: none; background: #1ed760; flex: none; box-shadow: 0 10px 30px rgba(30,215,96,.35); }
.spotify-facade .play svg { fill: #04120a; }
.sp-covers { display: none; }
.sp-text { display: grid; gap: .2rem; flex: 1; }
.sp-text small { color: var(--muted); font-size: .85rem; }
@media (min-width: 640px) {
  .sp-covers { display: flex; flex: none; }
  .sp-covers img { width: 76px; height: 76px; border-radius: 8px; object-fit: cover; box-shadow: 0 8px 20px rgba(0,0,0,.5); }
  .sp-covers img + img { margin-left: -22px; }
}
@media (max-width: 480px) { .video-grid { gap: .7rem; } .play { width: 52px; height: 52px; } .video-caption { font-size: .82rem; } }

/* ---------- Visual QA fixes (v3) ---------- */
@media (max-width: 799px) {
  .hero-media img { object-position: 50% 0%; }
  .hero-content { padding-top: 52vh; }
  .hero-logo { width: min(48vw, 200px); }
}
@media (min-width: 800px) { .hero-logo { margin-left: -12px; } }
.member-card::after { background: linear-gradient(180deg, transparent 38%, rgba(7,8,13,.7) 62%, rgba(7,8,13,.96) 88%); }
.member-info .element { background: rgba(7,8,13,.72); padding: .15rem .55rem .15rem .45rem; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent); }
.member-info h3, .role { text-shadow: 0 2px 10px rgba(0,0,0,.8); }
.member-card .member-info::before { display: none; }

/* ---------- Sep 25 update: member crops + David feature band ---------- */
.member-card img { object-position: 50% 20%; }
.feature-band { position: relative; margin: 0; background: var(--bg); isolation: isolate; overflow: hidden; }
.feature-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 40% 50%; }
.feature-band::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(7,8,13,0) 6%, rgba(7,8,13,0) 55%, rgba(7,8,13,.85) 82%, var(--bg) 100%); }
.feature-caption { position: relative; z-index: 1; width: min(100% - 2.5rem, var(--maxw)); margin: -3.5rem auto 0; padding-bottom: 3rem; }
.feature-caption .element { background: rgba(7,8,13,.72); padding: .15rem .6rem .15rem .45rem; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent); }
.feature-name { font-family: var(--font-display); font-size: clamp(2.6rem, 9vw, 4.4rem); line-height: 1; letter-spacing: .04em; margin: .35rem 0 .4rem; text-shadow: 0 4px 24px rgba(0,0,0,.8); }
.feature-line { color: #d6dae4; max-width: 44ch; margin: 0; text-shadow: 0 2px 12px rgba(0,0,0,.9); }
@media (min-width: 700px) {
  .feature-media img { aspect-ratio: auto; height: min(56.25vw, 86vh); min-height: 420px; object-position: 30% 50%; }
  .feature-band::after { background:
      linear-gradient(180deg, var(--bg) 0%, rgba(7,8,13,0) 12%, rgba(7,8,13,0) 78%, var(--bg) 100%),
      linear-gradient(270deg, rgba(7,8,13,.88) 0%, rgba(7,8,13,.55) 30%, rgba(7,8,13,0) 55%); }
  .feature-caption { position: absolute; z-index: 1; right: max(1.25rem, calc((100vw - var(--maxw)) / 2)); bottom: 12%; width: min(40%, 420px); margin: 0; padding: 0; text-align: right; }
  .feature-caption .feature-line { margin-left: auto; }
}

/* ---------- Timeless teaser (replaces Videos) ---------- */
.teaser { background: radial-gradient(80% 60% at 30% 50%, rgba(40,20,32,.55) 0%, rgba(7,8,13,0) 70%), linear-gradient(180deg, #0b0d16 0%, var(--bg) 100%); }
.teaser-grid { display: grid; gap: 1.8rem; align-items: center; }
.teaser-media { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 30px 80px -25px rgba(227, 52, 47, .35), 0 20px 50px -20px #000; }
.teaser-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.teaser-badge { position: absolute; top: .9rem; left: .9rem; padding: .3rem .75rem; border-radius: 999px; background: var(--brand); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; box-shadow: 0 6px 20px rgba(227,52,47,.45); }
.teaser-lead { font-size: clamp(1.15rem, 3.6vw, 1.45rem); font-weight: 600; line-height: 1.35; color: #fff; margin-bottom: .6rem; }
.teaser-text .lede { margin-bottom: 1.6rem; }
.teaser-text .btn { max-width: 100%; white-space: normal; line-height: 1.3; }
@media (min-width: 700px) { .teaser-media img { aspect-ratio: 16 / 9; } }
@media (min-width: 1000px) { .teaser-grid { grid-template-columns: 1.55fr 1fr; gap: 3.5rem; } }
