*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;background:#f7f3ee;color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body.mobile-nav-open{overflow:hidden}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{border:0;cursor:pointer}input,select,textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-s);background:#faf7f3;padding:.9rem 1rem;color:var(--color-text)}textarea{resize:vertical}select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px;background-repeat:no-repeat}html[dir=rtl] select{background-position:18px 50%,24px 50%}input::placeholder,textarea::placeholder{color:color-mix(in srgb,var(--color-text-muted) 72%,transparent)}:focus-visible{outline:2px solid #C28951;outline-offset:3px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:1rem;left:1rem;z-index:999;transform:translateY(-140%);padding:.8rem 1rem;border-radius:999px;background:var(--color-text);color:var(--color-bg);font-weight:800}.skip-link:focus{transform:none}.site-main{overflow:hidden}.page-width{width:min(100% - var(--page-gutter)*2,var(--site-width));margin-inline:auto}.section{position:relative;padding-block:var(--section-space)}.section-heading{margin-bottom:clamp(1.4rem,3vw,2.5rem)}.section-heading__main{display:flex;align-items:end;justify-content:space-between;gap:1rem}.section-heading h1,.section-heading h2{margin:0;max-width:12ch;font-family:var(--font-heading);font-size:clamp(2rem,5vw,4.5rem);line-height:.95;letter-spacing:-.05em}.section-heading p{max-width:42rem;margin:.8rem 0 0;color:var(--color-text-muted)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.045em;line-height:.98}p,.rte{color:var(--color-text-muted)}.rte p+p{margin-top:1rem}.rte ul,.rte ol{padding-inline-start:1.2rem}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1rem;color:var(--color-primary);font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:1.8rem;height:1px;background:linear-gradient(90deg,transparent,var(--color-primary),transparent)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.1rem;padding:.9rem 1.35rem;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,var(--color-primary),var(--color-primary));box-shadow:var(--shadow-glow);color:#fff;font-size:.82rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base),background var(--transition-base)}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 1rem 2.2rem #00000047,0 0 1.5rem #c289514d}.button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.button--ghost{background:#faf7f3;border-color:var(--color-border);box-shadow:none;color:var(--color-text)}.button--full{width:100%}.empty-state{grid-column:1/-1;display:grid;justify-items:center;gap:1rem;padding:clamp(2rem,5vw,4rem);border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3;text-align:center}.empty-state--large{min-height:22rem;align-content:center}.form-note{margin-top:1rem;color:var(--color-success);font-weight:700}.form-note--error{color:var(--color-danger)}.scroll-x{scrollbar-width:thin}.reveal-on-scroll{opacity:0;transform:translateY(18px);transition:opacity .56s ease,transform .56s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0ms)}.reveal-on-scroll.is-visible,.no-js .reveal-on-scroll{opacity:1;transform:none}.announcement-bar{position:relative;z-index:80;background:linear-gradient(90deg,#c2895138,#faf7f3,#c2895133);border-bottom:1px solid var(--color-border)}.announcement-bar__inner{min-height:2.35rem;display:flex;align-items:center;justify-content:center;gap:clamp(.8rem,3vw,2rem);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text)}.announcement-bar__inner span+span{position:relative}.announcement-bar__inner span+span:before{content:"";position:absolute;inset-inline-start:calc(-.5rem - 1px);top:50%;width:3px;height:3px;border-radius:50%;background:var(--color-primary)}.site-header{z-index:90;border-bottom:1px solid transparent;transition:background var(--transition-base),border-color var(--transition-base),backdrop-filter var(--transition-base)}.site-header--sticky{position:sticky;top:0}.site-header.is-scrolled,body.mobile-nav-open .site-header{background:#f7f3eeeb;border-bottom-color:var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{min-height:var(--header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.site-header__brand{display:inline-grid;gap:.1rem;min-width:max-content}.site-header__logo,.site-footer__logo{font-size:1.05rem;font-weight:950;letter-spacing:.18em}.site-header__tagline{color:var(--color-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em}.site-header__nav{display:flex;justify-content:center;gap:clamp(.75rem,1.8vw,1.4rem)}.site-header__nav a{position:relative;color:var(--color-text-muted);font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.site-header__nav a:after{content:"";position:absolute;inset-inline:0;bottom:-.4rem;height:1px;background:var(--color-primary);transform:scaleX(0);transform-origin:center;transition:transform var(--transition-base)}.site-header__nav a:hover,.site-header__nav a:focus-visible{color:var(--color-text)}.site-header__nav a:hover:after,.site-header__nav a:focus-visible:after{transform:scaleX(1)}.site-header__utilities{display:flex;align-items:center;justify-content:end;gap:.55rem}.site-header__icon-link,.site-header__cart,.site-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--color-border);background:#faf7f3;color:var(--color-text)}.site-header__cart{gap:.35rem;font-weight:900}.site-header__cart span{min-width:1.1rem;text-align:center}.site-header__menu-toggle{display:none;flex-direction:column;gap:.28rem}.site-header__menu-toggle span{width:1.1rem;height:2px;border-radius:999px;background:currentColor}.language-switcher__inner{display:flex;gap:.25rem;padding:.18rem;border:1px solid var(--color-border);border-radius:999px;background:#faf7f3}.language-switcher__button{min-width:2.1rem;height:2rem;border-radius:999px;background:transparent;color:var(--color-text-muted);font-size:.72rem;font-weight:900}.language-switcher__button.is-active{background:var(--color-text);color:var(--color-bg)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none;visibility:hidden}.mobile-nav.is-open{pointer-events:auto;visibility:visible}.mobile-nav__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a171366;opacity:0;transition:opacity var(--transition-base)}.mobile-nav__panel{position:absolute;inset-block:0;inset-inline-start:0;width:min(88vw,24rem);padding:1.1rem;background:#faf7f3;border-inline-end:1px solid var(--color-border);box-shadow:var(--shadow-soft);transform:translate(-102%);transition:transform var(--transition-base)}html[dir=rtl] .mobile-nav__panel{transform:translate(102%)}.mobile-nav.is-open .mobile-nav__panel{transform:none}.mobile-nav__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.mobile-nav__brand{font-weight:950;letter-spacing:.18em}.mobile-nav__close{width:2.6rem;height:2.6rem;border-radius:999px;background:#ede8e0;position:relative}.mobile-nav__close span{position:absolute;left:50%;top:50%;width:1.1rem;height:2px;background:currentColor}.mobile-nav__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.mobile-nav__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-nav__search{display:grid;grid-template-columns:1fr auto;gap:.5rem;margin-bottom:1rem}.mobile-nav__search button{border-radius:999px;background:var(--color-text);color:var(--color-bg);padding:.7rem 1rem;font-weight:900}.mobile-nav__links{display:grid;gap:.5rem}.mobile-nav__links a{padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-m);background:#faf7f3;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.mobile-nav__meta{display:grid;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.hero-novaire{padding-top:clamp(2rem,5vw,4rem)}.hero-novaire__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.92fr);align-items:center;gap:clamp(2rem,5vw,5rem);min-height:clamp(34rem,72vh,48rem)}.hero-novaire__copy h1{max-width:10ch;font-size:clamp(3rem,9vw,7.6rem);letter-spacing:-.08em;text-transform:uppercase}.hero-novaire__copy p{max-width:38rem;margin-top:1.1rem;font-size:clamp(1rem,1.5vw,1.2rem)}.hero-novaire__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.hero-novaire__proof{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.hero-novaire__proof span{padding:.55rem .75rem;border:1px solid var(--color-border);border-radius:999px;background:#faf7f3;color:var(--color-text-muted);font-size:.78rem;font-weight:800}.hero-novaire__visual{position:relative;isolation:isolate;border-radius:var(--radius-xl);min-height:28rem}.hero-novaire__visual:before{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(194,137,81,.38),transparent 65%);filter:blur(2rem)}.hero-novaire__image{width:100%;height:100%;max-height:42rem;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);border:1px solid var(--color-border)}.hero-novaire__placeholder{display:grid;place-items:center;gap:.6rem;min-height:28rem;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:linear-gradient(135deg,#faf7f3,#c2895124);text-align:center}.hero-product-stack{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hero-product-stack__item{position:relative;overflow:hidden;min-height:15rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3;box-shadow:var(--shadow-soft);transition:transform var(--transition-base)}.hero-product-stack__item:hover{transform:translateY(-4px)}.hero-product-stack__item img,.hero-product-stack__placeholder{width:100%;height:100%;object-fit:cover}.hero-product-stack__item span{position:absolute;inset-inline:1rem;bottom:1rem;padding:.55rem .7rem;border-radius:999px;background:#1a171366;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.75rem;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trust-strip{padding-block:clamp(1.8rem,4vw,3rem)}.trust-strip__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:linear-gradient(135deg,#faf7f3,#faf7f3);box-shadow:var(--shadow-soft)}.trust-strip__item{display:flex;align-items:center;gap:.85rem;padding:1rem;border-radius:var(--radius-l);background:#faf7f3}.trust-strip__icon{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;height:2.4rem;border-radius:999px;background:#c2895129;color:var(--color-primary);font-size:.7rem;font-weight:950}.trust-strip__item strong{display:block;font-size:.9rem}.trust-strip__item span:not(.trust-strip__icon){display:block;color:var(--color-text-muted);font-size:.82rem}.value-proposition__grid,.brand-manifesto__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.value-card,.brand-stat{padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3}.value-card span{display:inline-flex;margin-bottom:1.4rem;color:var(--color-primary);font-weight:950}.value-card h3,.brand-stat strong{display:block;font-size:1.25rem}.value-card p,.brand-stat span{display:block;margin-top:.55rem;color:var(--color-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.4rem)}.product-card{min-width:0}.product-card__link{display:grid;height:100%;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3;box-shadow:0 .6rem 2rem #1a17130f;transition:transform var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base)}.product-card__link:hover{transform:translateY(-4px);border-color:#c2895173;box-shadow:var(--shadow-soft)}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#faf7f3}.product-card__image,.product-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .52s cubic-bezier(.22,1,.36,1)}.product-card__link:hover .product-card__image{transform:scale(1.055)}.product-card__badge,.stock-chip{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;background:#1a17131a;color:var(--color-text);font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.product-card__badge{position:absolute;z-index:1;top:.75rem;inset-inline-start:.75rem;padding:.4rem .55rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card__badge--sale,.stock-chip--sale{background:#72e6a629;color:var(--color-success)}.stock-chip--alert{background:#ff6b6b29;color:#ffd5d5}.product-card__content{display:grid;gap:.65rem;padding:1rem}.product-card__category{color:var(--color-primary);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.product-card__meta{display:flex;align-items:start;justify-content:space-between;gap:.85rem}.product-card__title{font-size:1rem;letter-spacing:-.025em}.product-card__price{font-weight:950;white-space:nowrap}.product-card__compare{color:var(--color-text-muted);font-size:.84rem}.product-card__description{font-size:.9rem}.product-card__cta{margin-top:.2rem;color:var(--color-text);font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.category-showcase__grid,.lookbook-grid__layout,.collections-list__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.category-card,.lookbook-tile,.collection-tile{position:relative;overflow:hidden;min-height:20rem;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#faf7f3;box-shadow:var(--shadow-soft)}.category-card__media,.category-card__media img,.category-card__placeholder,.lookbook-tile img,.lookbook-tile__placeholder,.collection-tile img,.collection-tile__placeholder{width:100%;height:100%;object-fit:cover}.category-card__content,.lookbook-tile__content,.collection-tile span{position:absolute;inset-inline:1rem;bottom:1rem;display:grid;gap:.25rem;padding:.85rem;border:1px solid rgba(26,23,19,.1);border-radius:var(--radius-m);background:#f7f3eed9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.category-card strong,.lookbook-tile strong,.collection-tile strong{font-size:1.1rem}.category-card small,.lookbook-tile small,.collection-tile small{color:#6b6560;font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.brand-manifesto__shell{display:grid;grid-template-columns:minmax(0,.95fr) minmax(20rem,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;padding:clamp(1.4rem,4vw,3rem);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:linear-gradient(135deg,#faf7f3,#7c3aed17);box-shadow:var(--shadow-soft)}.brand-manifesto__copy h2,.final-cta h2{font-size:clamp(2.4rem,6vw,5.5rem);text-transform:uppercase}.brand-manifesto__copy p{margin-top:1rem;max-width:38rem}.brand-manifesto__copy .button{margin-top:1.5rem}.editorial-story__grid,.contact-section__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,4rem);align-items:center}.editorial-story__media,.editorial-story__placeholder{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#faf7f3;box-shadow:var(--shadow-soft)}.editorial-story__media img{width:100%;height:100%;min-height:28rem;object-fit:cover}.editorial-story__placeholder{min-height:28rem;display:grid;place-items:center}.editorial-story__copy h1,.contact-section__copy h1,.search-page__header h1,.cart-page__header h1,.main-page h1{font-size:clamp(2.4rem,6vw,5rem);text-transform:uppercase}.editorial-story__copy .rte{margin-top:1rem}.editorial-story__copy .button{margin-top:1.5rem}.contact-section__details{display:grid;gap:.8rem;margin:1.5rem 0 0}.contact-section__details div{padding:.9rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-m);background:#faf7f3}.contact-section__details dt{color:var(--color-text-muted);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.contact-section__details dd{margin:0;font-weight:850}.contact-section__form,.search-page__form,.cart-summary{padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3;box-shadow:var(--shadow-soft)}.contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.contact-form__grid label{display:grid;gap:.35rem;color:var(--color-text-muted);font-size:.78rem;font-weight:850}.contact-form__message{grid-column:1/-1}.contact-form .button{margin-top:.9rem}.final-cta__shell{text-align:center;padding:clamp(2rem,5vw,4rem);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:radial-gradient(circle at 50% 0%,rgba(194,137,81,.18),transparent 45%),#faf7f3;box-shadow:var(--shadow-soft)}.final-cta__shell p{max-width:44rem;margin:1rem auto 0}.final-cta__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.85rem;margin-top:1.6rem}.collection-page__hero{margin-bottom:1.4rem}.collection-page__hero h1{font-size:clamp(2.4rem,6vw,5rem);text-transform:uppercase}.collection-page__description{max-width:52rem;margin-top:.8rem}.collection-category-nav{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.8rem;margin-bottom:1rem}.collection-category-nav a,.active-filters a{white-space:nowrap;padding:.62rem .85rem;border:1px solid var(--color-border);border-radius:999px;background:#faf7f3;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.collection-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.collection-toolbar{display:flex;align-items:center;gap:.65rem}.collection-toolbar label{color:var(--color-text-muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.collection-toolbar select{min-width:12rem}.collection-filter-panel{position:relative}.collection-filter-panel>summary{list-style:none;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:#faf7f3;font-weight:850}.collection-filter-panel>summary::-webkit-details-marker{display:none}.collection-filters{position:absolute;z-index:10;inset-inline-end:0;top:calc(100% + .7rem);width:min(86vw,34rem);display:grid;gap:.75rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3;box-shadow:var(--shadow-soft)}.collection-filter summary{font-weight:900;cursor:pointer}.collection-filter__values,.collection-filter__price{display:grid;gap:.5rem;margin-top:.65rem}.filter-choice{display:flex;align-items:center;gap:.6rem;color:var(--color-text-muted)}.filter-choice input{width:auto}.filter-choice small{margin-inline-start:auto}.collection-toolbar__actions{display:flex;gap:.5rem;flex-wrap:wrap}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.pagination span{font-weight:900;color:var(--color-text-muted)}.product-panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(22rem,.9fr);gap:clamp(1.2rem,4vw,3rem);align-items:start}.product-gallery{display:grid;gap:.85rem}.product-gallery__stage{position:relative;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#faf7f3;box-shadow:var(--shadow-soft)}.product-gallery__item{display:none}.product-gallery__item.is-active{display:block}.product-gallery__image,.product-gallery__video,.product-gallery__model,.product-gallery__placeholder{width:100%;aspect-ratio:1/1.12;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.25rem}.product-gallery__thumb{flex:0 0 4.8rem;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-s);background:#faf7f3;padding:0}.product-gallery__thumb.is-active{border-color:var(--color-primary)}.product-gallery__thumb-image{width:100%;aspect-ratio:1;object-fit:cover}.product-panel__content{position:sticky;top:calc(var(--header-height) + 1rem);display:grid;gap:1rem;padding:clamp(1rem,2vw,1.4rem);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#faf7f3;box-shadow:var(--shadow-soft)}.product-panel__badges{display:flex;flex-wrap:wrap;gap:.5rem}.stock-chip{padding:.4rem .6rem}.product-panel__title{font-size:clamp(2rem,4.6vw,4.6rem);text-transform:uppercase}.product-panel__price-row{display:flex;align-items:baseline;gap:.75rem}.product-panel__price{font-size:1.5rem;font-weight:950}.product-panel__compare{color:var(--color-text-muted)}.product-panel__stock{display:flex;align-items:center;gap:.6rem}.product-panel__stock strong{font-size:.88rem}.product-form,.product-options{display:grid;gap:1rem}.product-option-group{margin:0;padding:0;border:0}.product-option-group legend{margin-bottom:.55rem;font-size:.78rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.product-option-group__values{display:flex;flex-wrap:wrap;gap:.5rem}.product-option-group input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product-option-button{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;min-height:2.7rem;padding:.6rem .9rem;border:1px solid var(--color-border);border-radius:999px;background:#faf7f3;font-weight:900;cursor:pointer;transition:background var(--transition-base),border-color var(--transition-base),transform var(--transition-base)}.product-option-group input:checked+.product-option-button{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.product-option-group input:focus-visible+.product-option-button{outline:2px solid #C28951;outline-offset:3px}.product-option-button.is-disabled{opacity:.38;text-decoration:line-through;cursor:not-allowed}.product-form__error{padding:.7rem .85rem;border-radius:var(--radius-s);background:#ff6b6b24;color:#ffd5d5;font-weight:800}.product-form__footer{display:grid;grid-template-columns:7.2rem 1fr;gap:.75rem;align-items:end}.quantity-field{display:grid;gap:.35rem;color:var(--color-text-muted);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.quantity-field input{text-align:center}.product-form__payment-button{position:relative}.product-form__payment-button.is-locked .shopify-payment-button{opacity:.35;pointer-events:none}.product-form__payment-lock{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#1a171366;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:900}.product-benefits-list{display:grid;gap:.55rem}.product-benefits-list span{padding:.75rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-s);background:#faf7f3;font-weight:800}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.trust-badge{padding:.85rem;border:1px solid var(--color-border);border-radius:var(--radius-m);background:#faf7f3}.trust-badge strong{display:block}.trust-badge span{display:block;margin-top:.25rem;color:var(--color-text-muted);font-size:.85rem}.product-accordions details{border-top:1px solid var(--color-border);padding:1rem 0}.product-accordions summary{cursor:pointer;font-weight:950}.product-accordions p{margin-top:.55rem}.sticky-atc{position:fixed;z-index:70;inset-inline:0;bottom:0;transform:translateY(110%);transition:transform var(--transition-base);padding:.7rem 0;background:#ede8e0;border-top:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sticky-atc.is-visible{transform:none}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.sticky-atc__inner strong{display:block;max-width:12rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__inner span{color:var(--color-text-muted);font-size:.85rem}.sticky-atc__button{min-height:2.75rem;padding:.7rem 1rem}.cart-page__header{margin-bottom:1.5rem}.cart-page__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.36fr);gap:1.2rem;align-items:start}.cart-items{display:grid;gap:.85rem}.cart-item{display:grid;grid-template-columns:7rem 1fr auto;gap:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3}.cart-item__media{overflow:hidden;border-radius:var(--radius-m);background:#faf7f3}.cart-item__media img,.cart-item__placeholder{width:100%;aspect-ratio:1;object-fit:cover}.cart-item h2{font-size:1.05rem}.cart-item__properties{margin:.4rem 0 0;padding-inline-start:1rem;color:var(--color-text-muted);font-size:.86rem}.cart-item__remove,.cart-summary__continue{display:inline-block;margin-top:.5rem;color:var(--color-text-muted);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;text-decoration:underline;text-underline-offset:.25rem}.cart-item__controls{display:grid;justify-items:end;gap:.65rem}.cart-item__controls .quantity-field{width:6.5rem}.cart-note{display:grid;gap:.4rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3}.cart-note label{font-weight:900}.cart-summary{position:sticky;top:calc(var(--header-height) + 1rem);display:grid;gap:1rem}.cart-summary h2{font-size:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.cart-summary__note{font-size:.9rem}.cart-summary__payment-icons{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;margin-top:.45rem}.cart-summary__payment-icons svg{width:2.2rem;height:1.4rem;border-radius:3px}.search-page__header{max-width:50rem;margin-bottom:1rem}.search-page__form{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin-bottom:2rem}.main-page__inner{max-width:58rem}.main-page__inner h1{margin-bottom:1rem}.page-404__inner{text-align:center;display:grid;justify-items:center;gap:1rem}.page-404 h1{font-size:clamp(5rem,16vw,12rem)}.page-404__actions{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.site-footer{padding-block:clamp(2.5rem,6vw,4.5rem) 1.5rem;border-top:1px solid var(--color-border);background:#faf7f3}.site-footer__inner{display:grid;grid-template-columns:1.2fr .7fr .7fr 1.2fr;gap:clamp(1.2rem,3vw,2.5rem)}.site-footer__brand p{margin-top:.7rem;max-width:24rem}.site-footer__contact{display:grid;gap:.35rem;margin-top:1rem;color:var(--color-text-muted)}.site-footer__menu,.site-footer__newsletter{display:grid;align-content:start;gap:.65rem}.site-footer__menu h2,.site-footer__newsletter h2{font-size:.86rem;letter-spacing:.12em;text-transform:uppercase}.site-footer__menu a{color:var(--color-text-muted)}.newsletter-form__row{display:grid;grid-template-columns:1fr auto;gap:.5rem}.site-footer__note{font-size:.85rem}.site-footer__bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.85rem}html[dir=rtl] .mobile-nav__panel{inset-inline-start:auto;inset-inline-end:0}html[dir=rtl] .eyebrow:before{transform:scaleX(-1)}@media(max-width:1180px){.site-header__nav{display:none}.site-header__menu-toggle{display:inline-flex}.site-header__inner{grid-template-columns:auto 1fr auto}.trust-strip__inner,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__inner{grid-template-columns:1fr 1fr}.hero-novaire__grid,.product-panel,.editorial-story__grid,.contact-section__grid,.brand-manifesto__shell,.cart-page__grid{grid-template-columns:1fr}.product-panel__content,.cart-summary{position:relative;top:auto}}@media(max-width:749px){:root{--page-gutter:1rem;--section-space:clamp(2.5rem,10vw,4rem);--header-height:4.3rem}.announcement-bar__inner{justify-content:start;overflow-x:auto;white-space:nowrap}.site-header__tagline,.language-switcher:not(.mobile-nav .language-switcher),.site-header__icon-link{display:none}.site-header__inner{min-height:var(--header-height)}.site-header__brand{justify-self:center}.site-header__logo{font-size:.95rem}.hero-novaire__grid{min-height:auto;gap:1.5rem}.hero-novaire__copy h1{font-size:clamp(3rem,17vw,5rem)}.hero-novaire__visual{min-height:auto}.hero-product-stack{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.hero-product-stack__item{flex:0 0 72%;scroll-snap-align:start}.trust-strip__inner,.value-proposition__grid,.brand-manifesto__stats,.product-grid,.category-showcase__grid,.lookbook-grid__layout,.collections-list__grid,.product-trust,.site-footer__inner{grid-template-columns:1fr}.category-showcase__grid,.lookbook-grid__layout{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.7rem}.category-card,.lookbook-tile{flex:0 0 84%;min-height:17rem;scroll-snap-align:start}.product-grid{gap:1rem}.collection-product-grid{grid-template-columns:repeat(var(--collection-mobile-columns,2),minmax(0,1fr))}.collection-product-grid .product-card__description{display:none}.product-card__content{padding:.85rem}.product-card__meta{display:grid}.collection-topline,.collection-toolbar{align-items:stretch;flex-direction:column}.collection-toolbar select{min-width:0}.collection-filters{position:static;width:100%;margin-top:.7rem}.product-form__footer,.contact-form__grid,.search-page__form,.newsletter-form__row,.cart-item{grid-template-columns:1fr}.cart-item__controls{justify-items:start}.cart-item__controls .quantity-field{width:100%}.cart-page__grid{gap:1rem}.site-footer__bottom{display:grid}.sticky-atc__inner{width:min(100% - 1rem*2,var(--site-width))}.button{min-height:2.9rem}.section-heading__main{display:grid}.section-heading h1,.section-heading h2{max-width:11ch}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal-on-scroll{opacity:1;transform:none}}.hero-novaire__trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1.6rem;margin-top:.6rem;padding-block:.45rem .25rem}.hero-novaire__trust-item{display:inline-flex;align-items:center;gap:.38rem;color:var(--color-text-muted);font-size:.7rem;font-weight:700;letter-spacing:.025em;white-space:nowrap;opacity:.82}.hero-novaire__trust-item svg{flex-shrink:0;color:var(--color-primary);opacity:.6;width:12px;height:12px}.hero-novaire__trust-item:not(:last-child):after{content:"";display:inline-block;width:3px;height:3px;margin-inline-start:1.2rem;border-radius:50%;background:var(--color-text-muted);opacity:.28}@media(max-width:749px){.hero-novaire__trust-bar{gap:.25rem .85rem;margin-top:.35rem;padding-block:.25rem}.hero-novaire__trust-item{font-size:.62rem;gap:.28rem;white-space:normal}.hero-novaire__trust-item:not(:last-child):after{display:none}.hero-novaire__trust-item svg{width:10px;height:10px}}@media(max-width:420px){.hero-novaire__trust-bar{gap:.2rem .65rem;justify-content:flex-start}}@media(max-width:749px){.hero-novaire{padding-block:1.15rem 1.75rem;padding-top:1.15rem}.hero-novaire__grid{gap:.95rem;align-items:start}.hero-novaire__copy{display:grid;gap:0}.hero-novaire__copy .eyebrow{margin-bottom:.55rem;font-size:.66rem;letter-spacing:.14em}.hero-novaire__copy .eyebrow:before{width:1.25rem}.hero-novaire__copy h1{max-width:12ch;font-size:clamp(2.15rem,11.5vw,3.35rem);line-height:.9;letter-spacing:-.065em}.hero-novaire__copy p{max-width:34rem;margin-top:.7rem;font-size:.92rem;line-height:1.45}.hero-novaire__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:1rem}.hero-novaire__actions .button{min-height:2.55rem;padding:.7rem;font-size:.68rem;letter-spacing:.07em;text-align:center}.hero-novaire__proof{gap:.38rem;margin-top:.85rem}.hero-novaire__proof span{padding:.38rem .52rem;font-size:.66rem;line-height:1.15}.hero-novaire__visual{min-height:0;border-radius:calc(var(--radius-xl) - .45rem)}.hero-novaire__visual:before{top:14%;right:14%;bottom:14%;left:14%;filter:blur(1.2rem);opacity:.78}.hero-novaire__image{height:min(62vw,16rem);max-height:none;border-radius:calc(var(--radius-xl) - .45rem);object-fit:cover}.hero-novaire__placeholder{min-height:13rem;padding:1rem;border-radius:calc(var(--radius-xl) - .45rem)}.hero-product-stack{gap:.65rem;padding-bottom:.35rem}.hero-product-stack__item{flex:0 0 58%;min-height:10.75rem;border-radius:var(--radius-m)}.hero-product-stack__item span{inset-inline:.6rem;bottom:.6rem;padding:.4rem .55rem;font-size:.65rem}}@media(max-width:480px){.hero-novaire{padding-block:.95rem 1.45rem;padding-top:.95rem}.hero-novaire__grid{gap:.8rem}.hero-novaire__copy h1{font-size:clamp(1.95rem,10.8vw,2.8rem);max-width:11.5ch}.hero-novaire__copy p{font-size:.86rem;line-height:1.42;margin-top:.58rem}.hero-novaire__actions{gap:.45rem;margin-top:.85rem}.hero-novaire__actions .button{min-height:2.42rem;padding:.62rem .55rem;font-size:.62rem;letter-spacing:.055em}.hero-novaire__proof{margin-top:.7rem}.hero-novaire__proof span{font-size:.61rem;padding:.34rem .45rem}.hero-novaire__image{height:min(58vw,13.5rem)}.hero-product-stack__item{flex-basis:62%;min-height:9.6rem}}@media(max-width:749px){.collection-showcase{padding-block:1.65rem 2rem}.collection-showcase .section-heading{margin-bottom:.9rem}.collection-showcase .section-heading__main{gap:.7rem}.collection-showcase .eyebrow{margin-bottom:.45rem;font-size:.64rem;letter-spacing:.13em}.collection-showcase .eyebrow:before{width:1.2rem}.collection-showcase .section-heading h2{max-width:12ch;font-size:clamp(1.55rem,8.2vw,2.35rem);line-height:.93;letter-spacing:-.06em}.collection-showcase .section-heading p{margin-top:.5rem;font-size:.86rem;line-height:1.42}.collection-showcase .section-heading .button{width:100%;min-height:2.42rem;padding:.62rem .75rem;font-size:.62rem;letter-spacing:.06em}.collection-showcase .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.collection-showcase .product-card__link{border-radius:1rem;box-shadow:0 .45rem 1.25rem #1a17130f}.collection-showcase .product-card__media{aspect-ratio:1/1.08}.collection-showcase .product-card__badge{top:.45rem;inset-inline-start:.45rem;padding:.28rem .4rem;font-size:.52rem;letter-spacing:.055em}.collection-showcase .product-card__content{gap:.32rem;padding:.55rem}.collection-showcase .product-card__category,.collection-showcase .product-card__description,.collection-showcase .product-card__cta{display:none}.collection-showcase .product-card__meta{display:grid;gap:.28rem}.collection-showcase .product-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.78rem;line-height:1.15;letter-spacing:-.025em}.collection-showcase .product-card__price{font-size:.76rem;line-height:1.15;white-space:normal}.collection-showcase .product-card__compare{display:block;font-size:.68rem}.collection-showcase .empty-state{padding:1.2rem;border-radius:1rem}}@media(max-width:420px){.collection-showcase{padding-block:1.35rem 1.7rem}.collection-showcase .section-heading h2{font-size:clamp(1.35rem,7.5vw,2rem)}.collection-showcase .section-heading p{font-size:.8rem}.collection-showcase .product-grid{gap:.5rem}.collection-showcase .product-card__content{padding:.48rem}.collection-showcase .product-card__title{font-size:.72rem}.collection-showcase .product-card__price{font-size:.7rem}}@media(max-width:749px){.product-page-v2{padding-block:.85rem 5.45rem}.product-page-v2 .product-page-v2__width{width:min(95vw,calc(100% - .85rem))!important;max-width:min(95vw,calc(100% - .85rem))!important}.product-panel{gap:.82rem}.product-gallery{gap:.48rem}.product-gallery__stage{padding:.38rem;border-radius:1rem;background:linear-gradient(180deg,#ede8e0,#faf7f3)}.product-gallery__item.is-active{display:grid;place-items:center}.product-gallery__image,.product-gallery__video,.product-gallery__model,.product-gallery__placeholder{width:100%;height:clamp(17.5rem,74vw,23rem);max-height:62svh;aspect-ratio:auto;border-radius:.8rem;object-fit:contain;object-position:center center;background:#faf7f3}.product-gallery__video,.product-gallery__model{object-fit:cover}.product-gallery__thumbs{gap:.42rem;padding-bottom:.18rem;scroll-snap-type:x mandatory}.product-gallery__thumb{flex:0 0 3.65rem;border-radius:.72rem;scroll-snap-align:start}.product-gallery__thumb-image{aspect-ratio:1;object-fit:cover}.product-panel__content{gap:.72rem;padding:.82rem;border-radius:1rem}.product-panel__badges{gap:.35rem}.product-panel__badges .product-card__category,.product-panel__badges .stock-chip,.product-panel__stock .stock-chip{padding:.32rem .48rem;font-size:.58rem;letter-spacing:.08em}.product-panel__title{font-size:clamp(1.42rem,7.3vw,2.12rem);line-height:.98;letter-spacing:-.055em}.product-panel__price-row{flex-wrap:wrap;gap:.38rem .55rem}.product-panel__price{font-size:1.08rem}.product-panel__compare{font-size:.82rem}.product-panel__stock{align-items:flex-start;gap:.45rem}.product-panel__stock strong{font-size:.74rem;line-height:1.35}.product-panel__description{font-size:.84rem;line-height:1.45}.product-panel__description.rte{max-height:7.25rem;overflow:auto;padding-inline-end:.2rem}.product-form,.product-options{gap:.68rem}.product-option-group legend{margin-bottom:.38rem;font-size:.65rem;letter-spacing:.085em}.product-option-group__values{gap:.38rem}.product-option-button{min-width:2.45rem;min-height:2.22rem;padding:.42rem .62rem;font-size:.76rem}.product-form__error{padding:.55rem .65rem;font-size:.78rem}.product-form__footer{gap:.55rem}.quantity-field{gap:.25rem;font-size:.63rem;letter-spacing:.075em}.quantity-field input{min-height:2.42rem}.product-form__submit,.product-form__payment-button .shopify-payment-button__button,.product-form__payment-lock{min-height:2.55rem;font-size:.72rem;letter-spacing:.06em}.product-benefits-list{gap:.42rem}.product-benefits-list span{padding:.58rem .65rem;border-radius:.78rem;font-size:.78rem;line-height:1.35}.product-trust{gap:.5rem}.trust-badge{padding:.62rem;border-radius:.85rem}.trust-badge strong{font-size:.78rem}.trust-badge span{margin-top:.18rem;font-size:.72rem;line-height:1.35}.product-accordions details{padding:.72rem 0}.product-accordions summary{font-size:.82rem}.product-accordions p{margin-top:.38rem;font-size:.8rem;line-height:1.45}.sticky-atc{padding:.48rem 0 calc(.48rem + env(safe-area-inset-bottom))}.sticky-atc__inner{width:min(100% - .85rem,var(--site-width));gap:.55rem}.sticky-atc__inner strong{max-width:9.5rem;font-size:.78rem;line-height:1.15}.sticky-atc__inner span{font-size:.72rem}.sticky-atc__button{min-height:2.45rem;padding:.58rem .75rem;font-size:.68rem;letter-spacing:.055em;white-space:nowrap}}@media(max-width:420px){.product-page-v2{padding-block:.65rem 5.1rem}.product-page-v2 .product-page-v2__width{width:min(96vw,calc(100% - .6rem))!important;max-width:min(96vw,calc(100% - .6rem))!important}.product-panel{gap:.65rem}.product-gallery__stage{padding:.28rem;border-radius:.88rem}.product-gallery__image,.product-gallery__video,.product-gallery__model,.product-gallery__placeholder{height:clamp(16.4rem,72vw,20rem);border-radius:.72rem}.product-gallery__thumb{flex-basis:3.3rem}.product-panel__content{padding:.68rem;gap:.62rem;border-radius:.9rem}.product-panel__title{font-size:clamp(1.26rem,6.8vw,1.78rem)}.product-panel__price{font-size:.98rem}.product-panel__description{font-size:.79rem}.product-option-button{min-width:2.25rem;min-height:2.08rem;padding:.36rem .52rem;font-size:.7rem}.product-benefits-list span,.trust-badge span,.product-accordions p{font-size:.72rem}.sticky-atc__inner strong{max-width:8.25rem}.sticky-atc__button{padding:.52rem .6rem;font-size:.62rem}}@media(max-width:749px){.product-page-v2{padding-block:1rem 5.75rem}.product-page-v2__width{margin-inline:auto}.product-page-v2 .product-panel{gap:.75rem}.product-page-v2 .product-gallery{gap:.5rem}.product-page-v2 .product-gallery__stage{display:flex;align-items:center;justify-content:center;min-height:clamp(18rem,82vw,27rem);max-height:min(70vh,28rem);padding:.45rem;border-radius:1rem;background:linear-gradient(180deg,#faf7f3,#faf7f3)}.product-page-v2 .product-gallery__item.is-active{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-page-v2 .product-gallery__image,.product-page-v2 .product-gallery__video,.product-page-v2 .product-gallery__model,.product-page-v2 .product-gallery__placeholder{width:100%;height:auto;max-height:clamp(17rem,78vw,26rem);aspect-ratio:auto;object-fit:contain;border-radius:.78rem}.product-page-v2 .product-gallery__thumbs{gap:.45rem;padding:.08rem .04rem .35rem;scroll-snap-type:x mandatory}.product-page-v2 .product-gallery__thumb{flex:0 0 3.35rem;border-radius:.72rem;scroll-snap-align:start}.product-page-v2 .product-gallery__thumb-image{aspect-ratio:1;object-fit:cover}.product-page-v2 .product-panel__content{gap:.68rem;padding:.78rem;border-radius:1rem;box-shadow:0 .65rem 1.8rem #1a17130f}.product-page-v2 .product-panel__badges{gap:.38rem}.product-page-v2 .product-card__category,.product-page-v2 .stock-chip{padding:.3rem .48rem;font-size:.62rem;line-height:1;letter-spacing:.055em}.product-page-v2 .product-panel__title{max-width:14ch;font-size:clamp(1.45rem,8vw,2.25rem);line-height:.95;letter-spacing:-.055em}.product-page-v2 .product-panel__price-row{gap:.45rem}.product-page-v2 .product-panel__price{font-size:1.08rem}.product-page-v2 .product-panel__compare{font-size:.82rem}.product-page-v2 .product-panel__stock{flex-wrap:wrap;gap:.4rem}.product-page-v2 .product-panel__stock strong{font-size:.74rem;line-height:1.2}.product-page-v2 .product-panel__description{font-size:.84rem;line-height:1.43}.product-page-v2 .product-panel__description.rte>*{margin-block:.35rem}.product-page-v2 .product-form,.product-page-v2 .product-options{gap:.68rem}.product-page-v2 .product-option-group legend{margin-bottom:.38rem;font-size:.66rem;letter-spacing:.075em}.product-page-v2 .product-option-group__values{display:grid;grid-template-columns:repeat(auto-fit,minmax(3.05rem,1fr));gap:.38rem}.product-page-v2 .product-option-button{min-width:0;min-height:2.22rem;padding:.46rem .55rem;border-radius:999px;font-size:.78rem;line-height:1.05}.product-page-v2 .product-form__error{padding:.55rem .65rem;border-radius:.78rem;font-size:.76rem}.product-page-v2 .product-form__footer{grid-template-columns:5.4rem minmax(0,1fr);gap:.48rem;align-items:end}.product-page-v2 .quantity-field{gap:.25rem;font-size:.62rem;letter-spacing:.055em}.product-page-v2 .quantity-field input{min-height:2.45rem;padding:.62rem .4rem}.product-page-v2 .product-form__submit,.product-page-v2 .shopify-payment-button__button,.product-page-v2 .product-form__payment-lock{min-height:2.45rem;padding:.65rem .8rem;font-size:.74rem;letter-spacing:.055em}.product-page-v2 .product-form__payment-button{min-height:2.45rem}.product-page-v2 .product-benefits-list{gap:.42rem}.product-page-v2 .product-benefits-list span{padding:.55rem .62rem;border-radius:.78rem;font-size:.76rem;line-height:1.25}.product-page-v2 .product-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.product-page-v2 .trust-badge{padding:.58rem;border-radius:.82rem}.product-page-v2 .trust-badge strong{font-size:.74rem;line-height:1.12}.product-page-v2 .trust-badge span{margin-top:.18rem;font-size:.68rem;line-height:1.25}.product-page-v2 .product-accordions details{padding:.7rem 0}.product-page-v2 .product-accordions summary{font-size:.82rem}.product-page-v2 .product-accordions p{margin-top:.38rem;font-size:.78rem;line-height:1.42}.product-page-v2 .sticky-atc{padding:.48rem 0 calc(.48rem + env(safe-area-inset-bottom))}.product-page-v2 .sticky-atc__inner{gap:.5rem}.product-page-v2 .sticky-atc__inner strong{max-width:9.2rem;font-size:.78rem;line-height:1.15}.product-page-v2 .sticky-atc__inner span{font-size:.72rem}.product-page-v2 .sticky-atc__button{min-height:2.4rem;padding:.55rem .78rem;font-size:.72rem;white-space:nowrap}}@media(max-width:420px){.product-page-v2{padding-top:.75rem;padding-bottom:5.4rem}.product-page-v2 .product-gallery__stage{min-height:clamp(16.2rem,84vw,22.5rem);max-height:24rem;padding:.35rem}.product-page-v2 .product-gallery__image,.product-page-v2 .product-gallery__video,.product-page-v2 .product-gallery__model,.product-page-v2 .product-gallery__placeholder{max-height:clamp(15.6rem,80vw,21.8rem)}.product-page-v2 .product-gallery__thumb{flex-basis:3rem}.product-page-v2 .product-panel__content{padding:.66rem;gap:.58rem}.product-page-v2 .product-panel__title{font-size:clamp(1.28rem,7.4vw,1.9rem)}.product-page-v2 .product-panel__description{font-size:.78rem}.product-page-v2 .product-option-group__values{grid-template-columns:repeat(auto-fit,minmax(2.55rem,1fr));gap:.32rem}.product-page-v2 .product-option-button{min-height:2.05rem;padding:.38rem .45rem;font-size:.72rem}.product-page-v2 .product-form__footer{grid-template-columns:4.75rem minmax(0,1fr)}.product-page-v2 .quantity-field input,.product-page-v2 .product-form__submit,.product-page-v2 .shopify-payment-button__button,.product-page-v2 .product-form__payment-lock{min-height:2.32rem}.product-page-v2 .product-trust{grid-template-columns:1fr}.product-page-v2 .sticky-atc__inner strong{max-width:7.6rem}.product-page-v2 .sticky-atc__button{padding-inline:.62rem;font-size:.68rem}}@media(max-width:340px){.product-page-v2 .product-form__footer{grid-template-columns:1fr}.product-page-v2 .sticky-atc__inner{align-items:stretch}.product-page-v2 .sticky-atc__inner>div{display:none}.product-page-v2 .sticky-atc__button{width:100%}}@media(max-width:749px){.product-page-v2{overflow:hidden;padding-block:.8rem calc(5.85rem + env(safe-area-inset-bottom))}.product-page-v2 .product-page-v2__width{max-width:100%}.product-page-v2 .product-panel{display:grid;gap:.85rem}.product-page-v2 .product-gallery{gap:.55rem}.product-page-v2 .product-gallery__stage{overflow:hidden;border-radius:1rem;background:linear-gradient(180deg,#faf7f3,#faf7f3);box-shadow:0 .55rem 1.5rem #faf7f3}.product-page-v2 .product-gallery__item.is-active{display:grid;place-items:center}.product-page-v2 .product-gallery__image,.product-page-v2 .product-gallery__video,.product-page-v2 .product-gallery__model,.product-page-v2 .product-gallery__placeholder{width:100%;aspect-ratio:4/5;max-height:min(72vh,30rem);object-fit:contain;object-position:center center;border-radius:1rem;background:#faf7f3}.product-page-v2 .product-gallery__image{padding:.35rem}.product-page-v2 .product-gallery__placeholder{min-height:20rem;padding:1rem}.product-page-v2 .product-gallery__thumbs{gap:.45rem;padding-bottom:.18rem;scroll-snap-type:x mandatory}.product-page-v2 .product-gallery__thumb{flex:0 0 3.45rem;border-radius:.75rem;scroll-snap-align:start}.product-page-v2 .product-gallery__thumb-image{aspect-ratio:1;object-fit:cover}.product-page-v2 .product-panel__content{gap:.72rem;padding:.82rem;border-radius:1rem}.product-page-v2 .product-panel__badges{gap:.35rem}.product-page-v2 .product-card__category,.product-page-v2 .stock-chip{padding:.32rem .48rem;font-size:.62rem;letter-spacing:.06em;line-height:1.1}.product-page-v2 .product-panel__title{font-size:clamp(1.45rem,8.5vw,2.15rem);line-height:.95;letter-spacing:-.055em}.product-page-v2 .product-panel__price-row{flex-wrap:wrap;gap:.38rem .5rem}.product-page-v2 .product-panel__price{font-size:1.08rem}.product-page-v2 .product-panel__compare{font-size:.86rem}.product-page-v2 .product-panel__stock{align-items:flex-start;flex-wrap:wrap;gap:.42rem}.product-page-v2 .product-panel__stock strong{font-size:.76rem;line-height:1.2}.product-page-v2 .product-panel__description{max-height:6.4rem;overflow:auto;padding-inline-end:.2rem;font-size:.83rem;line-height:1.45}.product-page-v2 .product-form,.product-page-v2 .product-options{gap:.72rem}.product-page-v2 .product-option-group legend{margin-bottom:.4rem;font-size:.66rem;letter-spacing:.08em}.product-page-v2 .product-option-group__values{gap:.4rem}.product-page-v2 .product-option-button{min-width:2.55rem;min-height:2.28rem;padding:.45rem .65rem;font-size:.76rem;line-height:1}.product-page-v2 .product-form__error{padding:.55rem .7rem;border-radius:.85rem;font-size:.78rem;line-height:1.35}.product-page-v2 .product-form__footer{grid-template-columns:4.9rem 1fr;gap:.5rem;align-items:end}.product-page-v2 .quantity-field{gap:.25rem;font-size:.62rem;letter-spacing:.065em}.product-page-v2 .quantity-field input{min-height:2.58rem;padding:.55rem .45rem;border-radius:.85rem}.product-page-v2 .product-form__submit{min-height:2.58rem;padding:.65rem .75rem;font-size:.68rem;letter-spacing:.065em}.product-page-v2 .product-form__payment-button .shopify-payment-button__button,.product-page-v2 .product-form__payment-button .shopify-payment-button__button--unbranded{min-height:2.58rem!important;border-radius:999px!important;font-size:.72rem!important}.product-page-v2 .product-form__payment-lock{border-radius:999px;font-size:.72rem}.product-page-v2 .product-benefits-list{gap:.42rem}.product-page-v2 .product-benefits-list span{padding:.55rem .65rem;border-radius:.85rem;font-size:.78rem;line-height:1.3}.product-page-v2 .product-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.product-page-v2 .trust-badge{padding:.6rem;border-radius:.85rem}.product-page-v2 .trust-badge strong{font-size:.76rem;line-height:1.15}.product-page-v2 .trust-badge span{margin-top:.18rem;font-size:.68rem;line-height:1.25}.product-page-v2 .product-accordions details{padding:.72rem 0}.product-page-v2 .product-accordions summary{font-size:.82rem}.product-page-v2 .product-accordions p{margin-top:.42rem;font-size:.78rem;line-height:1.42}.sticky-atc{padding:.48rem 0 calc(.48rem + env(safe-area-inset-bottom))}.sticky-atc__inner{width:min(100% - 1.6rem,var(--site-width));gap:.55rem}.sticky-atc__inner strong{max-width:11rem;font-size:.75rem;line-height:1.15}.sticky-atc__inner span{font-size:.7rem}.sticky-atc__button{min-height:2.35rem;padding:.55rem .78rem;font-size:.64rem;letter-spacing:.055em;white-space:nowrap}}@media(max-width:420px){.product-page-v2{padding-block:.65rem calc(5.45rem + env(safe-area-inset-bottom))}.product-page-v2 .product-gallery__image,.product-page-v2 .product-gallery__video,.product-page-v2 .product-gallery__model,.product-page-v2 .product-gallery__placeholder{max-height:min(68vh,26rem)}.product-page-v2 .product-gallery__image{padding:.25rem}.product-page-v2 .product-panel__content{gap:.62rem;padding:.7rem}.product-page-v2 .product-panel__title{font-size:clamp(1.3rem,7.8vw,1.85rem)}.product-page-v2 .product-panel__description{max-height:5.6rem;font-size:.78rem}.product-page-v2 .product-form__footer{grid-template-columns:4.6rem 1fr;gap:.42rem}.product-page-v2 .product-option-button{min-width:2.35rem;min-height:2.16rem;padding:.38rem .55rem;font-size:.7rem}.product-page-v2 .product-benefits-list span{padding:.48rem .55rem;font-size:.72rem}.product-page-v2 .trust-badge{padding:.5rem}.product-page-v2 .trust-badge span{font-size:.62rem}.sticky-atc__inner strong{max-width:8.8rem}.sticky-atc__button{min-height:2.24rem;padding:.5rem .65rem;font-size:.58rem}}@media(max-width:340px){.product-page-v2 .product-form__footer,.product-page-v2 .product-trust{grid-template-columns:1fr}.sticky-atc__inner strong{max-width:7rem}}body{background:#f7f3ee}.announcement-bar{background:#f7f3ee;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1.5rem #faf7f3}.announcement-bar__inner{color:#faf7f3;text-shadow:none}.site-header,.site-header.is-scrolled,body.mobile-nav-open .site-header{background:#f7f3ee;border-bottom-color:#0000001a;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header__logo,.site-footer__logo,.mobile-nav__brand{color:#faf7f3;letter-spacing:.19em}.site-header__menu-toggle,.site-header__cart,.site-header__icon-link,.site-header__menu-toggle:hover,.site-header__cart:hover,.site-header__icon-link:hover,.button{background:#1a1713;color:#faf7f3;border-color:#1a1713;box-shadow:0 .85rem 1.7rem #0003,0 0 0 1px #c2895124}.button:hover,.button:focus-visible{background:#a87240;color:#faf7f3;border-color:#a87240;box-shadow:0 4px 14px #1a171317}.button--ghost{background:transparent;color:#1a1713;border-color:#a87240;box-shadow:none}.button--ghost:hover,.button--ghost:focus-visible{background:#c28951;color:#1a1713;border-color:#c28951}.eyebrow{color:#c28951}.eyebrow:before{background:linear-gradient(90deg,transparent,#C28951,#A87240,transparent)}.product-card__link,.value-card,.trust-strip__item,.brand-manifesto__shell,.product-panel,.cart-item,.cart-summary,.empty-state,.collection-filters,.trust-badge,.product-benefits-list span,.product-accordions details,.category-card,.lookbook-tile{border-color:#c2895124;background:linear-gradient(180deg,#fcf6f50e,#fcf6f507);box-shadow:0 .75rem 2rem #faf7f3}.product-card__link:hover,.category-card:hover,.lookbook-tile:hover{border-color:#c2895157;box-shadow:0 4px 14px #1a171317,0 0 0 1px #c2895114}.product-card__media,.product-gallery__stage,.product-gallery__thumb,.cart-item__media,.category-card__media,.lookbook-tile__media{background:linear-gradient(135deg,#faf7f3,#e5d5cf 48%,#d4bfbb)}.product-gallery__image,.product-card__image{filter:drop-shadow(0 1rem 1.4rem #FAF7F3)}.stock-chip,.product-card__badge{background:#faf7f3;color:#1a1713;border-color:#c28951a6}.stock-chip--sale,.stock-chip--alert{background:#c289511f;color:#1a1713}input,select,textarea{background:#fcf6f50f;border-color:#c289512e;color:#faf7f3}input:focus,select:focus,textarea:focus{border-color:#c2895194;box-shadow:0 0 0 3px #c289511f}.mobile-nav{z-index:9999;background:#f7f3ee}.mobile-nav.is-open{background:#f7f3ee}.mobile-nav__scrim{background:#f7f3ee;opacity:0}.mobile-nav.is-open .mobile-nav__scrim{opacity:1}.mobile-nav__panel{background:#f7f3ee;background-image:radial-gradient(circle at 18% 0%,rgba(194,137,81,.14),transparent 16rem),radial-gradient(circle at 100% 24%,rgba(194,137,81,.16),transparent 18rem),linear-gradient(180deg,#f7f3ee 0% 56%,#f7f3ee);border-inline-end:1px solid rgba(194,137,81,.2);box-shadow:1rem 0 3rem #00000073;color:#faf7f3;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-nav__top{position:relative;z-index:1}.mobile-nav__close{background:#faf7f3;color:#1a1713;border:1px solid #FAF7F3;box-shadow:0 1px 3px #1a171312}.mobile-nav__search{position:relative;z-index:1;padding:.7rem;border:1px solid rgba(194,137,81,.16);border-radius:1.4rem;background:#fcf6f50f}.mobile-nav__search input{min-height:2.85rem;background:#faf7f3;color:#1a1713;border-color:#faf7f3;border-radius:999px}.mobile-nav__search input::placeholder{color:#c289518c}.mobile-nav__search button{min-height:2.85rem;background:#faf7f3;color:#1a1713;border:1px solid #FAF7F3;box-shadow:none}.mobile-nav__links{position:relative;z-index:1;gap:.65rem}.mobile-nav__links a{display:flex;align-items:center;justify-content:space-between;min-height:3.1rem;padding:.9rem 1rem;border:1px solid rgba(252,246,245,.1);border-radius:1rem;background:#faf7f3;color:#1a1713;box-shadow:0 1px 3px #1a171312;font-size:.88rem;letter-spacing:.08em}.mobile-nav__links a:after{content:"\2192";font-size:1rem;color:#c28951}html[dir=rtl] .mobile-nav__links a:after{content:"\2190"}.mobile-nav__links a:hover,.mobile-nav__links a:focus-visible{background:#c28951;border-color:#c28951;transform:translate(2px)}html[dir=rtl] .mobile-nav__links a:hover,html[dir=rtl] .mobile-nav__links a:focus-visible{transform:translate(-2px)}.mobile-nav__meta{position:relative;z-index:1;color:#faf7f3;border-top-color:#c289512e}.mobile-nav__meta p{color:#fcf6f5c2}.mobile-nav .language-switcher__inner{background:#faf7f3;border-color:#faf7f3}.mobile-nav .language-switcher__button{color:#1a1713}.mobile-nav .language-switcher__button.is-active{background:#1a1713;color:#faf7f3}@media(max-width:749px){body.mobile-nav-open .announcement-bar,body.mobile-nav-open .site-main,body.mobile-nav-open .site-footer{pointer-events:none}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;min-height:100vh;min-height:100dvh}.mobile-nav__panel{top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;min-height:100vh;min-height:100dvh;padding:calc(1rem + env(safe-area-inset-top)) 1rem calc(1.2rem + env(safe-area-inset-bottom));border:0;box-shadow:none;transform:translate(-100%)}html[dir=rtl] .mobile-nav__panel{transform:translate(100%)}.mobile-nav.is-open .mobile-nav__panel{transform:none}.mobile-nav__top{margin-bottom:.9rem}.mobile-nav__brand{font-size:1.05rem}.mobile-nav__close{width:2.85rem;height:2.85rem}.mobile-nav__links{margin-top:.8rem}.mobile-nav__links a{min-height:3rem;padding:.82rem .92rem;font-size:.78rem}.hero-novaire,.collection-showcase,.product-page-v2,.section{scroll-margin-top:calc(var(--header-height) + 1rem)}.hero-novaire__copy h1,.section-heading h1,.section-heading h2,.product-panel__title{text-wrap:balance}.product-card__link,.product-card__content{background:#fcf6f50a}.product-card__title,.product-panel__title{color:#faf7f3}.product-card__price,.product-panel__price{color:#c28951}.sticky-atc{background:#f7f3ee;border-top-color:#c2895133;backdrop-filter:none;-webkit-backdrop-filter:none}}@media(max-width:420px){.mobile-nav__search{grid-template-columns:1fr}.mobile-nav__search button{width:100%}.mobile-nav__links a{border-radius:.9rem}}.novaire-offer__inner{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.6rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:linear-gradient(135deg,#faf7f3,#faf7f3);margin-bottom:1rem}.novaire-offer__icon{display:inline-flex;color:var(--color-primary);opacity:.7}.novaire-offer__text{font-size:.78rem;font-weight:850;letter-spacing:.04em;color:var(--color-text)}@media(max-width:749px){.novaire-offer__inner{gap:.45rem;padding:.5rem .8rem;border-radius:var(--radius-l)}.novaire-offer__text{font-size:.7rem;line-height:1.3;text-align:center}}.novaire-social-proof__inner{display:grid;gap:2rem}.novaire-social-proof__reviews .eyebrow{margin-bottom:1rem}.novaire-social-proof__review-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:1.2rem}.novaire-social-proof__review{padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:linear-gradient(180deg,#faf7f3,#ffffff07);box-shadow:0 .6rem 1.5rem #1a17130f}.novaire-social-proof__review-stars{display:flex;gap:.2rem;margin-bottom:.6rem;color:var(--color-primary)}.novaire-social-proof__review-content{margin:0;font-size:.92rem;line-height:1.5;color:var(--color-text)}.novaire-social-proof__review-author{display:block;margin-top:.6rem;font-size:.8rem;font-style:normal;font-weight:800;color:var(--color-text-muted)}.novaire-social-proof__photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:.6rem}.novaire-social-proof__photo{margin:0;overflow:hidden;border-radius:var(--radius-m);background:#ede8e0}.novaire-social-proof__photo img{width:100%;aspect-ratio:1;object-fit:cover}.novaire-social-proof__instagram .button{gap:.55rem}.novaire-social-proof__stats{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.novaire-social-proof__stat{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:#faf7f3;color:var(--color-text-muted);font-size:.82rem;font-weight:700}.novaire-social-proof__stat strong{font-size:1.05rem;color:var(--color-text)}@media(max-width:749px){.novaire-social-proof__review-list{grid-template-columns:1fr}.novaire-social-proof__photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.novaire-social-proof__stats{gap:.75rem}}@media(max-width:420px){.novaire-social-proof__photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.mobile-nav__panel,.mobile-nav__links a,.site-header__menu-toggle,.button{transition:none!important}}.product-panel__tagline{font-size:.86rem;font-weight:800;letter-spacing:.02em;color:var(--color-primary);line-height:1.35;margin-bottom:0;opacity:.88}@media(max-width:749px){.product-panel__tagline{font-size:.76rem}}.size-guide__inner{display:grid;gap:2rem;max-width:56rem}.size-guide__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#faf7f3;box-shadow:var(--shadow-soft)}.size-guide__table{width:100%;border-collapse:collapse;min-width:36rem;font-size:.92rem}.size-guide__table thead{background:linear-gradient(135deg,#c289518c,#c2895159)}.size-guide__table th{padding:1rem 1.2rem;color:#faf7f3;font-weight:950;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;text-align:start;white-space:nowrap}.size-guide__table td{padding:.9rem 1.2rem;border-bottom:1px solid var(--color-border);vertical-align:middle}.size-guide__table tbody tr:last-child td{border-bottom:0}.size-guide__table tbody tr:nth-child(2n){background:#faf7f3}.size-guide__table tbody tr:hover{background:#c2895114}.size-guide__fit-col{width:34%}.size-guide__notes{margin-top:.5rem;padding:1.2rem;border:1px solid var(--color-border);border-radius:var(--radius-l);background:#faf7f3;font-size:.88rem;line-height:1.6;color:var(--color-text-muted)}.size-guide__notes p{margin:0}@media(max-width:749px){.size-guide__inner{gap:1.25rem}.size-guide__table-wrapper{border-radius:1rem}.size-guide__table{min-width:0;font-size:.84rem}.size-guide__table thead{display:none}.size-guide__table tbody,.size-guide__table tr,.size-guide__table td{display:block}.size-guide__table tr{padding:.8rem;border-bottom:1px solid var(--color-border)}.size-guide__table tr:last-child{border-bottom:0}.size-guide__table td{padding:.35rem .4rem;border-bottom:0;text-align:end}.size-guide__table td:before{content:attr(data-label);float:start;font-weight:950;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.size-guide__notes{font-size:.82rem;padding:1rem;border-radius:1rem}}.product-option-group__size-guide-link{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:none;color:var(--color-primary);text-decoration:underline;text-underline-offset:.2rem;margin-inline-start:.6rem;white-space:nowrap;cursor:pointer}.product-option-group__size-guide-link:hover{color:var(--color-text)}.product-option-group__size-guide-link:focus-visible{outline:2px solid #C28951;outline-offset:2px;border-radius:2px}.size-guide-modal{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1rem}.size-guide-modal[hidden]{display:none}.size-guide-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a17138c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.size-guide-modal__dialog{position:relative;z-index:1;width:min(100%,48rem);max-height:90vh;overflow-y:auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:0 2rem 5rem #1a171366}.size-guide-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border-bottom:1px solid var(--color-border);background:linear-gradient(135deg,rgba(194,137,81,.08),transparent)}.size-guide-modal__header h2{margin:0;font-size:1.1rem;font-weight:950;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-text)}.size-guide-modal__close{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid var(--color-border);background:#faf7f3;color:var(--color-text);font-size:1.4rem;line-height:1;cursor:pointer;transition:background var(--transition-base)}.size-guide-modal__close:hover{background:#ede8e0}.size-guide-modal__body{padding:1.4rem}.size-guide-modal__body .size-guide__table-wrapper{border-radius:var(--radius-l)}.size-guide-modal__body .size-guide__notes{margin-top:1rem}body.size-guide-modal--open{overflow:hidden}@media(max-width:749px){.size-guide-modal{padding:.6rem;align-items:end}.size-guide-modal__dialog{width:100%;max-height:92vh;border-radius:var(--radius-l) var(--radius-l) 0 0}.size-guide-modal__header,.size-guide-modal__body{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/novaire-base.css.map */
