.hx-box{--hx-bg: #000000;--hx-fg: #f5f5f7;--hx-fg-2: #a1a1a6;--hx-fg-3: #6e6e73;--hx-line: #1d1d1f;background:var(--hx-bg);color:var(--hx-fg);padding:140px 40px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;letter-spacing:-.01em}.hx-box *{box-sizing:border-box}.hx-box__inner{max-width:1200px;margin:0 auto}.hx-box__serif{font-family:"Instrument Serif",New York,Georgia,serif;font-style:italic;font-weight:400}.hx-box__head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:80px}.hx-box__title{font-size:clamp(48px,6.4vw,96px);font-weight:500;letter-spacing:-.04em;line-height:1;margin:0}.hx-box__lede{font-size:17px;line-height:1.55;color:var(--hx-fg-2);margin:0;max-width:460px}.hx-box__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hx-line);border-top:1px solid var(--hx-line);border-bottom:1px solid var(--hx-line)}.hx-box__cell{background:var(--hx-bg);padding:44px 32px 36px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;gap:32px}.hx-box__meta{display:flex;align-items:baseline;gap:14px}.hx-box__qty{font-size:14px;color:var(--hx-fg-2);letter-spacing:.01em}.hx-box__note{font-size:13px;color:var(--hx-fg-3)}.hx-box__name{font-size:26px;font-weight:500;letter-spacing:-.025em;line-height:1.15;margin:0}@media(max-width:1000px){.hx-box__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.hx-box{padding:80px 22px}.hx-box__head{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.hx-box__grid{grid-template-columns:1fr}.hx-box__cell{min-height:0;padding:32px 0;gap:20px}.hx-box__name{font-size:22px}}.hx-steps{--hx-bg: #ffffff;--hx-ink: #1d1d1f;--hx-ink-2: #424245;--hx-muted: #86868b;--hx-line: #e8e8ed;background:var(--hx-bg);color:var(--hx-ink);padding:120px 40px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;letter-spacing:-.01em}.hx-steps *{box-sizing:border-box}.hx-serif{font-family:"Instrument Serif",New York,Georgia,serif;font-style:italic;font-weight:400}.hx-steps__head{max-width:1200px;margin:0 auto 64px}.hx-h2{font-size:clamp(40px,5.4vw,80px);font-weight:500;letter-spacing:-.035em;margin:0;line-height:1.05}.hx-steps__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:start}.hx-list{display:flex;flex-direction:column}.hx-step{all:unset;cursor:pointer;padding:26px 0;border-top:1px solid var(--hx-line);display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start;transition:opacity .25s ease}.hx-list .hx-step:last-child{border-bottom:1px solid var(--hx-line)}.hx-step:not(.is-active){opacity:.45}.hx-step:hover{opacity:1}.hx-step__title{font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:1.2;transition:font-size .3s ease;display:block}.hx-step.is-active .hx-step__title{font-size:30px}.hx-step__detail{display:none;margin-top:14px;font-size:16px;color:var(--hx-ink-2);line-height:1.55;max-width:460px}.hx-step.is-active .hx-step__detail{display:block;animation:hxRise .6s cubic-bezier(.2,.7,.2,1) both}.hx-step__notes{display:flex;flex-direction:column;gap:6px;margin-top:14px}.hx-step__note{font-size:13px;color:var(--hx-muted)}.hx-step__hex{display:inline-block;width:18px;height:16px;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);border:1px solid var(--hx-muted);margin-top:8px;transition:all .3s ease}.hx-step.is-active .hx-step__hex{background:var(--hx-ink);border-color:var(--hx-ink)}.hx-fig{position:sticky;top:100px}.hx-fig__stage{position:relative;aspect-ratio:4 / 3;background:#f5f5f7;border-radius:18px;overflow:hidden}.hx-fig__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease}.hx-fig__slide.is-active{opacity:1}.hx-fig__slide img{display:block;width:100%;height:100%;object-fit:cover}.hx-fig__placeholder{display:grid;place-items:center;height:100%;color:var(--hx-muted);font-size:13px}.hx-fig__nav{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.hx-arrow{width:44px;height:44px;border-radius:999px;background:#f5f5f7;border:0;cursor:pointer;color:var(--hx-ink);display:grid;place-items:center;transition:background .2s ease}.hx-arrow:hover{background:#ebebef}.hx-arrow[disabled]{opacity:.3;cursor:not-allowed}.hx-mobile{display:none}@keyframes hxRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hx-steps{padding:72px 22px}.hx-steps__head{margin-bottom:40px}.hx-steps__grid{display:none}.hx-mobile{display:flex;flex-direction:column;gap:56px;max-width:720px;margin:0 auto}.hx-m-step{display:flex;flex-direction:column;gap:18px}.hx-m-step__head{display:flex;align-items:center;gap:12px}.hx-m-step__hex{width:16px;height:14px;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);background:var(--hx-ink);display:inline-block}.hx-m-step__title{font-size:26px;font-weight:500;letter-spacing:-.02em;margin:0;line-height:1.15}.hx-m-step__fig{background:#f5f5f7;border-radius:16px;overflow:hidden;aspect-ratio:4/3}.hx-m-step__fig img{display:block;width:100%;height:100%;object-fit:cover}.hx-m-step__copy{font-size:16px;line-height:1.55;color:var(--hx-ink-2);margin:0}.hx-m-step__notes{display:flex;flex-direction:column;gap:4px}.hx-m-step__notes span{font-size:13px;color:var(--hx-muted)}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
