.verso-hero{--verso-hero-panel-height: var(--verso-hero-mobile-height, 550px);--verso-hero-gap: 12px;--verso-hero-content-padding-top: 36px;--verso-hero-content-padding-inline: 24px;--verso-hero-content-width: 397px;--verso-hero-eyebrow-size: 14px;--verso-hero-eyebrow-line-height: 1.25;--verso-hero-heading-size: 40px;--verso-hero-heading-line-height: 1.1;--verso-hero-heading-tracking: -.8px;--verso-hero-description-width: 363px;--verso-hero-gap-eyebrow: 3px;--verso-hero-gap-description: 3px;--verso-hero-gap-actions: 12px;--verso-hero-actions-gap: 12px;--verso-hero-button-padding: 8px 18px;--verso-hero-button-min-height: 33px;--verso-hero-button-radius: 36px;--verso-hero-button-size: 14px;--verso-hero-button-weight: 400;position:relative;display:grid;width:100%;gap:var(--verso-hero-gap);background:var(--verso-hero-background, #edeae6)}.verso-hero,.verso-hero *{box-sizing:border-box}.verso-hero__panel{position:relative;isolation:isolate;width:100%;height:var(--verso-hero-panel-height);overflow:hidden;background:var(--verso-hero-background, #edeae6);color:var(--verso-hero-text, #1b1917)}.verso-hero__media{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0}.verso-hero__media picture,.verso-hero__media img{display:block;width:100%;height:100%}.verso-hero__media img{max-width:none;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none}.verso-hero__content{position:absolute;z-index:2;top:0;left:50%;display:flex;width:min(var(--verso-hero-content-width),100%);padding:var(--verso-hero-content-padding-top) var(--verso-hero-content-padding-inline) 0;flex-direction:column;align-items:center;transform:translate(-50%);text-align:center}.verso-hero__eyebrow{margin:0;color:var(--verso-hero-copy, #524e49);font-family:Inter,var(--font-body-family),sans-serif;font-size:var(--verso-hero-eyebrow-size);font-weight:400;line-height:var(--verso-hero-eyebrow-line-height)}.verso-hero__heading{margin:0;color:var(--verso-hero-text, #1b1917);font-family:Marcellus,var(--font-heading-family),serif;font-size:var(--verso-hero-heading-size);font-weight:400;line-height:var(--verso-hero-heading-line-height);letter-spacing:var(--verso-hero-heading-tracking)}.verso-hero__eyebrow+.verso-hero__heading{margin-top:var(--verso-hero-gap-eyebrow)}.verso-hero__description{width:min(var(--verso-hero-description-width),100%);margin:var(--verso-hero-gap-description) 0 0;color:var(--verso-hero-copy, #524e49);font-family:Inter,var(--font-body-family),sans-serif;font-size:14px;font-weight:400;line-height:1.25}.verso-hero__actions{display:flex;margin-top:var(--verso-hero-gap-actions);flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--verso-hero-actions-gap)}.verso-hero__button{display:inline-flex;min-height:var(--verso-hero-button-min-height);padding:var(--verso-hero-button-padding);align-items:center;justify-content:center;border-radius:var(--verso-hero-button-radius);font-family:Inter,var(--font-body-family),sans-serif;font-size:var(--verso-hero-button-size);font-weight:var(--verso-hero-button-weight);line-height:1.25;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;transition:filter .18s ease,background-color .18s ease}.verso-hero__button:hover{filter:brightness(.92)}.verso-hero__button:disabled{cursor:not-allowed;filter:grayscale(.35);opacity:.65}.verso-hero__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.verso-hero__button--primary{border:0;background:var(--verso-hero-primary-background, #5c54b7);color:var(--verso-hero-primary-text, #fff)}.verso-hero__button--video{gap:8px;padding:3px 18px 3px 3px;background:#000;color:#fff}.verso-hero__button-play{display:inline-flex;width:27px;height:27px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#000}.verso-hero__button-play svg,.verso-hero__button-play-image{display:block;width:24px;height:24px;object-fit:contain}.verso-hero__button--secondary{border:1px solid var(--verso-hero-secondary-border, #6b665e);background:transparent;color:var(--verso-hero-text, #1b1917)}html.verso-hero-video-open,html.verso-hero-video-open body{overflow:hidden}html.verso-hero-video-open #MainContent{z-index:2147483647}html.verso-hero-video-open .section-header,html.verso-hero-video-open .shopify-section-group-header-group{z-index:0!important}.verso-hero-video-modal[hidden]{display:none}.verso-hero-video-modal{position:fixed;z-index:2147483647;top:0;right:0;bottom:0;left:0;display:flex;padding:16px;align-items:center;justify-content:center}.verso-hero-video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#1b1917d1;cursor:pointer}.verso-hero-video-modal__dialog{position:relative;width:min(1120px,calc(100vw - 32px),calc((100dvh - 48px) * 16 / 9));overflow:hidden;border-radius:16px;aspect-ratio:16 / 9;background:#000;box-shadow:0 24px 80px #00000059}.verso-hero-video-modal__player,.verso-hero-video-modal__player iframe,.verso-hero-video-modal__player video{display:block;width:100%;height:100%}.verso-hero-video-modal__player iframe,.verso-hero-video-modal__player video{border:0;object-fit:contain}.verso-hero-video-modal__close{position:absolute;z-index:2;top:12px;right:12px;display:flex;width:44px;height:44px;padding:0;border:0;border-radius:50%;align-items:center;justify-content:center;background:#ffffffe0;color:#1b1917;cursor:pointer;transition:background-color .18s ease}.verso-hero-video-modal__close:hover{background:#fff}.verso-hero-video-modal__close:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.verso-hero-video-modal__close svg{width:18px;height:18px}@media(min-width:768px){.verso-hero{--verso-hero-panel-height: min(var(--verso-hero-desktop-height, 680px), var(--verso-hero-desktop-height-vw, 47.22vw));--verso-hero-content-padding-inline: 0px;--verso-hero-content-width: 1180px;--verso-hero-content-edge: 32px;--verso-hero-eyebrow-size: clamp(13px, 1.39vw, 20px);--verso-hero-eyebrow-line-height: 1.3;--verso-hero-heading-size: clamp(38px, 5vw, 72px);--verso-hero-heading-line-height: 1.14;--verso-hero-heading-tracking: -.02em;--verso-hero-gap-eyebrow: clamp(4px, .49vw, 7px);--verso-hero-gap-description: clamp(6px, .83vw, 12px);--verso-hero-gap-actions: clamp(12px, 1.67vw, 24px);--verso-hero-actions-gap: clamp(12px, 1.67vw, 24px);--verso-hero-button-padding: clamp(10px, 1.11vw, 16px) clamp(18px, 2.22vw, 32px);--verso-hero-button-min-height: clamp(40px, 3.61vw, 52px);--verso-hero-button-radius: 40px;--verso-hero-button-size: clamp(13px, 1.11vw, 16px);--verso-hero-button-weight: 600}.verso-hero__panel{--verso-hero-content-padding-top: min(var(--verso-hero-offset-top, 48px), var(--verso-hero-offset-top-vw, 3.33vw));--verso-hero-desc-font-size: max(13px, min(var(--verso-hero-desc-size, 20px), var(--verso-hero-desc-size-vw, 1.39vw)))}.verso-hero--cols-2{grid-template-columns:1fr 1fr}.verso-hero--cols-2 .verso-hero__panel{--verso-hero-heading-size: clamp(34px, 4.6vw, 72px);--verso-hero-desc-font-size: max(13px, min(var(--verso-hero-desc-size, 20px), 1.53vw))}.verso-hero__content{width:min(var(--verso-hero-content-width),calc(100% - var(--verso-hero-content-edge) * 2));align-items:center;text-align:center}.verso-hero__panel--left .verso-hero__content{align-items:flex-start;text-align:left}.verso-hero__panel--left .verso-hero__eyebrow,.verso-hero__panel--left .verso-hero__heading{width:min(474px,45vw)}.verso-hero__panel--left .verso-hero__description{width:min(520px,45vw)}.verso-hero__panel--center .verso-hero__eyebrow,.verso-hero__panel--center .verso-hero__heading,.verso-hero__panel--center .verso-hero__description{width:min(547px,100%)}.verso-hero__heading{white-space:nowrap}.verso-hero__description{font-family:Marcellus,var(--font-heading-family),serif;font-size:var(--verso-hero-desc-font-size);line-height:1.2}.verso-hero__panel--left .verso-hero__actions{justify-content:flex-start}.verso-hero__button{line-height:1.25}.verso-hero__button--video{gap:clamp(8px,.97vw,14px);padding:6px clamp(16px,1.67vw,24px) 6px 6px}.verso-hero__button-play{width:clamp(28px,2.78vw,40px);height:clamp(28px,2.78vw,40px)}.verso-hero__button-play svg,.verso-hero__button-play-image{width:clamp(24px,2.36vw,34px);height:clamp(24px,2.36vw,34px)}}@media(min-width:1024px){.verso-hero{--verso-hero-content-edge: 20px}}@media(min-width:1280px){.verso-hero{--verso-hero-content-width: 1328px}}@media(min-width:1440px){.verso-hero{--verso-hero-heading-size: 72px;--verso-hero-heading-line-height: 82px;--verso-hero-heading-tracking: -1.44px;--verso-hero-eyebrow-line-height: 26px}.verso-hero--cols-2 .verso-hero__panel{--verso-hero-desc-font-size: var(--verso-hero-desc-size, 20px)}.verso-hero__button{line-height:20px}}@media(min-width:1600px){.verso-hero--cols-2 .verso-hero__panel{--verso-hero-heading-size: 72px}}@media(prefers-reduced-motion:reduce){.verso-hero__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/verso-hero.css.map */
