/*
 * 11.6.10 — Refined Clay QA
 * Authoritative presentation layer. Keeps the clay identity while correcting
 * geometry, type scale, mobile density and expensive visual effects.
 */
body.nt-clay{
  --nt-font-body:"Inter",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --nt-font-display:"Inter Tight","Inter",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --nt-max:1440px;
  --nt-gutter:clamp(18px,2.2vw,34px);
  --nt-section:clamp(64px,7vw,104px);
  --nt-radius-xl:28px;
  --nt-radius-lg:22px;
  --nt-radius-md:16px;
  --nt-shadow-soft:0 14px 38px rgba(80,63,107,.10),0 2px 8px rgba(80,63,107,.05),inset 0 1px 0 rgba(255,255,255,.86);
  --nt-shadow-card:0 10px 26px rgba(80,63,107,.09),inset 0 1px 0 rgba(255,255,255,.86);
  --nt-border:rgba(86,66,112,.10);
  --nt-text:#2f2937;
  --nt-muted:#6c6673;
  --nt-violet:#7137dc;
  --nt-violet-2:#8f42ed;
  --nt-surface:rgba(255,255,255,.78);
  color:var(--nt-text)!important;
  font-family:var(--nt-font-body)!important;
  font-size:16px;
  line-height:1.6;
  letter-spacing:0;
}
body.nt-clay :where(h1,h2,h3,h4,h5,h6,.bm-display,.nt-card-heading,.acp-gps-title){
  font-family:var(--nt-font-display)!important;
  color:var(--nt-text)!important;
  font-style:normal!important;
  text-wrap:balance;
}
body.nt-clay h1{font-weight:800!important;letter-spacing:-.045em!important}
body.nt-clay h2{font-weight:750!important;letter-spacing:-.035em!important}
body.nt-clay h3,body.nt-clay h4{font-weight:700!important;letter-spacing:-.022em!important}
body.nt-clay :where(p,li,dd,td){color:var(--nt-muted)}
body.nt-clay .nt-container,body.nt-clay .container{width:min(var(--nt-max),calc(100% - (var(--nt-gutter)*2)))!important;margin-inline:auto!important}

/* Performance: clay depth without full-page blur stacks. */
body.nt-clay :where(.nt-floating-header,.bm-showcase-card,.bm-cat,.nt-product-card-v6,.nt-product-purchase,.nt-product-info-block,.nt-footer-v6,.acp-gps-card){
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
body.nt-clay [data-nt-reveal]{transition:opacity .28s ease,transform .28s ease!important}
body.nt-clay :where(a,button,input,select,summary){transition-duration:.18s!important}
body.nt-clay :where(.bm-cat,.nt-product-card-v6,.bm-showcase-item):hover{transform:translateY(-3px)!important}

/* Promo/header geometry. */
body.nt-clay .bm-promobar{
  position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1004!important;
  min-height:34px!important;padding:0!important;background:linear-gradient(90deg,#7c3aed,#8b5cf6 50%,#db2777)!important;
  box-shadow:none!important;border:0!important;
}
body.admin-bar.nt-clay .bm-promobar{top:32px!important}
body.nt-clay .bm-promobar__inner{min-height:34px!important;padding:5px 42px!important;font-size:.72rem!important}
body.nt-clay .bm-promobar__badge{font-size:.62rem!important;padding:3px 8px!important}
body.nt-clay .bm-promobar__close{color:rgba(255,255,255,.78)!important}
body.nt-clay .nt-floating-header{
  inset:16px var(--nt-gutter) auto!important;top:16px!important;left:var(--nt-gutter)!important;right:var(--nt-gutter)!important;
  width:auto!important;max-width:var(--nt-max)!important;margin:0 auto!important;transform:none!important;
  border-radius:24px!important;border:1px solid rgba(255,255,255,.88)!important;background:#fbf9fd!important;
  box-shadow:0 12px 36px rgba(70,54,92,.12),inset 0 1px 0 #fff!important;
}
body.nt-clay:has(.bm-promobar:not([hidden])) .nt-floating-header{top:46px!important}
body.admin-bar.nt-clay .nt-floating-header{top:48px!important}
body.admin-bar.nt-clay:has(.bm-promobar:not([hidden])) .nt-floating-header{top:80px!important}
body.nt-clay .nt-floating-header__inner{min-height:64px!important;padding:8px 12px 8px 14px!important;gap:18px!important;border-radius:24px!important}
body.nt-clay .nt-floating-header__brand .site-custom-logo,body.nt-clay .nt-floating-header__brand img.custom-logo{max-height:46px!important;width:auto!important}
body.nt-clay .nt-desktop-nav{gap:4px!important}
body.nt-clay .nt-desktop-nav a{min-height:40px!important;padding:9px 13px!important;border-radius:12px!important;font-size:.86rem!important;font-weight:650!important;color:#615b68!important}
body.nt-clay .nt-desktop-nav a:hover,body.nt-clay .nt-desktop-nav a[aria-current="page"]{background:#f1ecf8!important;color:var(--nt-violet)!important;box-shadow:none!important}
body.nt-clay .nt-header-login-cta,body.nt-clay .nt-header-shop-cta{min-height:42px!important;padding:0 15px!important;border-radius:13px!important;font-size:.82rem!important}
body.nt-clay .nt-header-shop-cta{box-shadow:0 6px 16px rgba(113,55,220,.22)!important}
body.nt-clay .nt-header-icon,body.nt-clay .mobile-nav-toggle{width:42px!important;height:42px!important;border-radius:13px!important;box-shadow:none!important;border:1px solid var(--nt-border)!important;background:#fff!important}

/* Home hero: premium, not billboard-scale. */
body.nt-clay .bm-home>.bm-hero{
  min-height:0!important;padding-top:clamp(150px,14vw,190px)!important;padding-bottom:clamp(58px,6vw,82px)!important;
}
body.nt-clay:has(.bm-promobar:not([hidden])) .bm-home>.bm-hero{padding-top:clamp(176px,16vw,214px)!important}
body.nt-clay .bm-hero__grid{grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr)!important;gap:clamp(44px,5vw,76px)!important;align-items:center!important}
body.nt-clay .bm-home .bm-hero__copy{max-width:680px!important}
body.nt-clay .bm-hero .bm-eyebrow,body.nt-clay .bm-eyebrow,body.nt-clay .nt-kicker{
  font-family:var(--nt-font-body)!important;font-size:.69rem!important;font-weight:700!important;letter-spacing:.055em!important;text-transform:none!important;
}
body.nt-clay .bm-home .bm-hero .bm-display{
  max-width:11.5ch!important;margin:18px 0 18px!important;font-size:clamp(3.4rem,4.7vw,4.9rem)!important;line-height:.96!important;letter-spacing:-.055em!important;
}
body.nt-clay .bm-home .bm-hero .bm-display>span{display:block!important}
body.nt-clay .bm-home .bm-hero__lead{max-width:59ch!important;font-size:1rem!important;line-height:1.7!important;color:#6b6571!important}
body.nt-clay .bm-hero-search{max-width:620px!important;margin-top:24px!important;border-radius:17px!important;padding:5px!important;background:#fff!important;box-shadow:var(--nt-shadow-card)!important}
body.nt-clay .bm-hero-search input{min-height:48px!important;font-size:.92rem!important}
body.nt-clay .bm-hero-search__submit{min-height:46px!important;border-radius:13px!important;padding-inline:20px!important}
body.nt-clay .bm-hero__actions{gap:10px!important;margin-top:18px!important}
body.nt-clay .bm-hero__actions .bm-btn{min-height:44px!important;padding:0 18px!important;border-radius:13px!important}
body.nt-clay .bm-hero__proof{gap:10px 18px!important;margin-top:18px!important;font-size:.76rem!important}
body.nt-clay .bm-showcase-card{border-radius:26px!important;padding:22px!important;background:#fbf9fd!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:var(--nt-shadow-soft)!important}
body.nt-clay .bm-showcase-item{min-height:64px!important;padding:11px 13px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--nt-border)!important;box-shadow:none!important}

/* Section scale and cards. */
body.nt-clay .bm-section,body.nt-clay .nt-section{padding-block:var(--nt-section)!important}
body.nt-clay .bm-section__head,body.nt-clay .nt-section-heading{margin-bottom:30px!important}
body.nt-clay .bm-display--sm,body.nt-clay .bm-section__head h2,body.nt-clay .nt-section-heading h2{font-size:clamp(2rem,3.2vw,3.25rem)!important;line-height:1.02!important;max-width:18ch!important}
body.nt-clay .bm-cat-grid{gap:16px!important}
body.nt-clay .bm-cat{min-height:210px!important;padding:22px!important;border-radius:22px!important;background:#fbf9fd!important;border:1px solid var(--nt-border)!important;box-shadow:var(--nt-shadow-card)!important}
body.nt-clay .bm-cat h3{font-size:1.2rem!important}

/* Full catalog picker and chips. */
body.nt-clay .nt-service-picker{margin-bottom:16px!important}
body.nt-clay .nt-service-picker>details>summary{min-height:66px!important;padding:12px 16px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--nt-border)!important;box-shadow:var(--nt-shadow-card)!important}
body.nt-clay .nt-service-picker__summary-copy strong{font-family:var(--nt-font-display)!important;font-size:1rem!important;font-weight:750!important;letter-spacing:-.02em!important}
body.nt-clay .nt-service-picker__summary-hint{font-size:.74rem!important;font-weight:650!important}
body.nt-clay .nt-rate-filter,body.nt-clay .nt-tool-filter{gap:8px!important}
body.nt-clay .nt-rate-filter a,body.nt-clay .nt-tool-filter button{min-height:38px!important;padding:0 14px!important;border-radius:999px!important;font-size:.78rem!important}

/* Product grids/cards: consistent desktop math + 2 columns on phones. */
body.nt-clay :where(.products-grid,.bm-product-grid,.nt-shop-results-v84 ul.products,.woocommerce ul.products){display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
body.nt-clay .nt-product-card-v6{min-width:0!important;height:100%!important;border-radius:20px!important;background:#fbf9fd!important;border:1px solid var(--nt-border)!important;box-shadow:var(--nt-shadow-card)!important;overflow:hidden!important}
body.nt-clay .nt-product-card-v6__head{padding:16px 16px 0!important}
body.nt-clay .nt-product-card-v6__badge{width:50px!important;height:50px!important;border-radius:13px!important}
body.nt-clay .nt-product-card-v6__body{padding:14px 16px 16px!important}
body.nt-clay .nt-product-card-v6__body h3{font-family:var(--nt-font-display)!important;font-size:1rem!important;line-height:1.3!important;font-weight:700!important;letter-spacing:-.02em!important;min-height:2.6em!important}
body.nt-clay .nt-product-card-v6__body>p{font-size:.8rem!important;line-height:1.5!important;color:#77717d!important;min-height:3.6em!important}
body.nt-clay .nt-product-card-v6__price-row{margin-top:auto!important}
body.nt-clay .nt-product-card-v6__price small{font-size:.64rem!important;text-transform:none!important;letter-spacing:.045em!important}
body.nt-clay .nt-product-card-v6__price strong,body.nt-clay .nt-product-card-v6__price strong *{font-family:var(--nt-font-display)!important;font-size:1.22rem!important;font-weight:750!important;letter-spacing:-.03em!important}
body.nt-clay .nt-product-card-v6__actions--commerce{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:8px!important;margin-top:14px!important}
body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn{min-height:44px!important;border-radius:12px!important;padding:0 13px!important;font-size:.78rem!important}
body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn--buy-now{box-shadow:0 6px 16px rgba(113,55,220,.20)!important}
body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn--cart{width:44px!important;padding:0!important}
body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn--cart .bm-btn__label{display:none!important}

/* Shop/category hero: never hide behind fixed header. */
body.nt-clay .bm-page .bm-hero--page{padding-top:clamp(146px,13vw,184px)!important;padding-bottom:48px!important;min-height:0!important}
body.nt-clay:has(.bm-promobar:not([hidden])) .bm-page .bm-hero--page{padding-top:clamp(172px,15vw,208px)!important}
body.nt-clay .bm-hero--page .bm-display{font-size:clamp(2.7rem,4.5vw,4.6rem)!important;line-height:.97!important;max-width:14ch!important}
body.nt-clay .bm-hero--page .bm-hero__lead{max-width:66ch!important;font-size:1rem!important}
body.nt-clay .bm-shop-toolbar{margin:22px 0 16px!important}
body.nt-clay .bm-empty{padding:52px 24px!important;border-radius:22px!important;background:#fbf9fd!important;border:1px solid var(--nt-border)!important;box-shadow:var(--nt-shadow-card)!important}

/* Product page: compact purchase workspace and readable API description. */
body.nt-clay.single-product .nt-single-product-v6{padding-top:clamp(132px,12vw,166px)!important;padding-bottom:80px!important}
body.nt-clay:has(.bm-promobar:not([hidden])).single-product .nt-single-product-v6{padding-top:clamp(160px,14vw,194px)!important}
body.nt-clay.single-product .nt-product-breadcrumb{max-width:1180px!important;margin:0 auto 16px!important;font-size:.76rem!important}
body.nt-clay.single-product .nt-product-purchase{
  grid-template-columns:minmax(300px,420px) minmax(0,1fr)!important;gap:clamp(32px,4vw,58px)!important;max-width:1180px!important;margin:0 auto 60px!important;
  padding:28px!important;border-radius:28px!important;background:#fbf9fd!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:var(--nt-shadow-soft)!important;
}
body.nt-clay.single-product .nt-product-gallery-v6{max-width:420px!important}
body.nt-clay.single-product .nt-product-gallery-v6 :where(.nt-curated-single-image,.nt-auto-single-image,.woocommerce-product-gallery__image){display:grid!important;place-items:center!important;min-height:380px!important;aspect-ratio:1/1!important;padding:24px!important;border-radius:22px!important;background:#15131b!important;border:0!important;box-shadow:0 14px 32px rgba(29,23,38,.18)!important}
body.nt-clay.single-product .nt-product-gallery-v6 img{max-width:340px!important;max-height:340px!important;object-fit:contain!important}
body.nt-clay.single-product .nt-product-summary-v6{max-width:680px!important;padding:4px 0!important}
body.nt-clay.single-product .nt-product-summary-v6__topline{margin-bottom:12px!important}
body.nt-clay.single-product .nt-product-summary-v6 h1,body.nt-clay.single-product #productTitle{max-width:18ch!important;margin:0 0 14px!important;font-size:clamp(2.35rem,3.4vw,3.5rem)!important;line-height:.99!important;font-weight:800!important;letter-spacing:-.05em!important}
body.nt-clay.single-product .nt-product-value-prop{max-width:62ch!important;margin:0 0 18px!important;color:#716a78!important;font-size:.95rem!important;line-height:1.62!important;display:-webkit-box!important;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden!important}
body.nt-clay.single-product .nt-product-price-v6{width:min(100%,430px)!important;margin:0 0 16px!important;padding:14px 16px!important;border-radius:16px!important;background:#f2edf8!important;border:1px solid rgba(113,55,220,.08)!important;box-shadow:none!important}
body.nt-clay.single-product .nt-product-price-v6__line strong,body.nt-clay.single-product .nt-product-price-v6__line strong *{font-family:var(--nt-font-display)!important;font-size:2rem!important;font-weight:800!important;color:var(--nt-violet)!important}
body.nt-clay.single-product .nt-native-purchase-form{margin-top:10px!important}
body.nt-clay.single-product .nt-native-purchase-form form.cart{display:grid!important;grid-template-columns:72px minmax(150px,1.15fr) minmax(145px,.85fr)!important;gap:9px!important;align-items:stretch!important;margin:0!important;max-width:610px!important}
body.nt-clay.single-product .nt-native-purchase-form form.cart .quantity{grid-column:1!important;width:72px!important;margin:0!important}
body.nt-clay.single-product .nt-native-purchase-form form.cart .quantity .qty{width:72px!important;min-height:50px!important;border-radius:12px!important}
body.nt-clay.single-product .nt-native-purchase-form form.cart button.bm-btn-buy-now{grid-column:2!important;grid-row:1!important;min-height:50px!important;border-radius:12px!important;background:linear-gradient(135deg,#8450ea,#6926d8)!important;color:#fff!important;font-weight:750!important;box-shadow:0 7px 18px rgba(105,38,216,.22)!important}
body.nt-clay.single-product .nt-native-purchase-form form.cart button.single_add_to_cart_button{grid-column:3!important;grid-row:1!important;min-height:50px!important;border-radius:12px!important;background:#fff!important;color:#514b58!important;border:1px solid var(--nt-border)!important;box-shadow:none!important;font-weight:650!important}
body.nt-clay.single-product .nt-product-secondary-actions{margin-top:12px!important;gap:12px!important}
body.nt-clay.single-product .nt-product-secondary-actions .nt-btn{min-height:38px!important;padding:0 12px!important;border-radius:10px!important;background:#f7f4fa!important;color:#514b58!important;border:1px solid var(--nt-border)!important}
body.nt-clay.single-product .nt-product-trust-micro{margin-top:16px!important;padding-top:14px!important;gap:7px!important;border-top:1px solid var(--nt-border)!important}
body.nt-clay.single-product .nt-product-trust-micro span{padding:7px 10px!important;border-radius:999px!important;background:#f7f4fa!important;border:1px solid var(--nt-border)!important;color:#77717d!important;font-size:.7rem!important}
body.nt-clay.single-product .nt-product-information{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;gap:28px!important;max-width:1180px!important;margin:0 auto!important;padding:0!important}
body.nt-clay.single-product .nt-product-information__nav{position:sticky!important;top:118px!important;align-self:start!important;padding:20px!important;border-radius:20px!important;background:#f7f4fa!important;border:1px solid var(--nt-border)!important}
body.nt-clay.single-product .nt-product-information__nav h2{font-size:1.55rem!important;line-height:1.08!important;margin:8px 0 18px!important}
body.nt-clay.single-product .nt-product-information__nav nav{display:grid!important;gap:5px!important}
body.nt-clay.single-product .nt-product-information__nav nav a{padding:9px 10px!important;border-radius:10px!important;font-size:.82rem!important;color:#625b69!important}
body.nt-clay.single-product .nt-product-information__nav nav a:hover{background:#eee8f6!important;color:var(--nt-violet)!important}
body.nt-clay.single-product .nt-product-information__content{display:grid!important;gap:14px!important}
body.nt-clay.single-product .nt-product-info-block{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:18px!important;padding:24px!important;border-radius:20px!important;background:#fbf9fd!important;border:1px solid var(--nt-border)!important;box-shadow:var(--nt-shadow-card)!important}
body.nt-clay.single-product .nt-product-info-block__index{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;border-radius:13px!important;background:#efe9f8!important;color:var(--nt-violet)!important;font-weight:750!important}
body.nt-clay.single-product .nt-product-info-block h3{font-size:1.25rem!important;line-height:1.25!important;margin:8px 0 8px!important}
body.nt-clay.single-product .nt-product-description-content,body.nt-clay.single-product .nt-product-description-content :where(p,li){font-size:.94rem!important;line-height:1.72!important;color:#57515e!important}
body.nt-clay.single-product .nt-product-description-content p{margin:0 0 11px!important}
body.nt-clay.single-product .nt-product-description-content ul,body.nt-clay.single-product .nt-product-description-content ol{padding-left:1.25rem!important;margin:10px 0!important}

/* Preferred Sources/footer and plugin utilities: same visual language. */
body.nt-clay .acp-gps-card{max-width:1180px!important;margin-inline:auto!important;border-radius:22px!important;background:#fbf9fd!important;color:var(--nt-text)!important;border:1px solid var(--nt-border)!important;box-shadow:var(--nt-shadow-card)!important}
body.nt-clay .acp-gps-title{color:var(--nt-text)!important;font-family:var(--nt-font-display)!important}
body.nt-clay .nt-footer-v6{border-radius:28px 28px 0 0!important;background:#f7f4fa!important;border-top:1px solid var(--nt-border)!important;box-shadow:none!important}
body.nt-clay .nt-footer-v6__inner{padding-top:48px!important;padding-bottom:28px!important}
body.nt-clay .nt-footer-v6__grid{gap:clamp(28px,4vw,62px)!important}
body.nt-clay .nt-footer-v6__brand p{max-width:44ch!important;color:#716a78!important}
body.nt-clay .nt-footer-group__toggle,body.nt-clay .nt-footer-v6 h3{font-family:var(--nt-font-display)!important;font-weight:700!important}
body.nt-clay .acp-world{right:18px!important;bottom:18px!important;gap:8px!important}
body.nt-clay .acp-world summary{min-height:40px!important;padding:0 12px!important;border-radius:12px!important;background:#fbf9fd!important;color:#49434f!important;border:1px solid var(--nt-border)!important;box-shadow:0 6px 16px rgba(74,58,94,.10)!important;font-size:.74rem!important}
body.nt-clay .acp-world-menu{border-radius:16px!important;background:#fbf9fd!important;border:1px solid var(--nt-border)!important;box-shadow:0 16px 40px rgba(72,55,95,.16)!important}

/* Tablet. */
@media(max-width:1120px){
  body.nt-clay :where(.products-grid,.bm-product-grid,.nt-shop-results-v84 ul.products,.woocommerce ul.products){grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.nt-clay .bm-hero__grid{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr)!important;gap:34px!important}
  body.nt-clay .bm-home .bm-hero .bm-display{font-size:clamp(3.05rem,5.8vw,4.15rem)!important}
  body.nt-clay.single-product .nt-product-purchase{grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important}
}

/* Phones/tablets. */
@media(max-width:820px){
  body.nt-clay{--nt-gutter:14px;--nt-section:52px;font-size:15px}
  body.nt-clay .bm-promobar__tagline{display:none!important}
  body.nt-clay .bm-promobar__inner{justify-content:flex-start!important;padding:5px 34px 5px 10px!important}
  body.nt-clay .nt-floating-header{left:10px!important;right:10px!important;top:10px!important;border-radius:18px!important}
  body.nt-clay:has(.bm-promobar:not([hidden])) .nt-floating-header{top:42px!important}
  body.admin-bar.nt-clay .nt-floating-header{top:54px!important}
  body.admin-bar.nt-clay:has(.bm-promobar:not([hidden])) .nt-floating-header{top:86px!important}
  body.nt-clay .nt-floating-header__inner{min-height:56px!important;padding:6px 8px!important;border-radius:18px!important;gap:8px!important}
  body.nt-clay .nt-floating-header__brand .site-custom-logo,body.nt-clay .nt-floating-header__brand img.custom-logo{max-height:40px!important;max-width:150px!important}
  body.nt-clay .nt-header-login-cta,body.nt-clay .nt-header-shop-cta{min-height:40px!important;padding:0 11px!important;font-size:.75rem!important}
  body.nt-clay .mobile-nav-toggle{display:inline-flex!important;margin-left:auto!important}
  body.nt-clay .bm-home>.bm-hero{padding-top:126px!important;padding-bottom:52px!important}
  body.nt-clay:has(.bm-promobar:not([hidden])) .bm-home>.bm-hero{padding-top:154px!important}
  body.nt-clay .bm-hero__grid{grid-template-columns:1fr!important;gap:32px!important}
  body.nt-clay .bm-home .bm-hero__copy{max-width:none!important}
  body.nt-clay .bm-home .bm-hero .bm-display{max-width:12ch!important;font-size:clamp(2.6rem,10.8vw,3.65rem)!important;line-height:.98!important;margin:15px 0!important}
  body.nt-clay .bm-home .bm-hero__lead{font-size:.94rem!important;line-height:1.62!important}
  body.nt-clay .bm-hero__media{max-width:620px!important;width:100%!important;margin-inline:auto!important}
  body.nt-clay .bm-showcase-card{padding:16px!important;border-radius:20px!important}
  body.nt-clay .bm-showcase-item{min-height:58px!important;padding:9px 10px!important}
  body.nt-clay .bm-display--sm,body.nt-clay .bm-section__head h2,body.nt-clay .nt-section-heading h2{font-size:clamp(1.8rem,7.2vw,2.5rem)!important;max-width:15ch!important}
  body.nt-clay .bm-page .bm-hero--page{padding-top:126px!important;padding-bottom:34px!important}
  body.nt-clay:has(.bm-promobar:not([hidden])) .bm-page .bm-hero--page{padding-top:154px!important}
  body.nt-clay .bm-hero--page .bm-display{font-size:clamp(2.2rem,8vw,3rem)!important}
  body.nt-clay :where(.products-grid,.bm-product-grid,.nt-shop-results-v84 ul.products,.woocommerce ul.products){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.nt-clay .nt-product-card-v6{border-radius:15px!important}
  body.nt-clay .nt-product-card-v6__head{padding:11px 11px 0!important}
  body.nt-clay .nt-product-card-v6__badge{width:42px!important;height:42px!important;border-radius:11px!important}
  body.nt-clay .nt-product-card-v6__eyebrow{font-size:.59rem!important}
  body.nt-clay .nt-product-card-v6__status{font-size:.58rem!important}
  body.nt-clay .nt-product-card-v6__body{padding:10px 11px 12px!important}
  body.nt-clay .nt-product-card-v6__body h3{font-size:.78rem!important;line-height:1.28!important;min-height:2.55em!important}
  body.nt-clay .nt-product-card-v6__body>p{display:none!important}
  body.nt-clay .nt-product-card-v6__price strong,body.nt-clay .nt-product-card-v6__price strong *{font-size:.98rem!important}
  body.nt-clay .nt-product-card-v6__actions--commerce{grid-template-columns:minmax(0,1fr) 38px!important;gap:6px!important;margin-top:10px!important}
  body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn{min-height:38px!important;border-radius:10px!important;font-size:.7rem!important;padding:0 9px!important}
  body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn--cart{width:38px!important}
  body.nt-clay.single-product .nt-single-product-v6{padding-top:122px!important}
  body.nt-clay:has(.bm-promobar:not([hidden])).single-product .nt-single-product-v6{padding-top:150px!important}
  body.nt-clay.single-product .nt-product-purchase{grid-template-columns:1fr!important;gap:20px!important;padding:14px!important;border-radius:20px!important;margin-bottom:36px!important}
  body.nt-clay.single-product .nt-product-gallery-v6{width:min(100%,360px)!important;margin-inline:auto!important}
  body.nt-clay.single-product .nt-product-gallery-v6 :where(.nt-curated-single-image,.nt-auto-single-image,.woocommerce-product-gallery__image){min-height:0!important;aspect-ratio:4/3!important;padding:16px!important;border-radius:16px!important}
  body.nt-clay.single-product .nt-product-gallery-v6 img{max-width:290px!important;max-height:240px!important}
  body.nt-clay.single-product .nt-product-summary-v6 h1,body.nt-clay.single-product #productTitle{max-width:none!important;font-size:clamp(1.9rem,8.4vw,2.6rem)!important;line-height:1.02!important}
  body.nt-clay.single-product .nt-product-value-prop{font-size:.86rem!important;-webkit-line-clamp:5}
  body.nt-clay.single-product .nt-product-price-v6{width:100%!important;max-width:none!important;padding:12px 14px!important}
  body.nt-clay.single-product .nt-native-purchase-form form.cart{grid-template-columns:58px minmax(0,1fr)!important;gap:8px!important;max-width:none!important}
  body.nt-clay.single-product .nt-native-purchase-form form.cart .quantity{grid-column:1!important;grid-row:1!important;width:58px!important}
  body.nt-clay.single-product .nt-native-purchase-form form.cart .quantity .qty{width:58px!important;min-height:48px!important}
  body.nt-clay.single-product .nt-native-purchase-form form.cart button.bm-btn-buy-now{grid-column:2!important;grid-row:1!important;min-height:48px!important}
  body.nt-clay.single-product .nt-native-purchase-form form.cart button.single_add_to_cart_button{grid-column:1/3!important;grid-row:2!important;min-height:44px!important}
  body.nt-clay.single-product .nt-product-information{grid-template-columns:1fr!important;gap:14px!important}
  body.nt-clay.single-product .nt-product-information__nav{position:static!important;padding:15px!important;border-radius:16px!important}
  body.nt-clay.single-product .nt-product-information__nav h2{font-size:1.35rem!important;margin-bottom:10px!important}
  body.nt-clay.single-product .nt-product-information__nav nav{display:flex!important;gap:6px!important;overflow:auto!important;padding-bottom:2px!important;scrollbar-width:none}
  body.nt-clay.single-product .nt-product-information__nav nav a{flex:0 0 auto!important;white-space:nowrap!important;padding:8px 10px!important;font-size:.74rem!important}
  body.nt-clay.single-product .nt-product-info-block{grid-template-columns:38px minmax(0,1fr)!important;gap:12px!important;padding:16px!important;border-radius:16px!important}
  body.nt-clay.single-product .nt-product-info-block__index{width:38px!important;height:38px!important;border-radius:11px!important;font-size:.75rem!important}
  body.nt-clay.single-product .nt-product-description-content,body.nt-clay.single-product .nt-product-description-content :where(p,li){font-size:.85rem!important;line-height:1.68!important}
  body.nt-clay .acp-world{right:8px!important;bottom:8px!important;max-width:calc(100vw - 16px)!important}
  body.nt-clay.single-product .acp-world{bottom:72px!important}
  body.nt-clay .acp-world summary{min-height:36px!important;padding:0 9px!important;font-size:.66rem!important}
  body.nt-clay .acp-world-menu{position:fixed!important;left:10px!important;right:10px!important;bottom:54px!important;width:auto!important;max-height:68vh!important;overflow:auto!important}
  body.nt-clay.single-product .acp-world-menu{bottom:116px!important}
  body.nt-clay .nt-footer-v6__inner{padding-top:36px!important}
}

@media(max-width:430px){
  body.nt-clay .bm-home .bm-hero .bm-display{font-size:clamp(2.35rem,11.4vw,3rem)!important}
  body.nt-clay :where(.products-grid,.bm-product-grid,.nt-shop-results-v84 ul.products,.woocommerce ul.products){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.nt-clay .nt-product-card-v6__head{padding:9px 9px 0!important}
  body.nt-clay .nt-product-card-v6__body{padding:9px 9px 10px!important}
  body.nt-clay .nt-product-card-v6__body h3{font-size:.73rem!important}
  body.nt-clay .nt-product-card-v6__price strong,body.nt-clay .nt-product-card-v6__price strong *{font-size:.91rem!important}
  body.nt-clay .nt-product-card-v6__actions--commerce{grid-template-columns:minmax(0,1fr) 36px!important}
  body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn{min-height:36px!important;font-size:.66rem!important}
  body.nt-clay .nt-product-card-v6__actions--commerce .bm-btn--cart{width:36px!important}
  body.nt-clay .bm-cat{min-height:0!important;padding:16px!important}
}

@media(prefers-reduced-motion:reduce){
  body.nt-clay *,body.nt-clay *::before,body.nt-clay *::after{animation:none!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}

/* --------------------------------------------------------------------------
   11.6.12 — search visibility, mobile drawer refinement, product balance
   -------------------------------------------------------------------------- */
/* Search results use the light clay surface, so force a dark readable type
   system here instead of inheriting the legacy dark-store search colours. */
body.nt-clay .nt-live-search-shell{position:relative!important;isolation:isolate!important}
body.nt-clay .nt-live-search-results{
  z-index:10020!important;
  color:#302a35!important;
  background:rgba(255,255,255,.985)!important;
  border:1px solid rgba(91,72,112,.14)!important;
  box-shadow:0 22px 54px rgba(67,47,91,.20),0 4px 14px rgba(67,47,91,.08)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
body.nt-clay .nt-live-search-result{
  color:#302a35!important;
  border-bottom:1px solid rgba(91,72,112,.08)!important;
  background:transparent!important;
}
body.nt-clay .nt-live-search-result:hover,
body.nt-clay .nt-live-search-result[aria-selected='true'],
body.nt-clay .nt-live-search-result.is-active{background:#f4effa!important}
body.nt-clay .nt-live-search-result__copy strong{color:#2e2933!important;font-weight:750!important}
body.nt-clay .nt-live-search-result__copy span{color:#756d7c!important}
body.nt-clay .nt-live-search-result__price{color:#6f35d4!important;font-weight:800!important}
body.nt-clay .nt-live-search-empty,
body.nt-clay .nt-live-search-discovery__title{color:#756d7c!important}
body.nt-clay .nt-live-search-chip{color:#514959!important;background:#f5f1f9!important;border-color:rgba(91,72,112,.10)!important}
body.nt-clay .nt-live-search-chip:hover{color:#6f35d4!important;background:#eee6f8!important}
body.nt-clay .nt-live-search-all{color:#6f35d4!important;border-top-color:rgba(91,72,112,.10)!important;background:#fbf9fd!important}
body.nt-clay .nt-live-search-result__image-placeholder{background:#eee8f5!important;border:1px solid rgba(91,72,112,.08)!important}

/* Global search dialog: always render a visible card above its backdrop. */
body.nt-clay .nt-search-modal-v6{z-index:10000!important;background:rgba(38,31,45,.38)!important}
body.nt-clay .nt-search-modal-v6__card{
  position:relative!important;
  z-index:10001!important;
  color:#302a35!important;
  background:#fbf9fd!important;
  border:1px solid rgba(255,255,255,.92)!important;
  box-shadow:0 28px 80px rgba(44,31,57,.26)!important;
}
body.nt-clay .nt-search-modal-v6__head h3{color:#302a35!important}
body.nt-clay .nt-search-modal-v6__categories,
body.nt-clay .nt-search-modal-v6__footer{color:#6f6875!important}
body.nt-clay .nt-global-search-v6{
  background:#fff!important;
  border:1px solid rgba(91,72,112,.13)!important;
  border-radius:16px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 7px 20px rgba(75,57,97,.08)!important;
}
body.nt-clay .nt-global-search-v6 input{color:#2f2934!important;background:transparent!important}
body.nt-clay .nt-global-search-v6 input::placeholder{color:#918a98!important;opacity:1!important}
body.nt-clay .bm-hero-search input,
body.nt-clay [data-nt-live-search]{color:#302a35!important}
body.nt-clay [data-nt-live-search]::placeholder{color:#8a8390!important;opacity:1!important}

/* Mobile drawer: clearer hierarchy, correct right-side radius, and stronger
   tap targets without turning it into a bulky full-screen dashboard. */
@media(max-width:900px){
  body.nt-clay .bm-drawer{
    width:min(380px,92vw)!important;
    background:#f8f5fb!important;
    border-left:1px solid rgba(91,72,112,.12)!important;
    box-shadow:-22px 0 60px rgba(50,36,65,.18)!important;
  }
  body.nt-clay .bm-drawer__panel{
    width:100%!important;
    padding:0 12px calc(12px + env(safe-area-inset-bottom))!important;
    border-radius:24px 0 0 24px!important;
    background:#f8f5fb!important;
  }
  body.nt-clay .bm-drawer__head{
    padding:14px 8px 12px!important;
    background:rgba(248,245,251,.96)!important;
    border-bottom:1px solid rgba(91,72,112,.09)!important;
    backdrop-filter:blur(14px)!important;
  }
  body.nt-clay .bm-drawer__head .site-logo{font-size:1.05rem!important;color:#302a35!important;-webkit-text-fill-color:initial!important;background:none!important}
  body.nt-clay .bm-drawer__close{
    width:40px!important;height:40px!important;border:1px solid rgba(91,72,112,.11)!important;
    border-radius:12px!important;background:#fff!important;color:#514959!important;
    box-shadow:0 5px 14px rgba(66,48,87,.08)!important;
  }
  body.nt-clay .bm-drawer__nav{gap:5px!important;padding:10px 0!important}
  body.nt-clay .bm-drawer__nav a,
  body.nt-clay .bm-drawer__search{
    min-height:48px!important;padding:10px 12px!important;border:1px solid transparent!important;
    border-radius:12px!important;background:transparent!important;color:#4c4552!important;
    box-shadow:none!important;font-size:.86rem!important;font-weight:650!important;
  }
  body.nt-clay .bm-drawer__nav a:hover,
  body.nt-clay .bm-drawer__search:hover,
  body.nt-clay .bm-drawer__nav a[aria-current='page']{
    background:#eee8f6!important;border-color:rgba(111,53,212,.10)!important;color:#6f35d4!important;
  }
  body.nt-clay .bm-drawer__nav-icon{
    width:32px!important;height:32px!important;border-radius:9px!important;
    background:#eee7f7!important;color:#6f35d4!important;
  }
  body.nt-clay .bm-drawer__foot{
    gap:9px!important;padding:12px 4px 4px!important;border-top:1px solid rgba(91,72,112,.09)!important;
  }
  body.nt-clay .bm-drawer__foot .bm-btn{min-height:46px!important;border-radius:12px!important}
  body.nt-clay .bm-drawer__account{gap:8px!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
  body.nt-clay .bm-drawer__account a{
    min-height:42px!important;border-radius:11px!important;background:#fff!important;color:#514959!important;
    border:1px solid rgba(91,72,112,.10)!important;box-shadow:0 4px 12px rgba(66,48,87,.06)!important;
  }
  body.nt-clay .bm-drawer__note{padding:3px 6px!important;background:transparent!important;box-shadow:none!important;color:#8b8491!important;font-size:.68rem!important}
}

/* Single product: slightly tighter title/image relationship and cleaner
   purchase workspace on desktop while preserving the existing commerce flow. */
@media(min-width:821px){
  body.nt-clay.single-product .nt-product-purchase{
    grid-template-columns:minmax(300px,390px) minmax(0,1fr)!important;
    gap:clamp(34px,4vw,54px)!important;
    max-width:1140px!important;
    padding:24px!important;
  }
  body.nt-clay.single-product .nt-product-gallery-v6{max-width:390px!important}
  body.nt-clay.single-product .nt-product-gallery-v6 :where(.nt-curated-single-image,.nt-auto-single-image,.woocommerce-product-gallery__image){min-height:350px!important;padding:20px!important}
  body.nt-clay.single-product .nt-product-gallery-v6 img{max-width:320px!important;max-height:320px!important}
  body.nt-clay.single-product .nt-product-summary-v6 h1,
  body.nt-clay.single-product #productTitle{
    max-width:20ch!important;
    font-size:clamp(2.15rem,2.85vw,3rem)!important;
    line-height:1.01!important;
    letter-spacing:-.045em!important;
  }
  body.nt-clay.single-product .nt-product-value-prop{font-size:.93rem!important;line-height:1.56!important}
}
@media(max-width:820px){
  body.nt-clay .nt-search-modal-v6{padding:10px!important;align-items:flex-start!important;padding-top:max(72px,calc(env(safe-area-inset-top) + 64px))!important}
  body.nt-clay .nt-search-modal-v6__card{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 84px)!important;padding:16px!important;border-radius:18px!important;overflow-y:auto!important}
  body.nt-clay .nt-search-modal-v6__card .nt-live-search-results{position:relative!important;top:auto!important;left:auto!important;right:auto!important;margin-top:8px!important;max-height:46vh!important}
  body.nt-clay .nt-global-search-v6{grid-template-columns:22px minmax(0,1fr)!important;padding:8px 10px!important}
  body.nt-clay .nt-global-search-v6 .nt-btn{grid-column:1/-1!important;width:100%!important;min-height:44px!important}
  body.nt-clay.single-product .nt-product-purchase{box-shadow:0 12px 30px rgba(60,43,79,.10)!important}
  body.nt-clay.single-product .nt-product-summary-v6 h1,body.nt-clay.single-product #productTitle{font-size:clamp(1.8rem,7.7vw,2.35rem)!important;line-height:1.04!important}
}
