.hero-section{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px;width:100%;overflow:hidden}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-section__background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section__floating-image{position:absolute;z-index:1;pointer-events:none;border-radius:50%;border:1px solid;padding:4px}.hero-section__floating-image img{width:100%;height:auto;display:block;border-radius:50%;object-fit:cover;aspect-ratio:1 / 1}@media(max-width:768px){.hero-section__floating-image{transform:scale(.6);transform-origin:center}}.hero-section__content{position:relative;z-index:2;max-width:800px;padding:3rem 2rem;color:var(--color-foreground)}.hero-section__subheading{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem;opacity:.9}.hero-section__logo{margin:0 0 1.5rem}.hero-section__logo img{max-width:100%;height:auto;display:block;margin:0 auto}.hero-section__heading{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.2;margin:0 0 1.5rem}.hero-section__text{font-size:1.125rem;line-height:1.6;margin:0 0 2rem;opacity:.95}.hero-section__buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-section__buttons[style*=center]{justify-content:center}.hero-section__buttons[style*=right]{justify-content:flex-end}.hero-section__content[style*=center] .hero-section__buttons{justify-content:center}.hero-section__content[style*=right] .hero-section__buttons{justify-content:flex-end}.hero-section__button{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--input-corner-radius, 4px);transition:all .3s ease;cursor:pointer}.hero-section__button--primary{background-color:var(--color-foreground);color:var(--color-background);border:2px solid var(--color-foreground)}.hero-section__button--primary:hover{background-color:transparent;color:var(--color-foreground)}.hero-section__button--secondary{background-color:transparent;color:var(--color-foreground);border:2px solid var(--color-foreground)}.hero-section__button--secondary:hover{background-color:var(--color-foreground);color:var(--color-background)}@media(max-width:768px){.hero-section__content{padding:2rem 1.5rem}.hero-section__heading{font-size:2rem}.hero-section__text{font-size:1rem}.hero-section__buttons{flex-direction:column;align-items:stretch}.hero-section__button{text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
