/* State landing v3 · styles */
:root {
  --ink: #202125;
  --body: #4a4550;
  --muted: #8a8496;
  --muted-2: #9a95ad;
  --plum: #846088;
  --peri: #8f88e8;
  --peri-deep: #6f7bd0;
  --lilac: #C9A7E0;
  --lavender: #D6D0FD;
  --lavender-2: #EFECFE;
  --butter: #F8D088;
  --cream: #FEECBA;
  --sage: #689078;
  --paper: #FBF9F4;
  --bg: #fcf6e7;
  --line: #E7E2F5;
  --r-card: 28px;
  --w: 1040px;
  --gutter: 24px;
  --head: 'Bowlby One', system-ui, sans-serif;
  --text: 'Urbanist', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--text); font-size: 17px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- type ---------- */
.eyebrow { font-weight: 600; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--peri-deep); margin: 0 0 14px; }
.eyebrow--lilac { color: var(--lilac); }
.h2 { font-family: var(--head); font-weight: 400; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.05; margin: 0 0 16px; letter-spacing: -.005em; text-align: center; }
.h2--left { text-align: left; }
.h2--light { color: #fff; }
.h3 { font-family: var(--head); font-weight: 400; font-size: 26px; line-height: 1.1; margin: 0 0 10px; }
.h3--sm { font-size: 22px; }
.lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--body); max-width: 640px; margin: 0 auto; line-height: 1.45; text-align: center; }
.body { font-size: 18px; color: var(--body); line-height: 1.5; margin: 0; }
.body--sm { font-size: 16px; }
.body--light { color: var(--lavender); }
.muted { font-size: 15px; color: var(--muted); }
.muted--xs { font-size: 13px; line-height: 1.4; margin: 0; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; border-radius: 999px; font-weight: 700; font-size: 16px; line-height: 1; white-space: nowrap; transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--primary { background: var(--peri); color: #fff; box-shadow: 0 10px 30px rgba(143,136,232,.28); }
.btn--ink { background: var(--ink); color: #fff; }
.btn--white { background: #fff; color: var(--ink); }
.btn--butter { background: var(--butter); color: var(--ink); }
.btn--ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn--ghost-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.28); }
.btn--sm { padding: 12px 20px; font-size: 14px; }
.btn--xs { padding: 11px 20px; font-size: 14px; }
.btn--lg { padding: 18px 30px; font-size: 18px; }
.btn--block { width: 100%; justify-content: center; padding: 18px; font-size: 17px; }
.spark { color: var(--butter); }
.btn--primary .spark { color: #FEECBA; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- nav ---------- */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; }
.nav--hero { position: absolute; inset: 0 0 auto 0; z-index: 2; }
.nav--floating { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(252,246,231,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(32,33,37,.06); transform: translateY(-110%); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.nav--floating.is-visible { transform: none; }
.nav__logo img { height: 34px; width: auto; }
.nav__links { display: flex; gap: 32px; font-weight: 600; font-size: 15px; color: var(--body); }
.nav__links a { position: relative; padding: 4px 0; }
.nav__links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__cta { display: flex; align-items: center; gap: 22px; }
.nav__login { font-weight: 600; font-size: 15px; color: var(--body); transition: color .2s; }
.nav__login:hover { color: var(--ink); }

/* ---------- hero (fixed stage) ---------- */
.hero { position: fixed; inset: 0; z-index: 0; overflow: hidden; background: var(--bg); }
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero__inner { position: relative; z-index: 1; height: 100%; max-width: 1360px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); align-items: center; gap: 24px; }
.hero__title { font-family: var(--head); font-weight: 400; font-size: clamp(44px, 6.4vw, 93px); line-height: 1.04; margin: 0 0 22px; letter-spacing: -.01em; }
.hero__title .line { display: block; }
.line--accent { color: var(--peri); }
.hero__sub { font-size: clamp(16px, 1.3vw, 19px); color: var(--body); margin: 0 0 34px; max-width: 560px; }
.hero__mascot { width: min(34vw, 520px); max-width: 100%; height: auto; justify-self: end; align-self: end; margin-bottom: 8vh; filter: drop-shadow(0 30px 60px rgba(132,96,136,.16)); }
.hero__dim { position: absolute; inset: 0; z-index: 5; background: linear-gradient(180deg, #6f7bd0 0%, #846088 60%, #4a3555 100%); mix-blend-mode: multiply; opacity: 0; pointer-events: none; }
.hero { will-change: transform; }
.hero-spacer { height: 100vh; height: 100svh; }

/* the page slides over the hero */
.page { position: relative; z-index: 2; background: var(--bg); border-radius: 44px 44px 0 0; box-shadow: 0 -30px 80px rgba(32,33,37,.10); }

/* ---------- sections ---------- */
.section { padding: 112px var(--gutter); }
.section > * { max-width: var(--w); margin-left: auto; margin-right: auto; }
.section--white { background: #fff; }
.section--lavender { background: var(--lavender-2); }
.section__head { margin-bottom: 56px; text-align: center; }
.section__head .eyebrow { text-align: center; }
.section--builder { position: relative; padding-top: 120px; border-radius: 44px 44px 0 0; }

/* ---------- builder ---------- */
.builder { position: relative; display: grid; grid-template-columns: 1fr 210px; gap: 24px; align-items: center; background: #fff; border-radius: 32px; padding: 56px 40px 56px 48px; box-shadow: 0 24px 60px rgba(32,33,37,.08); }
.builder__left { min-width: 0; }
.sentence { font-family: var(--head); font-weight: 400; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.7; margin: 0 0 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.sentence .w { white-space: nowrap; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 2px 16px 6px 22px; border-radius: 999px; font-family: var(--head); font-size: inherit; line-height: 1.35; color: var(--ink); transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s; }
.pill:hover { transform: translateY(-2px) rotate(-1deg); box-shadow: 0 10px 24px rgba(32,33,37,.10); }
.pill.is-open { transform: translateY(-2px); box-shadow: 0 0 0 4px rgba(143,136,232,.25); }
.pill__chev { font-family: var(--text); font-weight: 800; font-size: .7em; opacity: .7; }
.pill--lavender { background: var(--lavender); }
.pill--butter { background: var(--butter); }
.pill--lilac { background: var(--lilac); }
.pill--peri { background: var(--peri); color: #fff; }
.builder__action { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.builder__mascot { width: 210px; height: auto; transition: opacity .3s, transform .4s; }
.builder__mascot.swap { animation: pop .45s cubic-bezier(.2,.8,.2,1); }
@keyframes pop { 0% { transform: scale(.7) rotate(-8deg); opacity: 0 } 100% { transform: none; opacity: 1 } }
.sticker { position: absolute; top: -20px; right: 40px; padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 15px; transform: rotate(6deg); box-shadow: 0 10px 24px rgba(32,33,37,.12); }
.sticker--butter { background: var(--butter); color: var(--ink); }

.menu { position: absolute; z-index: 60; min-width: 220px; background: #fff; border-radius: 20px; padding: 8px; box-shadow: 0 24px 60px rgba(32,33,37,.16), 0 0 0 1px var(--line); transform-origin: top left; }
.menu[hidden] { display: none; }
.menu__item { display: flex; flex-direction: column; gap: 2px; width: 100%; text-align: left; padding: 10px 14px; border-radius: 14px; transition: background .15s; }
.menu__item:hover, .menu__item:focus-visible { background: var(--lavender-2); outline: none; }
.menu__item.is-active { background: var(--peri); color: #fff; }
.menu__item b { font-weight: 800; font-size: 16px; }
.menu__item span { font-size: 13px; color: var(--muted); }
.menu__item.is-active span { color: rgba(255,255,255,.8); }

/* generating: dark card, centred title with three dots, gradient bar */
.genloader { grid-column: 1 / -1; display: grid; gap: 22px; justify-items: center; background: var(--ink); color: #fff; border-radius: 28px; padding: 36px 36px 28px; margin-top: 8px; box-shadow: 0 20px 50px rgba(32,33,37,.18); }
.genloader[hidden] { display: none; }
.genloader__label { margin: 0; font-family: var(--head); font-size: 24px; text-align: center; }
.dots { display: inline-flex; gap: 5px; margin-left: 6px; vertical-align: baseline; }
.dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--butter); animation: dot 1.4s ease-in-out infinite; }
.dots i:nth-child(2) { animation-delay: .2s; }
.dots i:nth-child(3) { animation-delay: .4s; }
@keyframes dot { 0%,80%,100% { opacity: .25; transform: translateY(0) } 40% { opacity: 1; transform: translateY(-4px) } }
.genloader__bar { width: 100%; height: 6px; border-radius: 3px; background: rgba(255,255,255,.1); overflow: hidden; }
.genloader__bar i { display: block; height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, var(--lavender), var(--peri), var(--butter)); }
.btn.is-busy { opacity: .6; pointer-events: none; }
.btn.is-busy .spark { visibility: hidden; }

/* result (generated class) */
.result { grid-column: 1 / -1; display: grid; grid-template-columns: 76px 1fr; gap: 28px; align-items: center; background: var(--ink); color: #fff; border-radius: 28px; padding: 28px 36px 28px 28px; margin-top: 8px; box-shadow: 0 20px 50px rgba(32,33,37,.18); }
.result[hidden] { display: none; }
.result__play { width: 76px; height: 76px; border-radius: 50%; background: var(--butter); display: grid; place-items: center; transition: transform .25s; }
.result__play:hover { transform: scale(1.06); }
.tri { width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 22px; border-color: transparent transparent transparent var(--ink); margin-left: 5px; }
.result__label { margin: 0 0 6px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--lilac); }
.result__title { font-family: var(--head); font-weight: 400; font-size: 26px; margin: 0 0 12px; }
.result__phases { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.phase-pill { padding: 6px 14px; border-radius: 999px; font-weight: 700; font-size: 13px; color: var(--ink); background: var(--c, var(--lavender)); }
.phase-pill--light { color: #fff; }
.result__line { margin: 0 0 16px; font-size: 15px; color: var(--lavender); }
.result__actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ---------- split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 440px; gap: 72px; align-items: center; }
.split__copy .h2 { margin-bottom: 24px; }
.split__copy .body { margin-bottom: 28px; }
.checks { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 12px; font-weight: 500; font-size: 17px; }
.checks li { display: flex; align-items: center; gap: 12px; }
.tick { width: 26px; height: 26px; border-radius: 50%; background: var(--sage); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; flex: none; }
.photo-card { position: relative; width: 440px; height: 520px; }
.photo-card__img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; }
.cue-pill { position: absolute; top: 20px; right: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px 10px 14px; background: #fff; border-radius: 999px; font-weight: 700; font-size: 14px; box-shadow: 0 8px 24px rgba(32,33,37,.12); }
.cue-pill .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--peri); animation: pulse 4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(.8); opacity: .7 } 50% { transform: scale(1.25); opacity: 1 } }
.photo-card__sticker { position: absolute; left: -60px; bottom: -20px; width: 170px; height: auto; transform: rotate(-8deg); }

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { border-radius: var(--r-card); padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; }
.card--wide { grid-column: span 2; }
.card--lavender { background: var(--lavender-2); }
.card--butter { background: var(--cream); }
.card--outline { background: #fff; border: 1.5px solid var(--line); }
.card--ink { background: var(--ink); color: #fff; }
.card .h3 { margin: 0; }
.card .body { margin: 0; }
.arcbars { display: flex; align-items: flex-end; gap: 8px; height: 130px; margin-bottom: 8px; }
.arcbars span { width: 92px; height: var(--h); background: var(--c); border-radius: 12px; transform-origin: bottom; }
.card__mascot { width: 110px; height: auto; }
.ideas { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.idea { display: inline-flex; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--bg-i, var(--bg)); background: var(--bg); font-weight: 700; font-size: 13px; }
.idea b { color: var(--peri); }
.tip { background: var(--paper); border-radius: 16px; padding: 14px 16px; }
.tip__label { margin: 0 0 4px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; color: #7e77a8; }
.tip__text { margin: 0; font-weight: 500; font-size: 14px; line-height: 1.4; }
.circle-demo { position: relative; width: 150px; height: 150px; display: grid; place-items: center; }
.circle-demo .ring { position: absolute; border-radius: 50%; background: var(--peri); inset: 0; margin: auto; }
.circle-demo .r1 { width: 150px; height: 150px; opacity: .18; animation: breathe 8s ease-in-out infinite; }
.circle-demo .r2 { width: 112px; height: 112px; opacity: .35; animation: breathe 8s ease-in-out infinite .2s; }
.circle-demo .r3 { width: 72px; height: 72px; }
.circle-demo__label { position: relative; font-weight: 700; font-size: 13px; }
@keyframes breathe { 0%,100% { transform: scale(.85) } 50% { transform: scale(1.08) } }

/* ---------- band ---------- */
.band { background: var(--peri); color: #fff; padding: 44px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.band > * { }
.band__text { font-family: var(--head); font-weight: 400; font-size: clamp(20px, 1.8vw, 24px); line-height: 1.15; max-width: 660px; margin: 0 0 0 max(0px, calc((100% - var(--w)) / 2)); }
.band .btn { margin-right: max(0px, calc((100% - var(--w)) / 2)); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: #fff; border-radius: var(--r-card); padding: 28px 28px 32px; box-shadow: 0 16px 40px rgba(32,33,37,.06); display: flex; flex-direction: column; gap: 18px; }
.step__num { font-family: var(--head); font-size: 40px; color: var(--peri); line-height: 1; }
.step__visual { background: var(--paper); border-radius: 16px; padding: 16px; display: flex; align-items: center; gap: 8px; min-height: 60px; }
.mini { padding: 6px 12px; border-radius: 999px; font-weight: 700; font-size: 13px; }
.mini--lavender { background: var(--lavender); }
.mini--butter { background: var(--butter); }
.mini--peri { background: var(--peri); color: #fff; }
.step__visual--timeline { gap: 4px; }
.step__visual--timeline i { display: block; width: var(--w); height: 14px; border-radius: 7px; background: var(--c); }
.step__visual--dark { background: var(--ink); color: #fff; font-weight: 700; font-size: 14px; }
.playdot { width: 28px; height: 28px; border-radius: 50%; background: var(--butter); flex: none; }
.step .h3 { margin: 0; font-size: 24px; }
.step .body { margin: 0; }

/* ---------- who / photo stack ---------- */
.split--who { grid-template-columns: 520px 1fr; gap: 64px; }
.stack { position: relative; width: 520px; height: 480px; margin-left: -90px; }
.stack__p { position: absolute; width: 280px; height: 360px; object-fit: cover; border-radius: 20px; box-shadow: 0 18px 40px rgba(32,33,37,.16); }
.stack__p--l { left: 0; top: 40px; transform: rotate(-8deg); }
.stack__p--r { left: 350px; top: 0; transform: rotate(5deg); }
.stack__p--f { left: 190px; top: 90px; width: 290px; height: 380px; transform: rotate(-2deg); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: 10px 16px; border-radius: 999px; background: #fff; font-weight: 600; font-size: 14px; }

/* ---------- brand strip ---------- */
.brand { position: relative; padding: 120px var(--gutter) 100px; text-align: center; }
.brand__logo { width: 420px; max-width: 70vw; height: auto; margin: 0 auto 24px; }
.brand__tag { font-family: var(--head); font-weight: 400; font-size: 28px; margin: 0; }
.brand__mascot { position: absolute; left: calc(50% + 260px); top: 110px; width: 200px; height: auto; transform: rotate(6deg); }

/* ---------- waitlist ---------- */
.waitlist { background: var(--ink); color: #fff; padding: 120px var(--gutter); }
.split--wait { max-width: var(--w); margin: 0 auto; grid-template-columns: 1fr 420px; gap: 80px; }
.perks { list-style: none; padding: 0; margin: 0; display: grid; }
.perks li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }
.perks li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.perks b { display: block; font-weight: 700; font-size: 17px; margin-bottom: 2px; }
.perks span { font-size: 15px; color: #B9B3D6; line-height: 1.45; }
.signup { position: relative; background: #fff; color: var(--ink); border-radius: 28px; padding: 40px 32px 32px; display: flex; flex-direction: column; gap: 14px; }
.signup__mascot { position: absolute; right: -10px; top: -110px; width: 150px; height: auto; transform: rotate(8deg); }
.signup .h3 { margin: 0; }
.signup .muted { margin: -6px 0 4px; }
.input { width: 100%; height: 56px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); padding: 0 22px; font: inherit; font-weight: 500; font-size: 16px; color: var(--ink); outline: none; transition: box-shadow .2s, border-color .2s; }
.input:focus { border-color: var(--peri); box-shadow: 0 0 0 4px rgba(143,136,232,.2); }
.input.is-invalid { border-color: #e0708a; }
.signup.is-done .input, .signup.is-done .btn { display: none; }
.signup__thanks { display: none; background: var(--lavender-2); border-radius: 20px; padding: 20px; font-weight: 600; }
.signup.is-done .signup__thanks { display: block; }

/* ---------- footer ---------- */
.footer { max-width: var(--w); margin: 0 auto; padding: 32px var(--gutter) 48px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer__logo { height: 30px; width: auto; }
.footer__links { display: flex; gap: 28px; font-weight: 500; font-size: 15px; color: var(--body); }
.footer__copy { margin: 0; font-size: 14px; color: var(--muted); }

/* ---------- player overlay ---------- */
.player { position: fixed; inset: 0; z-index: 100; background: radial-gradient(120% 100% at 50% 100%, #2b2a3d 0%, var(--ink) 60%); color: #fff; display: grid; grid-template-rows: auto 1fr auto; padding: 28px 32px; }
.player[hidden] { display: none; }
.player__top { display: flex; justify-content: space-between; align-items: flex-start; }
.player__label { margin: 0 0 4px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--lilac); font-weight: 600; }
.player__phase { margin: 0; font-family: var(--head); font-size: 30px; }
.player__close { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); font-size: 18px; }
.player__stage { display: grid; place-items: center; align-content: center; gap: 26px; }
.breath { position: relative; width: min(46vh, 420px, 88vw); height: min(46vh, 420px, 88vw); display: grid; place-items: center; }   /* 88vw: on a phone the stage was 420px wide and pushed the whole player off screen */
.breath__ring, .breath__core { position: absolute; inset: 0; margin: auto; border-radius: 50%; background: var(--peri); will-change: transform; }
.breath__ring--a { width: 100%; height: 100%; opacity: .14; }
.breath__ring--b { width: 76%; height: 76%; opacity: .28; }
.breath__core { width: 46%; height: 46%; }
.breath__sheets { position: absolute; inset: 0; width: 100%; height: 100%; display: none; pointer-events: none; }
.breath.has-sheets .breath__sheets { display: block; }
.breath.has-sheets .breath__ring, .breath.has-sheets .breath__core { display: none; }   /* the circles stay as the fallback when WebGL is missing */
/* the cue and the count sit under the ring, on the dark, never over the animation: small tracked caps, a large light numeral */
.breath__text { display: grid; justify-items: center; gap: 8px; text-align: center; }
.breath__cue { padding-left: .26em; font-size: clamp(12px, 1.7vh, 14px); font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--lavender); }
.breath__count { min-height: 1em; font-size: clamp(44px, 7vh, 64px); font-weight: 300; line-height: 1; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
/* short landscape screens: the text moves beside the ring instead of under it, and the line under it steps aside */
@media (max-height: 520px) {
  .player__stage { grid-auto-flow: column; justify-content: center; column-gap: 36px; }
  .breath { width: min(48vh, 40vw); height: min(48vh, 40vw); }
  .breath__text { min-width: 170px; justify-items: start; text-align: left; }
  .breath__cue { padding-left: 0; }
  .breath__count { font-size: 44px; }
  .player__next { display: none; }
}
.player__next { margin: 0; font-size: 18px; color: var(--lavender); text-align: center; max-width: 520px; min-height: 1.6em; }
.player__bottom { display: grid; gap: 14px; }
.timeline { display: flex; gap: 4px; height: 10px; }
.timeline span { position: relative; overflow: hidden; border-radius: 6px; background: rgba(255,255,255,.12); flex: var(--f); }
.timeline span::after { content: ''; position: absolute; inset: 0; background: var(--c); transform: scaleX(var(--p, 0)); transform-origin: left; transition: transform .25s linear; }
.player__controls { display: flex; align-items: center; justify-content: space-between; }
.player__time { font-weight: 600; font-variant-numeric: tabular-nums; color: #B9B3D6; }
.player__btn { padding: 12px 26px; border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; }

/* ---------- motion helpers ---------- */
.float { animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { translate: 0 0 } 50% { translate: 0 -10px } }
.reveal { opacity: 0; transform: translateY(28px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
@media (prefers-reduced-motion: reduce) { .float { animation: none } .reveal { opacity: 1; transform: none } }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .split { grid-template-columns: 1fr; gap: 48px; }
  .photo-card { width: 100%; max-width: 440px; margin: 0 auto; }
  .split--who { grid-template-columns: 1fr; }
  .stack { margin: 0 auto; transform: scale(.8); transform-origin: top center; height: 400px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .card--wide { grid-column: span 2; }
  .steps { grid-template-columns: 1fr; }
  .split--wait { grid-template-columns: 1fr; gap: 56px; }
  .signup { max-width: 480px; }
  .brand__mascot { position: static; margin: 24px auto 0; transform: none; width: 140px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav { padding: 14px 18px; }
  .nav__links { display: none; }
  .hero__inner { grid-template-columns: 1fr; align-content: center; padding: 0 22px; gap: 8px; }
  .hero__mascot { width: 52vw; justify-self: center; align-self: center; order: -1; margin-bottom: 8px; }
  .nav--hero { padding: 14px 18px; }
  .hero__title { font-size: clamp(38px, 11vw, 60px); }
  .section { padding: 72px 18px; }
  .section--builder { padding-top: 84px; border-radius: 28px 28px 0 0; }
  .page { border-radius: 28px 28px 0 0; }
  .builder { grid-template-columns: 1fr; padding: 44px 22px 32px; border-radius: 26px; }
  .builder__mascot { width: 120px; margin: 0 auto; }
  .sentence { gap: 10px; }
  .sticker { right: 16px; top: -16px; font-size: 13px; padding: 8px 14px; }
  .result { grid-template-columns: 1fr; padding: 24px 20px; }
  .bento { grid-template-columns: 1fr; }
  .card--wide { grid-column: auto; }
  .arcbars span { width: 18%; }
  .band { flex-direction: column; align-items: flex-start; }
  .band__text, .band .btn { margin: 0; }
  .stack { transform: scale(.62); height: 320px; }
  .photo-card { height: 420px; }
  .photo-card__sticker { left: -10px; width: 120px; }
  .footer { justify-content: center; text-align: center; }
  .player { padding: 20px; }
  .player__phase { font-size: 24px; }
}
