.harmony-q{padding-top:6rem;padding-bottom:6rem}@media(min-width:1100px){.harmony-q{padding-top:10rem;padding-bottom:10rem}}.harmony-q__eyebrow{display:inline-flex;align-items:baseline;gap:1.2rem;margin:0 0 2rem;color:rgb(var(--color-foreground))}.harmony-q__eyebrow-dot{display:block;width:1rem;height:1rem;border-radius:50%;background:rgb(var(--color-accent));flex-shrink:0}.harmony-q__screen{display:none;animation:harmonyQFadeIn .4s cubic-bezier(.22,1,.36,1)}.harmony-q__screen.is-active{display:block}@keyframes harmonyQFadeIn{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}.harmony-q__intro-inner{max-width:72rem;text-align:left}.harmony-q__intro-title{margin:0 0 1.6rem}.harmony-q__intro-subtitle{margin:0 0 3.6rem;font-size:1.7rem;line-height:1.5;color:rgba(var(--color-foreground),.7);max-width:56rem}.harmony-q__intro-cta{margin-bottom:1.6rem}.harmony-q__intro-disclaimer{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.55)}.harmony-q__flow{max-width:72rem}.harmony-q__topbar{display:flex;align-items:center;gap:2rem;margin-bottom:4rem}@media(min-width:1100px){.harmony-q__topbar{margin-bottom:5.6rem}}.harmony-q__progress{flex:1;min-width:0}.harmony-q__progress-track{width:100%;height:.4rem;background:rgba(var(--color-foreground),.1);border-radius:999rem;overflow:hidden}.harmony-q__progress-fill{height:100%;width:16.66%;background:rgb(var(--color-foreground));border-radius:999rem;transition:width .4s cubic-bezier(.22,1,.36,1)}.harmony-q__progress-text{margin-top:1rem;font-size:1.2rem;color:rgba(var(--color-foreground),.6);letter-spacing:.02em}.harmony-q__quit{background:transparent;border:0;padding:.8rem 1.2rem;font-family:inherit;font-size:1.3rem;color:rgba(var(--color-foreground),.55);cursor:pointer;transition:color .2s ease;-webkit-tap-highlight-color:transparent;align-self:flex-start}.harmony-q__quit:hover{color:rgb(var(--color-foreground))}.harmony-q__question{margin:0 0 1.2rem}.harmony-q__hint{margin:0 0 3.2rem;font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.7);max-width:56rem}.harmony-q__options{display:flex;flex-direction:column;gap:1.2rem}.harmony-q__option{display:flex;align-items:flex-start;gap:1.6rem;width:100%;padding:2rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1.2rem;text-align:left;cursor:pointer;font-family:inherit;color:rgb(var(--color-foreground));transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}@media(min-width:1100px){.harmony-q__option{padding:2.4rem}}.harmony-q__option:hover{border-color:rgba(var(--color-foreground),.3);transform:translateY(-.1rem);box-shadow:0 .6rem 1.6rem -.6rem rgba(var(--color-foreground),.12)}.harmony-q__option:focus-visible{outline:.2rem solid rgb(var(--color-accent));outline-offset:.3rem}.harmony-q__option[aria-checked=true]{border-color:rgb(var(--color-accent));background:rgba(var(--color-accent),.04)}.harmony-q__option-check{position:relative;display:block;width:2.2rem;height:2.2rem;min-width:2.2rem;border:.15rem solid rgba(var(--color-foreground),.25);border-radius:50%;background:rgb(var(--color-background));margin-top:.2rem;transition:background .2s ease,border-color .2s ease}.harmony-q__option[aria-checked=true] .harmony-q__option-check{background:rgb(var(--color-accent));border-color:rgb(var(--color-accent))}.harmony-q__option-body{display:flex;flex-direction:column;gap:.4rem;flex:1;min-width:0}.harmony-q__option-title{font-size:1.6rem;font-weight:600;line-height:1.4;color:rgb(var(--color-foreground))}.harmony-q__option-desc{font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.65)}.harmony-q__nav{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;margin-top:4rem;padding-top:3.2rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.harmony-q__nav[hidden]{display:none}.harmony-q__nav-prev{background:transparent;border:0;padding:1.2rem 0;font-family:inherit;font-size:1.4rem;color:rgba(var(--color-foreground),.65);cursor:pointer;transition:color .2s ease;-webkit-tap-highlight-color:transparent}.harmony-q__nav-prev:hover{color:rgb(var(--color-foreground))}.harmony-q__nav-prev[hidden]{display:none}.harmony-q__nav-next{display:inline-flex;align-items:center;gap:.8rem;padding:1.4rem 2.8rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:0;border-radius:999rem;font-family:inherit;font-size:1.4rem;font-weight:500;cursor:pointer;transition:transform .2s ease,opacity .2s ease;-webkit-tap-highlight-color:transparent}.harmony-q__nav-next:hover:not(:disabled){transform:translateY(-.1rem)}.harmony-q__nav-next:disabled{opacity:.35;cursor:not-allowed}@media(max-width:749px){.harmony-q__nav-next{flex:1;justify-content:center}}.harmony-q__email-form{display:flex;flex-direction:column;gap:2rem;max-width:56rem}.harmony-q__email-toggle{padding:1.6rem 0}.harmony-q__email-fields{display:flex;flex-direction:column;gap:1.6rem;padding:2.4rem;background:rgba(var(--color-foreground),.04);border-radius:1.2rem}.harmony-q__field{display:flex;flex-direction:column;gap:.8rem}.harmony-q__field-label{font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.harmony-q__input{width:100%;padding:1.4rem 1.6rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.8rem;font-family:inherit;font-size:1.5rem;color:rgb(var(--color-foreground));transition:border-color .2s ease}.harmony-q__input:focus{outline:none;border-color:rgb(var(--color-accent))}.harmony-q__field-error{font-size:1.3rem;color:#c83232}.harmony-q__field-error[hidden]{display:none}.harmony-q__checkbox{display:flex;align-items:flex-start;gap:1.2rem;cursor:pointer;-webkit-tap-highlight-color:transparent;font-size:1.4rem;line-height:1.5}.harmony-q__checkbox--small{font-size:1.3rem;color:rgba(var(--color-foreground),.65)}.harmony-q__checkbox input{position:absolute;opacity:0;pointer-events:none}.harmony-q__checkbox-box{position:relative;display:block;width:2rem;height:2rem;min-width:2rem;margin-top:.1rem;border:.15rem solid rgba(var(--color-foreground),.3);border-radius:.4rem;background:rgb(var(--color-background));transition:background .2s ease,border-color .2s ease}.harmony-q__checkbox input:checked+.harmony-q__checkbox-box{background:rgb(var(--color-accent));border-color:rgb(var(--color-accent))}.harmony-q__checkbox-box:after{content:"";position:absolute;top:50%;left:50%;width:.7rem;height:.35rem;border-left:.2rem solid rgb(var(--color-background));border-bottom:.2rem solid rgb(var(--color-background));transform:translate(-50%,-65%) rotate(-45deg) scale(.5);opacity:0;transition:opacity .2s ease,transform .2s ease}.harmony-q__checkbox input:checked+.harmony-q__checkbox-box:after{opacity:1;transform:translate(-50%,-65%) rotate(-45deg) scale(1)}.harmony-q__checkbox input:focus-visible+.harmony-q__checkbox-box{outline:.2rem solid rgb(var(--color-accent));outline-offset:.3rem}.harmony-q__rgpd-text a{color:rgb(var(--color-foreground));text-decoration:underline}.harmony-q__result-title{margin:0 0 2rem}.harmony-q__result-subtitle{margin:0 0 4rem;font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.7);max-width:56rem}.harmony-q__pack-card{margin-bottom:4rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.6rem;overflow:hidden}.harmony-q__pack-content{display:flex;flex-direction:column;gap:2.8rem;padding:2.8rem}@media(min-width:1100px){.harmony-q__pack-content{gap:3.2rem;padding:4rem}}.harmony-q__pack-header{display:flex;flex-direction:column;gap:.8rem}.harmony-q__pack-name{margin:0}.harmony-q__pack-price-row{display:flex;align-items:baseline;gap:1.2rem;flex-wrap:wrap}.harmony-q__pack-price{font-size:2.4rem;font-weight:500;color:rgb(var(--color-foreground));letter-spacing:-.01em}.harmony-q__pack-price-compare{font-size:1.6rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.harmony-q__pack-reasons-title,.harmony-q__pack-composition-title{font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin-bottom:1.2rem}.harmony-q__pack-reasons-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.harmony-q__pack-reasons-list li{position:relative;padding-left:2.4rem;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.harmony-q__pack-reasons-list li:before{content:"";position:absolute;left:0;top:1.1rem;width:1rem;height:1rem;background:rgb(var(--color-accent));border-radius:50%}.harmony-q__pack-composition-text{font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.8)}.harmony-q__pack-icepower{display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem 2rem;background:rgba(var(--color-accent),.08);border:.1rem solid rgba(var(--color-accent),.25);border-radius:.8rem;font-size:1.4rem;line-height:1.5}.harmony-q__pack-icepower-icon{display:block;width:.8rem;height:.8rem;margin-top:.7rem;background:rgb(var(--color-accent));border-radius:50%;flex-shrink:0}.harmony-q__pack-prereq{display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem 2rem;background:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.12);border-radius:.8rem;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.85)}.harmony-q__pack-prereq-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;min-width:2rem;margin-top:.2rem;background:rgba(var(--color-foreground),.1);border-radius:50%;font-family:serif;font-style:italic;font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.7);flex-shrink:0}.harmony-q__pack-ctas{display:flex;margin-top:.8rem}.harmony-q__info-block{padding:3.2rem;margin-bottom:4rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.6rem}.harmony-q__info-title{font-size:1.5rem;font-weight:600;margin-bottom:1.6rem;color:rgb(var(--color-foreground))}.harmony-q__info-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.harmony-q__info-list li{position:relative;padding-left:2.4rem;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.harmony-q__info-list li:before{content:"\2013";position:absolute;left:0;top:0;color:rgba(var(--color-foreground),.4)}.harmony-q__result-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2.8rem}.harmony-q__result-cta-secondary{background:transparent;border:0;padding:1.2rem 0;font-family:inherit;font-size:1.4rem;color:rgba(var(--color-foreground),.65);text-decoration:underline;cursor:pointer;transition:color .2s ease}.harmony-q__result-cta-secondary:hover{color:rgb(var(--color-foreground))}.harmony-q__result-tertiary{display:flex;flex-direction:column;gap:1.6rem;margin-top:3.2rem;padding-top:3.2rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.harmony-q__result-config-link{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.65)}.harmony-q__result-config-link a{color:rgb(var(--color-foreground));text-decoration:underline}.harmony-q__restart{background:transparent;border:0;padding:0;font-family:inherit;font-size:1.3rem;color:rgba(var(--color-foreground),.55);text-decoration:underline;cursor:pointer;align-self:flex-start}.harmony-q__restart:hover{color:rgb(var(--color-foreground))}.harmony-q__debug{margin-top:4rem;padding:2.4rem;background:#1a1a1a;color:#f5f5f5;border-radius:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.harmony-q__debug-title{font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffd35a;margin-bottom:1.6rem}.harmony-q__debug-content{margin:0;font-size:1.2rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}@media(prefers-reduced-motion:reduce){.harmony-q *,.harmony-q *:before,.harmony-q *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/harmony-questionnaire.css.map */
