:root{--hjh-paper: #fbf5eb;--hjh-paper-soft: #fffaf3;--hjh-paper-deep: #f2e5d3;--hjh-ink: #2f201a;--hjh-muted: #6f5a50;--hjh-red: #a31518;--hjh-red-dark: #74100f;--hjh-gold: #b7813d;--hjh-line: rgba(67, 42, 31, .17);--hjh-line-light: rgba(255, 244, 221, .23);--hjh-shadow: 0 26px 70px rgba(82, 46, 31, .12);--hjh-radius: 22px;--hjh-width: 1320px;--hjh-serif: Georgia, "Times New Roman", "Songti SC", serif;--hjh-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif}.hjh-section,.hjh-section *{box-sizing:border-box}.hjh-section{position:relative;overflow:hidden;background:var(--hjh-paper-soft);color:var(--hjh-ink);font-family:var(--hjh-sans)}.hjh-section a{color:inherit}.hjh-shell{width:min(var(--hjh-width),calc(100% - 48px));margin-inline:auto}.hjh-heading{margin:0;font-family:var(--hjh-serif);font-weight:400;letter-spacing:-.02em;line-height:1.08}.hjh-copy{margin:0;color:var(--hjh-muted);line-height:1.75}.hjh-eyebrow{margin:0 0 12px;color:var(--hjh-red);font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.hjh-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:18px;padding:13px 28px;border:1px solid var(--hjh-red);border-radius:2px;background:var(--hjh-red);color:#fff!important;font-family:var(--hjh-serif);font-size:13px;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hjh-button:hover{transform:translateY(-2px);background:var(--hjh-red-dark);box-shadow:0 12px 28px #74100f33}.hjh-button--ghost{background:transparent;color:var(--hjh-red)!important}.hjh-button svg{width:16px;height:16px}.hjh-section-title{text-align:center}.hjh-section-title .hjh-heading{font-size:clamp(30px,3vw,44px)}.hjh-ornament{display:flex;align-items:center;justify-content:center;gap:10px;margin:16px auto 0;color:var(--hjh-red)}.hjh-ornament:before,.hjh-ornament:after{content:"";width:72px;height:1px;background:linear-gradient(90deg,transparent,currentColor);opacity:.35}.hjh-ornament:after{background:linear-gradient(90deg,currentColor,transparent)}.hjh-ornament span{position:relative;width:14px;height:14px;border:1px solid currentColor;transform:rotate(45deg)}.hjh-ornament span:before,.hjh-ornament span:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border:1px solid currentColor;border-radius:50%}.hjh-ornament span:after{transform:rotate(90deg)}.hjh-image{width:100%;height:100%;object-fit:cover;display:block}.hjh-card{border:1px solid var(--hjh-line);border-radius:var(--hjh-radius);background:#ffffffb3;box-shadow:var(--hjh-shadow)}.hjh-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hjh-demo-label{position:absolute;right:10px;bottom:10px;z-index:2;padding:5px 8px;border-radius:999px;background:#2f201ab8;color:#fff;font-size:9px;letter-spacing:.1em;text-transform:uppercase}body.hjh-hide-theme-header .shopify-section-group-header-group,body.hjh-hide-theme-header #shopify-section-header,body.hjh-hide-theme-header sticky-header{display:none!important}.hjh-home-hero{background:radial-gradient(circle at 15% 12%,rgba(255,255,255,.9),transparent 31%),linear-gradient(110deg,#fffaf2,#f7ecdc 47%,#ead8bf)}.hjh-home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.28;background-image:url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");mix-blend-mode:multiply}.hjh-header{position:relative;z-index:12;height:86px;display:grid;grid-template-columns:220px 1fr 160px;align-items:center;gap:24px}.hjh-logo{display:inline-flex;flex-direction:column;align-items:flex-start;text-decoration:none;line-height:1}.hjh-logo__image{width:var(--hjh-logo-image-width, 185px);max-width:100%;max-height:none;height:auto;object-fit:contain}.hjh-logo__cn{font-family:"Songti SC","STSong",var(--hjh-serif);font-size:31px;letter-spacing:.08em}.hjh-logo__en{margin-top:8px;font-family:var(--hjh-serif);font-size:10px;letter-spacing:.22em}.hjh-nav{display:flex;align-items:center;justify-content:center;gap:clamp(22px,3vw,46px)}.hjh-nav a{position:relative;padding:10px 0;font-family:var(--hjh-serif);font-size:12px;letter-spacing:.02em;text-decoration:none;text-transform:uppercase}.hjh-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:1px;background:var(--hjh-red);transition:left .2s ease,right .2s ease}.hjh-nav a:hover:after{left:0;right:0}.hjh-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.hjh-icon-link,.hjh-menu-toggle,.hjh-drawer__close{width:34px;height:34px;display:inline-grid;place-items:center;border:0;background:transparent;color:var(--hjh-ink);cursor:pointer;text-decoration:none}.hjh-icon-link svg,.hjh-menu-toggle svg,.hjh-drawer__close svg{width:21px;height:21px;stroke-width:1.5}.hjh-menu-toggle{display:none}.hjh-drawer{position:fixed;inset:0 0 0 auto;z-index:100;width:min(360px,90vw);padding:24px;transform:translate(101%);background:#fffaf2;box-shadow:-20px 0 60px #2f201a2e;transition:transform .28s ease}.hjh-drawer.is-open{transform:translate(0)}.hjh-drawer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--hjh-line)}.hjh-drawer__nav{display:grid;gap:0;margin-top:14px}.hjh-drawer__nav a{padding:17px 2px;border-bottom:1px solid var(--hjh-line);font-family:var(--hjh-serif);font-size:17px;text-decoration:none}.hjh-drawer__meta{display:grid;gap:12px;margin-top:28px}.hjh-drawer__meta a{font-size:13px;text-decoration:none}.hjh-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;visibility:hidden;opacity:0;background:#2016126b;transition:opacity .25s ease,visibility .25s ease}.hjh-drawer-scrim.is-open{visibility:visible;opacity:1}.hjh-hero-grid{position:relative;z-index:2;min-height:var(--hjh-hero-height, 630px);display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.hjh-hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:78px 60px 92px 0}.hjh-hero-brand{white-space:nowrap;font-family:var(--hjh-serif);font-size:clamp(42px,3.7vw,60px);font-weight:400;letter-spacing:.01em;line-height:1}.hjh-hero-copy .hjh-ornament{justify-content:flex-start;margin:24px 0}.hjh-hero-copy .hjh-ornament:before{display:none}.hjh-hero-copy .hjh-ornament:after{width:145px}.hjh-hero-line{margin:0;font-family:var(--hjh-serif);font-size:clamp(27px,2.75vw,43px);line-height:1.35}.hjh-hero-line+.hjh-hero-line{margin-top:2px}.hjh-hero-line--line-1{font-size:var(--hjh-line-1-size, 36px)}.hjh-hero-line--line-2{font-size:var(--hjh-line-2-size, 36px)}.hjh-hero-line--accent{color:var(--hjh-red)}.hjh-hero-line--accent-1{font-size:var(--hjh-red-line-1-size, 44px)}.hjh-hero-line--accent-2{font-size:var(--hjh-red-line-2-size, 44px)}.hjh-hero-copy .hjh-button{margin-top:34px;min-width:250px}.hjh-hero-media{position:relative;min-height:100%;overflow:hidden}.hjh-hero-media:after{content:"";position:absolute;inset:0 auto 0 0;width:24%;background:linear-gradient(90deg,#f7ecdc,rgba(247,236,220,.68),transparent);pointer-events:none}.hjh-hero-media picture,.hjh-hero-media img{width:100%;height:100%}.hjh-hero-media img{object-fit:cover;object-position:var(--hjh-hero-focus, center)}.hjh-hero-media__demo{position:absolute;top:0;right:0;bottom:0;left:0}.hjh-hero-media__demo img{filter:saturate(.95) brightness(1.02)}.hjh-value-strip{border-top:1px solid rgba(121,75,49,.08);border-bottom:1px solid rgba(121,75,49,.08);background:#fffbf5f2}.hjh-value-strip__grid{display:grid;grid-template-columns:repeat(var(--hjh-value-count, 4),minmax(0,1fr))}.hjh-value-item{min-height:145px;display:grid;place-items:center;align-content:center;gap:13px;padding:24px 26px;text-align:center}.hjh-value-item+.hjh-value-item{border-left:1px solid var(--hjh-line)}.hjh-value-icon{width:54px;height:54px;display:grid;place-items:center;color:var(--hjh-red)}.hjh-value-icon img{max-width:54px;max-height:54px;object-fit:contain}.hjh-value-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.hjh-value-title{margin:0;font-family:var(--hjh-serif);font-size:15px;line-height:1.22;text-transform:uppercase}.hjh-journey{padding:66px 0 48px;background:#fffaf4}.hjh-journey__grid{display:grid;grid-template-columns:repeat(var(--hjh-step-count, 4),minmax(0,1fr));margin-top:42px}.hjh-step{position:relative;min-height:310px;padding:0 32px;text-align:center}.hjh-step+.hjh-step{border-left:1px solid var(--hjh-line)}.hjh-step:not(:last-child):after{content:"\203a";position:absolute;top:142px;right:-8px;z-index:2;width:16px;background:#fffaf4;color:var(--hjh-ink);font-family:var(--hjh-serif);font-size:34px;line-height:1}.hjh-step__number{width:36px;height:36px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--hjh-red);color:#fff;font-family:var(--hjh-serif);font-size:19px}.hjh-step__title{min-height:48px;margin:0;font-family:var(--hjh-serif);font-size:17px;line-height:1.28;text-transform:uppercase}.hjh-step__icon{width:112px;height:112px;display:grid;place-items:center;margin:18px auto;color:#b36e4b}.hjh-step__icon img{max-width:112px;max-height:112px;object-fit:contain}.hjh-step__icon svg{width:106px;height:106px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}.hjh-step__copy{max-width:220px;margin:0 auto;color:var(--hjh-ink);font-family:var(--hjh-serif);font-size:14px;line-height:1.45}.hjh-record{padding:8px 0 24px;background:#fffaf4}.hjh-record__panel{position:relative;display:grid;grid-template-columns:.85fr 1.25fr .9fr;align-items:center;min-height:350px;padding:34px 42px;overflow:hidden;border:1px solid rgba(103,67,47,.08);border-radius:18px;background:radial-gradient(circle at 85% 18%,rgba(255,255,255,.82),transparent 38%),linear-gradient(110deg,#f7ead7,#f4e7d4 52%,#fbf3e7)}.hjh-record__panel:before{content:"";position:absolute;left:0;bottom:-2px;width:34%;height:48%;opacity:.14;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 500 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 166 78 96l45 32 87-95 58 68 64-40 98 105Z' fill='%238f6048' opacity='.65'/%3E%3Cpath d='M0 172 92 124l45 25 91-63 81 55 54-25 137 56Z' fill='%238f6048' opacity='.4'/%3E%3C/svg%3E") bottom left / contain no-repeat}.hjh-record__intro{position:relative;z-index:1;padding-right:30px}.hjh-record__intro .hjh-heading{font-size:clamp(27px,2.4vw,38px)}.hjh-record__intro .hjh-copy{max-width:245px;margin-top:26px;color:var(--hjh-ink);font-family:var(--hjh-serif);font-size:15px;line-height:1.55}.hjh-record__certificate-wrap{position:relative;z-index:2;padding:0 28px;border-inline:1px solid var(--hjh-line)}.hjh-certificate{position:relative;max-width:440px;margin:0 auto;padding:27px 30px 24px;border:1px solid #9d7650;background:linear-gradient(145deg,#fffdf8,#efe2ce);box-shadow:0 16px 30px #4a2b1b30;font-family:var(--hjh-serif)}.hjh-certificate:before,.hjh-certificate:after{content:"";position:absolute;width:38px;height:38px;border-color:#9d7650}.hjh-certificate:before{left:7px;top:7px;border-left:2px double #9d7650;border-top:2px double #9d7650}.hjh-certificate:after{right:7px;bottom:7px;border-right:2px double #9d7650;border-bottom:2px double #9d7650}.hjh-certificate__title{margin:0 0 18px;text-align:center;font-size:23px;letter-spacing:.02em}.hjh-certificate__row{display:grid;grid-template-columns:105px 1fr;gap:10px;padding:6px 0;border-bottom:1px solid rgba(79,52,40,.13);font-size:13px;line-height:1.35}.hjh-certificate__row strong{font-weight:400}.hjh-certificate__seal-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:20px}.hjh-certificate__brand{font-size:12px;letter-spacing:.08em}.hjh-seal{width:52px;height:52px;display:grid;place-items:center;border:2px solid var(--hjh-red);color:var(--hjh-red);font-family:"Songti SC","STSong",var(--hjh-serif);font-size:17px;line-height:1;text-align:center;transform:rotate(-3deg)}.hjh-record__action{position:relative;z-index:1;padding-left:34px}.hjh-record__label{margin:0 0 8px;font-family:var(--hjh-serif);font-size:14px;text-transform:uppercase}.hjh-record__number{margin:0 0 22px;color:var(--hjh-red);font-family:var(--hjh-serif);font-size:clamp(25px,2.3vw,37px);line-height:1.1;overflow-wrap:anywhere}.hjh-record__action .hjh-button{margin-bottom:20px}.hjh-record__checks{display:grid;gap:10px;margin:0;padding:0;list-style:none}.hjh-record__checks li{display:flex;gap:10px;align-items:flex-start;font-family:var(--hjh-serif);font-size:14px}.hjh-record__checks svg{flex:0 0 15px;width:15px;height:15px;margin-top:2px;color:var(--hjh-red)}.hjh-story{padding:0 0 28px;background:#fffaf4}.hjh-story__card{display:grid;grid-template-columns:1fr 1.06fr;min-height:320px;overflow:hidden;border:1px solid rgba(104,68,46,.08);border-radius:17px 17px 0 0;background:#f8ecdb}.hjh-story__media{position:relative;min-height:320px;overflow:hidden}.hjh-story__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 70%,rgba(248,236,219,.72))}.hjh-story__content{display:flex;flex-direction:column;justify-content:center;padding:48px 70px}.hjh-story__content .hjh-heading{font-size:clamp(29px,3vw,43px)}.hjh-story__content .hjh-copy{margin-top:22px;color:var(--hjh-ink);font-family:var(--hjh-serif);font-size:clamp(17px,1.6vw,23px);line-height:1.52}.hjh-story__content .hjh-ornament{justify-content:flex-start;margin:22px 0 0}.hjh-story__content .hjh-ornament:before{display:none}.hjh-story__values{display:grid;grid-template-columns:repeat(var(--hjh-story-value-count, 4),minmax(0,1fr));overflow:hidden;border-radius:0 0 17px 17px;background:linear-gradient(105deg,#7b0d0c,#a91718 52%,#730b0b);color:#f4d59d}.hjh-story-value{min-height:176px;display:grid;align-content:center;place-items:center;gap:10px;padding:24px 28px;text-align:center}.hjh-story-value+.hjh-story-value{border-left:1px solid var(--hjh-line-light)}.hjh-story-value__icon{width:45px;height:45px;display:grid;place-items:center}.hjh-story-value__icon img{max-width:44px;max-height:44px;object-fit:contain}.hjh-story-value__icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.5}.hjh-story-value__title{margin:0;font-family:var(--hjh-serif);font-size:15px;text-transform:uppercase}.hjh-story-value__copy{margin:0;color:#fff4e3;font-family:var(--hjh-serif);font-size:13px;line-height:1.45}.hjh-unboxing{padding:24px 0 44px;background:#fffaf4}.hjh-unboxing__heading-wrap{display:flex;align-items:center;justify-content:center;gap:22px;margin-bottom:22px}.hjh-unboxing__heading-wrap:before,.hjh-unboxing__heading-wrap:after{content:"";width:min(160px,15vw);height:1px;background:linear-gradient(90deg,transparent,var(--hjh-line))}.hjh-unboxing__heading-wrap:after{background:linear-gradient(90deg,var(--hjh-line),transparent)}.hjh-unboxing__heading{margin:0;font-family:var(--hjh-serif);font-size:clamp(28px,2.8vw,40px);font-weight:400;text-align:center}.hjh-unboxing__track{display:grid;grid-template-columns:repeat(var(--hjh-unbox-count, 6),minmax(0,1fr));gap:20px}.hjh-unbox-item{position:relative;min-width:0;text-align:center}.hjh-unbox-item:not(:last-child):after{content:"\279c";position:absolute;top:76px;right:-17px;z-index:3;color:var(--hjh-red);font-size:19px}.hjh-unbox-item__media{position:relative;aspect-ratio:1 / 1.08;overflow:hidden;border-radius:9px;background:#ead7be;box-shadow:0 6px 18px #492b1b12}.hjh-unbox-item__media img{transition:transform .45s ease}.hjh-unbox-item:hover .hjh-unbox-item__media img{transform:scale(1.035)}.hjh-unbox-item__title{margin:13px 0 0;font-family:var(--hjh-serif);font-size:12px;line-height:1.3;text-transform:uppercase}.hjh-testimonials{padding:0 0 48px;background:#fffaf4}.hjh-testimonials__title{margin-bottom:22px;text-align:center}.hjh-testimonials__title .hjh-heading{font-size:clamp(30px,3vw,43px)}.hjh-testimonials__viewport{overflow:hidden}.hjh-testimonials__track{display:grid;grid-template-columns:repeat(var(--hjh-testimonial-count, 3),minmax(0,1fr));gap:26px}.hjh-testimonial{position:relative;min-height:150px;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border:1px solid rgba(111,72,48,.08);border-radius:12px;background:linear-gradient(120deg,#f6ead7,#fffaf2)}.hjh-testimonial__text{position:relative;z-index:2;padding:25px 12px 23px 28px}.hjh-testimonial__quote-mark{position:absolute;left:17px;top:7px;color:#bd8650;font-family:var(--hjh-serif);font-size:52px;line-height:1;opacity:.88}.hjh-testimonial__quote{position:relative;margin:13px 0 16px;font-family:var(--hjh-serif);font-size:15px;line-height:1.45}.hjh-testimonial__name{margin:0;font-family:var(--hjh-serif);font-size:12px}.hjh-testimonial__media{position:relative;min-height:150px}.hjh-testimonial__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f6ead7,transparent 48%)}.hjh-testimonials__dots{display:flex;justify-content:center;gap:11px;margin-top:17px}.hjh-testimonials__dot{width:18px;height:7px;padding:0;border:1px solid rgba(84,51,36,.26);border-radius:99px;background:transparent;cursor:pointer}.hjh-testimonials__dot.is-active{border-color:var(--hjh-red);background:var(--hjh-red)}.hjh-collection{background:linear-gradient(110deg,#ead7bd,#f7ecdc 48%,#fff9ef)}.hjh-collection__grid{display:grid;grid-template-columns:1.18fr .82fr;min-height:300px}.hjh-collection__media{position:relative;min-height:300px;overflow:hidden}.hjh-collection__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 65%,#f7ecdc)}.hjh-collection__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:55px 52px}.hjh-collection__content .hjh-heading{font-size:clamp(32px,3.3vw,48px)}.hjh-collection__content .hjh-copy{margin-top:14px;color:var(--hjh-ink);font-family:var(--hjh-serif);font-size:17px}.hjh-collection__content .hjh-button{margin-top:25px;min-width:210px}@media(max-width:1040px){.hjh-header{grid-template-columns:180px 1fr 100px}.hjh-nav{gap:20px}.hjh-nav a{font-size:10px}.hjh-hero-grid{grid-template-columns:.92fr 1.08fr}.hjh-hero-copy{padding-right:30px}.hjh-record__panel{grid-template-columns:.8fr 1.22fr .98fr;padding-inline:26px}.hjh-record__certificate-wrap{padding-inline:20px}.hjh-record__action{padding-left:24px}.hjh-story__content{padding-inline:44px}.hjh-unboxing__track{gap:14px}.hjh-unbox-item:not(:last-child):after{right:-13px}}@media(max-width:749px){.hjh-shell{width:min(100% - 28px,var(--hjh-width))}.hjh-button{width:100%;min-height:52px}.hjh-header{height:72px;grid-template-columns:1fr auto}.hjh-logo__image{width:var(--hjh-logo-image-width-mobile, 150px)}.hjh-logo__cn{font-size:25px}.hjh-logo__en{font-size:8px}.hjh-nav,.hjh-header__actions .hjh-icon-link:first-child{display:none}.hjh-menu-toggle{display:inline-grid}.hjh-hero-grid{min-height:0;grid-template-columns:1fr}.hjh-hero-copy{order:2;padding:42px 0 48px}.hjh-hero-brand{white-space:normal;font-size:clamp(38px,12vw,50px)}.hjh-hero-line--line-1{font-size:var(--hjh-line-1-size-mobile, 27px)}.hjh-hero-line--line-2{font-size:var(--hjh-line-2-size-mobile, 27px)}.hjh-hero-line--accent-1{font-size:var(--hjh-red-line-1-size-mobile, 32px)}.hjh-hero-line--accent-2{font-size:var(--hjh-red-line-2-size-mobile, 32px)}.hjh-hero-copy .hjh-button{min-width:0}.hjh-hero-media{order:1;min-height:var(--hjh-hero-mobile-media-height, 390px);margin-inline:-14px}.hjh-hero-media:after{inset:auto 0 0;width:auto;height:28%;background:linear-gradient(0deg,#f7ecdc,transparent)}.hjh-value-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hjh-value-item{min-height:128px;padding:20px 10px}.hjh-value-item+.hjh-value-item{border-left:0}.hjh-value-item:nth-child(2n){border-left:1px solid var(--hjh-line)}.hjh-value-item:nth-child(n+3){border-top:1px solid var(--hjh-line)}.hjh-value-title{font-size:12px}.hjh-journey{padding-top:50px}.hjh-journey__grid{grid-template-columns:1fr;gap:0;margin-top:32px}.hjh-step{min-height:0;display:grid;grid-template-columns:46px 92px 1fr;grid-template-areas:"number icon title" "number icon copy";align-items:center;gap:0 14px;padding:22px 0;text-align:left}.hjh-step+.hjh-step{border-left:0;border-top:1px solid var(--hjh-line)}.hjh-step:not(:last-child):after{content:"\2193";left:17px;right:auto;top:auto;bottom:-13px;width:22px;text-align:center;font-size:20px}.hjh-step__number{grid-area:number;margin:0}.hjh-step__title{grid-area:title;min-height:0;font-size:15px}.hjh-step__icon{grid-area:icon;width:86px;height:86px;margin:0}.hjh-step__icon svg{width:82px;height:82px}.hjh-step__copy{grid-area:copy;max-width:none;margin:7px 0 0;font-size:13px}.hjh-record__panel{grid-template-columns:1fr;gap:28px;padding:30px 20px}.hjh-record__intro{padding-right:0;text-align:center}.hjh-record__intro .hjh-copy{margin-inline:auto}.hjh-record__certificate-wrap{padding:0;border:0}.hjh-certificate{padding-inline:22px}.hjh-certificate__row{grid-template-columns:88px 1fr}.hjh-record__action{padding-left:0;text-align:center}.hjh-record__checks{width:fit-content;margin-inline:auto;text-align:left}.hjh-story__card{grid-template-columns:1fr}.hjh-story__media{min-height:260px}.hjh-story__media:after{background:linear-gradient(0deg,#f8ecdb,transparent 40%)}.hjh-story__content{padding:34px 24px 40px;text-align:center}.hjh-story__content .hjh-ornament{justify-content:center}.hjh-story__values{grid-template-columns:repeat(2,minmax(0,1fr))}.hjh-story-value{min-height:155px;padding:20px 13px}.hjh-story-value+.hjh-story-value{border-left:0}.hjh-story-value:nth-child(2n){border-left:1px solid var(--hjh-line-light)}.hjh-story-value:nth-child(n+3){border-top:1px solid var(--hjh-line-light)}.hjh-unboxing{padding-top:34px}.hjh-unboxing__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 8px 12px;margin-inline:-8px;scrollbar-width:none}.hjh-unboxing__track::-webkit-scrollbar{display:none}.hjh-unbox-item{flex:0 0 43%;scroll-snap-align:start}.hjh-unbox-item:not(:last-child):after{top:64px;right:-13px}.hjh-testimonials__viewport{overflow:visible}.hjh-testimonials__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.hjh-testimonials__track::-webkit-scrollbar{display:none}.hjh-testimonial{flex:0 0 88%;scroll-snap-align:center;min-height:170px}.hjh-collection__grid{grid-template-columns:1fr}.hjh-collection__media{min-height:280px}.hjh-collection__media:after{inset:auto 0 0;height:30%;background:linear-gradient(0deg,#f7ecdc,transparent)}.hjh-collection__content{padding:40px 16px 48px;align-items:center;text-align:center}}@media(prefers-reduced-motion:reduce){.hjh-section *,.hjh-section *:before,.hjh-section *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hjh-home.css.map */
