/* Project Roast — NEON. Cyan + magenta on near-black, unified with ROAST STUDIO. */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg: #06070E;
  --bg-2: #0C0F1E;
  --panel: rgba(47, 230, 255, 0.06);
  --panel-line: #28315C;
  --border: #1A2140;
  --border-2: #28315C;
  --text: #EAF3FF;
  --text-dim: #93A6C8;
  --text-mute: #5E6E92;
  /* legacy "fire" tokens remapped to the neon palette so every existing rule recolours automatically */
  --fire: #2FE6FF;      /* primary accent = cyan */
  --fire-2: #FFB24A;    /* secondary = amber */
  --fire-hot: #FF2D9B;  /* hot = magenta */
  --gold: #FFB24A;
  --pink: #FF2D9B;
  --cyan: #2FE6FF;
  --purple: #9B5CFF;
  --good: #38E8A0;
  --radius: 14px;
  --radius-sm: 9px;
  --max-width: 1000px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ambient neon wash behind everything */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(760px 400px at 50% -8%, rgba(47, 230, 255, 0.16), transparent 62%),
    radial-gradient(560px 400px at 6% 20%, rgba(255, 45, 155, 0.13), transparent 60%),
    radial-gradient(560px 440px at 96% 62%, rgba(155, 92, 255, 0.10), transparent 60%);
}

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 28px; }

a { color: var(--cyan); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--pink); }

h1, h2, h3 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 600; letter-spacing: -0.01em; margin: 0 0 14px;
}
h2 { font-size: 1.5rem; }

.accent { color: var(--cyan); }

.eyebrow, .label-eyebrow {
  display: block; color: var(--cyan);
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.32em;
  text-transform: uppercase; margin-bottom: 16px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 7, 14, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-2);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--text); }
.logo:hover { color: var(--text); }
.logo-text {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  letter-spacing: 0.10em; font-size: 1.4rem;
}
.logo-text .accent { color: var(--cyan); text-shadow: 0 0 14px rgba(47, 230, 255, 0.9); }

.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; align-items: center; }
.site-nav a {
  font-family: 'Space Grotesk', sans-serif; color: var(--text-dim);
  font-size: 0.86rem; font-weight: 500; letter-spacing: 0.06em;
  padding: 4px 0; border-bottom: 2px solid transparent;
}
.site-nav a:hover, .site-nav a.active {
  color: var(--text); border-bottom-color: var(--cyan);
}
.site-nav a.nav-cta {
  display: inline-flex; align-items: center; gap: 4px; line-height: 1;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.03em; color: #04060e !important;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  padding: 9px 18px; border-radius: 999px; border-bottom: none !important;
}
.site-nav a.nav-cta:hover { filter: brightness(1.07); color: #04060e !important; }
.nav-toggle {
  display: none; background: none; border: 1px solid var(--border-2);
  color: var(--text); font-size: 1.2rem; padding: 4px 10px; cursor: pointer; border-radius: 6px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; text-align: center; margin-top: 44px;
  padding: 30px 24px 54px; border-radius: 20px; overflow: hidden;
}
.hero .fireband {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(115deg, var(--pink), var(--purple) 30%, var(--cyan) 60%, var(--pink) 100%);
  background-size: 300% 300%; filter: blur(2px) saturate(1.15);
  opacity: 0.18; animation: shift 9s ease infinite;
}
@keyframes shift { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
.hero > * { position: relative; z-index: 1; }
.hero-emoji {
  font-size: 44px; display: inline-block; margin-bottom: 10px;
  filter: drop-shadow(0 0 18px rgba(47, 230, 255, 0.9));
  animation: bob 3s ease-in-out infinite;
}
@keyframes bob { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-6px) scale(1.08)} }
.hero .eyebrow { color: var(--cyan); text-shadow: 0 0 12px rgba(47,230,255,.55); }
.hero-title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(3rem, 10vw, 6rem); line-height: 0.88; letter-spacing: -0.02em;
  margin: 0 0 18px; color: #fff;
  text-shadow: 0 0 8px #fff, 0 0 24px var(--cyan), 0 0 48px var(--pink), 0 0 72px var(--purple);
  animation: heat 3.2s ease-in-out infinite;
}
@keyframes heat {
  0%,100%{ text-shadow: 0 0 8px #fff, 0 0 22px var(--cyan), 0 0 44px var(--pink), 0 0 66px var(--purple); }
  50%{ text-shadow: 0 0 10px #fff, 0 0 32px var(--cyan), 0 0 60px var(--pink), 0 0 92px var(--purple); }
}
.hero-tagline { color: var(--text-dim); font-size: 1.15rem; font-weight: 300; margin: 0 auto; max-width: 500px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; justify-content: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 14px 30px; border-radius: 999px; white-space: nowrap;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.9rem;
  letter-spacing: 0.02em; border: 1px solid transparent; transition: box-shadow .2s ease, transform .1s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  color: #04060e;
}
.btn-primary:hover { color: #04060e; filter: brightness(1.06); }
.btn-ghost { color: var(--text); border-color: var(--panel-line); background: rgba(255,255,255,.02); }
.btn-ghost:hover { color: #fff; border-color: var(--cyan); box-shadow: 0 0 22px rgba(47,230,255,.3); }

/* Feathered neon pills: the fill is a soft-edged copy of the cyan→pink gradient (no hard
   bright edge to fringe, no seam, no border), with a matched glow behind. Text stays crisp. */
.btn-primary, .site-nav a.nav-cta, .footer-col .vault-mini {
  position: relative; isolation: isolate; background: transparent; box-shadow: none;
}
/* feathered fill — soft ~1.2px edge */
.btn-primary::before, .site-nav a.nav-cta::before, .footer-col .vault-mini::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, var(--cyan), var(--pink)); filter: blur(1.2px);
}
/* matched glow — same gradient, so cyan at the cyan edge, pink at the pink edge; never a crescent */
.btn-primary::after, .site-nav a.nav-cta::after, .footer-col .vault-mini::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -2; pointer-events: none;
  background: linear-gradient(90deg, var(--cyan), var(--pink)); filter: blur(13px); opacity: .5;
}
/* bolder glow for the big hero / lyric-video CTAs */
.hero-actions .btn-primary::after, .btn-lg::after { filter: blur(18px); opacity: .66; }

/* ---------- Vault / Ko-fi ---------- */
.vault {
  margin-top: 22px; padding: 34px 38px; border-radius: var(--radius);
  background: var(--panel); border: 1px solid var(--panel-line);
  display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap;
}
.vault-title { font-family: 'Space Grotesk', sans-serif; font-size: 1.5rem; margin: 0 0 6px; color: #fff; }
.vault p { margin: 0; color: var(--text-dim); font-size: 0.95rem; max-width: 460px; }

/* ---------- Sections ---------- */
.section { margin-top: 76px; }
.page-head { margin-top: 52px; }
.page-sub { color: var(--text-dim); font-size: 1.05rem; max-width: 660px; }

.latest-list { list-style: none; margin: 18px 0 22px; padding: 0; }
.latest-item {
  padding: 18px 4px; border-bottom: 1px solid var(--border-2);
  font-family: 'Space Grotesk', sans-serif; font-size: 1.15rem;
  display: flex; justify-content: space-between; align-items: center;
}
.latest-item a { color: var(--text); }
.latest-item a:hover { color: var(--cyan); text-shadow: 0 0 14px rgba(47,230,255,.7); }
.link-more { font-family: 'Space Grotesk', sans-serif; font-size: 0.9rem; }

.cta-section { border-top: 1px solid var(--border-2); padding-top: 52px; }
.cta-sub { color: var(--text-dim); margin: 6px 0 22px; }

/* ---------- ROAST STUDIO promo band (homepage) ---------- */
.studio-section { margin-top: 64px; }
.studio-band {
  position: relative; overflow: hidden;
  border: 1px solid var(--panel-line); border-radius: 22px;
  background:
    radial-gradient(680px 340px at 92% -30%, rgba(255,45,155,.20), transparent 60%),
    radial-gradient(560px 340px at -2% 120%, rgba(47,230,255,.18), transparent 60%),
    var(--bg-2);
  padding: 48px 48px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
}
.studio-band .badge {
  font-family: 'Space Grotesk', sans-serif; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: #04060e; background: linear-gradient(90deg, var(--cyan), var(--pink)); padding: 6px 13px; border-radius: 999px; display: inline-block;
}
.studio-band h2 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.02; color: #fff; margin: 16px 0 12px;
  text-shadow: 0 0 30px rgba(47,230,255,.25);
}
.studio-band p { color: var(--text-dim); margin: 0 0 20px; max-width: 42ch; font-size: 1.02rem; }
.studio-steps { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.studio-steps li { display: flex; align-items: center; gap: 12px; color: var(--text); font-size: .95rem; }
.studio-steps li span {
  flex: none; width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Space Grotesk', sans-serif; font-size: .72rem; font-weight: 700; color: var(--cyan); border: 1px solid var(--cyan);
}
.studio-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.btn-lg { padding: 16px 34px; font-size: 1rem; }
.studio-price { color: var(--text-dim); font-size: .92rem; }
.studio-price b { color: var(--gold); font-size: 1.05rem; }
.studio-visual {
  position: relative; display: block; aspect-ratio: 4/3; border-radius: 16px; border: 1px solid var(--border-2);
  overflow: hidden; background: #03040A; transition: transform .18s ease, border-color .18s ease, box-shadow .2s ease;
}
.studio-visual:hover { transform: translateY(-3px); border-color: var(--cyan); box-shadow: 0 24px 50px -26px rgba(47,230,255,.5); }
.studio-visual canvas { display: block; width: 100%; height: 100%; }
.studio-play {
  position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%);
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .82rem; color: #04060e;
  background: linear-gradient(90deg, var(--cyan), var(--pink)); padding: 8px 16px; border-radius: 999px; white-space: nowrap;
}

/* ---------- Music page ---------- */
.search-box {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--border-2); background: rgba(255,255,255,.02);
  border-radius: 30px; padding: 11px 18px; max-width: 440px; margin-top: 28px;
}
.search-box:focus-within { border-color: var(--cyan); box-shadow: 0 0 20px rgba(47,230,255,.28); }
.search-box input { flex: 1; background: transparent; border: none; color: var(--text); font-family: inherit; font-size: 0.98rem; outline: none; }
.search-box input::placeholder { color: var(--text-mute); }
.track-count { color: var(--text-mute); font-size: 0.82rem; margin-top: 14px; letter-spacing: .04em; }

.track-grid { margin-top: 34px; display: grid; grid-template-columns: 1fr; gap: 6px; }
.track-card {
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: rgba(255,255,255,.015); padding: 14px 16px;
  display: flex; align-items: center; gap: 18px; transition: border-color .2s ease, box-shadow .2s ease;
}
.track-card:hover { border-color: var(--panel-line); box-shadow: 0 0 24px rgba(47,230,255,.12); }
.track-index { color: var(--cyan); font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 700; min-width: 34px; text-shadow: 0 0 10px rgba(47,230,255,.5); }
.track-embed { flex: 1; min-width: 0; }
.track-embed iframe { display: block; border-radius: var(--radius-sm); }
.load-more-wrap { text-align: center; margin: 40px 0 80px; }

/* ---------- About page ---------- */
.info-panel {
  border: 1px solid var(--border); border-left: 2px solid var(--cyan);
  background: rgba(255,255,255,.015); border-radius: var(--radius-sm);
  padding: 16px 22px; margin-bottom: 40px; max-width: 520px;
}
.info-row { display: flex; gap: 14px; padding: 7px 0; font-size: 0.95rem; }
.info-key { color: var(--text-mute); min-width: 130px; }
.info-val { color: var(--text); font-weight: 500; }
.prose p { margin: 0 0 18px; max-width: 700px; }
.edit-note { color: var(--text-mute); font-size: 0.82rem; font-style: italic; }

/* ---------- Competition page ---------- */
.prize {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(3.4rem, 12vw, 6.5rem); line-height: 0.9; margin: 0; color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 30px var(--cyan), 0 0 60px var(--pink);
  animation: heat 3.2s ease-in-out infinite;
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0; }
.step { border: 1px solid var(--panel-line); border-radius: var(--radius); padding: 22px 18px; background: var(--panel); }
.step .num { font-family: 'Space Grotesk', sans-serif; color: var(--cyan); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; }
.step h3 { font-size: 1.05rem; margin: 8px 0 6px; color: #fff; }
.step p { margin: 0; font-size: 0.9rem; color: var(--text-dim); line-height: 1.55; }
.scam-warning {
  border: 1px solid var(--panel-line); border-left: 3px solid var(--pink);
  background: var(--panel); border-radius: var(--radius-sm);
  padding: 16px 20px; max-width: 720px; font-size: 0.9rem; color: var(--text-dim); margin: 24px 0 40px;
}
.scam-warning strong { color: var(--gold); }
.comp-form-section { margin-top: 56px; margin-bottom: 56px; }
.form-embed-wrap { max-width: 720px; }

/* ---------- Contact page ---------- */
.contact-content { display: flex; flex-direction: column; gap: 40px; margin-bottom: 80px; }
.contact-form { display: flex; flex-direction: column; gap: 6px; max-width: 540px; }
.contact-form label { font-family: 'Space Grotesk', sans-serif; color: var(--cyan); font-size: 0.8rem; font-weight: 600; margin-top: 14px; letter-spacing: .04em; }
.contact-form input, .contact-form textarea {
  background: var(--bg-2); border: 1px solid var(--border-2); color: var(--text);
  font-family: inherit; font-size: 0.95rem; padding: 12px 15px; border-radius: var(--radius-sm); outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 18px rgba(47,230,255,.22); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--text-mute); }
.contact-form button { margin-top: 20px; align-self: flex-start; cursor: pointer; }
.contact-direct { color: var(--text-dim); }
.footer-email { font-size: 1.05rem; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border-2); margin-top: 96px; padding-top: 52px; background: rgba(12,15,30,0.5); }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-col .vault-mini {
  display: inline-block; margin-top: 10px; padding: 11px 22px; border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--pink)); color: #04060e !important;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.86rem;
}
.footer-col .vault-mini:hover { filter: brightness(1.07); }
.footer-blurb { color: var(--text-dim); font-size: 0.9rem; margin: 8px 0 0; max-width: 260px; }
.social-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.social-list a { display: flex; justify-content: space-between; gap: 12px; color: var(--text); font-size: 0.88rem; border-bottom: 1px solid transparent; }
.social-list a:hover { color: var(--cyan); border-bottom-color: var(--cyan); }
.social-handle { color: var(--text-mute); }
.social-list a:hover .social-handle { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--border-2); padding: 20px 28px; color: var(--text-mute); font-size: 0.78rem; max-width: var(--max-width); margin: 0 auto; }
.footer-tag { color: var(--cyan); letter-spacing: .06em; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .studio-band { grid-template-columns: 1fr; }
  .studio-visual { order: -1; }
}
@media (max-width: 780px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .site-nav ul { display: none; position: absolute; top: 60px; right: 20px; flex-direction: column; gap: 0; background: var(--bg-2); border: 1px solid var(--border-2); border-radius: var(--radius-sm); padding: 8px 18px; }
  .site-nav ul.open { display: flex; }
  .nav-toggle { display: inline-block; }
  .footer-inner { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .vault { flex-direction: column; align-items: flex-start; }
}
