@media (max-width: 1180px) {
	.ndk-menu { gap: 18px; }
	.ndk-menu > li > a { font-size: 14px; }
	.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ndk-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ndk-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
	.ndk-footer__newsletter { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
	.ndk-utility__links > a, .ndk-desktop-menu, .ndk-account-link { display: none; }
	.ndk-utility__inner { justify-content: space-between; }
	.ndk-rating-chip { font-size: 13px; gap: 7px; }
	.ndk-rating-chip .ndk-stars__item { width: 15px; height: 15px; }
	.ndk-review-strip__link { font-size: 13.5px; gap: 8px; flex-wrap: wrap; justify-content: center; }
	.ndk-utility__inner { justify-content: center; text-align: center; }
	.ndk-store-nav { position: relative; border-bottom: 1px solid var(--ndk-border); background: #fff; }
	.ndk-store-nav__inner { min-height: 75px; gap: 8px; }
	.ndk-store-nav .ndk-mobile-menu-trigger { display: inline-grid; }
	.ndk-store-brand { min-width: 0; max-width: min(46vw, 190px); margin-right: auto; margin-left: 4px; font-size: 20px; }
	.ndk-store-brand__logo { max-width: min(44vw, 185px); max-height: 44px; }
	.ndk-header-actions { margin-left: auto; }
	.ndk-confidence-bar, .ndk-confidence-bar__inner { min-height: 42px; }
	.ndk-confidence-bar__inner { justify-content: space-between; gap: 12px; overflow: hidden; font-size: 11px; }
	.ndk-confidence-bar .ndk-icon { width: 16px; height: 16px; }
	.ndk-mobile-drawer { position: fixed; inset: 0 auto 0 0; z-index: 1001; width: min(88vw, 390px); display: flex; flex-direction: column; visibility: hidden; background: #fff; box-shadow: 20px 0 50px rgba(0,0,0,.18); transform: translateX(-105%); transition: transform 260ms ease, visibility 260ms ease; }
	.ndk-mobile-drawer.is-open { visibility: visible; transform: translateX(0); }
	.ndk-drawer-overlay { position: fixed; inset: 0; z-index: 1000; display: block; background: rgba(0,0,0,.48); opacity: 1; }
	.ndk-drawer-overlay[hidden] { display: none; }
	.ndk-mobile-drawer__head { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--ndk-border); }
	.ndk-mobile-drawer__head strong { color: var(--ndk-ink); font-family: var(--ndk-heading); font-size: 20px; }
	.ndk-mobile-drawer nav { flex: 1 1 auto; overflow-y: auto; padding: 10px 20px 25px; }
	.ndk-mobile-menu li { position: relative; border-bottom: 1px solid var(--ndk-border); }
	.ndk-mobile-menu a { display: block; padding: 15px 4px; color: var(--ndk-ink); font-weight: 600; }
	.ndk-mobile-menu .sub-menu { margin: 0 0 8px 14px; padding: 0; list-style: none; }
	.ndk-mobile-menu .sub-menu[hidden] { display: none; }
	.ndk-submenu-toggle { position: absolute; top: 8px; right: 0; width: 40px; height: 40px; min-height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--ndk-ink); }
	.ndk-submenu-toggle svg { width: 19px; height: 19px; transition: transform var(--ndk-transition); }
	.ndk-submenu-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
	.ndk-mobile-menu .sub-menu li { border-bottom: 0; }
	.ndk-mobile-menu .sub-menu a { padding: 9px 4px; color: var(--ndk-muted); font-size: 14px; font-weight: 400; }
	.ndk-mobile-drawer__footer { display: grid; gap: 8px; padding: 18px 20px; border-top: 1px solid var(--ndk-border); background: var(--ndk-soft); }
	.ndk-mobile-drawer__footer a { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-weight: 600; }
	.ndk-mobile-drawer__footer .ndk-icon { width: 20px; height: 20px; color: var(--ndk-primary); }
	.ndk-hero__inner { grid-template-columns: 1fr 1fr; }
	.ndk-store-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ndk-category-card { grid-template-columns: minmax(0, 60%) minmax(160px, 40%); }
	.single-product div.product { grid-template-columns: 1fr; gap: 35px; }
	.single-product div.product .woocommerce-tabs, .single-product div.product .related, .single-product div.product .upsells { margin-top: 25px; }
	.woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
	.woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
	.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; }
	.woocommerce-checkout #order_review_heading { margin-top: 15px; }
}

@media (max-width: 768px) {
	:root { --ndk-gutter: 20px; }
	.site-content { padding-right: var(--ndk-gutter); padding-left: var(--ndk-gutter); }
	.ndk-utility { min-height: 36px; font-size: 12px; }
	.ndk-confidence-bar { display: none; }
	.ndk-hero { min-height: 717px; align-items: stretch; }
	.ndk-hero__shade { background: linear-gradient(180deg, rgba(253,241,237,.25) 0%, rgba(253,241,237,.92) 40%, #fdf1ed 72%); }
	.ndk-hero__image { position: absolute; top: 10px; right: 0; width: 100%; height: 215px; object-position: center; }
	.ndk-hero__inner { width: calc(100% - 40px); display: flex; flex-direction: column; gap: 18px; }
	.ndk-hero__visual { order: -1; width: min(82vw, 330px); margin: 18px auto 0; }
	.ndk-hero__content { max-width: 100%; padding: 0 0 42px; }
	.ndk-hero--has-image .ndk-hero__content { padding-top: 228px; }
	.ndk-hero h1 { margin-bottom: 14px; font-size: clamp(1.9rem, 9vw, 2.35rem); }
	.ndk-hero__content > p { margin-bottom: 18px; font-size: 15px; }
	.ndk-hero__benefits { gap: 7px; margin-bottom: 22px; }
	.ndk-brand-strip__inner { min-height: 84px; justify-content: flex-start; gap: 38px; overflow-x: auto; font-size: 13px; scrollbar-width: none; }
	.ndk-store-proof { padding-block: 37.5px; }
	.ndk-store-proof__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.ndk-store-proof article { min-width: min(78vw, 285px); scroll-snap-align: start; }
	.ndk-categories { padding-block: 50px 73px; }
	.ndk-categories .ndk-section-heading { margin-bottom: 27px; }
	.ndk-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 15px; }
	.ndk-category-card { min-height: 454px; grid-template-columns: 1fr; grid-template-rows: 175px 1fr; }
	.ndk-category-card__media { grid-column: 1; grid-row: 1; min-height: 175px; }
	.ndk-category-card__body { grid-column: 1; grid-row: 2; justify-content: flex-start; padding: 22px 14px; }
	.ndk-category-card__media img { padding: 15px; }
	.ndk-category-card h3 { font-size: 17px; }
	.ndk-category-card p { -webkit-line-clamp: 5; }
	.ndk-category-card .ndk-button { padding-inline: 16px; font-size: 14px; }
	.ndk-step-grid { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.ndk-step-grid li { min-width: min(79vw, 295px); min-height: 250px; padding: 42px 25px 30px; scroll-snap-align: start; }
	.ndk-steps .ndk-section-heading { margin-bottom: 75px; }
	.ndk-best-sellers { padding-bottom: 63px; }
	.ndk-best-sellers .ndk-section-heading { margin-bottom: 62px; }
	.ndk-section-heading--row { align-items: flex-start; flex-direction: column; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding-bottom: 14px; }
	.woocommerce ul.products li.product .button { margin: 10px 12px 2px; font-size: 12px; }
	.ndk-product-image-frame { padding: 12px; }
	.ndk-product-image-frame { aspect-ratio: 1 / 1; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 49px; padding: 0 14px; font-size: 15px; }
	.woocommerce ul.products li.product .price { padding: 0 14px; font-size: 16px; }
	.woocommerce ul.products li.product .button { margin-right: 14px; margin-left: 14px; padding: 8px 14px; font-size: 14px; }
	.woocommerce span.onsale { top: 10px; right: auto; left: 10px; width: auto; min-width: 0; min-height: 0; padding: 4px 11px; border-radius: var(--ndk-pill); font-size: 11px; transform: none; }
	.ndk-feature-grid { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.ndk-features { padding-bottom: 49px; }
	.ndk-features .ndk-section-heading { margin-bottom: 121px; }
	.ndk-feature-grid article { min-width: min(79vw, 295px); min-height: 354px; scroll-snap-align: start; }
	.ndk-benefit-strip__grid { min-height: 163px; grid-template-columns: 1fr; gap: 9px; padding-block: 18px; }
	.ndk-benefit-strip__grid > div { justify-content: flex-start; }
	.ndk-footer__grid { grid-template-columns: 1fr 1fr; }
	.ndk-footer__brand, .ndk-footer__newsletter { grid-column: 1 / -1; }
	.woocommerce-cart table.shop_table_responsive thead { display: none; }
	.woocommerce-cart table.shop_table_responsive tr { display: grid; grid-template-columns: 76px 1fr; padding: 18px; border-bottom: 1px solid var(--ndk-border); }
	.woocommerce-cart table.shop_table_responsive tr:last-child { border-bottom: 0; }
	.woocommerce-cart table.shop_table_responsive td { width: auto; display: block; padding: 8px 0; border: 0; text-align: left !important; }
	.woocommerce-cart table.shop_table_responsive td::before { float: none; margin-right: 10px; }
	.woocommerce-cart td.product-remove { grid-column: 1; grid-row: 1; }
	.woocommerce-cart td.product-thumbnail { grid-column: 1; grid-row: 2 / span 3; }
	.woocommerce-cart td.product-name, .woocommerce-cart td.product-price, .woocommerce-cart td.product-quantity, .woocommerce-cart td.product-subtotal { grid-column: 2; }
	.woocommerce-cart td.actions { grid-column: 1 / -1; }
	.woocommerce-cart table.cart td.actions .coupon { width: 100%; float: none; flex-wrap: wrap; }
	.woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%; }
	.woocommerce-cart table.cart td.actions > .button { width: 100%; margin-top: 10px; }
	.woocommerce-account .woocommerce { grid-template-columns: 1fr; }
	.woocommerce-account .u-columns { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 520px) {
	:root { --ndk-gutter: 20px; }
	.ndk-search-panel__inner { gap: 6px; }
	.ndk-product-search button { min-width: 52px; padding: 0 14px; }
	.ndk-product-search button span { display: none; }
	.ndk-search-close { flex-basis: 40px; width: 40px; }
	.ndk-confidence-bar__inner span:nth-child(2) { display: none; }
	.ndk-hero__actions { align-items: flex-start; }
	.ndk-hero__actions .ndk-button { width: auto; }
	.ndk-category-card { min-height: 454px; }
	.ndk-feature-grid h3 { min-height: 0; }
	.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { width: 100%; float: none; }
	.woocommerce .woocommerce-ordering select { width: 100%; }
	.single-product .summary { padding-top: 0; }
	.single-product .single_variation_wrap .woocommerce-variation-add-to-cart { align-items: stretch; flex-direction: column; }
	.single-product .single_variation_wrap .quantity, .single-product .single_variation_wrap .quantity .qty, .single-product .single_variation_wrap .button { width: 100%; }
	.single-product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; }
	.single-product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
	.ndk-footer__grid { grid-template-columns: 1fr; }
	.ndk-footer__brand, .ndk-footer__newsletter { grid-column: auto; }
	.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last { width: 100%; float: none; }
	.woocommerce-checkout #order_review_heading { padding-right: 20px; padding-left: 20px; }
	.woocommerce-checkout #order_review { padding-right: 20px; padding-left: 20px; }
	.woocommerce-account .woocommerce-Addresses { grid-template-columns: 1fr; }
	.woocommerce-account .u-column1, .woocommerce-account .u-column2, .woocommerce-account form.login, .woocommerce-account form.register { padding: 22px 18px; }
}

@media (max-width: 360px) {
	:root { --ndk-gutter: 16px; }
	.ndk-header-actions .ndk-icon-button, .ndk-mobile-menu-trigger { width: 40px; flex-basis: 40px; }
	.woocommerce ul.products { grid-template-columns: 1fr; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; font-size: 17px; }
}

@media print {
	.ndk-utility, .site-header, .ndk-store-nav, .ndk-review-strip, .ndk-benefit-strip, .ndk-footer, .site-info, .ndk-mobile-drawer, .ndk-drawer-overlay { display: none !important; }
}

/* ---------- Single product responsive refinements ---------- */
@media (max-width: 1200px) {
	.ndk-carousel-nav--prev { left: 4px; }
	.ndk-carousel-nav--next { right: 4px; }
	.single-product .related ul.products, .single-product .upsells ul.products { grid-auto-columns: calc((100% - 2 * 22px) / 3); }
}

@media (max-width: 900px) {
	.single-product div.product { grid-template-columns: 1fr; gap: 26px; }
	.single-product div.product .woocommerce-tabs, .single-product div.product .related, .single-product div.product .upsells, .single-product div.product .ndk-pdp-info { margin-top: 34px; }
	.single-product .related ul.products, .single-product .upsells ul.products { grid-auto-columns: calc((100% - 18px) / 2); gap: 18px; }
	.ndk-utility__switchers { order: -1; }
}

@media (max-width: 640px) {
	.single-product div.product .summary { padding: 20px 16px; }
	.single-product div.product .woocommerce-product-gallery__image a { padding: 20px; }
	.single-product div.product .woocommerce-product-gallery .onsale { top: 16px; right: -44px; width: 140px; font-size: 12px; }
	.single-product form.cart { gap: 10px; }
	.single-product div.product form.cart .button { flex: 1 1 auto; }
	.ndk-pdp-trust__badges { grid-auto-flow: row; grid-auto-columns: auto; }
	.ndk-pdp-trust__item { border-top: 1px solid var(--ndk-border); border-left: 0; }
	.ndk-pdp-trust__item:first-child { border-top: 0; }
	.ndk-pdp-specs__row { font-size: 14.5px; }
	.single-product .related ul.products, .single-product .upsells ul.products { grid-auto-columns: 78%; }
	.ndk-carousel-nav { display: none; }
	.ndk-sticky-buy__text strong { display: none; }
	.ndk-sticky-buy__inner { gap: 12px; padding: 8px 0; }
	.ndk-sticky-buy__action { flex: 1 1 auto; }
	.ndk-footer-bottom__inner { justify-content: center; text-align: center; }
}


/* =========================================================
   Mobile refinements (senior pass)
   ========================================================= */
@media (max-width: 900px) {
	.ndk-slide__doodle { display: none; }
	.ndk-slide__benefits { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
	.ndk-slide__cta { justify-content: center; }
}

@media (max-width: 760px) {
	/* The base 768px pattern turns proof/steps/features into swipe carousels
	   and stacks category cards (image on top). These rules only adapt the
	   newer logo/photo elements to that pattern - no layout overrides. */
	.ndk-category-card { min-height: 0; }
	.ndk-category-card__body { padding: 18px 14px 22px; }
	.ndk-category-card__brand { margin-bottom: 8px; }
	.ndk-category-card__brand a { font-size: 17px; gap: 8px; }
	.ndk-category-card__brand .ndk-cat-mark { width: 22px; height: 22px; flex-basis: 22px; }
	.ndk-category-card__logo { max-height: 22px; max-width: 130px; }
	.ndk-category-card__photo, .ndk-category-card__media .ndk-scene { width: auto !important; max-width: 100%; max-height: 160px; padding: 12px; }
	.ndk-category-card p { font-size: 13.5px; -webkit-line-clamp: 4; }
	.ndk-category-card .ndk-button { min-height: 40px; padding-inline: 14px; font-size: 13.5px; white-space: nowrap; }
	.ndk-step-grid li { min-height: 0; padding-top: 52px; }
	.ndk-feature-grid article { min-height: 320px; padding: 34px 24px; }
	.ndk-features .ndk-section-heading { margin-bottom: 40px; }
	.ndk-steps .ndk-section-heading { margin-bottom: 36px; }
	.ndk-best-sellers .ndk-section-heading { margin-bottom: 34px; }
	.ndk-section { padding-block: 44px; }
}

@media (max-width: 600px) {
	.ndk-utility { font-size: 13px; }
	.ndk-utility__inner { min-height: 38px; gap: 2px 10px; }
	.ndk-rating-chip { gap: 6px; font-size: 12.5px; }
	.ndk-rating-chip .ndk-stars__item { width: 14px; height: 14px; }
	.ndk-utility__switchers { gap: 4px; }
	.ndk-switcher__toggle { font-size: 13px; min-height: 24px; }
	.ndk-switcher--currency .ndk-switcher__toggle { padding: 3px 9px; }
	.ndk-marquee__item { min-height: 60px; padding: 0 20px; font-size: 14px; }
	.ndk-marquee__logo { max-height: 20px; }
	.ndk-slide { min-height: 0; }
	.ndk-slide__content { padding: 38px 0 6px; }
	body.ndk-storefront .ndk-slide__title { font-size: 1.75rem; }
	.ndk-slide__benefits { gap: 9px; font-size: 14px; margin-bottom: 22px; }
	.ndk-slide__check { width: 19px; height: 19px; flex-basis: 19px; }
	.ndk-slide__media { padding-bottom: 66px; }
	.ndk-slider__dots { bottom: 24px; }
	.ndk-slide__media img, .ndk-slide__photo { max-height: 240px; }
	.ndk-footer h2 { font-size: 19px; margin-bottom: 18px; }
	.ndk-footer p, .ndk-footer-menu, .ndk-footer__company { font-size: 15px; }
	.ndk-footer-menu { gap: 12px; }
	.ndk-footer__company { gap: 12px; }
	.ndk-footer-bottom__inner { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 16px 0; }
	.ndk-footer-bottom__inner > span { justify-self: center; }
}
