.hero-graphic{position:relative;overflow:hidden;display:flex;align-items:center;min-height:500px;background:linear-gradient(135deg,#fffbf7,#fff5f0)}.hero-graphic:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,107,157,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-graphic:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,160,122,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}@media screen and (min-width: 750px){.hero-graphic{min-height:550px}}@media screen and (min-width: 990px){.hero-graphic{min-height:600px}}.hero-graphic__inner{position:relative;width:100%;padding:4rem 0}@media screen and (min-width: 750px){.hero-graphic__inner{padding:4.5rem 0}}@media screen and (min-width: 990px){.hero-graphic__inner{padding:5rem 0}}.hero-graphic__content{position:relative;z-index:2;text-align:center;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-graphic__content.align-left{text-align:left}.hero-graphic__content.align-right{text-align:right}.hero-graphic__logo{margin-bottom:1.5rem;animation:fadeInScale .8s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-graphic__logo img{max-width:270px;height:auto;display:inline-block;filter:drop-shadow(0 4px 12px rgba(255,107,157,.15))}.hero-graphic__logo-placeholder{display:inline-block;opacity:.8;transition:opacity .3s ease}.hero-graphic__logo-placeholder:hover{opacity:1}.hero-graphic__logo-placeholder svg{display:block}@media screen and (min-width: 750px){.hero-graphic__logo{margin-bottom:2rem}.hero-graphic__logo img{max-width:330px}}@media screen and (min-width: 990px){.hero-graphic__logo{margin-bottom:2.5rem}.hero-graphic__logo img{max-width:390px}}.hero-graphic__kicker{letter-spacing:.08em;text-transform:uppercase;font-weight:700;font-size:1.6rem;margin:0 0 3rem;display:block;padding:0 0 1.5rem;background:none!important;border-radius:0;color:#2d3436;position:relative;box-shadow:none!important}.hero-graphic__kicker:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(90deg,#ff6b9d,#ffa07a);border-radius:2px;box-shadow:0 2px 8px #ff6b9d4d}@media screen and (min-width: 750px){.hero-graphic__kicker{font-size:1.9rem;margin:0 0 3.25rem;padding:0 0 1.6rem}.hero-graphic__kicker:after{width:160px;height:4px}}@media screen and (min-width: 990px){.hero-graphic__kicker{font-size:2.1rem;padding:0 0 1.8rem;margin:0 0 3.5rem}.hero-graphic__kicker:after{width:180px;height:5px}}.hero-graphic__heading{margin:0 0 1.5rem;line-height:1.15;letter-spacing:-.02em;font-weight:800}@media screen and (min-width: 750px){.hero-graphic__heading{margin:0 0 1.75rem}}@media screen and (min-width: 990px){.hero-graphic__heading{margin:0 0 2rem}}.hero-graphic__subheading{max-width:70ch;margin:0 auto 1.5rem;color:rgb(var(--color-foreground))}@media screen and (min-width: 990px){.hero-graphic__subheading{max-width:75ch}}.hero-graphic__subheading p{font-size:1.6rem;line-height:1.6;margin:0 0 .5rem;font-weight:400;color:#636e72}@media screen and (min-width: 750px){.hero-graphic__subheading p{font-size:1.8rem;line-height:1.65}}@media screen and (min-width: 990px){.hero-graphic__subheading p{font-size:2rem;line-height:1.7}}.hero-graphic__subheading p:last-child{margin-bottom:0}.hero-graphic__subheading strong{color:#ff6b9d;font-weight:700}.hero-graphic__subheading p em,.hero-graphic__subheading p i,.hero-graphic__subheading em,.hero-graphic__subheading i{font-size:1.1rem;font-style:italic;color:#636e72;display:block;margin-top:.75rem;font-weight:400}@media screen and (min-width: 750px){.hero-graphic__subheading p em,.hero-graphic__subheading p i,.hero-graphic__subheading em,.hero-graphic__subheading i{font-size:1.2rem}}@media screen and (min-width: 990px){.hero-graphic__subheading p em,.hero-graphic__subheading p i,.hero-graphic__subheading em,.hero-graphic__subheading i{font-size:1.3rem}}.hero-graphic__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.hero-graphic__buttons .button{transition:all .3s ease;font-size:1.6rem;padding:1.5rem 3rem;font-weight:600}.hero-graphic__buttons .button:hover{transform:translateY(-2px)}@media screen and (min-width: 750px){.hero-graphic__buttons .button{font-size:1.7rem;padding:1.6rem 3.5rem}}.hero-graphic--with-image{min-height:600px;background:#2d3436!important}.hero-graphic--with-image:before,.hero-graphic--with-image:after{display:none}@media screen and (min-width: 750px){.hero-graphic--with-image{min-height:650px}}@media screen and (min-width: 990px){.hero-graphic--with-image{min-height:700px}}.hero-graphic__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-graphic__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-graphic__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2d3436d9,#636e72bf);z-index:1}.hero-graphic--with-image .hero-graphic__content{z-index:3;background:#ffffffb3;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:4rem 3rem;border-radius:20px;box-shadow:0 20px 60px #00000040;max-width:900px;margin:0 auto}@media screen and (min-width: 750px){.hero-graphic--with-image .hero-graphic__content{padding:5rem 4rem}}@media screen and (min-width: 990px){.hero-graphic--with-image .hero-graphic__content{padding:6rem 5rem;max-width:1000px}}.hero-graphic--with-image .hero-graphic__logo img{filter:drop-shadow(0 6px 16px rgba(0,0,0,.15))}.hero-graphic--with-image .hero-graphic__kicker{background:#ff6b9d26;color:#ff6b9d;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.hero-graphic--with-image .hero-graphic__heading{color:#2d3436;text-shadow:none}.hero-graphic--with-image .hero-graphic__subheading{color:rgb(var(--color-foreground))}.hero-graphic--with-image .hero-graphic__subheading h2{color:#2d3436;text-shadow:none}.hero-graphic--with-image .hero-graphic__subheading p{color:#636e72;text-shadow:none}.hero-graphic--with-image .hero-graphic__subheading p:first-of-type{color:#2d3436}.hero-graphic--with-image .hero-graphic__subheading p:last-child{color:#2d3436}.hero-graphic--with-image .button--primary{box-shadow:0 8px 24px #0003}.hero-graphic--with-image .button--secondary{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#2d3436;box-shadow:0 8px 24px #00000026}.hero-graphic--with-image .button--secondary:hover{background:#fff;box-shadow:0 12px 32px #00000040}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-hero-graphic.css.map */
