
:root{
	--ink:#171c1a;
	--deep:#17372e;
	--green:#315f50;
	--sage:#bccbc3;
	--mint:#dfeae4;
	--cream:#f7f3ec;
	--sand:#e9ddcf;
	--peach:#d9ab8a;
	--white:#fff;
	--muted:#68736e;
	--line:#e0e5e1;
	--shadow:0 24px 70px rgba(23,55,46,.12);
	--radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body.nre-menu-open{overflow:hidden}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;height:auto;width:auto;display:block;top:8px;left:8px;padding:12px 18px;background:#fff;z-index:100000}
.nre-shell{width:min(1240px,calc(100% - 44px));margin-inline:auto}
.nre-topbar{background:var(--ink);color:#fff;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.nre-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:15px}
.nre-topbar-separator{opacity:.45}
.nre-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(23,28,26,.08)}
.nre-header-inner{min-height:86px;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:24px}
.custom-logo{max-height:60px;width:auto}
.nre-wordmark{display:inline-flex;align-items:center;gap:12px}
.nre-wordmark>span:last-child strong,.nre-wordmark>span:last-child small{display:block;line-height:1}
.nre-wordmark strong{font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:400}
.nre-wordmark small{margin-top:7px;font-size:8px;letter-spacing:.2em}
.nre-logo-mark{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--green);font-family:Georgia,serif;color:var(--green)}
.nre-menu{display:flex;justify-content:center;align-items:center;gap:31px;list-style:none;margin:0;padding:0;font-size:13px;font-weight:750}
.nre-menu a{position:relative;display:block;padding:31px 0}
.nre-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:1px;background:var(--green);transition:.25s}
.nre-menu a:hover:after{right:0}
.nre-actions{display:flex;align-items:center;gap:8px}
.nre-icon-link{position:relative;width:40px;height:40px;border-radius:50%;display:grid;place-items:center}
.nre-icon-link:hover{background:var(--cream)}
.nre-icon-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6}
.nre-cart-count{position:absolute;top:-1px;right:-1px;min-width:18px;height:18px;padding:0 5px;border-radius:20px;background:var(--deep);color:#fff;display:grid;place-items:center;font-size:9px}
.nre-menu-toggle{display:none;border:0;background:none;padding:8px}
.nre-menu-toggle>span:not(.screen-reader-text){display:block;width:25px;height:1.5px;background:var(--ink);margin:5px 0}

.nre-eyebrow{display:inline-block;margin-bottom:20px;color:var(--green);font-size:10px;font-weight:850;letter-spacing:.19em;text-transform:uppercase}
.nre-eyebrow-light{color:#cfe0d7}
.nre-hero{background:linear-gradient(112deg,#faf8f3 0%,#f2ebe2 50%,#dfeae4 100%);overflow:hidden}
.nre-hero-grid{min-height:710px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:70px}
.nre-hero-copy h1,.nre-section h2,.nre-routine h2,.nre-delivery-section h2,.nre-closing h2,.nre-info-hero h2,.nre-page-header h1,.woocommerce-products-header__title{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;line-height:1.01}
.nre-hero-copy h1{font-size:clamp(58px,6.8vw,94px);max-width:740px;margin:0}
.nre-hero-copy>p{max-width:610px;margin:27px 0 34px;color:var(--muted);font-size:18px;line-height:1.75}
.nre-hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.nre-button{min-height:54px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase;transition:.25s transform,.25s box-shadow}
.nre-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(23,55,46,.16)}
.nre-button-dark{background:var(--ink);color:#fff}
.nre-button-light{background:#fff;color:var(--deep)}
.nre-text-link{display:inline-flex;align-items:center;gap:11px;padding-bottom:4px;border-bottom:1px solid currentColor;font-size:13px;font-weight:800}
.nre-text-link span{font-size:17px}
.nre-hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:50px}
.nre-hero-trust div{padding-top:15px;border-top:1px solid rgba(23,28,26,.18)}
.nre-hero-trust strong,.nre-hero-trust span{display:block}
.nre-hero-trust strong{font-family:Georgia,serif;font-size:17px;font-weight:400}
.nre-hero-trust span{font-size:10px;color:var(--muted);margin-top:3px}
.nre-hero-products{position:relative;min-height:590px}
.nre-hero-product{position:absolute;display:block;background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden;transition:.3s transform}
.nre-hero-product:hover{transform:translateY(-7px) rotate(0deg)!important}
.nre-hero-product-image{background:#f2efe9}
.nre-hero-product img{width:100%;height:100%;object-fit:cover;display:block}
.nre-hero-product-meta{padding:15px 17px}
.nre-hero-product-meta span,.nre-hero-product-meta strong,.nre-hero-product-meta small{display:block}
.nre-hero-product-meta span{font-size:8px;letter-spacing:.15em;color:var(--green)}
.nre-hero-product-meta strong{font-family:Georgia,serif;font-size:17px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:4px 0}
.nre-hero-product-meta small{color:var(--green);font-weight:800}
.nre-hero-product-1{width:54%;left:24%;top:10px;z-index:3;transform:rotate(1.5deg)}
.nre-hero-product-1 .nre-hero-product-image{height:380px}
.nre-hero-product-2{width:39%;left:0;bottom:10px;z-index:2;transform:rotate(-4deg)}
.nre-hero-product-2 .nre-hero-product-image{height:235px}
.nre-hero-product-3{width:39%;right:0;bottom:25px;z-index:1;transform:rotate(4deg)}
.nre-hero-product-3 .nre-hero-product-image{height:235px}
.nre-empty-hero{display:grid;place-items:center;height:570px;background:rgba(255,255,255,.45);border-radius:240px 240px 24px 24px;text-align:center;padding:35px}
.nre-empty-hero img{max-height:390px}

.nre-trust-row{background:var(--deep);color:#fff}
.nre-trust-row>.nre-shell{display:grid;grid-template-columns:repeat(4,1fr)}
.nre-trust-row div div{display:flex;align-items:center;gap:15px;padding:26px 28px;border-right:1px solid rgba(255,255,255,.13)}
.nre-trust-row div div:last-child{border-right:0}
.nre-trust-row span{font-family:Georgia,serif;color:#b8cec3}
.nre-trust-row strong{font-size:12px;font-weight:700}

.nre-section{padding:108px 0}
.nre-section-head{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:55px;margin-bottom:48px}
.nre-section-head h2{font-size:clamp(48px,5vw,72px);max-width:790px;margin:0}
.nre-section-head>p{max-width:470px;color:var(--muted);font-size:14px;margin:0}
.nre-section-head-row{display:flex;justify-content:space-between}
.nre-range-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.nre-range-card{position:relative;min-height:490px;border-radius:var(--radius);overflow:hidden;background:var(--cream);transition:.3s transform,.3s box-shadow}
.nre-range-card:nth-child(1){grid-column:span 2}
.nre-range-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.nre-range-card img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s transform}
.nre-range-card:hover img{transform:scale(1.035)}
.nre-range-overlay{position:absolute;left:0;right:0;bottom:0;padding:28px;color:#fff;background:linear-gradient(transparent,rgba(8,14,11,.84))}
.nre-range-overlay span{font-size:9px;letter-spacing:.15em}
.nre-range-overlay h3{font-family:Georgia,serif;font-size:31px;font-weight:400;line-height:1.08;margin:8px 0 4px}
.nre-range-overlay p{font-size:11px;margin:0;color:rgba(255,255,255,.7)}

.nre-bestsellers{background:#fbfaf7}
.nre-bestsellers .products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px;margin:0!important;padding:0!important}
.nre-bestsellers .products:before,.nre-bestsellers .products:after{display:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto!important;float:none!important;margin:0!important;background:#fff;border:1px solid var(--line);border-radius:18px;padding:11px 11px 18px;overflow:hidden;transition:.25s transform,.25s box-shadow}
.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{margin:0 0 17px!important;border-radius:12px;aspect-ratio:1/1.08;object-fit:cover;background:var(--cream)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Georgia,serif;font-size:19px!important;font-weight:400;color:var(--ink);padding:0 5px!important}
.woocommerce ul.products li.product .price{font-size:14px!important;font-weight:800;color:var(--green)!important;padding:0 5px}
.woocommerce ul.products li.product .button{display:block!important;margin:13px 5px 0!important;text-align:center;border-radius:999px;background:var(--ink)!important;color:#fff!important;padding:13px 12px!important;font-size:10px!important;letter-spacing:.08em;text-transform:uppercase}
.woocommerce span.onsale{min-width:auto!important;min-height:auto!important;line-height:1!important;padding:8px 10px!important;top:18px!important;left:18px!important;border-radius:999px!important;background:var(--peach)!important;color:var(--ink)!important}
.nre-placeholder{padding:45px;border:1px dashed var(--sage);border-radius:18px;text-align:center;background:#fff}

.nre-routine{padding:110px 0;background:var(--deep);color:#fff}
.nre-routine-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}
.nre-routine h2{font-size:clamp(50px,5.8vw,80px);margin:0}
.nre-routine-copy>p{font-size:16px;color:rgba(255,255,255,.7);max-width:590px;margin:27px 0 34px}
.nre-routine-steps{display:grid;gap:13px}
.nre-routine-steps article{padding:24px 26px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:rgba(255,255,255,.035)}
.nre-routine-steps span{color:#bad1c6;font-family:Georgia,serif}
.nre-routine-steps h3{font-family:Georgia,serif;font-size:25px;font-weight:400;margin:5px 0}
.nre-routine-steps p{color:rgba(255,255,255,.63);font-size:13px;margin:0}

.nre-delivery-section{background:var(--cream)}
.nre-delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}
.nre-delivery-section h2{font-size:clamp(48px,5vw,72px);margin:0}
.nre-delivery-list article{display:grid;grid-template-columns:145px 1fr;gap:20px;padding:19px 0;border-bottom:1px solid rgba(23,28,26,.13)}
.nre-delivery-list span{color:var(--muted);font-size:12px}
.nre-delivery-list strong{font-family:Georgia,serif;font-size:19px;font-weight:400}

.nre-closing{text-align:center;padding:115px 0;background:linear-gradient(115deg,#f3e6da,#dce8e2)}
.nre-closing h2{max-width:980px;margin:0 auto 38px;font-size:clamp(54px,7vw,94px)}

.nre-prefooter{background:#dce8e2;padding:50px 0}
.nre-prefooter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.nre-prefooter span{font-size:9px;font-weight:800;letter-spacing:.17em;color:var(--green)}
.nre-prefooter h3{font-family:Georgia,serif;font-size:22px;font-weight:400;margin:8px 0}
.nre-prefooter p{font-size:13px;color:var(--muted);margin:0}

.nre-footer{background:var(--ink);color:#fff;padding:75px 0 23px}
.nre-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:52px}
.nre-wordmark-light{color:#fff}
.nre-logo-mark-light{border-color:#fff;color:#fff}
.nre-footer-brand>p{max-width:370px;color:rgba(255,255,255,.62);font-size:13px}
.nre-footer h4{font-family:Georgia,serif;font-size:19px;font-weight:400;margin-top:0}
.nre-footer a,.nre-footer p{display:block;color:rgba(255,255,255,.66);font-size:12px;margin:10px 0}
.nre-footer a:hover{color:#fff}
.nre-footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:56px;padding-top:21px;border-top:1px solid rgba(255,255,255,.13)}
.nre-footer-bottom div{display:flex;gap:7px}
.nre-footer-bottom span{border:1px solid rgba(255,255,255,.3);border-radius:4px;padding:4px 8px;font-size:8px}
.nre-whatsapp{position:fixed;right:20px;bottom:20px;z-index:90;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#2e8b5a;color:#fff;box-shadow:0 16px 36px rgba(23,28,26,.23)}
.nre-whatsapp svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.6}

.nre-content{padding:78px 0 110px;min-height:55vh}
.nre-page-header{margin-bottom:42px}
.nre-page-header h1,.woocommerce-products-header__title{font-size:clamp(52px,6vw,82px);margin:0}
.nre-entry-content{max-width:940px}
.nre-entry-content a{text-decoration:underline}
.nre-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.nre-post-card{border:1px solid var(--line);border-radius:18px;overflow:hidden}
.nre-post-body{padding:22px}
.nre-post-body h2{font-family:Georgia,serif;font-weight:400}
.nre-shop-main .woocommerce-breadcrumb{font-size:11px;color:var(--muted);letter-spacing:.05em}
.woocommerce div.product div.images img{border-radius:20px}
.woocommerce div.product .product_title{font-family:Georgia,serif;font-size:48px;font-weight:400}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--green);font-weight:800}
.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce #respond input#submit.alt{background:var(--ink)!important;border-radius:999px!important}
.woocommerce-message,.woocommerce-info{border-top-color:var(--green)!important}
.woocommerce-message:before,.woocommerce-info:before{color:var(--green)!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce select{border:1px solid var(--line);border-radius:11px;padding:13px;background:#fff}
.woocommerce table.shop_table{border-radius:15px;overflow:hidden}
.nre-product-delivery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}
.nre-product-delivery>div{padding:15px;border-radius:13px;background:var(--cream)}
.nre-product-delivery strong,.nre-product-delivery span{display:block}
.nre-product-delivery strong{font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.nre-product-delivery span{font-size:11px;color:var(--muted);margin-top:4px}

.nre-info-page{max-width:1040px;margin:auto}
.nre-info-hero{padding:60px 0 50px}
.nre-info-hero>span{font-size:10px;font-weight:850;letter-spacing:.18em;color:var(--green)}
.nre-info-hero h2{font-size:clamp(55px,7vw,90px);margin:14px 0}
.nre-info-hero p{font-size:17px;color:var(--muted);max-width:650px}
.nre-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.nre-info-grid article{padding:24px;border-radius:17px;background:var(--cream)}
.nre-info-grid h3{font-family:Georgia,serif;font-size:20px;font-weight:400;margin:0 0 8px}
.nre-info-grid p{margin:0;color:var(--muted)}
.nre-info-copy{margin-top:38px;padding:38px;border:1px solid var(--line);border-radius:20px}
.nre-info-copy h3{font-family:Georgia,serif;font-size:22px;font-weight:400;margin:24px 0 6px}
.nre-info-copy h3:first-child{margin-top:0}
.nre-info-copy p{color:var(--muted)}
.nre-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nre-contact-grid>a,.nre-contact-grid>div{display:block;padding:30px;border:1px solid var(--line);border-radius:18px;transition:.2s transform,.2s background}
.nre-contact-grid>a:hover{transform:translateY(-4px);background:var(--cream)}
.nre-contact-grid span{display:block;font-size:9px;font-weight:850;letter-spacing:.16em;color:var(--green)}
.nre-contact-grid strong{display:block;font-family:Georgia,serif;font-size:22px;font-weight:400;margin-top:11px}
.nre-contact-grid p{color:var(--muted);font-size:13px}

@media(max-width:1080px){
	.nre-header-inner{grid-template-columns:1fr auto auto}
	.nre-menu-toggle{display:block}
	.nre-nav{display:none;position:fixed;top:124px;left:0;right:0;bottom:0;padding:26px;background:#fff;overflow:auto}
	.nre-nav.is-open{display:block}
	.nre-menu{display:block;font-family:Georgia,serif;font-size:31px;font-weight:400}
	.nre-menu a{padding:12px 0}
	.nre-menu a:after{display:none}
	.nre-hero-grid{grid-template-columns:1fr;padding:75px 0 45px;gap:20px}
	.nre-hero-copy{text-align:center}
	.nre-hero-copy>p{margin-inline:auto}
	.nre-hero-actions{justify-content:center}
	.nre-hero-trust{max-width:720px;margin-inline:auto}
	.nre-hero-products{max-width:720px;width:100%;margin:auto}
	.nre-range-grid{grid-template-columns:1fr 1fr}
	.nre-range-card:nth-child(1){grid-column:span 2}
	.nre-bestsellers .products{grid-template-columns:repeat(2,1fr)}
	.nre-routine-grid,.nre-delivery-grid{grid-template-columns:1fr}
	.nre-prefooter-grid{grid-template-columns:1fr 1fr}
	.nre-footer-grid{grid-template-columns:repeat(2,1fr)}
	.nre-info-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:700px){
	.nre-shell{width:min(100% - 28px,1240px)}
	.nre-topbar-inner{font-size:9px;gap:8px;text-align:center}
	.nre-header-inner{min-height:70px;grid-template-columns:1fr auto auto;gap:7px}
	.nre-nav{top:108px}
	.nre-wordmark strong{font-size:18px}
	.nre-wordmark small{font-size:7px}
	.nre-logo-mark{width:38px;height:38px}
	.nre-icon-link{width:35px;height:35px}
	.nre-search{display:none}
	.nre-hero-grid{padding-top:55px}
	.nre-hero-copy h1{font-size:51px}
	.nre-hero-copy>p{font-size:15px}
	.nre-hero-trust{grid-template-columns:1fr;gap:4px}
	.nre-hero-trust div{display:flex;align-items:center;justify-content:center;gap:10px}
	.nre-hero-products{min-height:490px}
	.nre-hero-product-1{width:62%;left:19%}
	.nre-hero-product-1 .nre-hero-product-image{height:290px}
	.nre-hero-product-2,.nre-hero-product-3{width:43%}
	.nre-hero-product-2 .nre-hero-product-image,.nre-hero-product-3 .nre-hero-product-image{height:170px}
	.nre-hero-product-meta{padding:10px}
	.nre-hero-product-meta strong{font-size:13px}
	.nre-trust-row>.nre-shell{grid-template-columns:1fr 1fr}
	.nre-trust-row div div{padding:18px 8px;border-bottom:1px solid rgba(255,255,255,.13)}
	.nre-section{padding:76px 0}
	.nre-section-head,.nre-section-head-row{display:block}
	.nre-section-head h2{font-size:48px}
	.nre-section-head>p,.nre-section-head .nre-text-link{margin-top:18px}
	.nre-range-grid{grid-template-columns:1fr}
	.nre-range-card:nth-child(1){grid-column:auto}
	.nre-range-card{min-height:430px}
	.nre-bestsellers .products{grid-template-columns:1fr 1fr;gap:11px}
	.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}
	.woocommerce ul.products li.product .button{font-size:8px!important;padding:11px 6px!important}
	.nre-routine{padding:78px 0}
	.nre-routine h2,.nre-delivery-section h2,.nre-closing h2{font-size:49px}
	.nre-delivery-list article{grid-template-columns:110px 1fr}
	.nre-prefooter-grid{grid-template-columns:1fr}
	.nre-footer-grid{grid-template-columns:1fr}
	.nre-footer-bottom{display:block}
	.nre-info-grid,.nre-contact-grid{grid-template-columns:1fr}
	.nre-product-delivery{grid-template-columns:1fr}
	.nre-post-grid{grid-template-columns:1fr}
	.nre-whatsapp{width:50px;height:50px;right:15px;bottom:15px}
}
