/* ===================================================================
   LOW END Sound System (LESS) — simple label page
   Self-contained, no dependencies. Palette matches the GUNFINGA art.
   =================================================================== */
:root {
  color-scheme: dark;
  --bg-0: #0a0906;
  --bg-1: #100e0a;
  --bg-2: #161310;
  --line: rgba(199, 188, 131, 0.16);
  --gold: #c4b483;
  --glow: #d8c89c;
  --bone: #e0d5bb;
  --text: #d8cfbe;
  --text-dim: #9b9483;
  --text-faint: #6f6a5c;
  --display: "Bebas Neue", system-ui, sans-serif;
  --body: "Space Grotesk", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --maxw: 920px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg-0);
  color: var(--text);
  font-family: var(--body);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ----- atmosphere ----- */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.glow {
  position: fixed; top: -18vh; left: 50%; transform: translateX(-50%);
  width: min(900px, 120vw); height: min(900px, 120vw); z-index: 0; pointer-events: none;
  background: radial-gradient(circle, rgba(216, 200, 156, 0.12), rgba(216, 200, 156, 0.04) 38%, transparent 62%);
}

/* ----- shared bits ----- */
main, .topbar, .footer { position: relative; z-index: 2; }
.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
section { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }

.eyebrow {
  font-family: var(--display); letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); font-size: 0.95rem; margin-bottom: 1rem;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display); letter-spacing: 0.14em; text-transform: uppercase;
  font-size: 1.05rem; padding: 0.7rem 1.5rem; border-radius: 3px;
  border: 1px solid var(--line); color: var(--bone); cursor: pointer;
  background: transparent; transition: border-color 0.4s var(--ease), background 0.4s var(--ease), transform 0.4s var(--ease);
}
.btn:hover { border-color: var(--gold); transform: translateY(-1px); }
.btn--solid {
  background: linear-gradient(180deg, rgba(216, 200, 156, 0.16), rgba(216, 200, 156, 0.06));
  border-color: rgba(216, 200, 156, 0.45); color: var(--glow);
  box-shadow: 0 0 36px -14px rgba(216, 200, 156, 0.6);
}
.btn--solid:hover { background: linear-gradient(180deg, rgba(216, 200, 156, 0.26), rgba(216, 200, 156, 0.1)); }

/* ----- header ----- */
.topbar {
  display: flex; align-items: center; justify-content: flex-end;
  padding: 1.3rem clamp(1.25rem, 4vw, 2.5rem);
}
.topbar__play {
  flex: 0 0 auto; width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(216, 200, 156, 0.08); color: var(--gold);
  display: grid; place-items: center; cursor: pointer;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease);
}
.topbar__play:hover { border-color: var(--gold); transform: scale(1.06); }
#haudio { display: none; }
.topbar__play svg { width: 12px; height: 12px; fill: currentColor; }
.topbar__play .ico-pause { display: none; }
.topbar__play.is-playing .ico-play { display: none; }
.topbar__play.is-playing .ico-pause { display: block; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { height: 30px; width: auto; opacity: 0.95; transition: opacity 0.3s var(--ease); }
.brand:hover .brand__logo { opacity: 1; }
.topbar__nav { display: flex; gap: 1.5rem; }
.topbar__nav a {
  font-family: var(--display); letter-spacing: 0.18em; text-transform: uppercase;
  font-size: 0.95rem; color: var(--text-dim); transition: color 0.3s var(--ease);
}
.topbar__nav a:hover { color: var(--gold); }

/* ----- hero ----- */
.hero {
  position: relative; text-align: center;
  padding: clamp(3.5rem, 12vh, 7rem) 0 clamp(3rem, 9vh, 5rem);
}
.eclipse {
  position: absolute; top: 8%; left: 50%; transform: translateX(-50%);
  width: min(440px, 78vw); aspect-ratio: 1; border-radius: 50%; z-index: -1;
  border: 1px solid rgba(244, 236, 216, 0.12);
  box-shadow: 0 0 120px rgba(244, 236, 216, 0.08), inset 0 0 90px rgba(244, 236, 216, 0.05);
}
.hero__brand { display: inline-block; }
.hero__logo { margin: 0; line-height: 0; }
.hero__logo-mark {
  display: block; width: 60%; aspect-ratio: 520 / 260; margin-inline: auto;
  -webkit-mask: url("../assets/lowend-logo.svg") center / contain no-repeat;
  mask: url("../assets/lowend-logo.svg") center / contain no-repeat;
  background: linear-gradient(100deg,
    #8f875e 0%, #b6a96f 30%, #c7bc83 42%, #f3ead0 50%, #c7bc83 58%, #b6a96f 70%, #8f875e 100%);
  background-size: 260% 100%; background-position: 0% 0;
  filter: drop-shadow(0 0 30px rgba(216, 200, 156, 0.28));
  animation: shimmer 7s ease-in-out infinite;
}
@keyframes shimmer { 0%, 100% { background-position: 8% 0; } 50% { background-position: 92% 0; } }
.wordmark__sub {
  font-family: var(--display); letter-spacing: clamp(0.3em, 1.6vw, 0.62em);
  text-transform: uppercase; font-size: clamp(1.1rem, 4.6vw, 2rem);
  color: var(--gold); margin-top: clamp(1rem, 2.4vh, 1.6rem); padding-left: 0.3em;
}
.tagline {
  font-family: var(--display); letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-dim); font-size: 1rem; margin-top: calc(clamp(2.6rem, 6vh, 4rem) + 60px); white-space: nowrap;
}
.intro {
  max-width: 32rem; margin: 1rem auto 0; color: var(--text-dim); font-size: 1.02rem;
  text-wrap: balance; text-wrap: pretty;
}
.hero__play {
  display: grid; place-items: center; margin: clamp(1.1rem, 2.8vh, 1.8rem) auto 0;
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid rgba(216, 200, 156, 0.5); background: rgba(216, 200, 156, 0.06); color: var(--glow);
  cursor: pointer; box-shadow: 0 0 30px -12px rgba(216, 200, 156, 0.6);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}
.hero__play:hover { transform: scale(1.07); box-shadow: 0 0 40px -8px rgba(216, 200, 156, 0.7); background: rgba(216, 200, 156, 0.12); }
.hero__play svg { width: 14px; height: 14px; fill: currentColor; margin-left: 2px; }
.hero__play .ico-pause { display: none; margin-left: 0; }
.hero__play.is-playing .ico-play { display: none; }
.hero__play.is-playing .ico-pause { display: block; }
.hero__cta { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; margin-top: 2.2rem; }

/* ----- release ----- */
.release { padding: clamp(2.5rem, 8vh, 4.5rem) 0; border-top: 1px solid var(--line); text-align: center; }
.release__card {
  display: flex; align-items: center; gap: clamp(1.4rem, 4vw, 2.6rem); text-align: left;
  padding: clamp(1rem, 3vw, 1.6rem); border: 1px solid var(--line); border-radius: 8px;
  background: rgba(255, 255, 255, 0.015);
  transition: border-color 0.4s var(--ease), transform 0.4s var(--ease);
  width: 100%;
}
.release__card:hover { border-color: rgba(216, 200, 156, 0.4); transform: translateY(-2px); }
.release__card img {
  flex: 0 0 auto; align-self: center; width: clamp(180px, 30%, 280px); height: auto;
  aspect-ratio: 1; object-fit: contain;
  border-radius: 5px; border: 1px solid var(--line);
}
.release__meta { flex: 1; min-width: 0; }
.release__title { font-family: var(--display); font-size: 2.4rem; letter-spacing: 0.04em; color: var(--bone); line-height: 1; }
.release__artist { font-family: var(--display); letter-spacing: 0.2em; color: var(--gold); font-size: 1rem; margin-top: 0.2rem; }
.release__desc { color: var(--text-dim); font-size: 0.92rem; margin-top: 0.7rem; }
.release__link { display: inline-block; margin-top: 0.9rem; font-size: 0.85rem; letter-spacing: 0.04em; color: var(--glow); }

/* ----- hear / mini player ----- */
.hear { padding: clamp(2rem, 6vh, 3.5rem) 0 clamp(1.5rem, 5vh, 3rem); text-align: center; }
.hear__head { font-family: var(--display); font-size: clamp(2.2rem, 7vw, 3.4rem); letter-spacing: 0.04em; color: var(--bone); line-height: 0.95; margin-top: 0.3rem; }
.hplayer { display: flex; align-items: center; gap: 1rem; width: min(100%, 460px); margin: 1.7rem auto 0; }
.hplayer__btn {
  flex: 0 0 auto; width: 56px; height: 56px; border-radius: 999px;
  border: 1px solid rgba(216, 200, 156, 0.5); color: var(--glow); cursor: pointer;
  background: linear-gradient(180deg, rgba(216, 200, 156, 0.16), rgba(216, 200, 156, 0.06));
  display: grid; place-items: center; box-shadow: 0 0 36px -12px rgba(216, 200, 156, 0.6);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}
.hplayer__btn:hover { transform: scale(1.05); box-shadow: 0 0 44px -8px rgba(216, 200, 156, 0.7); }
.hplayer__ico { width: 22px; height: 22px; fill: currentColor; }
.hplayer__ico--pause { display: none; }
.hplayer.is-playing .hplayer__ico--play { display: none; }
.hplayer.is-playing .hplayer__ico--pause { display: block; }
.hplayer__bar { flex: 1; height: 6px; border-radius: 3px; background: rgba(233, 226, 210, 0.14); cursor: pointer; position: relative; overflow: hidden; touch-action: none; }
.hplayer__prog { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: linear-gradient(90deg, var(--gold), var(--glow)); border-radius: 3px; }
.hplayer__time { flex: 0 0 auto; font-family: var(--display); letter-spacing: 0.08em; font-size: 0.95rem; color: var(--text-dim); min-width: 92px; text-align: right; font-variant-numeric: tabular-nums; }

/* ----- demos / form ----- */
.demos { padding: clamp(2.5rem, 8vh, 4.5rem) 0; border-top: 1px solid var(--line); }
.demos__head { font-family: var(--display); font-size: clamp(2.2rem, 7vw, 3.4rem); letter-spacing: 0.03em; color: var(--bone); line-height: 0.95; }
.demos__lead { max-width: none; color: var(--text-dim); margin-top: 0.8rem; font-size: 1.02rem; }
.demos__lead strong { color: var(--bone); font-weight: 500; }

.demo-form {
  margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.3rem;
}
.field { display: flex; flex-direction: column; gap: 0.45rem; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: var(--display); letter-spacing: 0.14em; text-transform: uppercase;
  font-size: 0.82rem; color: var(--text-dim);
}
.field input, .field textarea {
  font-family: var(--body); font-size: 1rem; color: var(--bone);
  background: rgba(255, 255, 255, 0.025); border: 1px solid var(--line); border-radius: 4px;
  padding: 0.7rem 0.85rem; transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
  width: 100%;
}
.field textarea { resize: vertical; min-height: 4.5rem; }
.field input::placeholder, .field textarea::placeholder { color: var(--text-faint); }
.field input:focus, .field textarea:focus {
  outline: none; border-color: rgba(216, 200, 156, 0.55); background: rgba(216, 200, 156, 0.05);
}
.field input:invalid:not(:placeholder-shown) { border-color: rgba(190, 120, 110, 0.5); }

.demo-form__foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; margin-top: 0.4rem; }
.demo-form__note { font-size: 0.84rem; color: var(--text-faint); }
.demo-form__note.is-ok { color: var(--glow); }
.demo-form__note.is-err { color: #d89a8e; }

/* ----- footer ----- */
.footer {
  border-top: 1px solid var(--line); text-align: center;
  padding: clamp(2.5rem, 8vh, 4rem) 1.25rem clamp(2rem, 6vh, 3rem);
  margin-top: 1rem;
}
.footer__logo { width: 46px; height: auto; margin: 0 auto 1.2rem; opacity: 0.82; }
.footer__line { font-family: var(--display); letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-dim); font-size: 0.95rem; }
.footer__contact { margin-top: 0.7rem; }
.footer__contact a { color: var(--gold); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease); }
.footer__contact a:hover { border-color: var(--gold); }
.footer__copy { margin-top: 0.9rem; font-size: 0.8rem; color: var(--text-faint); letter-spacing: 0.04em; }

/* ----- legal / imprint ----- */
.legal {
  width: min(100% - 2.5rem, var(--maxw)); margin: 1.5rem auto 0;
  text-align: center; color: var(--text-faint); font-size: 0.82rem; line-height: 1.7;
}
.legal summary {
  cursor: pointer; list-style: none; display: inline-block;
  font-family: var(--display); letter-spacing: 0.2em; text-transform: uppercase;
  font-size: 0.82rem; color: var(--text-faint); transition: color 0.3s var(--ease);
}
.legal summary::-webkit-details-marker { display: none; }
.legal summary::marker { content: ""; }
.legal summary:hover, .legal[open] summary { color: var(--gold); }
.legal__body { margin-top: 1rem; }
.legal__body strong { color: var(--text-dim); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.78rem; }

/* ----- responsive ----- */
@media (max-width: 620px) {
  .demo-form { grid-template-columns: 1fr; }
  .topbar { justify-content: center; }
  .topbar__nav { gap: 1.1rem; }
  .release__card { flex-direction: column; text-align: center; }
  .release__card img { width: min(100%, 320px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__logo-mark { animation: none; background-position: 50% 0; }
}

/* ----- sync (licensing) ----- */
.sync { padding: clamp(2.5rem, 8vh, 4.5rem) 0; border-top: 1px solid var(--line); text-align: center; }
.sync__head { font-family: var(--display); font-size: clamp(2.2rem, 7vw, 3.4rem); letter-spacing: 0.04em; color: var(--bone); line-height: 0.95; }
.sync__lead { max-width: 46ch; margin: 0.8rem auto 1.6rem; color: var(--text-dim); }

/* ----- sticky bottom player ----- */
body { padding-bottom: 64px; }
.playerbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; align-items: center; gap: 0.9rem;
  padding: 0.6rem clamp(1rem, 4vw, 2rem);
  background: rgba(10, 9, 7, 0.94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.playerbar__play {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 999px;
  border: 1px solid rgba(216, 200, 156, 0.5); background: rgba(216, 200, 156, 0.08); color: var(--glow);
  display: grid; place-items: center; cursor: pointer; transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}
.playerbar__play:hover { transform: scale(1.06); background: rgba(216, 200, 156, 0.14); }
.playerbar__play svg { width: 15px; height: 15px; fill: currentColor; margin-left: 1px; }
.playerbar__play .ico-pause { display: none; margin-left: 0; }
.playerbar__play.is-playing .ico-play { display: none; }
.playerbar__play.is-playing .ico-pause { display: block; }
.playerbar__meta { display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.playerbar__title { font-family: var(--display); letter-spacing: 0.16em; color: var(--bone); font-size: 1rem; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.playerbar__sub { font-family: var(--display); letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.62rem; color: var(--text-faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.playerbar__bar { flex: 1; height: 6px; border-radius: 3px; background: rgba(233, 226, 210, 0.14); position: relative; overflow: hidden; cursor: pointer; touch-action: none; }
.playerbar__prog { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: linear-gradient(90deg, var(--gold), var(--glow)); }
.playerbar__time { flex: 0 0 auto; font-family: var(--display); letter-spacing: 0.08em; font-size: 0.85rem; color: var(--text-dim); min-width: 84px; text-align: right; font-variant-numeric: tabular-nums; }
@media (max-width: 560px) {
  .playerbar { gap: 0.6rem; }
  .playerbar__meta { max-width: 44vw; }
  .playerbar__title { font-size: 0.82rem; letter-spacing: 0.12em; }
  .playerbar__sub { font-size: 0.52rem; letter-spacing: 0.14em; }
  .playerbar__time { min-width: 0; font-size: 0.72rem; }
}

/* ----- store (shop) ----- */
.store { padding: clamp(2.5rem, 8vh, 4.5rem) 0; border-top: 1px solid var(--line); text-align: center; }
.store__head { font-family: var(--display); font-size: clamp(2.2rem, 7vw, 3.4rem); letter-spacing: 0.04em; color: var(--bone); line-height: 0.95; }
.store__lead { max-width: 46ch; margin: 0.8rem auto 1.6rem; color: var(--text-dim); }

/* ----- cosmos cards (sync + store side by side) ----- */
.cosmos { padding: clamp(2.5rem, 8vh, 4.5rem) 0; border-top: 1px solid var(--line); }
.cosmos__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2.5vw, 1.6rem); }
.cosmos__card { display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: clamp(1.6rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, 0.015); transition: border-color 0.4s var(--ease), transform 0.4s var(--ease), background 0.4s var(--ease); }
.cosmos__card:hover { border-color: rgba(216, 200, 156, 0.45); transform: translateY(-3px); background: rgba(216, 200, 156, 0.04); }
.cosmos__head { font-family: var(--display); font-size: clamp(2rem, 4.5vw, 2.8rem); letter-spacing: 0.04em; color: var(--bone); line-height: 0.95; margin: 0.6rem 0 0; }
.cosmos__lead { color: var(--text-dim); margin: 0.7rem 0 1.4rem; font-size: 0.98rem; flex: 1; }
.cosmos__cta { font-family: var(--display); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.95rem; color: var(--glow); }
.cosmos__card:hover .cosmos__cta { color: var(--gold); }
@media (max-width: 720px) { .cosmos__grid { grid-template-columns: 1fr; } }

/* cosmos card brand lockup (icon + word, like the nav) */
.cosmos__brand { display: flex; align-items: center; gap: 0.6rem; margin: 0.6rem 0 0; }
.cosmos__icon { height: 16px; width: auto; opacity: 0.95; }
.cosmos__word { font-family: var(--display); letter-spacing: 0.22em; color: var(--gold); font-size: 1.3rem; line-height: 1; }

/* ----- releases list + news ----- */
.release__list { display: flex; flex-direction: column; gap: 1.1rem; }
.release__card .eyebrow { margin-bottom: 0.4rem; }
.news { padding: clamp(2rem, 6vh, 3.5rem) 0; border-top: 1px solid var(--line); text-align: center; }
.news__list { display: grid; gap: 1rem; margin-top: 1.2rem; text-align: left; }
.newsitem { border: 1px solid var(--line); border-radius: 8px; padding: 1.1rem 1.3rem; background: rgba(255, 255, 255, 0.015); }
.newsitem__date { font-family: var(--display); letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.72rem; color: var(--text-faint); }
.newsitem__title { font-family: var(--display); font-size: 1.5rem; letter-spacing: 0.03em; color: var(--bone); line-height: 1; margin-top: 0.25rem; }
.newsitem__body { color: var(--text-dim); margin-top: 0.45rem; }
.newsitem__link { display: inline-block; margin-top: 0.6rem; color: var(--gold); font-size: 0.85rem; letter-spacing: 0.04em; }

/* ----- artists section ----- */
.artists { padding: clamp(2rem, 6vh, 3.5rem) 0; border-top: 1px solid var(--line); text-align: center; }
.artists__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.2rem; margin-top: 1.2rem; text-align: left; }
.acard { border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.015); overflow: hidden; transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); }
.acard:hover { border-color: rgba(216, 200, 156, 0.4); transform: translateY(-2px); }
.acard__img { aspect-ratio: 1; background: var(--bg-2); display: grid; place-items: center; }
.acard__img img { width: 100%; height: 100%; object-fit: cover; }
.acard__img img.is-mark { width: 46%; height: auto; object-fit: contain; opacity: 0.9; }
.acard__name { font-family: var(--display); font-size: 1.4rem; letter-spacing: 0.03em; color: var(--bone); padding: 0.8rem 1rem 0; }
.acard__bio { color: var(--text-dim); font-size: 0.86rem; padding: 0.3rem 1rem 0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.acard__link { display: inline-block; color: var(--gold); font-size: 0.82rem; letter-spacing: 0.03em; padding: 0.6rem 1rem 1rem; }
