.grainient-container{width:100%;height:100%;position:relative;overflow:hidden}
html:has(.landing-page){height:100%;font-size:clamp(10px,min(1vw,1.75dvh),19.2px);overflow:hidden}html:has(.landing-page) body{height:100%;font-size:clamp(10px,min(1vw,1.75dvh),19.2px);overflow:hidden}@media screen and (min-width:1920px){html:has(.landing-page){font-size:clamp(10px,min(.8vw,1.75dvh),19.2px)}}.landing-page{--color-bg:#fef6ee;--color-text:#051011;--color-accent:#c7624b;--color-muted:#051011a6;background:var(--color-bg);height:100dvh;max-height:100dvh;color:var(--color-text);flex-direction:column;font-family:Urbanist,sans-serif;line-height:1.4;display:flex;position:relative;overflow:hidden}.landing-page ::selection{background-color:var(--color-accent);color:#fff}.landing-background{z-index:0;background:var(--color-bg);position:absolute;inset:0}.landing-shell{z-index:1;opacity:0;flex-direction:column;flex:1;height:100%;min-height:0;transition:opacity .65s 50ms;display:flex;position:relative}.landing-page--ready .landing-shell{opacity:1}.landing-loader{z-index:50;opacity:1;visibility:visible;background:#fef6ee;justify-content:center;align-items:center;transition:opacity .65s,visibility .65s;display:flex;position:fixed;inset:0}.landing-loader--exit{opacity:0;visibility:hidden}.landing-loader-inner{flex-direction:column;align-items:center;gap:1.75rem;width:min(18rem,72vw);display:flex}.landing-loader-logo{object-fit:contain;width:min(11rem,58vw);height:auto;animation:2.4s ease-in-out infinite landing-loader-logo-pulse}.landing-loader-track{background:#0510111a;border-radius:999px;width:100%;height:.2rem;overflow:hidden}.landing-loader-track-fill{border-radius:inherit;background:linear-gradient(90deg,#f0c4b4 0%,#c7624b 100%);width:36%;height:100%;animation:1.35s ease-in-out infinite landing-loader-track-slide}.landing-loader-text{letter-spacing:.08em;text-transform:lowercase;color:var(--color-muted);margin:0;font-size:.95rem;font-weight:500}@keyframes landing-loader-logo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.82;transform:scale(.985)}}@keyframes landing-loader-track-slide{0%{transform:translate(-120%)}to{transform:translate(320%)}}@media (prefers-reduced-motion:reduce){.landing-shell,.landing-loader{transition:none}.landing-loader-logo,.landing-loader-track-fill{animation:none}}.landing-container{width:100%;max-width:100rem;margin:0 auto;padding:0 2.5rem}.landing-header{z-index:10;flex-shrink:0;padding:1.75rem 0 1rem;position:relative}.landing-header-inner{justify-content:space-between;align-items:center;display:flex}.landing-logo img{object-fit:contain;width:auto;height:3.25rem}.landing-cta-btn{background:var(--color-text);color:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.landing-cta-btn:hover{opacity:.85}.landing-cta-btn svg{width:1rem;height:1rem}.landing-main{isolation:isolate;flex:1;align-items:center;min-height:0;display:flex;overflow:hidden}.landing-hero{align-items:center;width:100%;height:100%;display:flex}.landing-hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;width:100%;display:grid}.landing-hero-text{max-width:38rem}.landing-hero-text h1{text-transform:lowercase;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:4.5rem;font-weight:500;line-height:.9}.landing-hero-subtitle{text-transform:lowercase;color:var(--color-muted);margin:0 0 1.5rem;font-size:1.25rem;font-weight:400;line-height:1.35}.landing-hero-list{margin:0 0 1.75rem;padding:0;list-style:none}.landing-hero-list li{text-transform:lowercase;margin-bottom:.65rem;padding-left:1.35rem;font-size:1.25rem;line-height:1.35;position:relative}.landing-hero-list li:last-child{margin-bottom:0}.landing-hero-list li:before{content:"";background:var(--color-accent);border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.5em;left:0}.landing-store-badges{flex-wrap:wrap;align-items:flex-start;gap:1rem 1.15rem;margin-bottom:1.75rem;display:flex}.landing-store-badge{cursor:not-allowed;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:.5rem;display:flex}.landing-store-badge-visual{opacity:.72;filter:grayscale(.35);border-radius:.65rem;position:relative;overflow:hidden}.landing-store-badge-visual img{width:auto;height:3.1rem;display:block}.landing-store-badge-soon{background:var(--color-accent);color:#fff;letter-spacing:.06em;text-transform:lowercase;white-space:nowrap;border-radius:999px;padding:.32rem .75rem;font-size:.75rem;font-weight:600;line-height:1}.landing-hero-tagline{text-transform:lowercase;max-width:28rem;color:var(--color-muted);margin:0;font-size:1.25rem;line-height:1.35}.landing-phone-block{box-sizing:border-box;justify-content:center;align-items:center;height:100%;max-height:100%;padding-top:1.5rem;display:flex;position:relative}.landing-phone-wrap{z-index:1;aspect-ratio:1359/2736;--phone-frame-w:1359;--phone-frame-h:2736;--phone-video-w:1206;--phone-video-h:2622;--phone-video-scale:.979;width:auto;height:min(38rem,78%);max-height:78%;position:relative}.landing-phone-pill{background:var(--color-accent);z-index:0;border-radius:3.75rem;width:125%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-phone-device{z-index:1;width:fit-content;max-width:100%;height:100%;margin-inline:auto;position:relative;transform:translateY(-12%)}.landing-phone-screen{--screen-w:calc(100%*var(--phone-video-w)/var(--phone-frame-w));--screen-h:calc(100%*var(--phone-video-h)/var(--phone-frame-h));--screen-top:calc(100%*(var(--phone-frame-h) - var(--phone-video-h))/2/var(--phone-frame-h));--screen-left:calc(100%*(var(--phone-frame-w) - var(--phone-video-w))/2/var(--phone-frame-w));top:calc(var(--screen-top) + var(--screen-h)*(1 - var(--phone-video-scale))/2);left:calc(var(--screen-left) + var(--screen-w)*(1 - var(--phone-video-scale))/2);width:calc(var(--screen-w)*var(--phone-video-scale));height:calc(var(--screen-h)*var(--phone-video-scale));z-index:1;isolation:isolate;background:#000;border-radius:8%;position:absolute;overflow:hidden;transform:translate(0,0)}.landing-phone-video{object-fit:fill;width:100%;height:100%;display:block}.landing-phone-frame-img{z-index:2;object-fit:contain;pointer-events:none;width:auto;height:100%;display:block;position:relative}.landing-footer{flex-shrink:0;padding:.75rem 0 1.5rem}.landing-footer-inner{color:var(--color-muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;font-size:.94rem;display:grid}.landing-footer-left{justify-self:start;align-items:center;gap:1.25rem;display:flex}.landing-footer-socials{align-items:center;gap:.65rem;display:flex}.landing-footer-social-link{width:2.5rem;height:2.5rem;color:var(--color-text);justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.landing-footer-social-link svg{width:1.45rem;height:1.45rem}.landing-footer-social-link:hover{opacity:.7}.landing-footer-email{color:var(--color-text);text-decoration:none;transition:opacity .2s}.landing-footer-email:hover{opacity:.7}.landing-footer-copyright{white-space:nowrap;justify-self:center}.landing-footer-legal{justify-content:flex-end;justify-self:end;align-items:center;gap:1.5rem;display:flex}.landing-footer-legal a{color:var(--color-text);white-space:nowrap;text-decoration:none;transition:opacity .2s}.landing-footer-legal a:hover{opacity:.7}@media screen and (max-width:900px){.landing-hero-inner{gap:1rem}}@media screen and (max-width:767px){html:has(.landing-page){height:auto;overflow:auto}html:has(.landing-page) body{height:auto;overflow:auto}html:has(.landing-page){font-size:clamp(11.5px,2.9vw,15px)}.landing-page{height:auto;min-height:100dvh;max-height:none;overflow:visible}.landing-shell{height:auto;min-height:100dvh}.landing-container{padding-left:1.25rem;padding-right:1.25rem}.landing-header{padding:1rem 0 .75rem}.landing-logo img{height:3.65rem}.landing-cta-btn{padding:.7rem 1.25rem;font-size:1.05rem}.landing-cta-btn svg{width:1.05rem;height:1.05rem}.landing-main{flex:none;align-items:stretch;overflow:visible}.landing-hero{align-items:stretch;height:auto}.landing-hero-inner{flex-direction:column;align-items:stretch;gap:2rem;padding-bottom:1.5rem;display:flex}.landing-phone-block{order:-1;width:100%;height:auto;max-height:none;padding-top:2.5rem}.landing-phone-wrap{aspect-ratio:1359/2736;width:min(92vw,240px);height:auto;max-height:none;margin:0 auto}.landing-phone-pill{width:128%;height:92%}.landing-phone-device{transform:none}.landing-hero-text{width:100%;max-width:none}.landing-hero-text h1{margin-bottom:1rem;font-size:4.65rem}.landing-hero-subtitle{margin-bottom:1.25rem;font-size:1.3rem}.landing-hero-list{margin-bottom:1.5rem}.landing-hero-list li{padding-left:1.4rem;font-size:1.3rem}.landing-hero-list li:before{width:.47rem;height:.47rem}.landing-store-badges{margin-bottom:1.5rem}.landing-store-badge-visual img{height:3.35rem}.landing-store-badge-soon{font-size:.8rem}.landing-hero-tagline{max-width:none;font-size:1.28rem}.landing-footer{padding:0 0 2.5rem}.landing-footer-inner{text-align:left;grid-template-columns:1fr;gap:1.25rem;font-size:.92rem}.landing-footer-social-link{width:2.65rem;height:2.65rem}.landing-footer-social-link svg{width:1.5rem;height:1.5rem}.landing-footer-left,.landing-footer-legal,.landing-footer-copyright{justify-content:flex-start;justify-self:start}.landing-footer-left{flex-direction:column;align-items:flex-start;gap:.75rem}.landing-footer-legal{flex-direction:column;align-items:flex-start;gap:.5rem}}
