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

:root {
  --bg: #070b14;
  --panel: rgba(12, 18, 31, 0.82);
  --line: rgba(255, 255, 255, 0.1);
  --text: #eef2ff;
  --muted: #a7b0c5;
  --accent: #6b7cff;
  --accent-2: #ad5cff;
  --success: #6fd3a5;
  --danger: #ff8b8b;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  --radius: 24px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(107, 124, 255, 0.18), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(173, 92, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #050811 0%, #070b14 55%, #04070d 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
code, pre { font-family: Consolas, monospace; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.narrow { width: min(860px, 100%); }

.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(5, 8, 17, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.privacy-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 5, 12, 0.72);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.privacy-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.privacy-modal {
  width: min(720px, 100%);
  max-height: 85vh;
  overflow-y: auto;
  background: rgba(12, 18, 31, 0.98);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  padding: 1.5rem;
  position: relative;
}

.privacy-modal h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.privacy-modal-content p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.privacy-close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.privacy-close:hover {
  background: rgba(255,255,255,0.14);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 78px;
}
.brand { display: inline-flex; align-items: center; gap: .85rem; font-weight: 800; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 12px 30px rgba(107,124,255,.35); color: white;
}
.main-nav { display: flex; align-items: center; gap: .25rem; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a {
  color: var(--muted); padding: .8rem .95rem; border-radius: 999px;
  transition: .25s ease; font-weight: 500; white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: white; background: rgba(255,255,255,.08); }
.menu-toggle { display: none; }
.menu-button {
  display: none; padding: .8rem 1rem; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,.04); cursor: pointer;
}

.page-glow {
  position: fixed; pointer-events: none; filter: blur(70px); opacity: .5; z-index: 0;
}
.glow-1 { top: 8%; left: -6%; width: 240px; height: 240px; background: rgba(107,124,255,.33); }
.glow-2 { top: 24%; right: -4%; width: 260px; height: 260px; background: rgba(173,92,255,.22); }

.hero { padding: 5rem 0 3rem; }
.hero-grid { display: grid; grid-template-columns: 1.18fr .92fr; gap: 2rem; align-items: center; }
.eyebrow {
  color: #c2caf8; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; margin-bottom: 1rem;
}
.hero h1, .section-head h1, .section-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.02; margin: 0 0 1rem; letter-spacing: -.03em;
}
.section-head h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.hero-text, .page-intro, .text-panel p, .feature-card p, .music-card p, .panel p, .legal-text p, label, .helper, li {
  color: var(--muted); line-height: 1.75; font-size: 1rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 1.8rem 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: .8rem 1.2rem; border-radius: 999px; font-weight: 700; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: white; background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 14px 32px rgba(107,124,255,.28);
}
.btn-secondary { color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 1.5rem; }

.stat-card, .feature-card, .panel, .music-card, .link-card, .text-panel, .form-card, .notice {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.stat-card { padding: 1rem 1.1rem; }
.stat-card strong { display: block; margin-top: .35rem; font-size: 1rem; }
.stat-label, .tag {
  color: #d2d8ee; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em;
}

.hero-visual { display: flex; justify-content: center; }
.portrait-card {
  position: relative; width: min(430px, 100%); border-radius: 30px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 70px rgba(0,0,0,.45); background: #0d1322;
}
.portrait-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 12%;
}

.portrait-card::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(3,6,12,.9), rgba(3,6,12,.08) 42%, rgba(3,6,12,.05)),
    radial-gradient(circle at top right, rgba(107,124,255,.25), transparent 28%);
}
.portrait-overlay { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; z-index: 2; }
.portrait-overlay span { display: block; font-size: 1.25rem; font-weight: 800; }
.portrait-overlay small { color: #d6dcf6; }

.section { padding: 2.5rem 0; }
.section-alt { padding-bottom: 5rem; }
.section-head { text-align: center; max-width: 860px; margin: 0 auto 2rem; }
.section-head.left { text-align: left; margin-left: 0; }

.feature-grid, .music-grid, .footer-grid, .contact-grid, .split-grid, .embed-grid, .form-layout {
  display: grid; gap: 1.2rem;
}
.feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.split-grid, .embed-grid, .contact-grid, .form-layout { grid-template-columns: repeat(2, minmax(0,1fr)); }
.feature-card, .panel, .music-card, .text-panel, .form-card { padding: 1.5rem; }
.music-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.add-card { border-style: dashed; }

.link-list { display: grid; gap: 1rem; }
.link-card {
  display: flex; flex-direction: column; gap: .35rem; padding: 1rem 1.2rem; border-radius: 18px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: .2s ease;
}
.link-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.07); }
.link-card span { color: var(--muted); }

.video-stack { display: grid; gap: 1rem; margin-top: 1rem; }
.video-wrap, .spotify-wrap {
  position: relative; width: 100%; overflow: hidden; border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04);
}
.video-wrap { padding-top: 56.25%; }
.video-wrap iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.spotify-wrap iframe { display: block; width: 100%; border: 0; min-height: 352px; }

form { display: grid; gap: 1rem; }
.field { display: grid; gap: .45rem; }
label { color: #dfe5ff; font-weight: 600; line-height: 1.4; }
input[type="text"], input[type="email"], textarea {
  width: 100%; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04); color: var(--text);
  border-radius: 16px; padding: .95rem 1rem; outline: none;
}
textarea { min-height: 180px; resize: vertical; }
input:focus, textarea:focus {
  border-color: rgba(107,124,255,.75); box-shadow: 0 0 0 4px rgba(107,124,255,.16);
}
.checkbox-row {
  display: flex; gap: .8rem; align-items: flex-start;
  padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.checkbox-row input { margin-top: .3rem; }
.notice {
  padding: 1rem 1.1rem; margin-bottom: 1rem;
}
.notice.success { border-color: rgba(111,211,165,.4); color: #e6fff2; }
.notice.error { border-color: rgba(255,139,139,.35); color: #ffe8e8; }
.helper { font-size: .95rem; }
.honeypot { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inline-code {
  display: inline-block; padding: .15rem .45rem; border-radius: 8px;
  background: rgba(255,255,255,.06); color: #e2e7ff;
}

.inner-page { padding-top: 1rem; padding-bottom: 3rem; }

.site-footer {
  padding: 2.5rem 0; border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02); margin-top: 2rem;
}
.footer-grid { grid-template-columns: 2fr 1fr; align-items: start; }
.footer-grid p, .footer-grid a { color: var(--muted); }
.footer-links { display: grid; gap: .5rem; justify-items: start; }

.legal-text p { margin: 0 0 1rem; }

@media (max-width: 1040px) {
  .hero-grid, .feature-grid, .split-grid, .music-grid, .contact-grid, .footer-grid, .hero-stats, .embed-grid, .form-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .menu-button { display: inline-flex; }
  .main-nav {
    display: none; position: absolute; top: 78px; left: 1rem; right: 1rem; flex-direction: column;
    align-items: stretch; padding: .7rem; background: rgba(10,14,24,.98); border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px; box-shadow: var(--shadow);
  }
  .main-nav a { padding: .95rem 1rem; border-radius: 14px; }
  .menu-toggle:checked ~ .main-nav { display: flex; }
  .nav-wrap { position: relative; }
}
@media (max-width: 720px) {
  .hero { padding-top: 3.5rem; }
  .hero h1, .section-head h1, .section-head h2 { font-size: clamp(2rem, 8vw, 3rem); }
}





/* Consent popup */
.consent-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(2, 5, 12, 0.68);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
}
.consent-modal {
  width: min(920px, 100%);
  background: rgba(12, 18, 31, 0.98);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  padding: 1.35rem;
}
.consent-modal h2 {
  margin: 0 0 .8rem;
  font-size: 1.35rem;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1rem;
}
.cookie-actions form {
  display: inline-flex;
}
.btn-ghost {
  color: white;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
}
.small-note {
  font-size: .92rem;
  color: var(--muted);
}

/* Contact form styling */
.form-card {
  background: rgba(12, 18, 31, 0.9);
}
.form-card h3 {
  margin-top: 0;
}
.form-card form {
  margin-top: 1rem;
}
.helper-box {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 1rem;
}
.helper-box p {
  margin: 0;
}
.form-card .btn {
  justify-self: start;
}
.honeypot,
.honeypot label,
.honeypot input {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -10000px !important;
  pointer-events: none !important;
}
.btn-small {
  padding: 0.5rem 0.9rem;
  font-size: 0.9rem;
  min-height: auto;
  width: auto;
  display: inline-block;
  align-self: flex-start;
}
@media (max-width: 720px) {
  .consent-modal-overlay {
    padding: .75rem;
  }
  .consent-modal {
    padding: 1rem;
    border-radius: 20px;
  }
}
