:root{--color-soft-navy: #264653;--color-fresh-mint: #A8DADC;--color-warm-coral: #F4A261;--color-creamy-white: #fdf9f1;--color-botanical-green: #81B29A;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px}.button-brand{display:inline-block;background:var(--color-warm-coral);color:var(--color-creamy-white);padding:.75rem 1.75rem;border:none;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:background .2s ease}.button-brand:hover,.button-brand:focus{background:var(--color-fresh-mint);color:var(--color-soft-navy)}.hero-waitlist-section{background:var(--color-background);border-bottom:1px solid rgba(166,218,220,.3)}.hero-waitlist-section .container{max-width:1200px;width:100%;padding-inline:1rem}.hero-wizard__step{border:none;padding:0;margin:0 0 1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-waitlist{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding-block:4rem;min-height:500px}.hero-waitlist:not(:has(.hero-waitlist__image)){display:flex;flex-wrap:wrap;justify-content:space-between}.hero-waitlist__image{display:flex;align-items:center;justify-content:center;order:-1}.hero-waitlist__image-element{max-width:100%;height:auto;object-fit:contain;border-radius:var(--radius-md)}.hero-waitlist__content{flex:1 1 38rem;max-width:600px;z-index:2}.hero-waitlist__content--with-image{max-width:none;display:flex;flex-direction:column;justify-content:center}.hero-waitlist__title{color:var(--color-soft-navy);font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:clamp(2rem,4vw + 1rem,3rem);line-height:1.2;margin:0 0 1rem}.hero-waitlist__subtitle{color:var(--color-soft-navy);font-family:var(--font-body--family);font-weight:var(--font-body--weight);font-size:1.125rem;margin:0 0 2rem}.hero-waitlist__cta{display:inline-block;background:#384551;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;transition:background .2s ease}.hero-waitlist__cta:hover,.hero-waitlist__cta:focus{background:#000;color:#fff}.hero-waitlist__wizard{flex:1 1 30rem;max-width:450px}@media screen and (max-width: 768px){.hero-waitlist{grid-template-columns:1fr;gap:2rem;padding-block:2rem;min-height:auto}.hero-waitlist__image{order:0;margin-bottom:1rem}.hero-waitlist__image-element{max-width:280px;max-height:280px}.hero-waitlist__content{text-align:center;max-width:none}.hero-waitlist__title{font-size:clamp(1.75rem,5vw,2.5rem)}.hero-waitlist__wizard{max-width:none}}@media screen and (max-width: 480px){.hero-waitlist{padding-block:1.5rem;gap:1.5rem}.hero-waitlist__image-element{max-width:240px;max-height:240px}}.hero-wizard{background:var(--color-background-contrast, #fff);padding:2rem;border-radius:.75rem;box-shadow:0 2px 12px #0000000f}.hero-wizard__header{text-align:center;margin-bottom:2rem}.hero-wizard__title{color:var(--color-soft-navy);font-family:var(--font-heading--family);font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.hero-wizard__desc{color:var(--color-soft-navy);font-family:var(--font-body--family);font-size:.95rem;margin:0;opacity:.8}.hero-wizard__progress{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative}.hero-wizard__progress:before{content:"";position:absolute;top:1rem;left:1rem;right:1rem;height:2px;background:var(--color-fresh-mint);z-index:1}.hero-wizard__progress-item{position:relative;flex:1;text-align:center;z-index:2}.hero-wizard__progress-number{display:inline-block;width:2rem;height:2rem;line-height:2rem;border-radius:50%;background:var(--color-fresh-mint);color:var(--color-soft-navy);font-weight:600;font-size:.875rem;margin-bottom:.5rem;transition:all .3s ease}.hero-wizard__progress-text{display:block;font-family:var(--font-body--family);font-size:.75rem;color:var(--color-soft-navy);opacity:.7;font-weight:500}.hero-wizard__progress-item--active .hero-wizard__progress-number{background:var(--color-warm-coral);color:var(--color-creamy-white);transform:scale(1.1)}.hero-wizard__progress-item--active .hero-wizard__progress-text{opacity:1;font-weight:600}.hero-wizard__progress-item--complete .hero-wizard__progress-number{background:var(--color-botanical-green);color:var(--color-creamy-white)}.hero-wizard__progress-item--complete .hero-wizard__progress-text{opacity:1}.hero-wizard__step{display:none}.hero-wizard__step--active{display:block}.hero-wizard input[type=email],.hero-wizard input[type=text],.hero-wizard select{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.375rem;margin-bottom:1rem;border-radius:var(--radius-md);background:#fff}.hero-wizard input[type=email]:hover,.hero-wizard input[type=text]:hover,.hero-wizard select:hover{background:#fff}.hero-wizard input:focus{outline:2px solid var(--color-fresh-mint);outline-offset:1px}.hero-wizard__legend{color:var(--color-soft-navy);font-family:var(--font-heading--family);font-weight:600;font-size:1.1rem;margin-bottom:1rem;display:block}.hero-wizard__helper-text{color:var(--color-soft-navy);font-family:var(--font-body--family);font-size:.9rem;margin-bottom:1.5rem;opacity:.8}.hero-wizard__family-size{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.hero-wizard__size-option{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;background:var(--color-creamy-white);border:2px solid var(--color-fresh-mint);border-radius:var(--radius-md);cursor:pointer;transition:all .3s ease;text-align:center}.hero-wizard__size-option:hover{border-color:var(--color-warm-coral);transform:translateY(-2px);box-shadow:0 4px 12px #f4a26126}.hero-wizard__size-option--selected{background:var(--color-warm-coral);border-color:var(--color-warm-coral);color:var(--color-creamy-white);transform:translateY(-2px);box-shadow:0 4px 12px #f4a2614d}.hero-wizard__size-number{font-family:var(--font-heading--family);font-size:1.5rem;font-weight:700;margin-bottom:.25rem;display:block}.hero-wizard__size-label{font-family:var(--font-body--family);font-size:.8rem;font-weight:500;opacity:.9;display:block}.hero-wizard__member{border-top:2px solid var(--color-fresh-mint);padding:1.5rem 0;margin-top:1.5rem}.hero-wizard__member:first-child{border-top:none;margin-top:0;padding-top:0}.hero-wizard__member-header{margin-bottom:1.5rem}.hero-wizard__member-title{color:var(--color-soft-navy);font-family:var(--font-heading--family);font-size:1.1rem;font-weight:600;margin:0}.hero-wizard__field-group{margin-bottom:1.5rem}.hero-wizard__field-label{display:block;color:var(--color-soft-navy);font-family:var(--font-body--family);font-weight:600;font-size:.95rem;margin-bottom:.75rem}.hero-wizard__age-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero-wizard__age-option{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;background:var(--color-creamy-white);border:2px solid var(--color-fresh-mint);border-radius:var(--radius-md);cursor:pointer;transition:all .3s ease;text-align:center}.hero-wizard__age-option:hover{border-color:var(--color-warm-coral);transform:translateY(-2px);box-shadow:0 4px 12px #f4a26126}.hero-wizard__age-option--selected{background:var(--color-warm-coral);border-color:var(--color-warm-coral);color:var(--color-creamy-white);transform:translateY(-2px);box-shadow:0 4px 12px #f4a2614d}.hero-wizard__age-icon{font-size:1.5rem;margin-bottom:.5rem;display:block}.hero-wizard__age-text{font-family:var(--font-body--family);font-size:.85rem;font-weight:600;line-height:1.2}.hero-wizard__age-text small{font-size:.7rem;opacity:.8;font-weight:400}.hero-wizard__goal-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hero-wizard__goal-option{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;background:var(--color-creamy-white);border:2px solid var(--color-botanical-green);border-radius:var(--radius-md);cursor:pointer;transition:all .3s ease;text-align:center}.hero-wizard__goal-option:hover:not(.hero-wizard__goal-option--selected){border-color:var(--color-botanical-green);background:#81b29a1a;transform:translateY(-2px);box-shadow:0 4px 12px #81b29a26}.hero-wizard__goal-option--selected{background:var(--color-botanical-green);border-color:var(--color-botanical-green);color:var(--color-creamy-white);transform:translateY(-2px);box-shadow:0 4px 12px #81b29a4d}.hero-wizard__goal-icon{font-size:1.25rem;margin-bottom:.5rem;display:block}.hero-wizard__goal-text{font-family:var(--font-body--family);font-size:.85rem;font-weight:600}.hero-wizard__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.hero-wizard__btn{background:var(--color-warm-coral);color:var(--color-creamy-white);border-radius:var(--radius-sm);padding:.75rem 1.5rem;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:100px}.hero-wizard__btn[disabled]{opacity:.6;cursor:not-allowed}.hero-wizard__btn--secondary{background:#9ca3af}.hero-wizard__btn:hover:not([disabled]),.hero-wizard__btn:focus:not([disabled]){background:var(--color-fresh-mint);color:var(--color-soft-navy);transform:translateY(-2px);box-shadow:0 4px 12px #a8dadc4d}.hero-wizard__success{text-align:center;padding:2rem 1rem}.hero-wizard__success-icon{display:inline-block;width:4rem;height:4rem;line-height:4rem;border-radius:50%;background:var(--color-botanical-green);color:var(--color-creamy-white);font-size:2rem;font-weight:700;margin-bottom:1rem}.hero-wizard__success-title{color:var(--color-soft-navy);font-family:var(--font-heading--family);font-size:1.5rem;font-weight:700;margin:0 0 .75rem}.hero-wizard__success-message{color:var(--color-soft-navy);font-family:var(--font-body--family);font-size:1rem;margin:0;opacity:.8;line-height:1.5}.hero-wizard__success-timestamp{color:var(--color-soft-navy);font-family:var(--font-body--family);font-size:.875rem;font-weight:400;margin:.75rem 0 0;opacity:.7;font-style:italic;letter-spacing:.01em}.hero-waitlist{align-items:flex-start}.hero-waitlist__content{flex:0 1 34rem;max-width:600px}.hero-waitlist__wizard{flex:1 1 32rem;max-width:700px}.hero-wizard__member-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:0}.hero-wizard__progress[aria-hidden=true]{display:none!important}.hero-wizard__member-fields{display:block;margin-top:1rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (max-width: 768px){.hero-wizard__member-fields{display:block}}@media (max-width: 968px){.hero-waitlist{gap:2rem}.hero-waitlist__content{max-width:100%}}@media (max-width: 768px){.hero-waitlist{flex-direction:column;padding-block:2rem;gap:1.5rem}.hero-waitlist__wizard{max-width:100%}.hero-wizard{padding:1.5rem}.hero-wizard__family-size{grid-template-columns:repeat(2,1fr)}.hero-wizard__size-option{padding:.75rem .5rem}.hero-wizard__age-options,.hero-wizard__goal-options{grid-template-columns:1fr;gap:.5rem}.hero-wizard__age-option,.hero-wizard__goal-option{flex-direction:row;padding:.75rem;text-align:left}.hero-wizard__age-icon,.hero-wizard__goal-icon{margin-bottom:0;margin-right:.75rem;font-size:1.25rem}.hero-wizard__actions{flex-direction:column;gap:.75rem}.hero-wizard__btn{width:100%}}@media screen and (max-width: 768px){.template-index .header__heading-logo img,.template-index .site-header__logo img,.template-index header [class*=logo] img{visibility:hidden}.template-index .header__heading-logo svg,.template-index .site-header__logo svg,.template-index header [class*=logo] svg{visibility:hidden}.template-index .header--sticky .header__heading-logo img,.template-index .header--sticky .site-header__logo img,.template-index .header--sticky .header__heading-logo svg,.template-index .header--sticky .site-header__logo svg{visibility:hidden}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
