:root{--font-display: "Inter", "Helvetica Neue", sans-serif;--font-body: "Inter", "Helvetica Neue", sans-serif;--bg: #ffffff;--bg-soft: #f7f5f1;--surface: #fbfaf8;--line: rgba(17, 17, 17, .1);--line-strong: rgba(17, 17, 17, .2);--text: #111111;--muted: #625d57;--muted-soft: #7a746d;--ease-standard: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:var(--font-body);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0;background:none;color:inherit}:focus-visible{outline:2px solid rgba(17,17,17,.45);outline-offset:3px}.page-shell{background:#fff}.container{width:min(calc(100% - 2rem),82rem);margin:0 auto}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid transparent;background:#ffffffeb;transition:border-color .18s var(--ease-standard),background-color .18s var(--ease-standard),box-shadow .18s var(--ease-standard);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header--scrolled{border-bottom-color:var(--line);box-shadow:0 10px 24px #1111110a}.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;min-height:5.2rem}.site-header__cluster{display:flex;align-items:center;gap:.95rem}.site-header__cluster--left{justify-self:start}.site-header__cluster--right{justify-self:end}.site-header__label,.site-header__search,.site-header__contact,.site-drawer a,.site-footer__heading,.site-footer__legal a{font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.wordmark,.site-footer__wordmark{font-family:var(--font-display);font-size:clamp(1.45rem,3vw,2.2rem);font-weight:600;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}.site-header__icon-link,.nav-toggle{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;color:var(--text);flex:0 0 auto}.site-header__icon-link svg{width:1.2rem;height:1.2rem}.site-header__icon-link svg path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.site-header__cart{position:relative}.site-header__cart .svg-wrapper{width:1.2rem;height:1.2rem}.site-header__cart .svg-wrapper svg{width:100%;height:100%}.site-header__cart .cart-count-bubble{position:absolute;top:.75rem;right:0;min-width:1rem;height:1rem;border-radius:999px;display:grid;place-items:center;background:#111;color:#fff}.site-header__cart .cart-count-bubble span[aria-hidden=true]{font-size:.62rem;font-weight:700;line-height:1}.nav-toggle{position:relative;padding:0;cursor:pointer}.nav-toggle span{position:absolute;width:1rem;height:1.4px;background:currentColor;transition:transform .18s var(--ease-standard),opacity .18s var(--ease-standard)}.nav-toggle span:first-child{transform:translateY(-3px)}.nav-toggle span:last-child{transform:translateY(3px)}.nav-toggle[aria-expanded=true] span:first-child{transform:rotate(45deg)}.nav-toggle[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.site-drawer{position:fixed;top:0;left:0;width:min(22rem,100%);height:100vh;padding:7rem 1.5rem 2rem;display:grid;align-content:start;gap:1rem;border-right:1px solid var(--line);background:#fffffffa;box-shadow:0 20px 40px #1111111a;transform:translate(-105%);transition:transform .22s var(--ease-standard);z-index:25}.site-drawer.is-open{transform:translate(0)}body.has-menu-open{overflow:hidden}.site-drawer a{padding-bottom:.75rem;border-bottom:1px solid var(--line)}.story-hero{padding:0}.story-hero__stage{position:relative;min-height:min(92vh,54rem);overflow:hidden;background:#111}.story-hero__stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0808089e,#0808082e 48%,#08080814),linear-gradient(180deg,#08080814,#0808086b)}.story-hero__image,.category-card__photo img,.editorial-split__media img,.house-banner__media img,.vaelux-collection__hero-media img{width:100%;height:100%;object-fit:cover}.story-hero__overlay{position:absolute;inset:auto auto 2.8rem 0;z-index:1;width:min(100% - 2rem,82rem);margin:0 auto;left:50%;transform:translate(-50%);display:grid;gap:1rem;align-items:end}.story-hero__overlay h1,.section-heading h2,.editorial-split__content h2,.house-banner__content h2,.service-card h3,.category-card__body h3{margin:0;color:var(--text);font-family:var(--font-display);font-weight:400;letter-spacing:-.045em}.story-hero__overlay h1{max-width:40rem;color:#fff;font-size:clamp(3.2rem,7vw,6.4rem);line-height:.94}.story-hero__overlay p:not(.section-kicker){max-width:34rem;margin:0;color:#ffffffe0;font-size:1.02rem;line-height:1.72}.story-hero__actions,.editorial-split__actions{display:flex;flex-wrap:wrap;gap:.85rem}.section{padding:4.2rem 0}.section--white{background:#fff}.section--soft{background:var(--bg-soft)}.section-heading{display:grid;gap:.85rem}.section-heading--center{justify-items:center;text-align:center}.section-heading h2,.editorial-split__content h2,.house-banner__content h2{font-size:clamp(2.1rem,4vw,3.3rem);line-height:1.02}.section-heading p,.editorial-split__content p,.house-banner__content p,.service-card p,.site-footer__bottom p,.footer-links a,.category-card__body p{margin:0;color:var(--muted);line-height:1.68}.section-kicker{margin:0;color:var(--muted-soft);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.section-kicker--light{color:#ffffffd6}.pill-button,.pill-button:visited{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.8rem 1.25rem;border:1px solid var(--line-strong);border-radius:999px;background:#fff;color:#111;font-size:.9rem;font-weight:500;letter-spacing:.04em;transition:background-color .18s var(--ease-standard),color .18s var(--ease-standard),border-color .18s var(--ease-standard)}.pill-button:hover{background:#111;border-color:#111;color:#fff}.pill-button--light,.pill-button--light:visited{border-color:#ffffff7a;background:#fff;color:#111}.pill-button--ghost-light,.pill-button--ghost-light:visited{border-color:#ffffff6b;background:#ffffff0f;color:#fff}.pill-button--ghost-light:hover{background:#fff;color:#111}.inline-link{color:#111;font-size:.95rem;font-weight:500;text-decoration:underline;text-underline-offset:.18rem}.category-grid{display:grid;gap:1.25rem;margin-top:2rem}.category-card{display:grid;gap:0;background:#fff}.category-card__photo{display:block;aspect-ratio:1 / 1.08;overflow:hidden;background:var(--surface)}.category-card__body{display:grid;gap:.65rem;padding:1.15rem 0 0}.category-card__body h3{font-size:1.34rem;line-height:1.12}.editorial-split,.house-banner{display:grid;gap:1.5rem;align-items:center}.editorial-split__media,.house-banner__media{overflow:hidden;background:var(--surface)}.editorial-split__media{aspect-ratio:1 / 1.02}.house-banner{padding:1.5rem;background:var(--surface)}.house-banner__media{aspect-ratio:1.15 / 1}.editorial-split__content,.house-banner__content{display:grid;gap:1rem;align-content:center}.services-grid{display:grid;gap:1.25rem;margin-top:2rem}.service-card{display:grid;gap:.8rem;padding:1.6rem;border:1px solid var(--line);background:var(--surface)}.service-card h3{font-size:1.5rem;line-height:1.08}.site-footer{border-top:1px solid var(--line);background:#fff}.site-footer__grid{display:grid;gap:1.4rem;padding:3rem 0 2rem}.site-footer__heading{margin:0;color:var(--muted-soft)}.footer-links{display:grid;gap:.55rem;margin:.9rem 0 0;padding:0;list-style:none}.footer-links a{font-size:.95rem}.site-footer__bottom{display:grid;gap:1rem;align-items:center;padding:1.5rem 0 2rem;border-top:1px solid var(--line);text-align:center}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem 1.2rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .54s var(--ease-standard),transform .54s var(--ease-standard)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media screen and (min-width:700px){.category-grid,.services-grid,.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:960px){.editorial-split,.house-banner{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-split--reverse .editorial-split__media{order:2}.editorial-split--reverse .editorial-split__content{order:1}}@media screen and (min-width:1024px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer__bottom{grid-template-columns:1fr auto 1fr;text-align:left}.site-footer__bottom p:last-child{justify-self:end}.site-footer__legal{justify-content:flex-start}.site-footer__wordmark{justify-self:center}}@media screen and (max-width:1023px){.site-header__contact{display:none}.wordmark{font-size:1.55rem;letter-spacing:.14em}}@media screen and (max-width:749px){.site-header__inner{min-height:4.6rem}.site-header__label,.site-header__search{font-size:.72rem;letter-spacing:.1em}.site-header__search{display:none}.site-header__cluster{gap:.55rem}.story-hero__overlay{bottom:2rem}.section{padding:3rem 0}.house-banner{padding:1rem}.site-footer__grid{padding-top:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-vaelux-premium-home.css.map */
