.how{overflow-x:hidden;background:radial-gradient(120% 80% at 20% 0%,#f2f1ec,#f2f1ec00 55%),radial-gradient(120% 90% at 100% 20%,#f0efe9,#f0efe900 55%),linear-gradient(180deg,#f4f2ee,#f7f4f0)}.how__inner{display:flex;flex-direction:column;align-items:center;gap:clamp(32px,4vw,52px)}.how__header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.how__title{font-size:clamp(34px,5vw,60px);line-height:1.05;letter-spacing:-.02em;color:var(--ink)}.how__sub{max-width:520px;font-size:clamp(15px,1.4vw,18px);line-height:1.45;color:var(--ink-2)}.how__tabs-wrap{width:100%;display:flex;flex-direction:column;align-items:center}.how__tabs{width:100%;min-width:0;max-width:1240px;display:flex;flex-direction:column;align-items:center;gap:clamp(32px,4vw,56px)}.how__tabbar{width:100%;min-width:0;display:flex;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.how__tabbar::-webkit-scrollbar{display:none}@media(max-width:640px){.how__tabbar{-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 36px),transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 36px),transparent 100%)}}.how__tablist{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;padding:6px;margin-inline:auto;background:#fff9;border:1px solid rgba(255,255,255,.8);border-radius:var(--r-pill);box-shadow:var(--shadow-soft)}.how__tab{flex:0 0 auto;padding:12px 24px;border-radius:var(--r-pill);font-family:var(--font-display);font-weight:500;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);white-space:nowrap;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.how__tab:hover{color:var(--ink)}.how__tab.is-active{background:var(--black);color:var(--white);box-shadow:0 6px 16px #0000002e}.how__pillars{margin-top:calc(12px - clamp(32px,4vw,56px));text-align:center;font-family:var(--font-display);font-weight:500;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}.how__panel{display:none;width:100%}.how__panel.is-active{display:block}.how__grid{display:grid;grid-template-columns:1fr minmax(0,320px) 1fr;gap:clamp(20px,3vw,40px);align-items:center;justify-content:center;width:100%;min-width:0}.how__card{display:flex;flex-direction:column;gap:18px;min-height:380px;padding:clamp(24px,2.4vw,32px);background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-card)}.how__card--type{justify-content:flex-start}.how__num{font-family:var(--font-display);font-weight:200;font-size:clamp(56px,5vw,76px);line-height:1;color:#c9a36a}.how__card-main{display:flex;flex-direction:column;gap:12px;margin-top:auto}.how__card-title{font-weight:500;font-size:clamp(20px,1.8vw,24px);line-height:1.2;letter-spacing:-.01em;color:var(--ink)}.how__card-desc{font-size:15px;line-height:1.5;color:var(--ink-2)}.how__dots{display:flex;gap:8px;margin-top:4px}.how__dot{width:8px;height:8px;border-radius:50%;background:var(--line)}.how__dot.is-active{width:22px;border-radius:var(--r-pill);background:var(--ink)}.how__overline{color:var(--ink-3)}.how__type-title{display:flex;align-items:center;gap:10px;font-weight:500;font-size:clamp(22px,2vw,28px);line-height:1.15;letter-spacing:-.01em;color:var(--ink)}.how__slider{margin-top:auto;display:flex;flex-direction:column;gap:14px}.how__slider-track{position:relative;height:8px;border-radius:var(--r-pill);background:linear-gradient(90deg,#eef2f4,#f2d9b8,#e8b06a)}.how__slider-track--night{background:linear-gradient(90deg,#e8b06a,#b9b3c9 45%,#3d3a52)}.how__slider-track--recovery{background:linear-gradient(90deg,#e8b06a,#d98a6e,#b85a4a)}.how__slider-thumb{position:absolute;top:50%;left:86%;width:22px;height:22px;transform:translate(-50%,-50%);border-radius:50%;background:var(--white);box-shadow:0 2px 8px #0000002e;border:1px solid var(--line)}.how__slider-icons{display:flex;align-items:center;justify-content:space-between;line-height:1;color:var(--ink-3)}.how__slider-icon svg{width:17px;height:17px;display:block}.how__visual{display:flex;align-items:center;justify-content:center}.how__visual-img{width:100%;max-width:340px;aspect-ratio:3 / 4;object-fit:cover;border-radius:var(--r-lg);box-shadow:var(--shadow-card)}.how__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.how__chip{display:inline-flex;align-items:center;gap:8px;padding:5px 14px 5px 6px;border-radius:var(--r-pill);background:var(--bg-soft);border:1px solid var(--line);font-family:var(--font-display);font-weight:500;font-size:13px;letter-spacing:.02em;color:var(--ink);white-space:nowrap;text-decoration:none;transition:background .2s ease,border-color .2s ease}.how__chip:hover{background:var(--white);border-color:#0000002e}.how__chip-img{width:30px;height:30px;object-fit:contain;border-radius:50%;background:var(--white);border:1px solid var(--line);padding:2px}@media(max-width:980px){.how__grid{grid-template-columns:1fr 1fr;max-width:720px;margin-inline:auto;gap:20px}.how__visual{grid-column:1 / -1;order:-1}.how__visual-img{max-width:none;width:100%;aspect-ratio:16 / 9}.how__card{min-height:0}.how__card-main{margin-top:16px}}@media(max-width:640px){.how__tab{padding:10px 14px;font-size:11.5px;letter-spacing:.08em}.how__grid{grid-template-columns:1fr;max-width:440px;gap:16px}.how__visual-img{aspect-ratio:4 / 3}.how__num{font-size:44px}}.how__moment{position:relative;display:block;max-width:880px;margin-inline:auto;aspect-ratio:16 / 10;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-card);text-decoration:none;color:var(--white)}.how__moment-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.6,.2,1)}.how__moment:hover .how__moment-img{transform:scale(1.03)}.how__moment-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0c1a,#0a0a0c00 35%,#0a0a0cb8 80%,#0a0a0cd9)}.how__moment-content{position:absolute;inset:auto 0 0 0;display:flex;flex-direction:column;gap:8px;padding:clamp(22px,3vw,34px)}.how__moment-overline{font-family:var(--font-display);font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffffa6}.how__moment-title{font-family:var(--font-display);font-weight:500;font-size:clamp(26px,3.4vw,38px);line-height:1.08;letter-spacing:-.01em;color:var(--white)}.how__moment-desc{font-size:15px;line-height:1.45;color:#fffc;max-width:46ch}.how__moment-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.how__moment-chip{display:inline-flex;align-items:center;gap:8px;padding:4px 13px 4px 5px;border-radius:var(--r-pill);background:#ffffff1f;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--font-display);font-weight:500;font-size:12.5px;color:var(--white);white-space:nowrap}.how__moment-chip img{width:28px;height:28px;object-fit:contain;border-radius:50%;background:#ffffffeb;padding:2px}@media(max-width:640px){.how__moment{aspect-ratio:4 / 5}.how__moment-desc{font-size:14px}}.how.section{padding-block:clamp(48px,7vh,76px)}.how__split{display:grid;grid-template-columns:.9fr 1.3fr;gap:clamp(28px,4vw,60px);align-items:center;width:100%;max-width:1240px;margin-inline:auto}.how__left{display:flex;flex-direction:column;gap:16px;text-align:left}.how__split .how__title{font-size:clamp(30px,3.4vw,46px);line-height:1.05}.how__split .how__sub{max-width:38ch;margin:0}.how__menu{display:flex;flex-direction:column;gap:6px;margin-top:12px}.how__mtab{display:flex;align-items:center;gap:14px;padding:13px 18px;border-radius:var(--r-md);font-family:var(--font-display);font-weight:500;font-size:15.5px;color:var(--ink-2);text-align:left;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.how__mtab:hover{color:var(--ink)}.how__mtab.is-active{background:var(--white);box-shadow:var(--shadow-soft);color:var(--ink)}.how__mtab-time{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);font-variant-numeric:tabular-nums;min-width:46px}.how__mtab.is-active .how__mtab-time{color:#c9a36a}.how__right .how__moment{max-width:none;aspect-ratio:4 / 3}@media(max-width:900px){.how__split{grid-template-columns:1fr;gap:22px;align-items:start}.how__split>*{min-width:0;max-width:100%}.how__left{text-align:center;align-items:center}.how__split .how__sub{max-width:46ch}.how__menu{flex-direction:row;overflow-x:auto;gap:8px;width:100%;justify-content:flex-start;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 32px),transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 32px),transparent 100%)}.how__menu::-webkit-scrollbar{display:none}.how__mtab{flex:0 0 auto;padding:10px 14px;font-size:14px}.how__mtab-time{min-width:0}.how__right .how__moment{aspect-ratio:4 / 4.4}}.how__mtab{position:relative;overflow:hidden}.how__mtab-progress{position:absolute;left:0;bottom:0;height:2px;width:0%;background:#c9a36a;border-radius:var(--r-pill);pointer-events:none}.how__mtab:not(.is-active) .how__mtab-progress{width:0!important}
/*# sourceMappingURL=/cdn/shop/t/13/assets/how.css.map */
