:root{--terracotta: #BE5504;--black: #000000;--white: #FFFFFF;--beige: #FAF8F5;--olive: #857A4A;--espresso: #3F3027;--success--100: #DEFCD8;--success--200: #B7F9AF;--success--300: #86EC86;--success--400: #63DB6F;--success--500: #35C450;--success--600: #27A84B;--success--700: #1B8D45;--success--800: #10713E;--success--900: #0A5E3A;--info--100: #C7F9EE;--info--200: #92F2E4;--info--300: #58DBD3;--info--400: #2EB4B7;--info--500: #017987;--info--600: #005E74;--info--700: #004861;--info--800: #00334E;--info--900: #002540;--warning--100: #FEF7CB;--warning--200: #FEEE97;--warning--300: #FFE165;--warning--400: #FDD53F;--warning--500: #FCC101;--warning--600: #D8A001;--warning--700: #B48200;--warning--800: #926500;--warning--900: #795000;--danger--100: #FCE6D1;--danger--200: #FCC8A3;--danger--300: #F3A074;--danger--400: #E67950;--danger--500: #D9411C;--danger--600: #B92815;--danger--700: #9B140E;--danger--800: #7C080B;--danger--900: #66050E;--neutral--900: #282828;--neutral--800: #393939;--neutral--700: #4F4F4F;--neutral--600: #686868;--neutral--500: #8E8E8E;--neutral--400: #AFAFAF;--neutral--300: #C5C9CA;--neutral--200: #ECEEED;--neutral--100: #FAFAFA;--heading-1: 2.5rem;--heading-2: 2rem;--heading-3: 1.5rem;--heading-4: 1.125rem;--primary--text: 1.25rem;--secondary--text: 1.25rem;--tertiary--text: 1rem;--description: .9375rem;--caveat: 1.125rem;--font-family-base: "Plus Jakarta Sans", "Plus Jakarta Sans Variable", sans-serif;--font-family-heading: "Plus Jakarta Sans", "Plus Jakarta Sans Variable", sans-serif;--font-family-mono: "Fira Mono", "Fira Code", monospace}*,*:before,*:after{box-sizing:border-box}html{font-size:100%}body{margin:0;color:var(--neutral--900);background-color:var(--white);font-family:var(--font-family-base);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,.heading-1{font-family:var(--font-family-heading);font-weight:600;font-size:var(--heading-1);line-height:1.05;letter-spacing:-.02em}h2,.heading-2{font-family:var(--font-family-heading);font-weight:600;font-size:var(--heading-2);line-height:1.1;letter-spacing:-.01em}h3,.heading-3{font-family:var(--font-family-heading);font-weight:500;font-size:var(--heading-3);line-height:1.15}h4,.heading-4{font-family:var(--font-family-heading);font-weight:500;font-size:var(--heading-4);line-height:1.2}p,.body-text{font-size:var(--primary--text);line-height:1.6}.body-secondary{font-size:var(--secondary--text);line-height:1.6}.body-tertiary{font-size:var(--tertiary--text);line-height:1.5}.caption{font-size:var(--description);line-height:1.4}.mono{font-family:var(--font-family-mono)}.uppercase{text-transform:uppercase;letter-spacing:.12em}.text-muted{color:var(--neutral--600)}.text-inverse{color:var(--white)}.btn{--btn-bg: transparent;--btn-color: var(--neutral--900);--btn-border: 1px solid transparent;--btn-shadow: none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:0 1.25rem;min-height:2.5rem;border-radius:999px;border:var(--btn-border);background:var(--btn-bg);color:var(--btn-color);font-family:var(--font-family-heading);font-weight:500;font-size:var( --description);line-height:1.1;text-decoration:none;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.btn:focus-visible{outline:3px solid var(--info--400);outline-offset:2px}.btn:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;box-shadow:none}.btn--sm{min-height:2rem;padding:0 1rem;font-size:var(--tertiary--text)}.btn--md{min-height:2.5rem}.btn--lg{min-height:3rem;padding:0 1.5rem;font-size:var(--primary--text)}.btn--primary{--btn-bg: var(--terracotta);--btn-color: var(--white)}.btn--primary:hover:not(:disabled):not([aria-disabled=true]){--btn-bg: #a34502;transform:translateY(-1px)}.btn--secondary{--btn-bg: var(--neutral--200);--btn-color: var(--neutral--900)}.btn--secondary:hover:not(:disabled):not([aria-disabled=true]){--btn-bg: var(--neutral--300);transform:translateY(-1px)}.btn--outline{--btn-bg: transparent;--btn-color: var(--terracotta);--btn-border: 1px solid var(--terracotta)}.btn--outline:hover:not(:disabled):not([aria-disabled=true]){--btn-bg: rgba(190, 85, 4, .12);transform:translateY(-1px)}.btn--ghost{--btn-bg: transparent;--btn-color: var(--neutral--900)}.btn--ghost:hover:not(:disabled):not([aria-disabled=true]){--btn-bg: rgba(40, 40, 40, .08);transform:translateY(-1px)}.btn--block{width:100%}.btn__icon{display:inline-flex;align-items:center;justify-content:center}.tag{--tag-bg: var(--white);--tag-border-color: rgba(40, 40, 40, .15);--tag-dot-color: var(--olive);--tag-text-color: var(--neutral--700);display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1rem;border-radius:.5rem;background:var(--tag-bg);border:1px solid var(--tag-border-color);outline:1px solid transparent;outline-offset:-2px;color:var(--tag-text-color);font-family:var(--font-family-mono);font-size:var(--tertiary--text);font-weight:400;line-height:1.25;letter-spacing:.06em;text-transform:uppercase}.tag:focus-visible{outline-color:var(--info--400)}.tag__dot{flex:none;width:.75rem;height:.75rem;border-radius:999px;background:var(--tag-dot-color)}.tag__label{display:inline-flex;align-items:center;white-space:nowrap;letter-spacing:inherit}.tag--sm{gap:.5rem;padding:.5rem .75rem;font-size:.75rem;letter-spacing:.08em}.tag--sm .tag__dot{width:.6rem;height:.6rem}.tag--inverse{--tag-bg: var(--neutral--900);--tag-border-color: rgba(255, 255, 255, .18);--tag-dot-color: var(--terracotta);--tag-text-color: var(--white)}.tag--muted{--tag-bg: rgba(250, 248, 245, .9);--tag-border-color: rgba(40, 40, 40, .08);--tag-text-color: var(--neutral--600)}:root{color-scheme:light;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 2.5rem;--space-2xl: 3.125rem;--space-3xl: 4rem;--space-4xl: 5rem;--space-5xl: 6rem;--space-6xl: 7rem}html,body{margin:0;min-height:100%}body{background-color:var(--beige);color:var(--espresso)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.5rem;background:var(--black);color:var(--white);border-radius:999px;text-decoration:none;transition:top .16s ease;z-index:1000}.skip-link:focus{top:1rem}.page{display:flex;flex-direction:column;gap:clamp(var(--space-2xl),4vw,var(--space-4xl));background:linear-gradient(180deg,#faf8f5f5,#fff)}.section{padding:clamp(var(--space-2xl),calc(var(--space-lg) + 4vw),var(--space-5xl)) 0}.section__content{width:min(1120px,92vw);margin:0 auto}.eyebrow{display:inline-flex;padding:.5rem 1rem;border-radius:999px;background-color:#be55041f;color:var(--terracotta);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.section--hero{padding-top:clamp(var(--space-md),5vw,var(--space-xl))}.hero__layout{min-height:calc(80vh - clamp(var(--space-3xl),5vw,var(--space-4xl)));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(var(--space-sm),4vw,var(--space-lg));text-align:center}.hero__text{display:flex;flex-direction:column;align-items:center;gap:clamp(var(--space-xl),2vw,var(--space-lg));max-width:40rem;animation:fadeInUp .8s ease-out}.hero__benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm);animation:fadeInUp .8s ease-out .3s both}.hero__benefits .tag{transition:transform .2s ease,box-shadow .2s ease}.hero__benefits .tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3f30271f}.hero__text h1{margin:0;font-size:clamp(2.5rem,4vw,4rem);animation:fadeInUp .8s ease-out .1s both}.hero__subhead{font-size:clamp(.9375rem,.9375rem + .2vw,1.2rem);color:var(--neutral--700);margin:0;max-width:40rem;animation:fadeInUp .8s ease-out .2s both}.hero__cta{display:flex;flex-direction:column;gap:var(--space-sm);align-items:center;animation:fadeInUp .8s ease-out .4s both}.hero__cta-caption{font-size:var(--description);color:var(--neutral--600);max-width:24rem}.section--features h2,.section--waitlist h2{text-align:center;margin:0;animation:fadeInUp .6s ease-out both}.feature-grid{display:grid;gap:var(--space-lg);margin-top:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card{animation:fadeInUp .6s ease-out both}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.glass-panel{padding:var(--space-xl);border-radius:1.5rem;background:#ffffff8c;border:1px solid rgba(255,255,255,.6);box-shadow:0 1.5rem 3.5rem #3f302714;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.glass-panel:hover{transform:translateY(-4px);box-shadow:0 2rem 4.5rem #3f30271f;border-color:#fffc}.feature-card{display:flex;flex-direction:column;gap:var(--space-sm);color:var(--neutral--700)}.feature-card h3{margin:0;color:var(--espresso);font-size:clamp(1.2rem,.8rem + 1vw,1.5rem);letter-spacing:-.01em}.feature-card p{margin:0;font-size:var(--description);line-height:1.6}.feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem;background:#0000000a;color:var(--terracotta);transition:transform .3s ease,background-color .3s ease}.feature-card:hover .feature-card__icon{transform:scale(1.1) rotate(5deg);background:#be550414}.feature-card__icon iconify-icon{width:2.2rem;height:2.2rem}.waitlist-card{width:min(960px,100%);margin:0 auto;display:grid;gap:var(--space-xl);align-items:start;padding:clamp(var(--space-lg),4vw,var(--space-2xl));animation:scaleIn .6s ease-out .2s both}.waitlist-card__copy{display:flex;flex-direction:column;gap:var(--space-sm);text-align:center;color:var(--neutral--700)}.waitlist-card__copy h2{margin:0;color:var(--espresso);text-align:inherit}.waitlist-card__copy p{margin:0;font-size:var(--description);line-height:1.6}.waitlist-card__form{display:flex;flex-direction:column;gap:var(--space-md);align-items:stretch}.waitlist-card__input{appearance:none;width:100%;border:1px solid rgba(40,40,40,.15);border-radius:.5rem;padding:.625rem 1rem;font-family:var(--font-family-base);font-size:var(--tertiary--text);font-weight:400;line-height:1.25;color:var(--neutral--700);background:var(--white);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.waitlist-card__input::placeholder{color:#4f4f4f80;text-transform:none;font-family:var(--font-family-base)}.waitlist-card__input:focus{outline:none;border-color:var(--terracotta);box-shadow:0 0 0 3px #be55041f;transform:translateY(-1px)}.waitlist-card__form .btn{width:100%;margin-top:var(--space-sm)}.waitlist-card__caption{margin:0;font-size:.85rem;color:#3f3027b3}.waitlist-card__message{padding:var(--space-sm);border-radius:.5rem;font-size:var(--tertiary--text);line-height:1.5;margin-top:var(--space-xs);animation:fadeInUp .3s ease-out}.waitlist-card__message--success{background:#35c4501a;color:var(--success--700);border:1px solid rgba(53,196,80,.2)}.waitlist-card__message--error{background:#d9411c1a;color:var(--danger--700);border:1px solid rgba(217,65,28,.2)}.waitlist-card__input:disabled,.waitlist-card__form button:disabled{opacity:.6;cursor:not-allowed}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn--black{--btn-bg: var(--black);--btn-color: var(--white)}.btn--black:hover:not(:disabled):not([aria-disabled=true]){--btn-bg: #111111;transform:translateY(-1px)}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero__text,.hero__text h1,.hero__subhead,.hero__benefits,.hero__cta,.section--features h2,.section--waitlist h2,.feature-card,.waitlist-card{animation:none!important}}@media (max-width: 600px){h1{font-size:clamp(2.2rem,8vw,3rem)}h2{font-size:clamp(1.75rem,6vw,2.5rem)}h3{font-size:clamp(1.25rem,5vw,1.75rem)}.section{padding:clamp(var(--space-xl),10vw,var(--space-3xl)) 0}.eyebrow{font-size:.65rem}.hero__cta{align-items:stretch}.hero__cta .btn{width:100%;justify-content:center}.feature-grid{margin-top:var(--space-lg)}.glass-panel{padding:var(--space-lg)}}@media (min-width: 768px){.section--features h2,.section--waitlist h2{text-align:left}.feature-grid{margin-top:var(--space-2xl)}.feature-card{gap:var(--space-md)}.waitlist-card{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:var(--space-2xl);padding:clamp(var(--space-xl),4vw,var(--space-2xl))}.waitlist-card__copy{text-align:left}.waitlist-card__form{width:min(100%,26rem);justify-self:end}.waitlist-card__form .btn{width:auto;margin-top:var(--space-sm)}}.site-nav[data-astro-cid-d6vcou2g]{padding:0}.site-nav__inner[data-astro-cid-d6vcou2g]{display:flex;align-items:center;width:min(1250px,95vw);margin:0 auto}.site-nav__logo[data-astro-cid-d6vcou2g]{display:inline-flex;align-items:center;transition:opacity .2s ease,transform .2s ease}.site-nav__logo[data-astro-cid-d6vcou2g]:hover{opacity:.85;transform:scale(1.02)}.site-nav__logo[data-astro-cid-d6vcou2g] img[data-astro-cid-d6vcou2g]{width:8rem;height:auto}
