@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Oswald:wght@600;700&display=swap');

:root {
  color-scheme: dark;
  --bg: #09070f;
  --text: #fff9f5;
  --muted: #b9b1c2;
  --pink: #ff3f80;
  --purple: #a934ff;
  --line: rgba(255,255,255,.12);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 12% 8%, rgba(146,30,159,.2), transparent 30%), radial-gradient(circle at 85% 20%, rgba(255,66,57,.14), transparent 26%), #09070f; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header, footer { width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { height: 92px; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-weight: 800; font-size: 14px; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; font-family: Oswald, sans-serif; font-size: 13px; background: linear-gradient(145deg, var(--pink), var(--purple)); box-shadow: 0 8px 24px rgba(255,63,128,.24); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: var(--muted); font-weight: 600; font-size: 13px; text-decoration: none; transition: color .2s ease; }
nav a:hover, nav a[aria-current="page"] { color: white; }
.nav-store-badge { padding: 5px 0; }
.nav-store-badge img { width: auto; height: 40px; }
.hero { width: min(1240px, calc(100% - 48px)); min-height: 760px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; padding: 40px 0 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; color: #ff6b96; font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Oswald, Impact, sans-serif; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(64px, 7vw, 104px); line-height: .92; letter-spacing: -.045em; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px #ff7d9e; }
.lede { max-width: 570px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border-radius: 16px; color: white; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 15px 40px rgba(197,44,255,.25); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.button small { display: block; margin-bottom: 2px; font-size: 9px; font-weight: 500; letter-spacing: .02em; }
.app-store-badge { display: inline-block; padding: 8px 0; line-height: 0; }
.app-store-badge img { width: auto; height: 56px; }
.proof-line { display: flex; gap: 10px 22px; flex-wrap: wrap; margin-top: 30px; color: #938a9e; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.proof-line span::before { content: "✓"; margin-right: 6px; color: var(--pink); }
.hero-art { min-height: 700px; position: relative; }
.poster { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; box-shadow: 0 40px 100px rgba(0,0,0,.65); }
.poster img { width: 100%; height: 100%; object-fit: cover; }
.poster-front { width: 390px; height: 640px; right: 16%; top: 20px; transform: rotate(3deg); z-index: 2; }
.poster-back { width: 315px; height: 545px; left: 0; top: 115px; transform: rotate(-8deg); filter: saturate(.8) brightness(.72); }
.streak-chip { position: absolute; right: 0; bottom: 100px; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(25,16,34,.82); box-shadow: 0 20px 45px rgba(0,0,0,.35); backdrop-filter: blur(16px); text-transform: uppercase; }
.streak-chip strong { color: var(--pink); font-family: Oswald, sans-serif; font-size: 32px; }
.streak-chip span { color: #d0c6d8; font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.4; }
.manifesto { padding: 110px 24px; border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,65,118,.08), rgba(88,31,159,.14), rgba(255,80,56,.07)); text-align: center; }
.manifesto p { margin-bottom: 12px; color: #978da1; font-family: Oswald, sans-serif; font-size: clamp(25px, 3.6vw, 50px); line-height: 1; text-transform: uppercase; }
.manifesto h2 { margin-bottom: 12px; font-size: clamp(38px, 5.4vw, 76px); line-height: 1; background: linear-gradient(90deg, #ff4f83, #b455ff, #ff7652); -webkit-background-clip: text; color: transparent; }
.feature-story { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.section-heading { max-width: 660px; margin-bottom: 54px; }
.section-heading h2, .community-band h2, .final-cta h2, .app-hero h1 { margin-bottom: 20px; font-size: clamp(50px, 6vw, 84px); line-height: .95; letter-spacing: -.03em; }
.section-heading > p:last-child, .community-band > div > p, .final-cta > p:not(.eyebrow), .app-hero > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 660px; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 28px; background: #14101e; }
.feature-card > div { position: relative; z-index: 2; padding: 32px 30px; background: linear-gradient(#161020 72%, transparent); }
.feature-card .number { color: #ff5d8e; font: 700 12px Oswald, sans-serif; letter-spacing: .14em; }
.feature-card h3 { margin: 12px 0 10px; font: 700 28px Oswald, sans-serif; text-transform: uppercase; }
.feature-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.feature-card img { position: absolute; width: 82%; left: 9%; top: 195px; border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,.45); }
.feature-plan { background: radial-gradient(circle at 50% 65%, rgba(104,56,214,.28), transparent 48%), #12101d; }
.feature-proof { background: radial-gradient(circle at 50% 65%, rgba(220,52,78,.26), transparent 48%), #171014; }
.feature-progress { background: radial-gradient(circle at 50% 65%, rgba(10,137,154,.23), transparent 48%), #0b1519; }
.community-band { width: min(1240px, calc(100% - 48px)); min-height: 760px; margin: 20px auto 130px; padding: 70px; overflow: hidden; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 70px; border: 1px solid var(--line); border-radius: 36px; background: radial-gradient(circle at 80% 30%, rgba(180,49,255,.22), transparent 38%), linear-gradient(135deg, #160d1d, #0e0c18); }
.community-band img { width: 360px; max-height: 650px; justify-self: center; border-radius: 26px; object-fit: cover; box-shadow: 0 40px 90px rgba(0,0,0,.55); transform: rotate(3deg); }
.text-link { display: inline-block; margin-top: 15px; color: #ff6a99; font-weight: 800; text-decoration: none; }
.final-cta { max-width: 930px; margin: 0 auto; padding: 120px 24px 150px; text-align: center; }
.final-cta .button, .final-cta .app-store-badge { margin-top: 18px; }
footer { min-height: 120px; border-top: 1px solid var(--line); color: #8c8395; font-size: 11px; }
footer > div { display: flex; gap: 22px; }
footer > div a { text-decoration: none; }
.apple-credit { display: inline-block; max-width: 390px; margin-top: 5px; color: #665e6f; font-size: 8px; line-height: 1.35; }
.app-hero { max-width: 1000px; margin: 0 auto; padding: 100px 24px 90px; text-align: center; }
.app-hero > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 30px; }
.poster-rail { width: min(1480px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 120px; display: grid; grid-template-columns: repeat(6, minmax(210px, 1fr)); gap: 16px; overflow-x: auto; scrollbar-width: thin; }
.poster-rail figure { margin: 0; min-width: 210px; }
.poster-rail img { width: 100%; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.poster-rail figcaption { margin-top: 14px; color: #978fa0; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.detail-grid { width: min(1120px, calc(100% - 48px)); margin: 0 auto 50px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: 30px; overflow: hidden; }
.detail-grid article { min-height: 300px; padding: 48px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.detail-grid article:nth-child(2n) { border-right: 0; }
.detail-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.detail-grid span { color: #ff5e91; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.detail-grid h2 { margin: 18px 0 14px; font-size: 40px; line-height: 1; }
.detail-grid p { max-width: 430px; color: var(--muted); line-height: 1.7; }
@media (max-width: 900px) {
  nav > a:not(.nav-store-badge) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-art { min-height: 650px; }
  .poster-front { right: 6%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 790px; }
  .feature-card img { width: min(70%, 440px); left: 50%; transform: translateX(-50%); }
  .community-band { grid-template-columns: 1fr; padding: 50px 34px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid article, .detail-grid article:nth-child(2n), .detail-grid article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-grid article:last-child { border-bottom: 0; }
}
@media (max-width: 600px) {
  .site-header, footer, .hero, .feature-story, .community-band { width: min(100% - 28px, 1240px); }
  .site-header { height: 76px; }
  .brand > span:last-child { display: none; }
  .hero { min-height: auto; padding: 55px 0 80px; }
  .hero h1 { font-size: 58px; }
  .lede { font-size: 16px; }
  .hero-art { min-height: 520px; margin-top: 20px; }
  .poster-front { width: 265px; height: 450px; right: 3%; }
  .poster-back { width: 220px; height: 390px; top: 80px; }
  .streak-chip { right: 0; bottom: 20px; }
  .manifesto { padding: 80px 18px; }
  .feature-story { padding: 90px 0; }
  .feature-card { min-height: 660px; }
  .feature-card img { width: 88%; top: 210px; }
  .community-band { padding: 45px 24px; margin-bottom: 60px; }
  .community-band img { width: 280px; }
  .app-hero { padding-top: 65px; }
  .poster-rail { padding-bottom: 80px; }
  .detail-grid { width: calc(100% - 28px); }
  .detail-grid article { min-height: 0; padding: 34px 26px; }
  footer { min-height: 170px; padding: 30px 0; flex-wrap: wrap; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
