:root{--sp-teal: #1F6F78;--sp-sage: #9FBFA7;--sp-grey: #F5F7F7;--sp-white: #FFFFFF;--sp-dark: #1A1A2E;--sp-muted: #6B7280;--sp-font-head: "Manrope", sans-serif;--sp-font-body: "Inter", sans-serif}.sp-hero *,.sp-hero *:before,.sp-hero *:after{box-sizing:border-box;margin:0;padding:0}.sp-hero{background:var(--sp-white);overflow:hidden}.sp-hero__nav{width:100%;padding:20px 0;border-bottom:1px solid rgba(31,111,120,.08)}.sp-hero__nav-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.sp-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.sp-logo__img{height:40px;width:auto;display:block;object-fit:contain}.sp-hero__nav-links{display:flex;align-items:center;gap:36px;list-style:none}.sp-hero__nav-links a{font-family:var(--sp-font-head);font-weight:500;font-size:.9375rem;color:var(--sp-dark);text-decoration:none;transition:color .2s}.sp-hero__nav-links a:hover{color:var(--sp-teal)}.sp-hero__nav-cta{font-family:var(--sp-font-head);font-weight:700;font-size:.875rem;color:var(--sp-white);background:var(--sp-teal);padding:10px 22px;border-radius:6px;text-decoration:none;white-space:nowrap;transition:background .2s,transform .15s}.sp-hero__nav-cta:hover{background:#185e66;transform:translateY(-1px)}.sp-hero__inner{max-width:1200px;margin:0 auto;padding:72px 40px 80px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-height:580px}.sp-hero__content{display:flex;flex-direction:column;gap:28px}.sp-hero__eyebrow{display:flex;align-items:center;gap:12px;font-family:var(--sp-font-head);font-weight:700;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--sp-sage)}.sp-hero__eyebrow-line{display:block;width:28px;height:2px;background:var(--sp-sage);border-radius:2px;flex-shrink:0}.sp-hero__headline{display:flex;flex-direction:column;gap:4px;font-family:var(--sp-font-head);line-height:1.15}.sp-hero__hl-dark{font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;color:var(--sp-dark)}.sp-hero__hl-teal{font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;color:var(--sp-teal)}.sp-hero__hl-light{font-size:clamp(2rem,3.5vw,2.875rem);font-weight:300;color:var(--sp-muted)}.sp-hero__subline{font-family:var(--sp-font-body);font-size:1rem;font-weight:400;line-height:1.75;color:var(--sp-muted);max-width:480px}.sp-hero__cta-row{display:flex;gap:16px;flex-wrap:wrap}.sp-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sp-font-head);font-weight:700;font-size:.9375rem;padding:14px 28px;border-radius:8px;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap;cursor:pointer;border:2px solid transparent}.sp-btn--primary{background:var(--sp-teal);color:var(--sp-white);border-color:var(--sp-teal)}.sp-btn--primary:hover{background:#185e66;border-color:#185e66;transform:translateY(-2px);box-shadow:0 8px 24px #1f6f7840}.sp-btn--secondary{background:transparent;color:var(--sp-teal);border-color:var(--sp-teal)}.sp-btn--secondary:hover{background:#1f6f780f;transform:translateY(-2px)}.sp-hero__trust{display:flex;gap:20px;flex-wrap:wrap;list-style:none}.sp-hero__trust-item{display:flex;align-items:center;gap:8px;font-family:var(--sp-font-body);font-size:.8125rem;font-weight:500;color:var(--sp-dark)}.sp-hero__trust-check{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#1f6f781a;flex-shrink:0}.sp-hero__trust-check:after{content:"";display:block;width:6px;height:10px;border:2px solid var(--sp-teal);border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}.sp-hero__media{position:relative;border-radius:16px;overflow:hidden;background:var(--sp-grey);aspect-ratio:4 / 5}.sp-hero__image{width:100%;height:100%;object-fit:cover;display:block}.sp-hero__image-placeholder{width:100%;height:100%;background:var(--sp-grey)}.sp-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(255,255,255,.55) 0%,rgba(255,255,255,.15) 40%,transparent 70%);pointer-events:none}.sp-hero__badge{position:absolute;display:flex;flex-direction:column;gap:2px;background:var(--sp-white);border:1.5px solid var(--sp-teal);border-radius:10px;padding:12px 16px;min-width:130px;box-shadow:0 4px 20px #1f6f781f}.sp-hero__badge--tr{top:20px;right:16px}.sp-hero__badge--bl{bottom:20px;left:16px}.sp-hero__badge-label{font-family:var(--sp-font-body);font-size:.6875rem;font-weight:500;letter-spacing:.04em;color:var(--sp-muted);text-transform:uppercase}.sp-hero__badge-value{font-family:var(--sp-font-head);font-size:1.5rem;font-weight:800;color:var(--sp-teal);line-height:1}.sp-hero__badge-sub{font-family:var(--sp-font-body);font-size:.6875rem;color:var(--sp-muted)}@media(max-width:768px){.sp-hero__nav-inner{padding:0 20px}.sp-hero__nav-links{display:none}.sp-hero__inner{grid-template-columns:1fr;padding:40px 20px 48px;gap:40px;min-height:unset}.sp-hero__media{aspect-ratio:unset;height:300px;order:-1;border-radius:12px}.sp-hero__content{gap:20px}.sp-hero__trust{gap:12px}.sp-hero__badge{padding:8px 12px;min-width:110px}.sp-hero__badge-value{font-size:1.25rem}}@media(max-width:480px){.sp-hero__cta-row{flex-direction:column}.sp-btn{width:100%}}.template-index #header-group{display:none}.sp-hero__disclaimer{text-align:center;font-size:.7rem;color:#ffffff73;padding:.25rem 1.5rem .75rem;margin:0}
/*# sourceMappingURL=/cdn/shop/t/1/assets/spinery-hero.css.map */
