/* ===================================================================
   LOW END Sound System (LESS) — simple label page
   Self-contained, no dependencies. Palette matches the GUNFINGA art.
   =================================================================== */
:root {
  --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);
}
.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__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); }

/* ----- 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; }
}
