.home-section{position:relative;color:rgb(var(--home-ink));overflow:hidden}.home-section--surface{background:rgb(var(--home-surface))}.home-section--soft{background:rgb(var(--home-surface-alt))}.home-section--dark{color:rgb(var(--home-light));background:rgb(var(--home-dark))}.home-section--accent{color:rgb(var(--home-light));background:rgb(var(--home-accent))}.home-shell{width:min(calc(100% - 3.2rem),var(--home-page-width));margin-inline:auto}.home-section__inner{padding-block:clamp(5.6rem,7vw,9.6rem)}.home-section__inner--compact{padding-block:clamp(3.2rem,5vw,6.4rem)}.home-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2.4rem;margin-bottom:clamp(2.8rem,4vw,4.8rem)}.home-section__heading-wrap{max-width:72rem}.home-eyebrow{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 1.2rem;font-size:1.2rem;font-weight:700;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}.home-eyebrow:before{width:2.8rem;height:.2rem;content:"";background:currentColor}.home-heading{margin:0;color:inherit;font-size:clamp(3.2rem,5vw,6.4rem);line-height:.98;letter-spacing:-.035em}.home-heading--section{font-size:clamp(2.8rem,4vw,4.8rem);line-height:1.05}.home-copy{margin:1.6rem 0 0;color:rgba(var(--home-ink),.72);font-size:clamp(1.6rem,1.5vw,1.9rem);line-height:1.6}.home-section--dark .home-copy,.home-section--accent .home-copy{color:rgba(var(--home-light),.78)}.home-text-link{display:inline-flex;align-items:center;gap:.8rem;flex:0 0 auto;min-height:4.4rem;color:inherit;font-size:1.5rem;font-weight:700;text-decoration:none;border-bottom:.1rem solid currentColor}.home-text-link svg{width:1.8rem;transition:transform .18s ease}.home-text-link:hover svg{transform:translate(.4rem)}.home-button-row{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.2rem}.home-button{display:inline-flex;align-items:center;justify-content:center;min-height:5.2rem;padding:1.2rem 2.4rem;color:rgb(var(--home-light));font-size:1.5rem;font-weight:700;text-align:center;text-decoration:none;background:rgb(var(--home-dark));border:.1rem solid rgb(var(--home-dark));border-radius:var(--home-button-radius);transition:transform .18s ease,box-shadow .18s ease}.home-button:hover{transform:translateY(-.2rem);box-shadow:0 1.2rem 2.8rem rgba(var(--home-dark),.18)}.home-button--accent{color:rgb(var(--home-light));background:rgb(var(--home-accent));border-color:rgb(var(--home-accent))}.home-button--light{color:rgb(var(--home-dark));background:rgb(var(--home-light));border-color:rgb(var(--home-light))}.home-button--outline{color:inherit;background:rgba(var(--home-light),.04);border-color:currentColor}.home-hero__inner{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);min-height:clamp(58rem,72vh,82rem);padding-block:clamp(2.4rem,4vw,5.6rem)}.home-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(3.2rem,5vw,7.2rem);color:rgb(var(--home-light));background:rgb(var(--home-dark));border-radius:var(--home-card-radius) 0 0 var(--home-card-radius)}.home-hero__content .home-copy{max-width:58rem}.home-hero__media{position:relative;min-height:52rem;background:rgb(var(--home-accent-secondary));border-radius:0 var(--home-card-radius) var(--home-card-radius) 0;overflow:hidden}.home-hero__media:before,.home-hero__media:after{position:absolute;z-index:0;content:"";border-radius:50%}.home-hero__media:before{top:-12%;right:-10%;width:42%;aspect-ratio:1;background:rgba(var(--home-light),.26)}.home-hero__media:after{bottom:-22%;left:-12%;width:58%;aspect-ratio:1;background:rgba(var(--home-accent),.48)}.home-hero__image{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}.home-hero__product{position:absolute;z-index:2;right:clamp(1.6rem,3vw,3.2rem);bottom:clamp(1.6rem,3vw,3.2rem);max-width:calc(100% - 3.2rem);padding:1.6rem 2rem;color:rgb(var(--home-dark));text-decoration:none;background:rgba(var(--home-light),.92);border:.1rem solid rgba(var(--home-dark),.12);border-radius:calc(var(--home-card-radius) * .65);-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}.home-hero__product-title{display:block;font-size:1.5rem;font-weight:700}.home-hero__product .price{margin-top:.4rem}.home-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.6rem}.home-category-card{display:flex;flex-direction:column;min-width:0;color:rgb(var(--home-ink));text-decoration:none}.home-category-card__media{position:relative;aspect-ratio:4 / 5;background:rgb(var(--home-surface-alt));border-radius:calc(var(--home-card-radius) * .75);overflow:hidden}.home-category-card__media:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border:.1rem solid rgba(var(--home-ink),.12);border-radius:inherit;pointer-events:none}.home-category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.home-category-card:hover .home-category-card__image{transform:scale(1.035)}.home-category-card__fallback{position:absolute;top:16%;right:16%;bottom:16%;left:16%;background:rgb(var(--home-accent-secondary));border-radius:50% 50% 18% 18%}.home-category-card:nth-child(3n+2) .home-category-card__fallback{background:rgb(var(--home-accent));border-radius:18% 50% 50% 18%}.home-category-card:nth-child(3n) .home-category-card__fallback{background:rgb(var(--home-dark));border-radius:50%}.home-category-card__title{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:1.4rem 0 0;font-size:1.6rem;font-weight:700;line-height:1.25}.home-category-card__title svg{width:1.8rem;flex:0 0 auto}.home-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem}.home-benefit-card{padding:clamp(2.4rem,3vw,3.6rem);color:rgb(var(--home-ink));background:rgb(var(--home-light));border:.1rem solid rgba(var(--home-border),.72);border-radius:calc(var(--home-card-radius) * .8)}.home-benefit-card__icon{display:grid;width:5.2rem;height:5.2rem;place-items:center;margin-bottom:2.4rem;color:rgb(var(--home-light));background:rgb(var(--home-accent));border-radius:50%}.home-benefit-card:nth-child(2n) .home-benefit-card__icon{color:rgb(var(--home-dark));background:rgb(var(--home-accent-secondary))}.home-benefit-card__icon svg{width:2.6rem;height:2.6rem}.home-benefit-card__title{margin:0 0 .8rem;color:inherit;font-size:2rem}.home-benefit-card__text{margin:0;color:rgba(var(--home-ink),.68);font-size:1.5rem;line-height:1.55}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.6rem,2vw,2.4rem);padding:0;list-style:none}.home-product-grid .card-wrapper{height:100%}.home-product-grid .card{background:rgb(var(--home-light));border-color:rgba(var(--home-border),.62)}.home-empty-state{padding:4rem;text-align:center;background:rgba(var(--home-light),.52);border:.1rem dashed rgb(var(--home-border));border-radius:var(--home-card-radius)}.home-room-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:1.6rem}.home-room-card{position:relative;grid-column:span 4;min-height:48rem;color:rgb(var(--home-light));background:rgb(var(--home-dark));border-radius:var(--home-card-radius);overflow:hidden}.home-room-card--wide{grid-column:span 8}.home-room-card__image{width:100%;height:100%;object-fit:cover;transition:transform .42s ease}.home-room-card:hover .home-room-card__image{transform:scale(1.025)}.home-room-card__fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgb(var(--home-dark)),rgb(var(--home-accent)))}.home-room-card:nth-child(2n) .home-room-card__fallback{background:linear-gradient(135deg,rgb(var(--home-accent-secondary)),rgb(var(--home-accent)))}.home-room-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(var(--home-dark),.02) 20%,rgba(var(--home-dark),.82))}.home-room-card__content{position:absolute;right:0;bottom:0;left:0;padding:clamp(2.4rem,4vw,4rem)}.home-room-card__title{margin:0 0 .8rem;color:inherit;font-size:clamp(2.6rem,4vw,4.4rem)}.home-room-card__text{max-width:52rem;margin:0 0 2rem;color:rgba(var(--home-light),.82);font-size:1.6rem;line-height:1.5}.home-room-card .home-text-link{color:rgb(var(--home-light))}.home-promo{display:grid;grid-template-columns:minmax(0,1fr) minmax(32rem,.72fr);min-height:50rem;border-radius:var(--home-card-radius);overflow:hidden}.home-promo__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,7vw,9.6rem)}.home-promo__content .home-copy{max-width:62rem}.home-promo__media{position:relative;min-height:40rem;background:rgb(var(--home-accent-secondary))}.home-promo__image{width:100%;height:100%;object-fit:cover}.home-promo__fallback{position:absolute;top:18%;right:18%;bottom:18%;left:18%;background:rgba(var(--home-light),.54);border-radius:50% 50% 14% 14%;transform:rotate(-8deg)}.home-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem}.home-journal-card{min-width:0;color:rgb(var(--home-ink))}.home-journal-card__link{color:inherit;text-decoration:none}.home-journal-card__media{position:relative;aspect-ratio:4 / 3;background:rgb(var(--home-surface-alt));border-radius:calc(var(--home-card-radius) * .75);overflow:hidden}.home-journal-card__image{width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.home-journal-card:hover .home-journal-card__image{transform:scale(1.025)}.home-journal-card__fallback{position:absolute;top:14%;right:18%;bottom:14%;left:18%;background:rgb(var(--home-accent-secondary));border-radius:50%}.home-journal-card:nth-child(2) .home-journal-card__fallback{background:rgb(var(--home-accent));border-radius:16%;transform:rotate(7deg)}.home-journal-card:nth-child(3) .home-journal-card__fallback{background:rgb(var(--home-dark));border-radius:50% 50% 12% 12%}.home-journal-card__meta{margin:2rem 0 .8rem;color:rgb(var(--home-accent));font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-journal-card__title{margin:0;color:inherit;font-size:clamp(2.2rem,2.6vw,3.2rem);line-height:1.16}.home-journal-card__text{margin:1.2rem 0 0;color:rgba(var(--home-ink),.68);font-size:1.5rem;line-height:1.55}.home-newsletter{display:grid;grid-template-columns:minmax(0,.9fr) minmax(34rem,1.1fr);align-items:center;gap:clamp(3.2rem,8vw,10rem);padding:clamp(4rem,7vw,8rem);background:rgb(var(--home-accent-secondary));border-radius:var(--home-card-radius)}.home-newsletter .home-copy{color:rgba(var(--home-dark),.72)}.home-newsletter__form{min-width:0}.home-newsletter__fields{display:flex;gap:1.2rem}.home-newsletter__input{width:100%;min-height:5.6rem;padding:1.2rem 1.8rem;color:rgb(var(--home-dark));font:inherit;background:rgb(var(--home-light));border:.1rem solid rgba(var(--home-dark),.24);border-radius:var(--home-button-radius)}.home-newsletter__input::placeholder{color:rgba(var(--home-dark),.58)}.home-newsletter__note{margin:1.2rem 0 0;color:rgba(var(--home-dark),.68);font-size:1.25rem;line-height:1.5}.home-newsletter__note a{color:inherit}.home-form-message{margin:1.2rem 0 0;color:rgb(var(--home-dark));font-size:1.4rem}@media screen and (max-width:989px){.home-hero__inner{grid-template-columns:1fr}.home-hero__content{border-radius:var(--home-card-radius) var(--home-card-radius) 0 0}.home-hero__media{min-height:44rem;border-radius:0 0 var(--home-card-radius) var(--home-card-radius)}.home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-benefit-grid,.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-room-card,.home-room-card--wide{grid-column:span 6}.home-room-card:first-child{grid-column:span 12}.home-promo{grid-template-columns:1fr}.home-promo__media{min-height:42rem}.home-newsletter{grid-template-columns:1fr}}@media screen and (max-width:749px){.home-section__header{align-items:flex-start;flex-direction:column}.home-hero__inner{min-height:auto}.home-hero__content{padding:4rem 2.4rem}.home-hero__media{min-height:34rem}.home-button-row,.home-newsletter__fields{align-items:stretch;flex-direction:column}.home-category-grid{display:flex;margin-right:-1.6rem;padding-right:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.home-category-grid::-webkit-scrollbar{display:none}.home-category-card{width:min(68vw,26rem);flex:0 0 auto;scroll-snap-align:start}.home-benefit-grid,.home-journal-grid{grid-template-columns:1fr}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.home-room-card,.home-room-card--wide,.home-room-card:first-child{grid-column:span 12;min-height:42rem}.home-promo__content{padding:4rem 2.4rem}.home-promo__media{min-height:32rem}.home-newsletter{padding:4rem 2.4rem}}@media(prefers-reduced-motion:reduce){.home-button,.home-text-link svg,.home-category-card__image,.home-room-card__image,.home-journal-card__image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-home.css.map */
