.page-patter{--content-width: 52rem}.hero{text-align:center;padding:5rem 1.5rem 3rem;max-width:var(--content-width);margin:0 auto}.hero-logo{border-radius:22px;box-shadow:0 2px 8px var(--shadow-primary),0 0 0 1px var(--shadow-secondary);margin-bottom:1.25rem}.app-name{font-family:Martian Grotesk,sans-serif;font-weight:900;font-size:clamp(3rem,8vw,4.5rem);margin:0 0 1rem;line-height:1.05}.tagline{color:var(--text-secondary);font-size:clamp(1.125rem,2.5vw,1.375rem);max-width:30ch;margin:0 auto 2.5rem;line-height:1.5}.hero-screenshot{max-width:320px;margin:0 auto;overflow:hidden;height:360px}.hero-screenshot img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.cta-group{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:100px;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--surface-button);color:var(--surface-button-label);box-shadow:0 2px 8px var(--shadow-primary)}.btn-primary:hover{box-shadow:0 4px 16px var(--shadow-primary);color:var(--surface-button-label)}.btn-secondary{background:var(--surface-card);color:var(--text-primary);box-shadow:0 1px 4px var(--shadow-secondary)}.btn-secondary:hover{box-shadow:0 2px 8px var(--shadow-primary);color:var(--text-primary)}.section-pitch{padding:1rem 1.5rem 3rem;max-width:var(--content-width);margin:0 auto}.pitch-inner{max-width:38rem;margin:0 auto}.pitch-lead{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.25;color:var(--text-secondary);margin:0 0 2rem;font-weight:300}.section-pitch p{font-size:clamp(1.0625rem,2vw,1.1875rem);line-height:1.55;color:var(--text-secondary);margin:0 0 1.25rem}.section-loop{padding:0 1.5rem}.loop-narrative{display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:var(--content-width);margin:0 auto}.loop-phone{position:sticky;top:20vh;display:flex;justify-content:center;padding:5rem 0}.phone-screens{display:grid;width:320px}.phone-screen{grid-area:1 / 1;opacity:0;transition:opacity .4s ease}.phone-screen.is-active{opacity:1}.phone-screen picture{display:block}.phone-screen img{width:100%;height:auto;border-radius:8px;display:block}.loop-panels{padding-left:2rem}.loop-panel{display:flex;flex-direction:column;justify-content:flex-start;padding:6rem 0}.loop-panel--continuation{padding-top:0}.loop-panel:has(+.loop-panel--continuation){padding-bottom:1rem}.loop-panel h2{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 1.25rem}.loop-panel p{font-size:clamp(1rem,2vw,1.0625rem);line-height:1.55;color:var(--text-secondary);margin:0 0 1rem}.loop-panel p:last-child{margin-bottom:0}.panel-screenshot-mobile{display:none}@supports (animation-timeline: view()){@keyframes panel-fade-up{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}.loop-panel h2,.loop-panel p{animation:panel-fade-up linear both;animation-timeline:view();animation-range:entry 5% entry 35%}}.section-closing{background:var(--surface-card);padding:3rem 1.5rem;margin-top:2rem}.closing-inner{max-width:38rem;margin:0 auto}.closing-inner p{font-size:clamp(1rem,2vw,1.0625rem);line-height:1.55;color:var(--text-secondary);margin:0 0 1rem}.closing-inner p:last-child{margin-bottom:0}@media(max-width:720px){.loop-narrative{grid-template-columns:1fr}.loop-phone{display:none}.loop-panels{padding-left:0}.loop-panel{padding:3rem 0}.loop-panel--continuation{padding-top:1rem}.panel-heading{text-align:center}.panel-screenshot-mobile{display:block;margin:1rem 0 1.5rem}.panel-screenshot-mobile img{width:100%;max-width:320px;height:auto;border-radius:8px;display:block;margin:0 auto;transform:translate(-8%)}}.section-watch{padding:4rem 1.5rem;display:flex;justify-content:center}.watch-screenshot{overflow:hidden;display:flex;justify-content:center}.watch-screenshot picture{flex-shrink:0}.watch-screenshot img{height:360px;width:auto;border-radius:36px;display:block}@supports (animation-timeline: view()){@keyframes watch-rise{0%{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}.watch-screenshot{animation:watch-rise linear both;animation-timeline:view();animation-range:entry 10% entry 60%}}@media(max-width:720px){.watch-screenshot img{height:270px;border-radius:28px}}.section-download{background:var(--surface-card);padding:3rem 1.5rem 4rem}.section-download-inner{text-align:center;max-width:var(--content-width);margin:0 auto}.download-lead{font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.4;color:var(--text-primary);font-weight:300;max-width:32ch;margin:0 auto .75rem}.download-sub{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-tertiary);margin:0 auto 2rem}.download-footnote{font-size:clamp(.875rem,1.5vw,.9375rem);color:var(--text-tertiary);margin:1rem auto 0}.app-store-badge{display:inline-block;transition:transform .15s ease}.app-store-badge:hover{transform:translateY(-1px);background-color:transparent}.app-store-badge img{height:48px;width:auto}.badge-dark{display:none}@media(prefers-color-scheme:dark){.badge-light{display:none}.badge-dark{display:inline}}@media(max-width:480px){.hero{padding:3rem 1.5rem 2rem}}
