:root {
  --background: #111318;
  --surface: #181b22;
  --surface-2: #20232c;
  --text: #f7f2f7;
  --muted: #a9a1ad;
  --purple: #b34ff0;
  --pink: #ec4cae;
  --blue: #6c73ef;
  --border: rgba(255, 255, 255, 0.1);
  --gradient: linear-gradient(135deg, var(--purple), var(--pink));
  --gradient-wide: linear-gradient(120deg, #9e4ff0 0%, #ec4cae 48%, #6c73ef 100%);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 14%, rgba(179, 79, 240, 0.08), transparent 27rem),
    var(--background);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; color: #111; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(76px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) max(24px, calc((100vw - var(--max)) / 2)) 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { background: rgba(17, 19, 24, .82); border-color: var(--border); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 0 24px rgba(179, 79, 240, .18); }
.desktop-nav { display: flex; align-items: center; gap: 32px; color: #d7d0db; font-size: 14px; font-weight: 600; }
.desktop-nav > a:not(.button) { transition: color .2s ease; }
.desktop-nav > a:not(.button):hover { color: white; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 11px;
  background: var(--surface-2);
  color: white;
  font-weight: 750;
  letter-spacing: -.01em;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.25); }
.button:focus-visible, .text-link:focus-visible, .menu-button:focus-visible, .stage-play:focus-visible, .brand:focus-visible, nav a:focus-visible { outline: 3px solid rgba(179, 79, 240, .75); outline-offset: 4px; }
.button-small { min-height: 40px; padding: 0 17px; background: var(--gradient); border: 0; box-shadow: 0 8px 26px rgba(179, 79, 240, .25); }
.button-secondary { background: transparent; border: 1px solid rgba(255,255,255,.18); box-shadow: none; }
.button-secondary:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.3); }
.button-primary { min-height: 56px; padding-inline: 26px; background: var(--gradient); border: 0; box-shadow: 0 14px 38px rgba(179, 79, 240, .3); }
.button-primary:hover { box-shadow: 0 18px 48px rgba(179, 79, 240, .42); }
.menu-button, .mobile-nav { display: none; }

.guide-dialog {
  width: min(920px, calc(100vw - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
}
.guide-dialog::backdrop { background: rgba(5,6,9,.82); backdrop-filter: blur(8px); }
.guide-bar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 14px 0 20px; border-bottom: 1px solid var(--border); }
.guide-bar h2 { margin: 0; font-size: 1rem; letter-spacing: 0; }
.guide-bar button { display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--muted); font-size: 1.75rem; line-height: 1; cursor: pointer; }
.guide-bar button:hover { background: rgba(255,255,255,.07); color: var(--text); }
.guide-bar button:focus-visible, .guide-youtube-link:focus-visible { outline: 3px solid rgba(179, 79, 240, .75); outline-offset: 2px; }
.guide-video { aspect-ratio: 16 / 9; background: #000; }
.guide-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.guide-youtube-link { display: block; padding: 14px 20px; color: var(--muted); font-size: .85rem; text-align: right; }
.guide-youtube-link:hover { color: var(--text); }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  align-items: center;
  gap: clamp(40px, 6vw, 92px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 132px 24px 72px;
  overflow: visible;
}
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -190px; top: 60px; background: radial-gradient(circle, rgba(108,115,239,.13), transparent 67%); }
.hero-glow-two { width: 430px; height: 430px; left: -320px; bottom: 0; background: radial-gradient(circle, rgba(236,76,174,.1), transparent 68%); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #d4cad8; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #e951b2; box-shadow: 0 0 14px rgba(236,76,174,.85); }
h1 { margin: 0; max-width: 15ch; font-size: clamp(3.4rem, 7.2vw, 7rem); line-height: .93; letter-spacing: -.06em; font-weight: 820; }
h1 em { font-style: normal; color: transparent; background: var(--gradient-wide); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 575px; margin: 29px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.45vw, 1.24rem); line-height: 1.65; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: #e7e0e9; font-size: 14px; font-weight: 700; }
.play-dot { display: grid; place-items: center; width: 36px; height: 36px; padding-left: 2px; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.04); color: #dc63be; font-size: 10px; }
.hero-note { margin: 25px 0 0; color: #77727c; font-size: 12px; }
.hero-note span { margin-right: 7px; color: #50d092; font-size: 8px; }

.stage-wrap { min-width: 0; perspective: 1200px; }
.stage-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(26,29,37,.92);
  box-shadow: 0 35px 90px rgba(0,0,0,.48), 0 0 0 1px rgba(179,79,240,.04), 0 0 75px rgba(120,78,215,.1);
  transform: rotateY(-4deg) rotateX(1deg);
  transform-origin: center left;
}
.stage-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.05), transparent 32%); }
.stage-topbar { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--border); }
.stage-brand { display: flex; align-items: center; gap: 8px; color: #e9e3eb; font-size: 13px; font-weight: 700; }
.stage-brand img { width: 25px; height: 25px; border-radius: 8px; }
.stage-live { display: flex; align-items: center; gap: 7px; color: #958e99; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.stage-live i { width: 6px; height: 6px; border-radius: 50%; background: #54d49a; box-shadow: 0 0 10px rgba(84,212,154,.55); }
.stage-main { padding: 15px; }
.performance-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 10; border-radius: 13px; background: #0e1015; }
.performance-frame > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) brightness(.66) contrast(1.1); }
.frame-vignette { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,10,18,.78), transparent 47%), linear-gradient(115deg, rgba(103,50,166,.16), rgba(236,76,174,.1)); }
.performer-chip { position: absolute; left: 14px; bottom: 14px; display: flex; align-items: center; gap: 9px; color: white; }
.performer-chip span:last-child { display: grid; gap: 1px; }
.performer-chip b { font-size: 12px; }
.performer-chip small { color: rgba(255,255,255,.63); font-size: 9px; }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-size: 10px; font-weight: 800; background: var(--gradient); box-shadow: 0 0 0 2px rgba(255,255,255,.15); }
.stage-play { position: absolute; inset: 50% auto auto 50%; width: 61px; height: 61px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(17,19,24,.45); color: white; cursor: pointer; backdrop-filter: blur(12px); transition: transform .2s ease, background .2s ease; }
.stage-play:hover { transform: translate(-50%,-50%) scale(1.06); background: rgba(179,79,240,.55); }
.stage-play span { display: inline-block; margin-left: 4px; }
.jam-rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 12px; }
.jam-tile { position: relative; display: flex; min-width: 0; height: 67px; flex-direction: column; justify-content: flex-end; gap: 3px; padding: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; background: linear-gradient(155deg, rgba(179,79,240,.18), rgba(255,255,255,.025)); }
.jam-tile:nth-child(2) { background: linear-gradient(155deg, rgba(236,76,174,.19), rgba(255,255,255,.025)); }
.jam-tile:nth-child(3) { background: linear-gradient(155deg, rgba(108,115,239,.2), rgba(255,255,255,.025)); }
.jam-tile:nth-child(4) { background: linear-gradient(155deg, rgba(221,87,189,.17), rgba(255,255,255,.025)); }
.jam-tile.is-active { border-color: rgba(218,85,193,.48); box-shadow: inset 0 0 20px rgba(179,79,240,.08); }
.jam-tile b { position: relative; z-index: 1; overflow: hidden; color: #ddd6e0; font-size: 9px; text-overflow: ellipsis; }
.tile-index { position: absolute; top: 7px; left: 8px; color: rgba(255,255,255,.38); font: 700 8px/1 monospace; }
.jam-tile i { position: absolute; left: 8px; right: 8px; bottom: 27px; height: 10px; opacity: .45; background: repeating-linear-gradient(90deg, transparent 0 3px, currentColor 3px 4px); mask-image: linear-gradient(to bottom, transparent, black 35%, black 65%, transparent); }
.tile-empty { align-items: center; justify-content: center; gap: 2px; border-style: dashed; background: rgba(255,255,255,.02) !important; color: #8d8792; }
.tile-empty span { font-size: 18px; font-weight: 300; }
.tile-empty small { font-size: 8px; white-space: nowrap; }
.stage-caption { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 17px; color: #77717c; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stage-caption i { width: 28px; height: 1px; background: linear-gradient(90deg, var(--purple), var(--pink)); }

.section-pad { max-width: var(--max); margin: 0 auto; padding: 120px 24px; }
.section-kicker { margin: 0 0 18px; color: #cc71e9; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .manifesto h2, .chain-copy h2, .why h2, .camera-copy h2, .cohort-copy h2, .final-cta h2 { margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.7rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p, .manifesto-copy, .chain-copy > p, .why-copy > p, .camera-copy > p, .cohort-copy > p { color: var(--muted); font-size: 1.04rem; line-height: 1.7; }

.manifesto { padding-top: 148px; padding-bottom: 138px; text-align: center; }
.manifesto h2 span { color: transparent; background: var(--gradient-wide); background-clip: text; -webkit-background-clip: text; }
.manifesto-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; max-width: 840px; margin: 42px auto 0; text-align: left; }
.manifesto-copy p { margin: 0; }
.manifesto-copy strong { color: white; }
.word-sequence { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 72px; color: #bdb5c1; font-size: 12px; font-weight: 750; }
.word-sequence i { width: 28px; height: 1px; background: linear-gradient(90deg, rgba(179,79,240,.8), rgba(236,76,174,.3)); }

.how { padding-top: 116px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: 16px 16px 28px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(150deg, rgba(255,255,255,.038), rgba(255,255,255,.012)); }
.step-visual { position: relative; display: grid; place-items: center; height: 220px; margin-bottom: 26px; overflow: hidden; border-radius: 12px; background: #14161c; }
.step-visual::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(179,79,240,.18), transparent 65%); }
.visual-capture .record-ring { display: grid; position: relative; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.visual-capture .record-ring::before, .visual-capture .record-ring::after { content: ""; position: absolute; border: 1px solid rgba(179,79,240,.18); border-radius: 50%; }
.visual-capture .record-ring::before { inset: -20px; }
.visual-capture .record-ring::after { inset: -41px; }
.visual-capture .record-ring i { width: 56px; height: 56px; border-radius: 50%; background: var(--gradient); box-shadow: 0 0 32px rgba(236,76,174,.27); }
.visual-capture b { position: absolute; right: 14px; top: 14px; color: rgba(255,255,255,.5); font: 700 10px monospace; }
.visual-build { display: flex; gap: 11px; }
.visual-build span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: linear-gradient(145deg, #4e2e75, #c545a0); font-size: 12px; font-weight: 850; box-shadow: 0 12px 26px rgba(0,0,0,.27); }
.visual-build span:last-child { border-style: dashed; background: #20232b; color: #b5aeba; font-size: 21px; font-weight: 300; }
.visual-build i { position: relative; z-index: 1; width: 20px; height: 1px; background: linear-gradient(90deg, var(--purple), var(--pink)); }
.visual-share .share-core { position: relative; z-index: 2; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--gradient); font-size: 22px; box-shadow: 0 0 35px rgba(179,79,240,.35); }
.share-orbit { position: absolute; border: 1px solid rgba(179,79,240,.23); border-radius: 50%; }
.orbit-one { width: 120px; height: 120px; }
.orbit-two { width: 178px; height: 178px; }
.step-number { margin: 0 0 10px; color: #8a7f90; font: 750 10px monospace; letter-spacing: .1em; }
.step-card h3, .note-card h3 { margin: 0 0 10px; font-size: 1.18rem; letter-spacing: -.025em; }
.step-card > p:last-child, .note-card p { margin: 0; color: #938c98; font-size: .92rem; line-height: 1.65; }

.chain-section { max-width: 1320px; }
.chain-panel { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(50px, 7vw, 100px); padding: clamp(38px, 6vw, 78px); overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: radial-gradient(circle at 85% 20%, rgba(108,115,239,.13), transparent 35%), linear-gradient(140deg, #191b22, #13151a); box-shadow: 0 35px 100px rgba(0,0,0,.27); }
.chain-copy > p { margin: 25px 0 0; }
.chain-status { margin-top: 35px; color: #aaa2ae; font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.chain-status i { display: block; position: relative; width: 100%; max-width: 280px; height: 4px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.chain-status b { display: block; width: 66.67%; height: 100%; border-radius: inherit; background: var(--gradient); }
.chain-stack { position: relative; display: grid; gap: 8px; }
.chain-stack::before { content: ""; position: absolute; top: 30px; bottom: 30px; left: 25px; width: 1px; background: linear-gradient(var(--purple), var(--pink), rgba(255,255,255,.08)); }
.chain-item { position: relative; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; min-height: 66px; padding: 10px 14px 10px 8px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.037); box-shadow: 0 10px 28px rgba(0,0,0,.13); }
.chain-avatar { z-index: 1; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #7645a4, #db4ca9); font-size: 10px; font-weight: 850; box-shadow: 0 0 0 4px #181a21; }
.chain-item:nth-child(2) .chain-avatar { background: linear-gradient(145deg, #4d65ba, #8553c4); }
.chain-item:nth-child(3) .chain-avatar { background: linear-gradient(145deg, #bf477a, #b54bd5); }
.chain-item:nth-child(4) .chain-avatar { background: linear-gradient(145deg, #4f92b8, #7255cf); }
.chain-item div { display: grid; gap: 3px; }
.chain-item small { color: #77717c; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.chain-item b { color: #ded8e1; font-size: 12px; }
.chain-item em { color: #79737e; font: 700 9px monospace; font-style: normal; }
.chain-item.item-open { border-style: dashed; background: rgba(255,255,255,.016); }
.chain-item.item-open .chain-avatar { border: 1px dashed rgba(255,255,255,.24); background: #1b1e25; color: #908995; font-size: 17px; font-weight: 300; }

.why-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(60px, 8vw, 120px); }
.why-lede { margin: 19px 0 0; color: #ddd4df !important; font-size: 1.24rem !important; }
.verb-list { display: grid; gap: 4px; margin: 35px 0; font-size: clamp(2.1rem, 3.8vw, 4rem); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.verb-list span { color: #e7e0e9; }
.verb-list span:nth-child(2) { color: #b559e0; }
.verb-list span:nth-child(3) { color: #df55ba; }
.verb-list span:nth-child(4) { color: #7974e7; }
.performance-poster { position: relative; overflow: hidden; aspect-ratio: 4 / 5; max-height: 670px; border: 1px solid var(--border); border-radius: 24px; background: #171920; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.performance-poster img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.55) contrast(1.1); }
.poster-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,13,22,.93), transparent 55%), linear-gradient(135deg, rgba(179,79,240,.16), rgba(236,76,174,.08)); }
.poster-label { position: absolute; left: 28px; bottom: 28px; max-width: 290px; font-size: clamp(1.5rem, 2.7vw, 2.7rem); font-weight: 800; line-height: 1.04; letter-spacing: -.045em; }
.poster-pulse { position: absolute; top: 24px; left: 24px; display: flex; height: 30px; align-items: center; gap: 4px; }
.poster-pulse i { width: 3px; height: 9px; border-radius: 99px; background: #eb57b6; }
.poster-pulse i:nth-child(2) { height: 18px; }.poster-pulse i:nth-child(3) { height: 27px; }.poster-pulse i:nth-child(4) { height: 14px; }.poster-pulse i:nth-child(5) { height: 21px; }

.camera-section { max-width: 1320px; }
.camera-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(60px, 9vw, 130px); padding: 90px clamp(35px, 7vw, 90px); border: 1px solid var(--border); border-radius: 28px; background: radial-gradient(circle at 20% 50%, rgba(179,79,240,.13), transparent 34%), #15171d; }
.phone-scene { position: relative; min-height: 520px; }
.phone { position: absolute; left: 50%; top: 50%; width: 218px; height: 450px; padding: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: #272a32; box-shadow: 0 40px 70px rgba(0,0,0,.45); }
.phone-back { transform: translate(-84%,-48%) rotate(-12deg); background: linear-gradient(145deg, #392147, #201b35); }
.phone-camera { width: 65px; height: 65px; border-radius: 18px; background: radial-gradient(circle at 28% 28%, #17222c 0 10px, #0b0d13 11px 16px, transparent 17px), radial-gradient(circle at 72% 28%, #17222c 0 10px, #0b0d13 11px 16px, transparent 17px), radial-gradient(circle at 28% 72%, #17222c 0 10px, #0b0d13 11px 16px, transparent 17px), rgba(255,255,255,.08); }
.phone-front { transform: translate(-18%,-52%) rotate(8deg); z-index: 2; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 27px; background: #0c0e12; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.58); }
.phone-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,12,.85), transparent 45%); }
.phone-time { position: absolute; z-index: 2; top: 20px; left: 50%; transform: translateX(-50%); padding: 5px 9px; border-radius: 99px; background: rgba(12,13,18,.55); font: 700 9px monospace; backdrop-filter: blur(8px); }
.phone-controls { position: absolute; z-index: 2; left: 0; right: 0; bottom: 25px; display: flex; align-items: center; justify-content: center; gap: 22px; }
.phone-controls i { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.phone-controls b { width: 54px; height: 54px; border: 4px solid white; border-radius: 50%; background: #e64cae; box-shadow: inset 0 0 0 3px #bd3b91; }
.floating-note { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(26,25,34,.8); color: #d35bbd; box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.note-one { top: 12%; right: 8%; width: 64px; height: 64px; font-size: 24px; }.note-two { bottom: 10%; left: 3%; width: 42px; height: 42px; color: #727bee; font-size: 11px; }
.camera-copy > p { margin: 25px 0 0; }
.camera-quote { padding-left: 24px; border-left: 2px solid #bd53dc; color: #d8d0db !important; font-size: 1.14rem !important; }
.camera-quote strong { color: white; }

.cohort-card { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 8vw, 110px); overflow: hidden; padding: clamp(45px, 7vw, 88px); border: 1px solid rgba(179,79,240,.23); border-radius: 28px; background: radial-gradient(circle at 15% 20%, rgba(179,79,240,.14), transparent 31%), radial-gradient(circle at 90% 85%, rgba(236,76,174,.08), transparent 32%), #171920; }
.cohort-card::before { content: ""; position: absolute; top: -170px; right: -100px; width: 390px; height: 390px; border: 1px solid rgba(179,79,240,.14); border-radius: 50%; box-shadow: 0 0 0 45px rgba(179,79,240,.025), 0 0 0 90px rgba(179,79,240,.02); }
.cohort-copy { position: relative; z-index: 1; }
.cohort-copy > p { margin: 25px 0 34px; }
.feedback-stack { position: relative; z-index: 1; display: grid; align-content: center; gap: 12px; }
.feedback-stack > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 18px; border: 1px solid var(--border); border-radius: 13px; background: rgba(255,255,255,.035); }
.feedback-stack span { color: #a763cf; font: 750 9px monospace; }
.feedback-stack p { margin: 0; color: #a69fa9; font-size: .9rem; line-height: 1.55; }
.feedback-stack strong { color: #eee8f0; }

.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.note-card { min-height: 240px; padding: 26px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.025); }
.note-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 41px; border: 1px solid rgba(179,79,240,.25); border-radius: 12px; background: rgba(179,79,240,.08); color: #d65cbe; font-size: 16px; }

.final-cta { display: flex; max-width: 920px; min-height: 650px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-mark { width: 76px; height: 76px; margin-bottom: 32px; border-radius: 20px; box-shadow: 0 0 50px rgba(179,79,240,.2); }
.final-cta h2 { max-width: 800px; }
.final-cta > p:not(.section-kicker) { margin: 18px 0 34px; color: var(--muted); font-size: 1.18rem; }

footer { display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 30px 24px calc(30px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); color: #86808a; font-size: 12px; }
footer .brand { color: #d8d1db; font-size: 15px; } footer .brand img { width: 32px; height: 32px; border-radius: 9px; }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-links a { color: #98919c; font-weight: 650; transition: color .2s ease; }
.footer-links a:hover { color: #d8d1db; }
.footer-links .footer-product { color: #c568db; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; max-width: 760px; min-height: auto; padding-top: 150px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .eyebrow { justify-content: center; }
  .stage-card { transform: none; }
  .stage-wrap { width: 100%; max-width: 680px; margin: 10px auto 0; }
  .section-pad { padding-top: 95px; padding-bottom: 95px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 640px; margin: 0; }
  .step-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .step-card { display: grid; grid-template-columns: 210px 1fr; column-gap: 24px; align-items: center; }
  .step-visual { grid-row: 1 / 4; height: 190px; margin: 0; }
  .chain-panel, .why-grid, .camera-layout, .cohort-card { grid-template-columns: 1fr; }
  .chain-copy { max-width: 680px; }
  .chain-stack { width: 100%; max-width: 620px; margin: 0 auto; }
  .why-copy { max-width: 680px; }
  .performance-poster { width: 100%; max-width: 620px; aspect-ratio: 5 / 4; justify-self: center; }
  .camera-layout { padding-top: 65px; padding-bottom: 65px; }
  .phone-scene { min-height: 480px; }
  .camera-copy { max-width: 670px; }
  .note-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .site-header { height: calc(68px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) max(18px, env(safe-area-inset-right)) 0 max(18px, env(safe-area-inset-left)); }
  .desktop-nav { display: none; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 0; background: transparent; color: white; cursor: pointer; }
  .menu-button span { width: 22px; height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; top: calc(68px + env(safe-area-inset-top)); left: 0; right: 0; display: grid; gap: 8px; padding: 18px max(18px, env(safe-area-inset-right)) 18px max(18px, env(safe-area-inset-left)); border-bottom: 1px solid var(--border); background: rgba(17,19,24,.97); box-shadow: 0 18px 40px rgba(0,0,0,.3); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .mobile-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav > a:not(.button) { padding: 13px 6px; color: #d8d1db; font-weight: 650; }
  .hero { gap: 52px; padding: calc(126px + env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) 58px max(18px, env(safe-area-inset-left)); }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-lede { font-size: 1.03rem; line-height: 1.6; }
  .hero-actions { flex-direction: column; width: 100%; gap: 19px; }
  .hero-actions .button { width: 100%; max-width: 330px; }
  .stage-main { padding: 9px; }
  .stage-topbar { height: 48px; padding-inline: 12px; }
  .stage-card { border-radius: 16px; }
  .jam-rail { gap: 5px; }
  .jam-tile { height: 53px; padding: 5px; }
  .jam-tile:nth-child(6) { display: none; }
  .jam-rail { grid-template-columns: repeat(5, 1fr); }
  .tile-index { top: 5px; left: 5px; }
  .jam-tile i { left: 5px; right: 5px; bottom: 21px; }
  .jam-tile b, .tile-empty small { font-size: 7px; }
  .stage-play { width: 52px; height: 52px; }
  .section-pad { padding: 78px 18px; }
  .manifesto { padding-top: 100px; }
  .manifesto-copy { grid-template-columns: 1fr; gap: 18px; margin-top: 31px; }
  .word-sequence { display: grid; justify-items: center; gap: 10px; margin-top: 48px; }
  .word-sequence i { width: 1px; height: 15px; background: linear-gradient(var(--purple), rgba(236,76,174,.3)); }
  .section-heading h2, .manifesto h2, .chain-copy h2, .why h2, .camera-copy h2, .cohort-copy h2, .final-cta h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .step-card { display: block; padding: 12px 12px 24px; }
  .step-visual { height: 190px; margin-bottom: 22px; }
  .step-card > p, .step-card h3 { margin-left: 10px; margin-right: 10px; }
  .chain-section, .camera-section, .cohort { padding-left: 10px; padding-right: 10px; }
  .chain-panel, .camera-layout, .cohort-card { padding: 40px 18px; border-radius: 20px; }
  .chain-panel { gap: 42px; }
  .chain-item { grid-template-columns: 38px 1fr auto; min-height: 61px; }
  .chain-item b { font-size: 11px; }
  .performance-poster { aspect-ratio: 4 / 5; }
  .poster-label { left: 20px; bottom: 20px; }
  .phone-scene { min-height: 410px; transform: scale(.86); margin: -28px -25px; }
  .phone { width: 190px; height: 400px; }
  .phone-back { transform: translate(-86%,-48%) rotate(-12deg); }
  .phone-front { transform: translate(-18%,-52%) rotate(8deg); }
  .cohort-card { gap: 42px; }
  .cohort-copy .button { width: 100%; }
  .note-grid { grid-template-columns: 1fr; }
  .note-card { min-height: 0; }
  .note-icon { margin-bottom: 28px; }
  .final-cta { min-height: 560px; }
  footer { flex-direction: column; gap: 17px; text-align: center; }
  .footer-links { flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---- condensed panels ---- */
.manifesto-duo { padding-top: 130px; padding-bottom: 130px; }
.duo-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.duo-copy h2 { margin: 0 0 30px; font-size: clamp(2.4rem, 4vw, 3.9rem); line-height: 1.05; letter-spacing: -.055em; }
.duo-copy h2 span { color: transparent; background: var(--gradient-wide); background-clip: text; -webkit-background-clip: text; }
.duo-copy > p { margin: 0 0 18px; max-width: 520px; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.duo-copy strong { color: white; font-weight: 650; }
.duo-aside { padding-left: clamp(20px, 3vw, 34px); border-left: 2px solid #bd53dc; }
.aside-lede { margin: 0; font-size: clamp(1.25rem, 1.9vw, 1.6rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.3; }
.aside-accent { margin: 18px 0 0; font-size: clamp(1.25rem, 1.9vw, 1.6rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.3; color: transparent; background: var(--gradient-wide); background-clip: text; -webkit-background-clip: text; }
.verb-row { display: flex; align-items: center; gap: 14px; margin-top: 42px; flex-wrap: wrap; }
.verb-item { display: grid; justify-items: center; gap: 10px; }
.verb-item span { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(179,79,240,.3); border-radius: 15px; background: rgba(179,79,240,.08); color: #d65cbe; font-size: 18px; }
.verb-item b { color: #cfc7d2; font-size: 12px; font-weight: 700; }
.verb-row > i { color: #6d6675; font-size: 13px; font-style: normal; margin-bottom: 22px; }
.how-footnote { display: flex; align-items: flex-start; gap: 12px; max-width: 900px; margin: 34px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.65; }
.how-footnote span { color: #cc71e9; font-size: 1.1rem; line-height: 1.4; }
.how-footnote b { color: white; }
.how-cta { display: flex; justify-content: center; text-align: center; margin-top: 64px; }
.camera-layout { grid-template-columns: minmax(0, .8fr) minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(40px, 5vw, 74px); }
.camera-copy h2 { font-size: clamp(2.2rem, 3.1vw, 3.1rem) !important; text-wrap: balance; }
.camera-copy > p { font-size: .98rem !important; text-wrap: pretty; }
.camera-quote { margin: 0; align-self: center; }

.closing { max-width: 1320px; }
.closing-grid { display: grid; grid-template-columns: .85fr 1.35fr .8fr; gap: clamp(40px, 5vw, 70px); align-items: start; padding: clamp(44px, 6vw, 76px); border: 1px solid rgba(179,79,240,.23); border-radius: 28px; background: radial-gradient(circle at 12% 15%, rgba(179,79,240,.13), transparent 32%), radial-gradient(circle at 92% 88%, rgba(236,76,174,.08), transparent 32%), #171920; }
.closing-copy h2 { margin: 0 0 26px; font-size: clamp(2.1rem, 3.2vw, 3rem); line-height: 1.05; letter-spacing: -.05em; }
.closing-copy p, .closing-cta > p:not(.section-kicker) { color: var(--muted); font-size: .98rem; line-height: 1.7; }
.closing-mid { display: grid; gap: 26px; }
.notes-title { margin: 0; text-align: center; font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.closing-mid .note-grid { gap: 12px; }
.closing-mid .note-card { min-height: 0; padding: 18px; }
.closing-mid .note-icon { width: 36px; height: 36px; margin-bottom: 14px; font-size: 14px; }
.closing-mid .note-card h3 { font-size: .95rem; }
.closing-mid .note-card p { font-size: .82rem; }
.closing-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding-left: clamp(20px, 2.5vw, 34px); border-left: 1px solid var(--border); }
.closing-cta h2 { margin: 0 0 14px; font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.05; letter-spacing: -.05em; }
.closing-cta .button { margin-top: 0; }
.feedback-stack span { display: grid; place-items: center; font-size: 15px; }

@media (max-width: 1080px) {
  .camera-layout, .closing-grid { grid-template-columns: 1fr; }
  .duo-grid { grid-template-columns: 1fr; }
  .duo-aside, .closing-cta { padding-left: 0; border-left: 0; border-top: 1px solid var(--border); padding-top: 32px; }
  .duo-aside { border-top: 0; border-left: 2px solid #bd53dc; padding-left: 22px; padding-top: 0; }
  .camera-quote { padding-left: 22px; }
}
@media (max-width: 700px) {
  .closing { padding-left: 10px; padding-right: 10px; }
  .closing-grid { padding: 36px 18px; border-radius: 20px; }
  .closing-mid .note-grid { grid-template-columns: 1fr; }
  .verb-item span { width: 50px; height: 50px; }
  .closing-cta .button { width: 100%; }
}

/* Screenshot frames — defined phone device bezel */
.shot-frame {
  margin: 0;
  padding: 9px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 40%, rgba(0, 0, 0, 0.55));
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(120, 78, 215, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(0, 0, 0, 0.45);
}
.shot-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  background: #0c0d12;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.9),
    inset 0 0 0 2px rgba(255, 255, 255, 0.04);
}

/* Hero screenshot: deliberately smaller than the headline */
.stage-wrap .shot-frame { width: 100%; max-width: 268px; margin-inline: auto; }


/* How it works: centered intro, balanced on mobile and laptop */
.how-intro {
  display: block;
  max-width: 760px;
  margin: 0 auto clamp(42px, 5.5vw, 74px);
  text-align: center;
}
.how-intro-copy h2 { text-wrap: balance; }
.how-intro-copy > p:not(.section-kicker) {
  margin: 22px auto 0;
  max-width: 54ch;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
  text-wrap: pretty;
}

/* Why Jamlet: let long lines wrap gracefully instead of forced breaks */
.duo-copy h2, .aside-lede, .aside-accent { text-wrap: balance; }
.duo-copy > p, .how-footnote { text-wrap: pretty; }

@media (max-width: 700px) {
  .stage-wrap .shot-frame { max-width: 240px; border-radius: 32px; }
  .stage-wrap .shot-frame img { border-radius: 25px; }
  .how-intro-copy > p:not(.section-kicker) { font-size: 1rem; }
}

/* Camera panel: real four-Jamlet screenshot, phone-sized like the hero */
.camera-shot { width: 100%; max-width: 262px; justify-self: center; }
@media (max-width: 960px) {
  .camera-shot { max-width: 268px; }
}
@media (max-width: 700px) {
  .camera-shot { max-width: 240px; }
}

