@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--hume-terracotta: #C65D3B;--hume-terracotta-dark: #A84D2F;--hume-deep-brown: #3E2723;--hume-warm-cream: #F8F6F0;--hume-warm-cream-dark: #EDE9E0;--hume-warm-gold: #D4A574;--hume-text-secondary: #6D5D53;--hume-text-light: #8B7A6E;--hume-font-display: "Cormorant Garamond", Georgia, serif;--hume-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--hume-transition-base: .3s ease}.section-hume-prelaunch{min-height:100vh;display:flex;flex-direction:column;background-color:var(--hume-warm-cream)}.hume-prelaunch{display:flex;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;padding:3rem 1.5rem;position:relative;overflow:hidden;background-image:radial-gradient(ellipse at 20% 80%,rgba(198,93,59,.06) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(212,165,116,.08) 0%,transparent 45%),radial-gradient(ellipse at 50% 50%,rgba(198,93,59,.03) 0%,transparent 70%)}.hume-prelaunch__background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hume-prelaunch__container{position:relative;z-index:1;width:100%;max-width:540px;text-align:center}.hume-prelaunch__logo{font-family:var(--hume-font-display);font-size:2.5rem;font-weight:600;letter-spacing:.2em;color:var(--hume-deep-brown);margin-bottom:3rem;animation:humePrelaunchFadeIn 1s ease .2s both;line-height:normal}.hume-prelaunch__headline{font-family:var(--hume-font-display);font-size:clamp(2rem,5vw + .5rem,3rem);font-weight:400;line-height:1.2;letter-spacing:-.01em;color:var(--hume-deep-brown);margin-bottom:1.5rem;animation:humePrelaunchFadeInUp .8s ease .4s both}.hume-prelaunch__description{font-family:var(--hume-font-body);font-size:1.0625rem;line-height:1.7;color:var(--hume-text-secondary);margin-bottom:2.5rem;animation:humePrelaunchFadeInUp .8s ease .6s both;letter-spacing:normal}.hume-prelaunch__form-wrapper{animation:humePrelaunchFadeInUp .8s ease .8s both;letter-spacing:normal}.hume-prelaunch__form-inner{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.hume-prelaunch__input{width:100%;padding:1rem 1.25rem;font-family:var(--hume-font-body);font-size:1rem;color:var(--hume-deep-brown);background:#fff;border:1px solid rgba(62,39,35,.15);border-radius:0;outline:none;transition:border-color var(--hume-transition-base),box-shadow var(--hume-transition-base)}.hume-prelaunch__input::placeholder{color:var(--hume-text-light)}.hume-prelaunch__input:focus{border-color:var(--hume-terracotta);box-shadow:0 0 0 3px #c65d3b1a}.hume-prelaunch__btn{width:100%;padding:1rem 2rem;font-family:var(--hume-font-body);font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff;background-color:var(--hume-terracotta);border:none;border-radius:0;cursor:pointer;transition:background-color var(--hume-transition-base),transform var(--hume-transition-base)}.hume-prelaunch__btn:hover{background-color:var(--hume-terracotta-dark);transform:translateY(-2px)}.hume-prelaunch__btn:active{transform:translateY(0)}.hume-prelaunch__note{font-family:var(--hume-font-body);font-size:.8125rem;color:var(--hume-text-light);margin-top:.75rem}.hume-prelaunch__success{padding:1.5rem;background:#fff;border:1px solid rgba(198,93,59,.2);animation:humePrelaunchFadeIn .5s ease}.hume-prelaunch__success-icon{width:48px;height:48px;margin:0 auto 1rem;background:#c65d3b1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--hume-terracotta)}.hume-prelaunch__success-title{font-family:var(--hume-font-display);font-size:1.25rem;font-weight:500;color:var(--hume-deep-brown);margin-bottom:.5rem}.hume-prelaunch__success-text{font-family:var(--hume-font-body);font-size:.9375rem;color:var(--hume-text-secondary)}.hume-prelaunch__error{margin-top:.75rem;padding:.75rem 1rem;background:#c65d3b1a;color:var(--hume-terracotta-dark);font-size:.875rem}.hume-prelaunch__pillars{display:flex;justify-content:center;gap:2rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(62,39,35,.1);animation:humePrelaunchFadeIn .8s ease 1s both}.hume-prelaunch__pillar{text-align:center}.hume-prelaunch__pillar-label{font-family:var(--hume-font-body);font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--hume-text-light)}.hume-prelaunch__pillar-value{font-family:var(--hume-font-display);font-size:1.125rem;font-weight:500;color:var(--hume-terracotta);margin-top:.25rem;letter-spacing:normal;line-height:normal}.hume-prelaunch__footer{padding:1.5rem;text-align:center;animation:humePrelaunchFadeIn .8s ease 1.2s both}.hume-prelaunch__copyright{font-family:var(--hume-font-body);font-size:.75rem;color:var(--hume-text-light);letter-spacing:.02em;margin:0;line-height:normal}.hume-prelaunch__social{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.hume-prelaunch__social a{font-family:var(--hume-font-body);font-size:.8125rem;color:var(--hume-text-secondary);text-decoration:none;transition:color var(--hume-transition-base);letter-spacing:normal;line-height:normal}.hume-prelaunch__social a:hover{color:var(--hume-terracotta)}@keyframes humePrelaunchFadeIn{0%{opacity:0}to{opacity:1}}@keyframes humePrelaunchFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 480px){.hume-prelaunch__form-inner{flex-direction:row}.hume-prelaunch__input{flex:1}.hume-prelaunch__btn{width:auto;white-space:nowrap}}@media (max-width: 400px){.hume-prelaunch__pillars{flex-direction:column;gap:1.25rem}}html{font-size:16px}.hume-prelaunch,.hume-prelaunch *,.hume-prelaunch__footer,.hume-prelaunch__footer *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.hume-prelaunch__headline{font-weight:400!important}.hume-prelaunch__logo{font-weight:600!important}.hume-prelaunch__description,.hume-prelaunch__note,.hume-prelaunch__input,.hume-prelaunch__pillar-label,.hume-prelaunch__copyright,.hume-prelaunch__social a{font-weight:400!important}.hume-prelaunch__btn,.hume-prelaunch__pillar-label{font-weight:500!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/hume-prelaunch.css.map */
