@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{color-scheme:light;--background: #f2f5f0;--foreground: #121c14;--card: #ebeee9;--card-foreground: #121c14;--primary: #596e53;--primary-light: #7a916f;--primary-dark: #44543f;--primary-foreground: #ffffff;--secondary: #ebeee9;--muted: #e8ede6;--muted-foreground: #5a6356;--accent: #f0f4ee;--accent-warm: #e8dcc8;--border: #c5cdc0;--ring: #9baa94;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Plus Jakarta Sans", system-ui, sans-serif;--radius-sm: .75rem;--radius-md: 1.125rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--radius-full: 9999px;--shadow-soft: 0 1px 2px rgb(18 28 20 / .04), 0 8px 24px rgb(18 28 20 / .06);--shadow-card: 0 2px 4px rgb(18 28 20 / .03), 0 16px 48px rgb(18 28 20 / .08);--shadow-float: 0 24px 64px rgb(18 28 20 / .12), 0 8px 24px rgb(89 110 83 / .08);--header-height: 4.5rem;--page-padding: clamp(1.25rem, 4vw, 2.5rem);--content-max: 72rem;--narrow-max: 42rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;min-height:100dvh;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}::selection{background:#596e532e;color:var(--foreground)}.page-shell{position:relative;overflow-x:clip}.page-shell:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");mix-blend-mode:multiply}.ambient{position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden}.ambient__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;animation:drift 24s ease-in-out infinite}.ambient__orb--one{top:-12%;left:-8%;width:min(42rem,70vw);height:min(42rem,70vw);background:radial-gradient(circle,#d4e0cc 0%,transparent 70%)}.ambient__orb--two{top:18%;right:-12%;width:min(36rem,60vw);height:min(36rem,60vw);background:radial-gradient(circle,#e8dcc8 0%,transparent 70%);animation-delay:-8s}.ambient__orb--three{bottom:-10%;left:30%;width:min(32rem,55vw);height:min(32rem,55vw);background:radial-gradient(circle,#c8d8bc 0%,transparent 70%);animation-delay:-16s}@keyframes drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(2%,3%) scale(1.04)}66%{transform:translate(-2%,1%) scale(.98)}}.container{width:min(100% - var(--page-padding) * 2,var(--content-max));margin-inline:auto}.section{padding-block:clamp(4rem,10vw,7rem)}.section__eyebrow{display:inline-block;margin-bottom:1rem;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.section__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:600;line-height:1.12;letter-spacing:-.02em}.section__lead{margin:0;max-width:var(--narrow-max);font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.65;color:var(--muted-foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:.875rem 1.5rem;border-radius:var(--radius-full);font-size:.9375rem;font-weight:600;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.btn--primary{color:var(--primary-foreground);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);box-shadow:0 1px #ffffff1f inset,var(--shadow-soft)}.btn--primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-card)}.btn--secondary{color:var(--foreground);background:#ffffffb8;border:1px solid var(--border);backdrop-filter:blur(12px)}.btn--secondary:hover{background:#ffffffeb;transform:translateY(-1px)}.btn--app-store{padding:.75rem 1.25rem .75rem 1rem;background:var(--foreground);color:#fff}.btn--app-store:hover{transform:translateY(-1px);box-shadow:var(--shadow-card)}.btn--app-store svg{flex-shrink:0}.btn__app-text{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;text-align:left}.btn__app-text small{font-size:.625rem;font-weight:500;letter-spacing:.02em;opacity:.85}.btn__app-text span{font-size:1.0625rem;font-weight:600;letter-spacing:-.01em}.reveal{opacity:0;transform:translateY(1.25rem);animation:reveal .8s cubic-bezier(.22,1,.36,1) forwards}.reveal--delay-1{animation-delay:.1s}.reveal--delay-2{animation-delay:.2s}.reveal--delay-3{animation-delay:.3s}.reveal--delay-4{animation-delay:.4s}.reveal--delay-5{animation-delay:.5s}@keyframes reveal{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;animation:none}}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;height:var(--header-height);border-bottom:1px solid rgb(197 205 192 / .55);background:#f2f5f0c7;backdrop-filter:blur(18px) saturate(1.2)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:100%}.header__brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.625rem;font-family:var(--font-display);font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.header__brand[data-astro-cid-3ef6ksr2] em[data-astro-cid-3ef6ksr2]{font-style:normal;color:var(--primary)}.header__logo[data-astro-cid-3ef6ksr2]{border-radius:.625rem}.header__nav[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:2rem}.header__link[data-astro-cid-3ef6ksr2]{font-size:.9375rem;font-weight:500;color:var(--muted-foreground);transition:color .2s ease}.header__link[data-astro-cid-3ef6ksr2]:hover{color:var(--foreground)}.header__cta[data-astro-cid-3ef6ksr2]{padding-inline:1.125rem;font-size:.875rem}@media(min-width:768px){.header__nav[data-astro-cid-3ef6ksr2]{display:flex}}@media(max-width:767px){.header__wordmark[data-astro-cid-3ef6ksr2]{font-size:1rem}}.footer[data-astro-cid-sz7xmlte]{padding-block:3rem 2.5rem;border-top:1px solid rgb(197 205 192 / .65);background:#e6ebe473}.footer__inner[data-astro-cid-sz7xmlte]{display:grid;gap:2.5rem;margin-bottom:2.5rem}@media(min-width:768px){.footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 2fr;align-items:start}}.footer__brand[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:.75rem;font-family:var(--font-display);font-size:1.125rem;font-weight:600}.footer__brand[data-astro-cid-sz7xmlte] em[data-astro-cid-sz7xmlte]{font-style:normal;color:var(--primary)}.footer__tagline[data-astro-cid-sz7xmlte]{margin:0;max-width:18rem;font-size:.9375rem;line-height:1.6;color:var(--muted-foreground)}.footer__nav[data-astro-cid-sz7xmlte]{display:grid;gap:2rem}@media(min-width:540px){.footer__nav[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(3,1fr)}}.footer__nav-group[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.625rem}.footer__nav-title[data-astro-cid-sz7xmlte]{margin:0 0 .375rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground)}.footer__nav-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.9375rem;color:var(--foreground);transition:color .2s ease}.footer__nav-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary)}.footer__bottom[data-astro-cid-sz7xmlte]{padding-top:2rem;border-top:1px solid rgb(197 205 192 / .5)}.footer__copy[data-astro-cid-sz7xmlte]{margin:0 0 .75rem;font-size:.875rem;color:var(--muted-foreground)}.footer__health[data-astro-cid-sz7xmlte]{margin:0;max-width:48rem;font-size:.8125rem;line-height:1.55;color:var(--muted-foreground)}
