
:root {
  --bg: #050714;
  --bg-2: #0a1022;
  --panel: rgba(255,255,255,.08);
  --panel-strong: rgba(255,255,255,.14);
  --text: #f8f7ee;
  --muted: #c8c1a7;
  --soft: #fff7df;
  --green: #a8ff78;
  --gold: #ffd166;
  --amber: #ff9f1c;
  --cyan: #69d9ff;
  --border: rgba(255,255,255,.16);
  --shadow: 0 28px 90px rgba(0,0,0,.46);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(168,255,120,.18), transparent 28%),
    radial-gradient(circle at 74% 16%, rgba(255,209,102,.16), transparent 30%),
    radial-gradient(circle at 45% 90%, rgba(105,217,255,.12), transparent 30%),
    linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 45%, #080812 100%);
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 86%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, calc(100% - 36px)); margin: 0 auto; position: relative; z-index: 1; }
.skip {
  position: absolute; left: -999px; top: 12px; z-index: 9;
  padding: 10px 12px; border-radius: 12px; background: #fff; color: #050714;
}
.skip:focus { left: 12px; }
header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 24px 0;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; font-size: .88rem; }
.logo {
  width: 44px; height: 44px; border-radius: 999px; overflow: hidden;
  box-shadow: 0 0 34px rgba(255,209,102,.24);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
}
.logo img { width: 100%; height: 100%; object-fit: cover; }
nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 14px; }
.nav-link { color: var(--muted); font-size: .93rem; transition: color 180ms ease, transform 180ms ease; }
.nav-link:hover { color: var(--text); transform: translateY(-1px); }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: 38px; padding: 62px 0 54px; }
.hero.single { grid-template-columns: 1fr; max-width: 900px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px;
  border: 1px solid var(--border); border-radius: 999px;
  color: var(--muted); background: rgba(255,255,255,.065);
  font-weight: 850; font-size: .88rem; margin-bottom: 22px;
}
.pulse { width: 8px; height: 8px; border-radius: 999px; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
h1 { font-size: clamp(3.2rem, 7.4vw, 7.55rem); line-height: .87; letter-spacing: -.085em; margin-bottom: 24px; }
.gradient {
  background: linear-gradient(120deg, #fff8df 8%, var(--green) 40%, var(--gold) 70%, var(--amber) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.subtitle { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.34rem); max-width: 760px; margin-bottom: 28px; }
.subtitle strong { color: var(--soft); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 13px 18px; border-radius: 999px;
  border: 1px solid var(--border); font-weight: 920;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,.3); }
.button.primary { background: linear-gradient(135deg, var(--green), var(--gold)); color: #061018; border-color: transparent; }
.button.secondary { background: rgba(255,255,255,.07); }
.proof { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .92rem; }
.proof span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.055); }
.art-frame {
  position: relative; border: 1px solid var(--border); border-radius: 34px;
  background: linear-gradient(160deg, rgba(255,255,255,.15), rgba(255,255,255,.045));
  padding: 16px; overflow: hidden; box-shadow: var(--shadow);
}
.art-frame::before {
  content: ""; position: absolute; inset: -80px -80px auto auto; width: 290px; height: 290px;
  background: radial-gradient(circle, rgba(255,209,102,.36), transparent 66%); filter: blur(3px);
}
.art-frame img {
  position: relative; z-index: 1; width: 100%; border-radius: 24px;
  border: 1px solid rgba(255,255,255,.13);
}
section { padding: 56px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: -.06em; line-height: 1; }
.section-head p { color: var(--muted); max-width: 650px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card {
  border: 1px solid var(--border); border-radius: 28px; background: var(--panel);
  padding: 22px; backdrop-filter: blur(16px);
}
.stat strong { display: block; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.06em; margin-bottom: 8px; }
.stat span, .card p, .card li { color: var(--muted); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.card h3 { font-size: 1.28rem; margin-bottom: 12px; letter-spacing: -.025em; }
.card ul { list-style: none; display: grid; gap: 10px; }
.card li { display: flex; align-items: flex-start; gap: 10px; }
.star { color: var(--gold); font-weight: 950; flex: 0 0 auto; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.links, .song-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.song-grid { grid-template-columns: repeat(3, 1fr); }
.resource, .song-card {
  min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px;
  border: 1px solid var(--border); border-radius: 26px; padding: 20px; background: var(--panel);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.resource:hover, .song-card:hover { transform: translateY(-3px); background: var(--panel-strong); border-color: rgba(255,209,102,.46); }
.resource strong, .song-card strong { font-size: 1.06rem; }
.resource span, .song-card span, .song-card p { color: var(--muted); font-size: .92rem; }
.badge { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; background: rgba(255,209,102,.13); color: var(--soft); font-size: .78rem; font-weight: 900; }
.story-preview {
  border: 1px solid var(--border); border-radius: 34px;
  background: linear-gradient(135deg, rgba(168,255,120,.11), rgba(255,209,102,.12));
  padding: clamp(24px, 5vw, 44px);
}
.story-preview h2 { font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1; letter-spacing: -.06em; margin-bottom: 14px; }
.story-preview p { color: var(--muted); max-width: 900px; margin-bottom: 20px; }
.press-box {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px;
  border: 1px solid var(--border); border-radius: 34px;
  padding: clamp(24px, 5vw, 44px);
  background: linear-gradient(135deg, rgba(255,209,102,.13), rgba(105,217,255,.11));
}
.press-box h2 { font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1; letter-spacing: -.06em; margin-bottom: 14px; }
.press-box p { color: var(--muted); max-width: 760px; }
.email { color: var(--soft); word-break: break-word; text-decoration: underline; text-decoration-color: rgba(255,209,102,.4); }
.article { max-width: 900px; margin: 0 auto; }
.article h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); }
.article h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.04em; margin: 36px 0 12px; }
.article p { color: var(--muted); margin: 0 0 18px; font-size: 1.06rem; }
.article .lede { font-size: clamp(1.15rem, 2.2vw, 1.45rem); color: var(--soft); }
.article-img { border-radius: 30px; border: 1px solid var(--border); box-shadow: var(--shadow); margin: 26px 0 28px; }
.breadcrumb { color: var(--muted); margin-bottom: 24px; font-size: .92rem; }
footer {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  padding: 36px 0 42px; border-top: 1px solid rgba(255,255,255,.1);
  color: var(--muted); font-size: .92rem;
}
@media (max-width: 940px) {
  header { align-items: flex-start; flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero, .story-grid, .press-box { grid-template-columns: 1fr; }
  .stats, .links, .topic-grid, .song-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1140px); }
  .hero { padding-top: 40px; }
  h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .actions .button, .press-box .button { width: 100%; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .stats, .links, .topic-grid, .song-grid { grid-template-columns: 1fr; }
}

.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.platform-card {
  min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px;
  border: 1px solid var(--border); border-radius: 26px; padding: 20px; background: var(--panel);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.platform-card:hover { transform: translateY(-3px); background: var(--panel-strong); border-color: rgba(255,209,102,.46); }
.platform-card strong { font-size: 1.06rem; }
.platform-card span, .platform-card p { color: var(--muted); font-size: .92rem; }
@media (max-width: 940px) { .platform-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .platform-grid { grid-template-columns: 1fr; } }
