body.template-page{background-color:#ebe7e2}.guide-content{max-width:860px;margin:0 auto;padding:0 24px;font-family:var(--font-outfit, "Outfit", sans-serif);color:var(--color-teal-400, #074848)}@media(min-width:990px){.guide-content{padding:0 40px}}.guide-jump-nav{position:relative;top:auto;z-index:100;background:#ebe7e2;border-bottom:1px solid #DDD6CF;padding:0;width:100%}.guide-jump-nav.is-pinned{position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000000f;animation:guideNavFadeIn .2s ease-out}.guide-jump-nav-spacer{display:none;width:100%}.guide-jump-nav-spacer.is-active{display:block}@keyframes guideNavFadeIn{0%{transform:translateY(-4px);opacity:.85}to{transform:translateY(0);opacity:1}}.guide-jump-nav__inner{max-width:1000px;margin:0 auto;padding:10px 24px;display:flex;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.guide-jump-nav__inner::-webkit-scrollbar{display:none}.guide-jump-nav__link{flex-shrink:0;padding:8px 14px;font-family:var(--font-outfit, "Outfit", sans-serif);font-size:13px;font-weight:500;color:#6e6d6c;text-decoration:none;white-space:nowrap;transition:color .2s ease,background-color .2s ease;letter-spacing:.01em;border-radius:999px;line-height:1.4}.guide-jump-nav__link:hover{color:#045d5d;background:#007a7a14}.guide-jump-nav__link.is-active{color:#fff;background:#007a7a}.guide-jump-nav__link.is-active:hover{color:#fff;background:#045d5d}@media(min-width:990px){.guide-jump-nav__inner{padding:10px 40px;flex-wrap:wrap;justify-content:center}.guide-jump-nav__link{padding:10px 16px;font-size:14px}}.guide-content h2{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:28px;font-weight:500;line-height:1.2;color:#045d5d;margin:0 0 24px;padding-top:64px;letter-spacing:-.01em}.guide-content h2:first-child{padding-top:48px}@media(min-width:820px){.guide-content h2:first-child{padding-top:56px}}.guide-content h3{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:20px;font-weight:500;line-height:1.3;color:#074848;margin:44px 0 14px}.guide-content h3:first-child{margin-top:0}@media(min-width:990px){.guide-content h2{font-size:34px;padding-top:80px}.guide-content h3{font-size:23px}}.guide-content p{font-size:16px;line-height:1.7;font-weight:400;color:#074848;margin:0 0 18px}.guide-content p:last-child{margin-bottom:0}.guide-content strong{font-weight:600;color:#045d5d}.guide-content em{font-style:italic}.guide-content ul,.guide-content ol{margin:0 0 18px;padding-left:24px}.guide-content li{font-size:16px;line-height:1.7;color:#074848;margin-bottom:8px}.guide-content li:last-child{margin-bottom:0}.guide-content a{color:#007a7a;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s ease}.guide-content a:hover{color:#045d5d}.guide-callout{background:#fff;border-left:3px solid #007A7A;border-radius:0 10px 10px 0;padding:24px 28px;margin:28px 0;box-shadow:0 1px 4px #0000000a}.guide-callout p{margin:0 0 10px;font-size:15px;line-height:1.65}.guide-callout p:last-child{margin-bottom:0}.guide-callout--priority{border-left-color:#e87a5e}.guide-dosing{background:#fff;border:1px solid #DDD6CF;border-radius:12px;padding:28px;margin:28px 0;box-shadow:0 1px 4px #0000000a}.guide-dosing__title{font-size:14px;font-weight:600;color:#007a7a;text-transform:uppercase;letter-spacing:.05em;margin:0 0 18px;font-family:var(--font-outfit, "Outfit", sans-serif)}.guide-dosing__row{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;border-bottom:1px solid #E1DBD4;font-size:15px;line-height:1.5}.guide-dosing__row:last-child{border-bottom:none}.guide-dosing__label{color:#074848;font-weight:400}.guide-dosing__value{color:#045d5d;font-weight:600;text-align:right;padding-left:16px}.guide-enzyme-card{background:#fff;border:1px solid #DDD6CF;border-radius:12px;padding:28px 28px 24px;margin:28px 0 32px;box-shadow:0 1px 4px #0000000a}.guide-enzyme-card--highlight{border-color:#007a7a;border-width:2px;background:linear-gradient(180deg,#007a7a08,#fff)}.guide-enzyme-card__header{display:flex;align-items:baseline;gap:12px;margin-bottom:10px}.guide-enzyme-card__name{font-size:19px;font-weight:600;color:#045d5d;margin:0;font-family:var(--font-outfit, "Outfit", sans-serif)}.guide-enzyme-card__target{font-size:14px;font-weight:400;color:#6e6d6c;font-family:var(--font-outfit, "Outfit", sans-serif)}.guide-enzyme-card__soils{font-size:14px;font-weight:500;color:#316060;margin:0 0 14px}.guide-enzyme-card p{font-size:15px;line-height:1.65;color:#074848;margin:0 0 12px}.guide-enzyme-card p:last-child{margin-bottom:0}.guide-comparison{margin:36px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid #DDD6CF}.guide-comparison table{width:100%;border-collapse:collapse;font-family:var(--font-outfit, "Outfit", sans-serif);font-size:15px;min-width:540px}.guide-comparison thead th{background:#c7e3e4;color:#045d5d;font-weight:600;font-size:14px;text-align:left;padding:14px 18px;border-bottom:2px solid #007A7A;white-space:nowrap}.guide-comparison thead th:nth-child(2){background:#007a7a26}.guide-comparison tbody td{padding:14px 18px;border-bottom:1px solid #E1DBD4;color:#074848;vertical-align:top;line-height:1.5;background:#fff}.guide-comparison tbody tr:last-child td{border-bottom:none}.guide-comparison tbody td:first-child{font-weight:500;color:#045d5d;white-space:nowrap}.guide-comparison tbody td:nth-child(2){background:#007a7a0a;font-weight:500;color:#045d5d}.guide-comparison tbody td:nth-child(3){color:#6e6d6c}.guide-hardwater-scale{display:grid;grid-template-columns:1fr;gap:12px;margin:28px 0}.guide-hardwater-tier{background:#fff;border:1px solid #DDD6CF;border-radius:10px;padding:18px 22px;box-shadow:0 1px 4px #0000000a}.guide-hardwater-tier__label{font-weight:600;color:#045d5d;font-size:15px;margin-bottom:4px}.guide-hardwater-tier__range{font-size:14px;color:#6e6d6c;margin-bottom:6px}.guide-hardwater-tier__note{font-size:14px;color:#074848;line-height:1.5}@media(min-width:600px){.guide-hardwater-scale{grid-template-columns:1fr 1fr}}.guide-faq-item{border-bottom:1px solid #DDD6CF}.guide-faq-item:last-child{border-bottom:none}.guide-faq-item summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:22px 0;font-family:var(--font-outfit, "Outfit", sans-serif);font-size:16px;font-weight:500;color:#045d5d;line-height:1.4;list-style:none}.guide-faq-item summary::-webkit-details-marker{display:none}.guide-faq-item summary:after{content:"";flex-shrink:0;margin-left:20px;width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .25s ease}.guide-faq-item[open] summary:after{transform:rotate(180deg)}.guide-faq-item__answer{padding:0 0 22px}.guide-faq-item__answer p{font-size:15px;line-height:1.7;color:#074848;margin:0 0 12px}.guide-faq-item__answer p:last-child{margin-bottom:0}.guide-cta-band{margin:64px 0;display:grid;grid-template-columns:1fr;min-height:200px;gap:0}.guide-cta-band__content{background:radial-gradient(circle at 20% 50%,#6d9e9e,#106c6c);padding:48px 36px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:24px;border-radius:16px}.guide-cta-band__text{color:#f9f9f9;font-family:var(--font-outfit, "Outfit", sans-serif);font-size:18px;font-weight:400;line-height:1.5;margin:0}.guide-cta-band__text strong{color:#fff;font-weight:500;display:block;font-size:22px;margin-bottom:8px}.guide-cta-band .guide-cta-band__btn{display:inline-flex;align-items:center;justify-content:center;background:#de684b;color:#fff!important;font-family:var(--font-outfit, "Outfit", sans-serif);font-size:16px;font-weight:500;padding:14px 36px;border-radius:16px;text-decoration:none;transition:box-shadow .2s ease;border:none;cursor:pointer}.guide-cta-band .guide-cta-band__btn:hover{box-shadow:0 0 20px #ff816280;color:#fff!important;text-decoration:none}.guide-cta-band__image{display:none;overflow:hidden;border-radius:16px;min-height:220px;line-height:0}.guide-cta-band__image img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:700px){.guide-cta-band{grid-template-columns:1fr 1fr;gap:16px}.guide-cta-band__content{padding:48px 44px}.guide-cta-band__image{display:block}}@media(min-width:990px){.guide-cta-band__text{font-size:20px}.guide-cta-band__text strong{font-size:24px}.guide-cta-band__content{padding:56px 48px}}.guide-hero-wrapper{background:radial-gradient(ellipse at 50% 30%,rgba(0,122,122,.1) 0%,transparent 65%),radial-gradient(ellipse at 15% 90%,rgba(232,122,94,.04) 0%,transparent 55%);padding:0;position:relative;overflow:hidden}.guide-hero-container{max-width:1280px;margin:0 auto;padding:0 24px}.guide-hero{text-align:center;padding:32px 0 24px}.guide-hero__badge{display:inline-block;background:#e87a5e;color:#fff;font-family:var(--font-outfit, "Outfit", sans-serif);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;padding:9px 20px;border-radius:999px;margin-bottom:24px;line-height:1}.guide-hero__title{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:36px;font-weight:500;line-height:1.08;color:#045d5d;margin:0 0 20px;letter-spacing:-.02em}.guide-hero__descriptor{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:18px;font-weight:400;line-height:1.5;color:#316060;max-width:640px;margin:0 auto 36px}.guide-hero__actions{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.guide-hero__btn{display:inline-flex;align-items:center;justify-content:center;background:#de684b;color:#fff;font-family:var(--font-outfit, "Outfit", sans-serif);font-size:16px;font-weight:500;padding:14px 32px;border-radius:16px;text-decoration:none;transition:box-shadow .2s ease;border:none;cursor:pointer}.guide-hero__btn:hover{box-shadow:0 0 20px #ff816280;color:#fff;text-decoration:none}.guide-hero__link{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:14px;font-weight:500;color:#007a7a;text-decoration:none;transition:color .2s ease}.guide-hero__link:hover{color:#045d5d;text-decoration:underline;text-underline-offset:3px}@media(min-width:820px){.guide-hero{padding:44px 0 24px}.guide-hero__badge{font-size:13px;padding:10px 22px;letter-spacing:.18em;margin-bottom:28px}.guide-hero__title{font-size:56px;line-height:1.05}.guide-hero__descriptor{font-size:20px;max-width:720px;margin-bottom:40px}}@media(min-width:1200px){.guide-hero{padding:52px 0 28px}.guide-hero__title{font-size:68px;letter-spacing:-.025em}}.guide-orientation{background:#fff;border:1px solid #DDD6CF;border-radius:12px;overflow:hidden;max-width:760px;margin:40px auto 0;text-align:left;box-shadow:0 2px 8px #0000000a}.guide-orientation__image{width:100%;aspect-ratio:16 / 9;background:linear-gradient(180deg,#007a7a0a,#007a7a05);overflow:hidden;position:relative;border-bottom:1px solid #E1DBD4}.guide-orientation__image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.guide-orientation__body{padding:28px 28px 32px;border-left:4px solid #007A7A}.guide-orientation__heading{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:12px;font-weight:600;color:#007a7a;text-transform:uppercase;letter-spacing:.12em;margin:0 0 20px}.guide-orientation__list{margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.guide-orientation__item{display:block;padding-bottom:18px;border-bottom:1px solid #E1DBD4}.guide-orientation__item:last-child{padding-bottom:0;border-bottom:none}.guide-orientation__item dt{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:12px;font-weight:600;color:#045d5d;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px}.guide-orientation__item dd{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:15px;line-height:1.6;color:#074848;margin:0}@media(min-width:820px){.guide-orientation{margin-top:48px;max-width:820px}.guide-orientation__body{padding:36px 40px 40px}.guide-orientation__item dd{font-size:15px}}@media(min-width:1200px){.guide-orientation{margin-top:56px}.guide-orientation__item dd{font-size:16px}}.guide-hero__nav-label{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:12px;font-weight:600;color:#007a7a;text-transform:uppercase;letter-spacing:.14em;text-align:center;margin:28px 0 0;padding:0}@media(min-width:820px){.guide-hero__nav-label{font-size:13px;letter-spacing:.16em;margin-top:32px}}.guide-divider{height:1px;background:#ddd6cf;margin:56px 0;border:none}.guide-content [id]{scroll-margin-top:70px}.guide-use-case{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid #DDD6CF}.guide-use-case:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.guide-ingredient{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid #E1DBD4}.guide-ingredient:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.guide-ingredient__label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#007a7a;margin:4px 0 0}.guide-omission{margin-bottom:36px}.guide-omission:last-child{margin-bottom:0}.guide-source{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #E1DBD4}.guide-source:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.guide-source__title{font-family:var(--font-outfit, "Outfit", sans-serif);font-size:15px;font-weight:600;color:#045d5d;margin:0 0 4px;line-height:1.45}.guide-source__journal{font-size:13px;font-style:italic;font-weight:300;color:#92908d;margin:0 0 10px}.guide-source__desc{font-size:14px;line-height:1.6;color:#074848;margin:0 0 8px}.guide-source__link{font-size:12px;word-break:break-all}.guide-source__link a{color:#007a7a;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.guide-terminal-spacing{height:80px}@media print{.guide-jump-nav,.guide-cta-band{display:none}.guide-content{max-width:100%;padding:0}.guide-content h2{page-break-after:avoid}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/guide-page.css.map */
