.hero-section{display:block;margin-top:calc(-1 * var(--header-height));position:relative;overflow:hidden;background:var(--hero-bg);color:#1a1a1a;isolation:isolate}.hero-section[data-hero-tone=light]{color:#fff}.hero-section__viewport{position:relative;min-height:clamp(720px,92vh,980px);touch-action:pan-y}.hero-section[data-idle] .hero-section__arrows{opacity:0;pointer-events:none}.hero-section__arrows{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;transition:opacity .4s ease}.hero-section__arrow{position:absolute;top:0;bottom:0;display:inline-flex;align-items:center;justify-content:center;width:clamp(84px,10vw,152px);padding:0;border:0;background:transparent;color:inherit;cursor:pointer;pointer-events:auto;transition:opacity .18s ease,background-color .22s ease}.hero-section__arrow-glyph{display:block;width:clamp(2.3rem,2.8vw,2.9rem);height:clamp(2.3rem,2.8vw,2.9rem);opacity:.88;transition:transform .18s ease,opacity .18s ease}.hero-section__arrow--prev{left:0;justify-content:flex-start;padding-left:clamp(28px,3vw,44px)}.hero-section__arrow--next{right:0;justify-content:flex-end;padding-right:clamp(28px,3vw,44px)}.hero-section__arrow:hover .hero-section__arrow-glyph,.hero-section__arrow:focus-visible .hero-section__arrow-glyph{opacity:1;transform:translateY(-2px) scale(1.08)}@media(max-width:800px){.hero-section__viewport{min-height:648px}.hero-section__arrow{width:clamp(48px,12vw,72px)}.hero-section__arrow--prev{padding-left:12px}.hero-section__arrow--next{padding-right:12px}.hero-section__arrow-glyph{width:2rem;height:2rem}}.qlk{box-sizing:border-box;width:100%}.qlk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.qlk-card.card--text{background:#f8f9fc;border:none}.qlk-card.card--text .card-cta{margin-top:auto;padding-top:.5rem;font-family:var(--font-heading--family);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}@media(max-width:50rem){.qlk-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:50rem){.qlk-grid{grid-template-columns:1fr;gap:.875rem}.qlk-card.card--text{padding-block:1.25rem;padding-inline:1.25rem}}.hero-section__rail{position:absolute;left:50%;bottom:18px;z-index:4;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:16px;width:min(760px,calc(100% - 260px));padding:16px 0 12px;transform:translate(-50%)}.hero-section__rail-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 0 14px;border:0;background:transparent;color:#1a1a1a;cursor:pointer;opacity:.58;transition:opacity .18s ease}.hero-section[data-hero-tone=light] .hero-section__rail-item{color:#fff}.hero-section__rail-item.is-active,.hero-section__rail-item:hover,.hero-section__rail-item:focus-visible{opacity:1}.hero-section__rail-label{display:block;overflow:hidden;font-family:var(--font-subheading--family);font-size:var(--type-paragraph-sm--font-size);font-weight:600;line-height:1.3;max-height:2.8em;transition:max-height .32s ease,opacity .24s ease,transform .42s cubic-bezier(.2,.92,.24,1)}.hero-section__rail[data-rail-condensed=true]:not(:hover):not(:focus-within) .hero-section__rail-label{max-height:0;opacity:0;transform:translate3d(0,10px,0)}.hero-section__rail:before{content:"";position:absolute;top:-96px;right:-72px;bottom:-28px;left:-72px;pointer-events:none}.hero-section__rail-track{position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:var(--radius-round);background:#0000001f}.hero-section[data-hero-tone=light] .hero-section__rail-track{background:#ffffff3d}.hero-section__rail-fill{display:block;height:100%;border-radius:var(--radius-round);background:#1a1a1a;transform-origin:left;transform:scaleX(var(--rail-progress, 0))}.hero-section[data-hero-tone=light] .hero-section__rail-fill{background:#fff}@media(max-width:800px){.hero-section__rail{gap:12px;width:min(620px,calc(100% - 140px))}}@media(max-width:800px){.hero-section__rail{display:grid;grid-auto-flow:column;grid-auto-columns:auto;gap:4px;width:auto;left:50%;bottom:20px;padding:8px 0;transform:translate(-50%)}.hero-section__rail-label{display:none}.hero-section__rail-item{padding:10px 2px;opacity:1}.hero-section__rail-track{position:static;width:24px;height:3px;border-radius:10px;background:#0000002e;transition:width .2s ease,background-color .2s ease}.hero-section__rail-item.is-active .hero-section__rail-track{width:48px;background:#1a1a1a}.hero-section[data-hero-tone=light] .hero-section__rail-track{background:#ffffff4d}.hero-section[data-hero-tone=light] .hero-section__rail-item.is-active .hero-section__rail-track{background:#fff}.hero-section__rail-fill{display:none}}.hero-section__slide{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:transform .64s cubic-bezier(.22,.61,.36,1),opacity .64s cubic-bezier(.22,.61,.36,1),visibility 0s linear .64s}.hero-section__slide.is-active{opacity:1;z-index:2;pointer-events:auto;visibility:visible;transform:translate(0);transition-delay:0s}.hero-section__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--hero-bg)}.hero-section__picture,.hero-section__poster,.hero-section__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.008)}.hero-section__picture,.hero-section__poster{z-index:0}.hero-section__video{z-index:1;opacity:1;background:var(--hero-bg);transition:opacity .22s ease}.hero-section__video.is-loading{opacity:0}.hero-section__video{transform:none}.hero-section__video--mobile{display:none}@media(max-width:800px){.hero-section__video--desktop{display:none}.hero-section__video--mobile{display:block}}.hero-section__frame{position:relative;z-index:3;display:flex;align-items:center;min-height:100%;width:min(1312px,calc(100% - 96px));margin-inline:auto;padding:clamp(112px,12vh,148px) 0 clamp(112px,13vh,152px)}.hero-section__copy{max-width:24rem;margin-inline-start:clamp(34px,3.6vw,76px);transition:opacity .4s ease}.hero-section[data-hero-tone=light] .hero-section__copy{text-shadow:0 1px 2px rgba(0,0,0,.14),0 6px 22px rgba(0,0,0,.2)}.hero-section[data-idle] .hero-section__copy{opacity:0;pointer-events:none}.hero-section__eyebrow{margin:0;color:#6b6b6b;font-family:var(--font-heading--family);font-size:var(--type-paragraph-sm--font-size);font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero-section[data-hero-tone=light] .hero-section__eyebrow{color:#ffffffbd;text-shadow:0 1px 2px rgba(0,0,0,.14),0 6px 22px rgba(0,0,0,.2)}.hero-section__title{margin:12px 0 0;max-width:7.1ch;font-family:var(--font-heading--family);font-size:clamp(48px,5vw,74px);font-weight:800;line-height:.95;letter-spacing:-.05em;color:#1a1a1a}.hero-section[data-hero-tone=light] .hero-section__title{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.14),0 6px 22px rgba(0,0,0,.2)}.hero-section__title-line{display:block}.hero-section__description{margin:14px 0 0;max-width:22rem;color:#555;font-size:clamp(14px,.94vw,15px);line-height:1.62}.hero-section[data-hero-tone=light] .hero-section__description{color:#ffffffb3;text-shadow:0 1px 2px rgba(0,0,0,.14),0 6px 22px rgba(0,0,0,.2)}.hero-section__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px}.hero-section__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:1px solid transparent;border-radius:var(--radius-round);background:#1a1a1a;color:#fff;font-size:var(--type-paragraph--font-size);font-weight:700;text-decoration:none;transition:opacity .18s ease}.hero-section__button:hover{opacity:.88}.hero-section__button--secondary{background:transparent;border-color:#1a1a1a;color:#1a1a1a}.hero-section[data-hero-tone=light] .hero-section__button{background:#fff;color:#1a1a1a}.hero-section[data-hero-tone=light] .hero-section__button--secondary{background:transparent;border-color:#fff;color:#fff}@media(max-width:800px){.hero-section__frame{align-items:flex-end;justify-content:center;padding:102px 0 68px;width:min(1312px,calc(100% - 32px))}.hero-section__copy{display:flex;flex-direction:column;align-items:center;max-width:min(17rem,100%);margin-inline:0;text-align:center}.hero-section__eyebrow{font-size:var(--type-tiny--font-size);letter-spacing:.14em}.hero-section__title{margin:12px auto 0;font-size:clamp(36px,11vw,50px);line-height:.98;max-width:none}.hero-section__description{max-width:16rem;margin:12px auto 0;font-size:var(--type-paragraph--font-size);line-height:1.54}.hero-section__actions{justify-content:center;gap:10px;margin-top:18px}.hero-section__button{min-height:34px;padding:0 14px;font-size:var(--type-paragraph-sm--font-size)}}@media(prefers-reduced-motion:reduce){.hero-section__slide{transition:none}}.brs-shell{content-visibility:auto;contain-intrinsic-size:auto 300px;position:relative;overflow:hidden;box-sizing:border-box;width:100%;aspect-ratio:1440 / 803;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:var(--radius-card-large);background-color:var(--color-fill-dark);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 2px 16px #00000014}.brs-copy{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;background:#fff;padding:clamp(.75rem,2vw,1.25rem) clamp(1.75rem,4vw,4rem)}.brs-text{flex:1;min-width:0}.brs-eyebrow{display:block;margin:0;font-family:var(--font-heading--family);font-size:var(--type-paragraph-sm--font-size);font-weight:700;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;color:var(--brs-eyebrow)}.brs-title{margin:.5rem 0 0;font-family:var(--font-heading--family);font-size:clamp(1.25rem,2.5vw,2rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--brs-heading)}.brs-desc{margin:.5rem 0 0;max-width:36rem;font-size:clamp(.8125rem,.9vw,.9375rem);line-height:1.5;color:var(--brs-desc)}.brs-cta{display:inline-flex;align-items:center;justify-content:center;min-height:36px;flex-shrink:0;padding:0 20px;border-radius:999px;background:var(--brs-cta-bg);color:var(--brs-cta-text);font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:opacity .18s ease}.brs-cta:hover,.brs-cta:focus-visible{opacity:.85}@media(max-width:50rem){.brs-shell{aspect-ratio:4 / 5}.brs-title{font-size:clamp(1.125rem,6vw,1.75rem)}}.na-shell{content-visibility:auto;contain-intrinsic-size:auto 300px;position:relative;overflow:hidden;box-sizing:border-box;width:100%;aspect-ratio:2 / 1;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,3rem);border-radius:var(--radius-card-large);background-color:#e5e5e5;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 2px 16px #00000014}.na-top{display:flex;flex-direction:column;align-items:flex-start}.na-eyebrow{display:inline-block;font-size:clamp(14px,1.2vw,16px);font-weight:700;color:var(--na-eyebrow);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.na-title{margin:0;font-size:clamp(28px,3.5vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--na-heading)}.na-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.na-desc{margin:0;max-width:360px;font-size:clamp(14px,1vw,16px);font-weight:600;line-height:1.4;color:var(--na-desc)}.na-cta{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:42px;padding:0 24px;border-radius:999px;background:var(--na-cta-bg);color:var(--na-cta-text);font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:opacity .18s ease}.na-cta:hover,.na-cta:focus-visible{opacity:.85}@media(max-width:600px){.na-shell{aspect-ratio:auto;min-height:360px;padding:1.5rem}.na-bottom{flex-direction:column;align-items:flex-start}.na-desc{max-width:100%}}.card--quick-links{padding-block:1.75rem;padding-inline:1.75rem;background:var(--surface-fill);border-radius:var(--border-radius, var(--radius-card-large))}.card--quick-links[style*=--padding-block-start]{padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end)}.card--quick-links .card-body{container-type:inline-size;display:flex;flex-direction:column;gap:.5rem}.card--quick-links .card-overline{font-family:var(--font-heading--family);font-size:var(--type-overline--font-size);font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:var(--text-muted)}.card--quick-links .card-title{margin:0;font-family:var(--font-heading--family);font-size:var(--type-h3--font-size);font-weight:700;line-height:1.2}.card--quick-links .card-description{margin:0;font-size:.9rem;line-height:1.55;opacity:var(--text-soft)}.card--quick-links .card-cta{font-size:var(--type-tiny--font-size);font-weight:500;opacity:var(--text-dim);margin-top:auto;padding-top:.5rem}.cts-header{max-width:560px;color:var(--color-foreground, #262629);font-family:var(--font-heading--family);font-size:40px;line-height:1.2;font-weight:700}.cts-header p{margin:0}.cts-sticky{width:100%;background:var(--color-background, #fff);margin:16px 0 0}.cts-tab-scroll{overflow:auto}.cts-tab-scroll::-webkit-scrollbar{display:none}.cts-tab-list{padding:16px 0;display:flex}.cts-tab{flex:none;cursor:pointer;min-width:120px;text-align:center;padding:0 24px;height:40px;line-height:40px;border-radius:50px;background:#edeff2;border:none;transition:background .3s,color .3s;color:#262629;font-size:16px;font-family:inherit}.cts-tab:not(:first-child){margin-left:16px}.cts-tab:hover{background:#e1e3e6}.cts-tab.is-active{color:#fff;background:#262629}.cts-tab.is-active:hover{background:#515157}.cts-panel{display:block}.cts-panel[hidden]{display:none}.cts-product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0}.cts-view-all-wrap{display:flex;justify-content:center}.cts-view-all{margin:24px auto 0;display:block;min-width:154px;border-radius:50px;border:1px solid #e4e4e7;height:48px;line-height:46px;font-size:16px;color:#27272a;background:transparent;transition:border-color .2s;cursor:pointer;font-family:inherit}.cts-view-all:hover{border-color:#27272a}@media(max-width:800px){.cts-sticky{margin-top:16px}.cts-tab{font-size:14px}.cts-product-list{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:600px){.cts-product-list{grid-template-columns:repeat(1,1fr);gap:16px}}.cts-card{position:relative;background:#f8f9fc;border-radius:var(--radius-card-large);display:flex;flex-direction:column;align-items:center;padding:12.5% 9.6% 10.6%;box-sizing:border-box;container-type:inline-size}.cts-card.is-hidden{display:none}.cts-card__info{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.cts-card__title{position:relative;display:flex;align-items:center;justify-content:center;max-width:max-content}.cts-card__badge{min-height:clamp(20px,7.14cqw,24px);padding:0 clamp(6px,1.92cqw,8px);color:#f75a4d;font-size:clamp(13px,4.76cqw,16px);font-weight:500;line-height:clamp(20px,7.14cqw,24px)}.cts-card__name{text-align:center;font-family:var(--font-heading--family);font-size:clamp(20px,8.03cqw,27px);font-weight:700;line-height:clamp(24px,9.52cqw,32px);color:#262629}.cts-card__slogan{margin-top:.25rem;text-align:center;color:#76767f;font-size:clamp(16px,5.95cqw,20px);font-weight:400;line-height:clamp(18px,6.55cqw,22px)}.cts-card__spring{flex:auto}.cts-card__picture{width:100%;aspect-ratio:1}.cts-card__single-img{display:block;width:100%;height:100%;object-fit:contain}.cts-card__picture--single{transition:transform .3s}.cts-card:hover .cts-card__picture--single{transform:scale(1.1)}.cts-card__placeholder{width:100%;height:100%}@media(prefers-reduced-motion:reduce){.cts-card__picture--single{transition:none}}.cts-card__actions{position:relative;margin-top:7.7%;width:100%;display:flex;justify-content:space-between;align-items:center}.cts-card__learn-link{color:#76767f;font-size:clamp(12px,4.17cqw,14px);font-weight:400;line-height:clamp(18px,5.95cqw,20px);text-decoration:none}.cts-card__learn-link:hover{color:#262629}.cts-card__buy-btn{text-align:center;line-height:2.857;padding:0 1.714em;background:#262629;transition:background .3s;border-radius:999px;color:#fff;font-size:clamp(12px,4.17cqw,14px);font-weight:500;text-decoration:none}.cts-card__buy-btn:hover{background:#515157;color:#fff}@media(max-width:800px){.cts-card__slogan{margin-top:0}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/home.css.map */
