.ndk-hero { position: relative; min-height: 740px; display: flex; align-items: center; overflow: hidden; background: #fdf1ed; }
.ndk-hero__image { position: absolute; inset: 0 0 0 auto; width: 56%; height: 100%; object-fit: contain; object-position: center; }
.ndk-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, #fdf1ed 0%, rgba(253,241,237,.97) 46%, rgba(253,241,237,.28) 72%, rgba(253,241,237,.08) 100%); }
.ndk-hero__inner { position: relative; z-index: 2; width: calc(100% - 40px); max-width: none; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(460px, 1.1fr); align-items: center; gap: 50px; }
.ndk-hero__content { max-width: 610px; padding-block: 76px; }
.ndk-hero h1 { max-width: 590px; margin-bottom: 20px; font-size: clamp(2.2rem, 3.15vw, 2.5rem); line-height: 1.18; }
.ndk-hero__content > p { max-width: 590px; margin-bottom: 24px; color: #454545; font-size: 17px; }
.ndk-hero__benefits { display: grid; gap: 9px; margin: 0 0 28px; padding: 0; color: var(--ndk-ink); font-size: 15px; list-style: none; }
.ndk-hero__benefits li { display: flex; align-items: center; gap: 8px; }
.ndk-hero__benefits .ndk-icon { width: 18px; height: 18px; color: var(--ndk-primary); }
.ndk-hero__actions { display: flex; align-items: center; margin: 0; }
.ndk-hero__visual { position: relative; width: min(620px, 43vw); aspect-ratio: 1.2; justify-self: center; border-radius: 48% 52% 44% 56%; background: radial-gradient(circle at 30% 24%, #fff 0 18%, #ffd9ca 19% 48%, #f78a5e 49% 70%, #f16b34 71% 100%); filter: drop-shadow(0 28px 38px rgba(127,54,24,.16)); }
.ndk-hero__visual > .ndk-icon { position: absolute; inset: 50% auto auto 50%; width: 104px; height: 104px; color: #fff; transform: translate(-50%, -50%); }
.ndk-hero__visual span { position: absolute; width: 34%; aspect-ratio: 1.25; border: 8px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.35); box-shadow: 0 14px 25px rgba(66,32,18,.12); }
.ndk-hero__visual span:nth-child(1) { top: 7%; right: 4%; transform: rotate(10deg); }
.ndk-hero__visual span:nth-child(2) { right: 8%; bottom: 5%; transform: rotate(-7deg); }
.ndk-hero__visual span:nth-child(3) { bottom: 9%; left: 3%; transform: rotate(8deg); }

.ndk-brand-strip { border-block: 1px solid var(--ndk-border); background: #fff; }
.ndk-brand-strip__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; overflow: hidden; color: #7a7a7a; font-family: var(--ndk-heading); font-size: 15px; font-weight: 600; letter-spacing: .01em; text-transform: uppercase; }
.ndk-brand-strip__inner a { max-width: 210px; overflow: hidden; color: #7a7a7a; text-overflow: ellipsis; white-space: nowrap; }
.ndk-brand-strip__inner a:hover { color: var(--ndk-primary); }
.ndk-store-proof { padding-block: 52.5px; background: #fff; }
.ndk-store-proof__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ndk-store-proof article { min-height: 190px; padding: 28px 24px; border: 1px solid var(--ndk-border); border-radius: var(--ndk-radius-md); background: #fff; text-align: center; }
.ndk-store-proof article > .ndk-icon { width: 31px; height: 31px; margin-bottom: 15px; color: var(--ndk-primary); }
.ndk-store-proof h3 { margin-bottom: 8px; font-size: 18px; }
.ndk-store-proof p { margin: 0; color: var(--ndk-muted); font-size: 14px; line-height: 1.55; }

.ndk-categories { padding-block: 80px 128px; background: #fff; }
.ndk-categories .ndk-section-heading { margin-bottom: 40px; }
.ndk-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 48px; }
.ndk-category-card { min-height: 320px; display: grid; grid-template-columns: minmax(0, 55%) minmax(190px, 45%); overflow: hidden; border: 0; border-radius: 16px; background: linear-gradient(118deg, #fdf1ed 0%, #fff8f4 55%, #ffe9dd 100%); transition: transform var(--ndk-transition), box-shadow var(--ndk-transition); }
.ndk-category-card:hover { box-shadow: var(--ndk-shadow); transform: translateY(-3px); }
.ndk-category-card__media { grid-column: 2; min-height: 100%; display: grid; place-items: center; overflow: hidden; background: transparent; color: var(--ndk-primary); }
.ndk-category-card__media img { width: 100%; max-height: 300px; padding: 24px 20px 24px 0; object-fit: contain; transition: transform 350ms ease; }
.ndk-category-card:hover .ndk-category-card__media img { transform: scale(1.035); }
.ndk-category-card__media > .ndk-icon { width: 82px; height: 82px; opacity: .32; }
.ndk-category-card__body { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 35px 18px 35px 42px; }
.ndk-category-card__brand { margin: 0 0 14px; }
.ndk-category-card__brand a { display: inline-flex; align-items: center; gap: 12px; color: var(--ndk-ink); font-size: clamp(1.5rem, 2vw, 1.9rem); font-weight: 700; letter-spacing: -.02em; }
.ndk-category-card__brand .ndk-cat-mark { width: 38px; height: 38px; flex: 0 0 38px; }
.ndk-category-card p { display: -webkit-box; margin-bottom: 23px; overflow: hidden; color: var(--ndk-muted); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.ndk-steps { padding-block: 0 11px; background: #fff; }
.ndk-steps .ndk-section-heading { max-width: 900px; margin-bottom: 50px; }
.ndk-section-heading--center > p { margin: 12px auto 0; color: var(--ndk-muted); }
.ndk-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin: 0; padding: 0; list-style: none; }
.ndk-step-grid li { position: relative; min-height: 364px; padding: 72px 35px 40px; overflow: hidden; border: 1px solid #dcdcdc; border-radius: var(--ndk-radius-md); background: #fff; text-align: center; }
.ndk-step__number { position: absolute; top: 10px; right: 18px; color: #f2f2f2; font-family: var(--ndk-heading); font-size: 58px; font-weight: 600; line-height: 1; }
.ndk-step__icon { width: auto; height: auto; display: block; margin: 0 auto 24px; color: var(--ndk-primary); }
.ndk-step__icon .ndk-icon { width: 44px; height: 44px; }
.ndk-step-grid h3 { margin-bottom: 10px; }
.ndk-step-grid p { margin-bottom: 0; color: var(--ndk-muted); }

.ndk-best-sellers { padding-block: 30px 115px; background: #fff; }
.ndk-best-sellers .ndk-section-heading { margin-bottom: 96px; }
.ndk-features { padding-block: 0 100px; background: #fff; }
.ndk-features .ndk-section-heading { margin-bottom: 52px; }
.ndk-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px; }
.ndk-feature-grid article { min-height: 399px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px 28px; border: 1px solid #dcdcdc; border-radius: var(--ndk-radius-md); background: #fff; text-align: center; }
.ndk-feature-grid article > .ndk-icon { width: 48px; height: 48px; margin-bottom: 24px; color: var(--ndk-primary); }
.ndk-feature-grid h3 { margin-bottom: 12px; }
.ndk-feature-grid p { max-width: 330px; margin-bottom: 0; color: var(--ndk-muted); }
.ndk-home-content { border-top: 1px solid var(--ndk-border); }

/* =========================================================
   Hero slider
   ========================================================= */
.ndk-slider { position: relative; overflow: hidden; background: #fdf1ed; }
.ndk-slider__track { display: grid; }
.ndk-slide { grid-area: 1 / 1; min-height: clamp(420px, 38vw, 740px); display: flex; align-items: center; opacity: 0; pointer-events: none; transition: opacity 600ms ease; }
.ndk-slide.is-active { opacity: 1; pointer-events: auto; }
.ndk-slide__inner { display: grid; grid-template-columns: minmax(380px, .95fr) minmax(360px, 1.05fr); align-items: center; gap: clamp(24px, 4vw, 60px); }
.ndk-slide__content { max-width: 560px; padding-block: 60px; }
body.ndk-storefront .ndk-slide__title { margin-bottom: 14px; font-size: clamp(2rem, 2.5vw, 2.96rem); font-weight: 600; line-height: 1.22; }
.ndk-slide__text { margin-bottom: 22px; color: var(--ndk-ink); font-size: clamp(15px, 1.05vw, 17px); line-height: 1.6; }
.ndk-slide__benefits { display: grid; gap: 12px; margin: 0 0 30px; padding: 0; color: var(--ndk-ink); font-size: clamp(15px, 1.05vw, 17px); list-style: none; }
.ndk-slide__benefits li { display: flex; align-items: center; gap: 11px; }
.ndk-slide__check { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: var(--ndk-primary); color: #fff; }
.ndk-slide__check .ndk-icon { width: 13px; height: 13px; stroke-width: 3; }
.ndk-slide__cta { display: flex; align-items: flex-start; gap: 16px; margin: 0; }
.ndk-slide__doodle { width: 74px; height: 50px; margin-top: 12px; }
.ndk-slide__media { display: grid; place-items: center; }
.ndk-slide__media img { width: min(100%, 560px); max-height: clamp(320px, 32vw, 600px); object-fit: contain; filter: drop-shadow(0 26px 34px rgba(70, 33, 16, .18)); animation: ndk-slide-float 6s ease-in-out infinite; }
.ndk-slide__blob { position: relative; width: min(420px, 34vw); aspect-ratio: 1.2; border-radius: 48% 52% 44% 56%; background: radial-gradient(circle at 30% 24%, #fff 0 18%, #ffd9ca 19% 48%, #f78a5e 49% 70%, #f16b34 71% 100%); }
.ndk-slide__blob .ndk-icon { position: absolute; inset: 50% auto auto 50%; width: 88px; height: 88px; color: #fff; transform: translate(-50%, -50%); }
.ndk-slide.is-active .ndk-slide__content { animation: ndk-slide-up 640ms ease both; }
@keyframes ndk-slide-up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes ndk-slide-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.ndk-slider__arrow { position: absolute; z-index: 5; top: 50%; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--ndk-border); border-radius: 50%; background: #fff; box-shadow: var(--ndk-shadow); color: var(--ndk-primary); cursor: pointer; transform: translateY(-50%); transition: background var(--ndk-transition), color var(--ndk-transition); }
.ndk-slider__arrow:hover { background: var(--ndk-primary); color: #fff; }
.ndk-slider__arrow--prev { left: clamp(10px, 2vw, 34px); }
.ndk-slider__arrow--prev .ndk-icon { transform: rotate(180deg); }
.ndk-slider__arrow--next { right: clamp(10px, 2vw, 34px); }
.ndk-slider__arrow .ndk-icon { width: 20px; height: 20px; }
.ndk-slider__dots { position: absolute; z-index: 5; right: 0; bottom: 18px; left: 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
.ndk-slider .ndk-slider__dot { position: relative; width: 8px; height: 8px; min-height: 0; padding: 0; border: 0; border-radius: var(--ndk-pill); background: rgba(17, 17, 17, .16); cursor: pointer; overflow: hidden; transition: width 350ms ease, background 350ms ease; }
.ndk-slider .ndk-slider__dot:hover { background: rgba(17, 17, 17, .3); }
.ndk-slider .ndk-slider__dot.is-active { width: 30px; background: rgba(241, 107, 52, .22); }
.ndk-slider .ndk-slider__dot.is-active::after { position: absolute; inset: 0; border-radius: var(--ndk-pill); background: var(--ndk-primary); content: ""; transform: scaleX(0); transform-origin: left center; animation: ndk-dot-progress 5.5s linear forwards; }
.ndk-slider:hover .ndk-slider__dot.is-active::after { animation-play-state: paused; }
@keyframes ndk-dot-progress { to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .ndk-slider .ndk-slider__dot.is-active::after { animation: none; transform: none; } }

/* =========================================================
   Animated logo marquee
   ========================================================= */
.ndk-marquee { overflow: hidden; border-block: 1px solid var(--ndk-border); background: #fff; }
.ndk-marquee__track { display: flex; width: max-content; animation: ndk-marquee 28s linear infinite; }
.ndk-marquee:hover .ndk-marquee__track { animation-play-state: paused; }
.ndk-marquee__group { display: flex; align-items: center; }
.ndk-marquee__item { display: inline-flex; min-height: 80px; align-items: center; gap: 12px; padding: 0 clamp(28px, 3.4vw, 58px); color: #6f6f6f; font-family: var(--ndk-heading); font-size: 17px; font-weight: 600; letter-spacing: .01em; white-space: nowrap; color: var(--ndk-ink); transition: color var(--ndk-transition), transform var(--ndk-transition); }
.ndk-marquee__item:hover { color: var(--ndk-primary); transform: translateY(-1px); }
.ndk-marquee__item .ndk-cat-mark, .ndk-marquee__item .ndk-icon { width: 26px; height: 26px; flex: 0 0 26px; }
@keyframes ndk-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Category card brand mark ---------- */
.ndk-cat-mark { display: inline-block; width: 34px; height: 34px; }
.ndk-category-card__mark { display: inline-grid; width: 58px; height: 58px; place-items: center; margin-bottom: 16px; border: 1px solid var(--ndk-border); border-radius: 14px; background: #fff; box-shadow: 0 6px 16px rgba(17, 17, 17, .06); }

/* ---------- Scroll-in animation for section cards ---------- */
@media (prefers-reduced-motion: no-preference) {
	.ndk-anim { opacity: 0; transform: translateY(24px); transition: opacity 520ms ease, transform 520ms ease; }
	.ndk-anim.is-inview { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.ndk-marquee__track { animation: none; flex-wrap: wrap; }
	.ndk-slide__media img { animation: none; }
}

@media (max-width: 900px) {
	.ndk-slide__inner { grid-template-columns: 1fr; gap: 8px; text-align: center; }
	.ndk-slide__content { max-width: none; padding: 46px 0 10px; }
	.ndk-slide__content .ndk-button { margin-inline: auto; }
	.ndk-slide__media { order: 2; padding-bottom: 52px; }
	.ndk-slide__media img { max-height: 300px; }
	.ndk-slider__arrow { display: none; }
}

/* ---------- Built-in scene artwork ---------- */
.ndk-scene { width: min(100%, 520px); height: auto; filter: drop-shadow(0 22px 30px rgba(70, 33, 16, .16)); }
.ndk-slide__media .ndk-scene { animation: ndk-slide-float 6s ease-in-out infinite; }
.ndk-category-card__media .ndk-scene { width: 100%; max-width: 430px; height: auto; max-height: 300px; padding: 22px 16px 22px 0; filter: none; transition: transform 350ms ease; }
.ndk-category-card:hover .ndk-category-card__media .ndk-scene { transform: scale(1.03); }
@media (prefers-reduced-motion: reduce) { .ndk-slide__media .ndk-scene { animation: none; } }

/* =========================================================
   Customer reviews carousel (real WooCommerce reviews)
   ========================================================= */
.ndk-reviews { background: #fff; }
.ndk-reviews__row { position: relative; display: flex; align-items: stretch; gap: 16px; }
.ndk-reviews__score { display: flex; min-width: 148px; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 22px 18px; border: 1px solid var(--ndk-border); border-radius: var(--ndk-radius-sm); background: #fafafa; text-align: center; }
.ndk-reviews__score strong { font-family: var(--ndk-heading); font-size: 26px; }
.ndk-reviews__score span { color: var(--ndk-muted); font-size: 13.5px; }
.ndk-reviews__score .ndk-stars__item::after { background: var(--ndk-primary); }
.ndk-reviews__score .ndk-stars__item { background: transparent; }
.ndk-reviews__viewport { overflow: hidden; flex: 1 1 auto; min-width: 0; }
.ndk-reviews__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 14px) / 4); gap: 14px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.ndk-reviews__track::-webkit-scrollbar { display: none; }
.ndk-review-card { display: flex; flex-direction: column; gap: 8px; padding: 18px; border: 1px solid var(--ndk-border); border-radius: var(--ndk-radius-sm); background: #fff; scroll-snap-align: start; }
.ndk-review-card .ndk-stars__item { width: 16px; height: 16px; background: transparent; }
.ndk-review-card .ndk-stars__item::after { background: #dcdcdc; }
.ndk-review-card .ndk-stars__item.is-on::after { background: var(--ndk-primary); }
.ndk-review-card__meta { margin: 0; color: var(--ndk-muted); font-size: 12.5px; }
.ndk-review-card__text { display: -webkit-box; margin: 0; overflow: hidden; color: var(--ndk-text); font-size: 13.5px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.ndk-review-card__link { margin-top: auto; overflow: hidden; color: var(--ndk-primary); font-size: 12.5px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.ndk-reviews__nav { position: absolute; z-index: 2; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ndk-border); border-radius: 50%; background: #fff; box-shadow: var(--ndk-shadow); color: var(--ndk-ink); cursor: pointer; transform: translateY(-50%); }
.ndk-reviews__nav:hover { color: var(--ndk-primary); }
.ndk-reviews__nav[hidden] { display: none; }
.ndk-reviews__nav--prev { left: 132px; }
.ndk-reviews__nav--prev .ndk-icon { transform: rotate(180deg); }
.ndk-reviews__nav--next { right: -14px; }
.ndk-reviews__nav .ndk-icon { width: 18px; height: 18px; }
@media (max-width: 900px) {
	.ndk-reviews__row { flex-direction: column; }
	.ndk-reviews__score { flex-direction: row; justify-content: center; gap: 12px; padding: 14px; }
	.ndk-reviews__track { grid-auto-columns: 78%; }
	.ndk-reviews__nav { display: none; }
}

/* ---------- Bundled brand photos and wordmark logos ---------- */
.ndk-slide__photo { width: auto; max-width: 100%; max-height: clamp(320px, 33vw, 470px); filter: drop-shadow(0 26px 34px rgba(70, 33, 16, .18)); animation: ndk-slide-float 6s ease-in-out infinite; }
.ndk-category-card__photo { width: auto !important; max-width: 100%; max-height: 280px; padding: 22px 16px 22px 0; object-fit: contain; transition: transform 350ms ease; }
.ndk-category-card:hover .ndk-category-card__photo { transform: scale(1.04); }
.ndk-category-card__logo { width: auto; max-width: min(240px, 80%); max-height: 38px; }
.ndk-marquee__logo { width: auto; max-height: 26px; }
@media (prefers-reduced-motion: reduce) { .ndk-slide__photo { animation: none; } }
