/*
Theme Name: NourishWear
Theme URI: https://nourishwear.shop/
Author: NourishWear
Description: Lightweight WooCommerce storefront theme for NourishWear with policy-page setup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: nourishwear
License: GNU General Public License v2 or later
*/
:root{--nw-green:#315c45;--nw-cream:#f7f5ef;--nw-ink:#1d241f;--nw-line:#e4e6e2}
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--nw-ink);line-height:1.65;background:#fff}
a{color:var(--nw-green);text-decoration:none}img{max-width:100%;height:auto}.wrap{width:min(1180px,92%);margin:auto}
.site-header{border-bottom:1px solid var(--nw-line);background:#fff}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{font-size:28px;font-weight:800;letter-spacing:.3px}.nav ul{display:flex;gap:24px;list-style:none;margin:0;padding:0}.nav a{color:var(--nw-ink);font-weight:600}
.hero{background:var(--nw-cream);padding:72px 0}.hero h1{font-size:clamp(38px,6vw,68px);line-height:1.05;margin:0 0 18px;max-width:800px}.hero p{font-size:19px;max-width:680px}
.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-block;background:var(--nw-green)!important;color:#fff!important;padding:13px 22px!important;border-radius:4px!important;font-weight:700}
.section{padding:58px 0}.section h2{font-size:32px;margin:0 0 22px}.content{max-width:850px;padding:50px 0}.content h1{font-size:42px;line-height:1.15}.content h2{margin-top:34px}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--nw-line);padding:24px;border-radius:8px}
.site-footer{margin-top:50px;background:#18231d;color:#fff;padding:45px 0}.site-footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:8px 0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:18px}.woocommerce div.product{padding-top:35px}
.notice{padding:14px 18px;background:#fff8df;border:1px solid #eadb9a;border-radius:6px}
@media(max-width:760px){.header-inner{align-items:flex-start;flex-direction:column;padding:18px 0}.nav ul{flex-wrap:wrap;gap:12px 18px}.trust,.footer-grid{grid-template-columns:1fr}.hero{padding:48px 0}}
