:root{--font-display: "Cormorant Garamond", "Times New Roman", serif;--font-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--ease: .22s cubic-bezier(.2, .8, .2, 1);--shadow-soft: 0 18px 40px rgba(12, 12, 12, .08);--shadow-card: 0 12px 28px rgba(18, 18, 18, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:var(--text);font-family:var(--font-body);line-height:1.55;background:radial-gradient(1000px 400px at 15% -12%,#ffffffe6,#fff0 60%),linear-gradient(180deg,#fdfcf9 0%,var(--bg) 35%,#f6f3ed 100%)}img,svg{display:block;max-width:100%}img,video{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}.site-main{min-height:62vh}.page-width{width:min(var(--max-width),calc(100% - 3.6rem));margin:0 auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:4.8rem 0}.section-heading{margin-bottom:1.6rem}.section-heading h2,.page-title,h1,h2,h3,h4{margin:0;font-family:var(--font-display);font-weight:500;line-height:1.08;letter-spacing:.01em}.section-heading h2{font-size:clamp(1.9rem,3.1vw,3rem)}.section-heading p,.page-subtext{margin:.7rem 0 0;max-width:64ch;color:var(--muted)}.section-heading--split{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem}.eyebrow{display:inline-block;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:color-mix(in srgb,var(--muted) 80%,#fff 20%)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.78rem 1.3rem;border:1px solid var(--text);border-radius:999px;background:transparent;color:var(--text);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600;cursor:pointer;transition:transform var(--ease),background var(--ease),color var(--ease),border-color var(--ease)}.button:hover,.button:focus-visible{transform:translateY(-1px);background:var(--text);color:#fff}.button--dark{background:var(--text);color:#fff;border-color:var(--text)}.button--dark:hover,.button--dark:focus-visible{background:color-mix(in srgb,var(--text) 88%,#000 12%);border-color:color-mix(in srgb,var(--text) 88%,#000 12%)}.text-link{display:inline-flex;align-items:center;gap:.45rem;text-transform:uppercase;letter-spacing:.14em;font-size:.69rem;border-bottom:1px solid currentColor;padding-bottom:.16rem}.text-link:hover,.text-link:focus-visible{color:var(--accent)}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;min-height:46px;padding:.72rem .8rem}textarea{resize:vertical;min-height:96px}label{display:block;margin-bottom:.38rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 76%,white 24%);outline-offset:2px}.richtext p{margin:0 0 1rem}.placeholder-svg{width:100%;height:100%;background:#f4f2ee;color:#d0cbc2}.nh-card-placeholder{width:100%;height:100%;min-height:100%;background:linear-gradient(130deg,#ece8df,#f9f6f1,#ebe6dc),repeating-linear-gradient(45deg,#ffffff4d 0 8px,#ffffff26 8px 16px)}.announcement-bar{background:#0f0f0f;color:#f3f3f3;border-bottom:1px solid #262626}.announcement-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.12em;font-size:.64rem;text-align:center}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-bottom:1px solid var(--line)}.site-header__main{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.site-logo{justify-self:center;font-family:var(--font-display);font-size:clamp(1.3rem,2vw,1.85rem);letter-spacing:.3em;text-transform:uppercase}.menu-toggle{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;gap:3px;flex-direction:column}.menu-toggle span{width:16px;height:1px;background:var(--text)}.site-actions{justify-self:end;display:flex;align-items:center;gap:.8rem}.site-actions a{width:36px;height:36px;border-radius:50%;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:border-color var(--ease),background var(--ease)}.site-actions a:hover,.site-actions a:focus-visible{border-color:var(--line);background:#ffffffd9}.site-actions svg{width:18px;height:18px}.site-actions__count{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;border-radius:8px;background:var(--text);color:#fff;font-size:.58rem;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.site-nav{border-top:1px solid var(--line)}.site-nav__list{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:2rem;min-height:56px}.site-nav__link{text-transform:uppercase;letter-spacing:.12em;font-size:.69rem;display:inline-flex;align-items:center;gap:.45rem;padding:.35rem 0;position:relative}.site-nav__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform var(--ease)}.site-nav__link:hover:after,.site-nav__link:focus-visible:after{transform:scaleX(1)}.site-nav__link--button{border:0;background:transparent;cursor:pointer}.caret{width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform var(--ease)}.site-nav__item.is-open .caret,.site-nav__item:hover .caret,.site-nav__item:focus-within .caret{transform:rotate(-135deg) translateY(-1px)}.site-nav__submenu{list-style:none;margin:0;padding:.45rem 0;min-width:190px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;box-shadow:var(--shadow-card);position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);opacity:0;pointer-events:none;visibility:hidden;transition:opacity var(--ease),transform var(--ease),visibility var(--ease);z-index:20}.site-nav__submenu a{display:block;padding:.52rem .85rem;font-size:.74rem}.site-nav__submenu a:hover,.site-nav__submenu a:focus-visible{background:#f7f5f1}.site-nav__item.has-children:hover>.site-nav__submenu,.site-nav__item.has-children:focus-within>.site-nav__submenu,.site-nav__item.has-children.is-open>.site-nav__submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.site-nav__apps{padding:.35rem 0 .6rem}.site-nav__app-block+.site-nav__app-block{margin-top:.45rem}.nh-hero{padding:1.4rem 0 2.8rem}.nh-hero__layout{display:grid;grid-template-columns:1.12fr .88fr;gap:1.35rem;align-items:stretch}.nh-hero__media{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 72%,#fff 28%);min-height:610px;background:#efebe3;box-shadow:var(--shadow-soft)}.nh-hero__main-image,.nh-hero__placeholder{width:100%;height:100%;object-fit:cover}.nh-hero__placeholder{min-height:100%}.nh-hero__floating-image{position:absolute;width:clamp(150px,34%,280px);right:1.35rem;bottom:1.35rem;border-radius:14px;overflow:hidden;border:6px solid rgba(255,255,255,.95);box-shadow:0 14px 36px #0000002b}.nh-hero__floating-image img{width:100%;height:100%;object-fit:cover}.nh-hero__content{border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.6rem,4vw,3rem);background:radial-gradient(600px 200px at 15% 0%,#ffffffb3,#fff0 60%),var(--surface);display:flex;flex-direction:column;justify-content:center}.nh-hero__content h1{font-size:clamp(2.4rem,5vw,4.8rem);margin-bottom:.9rem}.nh-hero__content p{margin:0 0 1.45rem;max-width:44ch;color:var(--muted)}.nh-collections{padding-top:.7rem}.nh-collections__grid,.collection-list-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.nh-collection-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease)}.nh-collection-card:hover,.nh-collection-card:focus-within{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:color-mix(in srgb,var(--accent) 34%,var(--line) 66%)}.nh-collection-card__image{aspect-ratio:4 / 5;overflow:hidden;background:#f2efe8}.nh-collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(.2,.8,.2,1)}.nh-collection-card:hover .nh-collection-card__image img{transform:scale(1.06)}.nh-collection-card h3,.nh-collection-card h2{margin:0;padding:.88rem .9rem 1rem;font-size:clamp(1.02rem,1.8vw,1.22rem)}.nh-motto{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(90deg,#f1ece2,#f7f3ea,#eee6da);margin:2rem 0 0}.nh-motto p{margin:0;min-height:72px;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-display);font-size:clamp(1.3rem,2.7vw,2.4rem);letter-spacing:.2em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.product-card{border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:#fff;transition:transform var(--ease),box-shadow var(--ease)}.product-card:hover,.product-card:focus-within{transform:translateY(-4px);box-shadow:var(--shadow-card)}.product-card__link{display:block}.product-card__media{aspect-ratio:4 / 5;overflow:hidden;position:relative;background:#f2eee5}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.6rem;left:.6rem;border-radius:999px;background:var(--text);color:#fff;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;padding:.28rem .45rem}.product-card__body{padding:.92rem .95rem 1rem}.product-card__vendor{margin-bottom:.32rem;text-transform:uppercase;letter-spacing:.11em;font-size:.6rem;color:var(--muted)}.product-card__title{margin:0 0 .45rem;font-size:1.2rem}.price{color:var(--accent);font-size:.95rem;font-weight:600}.price--compare{color:color-mix(in srgb,var(--muted) 70%,#fff 30%);text-decoration:line-through;margin-right:.5rem;font-weight:500}.nh-stories{background:radial-gradient(1000px 250px at 20% 0%,#ffffff8c,#fff0 60%),#f5f1ea}.nh-stories__grid,.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.nh-story-card,.article-card{border:1px solid color-mix(in srgb,var(--line) 78%,#fff 22%);border-radius:var(--radius-md);overflow:hidden;background:#fff;transition:box-shadow var(--ease),transform var(--ease)}.nh-story-card:hover,.nh-story-card:focus-within,.article-card:hover,.article-card:focus-within{transform:translateY(-4px);box-shadow:var(--shadow-card)}.nh-story-card__image,.article-card__media{aspect-ratio:16 / 9;overflow:hidden;background:#efe8db}.nh-story-card__image img,.article-card__media img{width:100%;height:100%;object-fit:cover}.nh-story-card__content,.article-card__body{padding:1.1rem}.nh-story-card__content h3,.article-card__body h2{margin:0 0 .55rem;font-size:clamp(1.4rem,2.2vw,1.85rem)}.nh-story-card__content p,.article-card__body p{margin:0 0 .75rem;color:var(--muted)}.nh-about__layout{display:grid;grid-template-columns:1.15fr .85fr;gap:1.25rem;align-items:stretch}.nh-about__content,.nh-about__side{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;padding:clamp(1.2rem,3vw,2rem)}.nh-about__content h2{font-size:clamp(2rem,3.4vw,3.3rem);margin-bottom:.85rem}.nh-about__content p{margin:0;max-width:52ch;color:var(--muted)}.nh-about__image{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 10;margin-bottom:1rem;background:#efe8db}.nh-about__image img{width:100%;height:100%;object-fit:cover}.nh-about__links{margin:0;padding:0;list-style:none;display:grid;gap:.6rem}.nh-about__links a{display:inline-flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:999px;padding:.6rem .95rem;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em;transition:border-color var(--ease),background var(--ease),transform var(--ease)}.nh-about__links a:hover,.nh-about__links a:focus-visible{border-color:color-mix(in srgb,var(--accent) 45%,var(--line) 55%);background:#f8f4ec;transform:translate(3px)}.nh-highlights{padding-top:2.8rem}.nh-highlights__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.8rem}.nh-highlight{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:.95rem .85rem}.nh-highlight__icon{width:36px;height:36px;border-radius:50%;background:#f8f3ea;color:color-mix(in srgb,var(--accent) 70%,#222 30%);display:inline-flex;align-items:center;justify-content:center;margin-bottom:.7rem}.nh-highlight__icon svg{width:20px;height:20px}.nh-highlight h3{margin:0 0 .4rem;font-size:1.08rem}.nh-highlight p{margin:0;font-size:.84rem;color:var(--muted)}.nh-spotlight{padding-top:2.2rem}.nh-spotlight__layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.nh-spotlight__media,.nh-spotlight__content{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.nh-spotlight__media{min-height:450px}.nh-spotlight__media img,.nh-spotlight__media .nh-card-placeholder{width:100%;height:100%;object-fit:cover}.nh-spotlight__content{padding:clamp(1.3rem,3.5vw,2.8rem);display:flex;flex-direction:column;justify-content:center}.nh-spotlight__content h2{font-size:clamp(1.9rem,3.4vw,3.2rem);margin-bottom:.75rem}.nh-spotlight__content p{margin:0 0 1.2rem;color:var(--muted)}.nh-newsletter{padding:4.2rem 0 4.8rem}.nh-newsletter__inner{border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(700px 180px at 50% 0%,#ffffffb8,#fff0 70%),#f4eee2;padding:clamp(1.2rem,3.8vw,2.6rem);text-align:center}.nh-newsletter__inner h2{font-size:clamp(2rem,3.8vw,3.4rem)}.nh-newsletter__inner p{margin:.7rem auto 1.2rem;max-width:62ch;color:var(--muted)}.nh-newsletter__form{max-width:620px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:.65rem}.page-shell{padding-top:3.8rem}.page-title{font-size:clamp(2.2rem,4vw,3.6rem);margin-bottom:.8rem}.page-content{max-width:78ch}.sort-form{display:grid;gap:.35rem;min-width:220px}.collection-toolbar{margin-bottom:1.4rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.collection-toolbar__count{margin:0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.nh-collection-hero{padding-bottom:2rem;background:radial-gradient(900px 320px at 12% 0%,#ffffffd9,#fff0 60%),linear-gradient(180deg,#f7f2e7,#f5f0e7 42%,#f7f3eb)}.nh-collection-hero__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1rem}.nh-collection-hero__media,.nh-collection-hero__content{border:1px solid #ddd3c6;border-radius:28px;background:#fff;min-height:500px}.nh-collection-hero__media{overflow:hidden}.nh-collection-hero__media img,.nh-collection-hero__placeholder{width:100%;height:100%;object-fit:cover;display:block}.nh-collection-hero__placeholder{background:radial-gradient(circle at 30% 22%,#efe8d9 0,#efe8d9 24%,transparent 58%),linear-gradient(145deg,#ddd3bf,#f1e9dc 46%,#cdbb9e)}.nh-collection-hero__content{padding:clamp(1.15rem,2.4vw,2rem);display:flex;flex-direction:column;justify-content:center}.nh-collection-hero__content h1{font-size:clamp(2.05rem,4vw,3.6rem);letter-spacing:.01em}.nh-collection-hero__content p{margin:.82rem 0 0;color:#4f4f4f;max-width:52ch}.nh-collection-hero__meta{margin-top:.95rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#5f5f5f}.nh-collection-hero__content .button{margin-top:.95rem;width:fit-content}.template-password{background:radial-gradient(1000px 340px at 12% -5%,#ffffffdb,#fff0 62%),linear-gradient(180deg,#f7f2e8,#f6f1e8 45%,#fbf8f3)}.nh-password{padding-top:clamp(2.1rem,5vw,4.8rem);padding-bottom:clamp(2.1rem,5vw,4.8rem)}.nh-password__shell{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:1rem}.nh-password__media,.nh-password__content{border:1px solid #ddd3c6;border-radius:28px;background:#fff;min-height:560px}.nh-password__media{overflow:hidden}.nh-password__media img,.nh-password__placeholder{width:100%;height:100%;object-fit:cover;display:block}.nh-password__placeholder{background:radial-gradient(circle at 26% 20%,#efe7d8 0,#efe7d8 24%,transparent 58%),linear-gradient(145deg,#ddd3bf,#f1e9dc 46%,#ccb99b)}.nh-password__content{padding:clamp(1.1rem,2.4vw,2rem);display:flex;flex-direction:column;justify-content:center}.nh-password__logo{margin-bottom:.55rem}.nh-password__logo img{width:auto;max-width:210px;max-height:56px;object-fit:contain}.nh-password__content h1{font-size:clamp(2.05rem,4vw,3.6rem);letter-spacing:.01em}.nh-password__content p{margin:.8rem 0 0;color:#4f4f4f;max-width:52ch}.nh-password__announcement{margin-top:.82rem;border:1px solid #e3d9ca;border-radius:12px;background:#f9f5ed;padding:.65rem .72rem;font-size:.8rem;color:#4d4d4d}.nh-password-form{margin-top:1rem;max-width:520px;display:grid;gap:.58rem}.nh-password-form ul.errors{margin:0 0 .35rem;padding:.58rem .7rem;list-style:none;border:1px solid #b64545;border-radius:10px;background:#fff6f6}.nh-password-form ul.errors li{color:#7d2323;font-size:.75rem}.nh-password-form input{min-height:52px}.nh-password-form .button{width:100%;min-height:52px}.nh-password__note{margin-top:.85rem;font-size:.76rem;color:#6a6a6a}.nh-password__links{margin-top:.95rem;display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 1rem}@media(max-width:990px){.nh-password__shell{grid-template-columns:1fr}.nh-password__media{min-height:360px}.nh-password__content{min-height:auto}}@media(max-width:760px){.nh-password__media{min-height:300px}}.empty-state{border:1px dashed var(--line);border-radius:var(--radius-md);background:#fff;padding:1.35rem;text-align:center}.pagination{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}.pagination a,.pagination span{min-width:36px;height:36px;border-radius:18px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;padding:0 .8rem;font-size:.78rem}.pagination .is-current{border-color:var(--text);background:#0000000a}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:1.3rem}.product-gallery,.product-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.product-gallery{padding:.85rem}.product-gallery__main{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4 / 5;background:#efe8da}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{margin-top:.7rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.product-gallery__thumb{border-radius:10px;overflow:hidden;aspect-ratio:1 / 1;background:#f3eee4}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-panel{padding:1.3rem}.product-panel__price{margin-bottom:.85rem;font-size:1.1rem}.product-form{margin-top:1rem;display:grid;gap:.9rem}.product-form__qty{max-width:140px}.search-form{display:grid;grid-template-columns:1fr auto;gap:.6rem;margin-bottom:1rem}.cart-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:1rem}.cart-table-wrap,.cart-summary{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.cart-table-wrap{padding:.75rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:.68rem .35rem;border-bottom:1px solid color-mix(in srgb,var(--line) 80%,#fff 20%);vertical-align:middle}.cart-table th{text-transform:uppercase;letter-spacing:.1em;font-size:.63rem}.cart-item{display:flex;align-items:center;gap:.95rem}.cart-item__media{width:140px;min-width:140px;height:88px;border-radius:12px;border:1px solid #e4ddd0;background:#fff;padding:4px;overflow:hidden;position:relative}.cart-item__image{width:100%;min-width:0;height:100%;object-fit:contain;object-position:center;border-radius:8px;border:0;background:transparent;padding:0}.cart-summary{padding:1rem;position:sticky;top:140px;align-self:start}.cart-summary h2{font-size:1.8rem;margin:0 0 .6rem}.cart-summary__actions{margin-top:.8rem;display:grid;gap:.5rem}.article-view{max-width:78ch}.article-meta{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.09em;font-size:.66rem;color:var(--muted)}.article-view__image{border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.2rem;max-height:540px}.article-view__image img{width:100%;height:100%;object-fit:cover}.customer-wrap{max-width:860px}.customer-form{display:grid;gap:.8rem;max-width:520px}.customer-actions{display:flex;flex-wrap:wrap;gap:.55rem}.address-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:.95rem;margin-bottom:.75rem}.address-card p{margin:0 0 .35rem}.account-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:1rem}.site-footer{margin-top:2.8rem;border-top:1px solid var(--line);background:radial-gradient(800px 240px at 50% 0%,#fffc,#fff0 70%),#f5f1e8}.footer-grid{padding:3rem 0 1.8rem;display:grid;grid-template-columns:1.1fr .65fr .65fr .65fr 1fr;gap:1.2rem}.footer-brand h2{font-size:clamp(1.5rem,2.3vw,2.25rem);margin:0 0 .5rem;letter-spacing:.08em;text-transform:uppercase}.footer-brand p,.footer-newsletter__text{margin:0;color:var(--muted)}.footer-grid h3{margin:0 0 .6rem;font-family:var(--font-body);font-size:.74rem;text-transform:uppercase;letter-spacing:.11em}.footer-links,.footer-legal{margin:0;padding:0;list-style:none;display:grid;gap:.45rem}.footer-links a,.footer-legal a{color:#3e3e3e;font-size:.9rem}.footer-links a:hover,.footer-legal a:hover,.footer-social a:hover{color:var(--accent)}.footer-social{margin-top:.8rem;display:flex;align-items:center;gap:.45rem}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;color:#393939;display:inline-flex;align-items:center;justify-content:center;transition:transform var(--ease),border-color var(--ease),background var(--ease)}.footer-social a:hover,.footer-social a:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 55%,var(--line) 45%);background:#fbf7f0}.footer-social svg{width:16px;height:16px}.footer-policies__title{margin-top:1rem!important}.footer-legal--policies{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem}.footer-newsletter{margin-top:.7rem;display:grid;gap:.5rem}.footer-bottom{border-top:1px solid var(--line);min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;color:var(--muted);font-size:.84rem}.footer-payments{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.footer-payments>*{border:1px solid var(--line);border-radius:6px;background:#fff;padding:.2rem .38rem;display:inline-flex;align-items:center}.footer-payments svg{height:18px;width:auto}@media(max-width:1190px){.nh-highlights__grid,.nh-collections__grid,.collection-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.footer-legal--policies{grid-template-columns:1fr}}@media(max-width:1024px){.page-width{width:min(var(--max-width),calc(100% - 2.2rem))}.menu-toggle{display:inline-flex}.site-logo{justify-self:start}.site-nav{display:none}body.nav-open .site-nav{display:block}.site-nav__list{min-height:0;align-items:stretch;gap:0;flex-direction:column;padding:.5rem 0}.site-nav__item{border-bottom:1px solid var(--line)}.site-nav__link,.site-nav__link--button{width:100%;justify-content:space-between;padding:.8rem 0}.site-nav__link:after{display:none}.site-nav__submenu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;max-height:0;overflow:hidden;border:0;box-shadow:none;padding:0;margin:0 0 .4rem .5rem;border-left:1px solid var(--line);border-radius:0;min-width:0}.site-nav__item.has-children.is-open>.site-nav__submenu{max-height:420px;padding:.3rem 0 .5rem}.site-nav__submenu a{padding:.45rem .75rem}.site-nav__apps{padding:.3rem 0 .7rem}.nh-hero__layout,.nh-about__layout,.nh-spotlight__layout,.product-layout,.cart-layout,.account-layout{grid-template-columns:1fr}.nh-hero__media{min-height:520px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-summary{position:static}.nh-newsletter__form{grid-template-columns:1fr}}@media(max-width:760px){.page-width{width:calc(100% - 1.4rem)}.section,.page-shell{padding:2.8rem 0}.announcement-bar__inner{font-size:.6rem;letter-spacing:.1em}.site-header__main{min-height:70px}.site-actions{gap:.45rem}.site-actions a{width:34px;height:34px}.nh-hero__media{min-height:400px}.nh-hero__floating-image{right:.8rem;bottom:.8rem}.nh-motto p{min-height:58px;font-size:clamp(1rem,4.8vw,1.35rem);letter-spacing:.14em}.product-grid,.nh-collections__grid,.collection-list-grid,.nh-stories__grid,.article-grid,.footer-grid,.nh-highlights__grid{grid-template-columns:1fr 1fr}.section-heading--split,.collection-toolbar{flex-direction:column;align-items:flex-start}.search-form{grid-template-columns:1fr}.cart-item__media{width:110px;min-width:110px;height:74px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media(max-width:990px){.nh-collection-hero__layout{grid-template-columns:1fr}.nh-collection-hero__media{min-height:320px}.nh-collection-hero__content{min-height:auto}}@media(max-width:520px){.product-grid,.nh-collections__grid,.collection-list-grid,.nh-stories__grid,.article-grid,.nh-highlights__grid,.footer-grid{grid-template-columns:1fr}.site-logo{font-size:1.2rem;letter-spacing:.2em}.nh-hero__content h1,.nh-spotlight__content h2,.nh-newsletter__inner h2{font-size:clamp(1.85rem,8vw,2.6rem)}}body{background:#fbfaf7;color:#111}.section{padding:3.8rem 0}.section-heading{margin-bottom:1.2rem}.section-heading h2{font-family:var(--font-body);font-size:clamp(1.45rem,2.2vw,2.1rem);letter-spacing:-.01em;font-weight:700}.section-heading p{margin-top:.45rem;font-size:.95rem;color:#4d4d4d;max-width:72ch}.text-link{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase}.nh-top-banners{padding:1rem 0 1.15rem}.nh-top-banners__grid{display:grid;grid-template-columns:1.68fr 1fr;gap:.9rem}.nh-top-banners__main,.nh-top-banners__side{border:1px solid #ddd;overflow:hidden;background:#f0ece4}.nh-top-banners__main{aspect-ratio:16 / 9}.nh-top-banners__side{aspect-ratio:4 / 5}.nh-top-banners__main img,.nh-top-banners__side img{width:100%;height:100%;object-fit:cover}.nh-collections-strip{padding-top:1.8rem}.nh-collections-strip__grid{display:grid;grid-template-columns:repeat(var(--collections-columns, 5),minmax(0,1fr));gap:.75rem}.nh-collection-tile{border:1px solid #dcdcdc;background:#fff;transition:transform var(--ease),box-shadow var(--ease)}.nh-collection-tile:hover,.nh-collection-tile:focus-within{transform:translateY(-2px);box-shadow:0 10px 22px #08080817}.nh-collection-tile__media{aspect-ratio:4 / 5;overflow:hidden;background:#f1ede5}.nh-collection-tile__media img{width:100%;height:100%;object-fit:cover}.nh-collection-tile__caption{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .55rem}.nh-collection-tile__caption h3{font-family:var(--font-body);font-size:.78rem;line-height:1.25;text-transform:uppercase;letter-spacing:.09em;font-weight:600}.nh-collection-tile__caption span{font-size:.68rem;color:#6a6a6a}.nh-motto-line{border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background:#fff}.nh-motto-line h6{margin:0;min-height:56px;display:flex;align-items:center;justify-content:center;font-size:clamp(1rem,1.7vw,1.3rem);letter-spacing:.32em;text-transform:uppercase;font-family:var(--font-body);font-weight:600}.nh-products-feature{background:#fbfaf7}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.product-card{border:1px solid #ddd;border-radius:0;box-shadow:none;background:#fff}.product-card:hover,.product-card:focus-within{transform:translateY(-2px);box-shadow:0 10px 20px #00000014}.product-card__media{aspect-ratio:4 / 5;background:#f3eee6}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .38s cubic-bezier(.2,.8,.2,1),transform .38s cubic-bezier(.2,.8,.2,1)}.product-card__image--primary{opacity:1;z-index:1}.product-card__image--secondary{opacity:0;z-index:2}.product-card__media-wrap{position:relative}.product-card__quick{position:absolute;left:50%;bottom:.65rem;transform:translate(-50%,8px);opacity:0;border:1px solid #111;background:#fffffff0;color:#111;min-height:32px;padding:.4rem .75rem;font-size:.62rem;text-transform:uppercase;letter-spacing:.11em;transition:opacity var(--ease),transform var(--ease),background var(--ease);cursor:pointer;z-index:2}.product-card:hover .product-card__quick,.product-card:focus-within .product-card__quick{opacity:1;transform:translate(-50%)}.product-card:hover .product-card__image--primary,.product-card:focus-within .product-card__image--primary{opacity:0;transform:scale(1.05)}.product-card:hover .product-card__image--secondary,.product-card:focus-within .product-card__image--secondary{opacity:1;transform:scale(1.05)}.product-card__badge{top:.45rem;left:.45rem;font-size:.56rem;padding:.25rem .38rem;border-radius:0}.product-card__body{padding:.62rem .7rem .75rem}.product-card__vendor{font-size:.56rem;margin-bottom:.22rem}.product-card__title{margin-bottom:.3rem;font-family:var(--font-body);font-size:.86rem;font-weight:600;line-height:1.3;letter-spacing:.01em}.price{font-size:.84rem;font-weight:700}.nh-cooking{background:#f5f1e9}.nh-cooking__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.nh-story-tile{border:1px solid #ddd;background:#fff}.nh-story-tile__media{aspect-ratio:4 / 5;overflow:hidden;background:#efe9de}.nh-story-tile__media img{width:100%;height:100%;object-fit:cover}.nh-story-tile__body{padding:.7rem}.nh-story-tile__body h3{font-family:var(--font-body);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;line-height:1.35;margin:0}.nh-story-tile__body p{margin:.25rem 0 0;color:#5d5d5d;font-size:.72rem}.nh-about-panel__layout{display:grid;grid-template-columns:1fr;gap:1rem}.nh-about-panel__content{border:1px solid #ddd3c6;border-radius:26px;background:radial-gradient(700px 220px at 92% 8%,#f4ecdd94,#f4ecdd00 62%),linear-gradient(180deg,#fff,#faf6ef);padding:clamp(1.1rem,2.5vw,1.9rem);box-shadow:0 14px 30px #1111110d}.nh-about-panel__content h2{font-family:var(--font-display);font-weight:600;font-size:clamp(1.8rem,3.2vw,3rem);margin-bottom:.55rem;letter-spacing:.01em}.nh-about-panel__eyebrow{margin-bottom:.52rem;color:#7d7162}.nh-about-panel__content p{margin:0;max-width:76ch;color:#4f4f4f;line-height:1.65}.nh-about-panel__links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.56rem}.nh-about-panel__links a{border:1px solid #dcd1c1;border-radius:999px;background:#fffffff5;display:inline-flex;align-items:center;gap:.35rem;padding:.56rem .9rem;font-size:.68rem;letter-spacing:.13em;font-weight:600;text-transform:uppercase;transition:transform var(--ease),background var(--ease),border-color var(--ease),color var(--ease)}.nh-about-panel__links a:after{content:"\2197";font-size:.68rem;line-height:1}.nh-about-panel__links a:hover,.nh-about-panel__links a:focus-visible{border-color:#111;background:#111;color:#fff;transform:translateY(-1px)}.nh-highlights-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.nh-highlight-item{min-height:122px;padding:.95rem .88rem;border:1px solid #ded3c4;border-radius:18px;background:linear-gradient(180deg,#fffffffa,#faf4ebf5);box-shadow:0 8px 18px #1111110a;transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease)}.nh-highlight-item:hover,.nh-highlight-item:focus-within{transform:translateY(-3px);border-color:#cabca7;box-shadow:0 14px 24px #11111114}.nh-highlight-item__icon{width:34px;height:34px;border-radius:999px;border:1px solid #d5cab9;background:linear-gradient(160deg,#f4ebdc,#fff);color:#1f1f1f;margin-bottom:.52rem;display:inline-flex;align-items:center;justify-content:center}.nh-highlight-item__icon svg{width:18px;height:18px}.nh-highlight-item p{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;font-weight:700;color:#151515;line-height:1.25}.nh-highlight-item span{display:block;margin-top:.32rem;font-size:.79rem;color:#575757;line-height:1.45}.nh-arrivals{background:#fbfaf7}.nh-spotlight-block{background:#f6f1e7}.nh-spotlight-block__layout{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.nh-spotlight-block__content,.nh-spotlight-block__image{border:1px solid #ddd;background:#fff}.nh-spotlight-block__content{padding:1.3rem;display:flex;flex-direction:column;justify-content:center}.nh-spotlight-block__content span{font-size:.63rem;letter-spacing:.16em;text-transform:uppercase;color:#555}.nh-spotlight-block__content h2{margin-top:.28rem;font-family:var(--font-body);font-weight:700;font-size:clamp(1.8rem,4vw,3rem)}.nh-spotlight-block__content p{margin:.35rem 0 .95rem;color:#4d4d4d}.nh-spotlight-block__image{min-height:350px}.nh-spotlight-block__image img,.nh-spotlight-block__image .nh-card-placeholder{width:100%;height:100%;object-fit:cover}.nh-press{background:#fff}.nh-press__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.nh-press-card{border:1px solid #ddd;background:#fff;min-height:90px}.nh-press-card__media{aspect-ratio:16 / 9;background:#f3eee6;overflow:hidden}.nh-press-card__media img{width:100%;height:100%;object-fit:contain;background:#fff}.nh-press-card h3{margin:0;padding:.55rem;font-family:var(--font-body);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.nh-press-card p{margin:-.25rem 0 0;padding:0 .55rem .55rem;color:#5d5d5d;font-size:.68rem}.nh-newsletter-strip{padding:3.2rem 0 3.8rem}.nh-newsletter-strip__inner{border:1px solid #ddd;background:#f8f2e8;padding:1.4rem;text-align:center}.nh-newsletter-strip__inner h2{font-family:var(--font-body);font-size:clamp(1.6rem,2.8vw,2.35rem);font-weight:700}.nh-newsletter-strip__inner p{margin:.45rem auto .9rem;max-width:70ch;color:#4d4d4d}.nh-newsletter-strip__form{max-width:640px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:.5rem}.newsletter-form__status{grid-column:1 / -1;margin:0 0 .2rem;font-size:.84rem;line-height:1.45}.newsletter-form__status--success{color:#17633c}.newsletter-form__status--error{color:#b42318}.newsletter-form__status ul{margin:0;padding-left:1rem}.nh-newsletter-strip__form input{border-radius:0}.footer-invest{border-top:1px solid #ddd;border-bottom:1px solid #ddd;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.footer-invest h3{margin:0;font-family:var(--font-body);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.footer-bottom{min-height:52px}.footer-bottom__social{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap}.footer-bottom__social a{text-transform:uppercase;letter-spacing:.11em;font-size:.62rem}.footer-bottom__payments-note{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#5d5d5d}@media(max-width:1200px){.nh-collections-strip__grid,.nh-cooking__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.nh-press__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:990px){.nh-top-banners__grid,.nh-spotlight-block__layout{grid-template-columns:1fr}.nh-collections-strip__grid,.nh-cooking__grid,.product-grid,.nh-press__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nh-highlights-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.footer-invest{flex-direction:column;align-items:flex-start;padding:.6rem 0}}@media(max-width:680px){.section{padding:2.5rem 0}.nh-motto-line h6{letter-spacing:.18em;font-size:.9rem}.nh-collections-strip__grid,.nh-cooking__grid,.product-grid,.nh-press__grid,.nh-highlights-row,.nh-newsletter-strip__form{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;padding-top:.7rem}}.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e3e3e3;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__main{min-height:66px}.site-logo{font-size:clamp(1.1rem,1.6vw,1.45rem);letter-spacing:.22em;font-weight:500}.menu-toggle{border-radius:0;width:34px;height:34px;border-color:#d9d9d9}.site-actions a{width:30px;height:30px;border:0;border-radius:0}.site-actions a:hover,.site-actions a:focus-visible{background:transparent;border:0;color:#7a6447}.site-nav{border-top:1px solid #ededed}.site-nav__list{min-height:46px;gap:1.2rem}.site-nav__link{font-size:.62rem;letter-spacing:.16em}.footer-grid{gap:1rem}.footer-grid h3{font-size:.66rem;letter-spacing:.12em}.footer-links a,.footer-legal a{font-size:.8rem}.footer-newsletter input{min-height:42px;border-radius:0}.footer-newsletter .button{border-radius:0;min-height:42px}.footer-newsletter .newsletter-form__status{margin-bottom:.4rem}.footer-policies__title{margin-top:.75rem!important}.footer-social a{width:28px;height:28px}.footer-social svg{width:14px;height:14px}.footer-invest h3{font-size:.68rem;letter-spacing:.14em}.footer-bottom{min-height:42px;font-size:.74rem}.footer-bottom__social a,.footer-bottom__payments-note{font-size:.58rem}@media(max-width:990px){.site-header__main{min-height:58px}.site-logo{font-size:1rem;letter-spacing:.18em}.site-nav__list{min-height:0}.footer-grid{grid-template-columns:1fr}}.nh-hero{padding:.9rem 0 2rem}.nh-hero__layout{grid-template-columns:1.15fr .85fr;gap:1.1rem}.nh-hero__media{min-height:700px;background:#dfdedd;border:1px solid #cfcfd4;border-radius:34px;box-shadow:none}.nh-hero__placeholder{background:#dfdedd}.nh-hero__content{background:#f2f4f9;border:1px solid #cfcfd4;border-radius:34px;padding:clamp(2rem,4.2vw,3.2rem)}.nh-hero__content .eyebrow{margin-bottom:.95rem;font-size:.66rem;letter-spacing:.2em;color:#777}.nh-hero__content h1{font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(3rem,5.1vw,5.35rem);line-height:.98;letter-spacing:0;color:#121722;margin-bottom:1.2rem}.nh-hero__content p{font-size:.83rem;line-height:1.5;color:#4f5660;max-width:38ch;margin-bottom:1.55rem}.nh-hero__content .button{min-height:54px;min-width:440px;max-width:100%;border-radius:999px;font-size:.66rem;letter-spacing:.11em}@media(max-width:1200px){.nh-hero__media{min-height:640px}.nh-hero__content .button{min-width:360px}}@media(max-width:1024px){.nh-hero__layout{grid-template-columns:1fr}.nh-hero__media{min-height:460px}}@media(max-width:680px){.nh-hero{padding-top:.6rem}.nh-hero__media,.nh-hero__content{border-radius:24px}.nh-hero__content .button{min-width:0;width:100%}}.product-marquee{overflow:hidden;width:100%}.product-marquee__track{display:flex;align-items:stretch;gap:.8rem;width:max-content;animation:homeProductMarquee var(--marquee-duration, 40s) linear infinite;will-change:transform}.product-marquee:hover .product-marquee__track{animation-play-state:paused}.product-marquee .product-card{flex:0 0 260px;width:260px}@keyframes homeProductMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:760px){.product-marquee .product-card{flex-basis:220px;width:220px}}.collection-marquee{overflow:hidden;width:100%}.collection-marquee__track{display:flex;align-items:stretch;gap:.75rem;width:max-content;animation:homeCollectionsMarquee var(--collections-marquee-duration, 45s) linear infinite;will-change:transform}.collection-marquee:hover .collection-marquee__track{animation-play-state:paused}.collection-marquee .nh-collection-tile{flex:0 0 300px;width:300px}@keyframes homeCollectionsMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:760px){.collection-marquee .nh-collection-tile{flex-basis:240px;width:240px}}.nh-pdp{padding-top:2rem}.nh-pdp__layout{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr);gap:1rem;align-items:start}.nh-pdp__media-column{display:grid;gap:.75rem;position:sticky;top:92px}.nh-pdp__media-main{border:1px solid #ddd;background:#f1ece2;min-height:640px;overflow:hidden;position:relative}.nh-pdp__media-main img,.nh-pdp__media-main .placeholder-svg{width:100%;height:100%;object-fit:cover}.nh-pdp__zoom-trigger{position:relative;border:0;background:transparent;padding:0;width:100%;min-height:640px;cursor:zoom-in}.nh-pdp__main-image{transition:transform var(--ease)}.nh-pdp__zoom-trigger:hover .nh-pdp__main-image,.nh-pdp__zoom-trigger:focus-visible .nh-pdp__main-image{transform:scale(1.02)}.nh-pdp__zoom-hint{position:absolute;right:.65rem;bottom:.65rem;border:1px solid rgba(17,17,17,.25);background:#ffffffe6;color:#111;min-height:24px;padding:.25rem .45rem;font-size:.55rem;letter-spacing:.12em;text-transform:uppercase}.nh-pdp__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:1px solid rgba(17,17,17,.2);background:#ffffffeb;color:#111;font-size:1rem;line-height:1;cursor:pointer;z-index:3}.nh-pdp__gallery-arrow--prev{left:.65rem}.nh-pdp__gallery-arrow--next{right:.65rem}.nh-pdp__media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.nh-pdp__media-tile{display:block;border:1px solid #ddd;padding:0;background:#f4eee6;aspect-ratio:4 / 5;overflow:hidden;cursor:pointer;transition:border-color var(--ease),transform var(--ease)}.nh-pdp__media-tile img{width:100%;height:100%;object-fit:cover}.nh-pdp__media-tile:hover,.nh-pdp__media-tile:focus-visible{border-color:#111;transform:translateY(-1px)}.nh-pdp__media-tile.is-active{border-color:#111}.nh-pdp__details{border:1px solid #ddd;background:#fff;padding:1.35rem}.nh-pdp__eyebrow-row{display:flex;flex-wrap:wrap;gap:.35rem .6rem;margin-bottom:.68rem}.nh-pdp__eyebrow{display:inline-flex;align-items:center;font-size:.6rem;text-transform:uppercase;letter-spacing:.16em;color:#616161}a.nh-pdp__eyebrow:hover,a.nh-pdp__eyebrow:focus-visible{color:#111}.nh-pdp__title{margin:0 0 .75rem;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(2.35rem,4.2vw,4.15rem);line-height:.95;letter-spacing:-.01em}.nh-pdp__range{margin:-.15rem 0 .85rem}.nh-pdp__range-label{margin:0 0 .35rem;font-size:.6rem;text-transform:uppercase;letter-spacing:.16em;color:#5f5a52}.nh-pdp__range-links{display:flex;flex-wrap:wrap;gap:.32rem .5rem}.nh-pdp__range-link{display:inline-flex;align-items:center;font-size:.82rem;color:#23201c;text-decoration:underline;text-underline-offset:2px}.nh-pdp__range-link.is-active{font-weight:600}.nh-pdp__price{margin-bottom:.2rem;font-size:1.02rem;color:#111}.nh-pdp__shipping-note{margin:0 0 .85rem;font-size:.72rem;color:#5b5b5b}.nh-pdp__desc{margin:1.05rem 0 0;border-top:1px solid #ececec;padding-top:.9rem;font-size:.92rem;line-height:1.62;color:#474747}.nh-pdp__form{margin-top:.2rem;display:grid;gap:.75rem}.nh-pdp__field{display:grid;gap:.3rem}.nh-pdp__field label{font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:#616161}.nh-pdp__field select,.nh-pdp__field input{min-height:44px;border:1px solid #d5d5d5;background:#fff;border-radius:0;font-size:.84rem;color:#111}.nh-pdp__field input[type=number]{max-width:none}.nh-pdp__qty-control{display:inline-flex;align-items:center;width:136px;min-height:42px;border:1px solid #d5d5d5;background:#fff}.nh-pdp__qty-btn{width:38px;min-height:42px;border:0;background:#fff;color:#111;font-size:1.05rem;cursor:pointer}.nh-pdp__qty-control [data-qty-input]{width:60px;min-height:42px;border:0;border-left:1px solid #ececec;border-right:1px solid #ececec;text-align:center;padding:0}.nh-pdp__qty-control [data-qty-input]::-webkit-outer-spin-button,.nh-pdp__qty-control [data-qty-input]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.nh-pdp__qty-control [data-qty-input]{-moz-appearance:textfield}.nh-pdp__add{width:100%;min-height:50px;border-radius:0;letter-spacing:.13em;font-size:.64rem}.nh-pdp__buy-now .shopify-payment-button,.nh-pdp__buy-now .shopify-payment-button__button{width:100%;min-height:50px;border-radius:0!important}.nh-pdp__buy-now .shopify-payment-button__button{letter-spacing:.13em;font-size:.64rem}.nh-pdp__meta{margin-top:1rem;padding-top:.95rem;border-top:1px solid #ececec;display:grid;gap:.33rem}.nh-pdp__meta p{margin:0;color:#525252;font-size:.73rem;text-transform:uppercase;letter-spacing:.07em}.nh-pdp__meta strong{color:#111;margin-right:.35rem}.nh-pdp__assurance{margin:.95rem 0 0;padding:.7rem;border:1px solid #e5e5e5;background:#faf8f4;color:#535353;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}.nh-pdp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center}.nh-pdp-lightbox[hidden]{display:none}.nh-pdp-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0c0c0cd1}.nh-pdp-lightbox__dialog{position:relative;z-index:1;width:min(92vw,1180px);max-height:90vh}.nh-pdp-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid rgba(255,255,255,.38);background:#0c0c0c85;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;z-index:2}.nh-pdp-lightbox__nav--prev{left:.6rem}.nh-pdp-lightbox__nav--next{right:.6rem}.nh-pdp-lightbox__image{width:100%;max-height:90vh;object-fit:contain;background:#fff}.nh-pdp-lightbox__close{position:absolute;top:.6rem;right:.6rem;width:34px;height:34px;border:1px solid rgba(255,255,255,.35);background:#1111118c;color:#fff;font-size:1.3rem;line-height:1;cursor:pointer}body.nh-lightbox-open{overflow:hidden}.nh-you-like{padding-top:1.25rem}.nh-you-like__header{margin-bottom:.95rem;display:flex;align-items:baseline;justify-content:space-between;gap:.7rem}.nh-you-like__heading-wrap{display:grid;gap:.32rem}.nh-you-like__header h2{margin:0;font-family:var(--font-body);font-size:clamp(1rem,1.55vw,1.25rem);font-weight:700;letter-spacing:.18em;text-transform:uppercase}.nh-you-like__link{font-size:.6rem;text-transform:uppercase;letter-spacing:.14em}.nh-you-like__meta{margin:0;font-size:.78rem;color:var(--muted)}.nh-you-like__meta a{text-decoration:underline;text-underline-offset:2px}.product-marquee--suggestions .product-card{flex:0 0 250px;width:250px}@media(max-width:1200px){.nh-pdp__media-main,.nh-pdp__zoom-trigger{min-height:560px}}@media(max-width:990px){.nh-pdp__layout{grid-template-columns:1fr}.nh-pdp__media-column{position:static}.nh-pdp__media-main,.nh-pdp__zoom-trigger{min-height:500px}}@media(max-width:760px){.nh-pdp__media-main,.nh-pdp__zoom-trigger{min-height:380px}.nh-pdp__media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nh-pdp__zoom-hint{right:.45rem;bottom:.45rem;font-size:.5rem}.product-marquee--suggestions .product-card{flex-basis:220px;width:220px}}.nh-pdp-reviews{padding-top:.5rem}.nh-pdp-reviews__box{border:1px solid #ddd;background:#fff;padding:1rem}.nh-pdp-reviews__legacy,.nh-pdp-reviews__app{width:100%}.nh-pdp-reviews__box--guest .spr-form,.nh-pdp-reviews__box--guest .jdgm-write-rev-link,.nh-pdp-reviews__box--guest .oke-w-reviewLink,.nh-pdp-reviews__box--guest .loox-write-btn,.nh-pdp-reviews__box--guest [data-oke-open-form]{display:none!important}.nh-pdp-reviews__note{margin:0;font-size:.76rem;color:#5b5b5b}.nh-pdp-reviews__login{margin-top:.65rem;padding:.85rem;border:1px solid #e4ded4;background:#faf7f2;display:grid;gap:.55rem}.nh-pdp-reviews__login .button{width:fit-content;min-height:44px;padding-inline:1.1rem}.nh-pdp-reviews__first{margin:.65rem 0 0;padding:.75rem .85rem;border:1px dashed #d8d0c2;background:#fcfaf6;font-size:.79rem;color:#444;display:grid;gap:.5rem}.nh-pdp-reviews__first p{margin:0}.nh-pdp-reviews__first .button{width:fit-content;min-height:44px;padding-inline:1rem}.nh-pdp-reviews__empty{margin:0;font-size:.82rem;color:#525252}.nh-built-reviews{display:grid;gap:.75rem}.nh-built-reviews__summary{font-size:.86rem;color:#383838}.nh-built-reviews__summary span{font-size:1.04rem;font-weight:600;color:#111}.nh-built-reviews__list{display:grid;gap:.65rem}.nh-built-review-item{border:1px solid #e3ddd3;background:#fffdf9;border-radius:12px;padding:.78rem .8rem;display:grid;gap:.45rem}.nh-built-review-item__stars{color:#9e7b4f;font-size:.76rem;letter-spacing:.12em}.nh-built-review-item__text{margin:0;font-size:.84rem;line-height:1.5;color:#333}.nh-built-review-item__meta{font-size:.72rem;color:#5f5f5f;text-transform:uppercase;letter-spacing:.08em}.nh-built-review-item__image{border-radius:10px;overflow:hidden}.nh-built-review-item__image img{width:100%;height:180px;object-fit:cover;display:block}.nh-built-reviews__empty{margin:0;border:1px dashed #d8d0c2;background:#fcfaf6;padding:.7rem .78rem;font-size:.79rem;color:#555}.nh-built-reviews-form{margin-top:.78rem;border:1px solid #e2dbcf;background:#fffdf8;border-radius:14px;padding:.85rem;display:grid;gap:.6rem}.nh-built-reviews-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.nh-built-reviews-form__field{display:grid;gap:.3rem}.nh-built-reviews-form label{font-size:.64rem;text-transform:uppercase;letter-spacing:.12em;color:#4f4f4f}.nh-built-reviews-form input,.nh-built-reviews-form select,.nh-built-reviews-form textarea{width:100%;border:1px solid #d8d0c1;border-radius:11px;padding:.7rem .82rem;background:#fff;color:#1d1d1d}.nh-built-reviews-form select,.nh-built-reviews-form input{min-height:46px}.nh-built-reviews-form textarea{min-height:130px}.nh-built-reviews-form input:focus-visible,.nh-built-reviews-form select:focus-visible,.nh-built-reviews-form textarea:focus-visible{outline:none;border-color:#111;box-shadow:0 0 0 1px #111 inset}.nh-built-reviews-form .button{width:fit-content;min-height:46px;padding-inline:1.05rem}.nh-built-reviews-form__status{margin:0;border:1px solid #c5d4bb;background:#f2f9ec;border-radius:10px;padding:.62rem .75rem;font-size:.76rem;color:#274220}.nh-built-reviews-form ul.errors{margin:0;padding:.55rem .72rem;list-style:none;border:1px solid #b64545;border-radius:10px;background:#fff6f6}.nh-built-reviews-form ul.errors li{color:#7d2323;font-size:.75rem}.nh-reviews-carousel{background:#fff}.nh-reviews-carousel__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.nh-reviews-carousel__app{display:grid;gap:.75rem}.reviews-marquee{overflow:hidden;width:100%}.reviews-marquee__track{display:flex;align-items:stretch;gap:.8rem;width:max-content;animation:homeReviewsMarquee var(--reviews-marquee-duration, 50s) linear infinite;will-change:transform}.reviews-marquee:hover .reviews-marquee__track{animation-play-state:paused}.nh-review-card{border:1px solid #ddd;background:#fcfcfb;padding:.95rem .9rem;min-height:210px;display:grid;align-content:start;gap:.4rem}.reviews-marquee .nh-review-card{flex:0 0 320px;width:320px}.nh-review-card__stars{color:#9e7b4f;letter-spacing:.14em;font-size:.78rem}.nh-review-card p{margin:0;color:#333;font-size:.86rem;line-height:1.5}.nh-review-card__photo{width:100%;border-radius:12px;overflow:hidden;margin-bottom:.2rem}.nh-review-card__photo img{width:100%;height:160px;object-fit:cover;display:block}.nh-review-card__author{margin-top:.2rem;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.nh-review-card__meta{font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.07em}@keyframes homeReviewsMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.nh-instagram-feed{background:#fbfaf7}.nh-instagram-feed__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.product-marquee--instagram .nh-instagram-card{flex:0 0 260px;width:260px}.nh-instagram-card{border:1px solid #ddd;background:#fff;min-height:420px;overflow:hidden;padding:.45rem}.nh-instagram-card__link,.nh-instagram-card__embed-wrap{display:block;width:100%;height:100%;min-height:360px}.nh-instagram-card__embed-wrap{position:relative}.nh-instagram-card blockquote.instagram-media{margin:0!important;min-width:0!important;width:100%!important;max-width:100%!important;min-height:360px!important}.nh-instagram-card__embed-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:block;text-decoration:none}.nh-instagram-card__embed-fallback[hidden]{display:none}.nh-instagram-card img{width:100%;height:100%;object-fit:cover}.nh-instagram-card__placeholder{min-height:360px;display:grid;place-items:center;background:#f4efe7;border:1px dashed #d9d1c5}.nh-instagram-card__placeholder span{font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;color:#6b6257}@media(max-width:1200px){.nh-reviews-carousel__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:990px){.nh-reviews-carousel__grid,.nh-instagram-feed__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.nh-built-reviews-form__grid{grid-template-columns:1fr}.reviews-marquee .nh-review-card{flex-basis:260px;width:260px}.product-marquee--instagram .nh-instagram-card{flex-basis:220px;width:220px}.nh-reviews-carousel__grid,.nh-instagram-feed__grid{grid-template-columns:1fr}.nh-instagram-card{min-height:320px}}.nh-quick-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;display:grid;place-items:center}.nh-quick-view[hidden]{display:none}.nh-quick-view__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#080808c7}.nh-quick-view__panel{position:relative;z-index:1;width:min(92vw,900px);background:#fff;border:1px solid #ddd}.nh-quick-view__close{position:absolute;top:.55rem;right:.55rem;width:34px;height:34px;border:1px solid #ddd;background:#fff;color:#111;font-size:1.2rem;line-height:1;cursor:pointer}.nh-quick-view__layout{display:grid;grid-template-columns:1fr 1fr}.nh-quick-view__image-wrap{position:relative;background:#f2ede4;min-height:420px}.nh-quick-view__image{width:100%;height:100%;object-fit:cover}.nh-quick-view__nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid rgba(17,17,17,.2);background:#ffffffeb;color:#111;font-size:1rem;line-height:1;cursor:pointer;z-index:2}.nh-quick-view__nav--prev{left:.55rem}.nh-quick-view__nav--next{right:.55rem}.nh-quick-view__content{padding:1.25rem;display:grid;align-content:start;gap:.45rem}.nh-quick-view__vendor{margin:0;font-size:.6rem;color:#616161;text-transform:uppercase;letter-spacing:.13em}.nh-quick-view__title{margin:0;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(1.6rem,2.8vw,2.35rem);line-height:1}.nh-quick-view__price{color:#111;font-size:.96rem}.nh-quick-view__actions{margin-top:.6rem;display:grid;gap:.5rem}.nh-quick-view__actions .button{width:100%;min-height:46px;border-radius:0;letter-spacing:.12em;font-size:.62rem}body.nh-quick-view-open{overflow:hidden}@media(max-width:900px){.nh-quick-view__layout{grid-template-columns:1fr}.nh-quick-view__image-wrap{min-height:320px}}@media(hover:none){.product-card__quick{opacity:1;transform:translate(-50%)}}.nh-app-blocks{padding-top:1.6rem}.nh-app-blocks__inner{width:100%;padding:0 1.2rem}.nh-app-blocks__block+.nh-app-blocks__block{margin-top:1rem}.nh-app-blocks__placeholder{border:1px dashed #d5d5d5;background:#fff;padding:.85rem;color:#5a5a5a;font-size:.78rem}@media(max-width:760px){.nh-app-blocks__inner{padding:0 .7rem}}.product-card__media,.nh-collection-card__image,.nh-collection-tile__media,.nh-story-card__image,.article-card__media,.nh-story-tile__media,.nh-press-card__media,.nh-pdp__media-main,.nh-pdp__media-tile,.nh-quick-view__image-wrap,.nh-instagram-card,.nh-b2b-catalog__card-media{border-radius:var(--image-radius, 0);overflow:hidden}.nh-watermark-enabled .nh-hero__media,.nh-watermark-enabled .nh-collection-hero__media,.nh-watermark-enabled .product-card__media,.nh-watermark-enabled .nh-collection-tile__media,.nh-watermark-enabled .nh-collection-card__image,.nh-watermark-enabled .nh-story-tile__media,.nh-watermark-enabled .nh-spotlight-block__image,.nh-watermark-enabled .nh-instagram-card__link,.nh-watermark-enabled .nh-press-card__media,.nh-watermark-enabled .nh-review-card__photo,.nh-watermark-enabled .nh-b2b__hero-media,.nh-watermark-enabled .nh-b2b-category__media,.nh-watermark-enabled .nh-b2b-catalog__card-media,.nh-watermark-enabled .nh-pdp__media-main,.nh-watermark-enabled .nh-pdp__media-tile,.nh-watermark-enabled .nh-pdp-lightbox__dialog,.nh-watermark-enabled .nh-quick-view__image-wrap,.nh-watermark-enabled .article-card__media,.nh-watermark-enabled .article-view__image,.nh-watermark-enabled .cart-item__media,.nh-watermark-enabled .nh-watermark-scope{position:relative;overflow:hidden;isolation:isolate}.nh-watermark-enabled .nh-hero__media:after,.nh-watermark-enabled .nh-collection-hero__media:after,.nh-watermark-enabled .product-card__media:after,.nh-watermark-enabled .nh-collection-tile__media:after,.nh-watermark-enabled .nh-collection-card__image:after,.nh-watermark-enabled .nh-story-tile__media:after,.nh-watermark-enabled .nh-spotlight-block__image:after,.nh-watermark-enabled .nh-instagram-card__link:after,.nh-watermark-enabled .nh-press-card__media:after,.nh-watermark-enabled .nh-review-card__photo:after,.nh-watermark-enabled .nh-b2b__hero-media:after,.nh-watermark-enabled .nh-b2b-category__media:after,.nh-watermark-enabled .nh-b2b-catalog__card-media:after,.nh-watermark-enabled .nh-pdp__media-main:after,.nh-watermark-enabled .nh-pdp__media-tile:after,.nh-watermark-enabled .nh-pdp-lightbox__dialog:after,.nh-watermark-enabled .nh-quick-view__image-wrap:after,.nh-watermark-enabled .article-card__media:after,.nh-watermark-enabled .article-view__image:after,.nh-watermark-enabled .cart-item__media:after,.nh-watermark-enabled .nh-watermark-scope:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:var(--watermark-opacity, .14);background-image:var(--watermark-logo, none);background-repeat:repeat;background-position:center;background-size:var(--watermark-size, 200px) auto}.nh-watermark-enabled .nh-pdp__zoom-hint,.nh-watermark-enabled .nh-pdp__gallery-arrow,.nh-watermark-enabled .nh-pdp-lightbox__nav,.nh-watermark-enabled .nh-pdp-lightbox__close,.nh-watermark-enabled .nh-quick-view__nav,.nh-watermark-enabled .nh-quick-view__close{z-index:3}body.template-index .nh-hero__media,body.template-index .nh-collection-tile,body.template-index .nh-collection-tile__media,body.template-index .product-card,body.template-index .product-card__media-wrap,body.template-index .product-card__media,body.template-index .nh-story-tile,body.template-index .nh-story-tile__media,body.template-index .nh-spotlight-block__content,body.template-index .nh-spotlight-block__image,body.template-index .nh-press-card,body.template-index .nh-press-card__media,body.template-index .nh-instagram-card,body.template-index .nh-review-card,body.template-product .nh-you-like .product-card,body.template-product .nh-you-like .product-card__media-wrap,body.template-product .nh-you-like .product-card__media{border-radius:20px;overflow:hidden}.product-card{position:relative;border:0;box-shadow:none;background:transparent}.product-card__link{position:relative}.product-card__body{display:block;position:static;padding:.58rem .18rem .24rem;text-align:center}.product-card__vendor{display:none}.product-card__title{margin:0;font-size:.98rem;font-family:var(--font-body);font-weight:500;line-height:1.2;letter-spacing:0;color:#727272;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.product-card .price{margin-top:.18rem;color:#1c1c1c;font-size:1.1rem;font-weight:600}.product-card .price--compare{font-size:.9rem;font-weight:500}.product-card:hover,.product-card:focus-within{transform:none;box-shadow:none}.product-card__quick{width:calc(100% - 1rem);max-width:17rem;min-height:46px;border:0;border-radius:999px;background:#0f1420;color:#fff;font-size:.8rem;font-weight:500;line-height:1;text-transform:none;letter-spacing:.02em;box-shadow:0 8px 18px #0000003d}.nh-collection-tile,.nh-collection-card{position:relative}.nh-collection-tile>a,.nh-collection-card>a{display:block;position:relative}.nh-collection-tile__caption{position:absolute;top:.55rem;left:.55rem;right:auto;min-height:0;padding:0;margin:0;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity var(--ease),transform var(--ease),visibility 0s linear var(--ease);pointer-events:none}.nh-collection-tile__caption h3{margin:0;font-size:.72rem;font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#111;background:#ffffffeb;padding:.28rem .44rem}.nh-collection-tile__caption span{display:none}.nh-collection-tile:hover .nh-collection-tile__caption,.nh-collection-tile:focus-within .nh-collection-tile__caption{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.nh-collection-tile>a:after,.nh-collection-card>a:after{content:"Quick view";position:absolute;left:50%;bottom:.65rem;transform:translate(-50%,8px);opacity:0;width:calc(100% - 1rem);max-width:17rem;min-height:46px;display:flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#0f1420;color:#fff;padding:0 .75rem;font-size:.8rem;font-weight:500;line-height:1;text-transform:none;letter-spacing:.02em;box-shadow:0 8px 18px #0000003d;transition:opacity var(--ease),transform var(--ease),background var(--ease);pointer-events:none;z-index:2}body.template-index .nh-products-feature .product-grid,body.template-index .nh-arrivals .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.template-index .nh-collections-strip .nh-collection-tile__media{aspect-ratio:3 / 4}body.template-index .nh-products-feature .product-marquee .product-card,body.template-index .nh-arrivals .product-marquee .product-card,body.template-index .nh-instagram-feed .product-marquee--instagram .nh-instagram-card{flex:0 0 320px;width:320px}@media(max-width:1200px){body.template-index .nh-products-feature .product-marquee .product-card,body.template-index .nh-arrivals .product-marquee .product-card,body.template-index .nh-instagram-feed .product-marquee--instagram .nh-instagram-card{flex-basis:280px;width:280px}}@media(max-width:760px){body.template-index .nh-products-feature .product-grid,body.template-index .nh-arrivals .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.template-index .nh-products-feature .product-marquee .product-card,body.template-index .nh-arrivals .product-marquee .product-card,body.template-index .nh-instagram-feed .product-marquee--instagram .nh-instagram-card{flex-basis:240px;width:240px}}@media(max-width:520px){body.template-index .nh-products-feature .product-grid,body.template-index .nh-arrivals .product-grid{grid-template-columns:1fr}}body.template-index .nh-collections-strip .nh-collection-tile__caption{top:.8rem;left:.8rem;opacity:1;visibility:visible;transform:none;transition:none}body.template-index .nh-collections-strip .nh-collection-tile__caption h3{background:transparent;padding:0;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.42)}.nh-collection-tile:hover>a:after,.nh-collection-tile:focus-within>a:after,.nh-collection-card:hover>a:after,.nh-collection-card:focus-within>a:after{opacity:1;transform:translate(-50%)}.nh-collection-card h3,.nh-collection-card h2{position:absolute;top:.55rem;left:.55rem;right:auto;margin:0;padding:.28rem .44rem;font-size:.72rem;font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#111;background:#ffffffeb;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity var(--ease),transform var(--ease),visibility 0s linear var(--ease);pointer-events:none;z-index:2}.nh-collection-card:hover h3,.nh-collection-card:hover h2,.nh-collection-card:focus-within h3,.nh-collection-card:focus-within h2{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.nh-b2b-split{padding:.62rem 0}.nh-b2b-split--hero{padding-top:clamp(2rem,4vw,3.2rem);padding-bottom:.65rem}.nh-b2b-split--inquiry{padding-bottom:clamp(2.2rem,4.2vw,3.1rem)}.nh-b2b{background:radial-gradient(900px 320px at 10% 0%,#fffc,#fff0 62%),linear-gradient(180deg,#f8f3ea,#f5f1e8 42%,#fbf8f3)}.nh-b2b .page-width{display:grid;gap:1.25rem}.nh-b2b__hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.nh-b2b--shopify-split .nh-b2b__hero,.nh-b2b--shopify-split .nh-b2b__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1rem}.nh-b2b--hero-media-left .nh-b2b__hero-content{order:2}.nh-b2b--hero-media-left .nh-b2b__hero-media{order:1}.nh-b2b--categories-right .nh-b2b__grid .nh-b2b__panel:first-child{order:2}.nh-b2b--categories-right .nh-b2b__grid .nh-b2b__panel:nth-child(2){order:1}.nh-b2b__hero-content,.nh-b2b__hero-media{border:1px solid #ddd3c6;border-radius:28px;background:#fff;min-height:520px}.nh-b2b__hero-content{padding:clamp(1.1rem,2.3vw,2rem);display:flex;flex-direction:column;justify-content:center}.nh-b2b__hero-content h1{font-size:clamp(2rem,4vw,3.65rem);letter-spacing:.01em}.nh-b2b__hero-content p{margin:.8rem 0 0;color:#4f4f4f;max-width:54ch}.nh-b2b__actions{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}.nh-b2b__meta{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.45rem}.nh-b2b__meta li{font-size:.8rem;color:#3f3f3f;position:relative;padding-left:1rem}.nh-b2b__meta li:before{content:"";width:6px;height:6px;border-radius:999px;background:#111;position:absolute;left:0;top:.55rem}.nh-b2b__hero-media{overflow:hidden}.nh-b2b__hero-media img,.nh-b2b__hero-media .nh-card-placeholder{width:100%;height:100%;object-fit:cover;display:block}.nh-b2b__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.nh-b2b-stat{border:1px solid #ddd3c6;border-radius:18px;background:#fff;padding:.9rem 1rem}.nh-b2b-stat h3{margin:0;font-size:clamp(1.45rem,2.3vw,2.2rem)}.nh-b2b-stat p{margin:.2rem 0 0;color:#575757;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.nh-b2b__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1rem}.nh-b2b__panel{border:1px solid #ddd3c6;border-radius:24px;background:#fff;padding:clamp(.95rem,2vw,1.4rem)}.nh-b2b__panel .section-heading{margin-bottom:1.05rem}.nh-b2b__panel .section-heading h2{font-size:clamp(1.5rem,2.3vw,2.35rem)}.nh-b2b__panel--soft{background:linear-gradient(180deg,#fff,#f8f3ea)}.nh-b2b-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.nh-b2b-category{border:1px solid #e7ddce;border-radius:16px;overflow:hidden;background:#fff;transition:transform var(--ease),box-shadow var(--ease)}.nh-b2b-category:hover,.nh-b2b-category:focus-within{transform:translateY(-3px);box-shadow:0 10px 24px #00000014}.nh-b2b-category__media{aspect-ratio:4 / 3;background:#f3ece1;overflow:hidden}.nh-b2b-category__media img,.nh-b2b-category__media .nh-card-placeholder{width:100%;height:100%;object-fit:cover;display:block}.nh-b2b-categories--contain .nh-b2b-category__media img{object-fit:contain;object-position:center;padding:.38rem;background:#f3ece1}.nh-b2b-category__body{padding:.62rem .7rem .75rem}.nh-b2b-category__body h3{margin:0;font-size:1.02rem}.nh-b2b-category__body p{margin:.32rem 0 0;font-size:.78rem;color:#5e5e5e}.nh-b2b-benefits{display:grid;gap:.62rem}.nh-b2b-benefit{border:1px solid #e7ddce;border-radius:14px;background:#fff;padding:.78rem .8rem}.nh-b2b-benefit h3{margin:0;font-size:.96rem;text-transform:uppercase;letter-spacing:.06em}.nh-b2b-benefit p{margin:.35rem 0 0;font-size:.8rem;color:#5d5d5d}.nh-b2b__logos,.nh-b2b__inquiry{border:1px solid #ddd3c6;border-radius:24px;background:#fff;padding:clamp(.95rem,2vw,1.4rem)}.nh-b2b__logos .section-heading,.nh-b2b__inquiry .section-heading{margin-bottom:1rem}.nh-b2b-logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.55rem}.nh-b2b-logo{border:1px solid #ece3d7;border-radius:14px;background:#fff;min-height:92px}.nh-b2b-logo__content,.nh-b2b-logo>span{width:100%;height:100%;min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.6rem;text-align:center;text-decoration:none}.nh-b2b-logo img{width:min(100%,150px);height:44px;object-fit:contain}.nh-b2b-logo__name,.nh-b2b-logo>span{font-size:.72rem;color:#5f5f5f;text-transform:uppercase;letter-spacing:.1em}.nh-b2b-form{display:grid;gap:.72rem;border:1px solid #ddd3c6;border-radius:20px;background:#fffdf9;padding:clamp(.9rem,2vw,1.25rem)}.nh-b2b-form__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.nh-b2b-form label{margin-bottom:.34rem;color:#4f4f4f;font-size:.64rem;text-transform:uppercase;letter-spacing:.13em}.nh-b2b-form input,.nh-b2b-form select,.nh-b2b-form textarea{width:100%;border:1px solid #d8d0c1;border-radius:12px;background:#fff;color:#191919;padding:.74rem .86rem}.nh-b2b-form input{min-height:50px}.nh-b2b-form select{min-height:50px;-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#232323 50%),linear-gradient(135deg,#232323 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:2rem}.nh-b2b-form textarea{min-height:148px}.nh-b2b-form input:focus-visible,.nh-b2b-form select:focus-visible,.nh-b2b-form textarea:focus-visible{outline:none;border-color:#111;box-shadow:0 0 0 1px #111 inset}.nh-b2b-form .button{width:100%;min-height:54px;border-radius:999px;justify-content:center;text-transform:uppercase;letter-spacing:.12em;font-size:.66rem}.nh-b2b-form ul.errors{margin:0;padding:.55rem .72rem;list-style:none;border:1px solid #b64545;border-radius:10px;background:#fff6f6}.nh-b2b-form ul.errors li{color:#7d2323;font-size:.75rem}.nh-b2b-form__status{margin:0;border:1px solid #0f0f0f;border-radius:12px;padding:.72rem .8rem;background:#f6f3ed}@media(max-width:1200px){.nh-b2b-logos{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:990px){.nh-b2b__hero,.nh-b2b__grid{grid-template-columns:1fr}.nh-b2b--hero-media-left .nh-b2b__hero-content,.nh-b2b--hero-media-left .nh-b2b__hero-media,.nh-b2b--categories-right .nh-b2b__grid .nh-b2b__panel:first-child,.nh-b2b--categories-right .nh-b2b__grid .nh-b2b__panel:nth-child(2){order:initial}.nh-b2b__hero-media{min-height:380px}.nh-b2b-categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.nh-b2b{padding-top:3rem}.nh-b2b-split{padding:.5rem 0}.nh-b2b-split--hero{padding-top:2.1rem}.nh-b2b__stats,.nh-b2b-categories,.nh-b2b-logos,.nh-b2b-form__fields{grid-template-columns:1fr}.nh-b2b__hero-media{min-height:320px}}.nh-contact-page{background:radial-gradient(1000px 360px at 8% -12%,#ffffffdb,#fff0 62%),linear-gradient(180deg,#f7f1e8,#f6f2ea 52%,#fbf8f3)}.nh-contact-page__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.15rem;align-items:start}.nh-contact-page__intro,.nh-contact-page__form-wrap{border:1px solid #ddd3c6;border-radius:30px;background:#fff;padding:clamp(1.05rem,2.2vw,1.7rem);box-shadow:0 16px 36px #1111110f}.nh-contact-page__intro{position:relative;overflow:hidden;background:radial-gradient(560px 220px at 0% 0%,#f7f1e5d9,#f7f1e500 70%),#fff}.nh-contact-page__intro:after{content:"";position:absolute;right:-90px;top:-90px;width:220px;height:220px;border-radius:999px;background:linear-gradient(135deg,#d1bc9a3d,#d1bc9a00 80%);pointer-events:none}.nh-contact-page__intro h1{font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.03}.nh-contact-page__intro>p{margin:.9rem 0 0;color:#4d4d4d;max-width:45ch;font-size:1.02rem}.nh-contact-page__meta{margin:1.2rem 0 0;padding:0;list-style:none;display:grid;gap:.8rem;position:relative;z-index:1}.nh-contact-page__meta li{border-top:1px solid #ece3d7;padding-top:.75rem}.nh-contact-page__meta li span{display:block;margin-bottom:.2rem;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#6a6a6a}.nh-contact-page__meta li a,.nh-contact-page__meta li p{margin:0;font-size:.92rem;color:#232323}.nh-contact-form{display:grid;gap:.72rem;border:1px solid #e6dccf;border-radius:22px;background:#fffcf8;padding:clamp(.9rem,2vw,1.25rem)}.nh-contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.nh-contact-form label{margin-bottom:.34rem;color:#4f4f4f;font-size:.64rem;text-transform:uppercase;letter-spacing:.13em}.nh-contact-form input,.nh-contact-form textarea{width:100%;border:1px solid #d8d0c1;border-radius:14px;background:#fffdfa;color:#191919;padding:.8rem .9rem}.nh-contact-form input{min-height:50px}.nh-contact-form textarea{min-height:170px}.nh-contact-form input:focus-visible,.nh-contact-form textarea:focus-visible{outline:none;border-color:#111;box-shadow:0 0 0 1px #111 inset}.nh-contact-form .button{width:100%;min-height:54px;border-radius:999px;justify-content:center;text-transform:uppercase;letter-spacing:.12em;font-size:.66rem;background:#0d121d;box-shadow:0 10px 24px #05070c4d}.nh-contact-form ul.errors{margin:0;padding:.55rem .72rem;list-style:none;border:1px solid #b64545;border-radius:10px;background:#fff6f6}.nh-contact-form ul.errors li{color:#7d2323;font-size:.75rem}.nh-contact-form__status{margin:0;border:1px solid #0f0f0f;border-radius:12px;padding:.72rem .8rem;background:#f6f3ed}@media(max-width:990px){.nh-contact-page__layout{grid-template-columns:1fr}}@media(max-width:760px){.nh-contact-form__grid{grid-template-columns:1fr}}:root{--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-md: 16px;--radius-lg: 28px;--shadow-card: 0 18px 34px rgba(18, 15, 10, .08)}body{color:#1a1815;background:radial-gradient(1100px 420px at 10% -14%,#ffffffe0,#fff0 62%),linear-gradient(180deg,#fdfbf7,#f7f2ea 44%,#fbf8f2)}.section-heading h2,.page-title,h1,h2,h3,h4{letter-spacing:.015em;font-weight:500}.button{border-color:#15120f;border-width:1px;letter-spacing:.14em;font-size:.68rem;padding:.76rem 1.4rem}.button--dark{background:linear-gradient(145deg,#121212,#1b1713);border-color:#121212}.site-header{background:#fffdfae0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:#d9cfbf}.site-header__main{min-height:86px}.site-logo{letter-spacing:.24em;font-size:clamp(1.45rem,2.1vw,2rem)}.site-nav__list{min-height:58px;gap:2.2rem}.site-nav__link{letter-spacing:.14em;font-size:.66rem}.product-card,.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.article-card,.nh-instagram-card,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-contact-page__intro,.nh-contact-page__form-wrap{border-color:#ddd1c0;box-shadow:var(--shadow-card)}.product-card__media,.nh-collection-tile__media,.nh-story-tile__media,.nh-press-card__media,.nh-review-card__photo,.article-card__media,.nh-instagram-card__link{background:#f2eadf}.footer-grid h3,.footer-bottom__payments-note{letter-spacing:.13em}@media(max-width:990px){.site-nav__list{gap:1.4rem}}:root{--radius-md: 18px;--radius-lg: 30px;--shadow-card: 0 18px 38px rgba(23, 18, 12, .1)}body{color:#171411;background:radial-gradient(1200px 460px at 8% -16%,#ffffffe6,#fff0 64%),linear-gradient(180deg,#fdfcf8,#f7f1e8 46%,#fbf7f1)}.page-width{width:min(var(--max-width),calc(100% - 4.4rem))}.section{padding:5.4rem 0}.section-heading h2,.page-title,h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;letter-spacing:.015em}.section-heading p,.page-subtext,p{color:#4f4942}.announcement-bar{background:linear-gradient(90deg,#13100d,#1d1813,#13100d);border-bottom-color:#2f2821}.site-header{background:#fffcf7e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #d8ccbb}.site-header__main{min-height:90px}.site-logo{font-family:var(--font-display);letter-spacing:.2em;font-size:clamp(1.5rem,2.2vw,2.05rem)}.site-nav__link{font-size:.64rem;letter-spacing:.16em}.button{border-color:#18130f;letter-spacing:.15em;font-size:.66rem;padding:.78rem 1.45rem}.button--dark{border-color:#17120d;background:linear-gradient(145deg,#17120d,#221b14 62%,#18130f);box-shadow:0 10px 22px #120e0a3d}.button--dark:hover,.button--dark:focus-visible{background:linear-gradient(145deg,#20180f,#2a2016 62%,#1e170f)}.nh-hero__content,.nh-collection-hero__content,.nh-about-panel__content,.nh-spotlight-block__content,.nh-contact-page__intro,.nh-contact-page__form-wrap,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-password__content,.product-panel{border-color:#d7cab7;background:radial-gradient(620px 200px at 94% 8%,#f7eee08c,#f7eee000 62%),#fff;box-shadow:var(--shadow-card)}.nh-hero__media,.nh-collection-hero__media,.product-gallery,.product-card,.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.article-card,.nh-instagram-card,.nh-b2b-category,.nh-b2b-logo{border-color:#d9cebf;box-shadow:0 14px 30px #18120c12}.nh-hero__content h1,.nh-collection-hero__content h1,.nh-pdp__title,.nh-password__content h1{font-family:var(--font-display);font-weight:500;letter-spacing:.01em}.nh-pdp__title{font-size:clamp(2rem,3.4vw,3.1rem)}.product-card__body{text-align:left;padding:.85rem .72rem .78rem}.product-card__title{text-decoration:none;color:#18140f;font-family:var(--font-display);font-size:1.2rem;line-height:1.1;letter-spacing:.01em}.product-card .price{margin-top:.34rem;color:#2b2218;font-size:.97rem;font-weight:600}.product-card .price--compare{font-size:.8rem;color:#6e655b}.product-card__quick,.nh-collection-tile>a:after,.nh-collection-card>a:after{background:linear-gradient(145deg,#11151d,#1a202a);box-shadow:0 10px 22px #0c0f1647}.nh-about-panel__links a{border-color:#d3c7b5;background:#fffcf8}.nh-about-panel__links a:hover,.nh-about-panel__links a:focus-visible{background:linear-gradient(145deg,#191510,#241c14)}.footer-grid h3{letter-spacing:.16em;color:#1d1813}.footer-bottom__payments-note{letter-spacing:.14em;color:#5d5246}@media(max-width:990px){.page-width{width:calc(100% - 2rem)}.section{padding:4rem 0}}:root{--line: #d8cdbd;--accent: #8a6a3f;--text: #14110e;--muted: #5e554b;--surface: #fffdf9;--shadow-card: 0 22px 42px rgba(22, 17, 11, .11)}body{background:radial-gradient(1300px 520px at 6% -16%,#ffffffeb,#fff0 64%),linear-gradient(180deg,#fefcf8,#f8f2e8,#fdf9f3)}.section{padding:6rem 0}.section-heading h2{font-size:clamp(2.25rem,4.2vw,4rem);letter-spacing:.012em}.section-heading p,.page-subtext,p{line-height:1.7}.site-header{border-bottom:1px solid rgba(140,118,84,.28)}.site-logo{letter-spacing:.18em}.site-nav{border-top:1px solid rgba(140,118,84,.2)}.site-nav__link{letter-spacing:.18em;font-size:.62rem}.nh-hero,.nh-collection-hero,.nh-products-feature,.nh-arrivals,.nh-cooking,.nh-press,.nh-reviews-carousel,.nh-instagram-feed,.nh-spotlight-block,.nh-b2b,.site-footer{background:transparent}.nh-hero__layout,.nh-collection-hero__layout{gap:1.4rem}.nh-hero__media,.nh-collection-hero__media{border-radius:34px;border:1px solid #d8cdbd;box-shadow:0 20px 44px #16100b1a}.nh-hero__content,.nh-collection-hero__content{border-radius:34px;padding:clamp(1.5rem,3.1vw,3rem)}.nh-hero__content h1{font-size:clamp(3rem,6vw,5.4rem);line-height:.93}.nh-collection-hero__content h1{font-size:clamp(2.8rem,5.5vw,4.8rem);line-height:.95}.nh-hero__content p,.nh-collection-hero__content p{max-width:46ch;font-size:1rem}.product-grid{gap:1.25rem}.product-card{border:0;background:transparent;box-shadow:none}.product-card:hover,.product-card:focus-within{transform:translateY(-5px);box-shadow:none}.product-card__media-wrap{border:1px solid #ddd1bf;border-radius:26px;background:#f7f0e4;padding:.35rem;box-shadow:0 16px 28px #120e0a12}.product-card__media{border-radius:22px}.product-card__quick{min-height:44px;max-width:15.8rem;width:calc(100% - 1.2rem);bottom:.9rem;border-radius:999px;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase}.product-card__body{padding:.95rem .45rem .6rem}.product-card__title{font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.08}.product-card .price{font-size:1rem}.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.article-card,.nh-instagram-card{border:1px solid #ddd1c0;border-radius:24px;background:#fffdfa;box-shadow:0 14px 30px #120e0a12}.nh-about-panel__content,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-contact-page__intro,.nh-contact-page__form-wrap{border-radius:28px}.nh-highlight-item,.nh-b2b-stat,.nh-b2b-category,.nh-b2b-benefit,.nh-b2b-logo{border-color:#d9ccb9;box-shadow:0 12px 24px #100d090f}.site-footer{margin-top:4rem;border-top:1px solid #d8cdbd;background:radial-gradient(900px 280px at 50% 0%,#ffffffc2,#fff0 70%),#f3ece2}.footer-grid{padding:3.6rem 0 2.1rem;gap:1.35rem}.footer-brand h2{font-family:var(--font-display);font-size:clamp(1.8rem,2.8vw,2.8rem);letter-spacing:.1em}.footer-links a,.footer-legal a{font-size:.86rem}.footer-bottom{border-top:1px solid rgba(137,117,86,.24)}@media(max-width:990px){.section{padding:4.5rem 0}.nh-hero__content h1,.nh-collection-hero__content h1{line-height:.98}}:root{--accent: #a27b48}.section-heading{margin-bottom:2rem}.section-heading h2{text-transform:uppercase;letter-spacing:.085em;font-family:var(--font-body);font-size:clamp(1.35rem,2.6vw,2.1rem);font-weight:600}.section-heading p{margin-top:.9rem;max-width:48ch}.eyebrow{letter-spacing:.2em;font-size:.62rem;color:#8f7a60}.button{border-width:1px}.button--dark{color:#efe2ce;border-color:#8f6c3c}.button--dark:hover,.button--dark:focus-visible{color:#f4eadb;border-color:#ad8753}.site-header{background:linear-gradient(180deg,#16120ef2,#16120ee6);color:#eee2d0;border-bottom:1px solid rgba(160,130,88,.52)}.site-nav{border-top:1px solid rgba(160,130,88,.36)}.site-nav__link{color:#efe4d4}.site-nav__link:after{background:#b6915e}.site-actions__count{background:#b1864f;color:#15110d}.site-nav__submenu{background:#191510;border:1px solid rgba(160,130,88,.42);color:#e9ddcb}.site-nav__submenu a:hover,.site-nav__submenu a:focus-visible{background:#a27b4829}.nh-hero__content h1,.nh-collection-hero__content h1,.nh-pdp__title{text-transform:none;letter-spacing:.01em}.product-card__title{font-size:clamp(1.05rem,1.7vw,1.3rem);font-weight:500}.site-footer{background:linear-gradient(180deg,#1a1612,#15110d);border-top:1px solid rgba(160,130,88,.44);color:#e8dbc7}.footer-brand p,.footer-newsletter__text,.footer-links a,.footer-legal a,.footer-bottom,.footer-bottom__payments-note{color:#d7c7b0}.footer-grid h3,.footer-invest h3{color:#f0e4d0}.footer-social a{border-color:#a0825875;background:#ffffff05;color:#efdfc7}.footer-social a:hover,.footer-social a:focus-visible{border-color:#b58e5a;background:#b58e5a24}@media(max-width:990px){.site-header{background:linear-gradient(180deg,#16120efa,#16120ef2)}}:root{--lux-ivory: #f6f1e9;--lux-paper: #fcf8f2;--lux-ink: #17120d;--lux-metal: #9e7b53;--lux-line: #d9cab4}body{background:radial-gradient(1200px 520px at 50% -12%,#a98c6526,#a98c6500 68%),var(--lux-ivory);color:var(--lux-ink)}.section{padding:clamp(4.8rem,8vw,8.2rem) 0}.page-width{max-width:min(94vw,1460px)}.site-header{background:#faf6efdb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(124,100,71,.28);color:var(--lux-ink)}.site-nav{border-top:1px solid rgba(124,100,71,.24)}.site-nav__link{color:#201a14;text-transform:uppercase;letter-spacing:.16em;font-size:.73rem}.site-nav__link:after{background:var(--lux-metal)}.site-nav__submenu{background:#faf6f0;color:#221b15;border:1px solid rgba(124,100,71,.3);box-shadow:0 22px 42px #17120d29}.site-nav__submenu a:hover,.site-nav__submenu a:focus-visible{background:#9e7b531f}.site-actions__count{background:var(--lux-metal);color:#16120d}.nh-hero,.nh-collection-hero{position:relative;isolation:isolate}.nh-hero:before,.nh-collection-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(580px 260px at 15% 0%,#aa8e6829,#aa8e6800 72%),radial-gradient(640px 290px at 100% 100%,#342c2417,#342c2400 76%)}.nh-hero__layout,.nh-collection-hero__layout{gap:clamp(1.5rem,2.6vw,2.9rem)}.nh-hero__media,.nh-collection-hero__media{border-radius:36px;border:1px solid var(--lux-line);box-shadow:0 26px 44px #16100a1c;background:#efe6d9}.nh-hero__content,.nh-collection-hero__content{border-radius:36px;border:1px solid var(--lux-line);background:linear-gradient(162deg,#fffdf9fa,#f7efe4eb);box-shadow:0 18px 36px #16100a14;padding:clamp(2.3rem,4vw,3.6rem)}.eyebrow,.nh-hero__content .eyebrow,.nh-collection-hero__content .eyebrow{letter-spacing:.24em;text-transform:uppercase;font-size:.62rem;color:#866740}.nh-hero__content h1,.nh-collection-hero__content h1{font-size:clamp(3rem,6.4vw,6.1rem);line-height:.9;letter-spacing:-.02em;color:#0f0b08}.nh-hero__content p,.nh-collection-hero__content p{font-size:1.06rem;line-height:1.56;color:#3a2f24}.section-heading h2{text-transform:uppercase;letter-spacing:.11em;font-family:var(--font-body);font-weight:600}.product-card{background:transparent;border:0;box-shadow:none}.product-card__media-wrap{border-radius:34px;border:1px solid var(--lux-line);background:linear-gradient(150deg,#f8f1e6,#efe3d1 42%,#f7f1e7);box-shadow:0 20px 34px #18120c1f;padding:.42rem}.product-card__media{border-radius:28px}.product-card__quick{min-height:48px;width:calc(100% - 1.8rem);max-width:17.8rem;bottom:1rem;border-radius:999px;background:linear-gradient(180deg,#17120d,#080605);color:#f2e7d7;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.product-card__title{font-size:clamp(1.1rem,1.85vw,1.42rem);line-height:1.1;color:#18120d}.product-card .price{color:#20170f}.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.nh-instagram-card,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-contact-page__intro,.nh-contact-page__form-wrap{border-radius:28px;border:1px solid var(--lux-line);background:linear-gradient(170deg,#fffdfa,#f6efe4);box-shadow:0 18px 34px #16100a12}.nh-collection-tile__media,.nh-story-tile__media,.nh-press-card__media,.nh-review-card__photo,.nh-instagram-card__link,.nh-b2b-category__media{border-radius:24px}body.template-index .nh-collections-strip .nh-collection-tile__caption{left:1rem;right:auto;bottom:auto;top:1rem}body.template-index .nh-collections-strip .nh-collection-tile__caption h3{color:#15100c;text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;font-weight:600;text-shadow:0 1px 0 rgba(255,255,255,.7)}.button{border-radius:999px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600;padding:.95rem 2rem}.button--dark,.button:not(.button--secondary):not(.button--ghost){background:linear-gradient(180deg,#1a1511,#090705);border-color:#1a1511;color:#f2e7d8}.button--dark:hover,.button--dark:focus-visible,.button:not(.button--secondary):not(.button--ghost):hover,.button:not(.button--secondary):not(.button--ghost):focus-visible{background:linear-gradient(180deg,#221b14,#0f0b08);border-color:#2a2017}.site-footer{background:radial-gradient(940px 260px at 50% 0%,#a8865a33,#a8865a00 68%),linear-gradient(180deg,#1a1511,#100d0a);border-top:1px solid rgba(168,134,90,.44);color:#e8d8c0}.footer-grid h3,.footer-invest h3,.footer-brand h2{color:#f3e6d2}.footer-links a,.footer-legal a,.footer-newsletter__text,.footer-bottom,.footer-bottom__payments-note{color:#d5c1a5}.footer-social a{border-color:#ac8a5d85;color:#ecdcc5}@media(max-width:990px){.site-header{background:#faf6eff0}.nh-hero__content,.nh-collection-hero__content,.nh-hero__media,.nh-collection-hero__media,.product-card__media-wrap{border-radius:24px}.product-card__media{border-radius:20px}}:root{--lux-bg: #f4ede3;--lux-paper: #fcf7f0;--lux-ink: #15100b;--lux-gold: #9f7a4c;--lux-line: #d8c6ad}body{background:radial-gradient(1400px 620px at 50% -14%,#a8845633,#a8845600 72%),linear-gradient(180deg,#f8f1e8 0%,var(--lux-bg) 40%,#efe6d9 100%);color:var(--lux-ink)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.08;background-image:radial-gradient(rgba(18,14,10,.26) .55px,transparent .55px);background-size:3px 3px}.site-main,.site-header,.announcement-bar,.site-footer{position:relative;z-index:1}.page-width{width:min(1500px,calc(100% - 3.8rem))}.section{padding:clamp(5rem,8vw,8.4rem) 0}.site-logo{font-family:var(--font-display);font-size:clamp(1.6rem,2.2vw,2.2rem);font-weight:500;letter-spacing:.25em}.site-nav__link{letter-spacing:.16em;font-size:.68rem}.section-heading h2,.nh-pdp__title,.nh-b2b__hero-content h1,.nh-contact-page__intro h1{font-family:var(--font-display);font-weight:500;letter-spacing:-.005em}body.template-index .nh-hero{padding-top:clamp(2rem,4vw,3.8rem);padding-bottom:clamp(3rem,6vw,5.6rem)}body.template-index .nh-hero__layout{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);gap:clamp(1.5rem,3vw,3rem)}body.template-index .nh-hero__media{min-height:min(78vh,860px);border-radius:36px;border:1px solid var(--lux-line);box-shadow:0 28px 46px #140e0924}body.template-index .nh-hero__main-image{width:100%;height:100%;object-fit:cover}body.template-index .nh-hero__content{border-radius:34px;border:1px solid var(--lux-line);background:linear-gradient(165deg,#fffdf9fa,#f5ebddf0);box-shadow:0 18px 34px #150f0a17;padding:clamp(2.4rem,4vw,3.8rem)}body.template-index .nh-hero__content h1{font-size:clamp(3.4rem,7vw,6.6rem);line-height:.88;letter-spacing:-.02em;text-wrap:balance}body.template-index .nh-hero__content p{font-size:1.06rem;line-height:1.62;color:#3e2f22}body.template-index .nh-products-feature,body.template-index .nh-arrivals,body.template-index .nh-reviews-carousel,body.template-index .nh-instagram-feed{background:radial-gradient(800px 240px at 50% 0%,#a57e4f33,#a57e4f00 70%),linear-gradient(180deg,#17120d,#0d0907);color:#eee0cb;border-top:1px solid rgba(172,137,89,.34);border-bottom:1px solid rgba(172,137,89,.34)}body.template-index .nh-products-feature+.nh-arrivals{border-top:0}body.template-index .nh-products-feature .section-heading h2,body.template-index .nh-arrivals .section-heading h2,body.template-index .nh-reviews-carousel .section-heading h2,body.template-index .nh-instagram-feed .section-heading h2{color:#f2e8d7}body.template-index .nh-products-feature .section-heading p,body.template-index .nh-arrivals .section-heading p,body.template-index .nh-reviews-carousel .section-heading p,body.template-index .nh-instagram-feed .section-heading p{color:#cdbba3}body.template-index .nh-products-feature .text-link,body.template-index .nh-arrivals .text-link,body.template-index .nh-reviews-carousel .text-link,body.template-index .nh-instagram-feed .text-link{color:#ecdcc6;border-bottom-color:#ecdcc680}body.template-index .nh-products-feature .product-card__media-wrap,body.template-index .nh-arrivals .product-card__media-wrap{border:1px solid rgba(192,158,114,.42);background:linear-gradient(152deg,#f6eee1,#eddcbf 40%,#f8f0e4);box-shadow:0 20px 36px #02020242}body.template-index .nh-products-feature .product-card__title,body.template-index .nh-arrivals .product-card__title{font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.56rem);line-height:1.04;color:#f6eddf;text-decoration:none}body.template-index .nh-products-feature .product-card .price,body.template-index .nh-arrivals .product-card .price{color:#e9d5ba;font-size:1rem;font-weight:500}body.template-index .nh-products-feature .product-card__quick,body.template-index .nh-arrivals .product-card__quick,body.template-index .nh-collections-strip .nh-collection-tile>a:after{background:linear-gradient(180deg,#12100d,#060504);color:#f4e8d4;border:1px solid rgba(176,143,97,.5);letter-spacing:.07em;text-transform:uppercase}body.template-index .nh-collections-strip .nh-collection-tile,body.template-index .nh-cooking .nh-story-tile,body.template-index .nh-press .nh-press-card,body.template-index .nh-about-panel__content,body.template-index .nh-highlight-item{border:1px solid var(--lux-line);background:linear-gradient(170deg,#fffdf9,#f4eadb);box-shadow:0 18px 32px #140e0914}body.template-index .nh-collections-strip .nh-collection-tile__caption h3{color:#fdf7ee;text-transform:uppercase;letter-spacing:.11em;font-size:.68rem;text-shadow:0 2px 10px rgba(0,0,0,.52)}body.template-index .nh-reviews-carousel .nh-review-card,body.template-index .nh-instagram-feed .nh-instagram-card{background:linear-gradient(175deg,#f9f0e0,#efe0c9);border:1px solid rgba(186,153,111,.52);box-shadow:0 18px 28px #00000042}body.template-index .nh-reviews-carousel .nh-review-card p,body.template-index .nh-instagram-feed .nh-instagram-card__placeholder span{color:#3d2f23}body.template-index .nh-reviews-carousel .nh-review-card__author,body.template-index .nh-reviews-carousel .nh-review-card__meta{color:#60472f}.site-footer{border-top:1px solid rgba(178,142,96,.52);background:radial-gradient(880px 240px at 50% 0%,#a57f5133,#a57f5100 70%),linear-gradient(180deg,#19140f,#0f0c09)}.footer-brand h2{font-family:var(--font-display);letter-spacing:.14em}.footer-grid h3,.footer-invest h3{letter-spacing:.12em;text-transform:uppercase;font-size:.76rem}@media(max-width:990px){.page-width{width:calc(100% - 2rem)}body.template-index .nh-hero__layout{grid-template-columns:1fr}body.template-index .nh-hero__media{min-height:56vh;border-radius:24px}body.template-index .nh-hero__content{border-radius:22px}body.template-index .nh-hero__content h1{font-size:clamp(2.3rem,10vw,4.2rem)}}:root{--bg: #090705;--surface: #13100d;--text: #f2e7d6;--muted: #b8a387;--accent: #b68b57;--line: #382b1d}body{color-scheme:dark;background:radial-gradient(1200px 560px at 50% -16%,#af89592e,#af895900 72%),linear-gradient(180deg,#0f0c09,#090705 44%,#060504);color:var(--text)}body:before{opacity:.05;background-image:radial-gradient(rgba(236,211,174,.32) .6px,transparent .6px);background-size:3px 3px}.announcement-bar{background:#070605;color:#e9dac3;border-bottom:1px solid #3b2d1f}.site-header{background:#0c0a08d6;border-bottom:1px solid rgba(173,137,88,.36)}.site-nav{border-top:1px solid rgba(173,137,88,.28)}.site-logo,.site-nav__link,.site-actions a{color:#efe2ce}.site-actions a{border-color:#ad89583d;background:#ffffff03}.site-actions a:hover,.site-actions a:focus-visible{border-color:#bd976285;background:#b68b571f}.site-actions__count{background:linear-gradient(180deg,#c59b66,#9d7647);color:#120e0a}.menu-toggle{border-color:#ad895847;background:#0f0c09}.menu-toggle span{background:#f1e5d2}.site-nav__submenu{background:#100d0a;border:1px solid rgba(174,138,89,.42);box-shadow:0 26px 46px #0000008c}.site-nav__submenu a{color:#e8d6bd}.site-nav__submenu a:hover,.site-nav__submenu a:focus-visible{background:#b68b572e}.section{border-top:1px solid rgba(166,128,80,.14)}.section-heading h2,.page-title,.nh-pdp__title,.nh-hero__content h1,.nh-collection-hero__content h1,.nh-b2b__hero-content h1,.nh-contact-page__intro h1,.footer-brand h2{color:#f6ead9}.section-heading p,.page-subtext,.nh-hero__content p,.nh-collection-hero__content p,.nh-contact-page__intro>p,.nh-b2b__hero-content p{color:#baa588}.nh-hero__content,.nh-collection-hero__content,.nh-about-panel__content,.nh-highlight-item,.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.nh-instagram-card,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-contact-page__intro,.nh-contact-page__form-wrap,.cart-table-wrap,.cart-summary,.article-card,.article-view,.nh-pdp__details,.nh-pdp-reviews__box,.nh-built-review-item,.nh-b2b-stat,.nh-b2b-benefit,.nh-b2b-logo,.nh-b2b-category,.nh-password__content{background:linear-gradient(165deg,#16120ef5,#0b0907fa);border:1px solid rgba(172,136,88,.34);box-shadow:0 18px 34px #0000006b;color:#ecdec8}.nh-hero__media,.nh-collection-hero__media,.product-card__media-wrap,.nh-collection-tile__media,.nh-story-tile__media,.nh-press-card__media,.nh-review-card__photo,.nh-instagram-card__link,.nh-b2b-category__media,.cart-item__media,.article-card__media,.article-view__image,.nh-pdp__media-main,.nh-pdp__media-tile,.nh-quick-view__image-wrap{border:1px solid rgba(175,139,91,.34);background:#15110d;box-shadow:0 14px 28px #00000061}.nh-collection-tile__caption h3,.nh-collection-card h2,.nh-collection-card h3{color:#f4e8d5}.product-card__title{color:#f0e2cd;text-decoration:none}.product-card .price{color:#d9bc95}.product-card .price--compare{color:#9f8870}.button,.product-card__quick,.nh-collection-tile>a:after,.nh-collection-card>a:after{background:linear-gradient(180deg,#14110d,#080605);border:1px solid rgba(188,150,99,.52);color:#f4e8d5;letter-spacing:.08em;text-transform:uppercase}.button:hover,.button:focus-visible,.product-card__quick:hover,.product-card__quick:focus-visible{background:linear-gradient(180deg,#201911,#0e0a07);border-color:#cca66ec2;color:#fbf0e2}.button--secondary,.button--ghost{background:transparent;color:#e8d6be;border-color:#ba946180}.text-link{color:#e8d8c0;border-bottom-color:#e8d8c06b}.text-link:hover,.text-link:focus-visible{color:#f0debf}label{color:#ceb89a}input,textarea,select{background:#0f0c09;border:1px solid rgba(170,135,88,.42);color:#f1e4d2}input::placeholder,textarea::placeholder{color:#8e7a62}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(200,160,107,.62)}.cart-table th,.cart-table td{border-bottom-color:#a683564d}.cart-item a,.cart-item p,.cart-summary p,.article-meta,.article-card__body p{color:#c8b092}.sort-form label,.collection-toolbar__count{color:#c7b093}.pagination a,.pagination span{border-color:#ad89586b;color:#eadbc4;background:#14100c8f}.pagination .is-current{background:#b68b5733}.nh-pdp__shipping-note,.nh-pdp__assurance,.nh-pdp__meta p,.nh-pdp__desc{color:#c8b092}.nh-pdp-lightbox__dialog,.nh-quick-view__panel{background:linear-gradient(168deg,#15110d,#0a0806);border:1px solid rgba(172,136,88,.4)}.nh-pdp-lightbox__nav,.nh-pdp-lightbox__close,.nh-quick-view__nav,.nh-quick-view__close{background:#0c0a08db;color:#f1e4cf;border:1px solid rgba(177,141,92,.46)}.site-footer{background:radial-gradient(880px 250px at 50% 0%,#aa845438,#aa845400 72%),linear-gradient(180deg,#14110d,#080605);border-top:1px solid rgba(178,142,94,.44);color:#eadbc4}.footer-grid h3,.footer-invest h3,.footer-brand h2,.footer-links a,.footer-legal a,.footer-bottom,.footer-bottom__payments-note,.footer-newsletter__text{color:#e7d7be}.footer-social a{border-color:#b691617a;color:#eddcc2;background:#ffffff05}.footer-social a:hover,.footer-social a:focus-visible{background:#b6916129}@media(max-width:990px){.site-header{background:#0a0806f0}}:root{--bg: #0a0908;--surface: #12100e;--text: #f0e4d2;--muted: #b8a184;--accent: #b68a56;--line: #322619}body{background:radial-gradient(980px 360px at 50% -12%,#a07c5024,#a07c5000 72%),linear-gradient(180deg,#0d0b09,#090806 52%,#070605);color:var(--text)}body:before{display:none}.page-width{width:min(1400px,calc(100% - 3rem))}.section{padding:clamp(4.2rem,6.5vw,6.8rem) 0;border-top:1px solid rgba(178,140,92,.14)}.site-header{background:#0a0807e6;border-bottom:1px solid rgba(176,138,90,.34)}.site-logo{font-size:clamp(1.45rem,2vw,2rem);letter-spacing:.22em}.site-nav{border-top:1px solid rgba(176,138,90,.24)}.site-nav__link{letter-spacing:.14em;font-size:.68rem}.site-nav__submenu{border-radius:10px;background:#0f0d0b;border:1px solid rgba(176,138,90,.36)}.section-heading h2,.page-title,.nh-pdp__title,.nh-hero__content h1,.nh-collection-hero__content h1,.nh-b2b__hero-content h1,.nh-contact-page__intro h1,.footer-brand h2{color:#f4e8d7}.section-heading h2,.page-title{letter-spacing:.02em}.section-heading p,.page-subtext,.nh-hero__content p,.nh-collection-hero__content p,.nh-contact-page__intro>p,.nh-b2b__hero-content p{color:var(--muted)}.nh-hero__media,.nh-collection-hero__media,.product-card__media-wrap,.nh-collection-tile__media,.nh-story-tile__media,.nh-press-card__media,.nh-review-card__photo,.nh-instagram-card__link,.nh-b2b-category__media,.cart-item__media,.article-card__media,.article-view__image,.nh-pdp__media-main,.nh-pdp__media-tile,.nh-quick-view__image-wrap{border:1px solid rgba(176,138,90,.3);background:#13110f;border-radius:16px!important;box-shadow:0 12px 28px #00000057}.nh-hero__content,.nh-collection-hero__content,.nh-about-panel__content,.nh-highlight-item,.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.nh-instagram-card,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-contact-page__intro,.nh-contact-page__form-wrap,.cart-table-wrap,.cart-summary,.article-card,.article-view,.nh-pdp__details,.nh-pdp-reviews__box,.nh-built-review-item,.nh-b2b-stat,.nh-b2b-benefit,.nh-b2b-logo,.nh-b2b-category,.nh-password__content{background:#12100e;border:1px solid rgba(176,138,90,.28);border-radius:16px!important;box-shadow:0 14px 30px #0000005c}.nh-hero__content,.nh-collection-hero__content{padding:clamp(2rem,3.6vw,3.1rem)}.nh-hero__content h1,.nh-collection-hero__content h1{font-size:clamp(2.8rem,6vw,5.3rem);line-height:.9;letter-spacing:-.01em}.product-card{background:transparent}.product-card__media-wrap{padding:.32rem}.product-card__media{border-radius:13px!important}.product-card__body{padding:.78rem .22rem .4rem}.product-card__title{font-family:var(--font-display);font-size:clamp(1.2rem,1.9vw,1.46rem);line-height:1.06;color:#f2e5d1;text-decoration:none}.product-card .price{margin-top:.24rem;color:#d8b78d;font-size:.97rem;font-weight:500}.product-card .price--compare{color:#90775d}.product-card__quick,.nh-collection-tile>a:after,.nh-collection-card>a:after{min-height:44px;border-radius:999px;background:linear-gradient(180deg,#17130f,#0a0806);border:1px solid rgba(182,142,92,.5);color:#f3e7d4;letter-spacing:.08em;text-transform:uppercase}.button{min-height:45px;padding:.82rem 1.65rem;border-radius:999px;border:1px solid rgba(184,145,95,.56);background:linear-gradient(180deg,#18130f,#0b0907);color:#f3e8d6;letter-spacing:.1em}.button:hover,.button:focus-visible{background:linear-gradient(180deg,#221910,#0f0b08);border-color:#cba46ecc;color:#faf0e2}.button--secondary,.button--ghost{background:transparent;color:#e9d7be;border-color:#b8915f80}.text-link{color:#e8d8bf;border-bottom-color:#e8d8bf70}.text-link:hover,.text-link:focus-visible{color:#f2e0c3}label{color:#cfb798}input,textarea,select{background:#0f0d0b;border:1px solid rgba(176,138,90,.38);color:#f1e5d3}input::placeholder,textarea::placeholder{color:#8f785f}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(198,156,101,.6)}.cart-table th,.cart-table td{border-bottom-color:#b08a5a47}.cart-item a,.cart-item p,.cart-summary p,.article-meta,.article-card__body p,.nh-pdp__shipping-note,.nh-pdp__assurance,.nh-pdp__meta p,.nh-pdp__desc{color:#c6ad8e}.pagination a,.pagination span{border:1px solid rgba(176,138,90,.38);background:#12100e;color:#eadbc3}.pagination .is-current{background:#b68a573d}.nh-pdp-lightbox__dialog,.nh-quick-view__panel{background:#0f0d0b;border:1px solid rgba(176,138,90,.42)}.nh-pdp-lightbox__nav,.nh-pdp-lightbox__close,.nh-quick-view__nav,.nh-quick-view__close{background:#0d0b09;border:1px solid rgba(176,138,90,.44);color:#f2e6d4}.site-footer{background:radial-gradient(760px 220px at 50% 0%,#aa845429,#aa845400 72%),linear-gradient(180deg,#13100d,#090705);border-top:1px solid rgba(176,138,90,.42)}.footer-grid h3,.footer-invest h3,.footer-brand h2,.footer-links a,.footer-legal a,.footer-bottom,.footer-bottom__payments-note,.footer-newsletter__text{color:#e7d6bc}.footer-social a{border-color:#b8915f75;color:#eadac2;background:#ffffff05}.footer-social a:hover,.footer-social a:focus-visible{background:#b8915f26}@media(max-width:990px){.page-width{width:calc(100% - 1.6rem)}.site-header{background:#0a0807f2}.nh-hero__media,.nh-collection-hero__media,.nh-hero__content,.nh-collection-hero__content{border-radius:13px!important}}body .section-heading h2,body .page-title,body .nh-hero__content h1,body .nh-collection-hero__content h1,body .nh-pdp__title,body .nh-b2b__hero-content h1,body .nh-contact-page__intro h1,body .nh-story-tile__body h3,body .nh-press-card h3,body .nh-highlight-item p,body .nh-b2b-category__body h3,body .nh-b2b-benefit h3,body .nh-built-reviews__summary span,body .nh-pdp__price,body .nh-review-card__author,body .nh-collection-card h2,body .nh-collection-card h3,body .product-card__title,body .cart-item a,body .article-card__body h2{color:#f4e8d6!important}body .section-heading p,body .page-subtext,body .nh-hero__content p,body .nh-collection-hero__content p,body .nh-contact-page__intro>p,body .nh-b2b__hero-content p,body .nh-story-tile__body p,body .nh-press-card p,body .nh-highlight-item span,body .nh-b2b-stat p,body .nh-b2b-category__body p,body .nh-b2b-benefit p,body .nh-b2b-logo__name,body .nh-b2b-logo>span,body .nh-pdp__shipping-note,body .nh-pdp__desc,body .nh-pdp__meta p,body .nh-pdp__assurance,body .nh-pdp-reviews__note,body .nh-pdp-reviews__first,body .nh-pdp-reviews__empty,body .nh-built-review-item__text,body .nh-built-review-item__meta,body .nh-built-reviews__summary,body .nh-built-reviews__empty,body .nh-review-card p,body .nh-review-card__meta,body .cart-item p,body .cart-summary p,body .article-meta,body .article-card__body p,body .collection-toolbar__count,body .sort-form label,body label{color:#cdb595!important}body .text-link,body a:not(.button):not(.product-card__quick):not(.site-logo):not(.site-nav__link){color:#ead9bf}body .text-link:hover,body .text-link:focus-visible,body a:not(.button):not(.product-card__quick):not(.site-logo):not(.site-nav__link):hover,body a:not(.button):not(.product-card__quick):not(.site-logo):not(.site-nav__link):focus-visible{color:#f4e5cc}body .site-nav__link,body .site-logo,body .site-actions a,body .footer-links a,body .footer-legal a,body .footer-bottom,body .footer-bottom__payments-note,body .footer-newsletter__text{color:#ecddc6!important}body .nh-collection-tile__caption h3{color:#f8ecd9!important;text-shadow:0 2px 10px rgba(0,0,0,.6)}body .price{color:#dbbc92!important}body .price--compare{color:#9d8468!important}body input,body textarea,body select{color:#f3e8d7!important}body input::placeholder,body textarea::placeholder{color:#927a60!important}body option{background:#0f0d0b;color:#f3e8d7}:root{--font-display: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bg: #f6f4f1;--surface: #ffffff;--text: #171614;--muted: #615d56;--accent: #1f1e1c;--line: #e7e2da}body{color-scheme:light!important;background:#f6f4f1!important;color:#171614!important}body:before{display:none!important}.page-width{width:min(1360px,calc(100% - 2.8rem))!important}.section{padding:clamp(3.8rem,6vw,5.8rem) 0!important;border-top:1px solid #ece8e1!important}.announcement-bar{background:#171614!important;color:#f7f6f4!important;border-bottom:1px solid #171614!important}.site-header{background:#f8f6f2f2!important;border-bottom:1px solid #e7e2da!important}.site-nav{border-top:1px solid #ece8e1!important}.site-logo,.site-nav__link,.site-actions a{color:#171614!important}.site-actions a{border-color:#e5dfd6!important;background:#f8f6f2!important}.site-actions a:hover,.site-actions a:focus-visible{border-color:#cbc3b6!important;background:#f1ede6!important}.site-actions__count{background:#171614!important;color:#fff!important}.menu-toggle{border-color:#ddd7ce!important;background:#fff!important}.menu-toggle span{background:#171614!important}.site-nav__submenu{background:#fff!important;border:1px solid #e7e2da!important;box-shadow:0 14px 26px #11111114!important}.site-nav__submenu a{color:#1d1c1a!important}.site-nav__submenu a:hover,.site-nav__submenu a:focus-visible{background:#f4f1ec!important}.section-heading h2,.page-title,.nh-hero__content h1,.nh-collection-hero__content h1,.nh-pdp__title,.nh-b2b__hero-content h1,.nh-contact-page__intro h1,.nh-story-tile__body h3,.nh-press-card h3,.nh-highlight-item p,.nh-b2b-category__body h3,.nh-b2b-benefit h3,.nh-review-card__author,.nh-collection-card h2,.nh-collection-card h3,.product-card__title,.cart-item a,.article-card__body h2,.footer-brand h2,.footer-grid h3,.footer-invest h3{color:#171614!important}.section-heading p,.page-subtext,.nh-hero__content p,.nh-collection-hero__content p,.nh-contact-page__intro>p,.nh-b2b__hero-content p,.nh-story-tile__body p,.nh-press-card p,.nh-highlight-item span,.nh-b2b-stat p,.nh-b2b-category__body p,.nh-b2b-benefit p,.nh-b2b-logo__name,.nh-b2b-logo>span,.nh-pdp__shipping-note,.nh-pdp__desc,.nh-pdp__meta p,.nh-pdp__assurance,.nh-pdp-reviews__note,.nh-pdp-reviews__first,.nh-pdp-reviews__empty,.nh-built-review-item__text,.nh-built-review-item__meta,.nh-built-reviews__summary,.nh-built-reviews__empty,.nh-review-card p,.nh-review-card__meta,.cart-item p,.cart-summary p,.article-meta,.article-card__body p,.collection-toolbar__count,.sort-form label,label{color:#615d56!important}.nh-hero__content,.nh-collection-hero__content,.nh-about-panel__content,.nh-highlight-item,.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.nh-instagram-card,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-contact-page__intro,.nh-contact-page__form-wrap,.cart-table-wrap,.cart-summary,.article-card,.article-view,.nh-pdp__details,.nh-pdp-reviews__box,.nh-built-review-item,.nh-b2b-stat,.nh-b2b-benefit,.nh-b2b-logo,.nh-b2b-category,.nh-password__content{background:#fff!important;border:1px solid #e7e2da!important;box-shadow:0 10px 22px #1111110d!important;color:#171614!important}.nh-hero__media,.nh-collection-hero__media,.product-card__media-wrap,.nh-collection-tile__media,.nh-story-tile__media,.nh-press-card__media,.nh-review-card__photo,.nh-instagram-card__link,.nh-b2b-category__media,.cart-item__media,.article-card__media,.article-view__image,.nh-pdp__media-main,.nh-pdp__media-tile,.nh-quick-view__image-wrap{border:1px solid #e2ddd4!important;background:#f3f0ea!important;box-shadow:none!important}.nh-collection-tile__caption h3{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.35)!important}.product-card{background:transparent!important}.product-card .price,.price{color:#1d1c1a!important}.product-card .price--compare,.price--compare{color:#7f776d!important}.button,.product-card__quick,.nh-collection-tile>a:after,.nh-collection-card>a:after{background:#171614!important;border:1px solid #171614!important;color:#fff!important;letter-spacing:.08em!important}.button:hover,.button:focus-visible,.product-card__quick:hover,.product-card__quick:focus-visible{background:#2a2825!important;border-color:#2a2825!important;color:#fff!important}.button--secondary,.button--ghost{background:transparent!important;color:#171614!important;border-color:#cfc8bc!important}.text-link,a:not(.button):not(.product-card__quick):not(.site-logo):not(.site-nav__link){color:#1d1c1a!important}.text-link:hover,.text-link:focus-visible,a:not(.button):not(.product-card__quick):not(.site-logo):not(.site-nav__link):hover,a:not(.button):not(.product-card__quick):not(.site-logo):not(.site-nav__link):focus-visible{color:#000!important}input,textarea,select{background:#fff!important;border:1px solid #d8d1c5!important;color:#171614!important}input::placeholder,textarea::placeholder{color:#8a8378!important}option{background:#fff!important;color:#171614!important}.cart-table th,.cart-table td{border-bottom-color:#ece7de!important}.pagination a,.pagination span{border-color:#dfd8cd!important;background:#fff!important;color:#171614!important}.pagination .is-current{background:#f2eee7!important}.nh-pdp-lightbox__dialog,.nh-quick-view__panel{background:#fff!important;border:1px solid #e2ddd4!important;color:#171614!important}.nh-pdp-lightbox__nav,.nh-pdp-lightbox__close,.nh-quick-view__nav,.nh-quick-view__close{background:#fff!important;border:1px solid #d8d1c5!important;color:#171614!important}.site-footer{background:#f0ede7!important;border-top:1px solid #e0dacf!important;color:#171614!important}.footer-links a,.footer-legal a,.footer-bottom,.footer-bottom__payments-note,.footer-newsletter__text{color:#504b44!important}.footer-social a{border-color:#d3ccbf!important;color:#171614!important;background:#f9f7f3!important}.footer-social a:hover,.footer-social a:focus-visible{background:#efebe4!important}.nh-pdp__range-label{color:#746c60!important}.nh-pdp__range-link{color:#2a2621!important}.nh-pdp__range-link:hover,.nh-pdp__range-link:focus-visible{color:#000!important}@media(max-width:990px){.page-width{width:calc(100% - 1.6rem)!important}.site-header{background:#f8f6f2fa!important}}:root{--font-display: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;--font-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;--text: #111111 !important;--muted: #3f3f3f !important;--accent: #111111 !important}body,.site-main,.site-header,.site-footer,.section,.page-shell{color:#111!important;font-family:var(--font-body)!important}.section-heading h2,.page-title,h1,h2,h3,h4,.nh-pdp__title,.site-logo,.footer-brand h2{font-family:var(--font-display)!important;color:#111!important}.section-heading p,.page-subtext,p,label,.nh-pdp__shipping-note,.nh-pdp__desc,.nh-pdp__meta p,.nh-pdp__assurance,.nh-pdp__range-label,.nh-you-like__meta,.cart-item p,.cart-summary p,.article-meta,.footer-bottom,.footer-bottom__payments-note,.footer-newsletter__text{color:#111!important}.site-nav__link,.site-logo,.site-actions a,.footer-links a,.footer-legal a,.text-link,a:not(.button):not(.product-card__quick){color:#111!important}.product-card__title,.price,.product-card .price,.product-card .price--compare,.nh-pdp__price,.nh-review-card__author,.nh-review-card p,.nh-review-card__meta,.nh-built-review-item__text,.nh-built-review-item__meta,.nh-b2b-category__body h3,.nh-b2b-category__body p,.nh-b2b-benefit h3,.nh-b2b-benefit p,.nh-b2b-stat p,.nh-press-card h3,.nh-press-card p,.nh-story-tile__body h3,.nh-story-tile__body p,input,textarea,select,option{color:#111!important}input::placeholder,textarea::placeholder{color:#5d5d5d!important}:root{--bg: #faf8f4 !important;--surface: #ffffff !important;--line: #dddddd !important}body{background:radial-gradient(1000px 400px at 15% -12%,#ffffffe6,#fff0 60%),linear-gradient(180deg,#fdfcf9 0%,var(--bg) 35%,#f6f3ed 100%)!important}.site-main,.section,.page-shell,.nh-products-feature,.nh-arrivals,.nh-cooking,.nh-press,.nh-reviews-carousel,.nh-instagram-feed,.nh-spotlight-block,.nh-b2b,.nh-contact-page{background:transparent!important}.site-header{background:#ffffffeb!important;border-bottom:1px solid var(--line)!important}.site-nav{border-top:1px solid var(--line)!important}.site-actions a{background:#fff!important;border-color:transparent!important}.site-actions a:hover,.site-actions a:focus-visible{border-color:var(--line)!important;background:#ffffffd9!important}.nh-hero__content,.nh-collection-hero__content,.nh-about-panel__content,.nh-highlight-item,.nh-collection-tile,.nh-story-tile,.nh-press-card,.nh-review-card,.nh-instagram-card,.nh-b2b__panel,.nh-b2b__logos,.nh-b2b__inquiry,.nh-contact-page__intro,.nh-contact-page__form-wrap,.cart-table-wrap,.cart-summary,.article-card,.article-view,.nh-pdp__details,.nh-pdp-reviews__box,.nh-built-review-item,.nh-b2b-stat,.nh-b2b-benefit,.nh-b2b-logo,.nh-b2b-category,.nh-password__content,.nh-built-reviews-form,.nh-pdp-reviews__login,.nh-pdp-reviews__first,.pagination a,.pagination span,.nh-pdp-lightbox__dialog,.nh-quick-view__panel{background:#fff!important;border-color:var(--line)!important;box-shadow:none!important}.nh-hero__media,.nh-collection-hero__media,.product-card__media-wrap,.nh-collection-tile__media,.nh-story-tile__media,.nh-press-card__media,.nh-review-card__photo,.nh-instagram-card__link,.nh-b2b-category__media,.cart-item__media,.article-card__media,.article-view__image,.nh-pdp__media-main,.nh-pdp__media-tile,.nh-quick-view__image-wrap{background:#f3eee6!important;border-color:var(--line)!important;box-shadow:none!important}.site-footer{margin-top:2.8rem!important;border-top:1px solid var(--line)!important;background:radial-gradient(800px 240px at 50% 0%,#fffc,#fff0 70%),#f5f1e8!important}.footer-social a{background:#fff!important;border-color:var(--line)!important}.footer-social a:hover,.footer-social a:focus-visible{background:#fbf7f0!important}.site-nav__item.has-children{padding-bottom:.42rem;margin-bottom:-.42rem}.site-nav__submenu{top:calc(100% - 2px)!important}.site-header{z-index:9999!important;position:sticky!important;top:0;overflow:visible!important;isolation:isolate}.site-nav{position:relative;z-index:10000!important;overflow:visible!important}.site-nav__item{position:relative}.site-nav__submenu{z-index:10050!important;top:calc(100% + 2px)!important}.nh-hero,.nh-collection-hero,.section,.page-shell,.site-main{z-index:1}body,body p,body span,body li,body label,body small,body strong,body em,body h1,body h2,body h3,body h4,body h5,body h6,body a,body input,body textarea,body select,body button,.section-heading h2,.section-heading p,.page-title,.page-subtext,.product-card__title,.product-card .price,.price,.price--compare,.nh-pdp__price,.nh-pdp__shipping-note,.nh-pdp__desc,.nh-pdp__meta p,.nh-pdp__assurance,.nh-pdp__range-label,.nh-pdp__range-link,.nh-you-like__meta,.site-nav__link,.site-logo,.footer-links a,.footer-legal a,.footer-bottom,.footer-bottom__payments-note,.footer-newsletter__text,.cart-item a,.cart-item p,.cart-summary p,.article-meta,.article-card__body p,.nh-review-card p,.nh-review-card__author,.nh-review-card__meta{color:#111!important}body input::placeholder,body textarea::placeholder{color:#666!important}.button,.product-card__quick,.nh-collection-tile>a:after,.nh-collection-card>a:after{color:#111!important}html,body,body *{color:#111!important;-webkit-text-fill-color:#111111}body a,body a:visited,body a:hover,body a:focus-visible{color:#111!important}body input::placeholder,body textarea::placeholder{color:#666!important;-webkit-text-fill-color:#666666}body .button,body .product-card__quick,body .nh-collection-tile>a:after,body .nh-collection-card>a:after{background:#fff!important;border-color:#111!important;color:#111!important;-webkit-text-fill-color:#111111}.nh-b2b .page-width{gap:.82rem!important}.nh-b2b__hero,.nh-b2b--shopify-split .nh-b2b__hero,.nh-b2b__grid,.nh-b2b--shopify-split .nh-b2b__grid{gap:.72rem!important}.nh-b2b__stats,.nh-b2b-categories,.nh-b2b-benefits{gap:.62rem!important}.nh-b2b-logos{gap:.5rem!important}.nh-cooking .nh-story-tile__media,.nh-press .nh-press-card__media{width:min(230px,100%)!important;height:68px!important;min-height:68px!important;aspect-ratio:auto!important;margin:0 auto!important;overflow:hidden!important}.nh-cooking .nh-story-tile__media img,.nh-press .nh-press-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important}.section{padding-top:clamp(2.6rem,4.4vw,3.8rem)!important;padding-bottom:clamp(2.6rem,4.4vw,3.8rem)!important}.product-grid,.collection-list-grid,.article-grid,.cart-layout,.footer-grid,.account-layout,.nh-hero__layout,.nh-collection-hero__layout,.nh-about-panel__layout,.nh-spotlight-block__layout,.nh-cooking__grid,.nh-press__grid,.nh-highlights-row,.nh-reviews-carousel__grid,.nh-instagram-feed__grid,.nh-b2b .page-width,.nh-b2b__hero,.nh-b2b__stats,.nh-b2b__grid,.nh-b2b-categories,.nh-b2b-benefits,.nh-b2b-logos,.nh-b2b-form__fields,.nh-contact-page__layout,.nh-contact-form__grid,.nh-built-reviews-form__grid{row-gap:.58rem!important}@media(max-width:990px){.section{padding-top:2.1rem!important;padding-bottom:2.1rem!important}.product-grid,.collection-list-grid,.article-grid,.cart-layout,.nh-cooking__grid,.nh-press__grid,.nh-reviews-carousel__grid,.nh-instagram-feed__grid,.nh-b2b .page-width,.nh-b2b__hero,.nh-b2b__stats,.nh-b2b__grid,.nh-b2b-categories,.nh-b2b-benefits,.nh-b2b-logos,.nh-contact-page__layout,.nh-contact-form__grid{row-gap:.5rem!important}}.nh-about-page__header{margin-bottom:1rem;display:grid;gap:.55rem}.nh-about-page__content{margin-top:.25rem}.nh-about-page__blocks{display:grid;gap:.8rem}.nh-about-page__image-card,.nh-about-page__text-card,.nh-about-page__split{margin:0;border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.nh-about-page__image-card img{width:100%;display:block;max-height:580px;object-fit:cover}.nh-about-page__image-card figcaption{padding:.68rem .75rem .8rem;font-size:.82rem;color:#111}.nh-about-page__text-card{padding:1rem}.nh-about-page__text-card h2{margin:0 0 .5rem}.nh-about-page__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.nh-about-page__split--media-right .nh-about-page__split-media{order:2}.nh-about-page__split--media-right .nh-about-page__split-content{order:1}.nh-about-page__split-media{min-height:360px;background:#f3eee6}.nh-about-page__split-media img,.nh-about-page__split-media .nh-card-placeholder{width:100%;height:100%;object-fit:cover}.nh-about-page__split-content{padding:1rem;display:grid;align-content:center;gap:.6rem}.nh-about-page__split-content h2{margin:0}.nh-about-page__split-content .richtext p:last-child{margin-bottom:0}@media(max-width:990px){.nh-about-page__split{grid-template-columns:1fr}.nh-about-page__split--media-right .nh-about-page__split-media,.nh-about-page__split--media-right .nh-about-page__split-content{order:initial}.nh-about-page__split-media{min-height:260px}}body.nh-page-loading{overflow:hidden}.nh-page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:grid;place-items:center;background:radial-gradient(circle at top,#7b502138,#09090be6 46%),linear-gradient(180deg,#08080adb,#08080af5);color:#f8f5ef;opacity:1;visibility:visible;transition:opacity .45s ease,visibility .45s ease;isolation:isolate}.nh-page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.nh-page-loader__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--page-loader-background-image, none);background-size:cover;background-position:center;opacity:.22;filter:blur(18px) saturate(.88);transform:scale(1.06)}.nh-page-loader__backdrop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 48%),linear-gradient(180deg,#06060833,#0606087a)}.nh-page-loader__content{position:relative;z-index:1;width:min(680px,calc(100% - 2rem));display:grid;justify-items:center;gap:1.1rem;text-align:center}.nh-page-loader__mark{font-family:var(--font-display);font-size:clamp(3.6rem,12vw,9.8rem);line-height:.92;letter-spacing:.01em;text-wrap:balance;color:#fff;text-shadow:0 14px 38px rgba(0,0,0,.2)}.nh-page-loader__track{width:min(440px,60vw);max-width:100%;height:2px;border-radius:999px;overflow:hidden;background:#ffffff38}.nh-page-loader__bar{display:block;width:20%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffffffd1,#fff);transition:width .42s cubic-bezier(.16,.84,.24,1)}.nh-page-loader__percent{min-height:1em;font-size:.92rem;letter-spacing:.08em;color:#ffffffeb;transition:opacity .28s ease}@media(max-width:749px){.nh-page-loader__content{gap:.85rem}.nh-page-loader__mark{font-size:clamp(3.1rem,17vw,5.4rem)}.nh-page-loader__track{width:min(280px,72vw)}.nh-page-loader__percent{font-size:.84rem}}@media(prefers-reduced-motion:reduce){.nh-page-loader,.nh-page-loader__bar,.nh-page-loader__percent{transition:none!important}.nh-page-loader__backdrop{filter:none;transform:none}}.nh-floating-stamp{--stamp-size: 112px;--stamp-speed: 16s;position:fixed;bottom:clamp(1rem,2.2vw,1.6rem);width:var(--stamp-size);height:var(--stamp-size);border-radius:50%;z-index:9800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;color:#111;isolation:isolate;animation:nhStampDrift var(--stamp-speed) ease-in-out infinite}.nh-floating-stamp--right{right:clamp(1rem,2.2vw,1.6rem)}.nh-floating-stamp--left{left:clamp(1rem,2.2vw,1.6rem)}.nh-floating-stamp__ring{position:relative;display:block;width:100%;height:100%;animation:nhStampSpin calc(var(--stamp-speed) * 1.35) linear infinite}.nh-floating-stamp__svg{width:100%;height:100%}.nh-floating-stamp__svg text{font-family:var(--font-body);font-size:28px;font-weight:600;letter-spacing:8px;text-transform:uppercase;fill:#111}.nh-floating-stamp__center-media{position:absolute;top:34%;right:34%;bottom:34%;left:34%;border-radius:50%;overflow:hidden;border:1px solid rgba(17,17,17,.22);background:#ffffffe6;box-shadow:0 8px 16px #0000001f;z-index:1}.nh-floating-stamp__image{width:100%;height:100%;object-fit:cover}@keyframes nhStampDrift{0%{transform:translateZ(0)}25%{transform:translate3d(6px,-5px,0)}50%{transform:translate3d(0,-8px,0)}75%{transform:translate3d(-6px,-4px,0)}to{transform:translateZ(0)}}@keyframes nhStampSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:760px){.nh-floating-stamp{--stamp-size: min(var(--stamp-size), 94px);bottom:.9rem}.nh-floating-stamp__svg text{font-size:30px;letter-spacing:7px}}@media(prefers-reduced-motion:reduce){.nh-floating-stamp,.nh-floating-stamp__ring{animation:none!important}}body.ui-liquid-glass .site-header,body.ui-liquid-glass .site-footer,body.ui-liquid-glass .site-nav__submenu,body.ui-liquid-glass .product-card,body.ui-liquid-glass .nh-collection-card>a,body.ui-liquid-glass .nh-instagram-card,body.ui-liquid-glass .nh-review-card,body.ui-liquid-glass .nh-b2b__panel,body.ui-liquid-glass .nh-b2b__stat,body.ui-liquid-glass .nh-contact-form,body.ui-liquid-glass .nh-about-page__text-card,body.ui-liquid-glass .nh-about-page__split,body.ui-liquid-glass .cart-item,body.ui-liquid-glass .nh-quick-view__panel{background:rgba(255,255,255,var(--glass-alpha));border-color:rgba(0,0,0,var(--glass-border-alpha));box-shadow:0 16px 34px rgba(0,0,0,var(--glass-shadow-alpha));-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(145%);backdrop-filter:blur(var(--glass-blur)) saturate(145%)}body.ui-liquid-glass .site-nav__submenu{overflow:hidden}.nh-b2b-catalog .section-heading .richtext p:last-child{margin-bottom:0}.nh-b2b-catalog__shell{border:1px solid var(--line);border-radius:16px;padding:clamp(1rem,2.2vw,1.6rem);background:#fff}.nh-b2b-catalog__shell--access{min-height:280px;display:grid;place-items:center}.nh-b2b-catalog__access{width:min(680px,100%);text-align:center}.nh-b2b-catalog__access h2{margin:0 0 .6rem;font-size:clamp(1.35rem,2.1vw,1.9rem)}.nh-b2b-catalog__access p{margin:0;color:var(--muted)}.nh-b2b-catalog__access-actions{margin-top:1rem}.nh-b2b-catalog__access-support{margin-top:.65rem!important;font-size:.84rem}.nh-b2b-catalog__gate h2{margin:0 0 .5rem;font-size:clamp(1.3rem,2.2vw,1.8rem)}.nh-b2b-catalog__gate p{margin:0;color:var(--muted)}.nh-b2b-catalog__gate-form{margin-top:1rem}.nh-b2b-catalog__gate-form label{margin-bottom:.48rem}.nh-b2b-catalog__gate-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.nh-b2b-catalog__gate-field{min-width:0}.nh-b2b-catalog__gate-form .button{margin-top:.75rem}.nh-b2b-catalog__gate-error{margin-top:.55rem;color:#b42318}.nh-b2b-catalog__source-note{margin:0 0 .75rem;color:var(--muted);font-size:.82rem;letter-spacing:.04em}.nh-b2b-catalog__request-form{margin:0 0 1rem;padding:.8rem;border:1px solid var(--line);border-radius:12px;background:#fff}.nh-b2b-catalog__request-form ul.errors{margin:.4rem 0 .6rem;padding:.6rem .8rem;border:1px solid #f2c2bf;border-radius:10px;background:#fff7f6}.nh-b2b-catalog__request-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.nh-b2b-catalog__request-status{margin:.55rem 0 0;font-size:.82rem}.nh-b2b-catalog__request-status--error{color:#b42318}.nh-b2b-catalog__request-status--success{color:#17633c}.nh-b2b-catalog__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.nh-b2b-catalog__selected{margin:0;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem}.nh-b2b-catalog__actions{display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.nh-b2b-catalog__grid{display:grid;grid-template-columns:repeat(var(--catalog-columns, 3),minmax(0,1fr));gap:.9rem}.nh-b2b-catalog__card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.nh-b2b-catalog__card--empty{display:grid;align-content:center;min-height:220px}.nh-b2b-catalog__card-media{position:relative;aspect-ratio:4 / 5;overflow:hidden}.nh-b2b-catalog__card-media img,.nh-b2b-catalog__card-media .nh-card-placeholder{width:100%;height:100%;object-fit:cover}.nh-b2b-catalog__card-check{position:absolute;left:.6rem;right:.6rem;bottom:.6rem;display:flex;align-items:center;gap:.5rem;padding:.42rem .62rem;border-radius:999px;background:#ffffffeb;border:1px solid var(--line);font-size:.69rem;text-transform:uppercase;letter-spacing:.1em}.nh-b2b-catalog__card-check input{width:14px;height:14px;min-height:14px;margin:0}.nh-b2b-catalog__card-body{padding:.74rem .8rem .9rem}.nh-b2b-catalog__card-body h3{margin:0 0 .4rem;font-size:1rem;line-height:1.28}.nh-b2b-catalog__card-body h3 a:hover,.nh-b2b-catalog__card-body h3 a:focus-visible{text-decoration:underline}.nh-b2b-catalog__vendor,.nh-b2b-catalog__price,.nh-b2b-catalog__summary{margin:0;font-size:.84rem}.nh-b2b-catalog__vendor{color:var(--muted)}.nh-b2b-catalog__price{margin-top:.25rem;font-weight:600}.nh-b2b-catalog__summary{margin-top:.4rem;color:var(--muted);line-height:1.45}.nh-b2b-catalog__pagination{margin-top:1rem}@media(max-width:990px){.nh-b2b-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.nh-b2b-catalog__shell{padding:.8rem}.nh-b2b-catalog__gate-fields{grid-template-columns:1fr}.nh-b2b-catalog__toolbar{flex-direction:column;align-items:flex-start}.nh-b2b-catalog__actions{width:100%;justify-content:flex-start}.nh-b2b-catalog__grid,.nh-b2b-catalog__request-grid{grid-template-columns:1fr}}.site-actions__theme-toggle{width:36px;height:36px;border-radius:50%;border:1px solid transparent;background:transparent;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:border-color var(--ease),background var(--ease),transform var(--ease)}.site-actions__theme-toggle:hover,.site-actions__theme-toggle:focus-visible{border-color:var(--line);background:#ffffffd9;transform:translateY(-1px)}.site-actions__theme-toggle svg{width:18px;height:18px}.site-actions__theme-icon{display:inline-flex;align-items:center;justify-content:center}.site-actions__theme-icon--sun,html.theme-dark-mode .site-actions__theme-icon--moon{display:none}html.theme-dark-mode .site-actions__theme-icon--sun{display:inline-flex}html.theme-dark-mode{color-scheme:dark}html.theme-dark-mode body{--bg: #090806 !important;--surface: #151210 !important;--text: #f3ede3 !important;--muted: #b8ae9f !important;--accent: #c89e67 !important;--line: #3a3028 !important;color:var(--text)!important;background:radial-gradient(1000px 460px at 12% -12%,#c68e521f,#c68e5200 56%),linear-gradient(180deg,#0c0a08 0%,var(--bg) 42%,#080706 100%)!important}html.theme-dark-mode .announcement-bar{background:#0f0d0c!important;color:#f2ebde!important;border-bottom:1px solid var(--line)!important}html.theme-dark-mode .site-header{background:#0f0c0ae6!important;border-bottom:1px solid var(--line)!important}html.theme-dark-mode .site-nav{border-top:1px solid var(--line)!important}html.theme-dark-mode .site-nav__submenu,html.theme-dark-mode .product-card,html.theme-dark-mode .article-card,html.theme-dark-mode .article-view,html.theme-dark-mode .nh-collection-card>a,html.theme-dark-mode .nh-instagram-card,html.theme-dark-mode .nh-review-card,html.theme-dark-mode .nh-b2b__panel,html.theme-dark-mode .nh-b2b__stat,html.theme-dark-mode .nh-contact-form,html.theme-dark-mode .nh-about-page__text-card,html.theme-dark-mode .nh-about-page__split,html.theme-dark-mode .cart-item,html.theme-dark-mode .nh-quick-view__panel,html.theme-dark-mode .nh-b2b-catalog__shell,html.theme-dark-mode .nh-b2b-catalog__card,html.theme-dark-mode .nh-b2b-catalog__request{background:#161210f5!important;border-color:var(--line)!important;box-shadow:0 16px 32px #00000038}html.theme-dark-mode .site-actions__theme-toggle:hover,html.theme-dark-mode .site-actions__theme-toggle:focus-visible,html.theme-dark-mode .site-actions a:hover,html.theme-dark-mode .site-actions a:focus-visible{background:#ffffff0f!important;border-color:var(--line)!important}html.theme-dark-mode input,html.theme-dark-mode textarea,html.theme-dark-mode select{background:#110f0e!important;border-color:var(--line)!important;color:var(--text)!important}html.theme-dark-mode .button:not(.button--dark){border-color:var(--text)!important;color:var(--text)!important}html.theme-dark-mode .button:not(.button--dark):hover,html.theme-dark-mode .button:not(.button--dark):focus-visible{background:var(--text)!important;color:#0f0d0b!important}html.theme-dark-mode,html.theme-dark-mode body,html.theme-dark-mode .site-main,html.theme-dark-mode .site-header,html.theme-dark-mode .site-footer,html.theme-dark-mode .section,html.theme-dark-mode .page-shell,html.theme-dark-mode h1,html.theme-dark-mode h2,html.theme-dark-mode h3,html.theme-dark-mode h4,html.theme-dark-mode h5,html.theme-dark-mode h6,html.theme-dark-mode .page-title,html.theme-dark-mode .section-heading h2,html.theme-dark-mode .site-logo,html.theme-dark-mode .product-card__title,html.theme-dark-mode .nh-pdp__title,html.theme-dark-mode .footer-brand h2,html.theme-dark-mode .nh-b2b-category__body h3,html.theme-dark-mode .nh-b2b-benefit h3,html.theme-dark-mode .nh-b2b-stat h3,html.theme-dark-mode .nh-press-card h3,html.theme-dark-mode .nh-story-tile__body h3,html.theme-dark-mode .nh-review-card__author,html.theme-dark-mode p,html.theme-dark-mode span,html.theme-dark-mode label,html.theme-dark-mode li,html.theme-dark-mode td,html.theme-dark-mode th,html.theme-dark-mode .price,html.theme-dark-mode .product-card .price,html.theme-dark-mode .nh-pdp__price,html.theme-dark-mode .nh-review-card p,html.theme-dark-mode .nh-built-review-item__text,html.theme-dark-mode .nh-b2b-category__body p,html.theme-dark-mode .nh-b2b-benefit p,html.theme-dark-mode .nh-b2b-stat p,html.theme-dark-mode .nh-press-card p,html.theme-dark-mode .nh-story-tile__body p,html.theme-dark-mode .article-meta,html.theme-dark-mode .footer-bottom,html.theme-dark-mode .footer-newsletter__text,html.theme-dark-mode .nh-b2b-catalog__selected,html.theme-dark-mode .nh-b2b-catalog__price{color:var(--text)!important;-webkit-text-fill-color:var(--text)}html.theme-dark-mode .page-subtext,html.theme-dark-mode .section-heading p,html.theme-dark-mode .nh-pdp__shipping-note,html.theme-dark-mode .nh-pdp__desc,html.theme-dark-mode .nh-pdp__meta p,html.theme-dark-mode .nh-pdp__assurance,html.theme-dark-mode .nh-you-like__meta,html.theme-dark-mode .cart-item p,html.theme-dark-mode .cart-summary p,html.theme-dark-mode .footer-bottom__payments-note,html.theme-dark-mode .nh-b2b-catalog__vendor,html.theme-dark-mode .nh-b2b-catalog__summary,html.theme-dark-mode .nh-pdp__range-label,html.theme-dark-mode input::placeholder,html.theme-dark-mode textarea::placeholder{color:var(--muted)!important;-webkit-text-fill-color:var(--muted)}html.theme-dark-mode a,html.theme-dark-mode .site-nav__link,html.theme-dark-mode .footer-links a,html.theme-dark-mode .footer-legal a,html.theme-dark-mode .text-link,html.theme-dark-mode a:not(.button):not(.product-card__quick){color:var(--text)!important;-webkit-text-fill-color:var(--text)}html.theme-dark-mode .button--dark,html.theme-dark-mode .button.button--dark,html.theme-dark-mode .site-actions__count{color:#fff!important;-webkit-text-fill-color:#ffffff}html.theme-dark-mode .site-actions a,html.theme-dark-mode .site-actions__theme-toggle,html.theme-dark-mode .footer-social a{color:var(--text)!important;-webkit-text-fill-color:var(--text)}html.theme-dark-mode .footer-social a{background:#171311!important;border-color:var(--line)!important}html.theme-dark-mode .site-nav__submenu a:hover,html.theme-dark-mode .site-nav__submenu a:focus-visible,html.theme-dark-mode .footer-social a:hover,html.theme-dark-mode .footer-social a:focus-visible{background:#ffffff0f!important}
/*# sourceMappingURL=/cdn/shop/t/77/assets/theme.css.map */
