/*
Theme Name: Naturally Whole
Description: Responsive WordPress block theme based on the Naturally Whole wellness visual system.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: naturally-whole
*/
:root{--nw-green:#2E5E3E;--nw-sage:#6FAF78;--nw-light:#C4D9A9;--nw-cream:#F7F7EC;--nw-beige:#E8D9C1;--nw-charcoal:#333;--nw-border:#E5E2D8}
body{margin:0;color:var(--nw-charcoal);font-family:Poppins,system-ui,sans-serif;line-height:1.7}
h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",Georgia,serif;line-height:1.15}
a{color:var(--nw-green)}
.nw-container{max-width:1180px;margin:auto;padding-left:24px;padding-right:24px}
.nw-section{padding-top:72px;padding-bottom:72px}
.nw-card{background:#fff;border:1px solid var(--nw-border);border-radius:18px;box-shadow:0 10px 30px rgba(46,94,62,.08)}
.nw-button a,.nw-button .wp-block-button__link{background:var(--nw-green);color:#fff;border-radius:8px;padding:13px 22px;font-weight:600;text-decoration:none}
.nw-outline a{background:transparent!important;color:var(--nw-green)!important;border:1px solid var(--nw-green)}
.nw-eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:700;color:var(--nw-green)}
.nw-muted{color:#657064}
.nw-hero{background:linear-gradient(90deg,#fbfaf3,#eef3e5)}
.nw-post-card{overflow:hidden}
.nw-post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.nw-post-body{padding:22px}
.nw-pill{display:inline-block;background:var(--nw-light);color:var(--nw-green);padding:5px 11px;border-radius:999px;font-size:12px;font-weight:700}
.nw-form input,.nw-form textarea{box-sizing:border-box;width:100%;padding:12px;border:1px solid #d9ddd4;border-radius:8px;font:inherit}
.nw-form textarea{min-height:150px}
.nw-footer{background:var(--nw-green);color:#fff}
.nw-footer a{color:#fff}
@media(max-width:900px){.nw-section{padding-top:55px;padding-bottom:55px}}
@media(max-width:640px){.nw-container{padding-left:18px;padding-right:18px}.nw-section{padding-top:44px;padding-bottom:44px}h1{font-size:42px!important}h2{font-size:32px!important}}
