:root {
  --ink: #1c1a25;
  --muted: #666171;
  --warm-white: #fdfaf7;
  --paper: #f5f0eb;
  --lilac: #7668e8;
  --lilac-dark: #5d50c7;
  --lavender: #c5a9ee;
  --blue: #9db9ee;
  --amber: #f1bd79;
  --line: rgba(41, 34, 58, .12);
  --shadow: 0 24px 60px rgba(62, 42, 81, .16);
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell, .section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section-shell { min-height: 670px; display: grid; align-items: center; grid-template-columns: 1.02fr .98fr; gap: clamp(3rem, 8vw, 9rem); }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 50; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 0 0 .7rem .7rem; }
.skip-link:focus { top: 0; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; padding: 22px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 750; font-size: 1.05rem; letter-spacing: -.02em; }
.brand img { border-radius: 11px; box-shadow: 0 5px 14px rgba(82, 63, 157, .22); }
.nav-links { display: flex; gap: 2rem; margin-left: auto; color: #585263; font-size: .88rem; font-weight: 600; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .text-link:hover { color: var(--lilac-dark); }
.nav-cta { border: 1px solid rgba(91, 76, 173, .25); border-radius: 999px; color: var(--lilac-dark); padding: .65rem 1rem; font-size: .83rem; font-weight: 700; white-space: nowrap; }

.hero { position: relative; padding-top: 120px; overflow: visible; }
.hero:before { content: ""; position: absolute; z-index: -1; width: 660px; height: 610px; right: -10%; top: 0; border-radius: 50%; background: radial-gradient(circle at 45% 46%, rgba(198, 170, 237, .46), rgba(236, 207, 170, .26) 38%, transparent 67%); filter: blur(4px); }
.eyebrow { margin: 0 0 1.2rem; color: #756e82; font-size: .71rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 1.45rem; font-size: clamp(3.3rem, 6.2vw, 6rem); line-height: .98; letter-spacing: -.07em; font-weight: 750; }
h1 em { color: var(--lilac); font-family: var(--serif); font-size: .97em; font-weight: 500; letter-spacing: -.07em; }
.hero-text { max-width: 525px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.55rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; gap: .7rem; border-radius: 999px; padding: .92rem 1.25rem; font-weight: 750; font-size: .91rem; box-shadow: 0 12px 25px rgba(101, 83, 197, .2); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 31px rgba(101, 83, 197, .3); }
.button-primary { color: white; background: var(--lilac); }
.text-link { display: inline-flex; gap: .55rem; align-items: center; color: #3f394c; font-size: .9rem; font-weight: 750; transition: color .2s; }
.platform-row { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; margin-top: 2.25rem; color: #645e6f; font-size: .77rem; font-weight: 700; }
.platform-pill { padding: .45rem .7rem; border: 1px solid rgba(51, 44, 67, .11); background: rgba(255,255,255,.56); border-radius: 999px; }
.platform-note { padding-left: .35rem; color: #938c9b; }
.apple-mark, .android-mark { display: inline-block; margin-right: .22rem; color: var(--lilac); font-size: .8rem; }

.hero-art { position: relative; min-height: 555px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(.3px); }
.orb-one { right: 1%; top: 7%; width: 360px; aspect-ratio: 1; background: linear-gradient(140deg, rgba(244, 191, 120, .7), rgba(178, 160, 239, .56)); }
.orb-two { left: 3%; bottom: 4%; width: 220px; aspect-ratio: 1; background: rgba(169, 192, 242, .45); }
.sun-disc { position: absolute; top: 14%; right: 16%; width: 74px; height: 74px; border-radius: 50%; background: #fff7eb; opacity: .75; }
.phone { position: relative; z-index: 2; width: 280px; padding: 10px; border: 6px solid #272432; border-radius: 43px; background: #272432; box-shadow: 0 30px 70px rgba(45, 32, 67, .28), inset 0 0 0 1px rgba(255, 255, 255, .25); transform: rotate(5deg); }
.phone-speaker { position: absolute; z-index: 2; top: 15px; left: 50%; width: 82px; height: 23px; border-radius: 30px; background: #272432; transform: translateX(-50%); }
.phone-screen { position: relative; overflow: hidden; min-height: 524px; padding: 19px 15px 14px; border-radius: 29px; background: #fbf7f3; }
.phone-screen:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 26%, rgba(246, 218, 184, .5), transparent 31%), radial-gradient(circle at 90% 71%, rgba(199, 180, 239, .34), transparent 40%); pointer-events: none; }
.app-topline, .app-greeting, .phone-screen h2, .practice-preview, .phone-section-label, .stat-grid, .app-tabbar { position: relative; z-index: 1; }
.app-topline { display: flex; justify-content: space-between; font-size: .54rem; font-weight: 800; }.status-icons { letter-spacing: .12em; }.app-greeting { margin: 22px 0 1px; color: #77717c; font-size: .57rem; }.phone-screen h2 { margin-bottom: 15px; font-size: 1.6rem; letter-spacing: -.06em; }
.practice-preview { overflow: hidden; min-height: 151px; padding: 15px; border-radius: 18px; color: white; background: linear-gradient(145deg, #c3a6ee, #8874dd); box-shadow: 0 12px 22px rgba(105, 84, 165, .2); }.preview-shine { position: absolute; top: -45px; right: -40px; width: 180px; height: 130px; border-radius: 50%; background: rgba(255,255,255,.2); transform: rotate(-22deg); }.preview-symbol { position: absolute; right: 10px; bottom: -24px; font-size: 7rem; font-weight: 200; opacity: .17; }.mini-label { display: block; font-size: .46rem; letter-spacing: .12em; font-weight: 800; }.practice-preview strong { display: block; margin-top: 38px; font-size: 1rem; letter-spacing: -.04em; }.practice-preview span:not(.mini-label) { display: block; margin-top: 3px; font-size: .52rem; opacity: .85; }.play-button { position: absolute; right: 14px; bottom: 13px; width: 29px; height: 29px; border: none; border-radius: 50%; background: rgba(255,255,255,.91); color: #7668e8; font-size: .55rem; cursor: pointer; }.phone-section-label { margin: 18px 0 8px; color: #7e778a; font-size: .48rem; font-weight: 800; letter-spacing: .1em; }.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }.stat-grid div { min-height: 54px; padding: 8px; border: 1px solid rgba(73,61,92,.07); border-radius: 10px; background: rgba(255,255,255,.84); }.stat-grid b, .stat-grid span { display:block; }.stat-grid b { font-size: .76rem; letter-spacing: -.03em; }.stat-grid span { margin-top: 3px; color: #797384; font-size: .45rem; }.app-tabbar { display: flex; justify-content: space-around; gap: 6px; margin-top: 15px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; background: rgba(255,255,255,.72); color: #827b8e; }.app-tabbar span { display: grid; justify-items: center; gap: 2px; font-size: .7rem; }.app-tabbar small { font-size: .42rem; }.app-tabbar .active { color: #6c5ce0; }.art-caption { position: absolute; z-index: 3; bottom: 0; right: 3%; color: #756d80; font-family: var(--serif); font-size: 1.05rem; font-style: italic; transform: rotate(-3deg); }

.intro-band { padding: 118px 0; background: #24212e; color: #fbf8f6; }.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; }.intro-band .eyebrow { color: #c9c0d8; }.intro-band h2 { margin-bottom: 1.4rem; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 400; line-height: 1.08; letter-spacing: -.055em; }.intro-band p:not(.eyebrow) { max-width: 590px; color: #c7c1cf; font-size: 1.1rem; line-height: 1.7; }

.breath-section { min-height: 720px; }.breath-copy h2, .library-heading h2, .courses-copy h2, .privacy-grid h2, .launch-content h2 { margin-bottom: 1.3rem; font-size: clamp(2.6rem, 5vw, 4.7rem); letter-spacing: -.07em; line-height: .99; }.breath-copy > p:not(.eyebrow), .courses-copy > p:not(.eyebrow), .library-heading > p, .privacy-grid p:not(.eyebrow), .launch-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; font-size: 1.02rem; }.breath-copy > p:not(.eyebrow) { max-width: 470px; }.check-list { display: grid; gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; color: #504a59; font-size: .93rem; font-weight: 650; }.check-list span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: .5rem; border-radius: 50%; color: #fff; background: var(--lilac); font-size: .7rem; }
.player-stage { position: relative; min-height: 540px; display: grid; place-items: center; }.stage-glow { position: absolute; width: 440px; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(150deg, rgba(245,197,136,.75), rgba(195,162,236,.72) 58%, rgba(169,192,242,.65)); filter: blur(2px); }.player-card { position: relative; width: min(370px, 100%); padding: 20px 22px 23px; border: 1px solid rgba(255,255,255,.7); border-radius: 32px; background: rgba(255, 254, 252, .85); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(14px); }.player-head { display: flex; align-items:center; justify-content: space-between; color: #81798c; font-size: .58rem; letter-spacing: .1em; font-weight: 800; }.player-head button { border: none; background: transparent; color: #4a4453; font-size: 1.35rem; cursor: pointer; }.breath-ring { display: grid; place-items: center; width: 230px; aspect-ratio: 1; margin: 27px auto 19px; border: 1px solid rgba(116,104,232,.24); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.72) 0 31%, transparent 32%), linear-gradient(150deg, #f5c588, #c3a2ec 60%, #a9c0f2); box-shadow: inset 0 0 0 18px rgba(255,255,255,.2), 0 13px 25px rgba(112,96,187,.16); transition: transform 1s ease; }.breath-ring.breathing { animation: breathe 4s ease-in-out infinite; }.ring-center { display: grid; place-items: center; width: 45%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.74); }.ring-center span { color: #6e6681; font-size: .66rem; font-weight: 700; }.ring-center strong { margin-top: 4px; font-size: 2.7rem; font-weight: 400; letter-spacing: -.08em; font-variant-numeric: tabular-nums; }.phase-dots { display: flex; justify-content: center; gap: 6px; }.phase-dots i { width: 5px; height: 5px; border-radius: 99px; background: #d2cedb; }.phase-dots .selected { width: 18px; background: var(--lilac); }.player-instruction { min-height: 24px; margin: 16px auto; color: #645d6e; font-size: .78rem; }.player-controls { display: flex; align-items:center; justify-content: center; gap: 25px; }.player-controls button { display: grid; place-items:center; width: 38px; height: 38px; border: none; border-radius: 50%; color: #55505c; background: transparent; font-size: 1rem; cursor: pointer; }.player-controls .pause-button { color: white; background: var(--lilac); box-shadow: 0 7px 15px rgba(109,91,213,.3); }

.feature-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 135px; }.feature-tile { position: relative; min-height: 344px; padding: 25px; overflow: hidden; border-radius: 23px; }.feature-tile:after { content: ""; position: absolute; width: 190px; aspect-ratio: 1; right: -32px; bottom: -75px; border: 1px solid rgba(255,255,255,.43); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.08), 0 0 0 60px rgba(255,255,255,.07); }.feature-tile.violet { color: #fff; background: linear-gradient(145deg, #ad91e2, #8172d7); }.feature-tile.amber { color: #4a3931; background: linear-gradient(145deg, #f6d093, #e7a652); }.feature-tile.blue { color: #fff; background: linear-gradient(145deg, #abc2ef, #7e93de); }.feature-number { color: currentColor; opacity: .62; font-size: .68rem; font-weight: 800; }.feature-icon { margin: 34px 0 31px; font-size: 3rem; line-height: .8; font-family: var(--serif); }.feature-tile h3 { position: relative; z-index: 1; margin-bottom: 10px; font-size: 1.65rem; line-height: 1.05; letter-spacing: -.06em; }.feature-tile p { position: relative; z-index: 1; max-width: 250px; margin-bottom: 0; font-size: .87rem; line-height: 1.5; opacity: .85; }

.library-section { padding: 118px 0 138px; overflow: hidden; background: #f1ece6; }.library-heading { display: grid; grid-template-columns: 1.1fr .6fr; align-items:end; gap: 4rem; margin-bottom: 46px; }.library-heading h2 { margin-bottom: 0; }.library-heading > p { margin: 0 0 5px; }.library-scroll { display: flex; width: max-content; gap: 17px; padding: 0 max(24px, calc((100vw - 1160px) / 2)); }.library-card { position: relative; display: flex; flex-direction: column; justify-content:flex-end; width: 236px; height: 300px; overflow: hidden; padding: 22px; border-radius: 22px; color: white; box-shadow: 0 14px 25px rgba(72,58,81,.12); transition: transform .25s ease; }.library-card:hover { transform: translateY(-5px); }.card-lavender { background: linear-gradient(150deg,#c3a6ee,#9a82e2); }.card-amber { color: #44342e; background: linear-gradient(150deg,#f6c078,#e7a24f); }.card-blue { background: linear-gradient(150deg,#a9c0f2,#8c9de2); }.card-violet { background: linear-gradient(150deg,#a78ae6,#89a6e8); }.card-gold { color: #4a372d; background: linear-gradient(150deg,#f3d199,#c7aeee); }.card-symbol { position:absolute; top: 5px; right: 9px; font-size: 10rem; line-height: 1; opacity: .15; font-family: var(--serif); }.library-card .mini-label { position:relative; margin-bottom: auto; font-size: .53rem; }.library-card h3 { position:relative; z-index:1; margin-bottom: 8px; font-size: 1.7rem; line-height: .93; letter-spacing: -.07em; }.library-card p { position:relative; margin:0; font-size: .66rem; opacity: .88; }

.courses-section { min-height: 660px; }.courses-art { position:relative; min-height: 445px; order: 2; display:grid; place-items:center; }.course-sun { position:absolute; width: 390px; aspect-ratio:1; border-radius: 50%; background: linear-gradient(145deg, #f0c17e, #baa0e8); }.course-arc { position:absolute; border-radius:50%; border: 1px solid rgba(255,255,255,.52); }.arc-one { width: 440px; aspect-ratio:1; }.arc-two { width: 350px; aspect-ratio:1; }.course-card-ui { position:relative; width: 266px; padding: 24px; border:1px solid rgba(255,255,255,.55); border-radius:22px; color:white; background: linear-gradient(150deg, rgba(103,87,197,.9), rgba(76,97,178,.87)); box-shadow: var(--shadow); transform:rotate(-4deg); }.course-card-ui h3 { margin: 46px 0 28px; font-size: 2rem; line-height:.9; letter-spacing:-.08em; }.course-progress { height: 5px; overflow:hidden; border-radius:99px; background:rgba(255,255,255,.3); }.course-progress span { display:block; width:43%; height:100%; border-radius:inherit; background:white; }.course-card-ui p { display:flex; justify-content:space-between; margin: 10px 0 0; font-size:.64rem; }.course-card-ui b { font-weight:800; }.courses-copy { order:1; }.courses-copy > p:not(.eyebrow) { max-width:465px; }.courses-copy .text-link { margin-top: 1.25rem; }

.privacy-section { padding: 112px 0; background: #272430; color: white; }.privacy-grid { display:grid; grid-template-columns: .55fr 1.45fr; gap: 4rem; align-items: center; }.privacy-mark { display:grid; place-items:center; width: min(210px, 100%); aspect-ratio:1; border: 1px solid rgba(255,255,255,.21); border-radius:50%; box-shadow:0 0 0 23px rgba(255,255,255,.05),0 0 0 46px rgba(255,255,255,.025); }.privacy-mark span { color:#d2c4f0; font-family:var(--serif); font-size:7rem; }.privacy-grid .eyebrow { color:#c4bbd5; }.privacy-grid h2 { margin-bottom:1.35rem; }.privacy-grid p:not(.eyebrow) { max-width:610px; color:#d2cbd9; }.privacy-grid .small-note { margin-top:1.6rem; color:#aaa3b2; font-size:.81rem; }

.launch-section { position:relative; overflow:hidden; padding: 125px 0; text-align:center; background: #f6f1eb; }.launch-wash { position:absolute; inset:0; background: radial-gradient(ellipse at 50% 102%, rgba(112,99,222,.54), transparent 53%), radial-gradient(ellipse at 16% 22%, rgba(246,192,120,.45), transparent 35%), radial-gradient(ellipse at 85% 18%, rgba(166,191,240,.47), transparent 38%); }.launch-content { position:relative; z-index:1; max-width:680px; }.launch-icon { margin-bottom: 25px; border-radius:23px; box-shadow: 0 16px 35px rgba(78,64,152,.28); }.launch-content h2 { margin-bottom:1.3rem; }.launch-content > p:not(.eyebrow) { max-width: 495px; margin-inline:auto; }.store-row { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin-top:2.15rem; }.store-badge { display:grid; grid-template-columns: 24px auto; grid-template-rows: 1fr 1fr; align-items:center; min-width:142px; padding: .5rem .8rem; border-radius:9px; color: #e6e3ec; background:#24212b; text-align:left; }.store-badge b { grid-row:span 2; margin-right:6px; font-size:1.15rem; }.store-badge small { align-self:end; font-size:.48rem; }.store-badge strong { align-self:start; font-size:.85rem; letter-spacing:-.03em; }.apple-glyph { color: white; }.play-glyph { color:#bdadfa; }
.site-footer { padding:24px 0; background:#1e1c25; color:#d6d1de; }.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:1rem; font-size:.72rem; }.footer-inner .brand { color:#fff; font-size:.9rem; }.footer-inner p { margin:0; }.footer-inner p:last-child { color:#958da1; }
.footer-links { display:flex; gap:1.1rem; }.footer-links a { color:#d6d1de; transition:color .2s ease; }.footer-links a:hover, .footer-links a[aria-current="page"] { color:#c8bcff; }

.legal-page { background:var(--warm-white); }.legal-header { padding:22px 0; border-bottom:1px solid var(--line); background:rgba(253,250,247,.9); }.legal-main { width:min(820px, calc(100% - 48px)); padding:94px 0 110px; }.legal-intro { max-width:700px; padding-bottom:46px; border-bottom:1px solid var(--line); }.legal-intro h1 { margin-bottom:.85rem; font-size:clamp(3.4rem, 7vw, 5.6rem); }.legal-date { margin-bottom:2rem; color:#847d8e; font-size:.84rem; }.legal-lead { max-width:625px; color:#575161; font-family:var(--serif); font-size:1.45rem; line-height:1.45; letter-spacing:-.025em; }.legal-content { max-width:700px; padding-top:42px; }.legal-content section { padding:0 0 28px; }.legal-content h2 { margin-bottom:.75rem; color:#2d2937; font-size:1.38rem; letter-spacing:-.04em; }.legal-content p { color:#615a69; font-size:.98rem; line-height:1.72; }.legal-content a { color:var(--lilac-dark); text-decoration:underline; text-underline-offset:3px; }.legal-page .site-footer { margin-top:auto; }

.reveal { opacity:0; transform:translateY(16px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity:1; transform:none; }
@keyframes breathe { 0%, 100% { transform: scale(.91); } 50% { transform: scale(1); } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; }.reveal { opacity:1; transform:none; transition:none; }.breath-ring.breathing { animation:none; }.button, .library-card { transition:none; } }
@media (max-width: 800px) { .section-shell { grid-template-columns:1fr; gap:2.2rem; min-height:unset; padding-block:90px; }.site-header { padding-top:15px; }.nav-links { display:none; }.nav-cta { padding:.56rem .8rem; font-size:.75rem; }.hero { padding-top:95px; text-align:center; }.hero-copy { display:grid; justify-items:center; }.hero-text { font-size:1rem; }.hero-actions { justify-content:center; }.hero-art { min-height:490px; }.hero:before { right:-60%; }.phone { transform:rotate(4deg) scale(.9); }.art-caption { right:8%; bottom:15px; }.intro-band { padding:76px 0; }.intro-grid, .library-heading, .privacy-grid { grid-template-columns:1fr; gap:1.5rem; }.intro-band h2 { font-size:2.5rem; }.breath-section { padding-top:100px; }.breath-copy { text-align:center; }.check-list { justify-content:center; text-align:left; }.player-stage { min-height:430px; }.feature-tiles { grid-template-columns:1fr; padding-bottom:80px; }.feature-tile { min-height:260px; }.feature-tile .feature-icon { margin:28px 0 20px; }.library-section { padding:82px 0 95px; }.library-heading { margin-bottom:34px; }.library-scroll { overflow-x:auto; width:100%; padding-right:24px; scroll-snap-type:x proximity; }.library-card { flex:0 0 225px; scroll-snap-align:start; }.courses-section { padding-top:80px; }.courses-art { order:1; min-height:385px; }.courses-copy { order:2; text-align:center; }.courses-copy .text-link { justify-content:center; }.course-sun { width:330px; }.arc-one { width:370px; }.arc-two { width:295px; }.privacy-section { padding:82px 0; text-align:center; }.privacy-mark { margin-inline:auto; width:145px; }.launch-section { padding:90px 0; }.footer-inner { flex-wrap:wrap; justify-content:center; text-align:center; }.footer-inner .brand { flex-basis:100%; justify-content:center; }.legal-main { padding:64px 0 78px; }.legal-intro { padding-bottom:34px; }.legal-lead { font-size:1.22rem; }.footer-links { flex-basis:100%; justify-content:center; } }
@media (max-width: 440px) { .shell, .section-shell { width:min(100% - 32px, 1160px); }.hero-actions { flex-direction:column; gap:1rem; }.platform-row { justify-content:center; }.hero-art { min-height:450px; }.phone { transform:rotate(3deg) scale(.8); }.orb-one { width:310px; }.stage-glow { width:330px; }.player-card { padding:17px; }.breath-ring { width:205px; }.privacy-grid h2, .launch-content h2 { font-size:2.55rem; }.store-row { align-items:stretch; }.store-badge { min-width:135px; } }
