:root{--mj-color-white: #ffffff;--mj-color-charcoal: #333333;--mj-color-gray: #f5f5f5;--mj-color-warm-orange: #e07b39;--mj-color-text-light: #666666;--mj-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--mj-max-width: 1440px;--mj-border-radius: 6px;--mj-transition-speed: .2s}.mj-home-hero,.mj-home-hero *{box-sizing:border-box}.mj-home-hero{font-family:var(--mj-font-family);color:var(--mj-color-charcoal);line-height:1.6;background-color:#fcfbf9;overflow:hidden}.mj-home-hero__content{display:grid;grid-template-columns:48fr 52fr;align-items:center;gap:clamp(2rem,5vw,4rem);width:100%;max-width:var(--mj-max-width);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.mj-home-hero__text-column{align-self:center}.mj-heading{margin:0 0 1rem;line-height:1.15;font-weight:700;letter-spacing:-.03em}.mj-heading--h1{font-size:clamp(2.25rem,6vw,4.25rem)}.mj-heading--h2{font-size:clamp(1.75rem,5vw,3.25rem)}.mj-heading__text-accent{color:var(--mj-color-warm-orange)}.mj-home-hero__subheading{font-size:clamp(.8rem,1.5vw,.9rem);font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--mj-color-warm-orange);margin-bottom:.5rem}.mj-home-hero__description{font-size:clamp(1.1rem,1.8vw,1.25rem);line-height:1.6;color:var(--mj-color-text-light);margin-bottom:2rem;max-width:540px}.mj-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--mj-border-radius);font-weight:600;text-decoration:none;transition:background-color var(--mj-transition-speed) ease,border-color var(--mj-transition-speed) ease,color var(--mj-transition-speed) ease,transform var(--mj-transition-speed) ease,box-shadow var(--mj-transition-speed) ease}.mj-button--primary{background-color:var(--mj-color-warm-orange);color:var(--mj-color-white)}.mj-button:focus-visible{outline:2px solid var(--mj-color-charcoal);outline-offset:3px}.mj-button--text-link{background:transparent;border:1px solid var(--mj-color-charcoal);color:var(--mj-color-charcoal);padding:1rem 2rem;border-radius:var(--mj-border-radius);font-weight:600;text-decoration:none}.mj-button--text-link:after{content:" \2192";display:inline-block;transition:transform var(--mj-transition-speed) ease}.mj-button--compact{padding:.6rem 1.25rem;font-size:.85rem;white-space:nowrap}.mj-nav-cta{margin-left:.5rem}@media screen and (max-width:749px){.mj-nav-cta{display:none}}.mj-home-hero__cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}@media(hover:hover)and (pointer:fine){.mj-button--primary:hover{background-color:#c46a31;transform:translateY(-2px);box-shadow:0 4px 12px #e07b3933}.mj-button--text-link:hover{background-color:var(--mj-color-charcoal);border-color:var(--mj-color-charcoal);color:var(--mj-color-white)}.mj-button--text-link:hover:after{transform:translate(6px)}}.mj-home-hero__image-column{position:relative;aspect-ratio:4 / 5}@media screen and (min-width:750px){.mj-home-hero__image-column{aspect-ratio:auto;height:100%;min-height:540px;max-height:640px}}.mj-home-hero__image-frame{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--mj-border-radius);box-shadow:0 1px 2px #3333330f,0 16px 40px #33333324}.mj-home-hero__image-wrapper{width:100%;height:100%}.mj-home-hero__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.mj-home-hero__artifact{position:absolute;left:1.25rem;bottom:1.25rem;right:1.25rem;max-width:260px;background:var(--mj-color-white);border-radius:calc(var(--mj-border-radius) + 2px);box-shadow:0 4px 8px #33333314,0 20px 36px #33333329;padding:1rem 1.1rem}.mj-home-hero__artifact-badge{display:inline-flex;align-items:center;margin:0 0 .6rem;padding:.2rem .55rem;border-radius:999px;background:var(--mj-color-gray);color:var(--mj-color-text-light);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mj-home-hero__artifact-title{margin:0 0 .6rem;font-size:.82rem;font-weight:700;color:var(--mj-color-charcoal)}.mj-home-hero__artifact-list{margin:0 0 .75rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.mj-home-hero__artifact-list li{display:flex;align-items:center;gap:.45rem;font-size:.78rem;line-height:1.3;color:var(--mj-color-charcoal)}.mj-home-hero__artifact-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px;width:16px;height:16px;border-radius:50%;background-color:var(--mj-color-warm-orange);color:var(--mj-color-white)}.mj-home-hero__artifact-check svg{width:9px;height:9px;fill:none;stroke:currentColor;stroke-width:2.4px}.mj-home-hero__artifact-item-label{flex:1 1 auto}.mj-home-hero__artifact-item-time{flex:0 0 auto;color:var(--mj-color-text-light);font-size:.68rem;font-weight:500;white-space:nowrap}.mj-home-hero__artifact-footer{margin:0;padding-top:.65rem;border-top:1px solid var(--mj-color-gray);font-size:.76rem;font-weight:700;color:var(--mj-color-charcoal)}.mj-home-hero__artifact-disclaimer{margin:.45rem 0 0;color:var(--mj-color-text-light);font-size:.63rem;font-weight:500;font-style:italic;line-height:1.3}@media screen and (max-width:749px){.mj-home-hero__artifact{max-width:230px;left:.85rem;bottom:.85rem;right:auto;padding:.85rem .9rem}.mj-home-hero__artifact-title,.mj-home-hero__artifact-footer{font-size:.72rem}.mj-home-hero__artifact-list li{font-size:.7rem}.mj-home-hero__artifact-item-time{font-size:.62rem}.mj-home-hero__artifact-disclaimer{font-size:.58rem}}@media screen and (max-width:359px){.mj-heading--h1{font-size:2rem}.mj-home-hero__content{padding:0 .75rem}}@media screen and (max-width:749px){.mj-home-hero__content{grid-template-columns:1fr;padding-top:1.5rem;padding-bottom:1.5rem;gap:1.5rem}.mj-home-hero__text-column{text-align:left}.mj-home-hero__description{margin-bottom:1.5rem}.mj-home-hero__cta-group{flex-direction:column;align-items:flex-start;gap:.75rem}.mj-button--full-width-mobile{width:100%}.mj-home-hero__image-column{order:2}}@media screen and (min-width:750px)and (max-width:989px){.mj-home-hero__content{grid-template-columns:1fr;padding-top:2rem;padding-bottom:3rem}.mj-home-hero__image-column{min-height:450px;order:2}}@media screen and (min-width:990px){.mj-home-hero__content{padding-top:2rem;padding-bottom:4rem}}.mj-home-hero__content--no-image{grid-template-columns:1fr!important}@media(prefers-reduced-motion:reduce){.mj-home-hero *,.mj-home-hero *:before,.mj-home-hero *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/mj-home.css.map */
