
:root{--ns-green:#0b6b3a;--ns-deep:#083b23;--ns-leaf:#79b82a;--ns-cream:#f7f5ed;--ns-ink:#172019;--ns-radius:22px}
html{scroll-behavior:auto}
body{overflow-x:hidden}
.ns-announcement{font-size:.78rem;letter-spacing:.04em}
.ns-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,107,58,.08)}
.ns-logo img{width:170px;height:auto}
.ns-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(120deg,#f7f5ed 0%,#eef5e8 55%,#dcebd0 100%)}
.ns-hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 78% 40%,rgba(121,184,42,.28),transparent 35%),radial-gradient(circle at 15% 20%,rgba(255,255,255,.95),transparent 30%);z-index:-1}
.ns-hero-grid{min-height:clamp(610px,78vh,820px);align-items:center}
.ns-kicker{display:inline-flex;gap:.5rem;align-items:center;padding:.5rem .85rem;border:1px solid rgba(11,107,58,.18);border-radius:999px;background:rgba(255,255,255,.65);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ns-deep)}
.ns-hero h1{font-size:clamp(2.5rem,8vw,6rem);letter-spacing:-.045em;margin:1rem 0}
.ns-hero h1 em{font-style:normal;color:var(--ns-green)}
.ns-hero-copy{font-size:clamp(1rem,2vw,1.2rem);max-width:560px;color:#3b453e}
.ns-hero-media{position:relative}
.ns-soap-card{position:relative;filter:drop-shadow(0 30px 35px rgba(8,59,35,.2))}
.ns-soap-card img{width:100%;border-radius:28px;display:block;aspect-ratio:1/1;object-fit:cover}
.ns-float{position:absolute;border-radius:999px;padding:.75rem 1rem;background:rgba(255,255,255,.88);box-shadow:0 15px 40px rgba(0,0,0,.1);font-size:.78rem;font-weight:800}
.ns-float.one{top:10%;right:-2%}.ns-float.two{bottom:12%;left:-3%}
.ns-section{padding-block:clamp(3.5rem,8vw,7rem)}
.ns-section.cream{background:var(--ns-cream)}
.ns-eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--ns-green);font-weight:800}
.ns-title{font-size:clamp(2rem,5vw,4rem);letter-spacing:-.035em}
.ns-usp-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.ns-usp{padding:1.2rem .8rem;text-align:center;background:#fff;border:1px solid rgba(11,107,58,.1);border-radius:18px;box-shadow:0 8px 24px rgba(8,59,35,.05)}
.ns-usp .icon{font-size:1.6rem;color:var(--ns-green);display:block;margin-bottom:.5rem}
.ns-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ns-product{border:1px solid #e6e9e4;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(8,59,35,.06)}
.ns-product img{width:100%;aspect-ratio:1/1;object-fit:cover}
.ns-product .inside{padding:1rem}
.ns-price{font-weight:800;font-size:1.2rem;color:var(--ns-deep)}
.ns-story{border-radius:28px;overflow:hidden;background:#eff6e9}
.ns-story img{width:100%;height:100%;object-fit:cover;min-height:320px}
.ns-proof{background:var(--ns-deep);color:#fff}
.ns-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.2)}
.ns-proof-item{padding:1.2rem;text-align:center;background:var(--ns-deep)}
.ns-footer{background:#fff;color:#172019;border-top:1px solid rgba(11,107,58,.1)}
.ns-footer a{color:#172019}
.ns-newsletter{background:var(--ns-cream);color:var(--ns-ink);border:1px solid rgba(11,107,58,.08);border-radius:28px;margin-top:1.5rem;padding-left:1rem;padding-right:1rem}
.ns-footer-social{gap:1.25rem;padding:1rem 0 2rem}
.ns-footer-social a{text-decoration:none;color:var(--ns-green);font-weight:700}
.ns-footer .wp-block-list li{margin-bottom:.5rem}
.ns-sticky-buy{display:none}
.woocommerce .wp-block-woocommerce-product-template{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.woocommerce .wc-block-components-product-image img{border-radius:18px}

/* Mobile navigation: functional, instant-open, no slide/fade animation. */
.ns-mobile-menu-trigger{display:none}
.ns-header-actions{gap:.55rem}
.ns-icon-button{display:inline-flex;align-items:center;justify-content:center;position:relative;width:42px;height:42px;border:0;background:transparent;color:#083B23;text-decoration:none;font-size:1.45rem;cursor:pointer}
.ns-cart-count{position:absolute;top:2px;right:1px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#0B6B3A;color:#fff;font:700 10px/17px Arial;text-align:center}
.ns-menu-button{width:44px;height:44px;padding:8px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;border-radius:50%}
.ns-menu-button span{display:block;width:26px;height:2px;background:#083B23;border-radius:2px}
.ns-header{display:flex;align-items:center}
.ns-mobile-menu{position:fixed;z-index:100;left:0;top:0;width:min(88vw,390px);height:100dvh;background:#fff;box-shadow:18px 0 60px rgba(0,0,0,.18);overflow:auto;overscroll-behavior:contain}
.ns-mobile-menu[hidden],.ns-menu-backdrop[hidden]{display:none!important}
.ns-menu-backdrop{position:fixed;inset:0;z-index:90;background:rgba(8,59,35,.28);backdrop-filter:blur(2px)}
.ns-mobile-menu-inner{min-height:100%;padding:1.2rem 1.2rem 2rem}
.ns-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 0 1.25rem;border-bottom:1px solid #e7ebe5;font-size:1.05rem}
.ns-menu-close{border:0;background:none;font-size:2rem;line-height:1;cursor:pointer;color:#172019}
.ns-mobile-menu nav{display:flex;flex-direction:column;padding:1rem 0}
.ns-mobile-menu nav a{display:flex;align-items:center;min-height:58px;padding:.25rem 0;color:#172019;text-decoration:none;font-size:1.15rem;font-weight:600;border-bottom:1px solid #f0f2ef}
.ns-mobile-menu nav a:hover{color:#0B6B3A}
.ns-mobile-menu-bottom{display:flex;gap:.7rem;padding-top:1rem}
.ns-mobile-menu-bottom a{flex:1;text-align:center;padding:.8rem;border-radius:999px;background:#F7F5ED;color:#083B23;text-decoration:none;font-weight:700}

@media (max-width:900px){
 .ns-usp-grid{grid-template-columns:repeat(3,1fr)}
 .ns-product-grid,.woocommerce .wp-block-woocommerce-product-template{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ns-proof-grid{grid-template-columns:repeat(2,1fr)}
 .ns-desktop-nav{display:none}
 .ns-mobile-menu-trigger{display:flex}
 .ns-logo{margin:0 auto}
 .ns-logo img{width:135px}
 .ns-newsletter{border-radius:22px}
}
@media (min-width:901px){.ns-mobile-menu-trigger{display:none}}
@media (max-width:600px){
 .ns-logo img{width:135px}
 .ns-hero-grid{min-height:auto;padding-top:2rem;padding-bottom:2rem}
 .ns-hero h1{font-size:clamp(2.35rem,11vw,3.6rem)}
 .ns-hero-copy{font-size:.98rem}
 .ns-float{font-size:.68rem;padding:.55rem .7rem}
 .ns-float.one{right:1%}.ns-float.two{left:1%}
 .ns-usp-grid{grid-template-columns:repeat(2,1fr);gap:9px}
 .ns-usp{padding:1rem .55rem;font-size:.8rem}
 .ns-product-grid,.woocommerce .wp-block-woocommerce-product-template{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .ns-product{border-radius:16px}
 .ns-product .inside{padding:.75rem}
 .ns-product h3{font-size:.95rem}
 .ns-price{font-size:1rem}
 .ns-proof-grid{grid-template-columns:repeat(2,1fr)}
 .ns-proof-item{font-size:.78rem;padding:.9rem .55rem}
 .ns-sticky-buy{display:flex;position:fixed;left:10px;right:10px;bottom:10px;z-index:60;gap:8px;padding:8px;background:rgba(255,255,255,.95);border:1px solid #dfe7dc;border-radius:18px;box-shadow:0 12px 40px rgba(0,0,0,.18)}
 .ns-sticky-buy a{flex:1;text-align:center;padding:.8rem;border-radius:999px;text-decoration:none;font-weight:800}
 .ns-sticky-buy a:first-child{background:#0b6b3a;color:#fff}
 .ns-sticky-buy a:last-child{background:#f7f5ed;color:#083b23}
 .ns-mobile-menu{width:88vw}
 .ns-mobile-menu nav a{font-size:1.08rem;min-height:54px}
 .ns-footer .wp-block-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
 .ns-footer .wp-block-column:first-child{grid-column:1/-1}
 .ns-footer-social{flex-wrap:wrap}
}
