.gs-hero{position:relative;padding:clamp(3.5rem,6vh,7rem) 0 clamp(3rem,5vh,5rem);overflow:hidden;isolation:isolate}.gs-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(100rem 70rem at 80% 30%,#7fc9c66b,#7fc9c600 64%),radial-gradient(70rem 50rem at 6% 0%,#00a79f24,#00a79f00 60%),#f6f2ea}.gs-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E")}@media screen and (min-width:1400px){.gs-hero .page-width{max-width:min(148rem,94vw)}}.gs-hero__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.gs-hero__eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 clamp(1.4rem,2.4vh,2.2rem);color:#00857f}.gs-hero__eyebrow:before{content:"";width:2rem;height:.3rem;border-radius:.3rem;background:currentColor;flex:none}.gs-hero__title{margin:0 0 clamp(1.4rem,2.4vh,2.2rem);font-size:clamp(4rem,6.2vw + .4rem,10rem);line-height:.96;letter-spacing:-.04em;text-wrap:balance;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.gs-hero__accent{color:#00857f;display:block}.gs-hero__body{margin:0 0 clamp(2rem,3.5vh,3rem);font-size:clamp(1.6rem,.4vw + 1.4rem,1.9rem);line-height:1.55;opacity:.8}.gs-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem}.gs-hero .button{min-height:5.4rem;padding-left:3rem;padding-right:3rem;font-size:1.6rem}.gs-hero__media{position:relative;aspect-ratio:1 / 1;max-width:min(58rem,100%);margin-inline:auto;width:100%;border-radius:2.4rem;overflow:hidden;background:#efece5;box-shadow:0 2.4rem 5rem #0e3b3924}.gs-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.gs-hero__badge{position:absolute;left:2%;bottom:8%;display:flex;align-items:center;gap:.9rem;padding:1rem 1.6rem;border-radius:4rem;background:#fff;box-shadow:0 1.2rem 2.4rem #0e3b3929;font-size:1.4rem;line-height:1.1;color:#12171a}.gs-hero__badge strong{font-size:1.9rem;letter-spacing:-.02em;color:#00857f}.gs-hero__proofbar{display:flex;flex-wrap:wrap;gap:1rem clamp(2.8rem,5vw,6.4rem);margin:clamp(2.8rem,5vh,4.6rem) 0 0;padding:2.2rem 0 0;list-style:none;border-top:1px solid rgba(18,23,26,.12)}.gs-hero__proofbar li{display:inline-flex;align-items:center;font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.7;white-space:nowrap}.gs-hero__proofbar li:before{content:"";display:inline-block;width:1.1rem;height:2px;border-radius:2px;background:#00a79f;margin-right:1rem;flex:none}@media screen and (min-width:750px){.gs-hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(3rem,4vw,6rem)}}@media screen and (min-width:990px){.gs-hero__inner{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:clamp(2rem,3vw,4rem)}.gs-hero__content{position:relative;z-index:2}.gs-hero__title{margin-right:-6rem}.gs-hero__media{--gs-bleed: max(2rem, calc((100vw - 120rem)/2 + 5rem) );max-width:none;width:calc(100% + var(--gs-bleed));margin-right:calc(-1 * var(--gs-bleed));aspect-ratio:auto;height:clamp(44rem,56vh,60rem);border-radius:2.4rem 0 0 2.4rem}}@media screen and (min-width:1400px){.gs-hero__media{--gs-bleed: max(2rem, calc((100vw - min(148rem, 94vw))/2 + 5rem) )}.gs-hero__body{font-size:clamp(1.9rem,.55vw + 1.2rem,2.6rem)}}@media(prefers-reduced-motion:no-preference){.gs-hero__eyebrow,.gs-hero__title,.gs-hero__body,.gs-hero__actions{animation:gs-hero-rise .7s cubic-bezier(.22,.61,.36,1) both}.gs-hero__title{animation-delay:.07s}.gs-hero__body{animation-delay:.14s}.gs-hero__actions{animation-delay:.21s}.gs-hero__media{animation:gs-hero-photo .9s cubic-bezier(.22,.61,.36,1) .15s both}.gs-hero__proofbar{animation:gs-hero-fade .8s ease .45s both}}@keyframes gs-hero-rise{0%{opacity:0;transform:translateY(1.8rem)}to{opacity:1;transform:translateY(0)}}@keyframes gs-hero-photo{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}@keyframes gs-hero-fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:no-preference){.gs-hero__proofbar li:before{transform-origin:left center;animation:gs-dash .35s cubic-bezier(.22,.61,.36,1) both}.gs-hero__proofbar li:nth-child(1):before{animation-delay:.65s}.gs-hero__proofbar li:nth-child(2):before{animation-delay:.78s}.gs-hero__proofbar li:nth-child(3):before{animation-delay:.91s}.gs-hero__eyebrow:before{transform-origin:left center;animation:gs-dash .4s cubic-bezier(.22,.61,.36,1) .05s both}}@keyframes gs-dash{0%{transform:scaleX(0)}to{transform:scaleX(1)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-grospore-hero.css.map */
