:root {
    --nb-ink: #202a28;
    --nb-muted: #68736f;
    --nb-line: #e5e1d9;
    --nb-paper: #f6f3ed;
    --nb-white: #fff;
    --nb-green: var(--nb-brand-blue);
    --nb-orange: var(--nb-brand-orange-muted);
}

.nb-commerce { color: var(--nb-ink); background: var(--nb-white); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.nb-wrap { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.nb-commerce a { color: inherit; text-decoration: none; }
.nb-commerce a:hover { color: var(--nb-green); text-decoration: none; }
.nb-eyebrow { margin: 0 0 14px; color: var(--nb-green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nb-title { margin: 0; color: var(--nb-ink); font-size: clamp(30px, 4vw, 48px); font-weight: 800; letter-spacing: -.04em; line-height: 1.04; }
.nb-lede { max-width: 560px; margin: 16px 0 0; color: var(--nb-muted); font-size: 16px; line-height: 1.7; }
.nb-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border: 1px solid var(--nb-green); background: var(--nb-green); color: #fff !important; font-size: 13px; font-weight: 800; }
.nb-button:hover { background: var(--nb-brand-blue-dark); border-color: var(--nb-brand-blue-dark); }
.nb-button--light { border-color: var(--nb-line); background: #fff; color: var(--nb-ink) !important; }
.nb-button--light:hover { border-color: var(--nb-green); background: #fff; color: var(--nb-green) !important; }
.nb-section { padding: 76px 0; }
.nb-section--paper { background: var(--nb-paper); }
.nb-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.nb-carousel-actions { display: flex; align-items: center; gap: 18px; }
.nb-carousel-buttons { display: inline-flex; gap: 7px; }
.nb-carousel-button { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--nb-line); background: #fff; color: var(--nb-ink); cursor: pointer; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.nb-carousel-button:hover, .nb-carousel-button:focus-visible { border-color: var(--nb-green); background: var(--nb-green); color: #fff; outline: 0; }
.nb-section-head h2 { margin: 0; font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -.035em; }
.nb-section-head p { max-width: 430px; margin: 9px 0 0; color: var(--nb-muted); font-size: 14px; line-height: 1.6; }
.nb-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--nb-green) !important; font-size: 13px; font-weight: 800; white-space: nowrap; }

.nb-hero { border-bottom: 1px solid var(--nb-line); background: #f3f5f2; }
.nb-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 550px; }
.nb-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 68px 60px 68px 0; }
.nb-hero h1 { max-width: 650px; margin: 0; font-size: clamp(45px, 6vw, 78px); font-weight: 800; letter-spacing: -.065em; line-height: .96; }
.nb-hero h1 em { color: var(--nb-green); font-style: normal; }
.nb-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.nb-hero__note { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; padding-top: 20px; border-top: 1px solid #dfe4df; color: var(--nb-muted); font-size: 12px; font-weight: 700; }
.nb-hero__note span { display: inline-flex; align-items: center; gap: 7px; }
.nb-hero__note i { color: var(--nb-green); }
.nb-hero__visual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: center; padding: 50px 0 50px 30px; }
.nb-hero__visual figure { width: 95%; height: 410px; margin: 0; overflow: hidden; background: #dfe5df; }
.nb-hero__visual figure:nth-child(1) { justify-self: end; }
.nb-hero__visual figure:nth-child(2) { width: 85%; height: 330px; margin-top: 80px; justify-self: start; }
.nb-hero__visual figure > a:first-child { display: flex; flex: 1 1 auto; min-height: 0; }
.nb-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.nb-hero__visual figcaption { padding: 10px 12px; background: #fff; color: var(--nb-muted); font-size: 11px; font-weight: 700; }
.nb-hero__visual figcaption a { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--nb-muted); }
.nb-hero__visual figcaption a:hover { color: var(--nb-green); }
.nb-hero__visual figure { display: flex; flex-direction: column; }
.nb-hero__visual img { flex: 1; min-height: 0; }

.nb-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.nb-category { position: relative; display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid var(--nb-line); background: #fff; overflow: hidden; transition: border-color .18s ease, transform .18s ease; }
.nb-category:hover { border-color: #d7d3ca; background: #fbfaf7; box-shadow: 0 8px 20px rgba(32,42,40,.07); transform: translateY(-2px); }
.nb-category__number { color: var(--nb-orange); font-size: 11px; font-weight: 800; }
.nb-category__name { display: block; max-width: 190px; font-size: 18px; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.nb-category__action { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 18px; color: var(--nb-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nb-category__action i { color: var(--nb-green); font-size: 15px; transition: transform .18s ease; }
.nb-category:hover .nb-category__action i { transform: translateX(3px); }

.nb-section--formats { background: #f3f5f2; }
.nb-format-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.nb-format-card { display: flex; min-height: 235px; flex-direction: column; padding: 24px; border: 1px solid #dfe4df; background: #fff; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.nb-format-card:hover { border-color: var(--nb-green); box-shadow: 0 10px 24px rgba(32,42,40,.08); transform: translateY(-2px); }
.nb-format-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: color-mix(in srgb, var(--nb-green) 10%, #fff); color: var(--nb-green); font-size: 19px; }
.nb-format-card__name { margin-top: 25px; font-size: 22px; font-weight: 800; letter-spacing: -.035em; }
.nb-format-card__description { max-width: 230px; margin-top: 8px; color: var(--nb-muted); font-size: 13px; line-height: 1.55; }
.nb-format-card__action { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--nb-green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nb-format-card__action i { font-size: 15px; transition: transform .18s ease; }
.nb-format-card:hover .nb-format-card__action i { transform: translate(2px, -2px); }

.nb-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px 16px; }
.nb-carousel__viewport { overflow: hidden; }
.nb-product-grid--carousel { display: flex; gap: 16px; padding: 0 0 10px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.nb-product-grid--carousel::-webkit-scrollbar { display: none; }
.nb-product-grid--carousel > .nb-product { flex: 0 0 calc((100% - 64px) / 5); scroll-snap-align: start; }
.nb-product { position: relative; min-width: 0; }
.nb-product__media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; border: 0; background: transparent; }
.nb-product__media img { width: 100%; height: 100%; padding: 0; object-fit: contain; transition: transform .2s ease; }
.nb-product__media--loading { background: linear-gradient(110deg, #f6f3ed 25%, #fbfaf7 37%, #f6f3ed 63%); background-size: 300% 100%; animation: nb-card-skeleton 1.35s ease-in-out infinite; }
.nb-product__media--loading img { opacity: 0; }
.nb-product__media--loaded { background: transparent; animation: none; }
.nb-product__media--loaded img { opacity: 1; }
@keyframes nb-card-skeleton { from { background-position: 100% 0; } to { background-position: -100% 0; } }
.nb-product:hover .nb-product__media img { transform: scale(1.025); }
.nb-product__badge { position: absolute; top: 10px; left: 10px; z-index: 1; padding: 6px 8px; background: var(--nb-orange); color: #fff; font-size: 10px; font-weight: 800; }
.nb-product__type { position: absolute; right: 10px; bottom: 10px; z-index: 1; padding: 5px 7px; background: #fff; color: var(--nb-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nb-product__actions { position: absolute; top: 10px; right: 10px; z-index: 2; display: flex; gap: 6px; opacity: 0; transform: translateY(-4px); transition: opacity .15s ease, transform .15s ease; }
.nb-product:hover .nb-product__actions, .nb-product:focus-within .nb-product__actions { opacity: 1; transform: none; }
.nb-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--nb-line); background: #fff; color: var(--nb-ink); cursor: pointer; }
.nb-icon-btn:hover { color: var(--nb-green); border-color: var(--nb-green); }
.nb-product__body { padding-top: 14px; }
.nb-product__title { min-height: 40px; margin: 0; font-size: 15px; font-weight: 800; line-height: 1.35; }
.nb-product__title a {
    display: -webkit-box;
    max-height: 2.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.nb-product__author { margin-top: 6px; overflow: hidden; color: var(--nb-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.nb-product__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; }
.nb-price { color: var(--nb-green); font-size: 14px; font-weight: 800; }
.nb-price del { margin-left: 4px; color: #9aa2aa; font-size: 11px; font-weight: 500; }
.nb-rating { color: #9b6b2f; font-size: 11px; white-space: nowrap; }
.nb-product__excerpt { display: none; }

.nb-shop-hero { padding: 48px 0 42px; border-bottom: 1px solid var(--nb-line); background: var(--nb-paper); }
.nb-breadcrumb { display: flex; gap: 8px; margin-top: 14px; color: var(--nb-muted); font-size: 12px; }
.nb-shop-layout { display: grid; grid-template-columns: 220px 1fr; gap: 44px; padding: 48px 0 80px; }
.nb-filter { align-self: start; position: sticky; top: 95px; padding: 22px 20px; border: 1px solid var(--nb-line); background: #fbfaf7; }
.nb-filter--open { position: fixed; inset: 0 0 0 auto; width: min(100vw, 320px); max-width: 100%; height: 100vh; padding: 22px 20px; background: #fbfaf7; z-index: 1055; overflow-y: auto; box-shadow: -6px 0 38px rgba(15, 30, 25, .14); }
.nb-filter__close { display: none; position: absolute; top: 14px; right: 14px; z-index: 2; width: 34px; height: 34px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--nb-line); background: #fff; color: var(--nb-ink); font-size: 24px; line-height: 1; cursor: pointer; }
.nb-filter-toggle { display: none; }
.nb-filter h3 { margin: 0 0 16px; color: var(--nb-ink); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Keep the backdrop above the sticky header and each drawer above its backdrop. */
.u-sidebar-bg-overlay { z-index: 1045 !important; }
.u-sidebar { z-index: 1050 !important; }

.nb-filter__group { padding: 14px 0 12px; border-top: 1px solid var(--nb-line); }
.nb-filter__group:first-child { padding-top: 0; border-top: 0; }
.nb-filter__link { display: block; padding: 6px 0; color: var(--nb-muted) !important; font-size: 13px; line-height: 1.35; transition: color .15s ease, padding-left .15s ease; }
.nb-filter__link--child { padding-left: 12px; color: #7b8580 !important; font-size: 12px; }
.nb-filter__link:hover { padding-left: 4px; color: var(--nb-green) !important; }
.nb-filter__link--child:hover { padding-left: 16px; }
.nb-filter-form { display: flex; flex-direction: column; gap: 0; }
.nb-filter__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 16px; }
.nb-filter__top .nb-eyebrow { margin-bottom: 8px; font-size: 10px; }
.nb-filter__top h2 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.nb-filter__clear { color: var(--nb-muted) !important; font-size: 11px; font-weight: 800; text-decoration: underline !important; text-underline-offset: 3px; }
.nb-filter__clear:hover { color: var(--nb-green) !important; }
.nb-filter__group summary { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; color: var(--nb-ink); cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.nb-filter__group summary::-webkit-details-marker { display: none; }
.nb-filter__group summary::after { color: var(--nb-muted); content: '+'; font-size: 17px; font-weight: 400; line-height: 1; }
.nb-filter__group[open] summary::after { content: '−'; }
.nb-filter__options { display: grid; gap: 8px; padding: 0 0 10px; }
.nb-filter__option { display: flex; align-items: flex-start; gap: 9px; margin: 0; color: var(--nb-muted); cursor: pointer; font-size: 12px; line-height: 1.35; }
.nb-filter__option input { flex: 0 0 auto; width: 14px; height: 14px; margin: 1px 0 0; accent-color: var(--nb-green); }
.nb-filter__option:hover { color: var(--nb-green); }
.nb-price-fields { display: grid; grid-template-columns: 1fr; align-items: start; gap: 10px; padding-bottom: 4px; }
.nb-price-fields.nb-price-fields--single { gap: 8px; }
.nb-price-fields__labels { display: flex; justify-content: space-between; gap: 10px; }
.nb-price-fields__labels span { color: var(--nb-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.nb-price-fields__slider { display: grid; gap: 10px; width: 100%; }
.nb-price-fields__slider input[type="range"] { width: 100%; height: 28px; padding: 0; accent-color: var(--nb-green); }
.nb-price-fields__value { display: flex; justify-content: flex-end; }
.nb-price-fields__value output { color: var(--nb-ink); font-size: 12px; font-weight: 700; }
.nb-price-fields input[type="range"]::-webkit-slider-runnable-track { height: 8px; background: color-mix(in srgb, var(--nb-brand-blue) 18%, transparent); border-radius: 999px; }
.nb-price-fields input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--nb-green); border: 3px solid #fff; margin-top: -5px; cursor: pointer; }
.nb-price-fields input[type="range"]::-moz-range-track { height: 8px; background: color-mix(in srgb, var(--nb-brand-blue) 18%, transparent); border-radius: 999px; }
.nb-price-fields input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--nb-green); border: 3px solid #fff; cursor: pointer; }
.nb-price-fields input[type="range"]::-ms-track { height: 8px; background: transparent; border-color: transparent; color: transparent; }
.nb-price-fields input[type="range"]::-ms-fill-lower { background: color-mix(in srgb, var(--nb-brand-blue) 18%, transparent); border-radius: 999px; }
.nb-price-fields input[type="range"]::-ms-fill-upper { background: color-mix(in srgb, var(--nb-brand-blue) 18%, transparent); border-radius: 999px; }
.nb-price-fields output { display: block; margin-top: 4px; color: var(--nb-ink); font-size: 12px; text-align: right; }
.nb-price-fields__dash { display: none; }
.nb-filter__submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; margin-top: 10px; border: 1px solid var(--nb-green); background: var(--nb-green); color: #fff; cursor: pointer; font-size: 12px; font-weight: 800; }
.nb-filter__submit:hover { background: var(--nb-brand-blue-dark); }
.nb-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 28px; padding-bottom: 17px; border-bottom: 1px solid var(--nb-line); }
.nb-shop-toolbar p { margin: 0; color: var(--nb-muted); font-size: 13px; }
.nb-select { min-height: 38px; padding: 0 30px 0 10px; border: 1px solid var(--nb-line); background: #fff; color: var(--nb-ink); font-size: 12px; }
.nb-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 48px; }
.nb-pagination a, .nb-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; border: 1px solid var(--nb-line); font-size: 12px; }
.nb-pagination .current { background: var(--nb-green); border-color: var(--nb-green); color: #fff; }
.nb-pagination__ellipsis { min-width: 18px !important; border-color: transparent !important; background: transparent; color: var(--nb-muted); }
.nb-empty { padding: 80px 20px; border: 1px solid var(--nb-line); text-align: center; color: var(--nb-muted); }
.nb-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.nb-reveal.is-visible { opacity: 1; transform: none; }
.nb-reveal--delay-1 { transition-delay: .08s; }
.nb-reveal--delay-2 { transition-delay: .16s; }
.nb-editorial { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.nb-editorial__quote { margin: 0; color: var(--nb-ink); font-size: clamp(25px, 3.2vw, 42px); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }
.nb-editorial__quote span { color: var(--nb-orange); }
.nb-editorial__copy { margin: 18px 0 0; color: var(--nb-muted); font-size: 15px; line-height: 1.75; }
.nb-editorial__rule { width: 54px; height: 3px; margin-bottom: 20px; background: var(--nb-orange); }
.nb-promo { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 38px; background: var(--nb-green); color: #fff; }
.nb-promo h2 { margin: 0; color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -.035em; }
.nb-promo p { max-width: 520px; margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.6; }
.nb-promo .nb-button { border-color: #fff; background: #fff; color: var(--nb-green) !important; white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .nb-reveal { opacity: 1; transform: none; transition: none; } .nb-product__media img { transition: none; } }
html { scroll-behavior: smooth; }

@media (max-width: 1100px) { .nb-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .nb-product-grid--carousel > .nb-product { flex-basis: calc((100% - 48px) / 4); } }
@media (max-width: 900px) { .nb-hero__grid, .nb-shop-layout, .nb-editorial { grid-template-columns: 1fr; } .nb-hero__copy { padding: 60px 0 30px; } .nb-hero__visual { padding: 0 0 50px; } .nb-filter { position: fixed; inset: 0 0 0 auto; width: min(100vw, 320px); max-width: 100%; height: 100vh; padding: 22px 20px; background: #fbfaf7; border: none; transform: translateX(100%); transition: transform .25s ease; z-index: 1055; box-shadow: -6px 0 38px rgba(15, 30, 25, .14); }
.nb-filter.nb-filter--open { transform: translateX(0); }
.nb-filter__close { display: inline-flex; }
.nb-filter--open .nb-filter-form { padding-top: 32px; }
.nb-filter-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; width: 100%; margin-bottom: 20px; padding: 0 18px; border: 1px solid var(--nb-line); background: #fff; color: var(--nb-ink); font-size: 13px; font-weight: 800; cursor: pointer; }
.nb-filter-toggle i { font-size: 16px; }
.nb-shop-layout { grid-template-columns: 1fr; gap: 24px; padding: 24px 0 40px; }
.nb-shop-toolbar { flex-direction: column; align-items: stretch; gap: 12px; }
.nb-category-grid, .nb-format-grid { grid-template-columns: repeat(2, 1fr); }
.nb-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) { .nb-wrap { width: min(100% - 28px, 1240px); } .nb-section { padding: 54px 0; } .nb-section-head { display: block; } .nb-section-head .nb-text-link { margin-top: 15px; } .nb-carousel-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 15px; } .nb-hero h1 { font-size: 48px; } .nb-hero__visual { gap: 8px; } .nb-hero__visual figure { height: 280px; } .nb-hero__visual figure:nth-child(2) { width: 85%; height: 230px; margin-top: 50px; } .nb-category-grid, .nb-format-grid { grid-template-columns: 1fr; } .nb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; } .nb-product-grid--carousel { gap: 12px; } .nb-product-grid--carousel > .nb-product { flex-basis: calc((100% - 12px) / 2); } .nb-product__actions { opacity: 1; transform: none; } .nb-shop-toolbar { align-items: flex-start; flex-direction: column; } .nb-editorial { gap: 26px; } .nb-promo { align-items: flex-start; flex-direction: column; padding: 28px 24px; } }
