.jm-theme{--jm-bg: #ffffff;--jm-bg-subtle: #f5f5f7;--jm-text: #1d1d1f;--jm-text-muted: rgba(29, 29, 31, .56);--jm-accent: #3d2b1f;--jm-accent-hover: #8b5e3c;--jm-border: rgba(29, 29, 31, .08);background-color:var(--jm-bg);color:var(--jm-text)}html.jm-smooth{scroll-behavior:smooth}.jm-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 24px;box-sizing:border-box}.jm-section__inner{width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:2}.jm-headline{font-size:clamp(3rem,8vw,7rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin:0;color:var(--jm-text)}.jm-headline--xl{font-size:clamp(4rem,12vw,10rem);letter-spacing:-.04em}.jm-subhead{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;line-height:1.5;color:var(--jm-text-muted);margin:0;max-width:600px}.jm-label{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--jm-accent)}.jm-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.jm-btn--primary{background:var(--jm-text);color:var(--jm-bg);border-radius:100px}.jm-btn--primary:hover{background:var(--jm-accent-hover);color:#fff;transform:scale(1.03)}.jm-btn--ghost{background:transparent;color:var(--jm-accent);border:1px solid var(--jm-accent);border-radius:100px}.jm-btn--ghost:hover{background:var(--jm-accent);color:#fff}.jm-btn__arrow{transition:transform .3s ease}.jm-btn:hover .jm-btn__arrow{transform:translate(4px)}.jm-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);will-change:opacity,transform}.jm-reveal--left{transform:translate(-60px)}.jm-reveal--right{transform:translate(60px)}.jm-reveal--scale{transform:scale(.9)}.jm-reveal.is-visible{opacity:1;transform:translate(0) scale(1)}.jm-delay-1{transition-delay:.1s}.jm-delay-2{transition-delay:.2s}.jm-delay-3{transition-delay:.3s}.jm-delay-4{transition-delay:.4s}.jm-delay-5{transition-delay:.5s}.jm-parallax{will-change:transform;transition:transform .1s linear}.jm-scale{will-change:transform;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.jm-hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;background:var(--jm-bg)}.jm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.jm-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.15}.jm-hero__bg--gradient{background:radial-gradient(ellipse at 50% 0%,rgba(61,43,31,.04) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(61,43,31,.03) 0%,transparent 50%)}.jm-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:24px;padding:0 24px}.jm-hero__logo{width:clamp(120px,20vw,200px);height:auto;margin-bottom:8px}.jm-hero__brand{font-size:clamp(5rem,15vw,12rem);font-weight:800;letter-spacing:-.04em;line-height:1;margin:0;color:var(--jm-text)}.jm-hero__tagline{font-size:clamp(1rem,2.5vw,1.375rem);color:var(--jm-text-muted);max-width:500px;line-height:1.6;margin:0}.jm-hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--jm-text-muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;animation:jm-float 2s ease-in-out infinite}.jm-hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--jm-text-muted),transparent);animation:jm-scroll-line 2s ease-in-out infinite}@keyframes jm-float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}@keyframes jm-scroll-line{0%{opacity:0;transform:scaleY(0);transform-origin:top}50%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0);transform-origin:bottom}}.jm-showcase{background:var(--jm-bg)}.jm-showcase__item{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 24px;position:relative}.jm-showcase__item:nth-child(2n){background:var(--jm-bg-subtle)}.jm-showcase__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%;max-width:1200px;margin:0 auto}.jm-showcase__item:nth-child(2n) .jm-showcase__grid{direction:rtl}.jm-showcase__item:nth-child(2n) .jm-showcase__grid>*{direction:ltr}.jm-showcase__media{position:relative;aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:var(--jm-bg-subtle)}.jm-showcase__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.25,.46,.45,.94)}.jm-showcase__item:hover .jm-showcase__media img{transform:scale(1.05)}.jm-showcase__info{display:flex;flex-direction:column;gap:20px}.jm-showcase__catch{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--jm-text);margin:0}.jm-showcase__desc{font-size:1rem;line-height:1.7;color:var(--jm-text-muted);margin:0}.jm-showcase__price{font-size:1.5rem;font-weight:600;color:var(--jm-text)}.jm-showcase__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--jm-bg-subtle)}.jm-showcase__placeholder svg{width:80px;height:80px;opacity:.15}.jm-features{background:var(--jm-bg-subtle)}.jm-features__header{text-align:center;margin-bottom:80px}.jm-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.jm-feature{text-align:center;padding:48px 24px;border-radius:16px;background:#ffffffb3;border:1px solid var(--jm-border);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.jm-feature:hover{background:#fff;border-color:#1d1d1f1f;box-shadow:0 4px 24px #0000000f}.jm-feature__icon{width:56px;height:56px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#3d2b1f0f;color:var(--jm-accent)}.jm-feature__icon svg{width:28px;height:28px}.jm-feature__title{font-size:1.25rem;font-weight:700;color:var(--jm-text);margin:0 0 12px}.jm-feature__text{font-size:.9375rem;line-height:1.7;color:var(--jm-text-muted);margin:0}.jm-divider{width:48px;height:1px;background:var(--jm-accent);margin:24px auto;opacity:.3}@media screen and (max-width:749px){.jm-section{padding:60px 20px;min-height:auto}.jm-showcase__item{min-height:auto;padding:60px 20px}.jm-showcase__grid{grid-template-columns:1fr;gap:32px}.jm-showcase__item:nth-child(2n) .jm-showcase__grid{direction:ltr}.jm-showcase__media{aspect-ratio:3/4}.jm-features__grid{grid-template-columns:1fr;gap:24px}.jm-feature{padding:32px 20px}.jm-hero__logo{width:clamp(80px,25vw,140px)}.jm-hero__brand{font-size:clamp(3.5rem,15vw,6rem)}.jm-hero__scroll{bottom:24px}}@media screen and (min-width:750px)and (max-width:989px){.jm-features__grid{grid-template-columns:repeat(3,1fr);gap:24px}.jm-showcase__grid{gap:40px}}@media(prefers-reduced-motion:reduce){.jm-reveal{opacity:1;transform:none;transition:none}.jm-parallax{transform:none!important}.jm-hero__scroll{animation:none}.jm-hero__scroll-line{animation:none;opacity:.5}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/jomonn-scroll.css.map */
