*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #fff; color: #111; margin: 0; padding: 0; }
.nessemon-hero { width: 100%; position: relative; padding-top: 76px; overflow: hidden; }
.nessemon-hero-media { width: 100%; height: 70vh; min-height: 450px; max-height: 800px; overflow: hidden; }
.nessemon-hero-img { width: 100%; height: 70vh; min-height: 450px; max-height: 800px; object-fit: contain; object-position: center center; display: block; }
.nessemon-banner-carousel { position: relative; width: 100%; height: 100%; overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; }
.nessemon-banner-carousel.is-dragging { cursor: grabbing; }
.nessemon-banner-track { display: flex; width: 100%; height: 100%; will-change: transform; transform: translate3d(0, 0, 0); transition: transform .28s ease; }
.nessemon-banner-track.is-dragging { transition: none; }
.nessemon-banner-slide { flex: 0 0 100%; width: 100%; height: 100%; }
.nessemon-banner-slide img { width: 100%; height: 100%; object-fit: contain; display: block; pointer-events: none; }
.nessemon-banner-nav { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); width: 40px; height: 40px; border: 1px solid rgba(17, 17, 17, .14); background: rgba(251, 251, 247, .92); color: #111; display: grid; place-items: center; cursor: pointer; padding: 0; opacity: 0; transition: opacity .2s, background .2s, border-color .2s; }
.nessemon-banner-carousel:hover .nessemon-banner-nav { opacity: 1; }
.nessemon-banner-nav:hover { background: #fff; border-color: rgba(17, 17, 17, .3); }
.nessemon-banner-nav:disabled { opacity: 0; cursor: default; }
.nessemon-banner-nav-prev { left: 12px; }
.nessemon-banner-nav-next { right: 12px; }
.nessemon-banner-nav svg { display: block; }
.nessemon-banner-indicators { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 2; opacity: 0; transition: opacity .2s; }
.nessemon-banner-carousel:hover .nessemon-banner-indicators { opacity: 1; }
.nessemon-banner-indicator { width: 24px; height: 2px; background: rgba(17, 17, 17, .3); border: none; padding: 0; cursor: pointer; transition: background .2s; }
.nessemon-banner-indicator.is-active { background: #111; }
.nessemon-banner-indicator:hover { background: rgba(17, 17, 17, .5); }
.nessemon-hero-overlay { position: absolute; inset: 0; top: 76px; background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .45) 100%); pointer-events: none; }
.nessemon-hero-caption { position: absolute; bottom: 40px; left: 40px; color: #fff; }
.nessemon-hero-caption p { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 6px; opacity: .85; }
.nessemon-hero-caption h1 { font-size: clamp(28px, 4vw, 54px); font-weight: 400; margin: 0; line-height: 1.2; }
.nessemon-hero-caption a { display: inline-block; margin-top: 20px; padding: 12px 28px; background: #fff; color: #111; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s; }
.nessemon-hero-caption a:hover { background: #111; color: #fff; }
.nessemon-stats { width: 100%; background: #fff; border-bottom: 1px solid #e8e8e8; padding: 20px 24px; }
.nessemon-stats-inner { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 12px; }
.nessemon-stat { text-align: center; }
.nessemon-stat .val { font-size: 18px; font-weight: 700; color: #111; letter-spacing: .03em; }
.nessemon-stat .lbl { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #888; margin-top: 2px; }
.nessemon-section { max-width: 1400px; margin: 0 auto; padding: 80px 24px 0; }
.nessemon-section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 40px; border-bottom: 1px solid #e8e8e8; padding-bottom: 20px; }
.nessemon-section-header h2 { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin: 0; }
.nessemon-section-header a { font-size: 11px; color: #888; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: color .2s; }
.nessemon-section-header a:hover { color: #111; }
.nessemon-filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; margin-top: 24px; }
.nessemon-filter { font-size: 11px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: #111; padding: 10px 20px; border: 1px solid #e0e0e0; background: #fff; cursor: pointer; transition: background .2s, color .2s, border-color .2s; white-space: nowrap; }
.nessemon-filter:hover, .nessemon-filter.active { background: #111; color: #fff; border-color: #111; }
.nessemon-search-form { display: flex; gap: 10px; width: 100%; max-width: 520px; margin-bottom: 24px; margin-top: 16px; }
.nessemon-search-input { flex: 1; min-width: 0; border: 1px solid #dcdcdc; padding: 12px 14px; font-size: 13px; }
.nessemon-search-btn { border: 1px solid #111; background: #111; color: #fff; padding: 12px 20px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.nessemon-search-meta { margin: 12px 0 0; font-size: 12px; color: #666; }
.nessemon-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 32px; align-items: stretch; }
.nessemon-grid article.is-sold-out .nessemon-collection-media img.primary { opacity: 0.4; }
.nessemon-grid article.is-sold-out .nessemon-collection-link:hover .nessemon-collection-media img.primary { opacity: 0; }
.nessemon-grid article.is-sold-out .nessemon-collection-link:hover .nessemon-collection-media img.secondary { opacity: 0.4; }
.nessemon-grid article.is-sold-out .nessemon-collection-price { display: none; }
.nessemon-product-card { position: relative; display: flex; flex-direction: column; }
.nessemon-product-card.is-sold-out .nessemon-product-card-img img { opacity: 0.4; }
.nessemon-product-card.is-sold-out .nessemon-product-card-info .price { display: none; }
.nessemon-product-card-img { width: 100%; aspect-ratio: 3/4; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
.nessemon-product-card-img img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform .5s ease; }
.nessemon-product-card:hover .nessemon-product-card-img img { transform: scale(1.03); }
.nessemon-product-card-info { padding: 18px 0 12px; }
.nessemon-product-card-info .cat { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #888; margin-bottom: 4px; }
.nessemon-product-card-info h3 { font-size: 14px; font-weight: 500; margin: 0 0 8px; color: #111; line-height: 1.4; }
.nessemon-product-card-info .price { font-size: 13px; font-weight: 600; color: #111; }
.nessemon-product-link { text-decoration: none; color: inherit; display: block; }
.nessemon-product-card-actions { margin-top: auto; padding-top: 14px; }
.nessemon-btn { display: inline-block; padding: 12px 28px; background: #111; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background .2s, color .2s; width: 100%; text-align: center; }
.nessemon-btn:hover { background: #333; }
.nessemon-btn:disabled { background: #888; cursor: not-allowed; opacity: 0.6; }
.nessemon-btn-outline { background: #fff; color: #111; border: 1px solid #111; }
.nessemon-btn-outline:hover { background: #111; color: #fff; }
.nessemon-empty { grid-column: 1 / -1; text-align: center; padding: 80px 20px; }
.nessemon-empty h4 { font-size: 16px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: #888; margin-bottom: 20px; }
.nessemon-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 60px 24px 0; max-width: 1400px; margin: 0 auto; }
.nessemon-banner-card { position: relative; }
.nessemon-banner-card-link { display: block; color: inherit; text-decoration: none; }
.nessemon-banner-card-img { width: 100%; aspect-ratio: 3/4; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.nessemon-banner-card-img img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform .6s ease; }
.nessemon-banner-card:hover .nessemon-banner-card-img img { transform: scale(1.02); }
.nessemon-banner-card-info { margin-top: 14px; }
.nessemon-banner-card-info h3 { font-size: 15px; font-weight: 400; margin: 0 0 4px; line-height: 1.4; }
.nessemon-banner-card-info p { font-size: 12px; color: #888; margin: 0; }
.nessemon-features { max-width: 1400px; margin: 60px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.nessemon-feature { text-align: center; padding: 32px 20px; background: #f9f9f9; }
.nessemon-feature h4 { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 8px; }
.nessemon-feature p { font-size: 12px; color: #888; margin: 0; line-height: 1.6; }
.nessemon-collection { max-width: 1400px; margin: 0 auto; padding: 128px 24px 60px; }
.nessemon-collection-head { border-bottom: 1px solid #e8e8e8; margin-bottom: 28px; padding-bottom: 14px; }
.nessemon-collection-head p { margin: 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #666; }
.nessemon-collection-head h1 { margin: 8px 0 0; font-size: clamp(22px, 3vw, 34px); font-weight: 400; }
.nessemon-collection-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 32px 26px; align-items: stretch; }
.nessemon-collection-link { display: flex; flex-direction: column; color: inherit; text-decoration: none; height: 100%; }
.nessemon-collection-media { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.nessemon-collection-media img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nessemon-collection-media .secondary { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; }
.nessemon-collection-link:hover .nessemon-collection-media .secondary { opacity: 1; }
.nessemon-collection-title { margin: 14px 0 6px; font-size: 16px; font-weight: 400; line-height: 1.4; }
.nessemon-collection-price { margin: 0; font-size: 14px; font-weight: 500; }
.nessemon-collection-grid article.is-sold-out .nessemon-collection-media img.primary { opacity: 0.4; }
.nessemon-collection-grid article.is-sold-out .nessemon-collection-link:hover .nessemon-collection-media img.primary { opacity: 0; }
.nessemon-collection-grid article.is-sold-out .nessemon-collection-link:hover .nessemon-collection-media img.secondary { opacity: 0.4; }
.nessemon-collection-grid article.is-sold-out .nessemon-collection-price { display: none; }
.nessemon-collection-badge,
.nessemon-product-badge { position: absolute; top: 12px; left: 12px; color: #fff; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; }
.nessemon-product-badge { background: #111; }
.nessemon-collection-badge { background: #888; }
.nessemon-empty-btn { display: inline-block; width: auto; margin-top: 16px; }
@media (max-width: 1024px) {
    .nessemon-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .nessemon-hero-img { width: 100%; height: calc(80vh - 60px); background-size: cover; background-position: center; }
    .nessemon-hero-caption { left: 20px; bottom: 24px; }
    .nessemon-hero-caption h1 { font-size: 26px; }
    .nessemon-two-col { grid-template-columns: 1fr; padding: 40px 16px 0; }
}
@media (max-width: 600px) {
    .nessemon-features { grid-template-columns: 1fr; gap: 16px; }
}
