.site-header{position:sticky;top:0;z-index:var(--z-header);width:100%;background:color-mix(in srgb,var(--noma-bg) 82%,transparent);backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px);border-bottom:1px solid transparent;transition:background var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out)}.site-header.is-scrolled{border-bottom-color:var(--noma-line)}.site-header.is-transparent{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-4);height:64px;padding-inline:var(--gutter)}@media(min-width:900px){.site-header__inner{height:80px}}.site-header__nav-left,.site-header__nav-right{display:flex;align-items:center;gap:var(--space-5)}.site-header__nav-right{justify-content:flex-end}.site-header__menu{display:none}@media(min-width:900px){.site-header__menu{display:flex;gap:var(--space-5)}}.site-header__menu a{font-size:var(--fs-sm);font-weight:400;letter-spacing:.02em;color:var(--noma-fg);position:relative;padding-block:.5rem}.site-header__menu a:after{content:"";position:absolute;inset:auto 0 .2rem 0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform var(--dur-base) var(--ease-out)}.site-header__menu a:hover:after,.site-header__menu a.is-active:after{transform:scaleX(1);transform-origin:left}.site-logo{font-family:var(--noma-display);font-weight:300;font-size:1.45rem;letter-spacing:.45em;text-indent:.45em;color:var(--noma-fg);-webkit-user-select:none;user-select:none}@media(min-width:900px){.site-logo{font-size:1.7rem}}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);color:var(--noma-fg);transition:background var(--dur-fast) var(--ease-out);position:relative}.site-header__icon:hover{background:var(--noma-mist)}.site-header__icon svg{width:22px;height:22px}.site-header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-pill);background:var(--noma-espresso);color:var(--noma-pearl);font-size:10px;font-weight:500;display:flex;align-items:center;justify-content:center;line-height:1}.site-header__cart-count[hidden]{display:none}.menu-toggle{display:inline-flex}@media(min-width:900px){.menu-toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-drawer);background:var(--noma-bone);transform:translate(-100%);transition:transform var(--dur-slow) var(--ease-out);display:flex;flex-direction:column;overflow-y:auto}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--gutter);height:64px;border-bottom:1px solid var(--noma-line)}.mobile-menu__body{flex:1;padding:var(--space-8) var(--gutter);display:flex;flex-direction:column;gap:var(--space-2)}.mobile-menu__link{font-family:var(--noma-display);font-size:clamp(2rem,8vw,3.2rem);font-weight:300;letter-spacing:-.02em;line-height:1.1;color:var(--noma-fg);padding:.4rem 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--noma-line)}.mobile-menu__link svg{width:1em;height:1em;opacity:.4}.mobile-menu__footer{padding:var(--space-6) var(--gutter);border-top:1px solid var(--noma-line);display:flex;flex-direction:column;gap:var(--space-3);font-size:var(--fs-sm);color:var(--noma-graphite)}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a141066;opacity:0;pointer-events:none;transition:opacity var(--dur-base) var(--ease-out);z-index:var(--z-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.scrim.is-active{opacity:1;pointer-events:auto}.hero{position:relative;width:100%;height:100dvh;min-height:600px;overflow:hidden;background:var(--noma-mist)}.hero__track{display:flex;width:100%;height:100%;transition:transform var(--dur-xslow) var(--ease-out);will-change:transform}.hero__slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden;display:flex;align-items:flex-end}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.06);transition:transform 8s var(--ease-out)}.hero__slide.is-active .hero__media img,.hero__slide.is-active .hero__media video{transform:scale(1)}.hero__media--gradient{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;animation:noma-mesh-float 18s ease-in-out infinite;background-size:140% 140%!important;background-position:0% 0%,100% 100%,50% 0%,0% 0%!important}@keyframes noma-mesh-float{0%,to{background-position:0% 0%,100% 100%,50% 0%,0% 0%}50%{background-position:20% 30%,80% 60%,30% 40%,0% 0%}}@media(prefers-reduced-motion:reduce){.hero__media--gradient{animation:none}}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f5f0e800 0% 40%,#1a14100d 70%,#1a141040)}.hero__content{position:relative;z-index:2;padding:var(--gutter);padding-bottom:clamp(5rem,10vw,7rem);width:100%;display:flex;flex-direction:column;gap:var(--space-4);color:var(--noma-pearl)}.hero__content[data-content-color=dark]{color:var(--noma-espresso)}.hero__eyebrow{font-size:var(--fs-xs);letter-spacing:.24em;text-transform:uppercase;font-weight:500;opacity:.85}.hero__title{font-family:var(--noma-display);font-weight:300;font-size:clamp(3rem,11vw,7.5rem);line-height:.95;letter-spacing:-.025em;max-width:12ch}.hero__title em{font-style:italic;font-weight:300}.hero__subtitle{font-size:var(--fs-md);max-width:32ch;line-height:1.4;opacity:.85}.hero__cta{margin-top:var(--space-3)}@media(min-width:900px){.hero__content{max-width:700px;padding-left:clamp(2rem,6vw,5rem)}.hero__title{max-width:14ch}}.hero__brand{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--noma-display);font-weight:300;font-size:clamp(7rem,26vw,26rem);letter-spacing:.05em;color:var(--noma-pearl);opacity:.1;pointer-events:none;z-index:1;white-space:nowrap;-webkit-user-select:none;user-select:none}.hero__brand[data-brand-color=dark]{color:var(--noma-espresso);opacity:.08}.hero__pagination{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem}@media(min-width:900px){.hero__pagination{left:auto;right:var(--gutter);transform:none}}.hero__dot{position:relative;width:32px;height:4px;background:#ffffff4d;border-radius:var(--radius-pill);overflow:hidden;transition:background var(--dur-fast)}.hero__dot[data-color=dark]{background:#1a141033}.hero__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe6;transform-origin:left;transform:scaleX(0)}.hero__dot[data-color=dark]:after{background:#1a1410cc}.hero__dot.is-active:after{animation:hero-progress var(--hero-duration, 6s) linear forwards}@keyframes hero-progress{to{transform:scaleX(1)}}.hero__arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:none;justify-content:space-between;padding:0 var(--gutter);z-index:3;pointer-events:none}@media(min-width:900px){.hero__arrows{display:flex}}.hero__arrow{width:56px;height:56px;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-pill);color:var(--noma-pearl);display:inline-flex;align-items:center;justify-content:center;pointer-events:auto;transition:background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);border:1px solid rgba(255,255,255,.2)}.hero__arrow:hover{background:#ffffff4d;transform:scale(1.05)}.hero__arrow svg{width:20px;height:20px}.manifesto{padding:clamp(6rem,14vw,12rem) var(--gutter);background:var(--noma-bone);text-align:center;position:relative;overflow:hidden}.manifesto__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5;background:radial-gradient(ellipse 60% 40% at 20% 30%,var(--noma-mist) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 70%,color-mix(in srgb,var(--noma-amber) 25%,transparent) 0%,transparent 60%);filter:blur(40px)}.manifesto__inner{position:relative;max-width:28ch;margin:0 auto}.manifesto__eyebrow{display:block;margin-bottom:var(--space-6)}.manifesto__text{font-family:var(--noma-display);font-weight:300;font-size:clamp(1.8rem,5vw,3.4rem);line-height:1.15;letter-spacing:-.02em;color:var(--noma-fg)}.manifesto__text em{font-style:italic;color:var(--noma-deep-lavender)}.manifesto__signature{margin-top:var(--space-8);font-family:var(--noma-display);font-style:italic;font-size:var(--fs-md);color:var(--noma-graphite)}.editorial{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:center;padding:var(--section-py) var(--gutter)}@media(min-width:900px){.editorial{grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem)}.editorial--reverse{direction:rtl}.editorial--reverse>*{direction:ltr}}.editorial__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--radius-md);background:var(--noma-mist)}.editorial__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-out)}.editorial__media:hover img{transform:scale(1.03)}.editorial__placeholder{width:100%;height:100%;border-radius:var(--radius-md);background-size:140% 140%;animation:noma-mesh-float 22s ease-in-out infinite}.product-card--placeholder .product-card__media{background:var(--noma-mist)}.product-card--placeholder .product-card__title,.product-card--placeholder .product-card__price{color:var(--noma-stone)}.editorial__content{display:flex;flex-direction:column;gap:var(--space-5);max-width:44ch}.editorial__content h2{font-family:var(--noma-display);font-weight:300;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;letter-spacing:-.02em}.editorial__content p{color:var(--noma-graphite);line-height:1.6;font-size:var(--fs-md)}.products-grid{padding:var(--section-py) var(--gutter)}.products-grid__header{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-8);max-width:50ch}@media(min-width:900px){.products-grid__header{display:grid;grid-template-columns:1fr auto;align-items:end;max-width:none;gap:var(--space-6)}.products-grid__intro{max-width:50ch}}.products-grid__title{font-family:var(--noma-display);font-weight:300;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.02em;line-height:1.05}.products-grid__lead{margin-top:var(--space-3);color:var(--noma-graphite);line-height:1.5}.products-grid__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,3vw,2.5rem) clamp(.75rem,2vw,1.5rem)}@media(min-width:700px){.products-grid__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.products-grid__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.color-showcase{position:relative;padding:clamp(5rem,10vw,9rem) 0;overflow:hidden;transition:background-color 1.2s var(--ease-out)}.color-showcase__inner{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:center;padding-inline:var(--gutter)}@media(min-width:900px){.color-showcase__inner{grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem)}}.color-showcase__media{position:relative;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.color-showcase__images{position:relative;width:100%;height:100%}.color-showcase__images img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(.96);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out)}.color-showcase__images img.is-active{opacity:1;transform:scale(1)}.color-showcase__content{display:flex;flex-direction:column;gap:var(--space-4);max-width:36ch}.color-showcase__name{font-family:var(--noma-display);font-weight:300;font-size:clamp(2.5rem,7vw,5rem);letter-spacing:-.025em;line-height:.95;transition:color var(--dur-base) var(--ease-out)}.color-showcase__variant-name{font-size:var(--fs-md);font-style:italic;font-family:var(--noma-display);font-weight:300;color:var(--noma-graphite);min-height:2em}.color-showcase__swatches{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:var(--space-3)}.color-showcase__swatch{width:36px;height:36px;border-radius:var(--radius-pill);background:var(--swatch-color, var(--noma-stone));border:1px solid rgba(0,0,0,.06);cursor:pointer;position:relative;transition:transform var(--dur-fast) var(--ease-out)}.color-showcase__swatch:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1.5px solid var(--noma-espresso);border-radius:var(--radius-pill);opacity:0;transition:opacity var(--dur-fast) var(--ease-out)}.color-showcase__swatch.is-active:after{opacity:1}.color-showcase__swatch:hover{transform:scale(1.08)}.color-showcase__cta{margin-top:var(--space-4)}.reviews{padding:var(--section-py) var(--gutter);background:var(--noma-ivory);position:relative;overflow:hidden}.reviews__header{text-align:center;margin-bottom:var(--space-8);display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}.reviews__rating{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--fs-md);font-weight:500;color:var(--noma-fg)}.reviews__stars{display:inline-flex;gap:2px;color:var(--noma-amber)}.reviews__stars svg{width:18px;height:18px;fill:currentColor}.reviews__title{font-family:var(--noma-display);font-weight:300;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.02em}.reviews__grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:700px){.reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.reviews__grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--noma-pearl);border-radius:var(--radius-md);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3);border:1px solid var(--noma-line)}.review-card__stars{display:inline-flex;gap:2px;color:var(--noma-amber)}.review-card__stars svg{width:14px;height:14px;fill:currentColor}.review-card__title{font-family:var(--noma-display);font-weight:400;font-size:var(--fs-md);line-height:1.25;letter-spacing:-.01em}.review-card__body{font-size:var(--fs-sm);color:var(--noma-graphite);line-height:1.55}.review-card__author{margin-top:auto;font-size:var(--fs-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--noma-stone)}.faq{padding:var(--section-py) var(--gutter)}.faq__inner{max-width:800px;margin:0 auto}.faq__header{text-align:center;margin-bottom:var(--space-8)}.faq__title{font-family:var(--noma-display);font-weight:300;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.02em}.faq__list{border-top:1px solid var(--noma-line)}.faq__item{border-bottom:1px solid var(--noma-line)}.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-family:var(--noma-display);font-weight:400;font-size:var(--fs-md);letter-spacing:-.01em;text-align:left;color:var(--noma-fg);cursor:pointer;transition:color var(--dur-fast)}.faq__question:hover{color:var(--noma-deep-lavender)}.faq__icon{width:22px;height:22px;flex-shrink:0;position:relative;transition:transform var(--dur-base) var(--ease-out)}.faq__icon:before,.faq__icon:after{content:"";position:absolute;top:50%;left:50%;background:currentColor;transition:transform var(--dur-base) var(--ease-out)}.faq__icon:before{width:14px;height:1px;transform:translate(-50%,-50%)}.faq__icon:after{width:1px;height:14px;transform:translate(-50%,-50%)}.faq__item[open] .faq__icon:after{transform:translate(-50%,-50%) scaleY(0)}.faq__answer{overflow:hidden;padding-bottom:1.5rem;color:var(--noma-graphite);line-height:1.65;font-size:var(--fs-sm);max-width:60ch}.newsletter{padding:clamp(5rem,10vw,8rem) var(--gutter);background:var(--noma-espresso);color:var(--noma-pearl);text-align:center}.newsletter__inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-5);align-items:center}.newsletter__title{font-family:var(--noma-display);font-weight:300;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;letter-spacing:-.02em}.newsletter__text{color:#f9f5efb3;max-width:44ch;line-height:1.55}.newsletter__form{width:100%;display:flex;flex-direction:column;gap:var(--space-3)}@media(min-width:600px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:1.1em 1.4em;font-size:var(--fs-base);color:var(--noma-pearl);background:transparent;border:1px solid rgba(249,245,239,.25);border-radius:var(--radius-pill);transition:border-color var(--dur-fast)}.newsletter__input::placeholder{color:#f9f5ef80}.newsletter__input:focus{outline:none;border-color:#f9f5ef99}.newsletter__submit{--btn-bg: var(--noma-pearl);--btn-fg: var(--noma-espresso);--btn-border: var(--noma-pearl)}.newsletter__success{font-size:var(--fs-sm);color:var(--noma-lavender)}.site-footer{background:var(--noma-bone);border-top:1px solid var(--noma-line);padding:clamp(4rem,8vw,7rem) var(--gutter) var(--space-6)}.site-footer__inner{max-width:var(--content-max);margin:0 auto}.site-footer__mark{font-family:var(--noma-display);font-weight:300;font-size:clamp(4rem,18vw,14rem);letter-spacing:.18em;text-indent:.18em;line-height:.9;margin-bottom:var(--space-8);color:var(--noma-fg);-webkit-user-select:none;user-select:none}.site-footer__cols{display:grid;grid-template-columns:1fr;gap:var(--space-6);padding-block:var(--space-6);border-top:1px solid var(--noma-line)}@media(min-width:700px){.site-footer__cols{grid-template-columns:repeat(4,1fr)}}.site-footer__col h4{font-size:var(--fs-xs);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--noma-graphite);margin-bottom:var(--space-4)}.site-footer__col ul{display:flex;flex-direction:column;gap:.6rem}.site-footer__col a{font-size:var(--fs-sm);color:var(--noma-fg);transition:color var(--dur-fast)}.site-footer__col a:hover{color:var(--noma-deep-lavender)}.site-footer__bottom{padding-top:var(--space-5);border-top:1px solid var(--noma-line);display:flex;flex-direction:column;gap:var(--space-3);font-size:var(--fs-xs);color:var(--noma-stone);letter-spacing:.06em}@media(min-width:700px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__localization{display:flex;flex-wrap:wrap;gap:.75rem}.site-footer__localization select{padding:.5em .9em;border:1px solid var(--noma-line);border-radius:var(--radius-pill);background:transparent;font-size:var(--fs-xs);color:var(--noma-fg);cursor:pointer}.password-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--gutter);text-align:center;background:radial-gradient(ellipse 60% 50% at 20% 30%,var(--noma-mist) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 70%,color-mix(in srgb,var(--noma-amber) 25%,transparent) 0%,transparent 60%),var(--noma-bone)}.password-page__inner{max-width:480px;display:flex;flex-direction:column;align-items:center;gap:var(--space-5)}.password-page__logo{font-family:var(--noma-display);font-weight:300;font-size:clamp(2rem,6vw,3rem);letter-spacing:.4em;text-indent:.4em}.page{padding:clamp(5rem,10vw,8rem) var(--gutter)}.page__inner{max-width:760px;margin:0 auto}.page__title{font-family:var(--noma-display);font-weight:300;font-size:clamp(2.5rem,7vw,5rem);letter-spacing:-.025em;line-height:.95;margin-bottom:var(--space-6)}.page__body{color:var(--noma-graphite);line-height:1.65;font-size:var(--fs-md)}.page__body p{margin-bottom:1em}.page__body h2{font-family:var(--noma-display);font-weight:400;font-size:var(--fs-lg);margin:2em 0 .5em;color:var(--noma-fg)}.page__body h3{font-family:var(--noma-sans);font-weight:500;font-size:var(--fs-md);margin:1.5em 0 .3em;color:var(--noma-fg)}.page__body a{text-decoration:underline;text-underline-offset:4px}.contact{padding:clamp(5rem,10vw,8rem) var(--gutter)}.contact__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media(min-width:900px){.contact__inner{grid-template-columns:1fr 1.2fr;gap:clamp(3rem,6vw,6rem)}}.contact__intro h1{font-family:var(--noma-display);font-weight:300;font-size:clamp(2.5rem,6vw,4.2rem);letter-spacing:-.025em;line-height:1;margin-bottom:var(--space-5)}.contact__intro p{color:var(--noma-graphite);margin-bottom:var(--space-5);line-height:1.6}.contact__details{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-6)}.contact__detail{display:flex;flex-direction:column;gap:.2rem;font-size:var(--fs-sm)}.contact__detail-label{font-size:var(--fs-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--noma-graphite)}.contact__form{display:flex;flex-direction:column;gap:var(--space-4)}.contact__form-row{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:600px){.contact__form-row{grid-template-columns:1fr 1fr}}.contact__success{padding:var(--space-4);background:color-mix(in srgb,var(--noma-celadon) 30%,transparent);border-radius:var(--radius-md);font-size:var(--fs-sm)}.not-found{min-height:calc(100dvh - 200px);display:flex;align-items:center;justify-content:center;padding:var(--gutter);text-align:center}.not-found__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);max-width:500px}.not-found__code{font-family:var(--noma-display);font-weight:300;font-size:clamp(6rem,20vw,14rem);line-height:.9;letter-spacing:-.04em;color:var(--noma-lavender)}.not-found__title{font-family:var(--noma-display);font-size:var(--fs-lg)}.not-found__text{color:var(--noma-graphite)}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
