/* ========== ROOT & GLOBAL ========== */

:root {
  --bg: #0b0d14;
  --bg-2: #111327;
  --card: rgba(18, 16, 28, 0.72);
  --card-2: rgba(22, 18, 32, 0.72);

  --text: rgba(250, 242, 236, 0.92);
  --muted: rgba(230, 211, 224, 0.68);
  --faint: rgba(230, 211, 224, 0.46);

  --border: rgba(214, 194, 210, 0.16);
  --border-strong: rgba(214, 194, 210, 0.26);

  --accent: #ff7b6f;
  --accent-2: #ff5d9c;
  --accent-3: #6f7dff;
  --hero-zoom: 155%;
  --hero-pos-x: 50%;
  --hero-pos-y: 70%;

  --shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.4);

  /* Back-compat aliases used across the file */
  --bg-main: var(--bg);
  --bg-surface: var(--bg-2);
  --bg-soft: rgba(21, 16, 23, 0.96);

  --ink-main: var(--text);
  --ink-muted: var(--muted);
  --ink-soft: var(--muted);
  --ink-faint: var(--faint);

  --accent-soft-pink: var(--accent);
  --accent-soft-peach: var(--accent-2);
  --accent-soft-blue: rgba(111, 125, 255, 0.72);

  --border-soft: var(--border);
  --line-soft: var(--border);
  --shadow-soft: var(--shadow);

  --radius-card: 18px;
  --radius-pill: 999px;

  --font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --font-display: "Fraunces", "Times New Roman", serif;
}

/* Reset */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: var(--font-sans);
  background:
    radial-gradient(1200px 700px at 20% 10%, rgba(255, 123, 111, 0.1), transparent 60%),
    radial-gradient(900px 600px at 80% 20%, rgba(255, 93, 156, 0.08), transparent 55%),
    radial-gradient(900px 700px at 50% 80%, rgba(111, 125, 255, 0.07), transparent 60%),
    var(--bg);
  color: var(--ink-main);
  position: relative;
}

.ev-demo-note{
  display:block;
  margin-top:0.5rem;
  font-size:0.85rem;
  opacity:0.7;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
}

body::before {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0 1px,
      transparent 1px 3px
    );
  opacity: 0.05;
}

body::after {
  background-image:
    radial-gradient(circle at 18% 18%, rgba(255, 123, 111, 0.08), transparent 45%),
    radial-gradient(circle at 82% 32%, rgba(255, 93, 156, 0.06), transparent 52%),
    radial-gradient(circle at 50% 72%, rgba(111, 125, 255, 0.06), transparent 60%),
    repeating-linear-gradient(90deg, rgba(255, 245, 240, 0.05) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  opacity: 0.05;
}

/* ========== PAGE WRAPPER ========== */

.page {
  min-height: 100vh;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 40px;
  position: relative;
}

.ambience {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(1200px 900px at 20% 10%, rgba(255, 123, 111, 0.08), transparent 65%),
    radial-gradient(900px 700px at 80% 30%, rgba(255, 93, 156, 0.07), transparent 60%),
    radial-gradient(700px 500px at 50% 85%, rgba(111, 125, 255, 0.06), transparent 60%);
  opacity: 0.4;
}

.ambience::before,
.ambience::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambience::before {
  background:
    radial-gradient(60% 50% at 50% 45%, rgba(0, 0, 0, 0.35), transparent 70%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0 1px,
      transparent 1px 3px
    );
  mix-blend-mode: overlay;
  opacity: 0.08;
}

.ambience::after {
  background:
    radial-gradient(1000px 1000px at 30% 20%, rgba(255, 123, 111, 0.08), transparent 65%),
    radial-gradient(1200px 900px at 70% 40%, rgba(255, 93, 156, 0.08), transparent 70%),
    radial-gradient(900px 800px at 50% 80%, rgba(111, 125, 255, 0.07), transparent 72%);
  filter: blur(10px);
  opacity: 0.35;
}

.filmstrip {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 52px;
  background-image:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 6px,
      transparent 6px,
      transparent 26px
    );
  background-size: 100% 36px;
  opacity: 0.06;
  pointer-events: none;
  z-index: 1;
}

.filmstrip--left {
  left: max(calc((100vw - 1120px) / 2 - 66px), 6px);
}

.filmstrip--right {
  right: max(calc((100vw - 1120px) / 2 - 66px), 6px);
}

.lofi-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02) 0 1px,
      transparent 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0 1px,
      transparent 1px 4px
    );
  mix-blend-mode: soft-light;
  opacity: 0.06;
}

.dust-specks {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(400px 400px at 20% 30%, rgba(255, 255, 255, 0.04), transparent 70%),
    radial-gradient(500px 500px at 80% 20%, rgba(255, 255, 255, 0.03), transparent 75%),
    radial-gradient(600px 600px at 50% 80%, rgba(255, 255, 255, 0.03), transparent 78%);
  mix-blend-mode: screen;
  opacity: 0.05;
}

/* Soft radial background glows */

.page::before,
.page::after {
  content: "";
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(92px);
  opacity: 0.55;
  z-index: -2;
}

.page::before {
  top: -120px;
  left: -80px;
  background: radial-gradient(circle at center,
      rgba(255, 118, 132, 0.24),
      transparent 65%);
}

.page::after {
  bottom: -140px;
  right: -120px;
  background: radial-gradient(circle at center,
      rgba(124, 110, 230, 0.2),
      transparent 65%);
}

/* ========== HEADER / NAV ========== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 0;
  height: auto;
  background: transparent;

  --nav-shell-pad-top: 12px;
  --nav-shell-pad-x: 24px;

  --nav-pad-y: 12px;
  --nav-pad-x: 14px;
  --nav-font: 0.8rem;
  --nav-cta-font: 0.75rem;

  --nav-logo-mark: 0.9rem;
  --nav-logo-sub: 0.7rem;
  --nav-tag-font: 0.7rem;

  --nav-pad-y-compact: 10px;
  --nav-font-compact: 0.78rem;
  --nav-cta-font-compact: 0.72rem;
  --nav-logo-mark-compact: 0.86rem;
  --nav-logo-sub-compact: 0.68rem;
  --nav-tag-font-compact: 0.68rem;
}

.nav-shell {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: var(--nav-shell-pad-top) var(--nav-shell-pad-x) 0;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: var(--nav-pad-y) var(--nav-pad-x);
  border-radius: 999px;
  background-color: rgba(18, 16, 28, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition:
    padding 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 0 0 auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.site-name {
  font-size: var(--nav-logo-mark);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.template-label {
  font-size: var(--nav-logo-sub);
  color: var(--ink-muted);
  opacity: 0.85;
}

.nav-template-tag {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: var(--nav-tag-font);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  border: 1px solid var(--border);
  color: var(--ink-muted);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ev-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav-link {
  position: relative;
  font-size: var(--nav-font);
  text-decoration: none;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding-bottom: 3px;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--accent-soft-peach),
    var(--accent-soft-pink),
    var(--accent-soft-blue)
  );
  transition: width 0.24s ease-out;
}

.nav-link:hover {
  color: var(--ink-main);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background-color: rgba(20, 16, 24, 0.72);
  color: var(--ink-main);
  cursor: pointer;
  transition: transform 160ms ease, background-color 200ms ease, border-color 200ms ease;
}

.nav-burger:hover {
  transform: translateY(-1px);
  border-color: var(--border-strong);
}

.nav-burger-lines {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
  margin: 0 auto;
}

.nav-burger-lines span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background-color: rgba(255, 245, 240, 0.76);
  transition: transform 200ms ease, top 200ms ease, opacity 160ms ease;
}

.nav-burger-lines span:nth-child(1) { top: 0; }
.nav-burger-lines span:nth-child(2) { top: 5px; }
.nav-burger-lines span:nth-child(3) { top: 10px; }

body.nav-open .nav-burger-lines span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

body.nav-open .nav-burger-lines span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-burger-lines span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 14, 22, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 50;
}

.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(340px, 86vw);
  background-color: rgba(21, 16, 23, 0.98);
  border-right: 1px solid var(--border);
  box-shadow: 18px 0 45px rgba(0, 0, 0, 0.52);
  transform: translateX(-104%);
  transition: transform 240ms cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 80;
}

.nav-drawer-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 18px;
  gap: 16px;
}

.nav-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.nav-drawer-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.nav-drawer-title {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-main);
}

.nav-drawer-sub {
  font-size: 0.74rem;
  color: var(--ink-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background-color: rgba(20, 16, 24, 0.62);
  color: var(--text);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.nav-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}

.nav-drawer-link {
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.86rem;
  border: 1px solid transparent;
  background-color: rgba(20, 16, 24, 0.32);
  transition: background-color 180ms ease, border-color 180ms ease, transform 160ms ease;
}

.nav-drawer-link:hover {
  transform: translateY(-1px);
  background-color: rgba(206, 170, 195, 0.08);
  border-color: var(--border);
}

.nav-drawer-actions {
  margin-top: auto;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.nav-open .nav-drawer {
  transform: translateX(0);
}

.site-header.nav-compact {
  --nav-pad-y: var(--nav-pad-y-compact);
  --nav-font: var(--nav-font-compact);
  --nav-cta-font: var(--nav-cta-font-compact);
  --nav-logo-mark: var(--nav-logo-mark-compact);
  --nav-logo-sub: var(--nav-logo-sub-compact);
  --nav-tag-font: var(--nav-tag-font-compact);
}

.site-header.nav-compact .nav-bar {
  background-color: rgba(20, 16, 24, 0.9);
  border-color: var(--border-strong);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.56);
}

/* ========== BUTTONS ========== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 18px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 0.16s ease-out,
    box-shadow 0.16s ease-out,
    filter 0.16s ease-out,
    background 0.16s ease-out;
}

.btn-primary {
  background: linear-gradient(135deg, rgba(255, 123, 111, 0.92), rgba(255, 93, 156, 0.78));
  color: rgba(15, 12, 16, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.03) saturate(0.98);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.52);
}

.btn-template-primary {
  /* inherits base primary button styling */
}

.btn-template-secondary {
  opacity: 0.9;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}

.btn-template-secondary:hover {
  opacity: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.46);
}

.btn-ghost {
  border: 1px solid var(--border-strong);
  color: var(--text);
  background-color: rgba(20, 16, 24, 0.18);
}

.btn-ghost:hover {
  transform: translateY(-1px);
  background-color: rgba(206, 170, 195, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}

.btn-nav-primary {
  padding-inline: 16px;
  font-size: var(--nav-cta-font);
}

.btn-wide {
  width: 100%;
}

/* ========== MAIN LAYOUT ========== */

.main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 86px;
}

/* ========== HERO ========== */

.hero {
  margin-top: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 0 60px;
  min-height: clamp(520px, 72vh, 760px);
  overflow: hidden;
}

.hero-bg,
.hero-overlay,
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg {
  background-color: #0e0f14;
  background-image: url("../../assets/img/demo-image-2.webp");
  background-repeat: no-repeat;
  background-size: var(--hero-zoom);
  background-position: var(--hero-pos-x) var(--hero-pos-y);
  filter: blur(0.5px) brightness(0.72) contrast(1.12) saturate(1.05);
  transform: scale(1.02);
}

.hero-overlay {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    linear-gradient(
      90deg,
      rgba(11, 13, 20, 0.68),
      rgba(17, 19, 32, 0.56) 45%,
      rgba(255, 123, 111, 0.2) 100%
    ),
    radial-gradient(circle at 22% 22%, rgba(255, 123, 111, 0.18), transparent 56%),
    radial-gradient(circle at 78% 40%, rgba(255, 93, 156, 0.14), transparent 62%),
    radial-gradient(circle at 50% 78%, rgba(111, 125, 255, 0.12), transparent 62%);
  opacity: 0.88;
}

.hero-grain {
  background-image:
    repeating-radial-gradient(
      circle at 20% 15%,
      rgba(255, 255, 255, 0.1) 0 1px,
      transparent 1px 6px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.1) 0 1px,
      transparent 1px 3px
    );
  opacity: 0.09;
  mix-blend-mode: overlay;
  transform: translate3d(0, 0, 0);
}

.hero-container {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin: 0 auto;
  padding: 110px 24px 0;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 26px;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-copy p {
  margin: 0;
}

.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-muted);
}

.hero-label {
  align-self: flex-start;
  padding: 14px 16px 14px;
  border-radius: 18px;
  background-color: rgba(18, 16, 28, 0.62);
  border: 1px solid var(--border);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.55);
  max-width: 42rem;
}

.hero-label .eyebrow {
  color: rgba(255, 220, 214, 0.72);
  margin-bottom: 10px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.6vw, 3rem);
  line-height: 1.06;
  margin: 0;
  letter-spacing: 0.01em;
}

.hero-text {
  font-size: 0.95rem;
  color: rgba(248, 240, 234, 0.84);
  max-width: 34rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

/* Hero card */

.hero-card {
  display: flex;
}

.hero-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 18px 18px 20px;
  border-radius: 24px;
  background: radial-gradient(
      circle at top left,
      rgba(255, 123, 111, 0.2),
      rgba(111, 125, 255, 0.14),
      rgba(18, 16, 28, 0.9) 58%
    );
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero-portrait-wrap {
  position: relative;
  width: 86px;
  height: 86px;
}

.portrait-circle {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 123, 111, 0.92),
    rgba(255, 93, 156, 0.85),
    rgba(111, 125, 255, 0.6)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 4px rgba(11, 11, 16, 0.92),
    0 18px 35px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.portrait-placeholder {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #11131e;
}

.portrait-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(206, 170, 195, 0.22);
  opacity: 0.9;
}

.orbit-1 {
  inset: -6px;
}

.orbit-2 {
  inset: -16px;
  border-style: solid;
  border-color: rgba(206, 170, 195, 0.16);
}

.orbit-3 {
  inset: -26px;
  border-style: dotted;
  border-color: rgba(155, 125, 184, 0.22);
}

.hero-single-meta {
  margin-top: 6px;
}

.single-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(234, 213, 224, 0.72);
}

.single-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 4px 0 3px;
}

.single-meta {
  font-size: 0.78rem;
  color: var(--ink-muted);
}

.platform-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  padding: 6px 12px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border: 1px solid var(--border-strong);
  color: var(--text);
  text-decoration: none;
  background-color: rgba(18, 16, 28, 0.62);
}

.pill:hover {
  background-color: rgba(206, 170, 195, 0.08);
}

.is-demo-link {
  cursor: not-allowed;
  position: relative;
}

.is-demo-link::after {
  content: "demo";
  position: absolute;
  top: -8px;
  right: -6px;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 220, 214, 0.72);
}

.demo-link-note {
  margin: 6px 0 0;
  font-size: 0.78rem;
  color: var(--ink-muted);
  opacity: 0.82;
  transition: opacity 160ms ease, color 160ms ease;
}

.demo-link-note.is-visible {
  opacity: 1;
  color: rgba(255, 245, 240, 0.9);
}

.hero-card-caption {
  font-size: 0.78rem;
  color: var(--ink-muted);
  max-width: 20rem;
}

/* ========== PLAYER ========== */

.section-player {
  padding-top: 24px;
}

.room-ambience {
  margin: -4px 0 4px;
}

.ambience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ambience-card {
  padding: 14px 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(18, 16, 28, 0.86), rgba(15, 14, 24, 0.92));
  box-shadow: var(--shadow-soft);
}

.ambience-card .card-label {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(230, 211, 224, 0.68);
}

.ambience-card .card-body {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(250, 242, 236, 0.9);
}

.gear-list {
  margin: 0 0 8px;
  padding-left: 18px;
  color: rgba(230, 211, 224, 0.76);
  font-size: 0.88rem;
  line-height: 1.6;
}

.gear-list li {
  margin-bottom: 4px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background-color: rgba(20, 18, 30, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(230, 211, 224, 0.78);
}

.session-log {
  margin: 4px 0 2px;
  padding: 14px 14px 14px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(18, 16, 28, 0.82), rgba(15, 14, 24, 0.9));
  box-shadow: var(--shadow-soft);
}

.session-title {
  margin: 0 0 10px;
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(230, 211, 224, 0.72);
}

.session-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.session-list li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  align-items: center;
  position: relative;
  padding: 6px 0;
}

.session-list li::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 0;
  top: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 194, 210, 0.1), transparent);
}

.session-list li:last-child::before {
  display: none;
}

.session-list .time {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(230, 211, 224, 0.68);
}

.session-list .entry {
  font-size: 0.92rem;
  color: rgba(250, 242, 236, 0.86);
}

.faq-collab {
  margin: 6px 0 2px;
  padding: 14px 14px 14px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(18, 16, 28, 0.86), rgba(15, 14, 24, 0.9));
  box-shadow: var(--shadow-soft);
}

.faq-collab details {
  border: 1px solid rgba(214, 194, 210, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  margin: 6px 0;
  background: rgba(20, 18, 30, 0.64);
}

.faq-collab summary {
  cursor: pointer;
  font-size: 0.88rem;
  color: rgba(250, 242, 236, 0.9);
}

.faq-collab p {
  margin: 8px 0 0;
  font-size: 0.86rem;
  color: rgba(230, 211, 224, 0.78);
}

@media (max-width: 900px) {
  .ambience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ambience-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.pinned-note {
  max-width: 360px;
  margin: -10px 0 8px;
  padding: 14px 16px;
  background: rgba(28, 24, 36, 0.82);
  border: 1px solid rgba(206, 170, 195, 0.18);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transform: rotate(-1.4deg);
  backdrop-filter: blur(4px);
}

.pinned-note .note-title {
  margin: 0 0 6px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(234, 213, 224, 0.7);
}

.pinned-note .note-body {
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(248, 240, 234, 0.88);
}

.pinned-note .note-meta {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(234, 213, 224, 0.64);
}

.player-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  align-items: start;
}

.player-card {
  border-radius: 22px;
  border: 1px solid var(--border);
  background-color: rgba(18, 16, 28, 0.78);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.player-head {
  position: relative;
  padding: 16px 16px 14px;
  overflow: hidden;
}

.player-head-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
    url("../../assets/img/demo-image-5.webp");
  background-size: cover;
  background-position: center;
  filter: blur(3px) brightness(0.82) contrast(1.08) saturate(1.04);
  transform: scale(1.05);
  opacity: 0.9;
}

.player-head-front {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.player-cover {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background-image: url("../../assets/img/demo-image-4.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    0 0 0 1px rgba(206, 170, 195, 0.14),
    0 14px 28px rgba(0, 0, 0, 0.6);
}

.player-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.player-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(234, 213, 224, 0.72);
}

.player-track {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.12;
  color: var(--text);
}

.player-sub {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(234, 213, 224, 0.72);
}

.player-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.player-tags .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(234, 213, 224, 0.7);
  border: 1px solid var(--border);
  background-color: rgba(20, 16, 24, 0.34);
}

.player-timeline {
  padding: 14px 16px 16px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 10px;
}

.progress {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(255, 245, 240, 0.08);
  border: 1px solid var(--border);
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 123, 111, 0.86), rgba(111, 125, 255, 0.78));
}

.player-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.78rem;
  color: rgba(255, 220, 214, 0.6);
}

.player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

.ctrl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background-color: rgba(18, 16, 28, 0.52);
  color: var(--text);
  cursor: pointer;
  transition: transform 160ms ease, background-color 200ms ease, border-color 200ms ease;
}

.ctrl:hover {
  transform: translateY(-1px);
  background-color: rgba(206, 170, 195, 0.08);
  border-color: var(--border-strong);
}

.ctrl-play {
  width: 52px;
  height: 52px;
  background-color: rgba(206, 170, 195, 0.08);
  color: rgba(255, 245, 240, 0.94);
  border-color: var(--border-strong);
}

.ctrl-play:hover {
  background-color: rgba(206, 170, 195, 0.12);
}

.ctrl-play .icon-pause {
  display: none;
}

.ctrl-play[data-state="playing"] .icon-play {
  display: none;
}

.ctrl-play[data-state="playing"] .icon-pause {
  display: inline;
}

.tracklist {
  border-radius: 22px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(18, 16, 28, 0.86), rgba(15, 13, 22, 0.92));
  box-shadow: var(--shadow);
  padding: 16px 16px 16px;
}

.tracklist-head {
  padding-bottom: 10px;
  margin-bottom: 12px;
  box-shadow: inset 0 -12px 20px rgba(0, 0, 0, 0.24);
}

.tracklist-title {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.tracklist-sub {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.tracks {
  list-style: none;
  padding: 0;
  margin: 12px 0 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.track-row {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 48px;
  gap: 10px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background-color: rgba(18, 16, 28, 0.3);
  color: rgba(255, 245, 240, 0.86);
  cursor: pointer;
  text-align: left;
  transition: background-color 180ms ease, border-color 180ms ease, transform 160ms ease;
}

.track-row:hover {
  transform: translateY(-1px);
  background-color: rgba(206, 170, 195, 0.08);
  border-color: var(--border-strong);
}

.track-num {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 220, 214, 0.56);
}

.track-name {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-dur {
  font-size: 0.8rem;
  color: rgba(255, 220, 214, 0.56);
  text-align: right;
}

.track.is-active .track-row {
  background-color: rgba(206, 170, 195, 0.12);
  border-color: rgba(255, 123, 111, 0.28);
}

.track.is-active .track-num {
  color: rgba(111, 125, 255, 0.78);
}

.tracklist-actions {
  margin-top: 4px;
}

/* ========== SECTION BASE ========== */

.section {
  padding: 24px 0 4px;
}

.section[id],
section[id] {
  scroll-margin-top: 96px;
}

.section:not(.section-player) {
  padding: 18px 0 2px;
}

.section-header {
  margin-bottom: 14px;
  max-width: 640px;
}

.section-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 6px;
}

.section-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.main > section:not(.hero):not(.section-player) p {
  line-height: 1.75;
}

.main > section:not(.hero):not(.section-player) .section-subtitle {
  color: var(--ink-soft);
}

.main > section:not(.hero):not(.section-player) .section-title {
  color: rgba(255, 245, 240, 0.82);
}

/* ========== DRIFT ZONE ========== */

.drift-zone {
  padding: 6px 0 2px;
  margin-top: -12px;
}

.drift-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2px;
}

.drift-note {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: 0.96rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
  color: var(--faint);
  white-space: pre-line;
}

/* ========== TAPE LOG ========== */

.tape-log {
  padding: 14px 0 4px;
  max-width: 760px;
  margin: 0 auto;
}

.tape-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 220, 214, 0.58);
}

.tape-sub {
  margin: 0 0 8px;
  font-size: 0.86rem;
  color: var(--ink-muted);
}

.tape-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.tape-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 10px 0;
  background-image: linear-gradient(to bottom, rgba(155, 125, 184, 0.08), rgba(15, 14, 22, 0));
}

.tape-list li:last-child {
  background-image: none;
}

.tape-name {
  font-size: 0.98rem;
  color: rgba(255, 245, 240, 0.84);
  letter-spacing: 0.01em;
}

.tape-meta {
  font-size: 0.84rem;
  color: rgba(255, 220, 214, 0.52);
  white-space: nowrap;
}

#demo-contact {
  scroll-margin-top: 96px;
}

.demo-contact-card {
  margin-top: 16px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(20, 18, 30, 0.82), rgba(15, 14, 24, 0.94));
  box-shadow: var(--shadow-soft);
}

.demo-contact-eyebrow {
  margin: 0 0 6px;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 220, 214, 0.72);
}

.demo-contact-title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.demo-contact-sub {
  margin: 0 0 8px;
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.demo-contact-email {
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 245, 240, 0.9);
}

.demo-contact-form {
  display: grid;
  gap: 10px;
}

.demo-field {
  display: grid;
  gap: 6px;
}

.demo-field label {
  font-size: 0.82rem;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
}

.demo-field input,
.demo-field textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px dashed var(--border);
  background: rgba(15, 14, 24, 0.6);
  color: rgba(255, 245, 240, 0.75);
  resize: vertical;
}

.demo-field input[disabled],
.demo-field textarea[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

.demo-form-button {
  width: fit-content;
}

.demo-form-note {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: var(--ink-muted);
  opacity: 0;
  transition: opacity 160ms ease;
}

.demo-form-note.is-visible {
  opacity: 1;
}

/* ========== AMBIENT BREAK ========== */

.ambient-break {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: clamp(120px, 16vw, 180px);
  margin-top: 10px;
  margin-bottom: 4px;
  overflow: hidden;
}

.ambient-break::before {
  content: "";
  position: absolute;
  inset: -30px;
  background-image: url("../../assets/img/demo-image-1.webp");
  background-size: cover;
  background-position: 50% 60%;
  filter: blur(10px) brightness(0.74) contrast(1.08) saturate(1.02);
  opacity: 0.34;
  transform: scale(1.06);
}

.ambient-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(0deg, rgba(15, 12, 16, 0.72), rgba(15, 12, 16, 0.72)),
    radial-gradient(circle at 18% 30%, rgba(255, 123, 111, 0.16), transparent 55%),
    radial-gradient(circle at 80% 52%, rgba(255, 93, 156, 0.14), transparent 62%),
    radial-gradient(circle at 60% 80%, rgba(111, 125, 255, 0.12), transparent 62%);
  opacity: 0.56;
}

/* ========== AMBIENT ANCHOR ========== */

.ambient-anchor {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: clamp(180px, 22vw, 240px);
  margin: -6px 0 10px;
  overflow: hidden;
  filter: saturate(0.88);
}

.ambient-anchor::before {
  content: "";
  position: absolute;
  inset: -20px;
  background-image: url("../../assets/img/demo-image-1.webp");
  background-size: cover;
  background-position: 48% 50%;
  filter: blur(8px) brightness(0.76) contrast(1.06) saturate(1.06);
  opacity: 0.32;
  transform: scale(1.04);
}

.ambient-anchor::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 50% 40%, rgba(15, 12, 16, 0.18), rgba(15, 12, 16, 0.78)),
    radial-gradient(circle at 25% 25%, rgba(255, 123, 111, 0.18), transparent 60%),
    radial-gradient(circle at 75% 45%, rgba(255, 93, 156, 0.16), transparent 65%);
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.ambient-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 6px 0 12px;
}

.ambient-strip .shot {
  position: relative;
  padding-top: 36%;
  border-radius: 12px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  filter: blur(1.2px) brightness(0.88) contrast(1.08) saturate(1.03);
  opacity: 0.62;
  transition: opacity 160ms ease, filter 160ms ease;
}

.ambient-strip .shot:nth-child(1) {
  background-image: url("../../assets/img/demo-image-3.webp");
}

.ambient-strip .shot:nth-child(2) {
  background-image: url("../../assets/img/demo-image-4.webp");
}

.ambient-strip .shot:nth-child(3) {
  background-image: url("../../assets/img/demo-image-5.webp");
}

.ambient-strip .shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(15, 12, 16, 0.08), rgba(15, 12, 16, 0.45));
}

.ambient-strip .shot:hover {
  opacity: 0.72;
  filter: blur(1px) brightness(0.92) contrast(1.1);
}

/* ========== DRIFT FILLER ========== */

.drift-filler {
  margin: -6px 0 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: rgba(234, 213, 224, 0.54);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-left: 2px;
}

.drift-filler span {
  display: inline-block;
}

.micro-moment {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(234, 213, 224, 0.6);
  padding: 4px 0;
  margin: -4px 0 10px;
}

.micro-moment .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(206, 170, 195, 0.6);
  box-shadow: 0 0 0 6px rgba(206, 170, 195, 0.07);
}

.micro-moment::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(206, 170, 195, 0.12), transparent);
  pointer-events: none;
  transform: translateY(-50%);
}

/* ========== LINER NOTES ========== */

.liner-notes {
  padding: 16px 0 0;
  max-width: 560px;
  margin: 0 auto;
}

.liner-notes p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 220, 214, 0.52);
  line-height: 1.85;
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  text-align: center;
  white-space: pre-line;
}

/* ========== FEATURES ========== */

.section-features {
  border-radius: var(--radius-card);
  padding: 22px 20px 24px;
  background: linear-gradient(
      135deg,
      rgba(20, 18, 30, 0.8),
      rgba(15, 14, 24, 0.9)
    );
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 14px 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: radial-gradient(circle at top left,
      rgba(155, 125, 184, 0.08),
      rgba(18, 16, 28, 0.82));
}

.feature-title {
  font-size: 0.9rem;
  margin: 0 0 6px;
}

.feature-text {
  font-size: 0.84rem;
  color: var(--muted);
  margin: 0;
}

/* ========== RELEASES ========== */

.section-releases {
  padding-top: 20px;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.release-card {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(
    135deg,
    rgba(20, 18, 30, 0.8),
    rgba(15, 14, 24, 0.9)
  );
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.release-cover {
  position: relative;
  height: 150px;
  border-bottom: 1px solid var(--border);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.92) contrast(1.1) saturate(1.04);
}

.release-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      135deg,
      rgba(255, 123, 111, 0.14),
      rgba(111, 125, 255, 0.12)
    ),
    repeating-linear-gradient(
      135deg,
      rgba(15, 14, 22, 0.2) 0,
      rgba(15, 14, 22, 0.2) 1px,
      transparent 1px,
      transparent 3px
    );
  mix-blend-mode: screen;
  opacity: 0.45;
}

.release-cover-album {
  background-image:
    linear-gradient(180deg, rgba(11, 11, 16, 0.14), rgba(11, 11, 16, 0.42)),
    url("../../assets/img/demo-image-1.webp");
}

.release-cover-ep {
  background-image:
    linear-gradient(180deg, rgba(11, 11, 16, 0.14), rgba(11, 11, 16, 0.42)),
    url("../../assets/img/demo-image-2.webp");
}

.release-cover-single {
  background-image:
    linear-gradient(180deg, rgba(11, 11, 16, 0.14), rgba(11, 11, 16, 0.42)),
    url("../../assets/img/demo-image-3.webp");
}

/* DEMO IMAGE MODE (prevents cropping of the demo label text) */
.demo-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgba(10, 10, 14, 0.35);
}

.demo-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.release-cover,
.snapshot-image,
.player-cover {
  position: relative;
}

.release-cover,
.snapshot-image,
.player-cover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.is-cover {
  background-size: cover !important;
}

.release-body {
  padding: 12px 14px 16px;
}

.release-type {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin: 0 0 4px;
}

.release-title {
  font-size: 1rem;
  margin: 0 0 4px;
}

.release-meta {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 8px;
}

.release-text {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0;
}

/* ========== LO-FI FILLER ========== */

.lofi-filler {
  padding: 10px 0 8px;
}

.filler-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 14px;
  align-items: start;
}

.filler-block {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(20, 18, 30, 0.85), rgba(15, 14, 24, 0.94));
  box-shadow: var(--shadow);
  padding: 14px 14px 16px;
}

.filler-block--snapshots {
  grid-row: span 2;
}

.filler-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 8px;
}

.filler-sub {
  margin: 0;
  font-size: 0.86rem;
  color: var(--ink-muted);
  max-width: 34rem;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.snapshot-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(18, 16, 28, 0.94), rgba(15, 14, 24, 0.94));
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.snapshot-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.9) contrast(1.1) saturate(1.04);
}

.shot-1 {
  background-image:
    linear-gradient(180deg, rgba(11, 11, 16, 0.1), rgba(11, 11, 16, 0.32)),
    url("../../assets/img/demo-image-1.webp");
}

.shot-2 {
  background-image:
    linear-gradient(180deg, rgba(11, 11, 16, 0.1), rgba(11, 11, 16, 0.32)),
    url("../../assets/img/demo-image-2.webp");
}

.shot-3 {
  background-image:
    linear-gradient(180deg, rgba(11, 11, 16, 0.1), rgba(11, 11, 16, 0.32)),
    url("../../assets/img/demo-image-3.webp");
}

.shot-4 {
  background-image:
    linear-gradient(180deg, rgba(11, 11, 16, 0.1), rgba(11, 11, 16, 0.32)),
    url("../../assets/img/demo-image-5.webp");
}

.snapshot-meta {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.timestamp {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(234, 213, 224, 0.72);
}

.snapshot-title {
  margin: 0;
  font-size: 0.98rem;
}

.snapshot-text {
  margin: 0;
  font-size: 0.84rem;
  color: var(--ink-muted);
}

.filler-block--strip,
.filler-block--credits {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.artifact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 6px;
}

.artifact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 245, 240, 0.82);
  background: linear-gradient(135deg, rgba(255, 123, 111, 0.16), rgba(111, 125, 255, 0.14));
  border: 1px solid var(--border);
}

.artifact-pill:hover {
  background: linear-gradient(135deg, rgba(255, 123, 111, 0.24), rgba(111, 125, 255, 0.2));
}

.liner-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 12px 10px;
  background: linear-gradient(135deg, rgba(255, 123, 111, 0.08), rgba(111, 125, 255, 0.08), rgba(18, 16, 28, 0.92));
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 8px;
}

.liner-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.88rem;
}

.liner-label {
  color: rgba(234, 213, 224, 0.7);
  letter-spacing: 0.04em;
}

.liner-value {
  color: var(--text);
}

/* ========== START HERE ========== */

.section-start {
  padding-top: 20px;
}

.start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.start-card {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: radial-gradient(circle at top left,
      rgba(255, 123, 111, 0.14),
      rgba(18, 16, 28, 0.84));
  padding: 14px 14px 16px;
}

.start-title {
  font-size: 0.98rem;
  margin: 0 0 6px;
}

.start-text {
  font-size: 0.84rem;
  color: var(--muted);
  margin: 0 0 8px;
}

.start-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: var(--accent-soft-blue);
  text-decoration: none;
}

.start-link:hover {
  text-decoration: underline;
}

/* ========== ABOUT ========== */

.section-about {
  padding-top: 20px;
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: linear-gradient(
    135deg,
    rgba(20, 18, 30, 0.82),
    rgba(15, 14, 24, 0.92)
  );
  padding: 18px 18px 20px;
  box-shadow: var(--shadow);
}

.about-heading .section-title {
  font-size: 1.4rem;
}

.about-body {
  font-size: 0.9rem;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ========== CTA / CONTACT ========== */

.section-cta {
  padding-top: 22px;
}

.cta-inner {
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: radial-gradient(circle at top left,
      rgba(255, 123, 111, 0.16),
      rgba(111, 125, 255, 0.12),
      rgba(18, 16, 28, 0.88) 72%);
  padding: 18px 18px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 18px;
  box-shadow: var(--shadow-soft);
}

.cta-copy .section-title {
  font-size: 1.4rem;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-note {
  margin: 2px 0 0;
  font-size: 0.82rem;
  color: var(--ink-muted);
}

/* ========== FOOTER ========== */

.footer {
  margin-top: 40px;
  border-top: none;
  padding-top: 16px;
  box-shadow: 0 -26px 60px rgba(0, 0, 0, 0.44);
  position: relative;
  overflow: hidden;
}

.footer-text {
  margin: 0;
  font-size: 0.78rem;
  color: var(--ink-muted);
  text-align: center;
}

.footer::before {
  content: "";
  position: absolute;
  inset: -30px -60px;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(111, 125, 255, 0.12), transparent 70%),
    radial-gradient(800px 400px at 20% 20%, rgba(255, 123, 111, 0.12), transparent 70%),
    radial-gradient(700px 360px at 80% 25%, rgba(111, 125, 255, 0.1), transparent 70%);
  filter: blur(22px);
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 900px) {
  :root {
    --hero-zoom: 175%;
    --hero-pos-y: 68%;
  }

  .page {
    padding: 0 18px 32px;
  }

  .main {
    padding-top: 80px;
  }

  .filmstrip {
    display: none;
  }

  .site-header {
    --nav-shell-pad-x: 18px;
    --nav-pad-x: 12px;
  }

  .nav-desktop {
    display: none;
  }

  .nav-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-card {
    order: -1;
  }

  .hero {
    padding: 0 0 52px;
  }

  .hero-container {
    padding: 90px 18px 0;
  }

  .player-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .release-grid,
  .start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filler-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .filler-block--snapshots {
    grid-row: auto;
  }

  .snapshot-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .ambient-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-inner,
  .cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  :root {
    --hero-zoom: 190%;
    --hero-pos-y: 66%;
  }

  .page {
    padding: 0 14px 32px;
  }

  .main {
    padding-top: 74px;
  }

  .site-header {
    --nav-shell-pad-x: 14px;
    --nav-pad-x: 12px;
  }

  .hero {
    padding: 0 0 46px;
  }

  .hero-container {
    padding: 90px 14px 0;
  }

  .player-head {
    padding: 14px 14px 12px;
  }

  .player-timeline,
  .tracklist {
    padding-inline: 14px;
  }

  .feature-grid,
  .release-grid,
  .start-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .snapshot-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  .liner-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .ambient-strip {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* EV nav badge (scoped) */
.ev-navhome{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ev-navhome__badge{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: .4px;

  background: var(--ev-brand-purple-soft);
  border: 1px solid var(--ev-brand-purple-border);
  color: var(--ev-brand-purple);
  box-shadow: 0 0 0 transparent;
}

.ev-navhome:hover .ev-navhome__badge{
  background: var(--ev-brand-purple-soft);
  border-color: var(--ev-brand-purple-border);
  box-shadow: 0 0 24px rgba(164, 155, 255, 0.35);
}

:root{
  --ev-brand-purple: #a49bff;
  --ev-brand-purple-soft: rgba(164, 155, 255, 0.16);
  --ev-brand-purple-border: rgba(164, 155, 255, 0.35);
}

.ev-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  padding: 1rem 1.5rem;
  margin-top: 4rem;

  font-size: 0.85rem;
  opacity: 0.8;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-footer__logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #7c4dff;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  text-decoration: none;
}

.ev-footer__center {
  text-align: center;
  opacity: 0.7;
}

.ev-footer__cta {
  text-decoration: none;
  font-weight: 500;
  opacity: 0.9;
}

.ev-footer__cta:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .ev-footer {
    flex-direction: column;
    text-align: center;
  }
}

.ev-copyright {
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  opacity: 0.5;
}

.demo-safe-link { cursor: pointer; }


/* Footer layout */
.site-footer {
  margin-top: 60px;
  padding: 20px 22px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  flex-wrap: wrap;
}

.footer-left,
.footer-center,
.footer-right {
  color: var(--muted, var(--ink-muted, rgba(255, 255, 255, 0.78)));
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer-left {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-right a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.footer-right a:hover {
  color: var(--text, var(--ink-main, #ffffff));
}

@media (max-width: 720px) {
  .footer-inner {
    justify-content: center;
    text-align: center;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    justify-content: center;
  }

  .footer-right {
    justify-content: center;
  }
}

