
/*
Theme Name: NuMind Wellness
Theme URI: https://www.numindwellness.net
Author: Custom Web Design
Description: A polished, mobile-first WordPress theme for NuMind Wellness, built for a Richmond behavioral health and wellness clinic with Elementor-friendly page templates.
Version: 2.1.0
License: GNU General Public License v2 or later
Text Domain: numind-wellness
*/

:root {
  --nw-green: #5f7654;
  --nw-green-dark: #34472f;
  --nw-green-deep: #25341f;
  --nw-sage: #889878;
  --nw-sage-soft: #eef3eb;
  --nw-gold: #b58d63;
  --nw-gold-soft: #efe2d1;
  --nw-cream: #fbf8f3;
  --nw-cream-2: #f5efe6;
  --nw-white: #ffffff;
  --nw-ink: #1e2922;
  --nw-muted: #667164;
  --nw-line: rgba(52, 71, 47, .16);
  --nw-card: rgba(255, 255, 255, .88);
  --nw-shadow: 0 24px 70px rgba(52, 71, 47, .12);
  --nw-shadow-soft: 0 14px 34px rgba(52, 71, 47, .08);
  --nw-radius-xl: 34px;
  --nw-radius-lg: 26px;
  --nw-radius-md: 18px;
  --nw-max: 1180px;
  --nw-body-font: 'DM Sans', Arial, sans-serif;
  --nw-heading-font: 'Marcellus', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--nw-body-font);
  color: var(--nw-ink);
  background: var(--nw-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
strong { color: var(--nw-green-dark); }

.nw-container { width: min(calc(100% - 40px), var(--nw-max)); margin-inline: auto; }
.nw-skip-link { position: absolute; top: -60px; left: 16px; background: var(--nw-green-dark); color: #fff; padding: 10px 14px; border-radius: 999px; z-index: 9999; }
.nw-skip-link:focus { top: 14px; }

.nw-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(251, 248, 243, .90);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--nw-line);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nw-site-header.is-scrolled {
  background: rgba(251, 248, 243, .96);
  box-shadow: 0 12px 28px rgba(37,52,31,.08);
  border-color: rgba(52,71,47,.10);
}
.nw-header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nw-logo-link { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.nw-logo-link img { width: 178px; transition: transform .22s ease; }
.nw-logo-link:hover img { transform: translateY(-1px); }
.nw-logo-text { display: none; border-left: 1px solid var(--nw-line); padding-left: 14px; color: var(--nw-green-dark); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }

.nw-nav { display: flex; align-items: center; gap: 24px; }
.nw-menu, .nw-fallback-menu { display: flex; align-items: center; gap: 24px; list-style: none; padding: 0; margin: 0; }
.nw-menu a, .nw-fallback-menu a { text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .01em; color: var(--nw-green-dark); position: relative; transition: color .22s ease, transform .22s ease; }
.nw-menu a:hover, .nw-fallback-menu a:hover { color: var(--nw-green); transform: translateY(-1px); }
.nw-menu a::after, .nw-fallback-menu a::after { content:""; position:absolute; left:0; right:0; bottom:-8px; height:2px; background:var(--nw-gold); transform:scaleX(0); transform-origin:left; transition:transform .22s ease; }
.nw-menu a:hover::after, .nw-fallback-menu a:hover::after { transform:scaleX(1); }
.nw-menu-toggle { display:none; border:1px solid rgba(52,71,47,.12); background:rgba(255,255,255,.88); color:var(--nw-green-dark); min-width:96px; height:48px; padding:0 14px; border-radius:999px; cursor:pointer; align-items:center; justify-content:center; gap:10px; box-shadow:0 10px 24px rgba(52,71,47,.08); transition:transform .22s ease, box-shadow .22s ease, background .22s ease; }
.nw-menu-toggle:hover { transform:translateY(-1px); box-shadow:0 14px 28px rgba(52,71,47,.10); }
.nw-menu-toggle em { font-style:normal; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.nw-menu-toggle-icon { display:inline-flex; flex-direction:column; justify-content:center; gap:4px; width:20px; }
.nw-menu-toggle-icon span { display:block; width:20px; height:2px; background:var(--nw-green-dark); border-radius:99px; transition:transform .22s ease, opacity .22s ease, width .22s ease; }
.nw-menu-toggle-icon span:nth-child(2){ width:16px; }
.nw-menu-toggle-icon span:nth-child(3){ width:12px; }
body.menu-open .nw-menu-toggle-icon span:nth-child(1){ transform:translateY(6px) rotate(45deg); width:20px; }
body.menu-open .nw-menu-toggle-icon span:nth-child(2){ opacity:0; }
body.menu-open .nw-menu-toggle-icon span:nth-child(3){ transform:translateY(-6px) rotate(-45deg); width:20px; }

.nw-button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:13px 22px; border-radius:999px; text-decoration:none; border:1px solid transparent; font-weight:900; font-size:14px; transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; cursor:pointer; }
.nw-button:hover { transform:translateY(-2px); }
.nw-button-primary { background:var(--nw-green-dark); color:#fff; box-shadow:0 16px 34px rgba(52,71,47,.22); }
.nw-button-secondary { background:#fff; color:var(--nw-green-dark); border-color:var(--nw-line); }
.nw-button-gold { background:var(--nw-gold); color:#fff; }
.nw-button-full { width:100%; }


.nw-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 88px;
  background:
    radial-gradient(circle at 16% 14%, rgba(95,118,84,.13), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(181,141,99,.15), transparent 25%),
    linear-gradient(135deg, #f8f3eb 0%, #fff 48%, #eef4eb 100%);
}
.nw-hero::before {
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(52,71,47,.08);
  border-radius:38px;
  pointer-events:none;
}
.nw-hero-bg-orb {
  position:absolute;
  border-radius:999px;
  filter:blur(5px);
  opacity:.78;
  pointer-events:none;
}
.nw-orb-a { width:240px; height:240px; left:-86px; bottom:30px; background:rgba(95,118,84,.10); animation:nw-float-slow 9s ease-in-out infinite; }
.nw-orb-b { width:210px; height:210px; right:-70px; top:58px; background:rgba(181,141,99,.12); animation:nw-float-slow 7.5s ease-in-out infinite reverse; }
.nw-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
}
.nw-kicker, .nw-eyebrow { color:var(--nw-gold); text-transform:uppercase; letter-spacing:.18em; font-size:12px; font-weight:900; margin:0 0 14px; }
.nw-hero h1 {
  margin:0;
  color:var(--nw-green-deep);
  font-family:var(--nw-heading-font);
  font-size:clamp(36px, 4.6vw, 58px);
  line-height:1.06;
  letter-spacing:-.043em;
  max-width:12.4ch;
}
.nw-lede {
  margin:18px 0 0;
  max-width:610px;
  color:var(--nw-muted);
  font-size:clamp(16px, 1.45vw, 19px);
  line-height:1.64;
}
.nw-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
.nw-contact-strip { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:12px; margin-top:34px; max-width:720px; }
.nw-strip-item { padding:15px 16px; background:rgba(255,255,255,.76); border:1px solid var(--nw-line); border-radius:18px; box-shadow:var(--nw-shadow-soft); }
.nw-strip-item span { display:block; font-size:11px; font-weight:900; color:var(--nw-gold); text-transform:uppercase; letter-spacing:.13em; }
.nw-strip-item a, .nw-strip-item strong { display:block; margin-top:3px; text-decoration:none; color:var(--nw-green-dark); font-weight:900; font-size:13px; line-height:1.35; }

.nw-hero-canvas-wrap {
  position:relative;
  min-height:530px;
  border-radius:36px;
  padding:18px;
  background:linear-gradient(155deg, rgba(255,255,255,.92), rgba(238,243,235,.84) 45%, rgba(245,239,230,.78));
  border:1px solid rgba(255,255,255,.95);
  box-shadow:0 34px 78px rgba(52,71,47,.14);
  overflow:hidden;
  isolation:isolate;
}
.nw-hero-canvas-wrap::before {
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(52,71,47,.08);
  border-radius:28px;
  z-index:1;
  pointer-events:none;
}
.nw-hero-canvas-wrap::after {
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  right:-128px;
  top:-128px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(95,118,84,.13), transparent 70%);
  z-index:0;
  animation:nw-soft-drift 9s ease-in-out infinite alternate;
}
.nw-hero-canvas {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:2;
  display:block;
}
@keyframes nw-float-slow { 0%,100%{ transform:translate3d(0,0,0); } 50%{ transform:translate3d(8px,-10px,0); } }
@keyframes nw-soft-drift { from{ transform:translate3d(0,0,0) scale(1); } to{ transform:translate3d(-20px,24px,0) scale(1.08); } }
@media (prefers-reduced-motion: reduce) { .nw-hero-bg-orb, .nw-hero-canvas-wrap::after { animation:none !important; } }


.nw-section { padding:88px 0; }
.nw-section-soft { background:#fff; }
.nw-section-muted { background:linear-gradient(180deg, var(--nw-sage-soft), var(--nw-cream)); }
.nw-section-head { display:grid; grid-template-columns:.8fr .95fr; gap:54px; align-items:end; margin-bottom:42px; }
.nw-section-head h2, .nw-split h2, .nw-leadership-content h2, .nw-contact-panel h2 { margin:0; color:var(--nw-green-deep); font-family:var(--nw-heading-font); font-size:clamp(34px,4.2vw,58px); line-height:1.04; letter-spacing:-.035em; }
.nw-section-head p:last-child { margin:0; color:var(--nw-muted); font-size:18px; }

.nw-feature-band, .nw-services-grid, .nw-faq-grid { display:grid; gap:20px; }
.nw-feature-band { grid-template-columns:repeat(3, 1fr); }
.nw-feature, .nw-service-card, .nw-faq-item, .nw-contact-card { background:var(--nw-card); border:1px solid var(--nw-line); border-radius:var(--nw-radius-lg); padding:28px; box-shadow:var(--nw-shadow-soft); }
.nw-feature-number { color:var(--nw-gold); font-weight:900; font-size:13px; letter-spacing:.18em; margin-bottom:18px; }
.nw-feature h3, .nw-service-card h3, .nw-faq-item h3 { margin:0 0 10px; color:var(--nw-green-dark); font-size:20px; line-height:1.25; }
.nw-feature p, .nw-service-card p, .nw-faq-item p { margin:0; color:var(--nw-muted); }
.nw-services-grid { grid-template-columns:repeat(3, 1fr); }
.nw-icon { width:52px; height:52px; border-radius:18px; display:grid; place-items:center; color:var(--nw-green-dark); background:linear-gradient(135deg, var(--nw-sage-soft), var(--nw-gold-soft)); margin-bottom:20px; }
.nw-icon svg { width:26px; height:26px; }

.nw-split { display:grid; grid-template-columns:.95fr 1.05fr; gap:58px; align-items:center; }
.nw-image-frame { border-radius:var(--nw-radius-xl); background:#fff; border:1px solid var(--nw-line); padding:26px; box-shadow:var(--nw-shadow); overflow:hidden; }
.nw-image-frame img { border-radius:22px; }
.nw-image-interactive {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  position:relative;
  min-height:360px;
  transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .28s ease, border-color .28s ease;
  isolation:isolate;
}
.nw-image-interactive::before {
  content:"";
  position:absolute;
  inset:14px;
  border-radius:28px;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.8), transparent 28%);
  z-index:0;
  pointer-events:none;
  opacity:.9;
}
.nw-image-interactive .nw-image-glow {
  position:absolute;
  inset:auto auto 24px 26px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(95,118,84,.16), transparent 72%);
  filter:blur(10px);
  z-index:0;
  animation:nw-float-slow 7s ease-in-out infinite;
}
.nw-image-interactive img {
  position:relative;
  z-index:1;
  width:100%;
  transform:translateZ(18px);
  box-shadow:0 12px 30px rgba(37,52,31,.06);
}
.nw-image-chip {
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(52,71,47,.10);
  box-shadow:0 14px 28px rgba(37,52,31,.10);
  color:var(--nw-green-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  backdrop-filter:blur(10px);
}
.nw-chip-dot { width:8px; height:8px; border-radius:50%; background:var(--nw-gold); box-shadow:0 0 0 6px rgba(181,141,99,.12); }
.nw-chip-a { left:38px; top:38px; transform:translateZ(46px); }
.nw-chip-b { right:34px; top:104px; transform:translateZ(56px); animation:nw-card-float 6.2s ease-in-out infinite; }
.nw-chip-c { left:58px; bottom:42px; transform:translateZ(52px); animation:nw-card-float 7.1s ease-in-out infinite reverse; }
@keyframes nw-card-float { 0%,100% { transform:translateZ(52px) translateY(0); } 50% { transform:translateZ(52px) translateY(-6px); } }
.nw-check-list { list-style:none; margin:28px 0 0; padding:0; display:grid; gap:16px; }
.nw-check-list li { display:flex; gap:12px; color:var(--nw-muted); font-size:17px; }
.nw-check-list li::before { content:""; width:22px; height:22px; flex:0 0 22px; border-radius:50%; background:var(--nw-green-dark); margin-top:3px; box-shadow:inset 0 0 0 6px var(--nw-sage-soft); }

.nw-leadership-card { display:grid; grid-template-columns:.9fr 1.1fr; gap:44px; align-items:center; background:linear-gradient(135deg, #fff, var(--nw-cream)); border:1px solid var(--nw-line); border-radius:var(--nw-radius-xl); padding:34px; box-shadow:var(--nw-shadow); }
.nw-portrait-card { min-height:360px; border-radius:28px; background:linear-gradient(160deg, var(--nw-sage-soft), #fff); display:flex; flex-direction:column; align-items:center; justify-content:center; padding:30px; text-align:center; border:1px solid rgba(52,71,47,.1); }
.nw-portrait-card img { width:min(360px, 90%); margin-bottom:24px; }
.nw-portrait-card strong { font-size:22px; }
.nw-portrait-card span { color:var(--nw-muted); margin-top:4px; }
.nw-leadership-content p { color:var(--nw-muted); font-size:17px; }
.nw-quote { margin-top:24px; padding:22px; border-left:4px solid var(--nw-gold); background:#fff; border-radius:0 18px 18px 0; color:var(--nw-green-dark); font-family:var(--nw-heading-font); font-size:24px; font-weight:700; }

.nw-referral-cta { padding:34px; border-radius:var(--nw-radius-xl); background:var(--nw-green-dark); color:#fff; display:grid; grid-template-columns:1fr auto; align-items:center; gap:22px; box-shadow:var(--nw-shadow); }
.nw-referral-cta h2 { margin:0; font-family:var(--nw-heading-font); font-size:clamp(30px, 4vw, 48px); line-height:1.04; }
.nw-referral-cta p { color:rgba(255,255,255,.82); margin:12px 0 0; max-width:720px; }
.nw-referral-cta .nw-button { background:#fff; color:var(--nw-green-dark); }

.nw-faq-grid { grid-template-columns:repeat(2, 1fr); }

.nw-contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:28px; align-items:start; }
.nw-contact-card h3 { margin:0 0 16px; color:var(--nw-green-dark); font-size:24px; }
.nw-contact-list { display:grid; gap:14px; margin:0; padding:0; list-style:none; }
.nw-contact-list a, .nw-contact-list span { color:var(--nw-muted); text-decoration:none; }
.nw-contact-list strong { display:block; color:var(--nw-green-dark); margin-bottom:2px; }
.nw-contact-panel { background:#fff; border:1px solid var(--nw-line); border-radius:var(--nw-radius-xl); padding:32px; box-shadow:var(--nw-shadow); }
.nw-form { display:grid; gap:16px; margin-top:24px; }
.nw-field { display:grid; gap:7px; }
.nw-field label { font-size:13px; font-weight:900; color:var(--nw-green-dark); }
.nw-field input, .nw-field textarea, .nw-field select { width:100%; border:1px solid var(--nw-line); border-radius:16px; padding:14px 15px; font:inherit; color:var(--nw-ink); background:var(--nw-cream); outline:none; }
.nw-field textarea { min-height:128px; resize:vertical; }
.nw-field input:focus, .nw-field textarea:focus, .nw-field select:focus { border-color:var(--nw-green); box-shadow:0 0 0 4px rgba(95,118,84,.12); }
.nw-form-note { color:var(--nw-muted); font-size:13px; margin:0; }
.nw-honeypot { position:absolute; left:-9999px; opacity:0; }
.nw-alert { padding:14px 16px; border-radius:16px; margin-bottom:18px; font-weight:800; }
.nw-alert-success { background:#edf6ed; color:#315b32; }
.nw-alert-error { background:#fff0f0; color:#8a2d2d; }
.nw-map-card { min-height:240px; background:linear-gradient(135deg, #fff, var(--nw-sage-soft)); border:1px solid var(--nw-line); border-radius:22px; margin-top:20px; padding:20px; display:grid; place-items:center; text-align:center; color:var(--nw-green-dark); }
.nw-map-card svg { width:100%; max-width:320px; height:auto; margin-bottom:12px; }

.nw-site-footer { position:relative; overflow:hidden; background:radial-gradient(circle at 18% 0%, rgba(181,141,99,.18), transparent 28%), radial-gradient(circle at 82% 12%, rgba(136,152,120,.22), transparent 32%), var(--nw-green-deep); color:#fff; padding:0; }
.nw-site-footer::before { content:""; position:absolute; inset:18px; border:1px solid rgba(255,255,255,.08); border-radius:34px; pointer-events:none; }
.nw-footer-cta { position:relative; z-index:1; display:grid; grid-template-columns:1fr auto; gap:24px; align-items:center; padding:38px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.nw-footer-cta h2 { margin:0; font-family:var(--nw-heading-font); font-size:clamp(30px, 4vw, 48px); line-height:1.05; letter-spacing:-.03em; color:#fff; }
.nw-footer-cta p { margin:10px 0 0; max-width:680px; color:rgba(255,255,255,.76); }
.nw-footer-cta .nw-button { background:#fff; color:var(--nw-green-dark); box-shadow:none; }
.nw-footer-main { position:relative; z-index:1; display:grid; grid-template-columns:1.2fr .75fr .9fr; gap:34px; padding:42px 0 30px; }
.nw-footer-logo { width:190px; background:#fff; border-radius:20px; padding:11px 15px; margin-bottom:18px; box-shadow:0 18px 45px rgba(0,0,0,.12); }
.nw-footer-brand p, .nw-footer-column p, .nw-footer-bottom, .nw-site-footer a { color:rgba(255,255,255,.76); }
.nw-footer-brand strong, .nw-footer-column h3 { color:#fff; }
.nw-footer-brand p { max-width:460px; margin:0 0 14px; }
.nw-footer-column h3 { margin:0 0 14px; font-size:14px; text-transform:uppercase; letter-spacing:.16em; }
.nw-footer-links, .nw-footer-contact { display:grid; gap:10px; }
.nw-footer-links a, .nw-footer-contact a, .nw-footer-contact span { color:rgba(255,255,255,.78); text-decoration:none; }
.nw-footer-links a:hover, .nw-footer-contact a:hover { color:#fff; }
.nw-footer-bottom { position:relative; z-index:1; display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; padding:20px 0 34px; border-top:1px solid rgba(255,255,255,.12); font-size:13px; }
.nw-footer-bottom a { text-decoration:none; }

.nw-page { padding:70px 0; }
.nw-page-card { background:#fff; border:1px solid var(--nw-line); border-radius:var(--nw-radius-xl); padding:40px; box-shadow:var(--nw-shadow-soft); }
.nw-page-card h1 { font-family:var(--nw-heading-font); font-size:46px; line-height:1.05; color:var(--nw-green-deep); margin:0 0 22px; }
.nw-elementor-content { background:#fff; }
.nw-reveal { opacity:0; transform:translateY(22px); transition:opacity .68s ease, transform .68s ease; }
.nw-reveal.is-visible { opacity:1; transform:translateY(0); }
.nw-delay-1 { transition-delay:.1s; }
.nw-delay-2 { transition-delay:.2s; }

@media (max-width: 980px) {
  .nw-logo-text { display:none; }
  .nw-menu-toggle { display:flex; }
  .nw-header-inner { min-height:84px; gap:16px; }
  .nw-logo-link img { width:160px; }
  .nw-nav { position:fixed; inset:92px 16px auto 16px; display:none; flex-direction:column; align-items:stretch; padding:18px; background:rgba(255,255,255,.98); border:1px solid rgba(52,71,47,.12); border-radius:24px; box-shadow:0 24px 56px rgba(37,52,31,.14); }
  body.menu-open .nw-nav { display:flex; }
  .nw-menu, .nw-fallback-menu { flex-direction:column; align-items:stretch; gap:8px; }
  .nw-menu a, .nw-fallback-menu a { display:block; padding:13px 14px; border-radius:14px; background:var(--nw-cream); }
  .nw-menu a::after, .nw-fallback-menu a::after { display:none; }
  .nw-header-cta { display:none; }
  .nw-hero-grid, .nw-section-head, .nw-split, .nw-leadership-card, .nw-contact-grid, .nw-footer-main, .nw-footer-cta { grid-template-columns:1fr; }
  .nw-hero-grid { gap:26px; }
  .nw-hero-canvas-wrap { min-height:400px; }
  .nw-contact-strip, .nw-feature-band, .nw-services-grid, .nw-faq-grid { grid-template-columns:1fr; }
  .nw-referral-cta { grid-template-columns:1fr; }
}


@media (max-width: 620px) {
  .nw-container { width:min(calc(100% - 24px), var(--nw-max)); }
  .nw-site-header { background: rgba(251,248,243,.96); }
  .nw-header-inner { min-height:80px; gap:12px; }
  .nw-logo-link img { width:150px; }
  .nw-nav { inset:84px 12px auto 12px; padding:16px; border-radius:20px; }
  .nw-hero { padding:34px 0 30px; }
  .nw-hero::before { display:none; }
  .nw-hero-grid { gap:20px; }
  .nw-kicker { font-size:10px; margin-bottom:10px; }
  .nw-hero h1 { font-size:clamp(30px, 7.5vw, 38px); line-height:1.08; max-width:14ch; }
  .nw-lede { margin-top:12px; font-size:14px; line-height:1.55; }
  .nw-hero-actions { gap:10px; margin-top:18px; flex-direction:row; }
  .nw-button { width:auto; flex:1 1 0; min-height:46px; padding:12px 12px; font-size:13px; }
  .nw-hero-canvas-wrap { min-height:280px; padding:10px; border-radius:24px; }
  .nw-hero-canvas-wrap::before { inset:10px; border-radius:18px; }
  .nw-menu-toggle { min-width:88px; height:44px; padding:0 12px; gap:8px; }
  .nw-menu-toggle em { font-size:11px; }
  .nw-menu-toggle-icon { width:18px; }
  .nw-menu-toggle-icon span { width:18px; }
  .nw-menu-toggle-icon span:nth-child(2){ width:14px; }
  .nw-menu-toggle-icon span:nth-child(3){ width:10px; }
  .nw-section { padding:62px 0; }
  .nw-feature, .nw-service-card, .nw-faq-item, .nw-contact-card, .nw-contact-panel, .nw-page-card, .nw-referral-cta { padding:22px; }
  .nw-image-interactive { min-height: 0; padding: 16px; }
  .nw-image-interactive::before { inset: 8px; border-radius: 20px; }
  .nw-chip-a { left: 20px; top: 20px; }
  .nw-chip-b { right: 18px; top: 72px; }
  .nw-chip-c { left: 22px; bottom: 20px; }
  .nw-image-chip { font-size: 10px; min-height: 30px; padding: 7px 10px; }
  .nw-footer-cta, .nw-footer-main { padding-left:0; padding-right:0; }
  .nw-footer-bottom { display:grid; }
}

/* v10 cleanup: hide duplicate Contact menu link when the CTA button already exists */
.nw-menu a[href$="#contact"],
.nw-menu a[href*="/#contact"],
.nw-fallback-menu a[href$="#contact"],
.nw-fallback-menu a[href*="/#contact"] { display:none !important; }

/* v10 typography and motion polish */
.nw-hero h1, .nw-section-head h2, .nw-split h2, .nw-contact-panel h2, .nw-referral-cta h2, .nw-footer-cta h2, .nw-page-card h1 {
  font-family: var(--nw-heading-font);
  font-weight: 600;
  letter-spacing: -0.025em;
}
.nw-hero h1 { font-weight: 600; }
.nw-lede, .nw-section-head p:last-child, .nw-service-card p, .nw-feature p, .nw-faq-item p, .nw-check-list li, .nw-contact-list a, .nw-contact-list span {
  letter-spacing: -0.01em;
}
.nw-site-header {
  transition: box-shadow .28s ease, background .28s ease, border-color .28s ease;
}
.nw-button, .nw-service-card, .nw-feature, .nw-faq-item, .nw-contact-card, .nw-contact-panel, .nw-image-frame, .nw-referral-cta, .nw-footer-cta .nw-button {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, color .28s ease;
}
.nw-service-card:hover, .nw-feature:hover, .nw-faq-item:hover, .nw-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(52,71,47,.13);
  border-color: rgba(95,118,84,.22);
}
.nw-icon { transition: transform .32s ease, background .32s ease; }
.nw-service-card:hover .nw-icon { transform: translateY(-3px) rotate(-2deg); }
.nw-image-frame img, .nw-portrait-card img { transition: transform .6s ease; }
.nw-image-frame:hover img { transform: translateZ(18px) scale(1.025); }
.nw-image-interactive:hover { box-shadow: 0 28px 58px rgba(37,52,31,.14); border-color: rgba(95,118,84,.18); }
.nw-reveal { opacity:0; transform:translateY(26px) scale(.985); transition:opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1); }
.nw-reveal.is-visible { opacity:1; transform:translateY(0) scale(1); }
.nw-hero-copy .nw-kicker, .nw-hero-copy h1, .nw-hero-copy .nw-lede, .nw-hero-copy .nw-hero-actions { animation:nw-hero-in .74s cubic-bezier(.2,.8,.2,1) both; }
.nw-hero-copy h1 { animation-delay:.06s; }
.nw-hero-copy .nw-lede { animation-delay:.12s; }
.nw-hero-copy .nw-hero-actions { animation-delay:.18s; }
@keyframes nw-hero-in { from { opacity:0; transform: translateY(18px); } to { opacity:1; transform: translateY(0); } }
.nw-footer-links a, .nw-footer-contact a, .nw-menu a, .nw-fallback-menu a { transition: color .22s ease, transform .22s ease; }
.nw-footer-links a:hover, .nw-footer-contact a:hover { transform: translateX(3px); }
@media (prefers-reduced-motion: reduce) {
  .nw-hero-copy .nw-kicker, .nw-hero-copy h1, .nw-hero-copy .nw-lede, .nw-hero-copy .nw-hero-actions,
  .nw-button, .nw-service-card, .nw-feature, .nw-faq-item, .nw-contact-card, .nw-contact-panel, .nw-image-frame, .nw-icon, .nw-image-frame img, .nw-image-chip, .nw-image-glow { animation:none !important; transition:none !important; }
}

body.nw-scrolled .nw-site-header { background:rgba(255,255,255,.92); box-shadow:0 18px 42px rgba(52,71,47,.08); }


.nw-feature, .nw-service-card, .nw-faq-item, .nw-contact-card, .nw-contact-panel, .nw-referral-cta, .nw-footer-card, .nw-page-card { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease; }
.nw-feature:hover, .nw-service-card:hover, .nw-faq-item:hover, .nw-contact-card:hover, .nw-contact-panel:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(37,52,31,.10); }


/* v14 homepage redesign */
.nw-header-cta { min-width: 200px; justify-content:center; }
.nw-home-hero {
  position: relative;
  padding: 48px 0 28px;
  background: linear-gradient(180deg, #fbf8f3 0%, #f7f2e9 100%);
}
.nw-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: center;
}
.nw-home-hero-copy {
  padding: 42px 8px 42px 0;
}
.nw-home-hero-copy h1 {
  margin: 0;
  color: var(--nw-green-deep);
  font-family: var(--nw-heading-font);
  font-size: clamp(46px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.035em;
  max-width: 10ch;
}
.nw-home-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.nw-home-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(52,71,47,.10);
  color: var(--nw-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(37,52,31,.06);
}
.nw-home-hero-mantra {
  margin: 22px 0 0;
  color: var(--nw-gold);
  font-weight: 800;
  letter-spacing: .06em;
}
.nw-showcase {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  min-height: 620px;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid rgba(52,71,47,.10);
  background: linear-gradient(180deg, #efe6d9 0%, #e8dece 52%, #efe6d8 100%);
  box-shadow: 0 24px 60px rgba(37,52,31,.12);
  transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .28s ease;
}
.nw-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.38), transparent 26%);
  pointer-events: none;
}
.nw-showcase:hover { box-shadow: 0 34px 70px rgba(37,52,31,.16); }
.nw-showcase-window {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34%;
  background: linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.35) 55%, rgba(255,255,255,0) 100%);
}
.nw-showcase-window::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 72%;
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.12));
  box-shadow: inset -2px 0 0 rgba(255,255,255,.85);
}
.nw-showcase-window::after {
  content: "";
  position: absolute;
  left: 68%;
  top: 0;
  bottom: 0;
  width: 8px;
  background: rgba(255,255,255,.86);
}
.nw-showcase-lights span {
  position: absolute;
  top: 18px;
  width: 150px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 20%, rgba(255,254,250,.95), rgba(255,246,226,.28) 38%, rgba(255,246,226,0) 72%);
  filter: blur(1px);
}
.nw-showcase-lights span:nth-child(1) { left: 36%; }
.nw-showcase-lights span:nth-child(2) { left: 57%; }
.nw-showcase-lights span:nth-child(3) { left: 78%; }
.nw-showcase-wall-glow {
  position: absolute;
  inset: 120px 15% 120px 34%;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.22), rgba(255,255,255,0) 70%);
}
.nw-showcase-logo {
  position: absolute;
  z-index: 3;
  top: 126px;
  left: 49%;
  transform: translateX(-5%) translateZ(26px);
  width: min(66%, 540px);
  filter: drop-shadow(0 12px 20px rgba(89,72,49,.22));
}
.nw-showcase-floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 116px;
  background: linear-gradient(180deg, rgba(196,173,142,.08), rgba(196,173,142,.30));
}
.nw-showcase-chair {
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 190px;
  bottom: 60px;
}
.nw-showcase-chair-left { left: 36%; }
.nw-showcase-chair-right { right: 11%; }
.nw-showcase-chair .nw-chair-back,
.nw-showcase-chair .nw-chair-seat {
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #efe5d7, #e2d3c0);
  box-shadow: inset 0 -8px 18px rgba(161,132,95,.12);
}
.nw-showcase-chair .nw-chair-back {
  inset: 0 10px 60px 10px;
  border-radius: 32px 32px 24px 24px;
}
.nw-showcase-chair .nw-chair-seat {
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  border-radius: 30px;
}
.nw-showcase-chair .nw-chair-arm {
  position: absolute;
  bottom: 48px;
  width: 22px;
  height: 82px;
  border-radius: 18px;
  background: linear-gradient(180deg, #bb9667, #9c744d);
}
.nw-showcase-chair .nw-chair-arm-left { left: -4px; }
.nw-showcase-chair .nw-chair-arm-right { right: -4px; }
.nw-showcase-chair::before,
.nw-showcase-chair::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 50px;
  border-radius: 10px;
  background: #9a734b;
}
.nw-showcase-chair::before { left: 34px; }
.nw-showcase-chair::after { right: 34px; }
.nw-showcase-table {
  position: absolute;
  z-index: 2;
  left: 56.5%;
  bottom: 72px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: linear-gradient(180deg, #bd9360, #a17648);
  box-shadow: inset 0 0 0 14px rgba(255,255,255,.03);
}
.nw-showcase-table::after {
  content: "";
  position: absolute;
  left: 49px;
  top: 84px;
  width: 10px;
  height: 48px;
  border-radius: 10px;
  background: #9a734b;
}
.nw-showcase-table span {
  position: absolute;
  left: 34px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #efe9df;
  box-shadow: 0 10px 16px rgba(37,52,31,.08);
}
.nw-showcase-plant-mini {
  position: absolute;
  z-index: 3;
  left: 57.5%;
  bottom: 125px;
  width: 42px;
  height: 54px;
}
.nw-showcase-plant-mini::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 24px;
  height: 22px;
  border-radius: 10px 10px 12px 12px;
  background: #d9ccb8;
}
.nw-showcase-plant-mini span,
.nw-showcase-plant span {
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #7a8f69, #5f7654);
  transform-origin: bottom center;
  animation: nw-leaf-sway 6s ease-in-out infinite;
}
.nw-showcase-plant-mini span:nth-child(1) { left: 2px; top: 12px; width: 12px; height: 24px; border-radius: 20px 20px 0 20px; transform: rotate(-24deg); }
.nw-showcase-plant-mini span:nth-child(2) { left: 14px; top: 2px; width: 14px; height: 28px; border-radius: 20px 20px 0 20px; transform: rotate(6deg); animation-delay: .5s; }
.nw-showcase-plant-mini span:nth-child(3) { left: 22px; top: 12px; width: 12px; height: 24px; border-radius: 20px 20px 0 20px; transform: rotate(20deg); animation-delay: .8s; }
.nw-showcase-plant {
  position: absolute;
  z-index: 2;
  bottom: 58px;
  width: 120px;
  height: 270px;
}
.nw-showcase-plant::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 64px;
  height: 74px;
  border-radius: 16px 16px 22px 22px;
  background: linear-gradient(180deg, #ddd1be, #c6b49b);
}
.nw-showcase-plant-left { left: 27%; }
.nw-showcase-plant-right { right: 2%; }
.nw-showcase-plant span:nth-child(1) { left: 8px; bottom: 72px; width: 34px; height: 112px; border-radius: 40px 40px 0 40px; transform: rotate(-28deg); }
.nw-showcase-plant span:nth-child(2) { left: 30px; bottom: 120px; width: 36px; height: 128px; border-radius: 40px 40px 0 40px; transform: rotate(-6deg); animation-delay: .3s; }
.nw-showcase-plant span:nth-child(3) { left: 56px; bottom: 106px; width: 36px; height: 118px; border-radius: 40px 40px 0 40px; transform: rotate(12deg); animation-delay: .6s; }
.nw-showcase-plant span:nth-child(4) { left: 70px; bottom: 64px; width: 34px; height: 102px; border-radius: 40px 40px 0 40px; transform: rotate(24deg); animation-delay: .9s; }
.nw-mission-band {
  background: linear-gradient(135deg, #30492d, #3f603d 58%, #2f4a2d 100%);
  color: #fff;
  padding: 34px 0;
}
.nw-mission-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.nw-eyebrow-light { color: rgba(255,255,255,.72); }
.nw-mission-band h2 {
  margin: 0;
  color: #fff;
  font-family: var(--nw-heading-font);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}
.nw-mission-band p { margin: 0; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.65; }
.nw-home-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.nw-home-pillar {
  background: #fff;
  border: 1px solid var(--nw-line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--nw-shadow-soft);
}
.nw-home-pillar h3 { margin: 0 0 10px; color: var(--nw-green-dark); font-size: 22px; }
.nw-home-pillar p { margin: 0; color: var(--nw-muted); }
.nw-services-grid-expanded { grid-template-columns: repeat(4, 1fr); }
.nw-services-grid-expanded .nw-service-card:last-child { grid-column: span 2; }
.nw-support-panel {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 24px;
  align-items: stretch;
  background: linear-gradient(135deg, #fff, #f6f2eb);
  border: 1px solid var(--nw-line);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--nw-shadow);
}
.nw-support-panel-copy p { color: var(--nw-muted); }
.nw-support-panel-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(160deg, #efe7db, #fbf8f3);
  border: 1px solid rgba(52,71,47,.08);
}
.nw-support-panel-quote p {
  margin: 0;
  color: var(--nw-green-deep);
  font-family: var(--nw-heading-font);
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.12;
}
.nw-support-panel-quote span {
  display: block;
  margin-top: 18px;
  color: var(--nw-gold);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.nw-check-list-soft li::before { box-shadow: inset 0 0 0 6px rgba(232,240,228,.95); }
.nw-section-deep { background: linear-gradient(180deg, #314c2f 0%, #2d442b 100%); }
.nw-section-deep .nw-referral-cta { background: transparent; box-shadow: none; border: 1px solid rgba(255,255,255,.12); }
.nw-section-deep .nw-referral-cta p { color: rgba(255,255,255,.82); }
.nw-section-deep .nw-referral-cta .nw-button { background: #fff; color: var(--nw-green-dark); }
@media (max-width: 1180px) {
  .nw-home-pillars,
  .nw-services-grid-expanded { grid-template-columns: repeat(2, 1fr); }
  .nw-services-grid-expanded .nw-service-card:last-child { grid-column: auto; }
}
@media (max-width: 980px) {
  .nw-home-hero { padding: 28px 0 14px; }
  .nw-home-hero-grid,
  .nw-mission-band-grid,
  .nw-support-panel { grid-template-columns: 1fr; }
  .nw-home-hero-copy { padding: 14px 0 0; }
  .nw-showcase { min-height: 460px; }
  .nw-showcase-logo { width: min(72%, 430px); left: 52%; top: 108px; }
  .nw-showcase-chair-left { left: 31%; }
  .nw-showcase-chair-right { right: 8%; }
  .nw-showcase-plant-left { left: 20%; }
  .nw-showcase-plant-right { right: 0; }
}
@media (max-width: 620px) {
  .nw-home-hero-copy h1 { font-size: clamp(38px, 12vw, 54px); max-width: none; }
  .nw-home-hero-tags { gap: 8px; }
  .nw-home-hero-tags span { min-height: 34px; padding: 7px 11px; font-size: 10px; }
  .nw-showcase { min-height: 360px; border-radius: 28px; }
  .nw-showcase-lights span { width: 88px; height: 112px; top: 10px; }
  .nw-showcase-window { width: 36%; }
  .nw-showcase-logo { top: 72px; left: 58%; width: 68%; }
  .nw-showcase-chair { width: 92px; height: 114px; bottom: 44px; }
  .nw-showcase-chair-left { left: 31%; }
  .nw-showcase-chair-right { right: 10%; }
  .nw-showcase-chair .nw-chair-back { inset: 0 6px 34px 6px; border-radius: 20px 20px 16px 16px; }
  .nw-showcase-chair .nw-chair-seat { height: 42px; border-radius: 18px; }
  .nw-showcase-chair .nw-chair-arm { width: 12px; height: 50px; bottom: 24px; }
  .nw-showcase-chair::before, .nw-showcase-chair::after { height: 32px; width: 5px; }
  .nw-showcase-table { width: 62px; height: 62px; left: 57%; bottom: 52px; }
  .nw-showcase-table::after { left: 28px; top: 48px; width: 6px; height: 28px; }
  .nw-showcase-table span { width: 24px; height: 24px; left: 19px; top: -6px; }
  .nw-showcase-plant-mini { left: 58.5%; bottom: 88px; transform: scale(.8); transform-origin: bottom center; }
  .nw-showcase-plant { width: 72px; height: 164px; bottom: 38px; }
  .nw-showcase-plant::after { left: 18px; width: 38px; height: 42px; border-radius: 12px 12px 14px 14px; }
  .nw-showcase-plant span:nth-child(1) { left: 4px; bottom: 42px; width: 20px; height: 64px; }
  .nw-showcase-plant span:nth-child(2) { left: 18px; bottom: 70px; width: 22px; height: 72px; }
  .nw-showcase-plant span:nth-child(3) { left: 33px; bottom: 62px; width: 22px; height: 70px; }
  .nw-showcase-plant span:nth-child(4) { left: 42px; bottom: 38px; width: 18px; height: 56px; }
  .nw-home-pillars,
  .nw-services-grid-expanded,
  .nw-faq-grid { grid-template-columns: 1fr; }
  .nw-services-grid-expanded .nw-service-card:last-child { grid-column: auto; }
  .nw-support-panel,
  .nw-home-pillar,
  .nw-service-card,
  .nw-faq-item { padding: 24px; }
  .nw-support-panel-quote { padding: 24px; }
}


/* v15 image-led redesign */
.nw-home-hero-photo { padding: 42px 0 28px; background: linear-gradient(180deg, #fbf8f3 0%, #f8f3eb 100%); }
.nw-home-hero-grid { display:grid; grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr); gap: 34px; align-items:center; }
.nw-home-hero-copy { padding-right: 6px; }
.nw-home-hero-copy h1 { margin:0; color:var(--nw-green-deep); font-size:clamp(44px,5.8vw,80px); line-height:1.0; letter-spacing:-.04em; max-width:10ch; }
.nw-home-hero-subtitle { margin:20px 0 0; color:var(--nw-gold); font-size:clamp(22px,2vw,34px); line-height:1.15; font-weight:700; font-family:var(--nw-heading-font); max-width:18ch; }
.nw-home-hero-mantra { margin:20px 0 0; color:var(--nw-green-dark); font-weight:800; letter-spacing:.06em; text-transform:none; }
.nw-hero-media, .nw-about-photo, .nw-why-image { position:relative; border-radius:32px; overflow:hidden; box-shadow:0 24px 56px rgba(37,52,31,.12); background:#fff; border:1px solid rgba(52,71,47,.08); }
.nw-hero-media img, .nw-about-photo img, .nw-why-image img, .nw-program-card-image img, .nw-map-card-photo img { display:block; width:100%; height:100%; object-fit:cover; }
.nw-hero-media { min-height: 610px; transform: perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); transform-style: preserve-3d; transition: transform .18s ease, box-shadow .28s ease; }
.nw-hero-media:hover, .nw-about-photo:hover, .nw-why-image:hover { box-shadow:0 32px 70px rgba(37,52,31,.16); }
.nw-mission-band { background:linear-gradient(135deg,#2e472c 0%, #3e5f3c 60%, #314b2e 100%); }
.nw-about-showcase-grid, .nw-why-grid { display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:center; }
.nw-about-photo, .nw-why-image { min-height: 430px; }
.nw-about-content p { color:var(--nw-muted); }
.nw-about-mini-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:24px; }
.nw-about-mini-grid article { background:#fff; border:1px solid var(--nw-line); border-radius:22px; padding:20px; box-shadow:var(--nw-shadow-soft); }
.nw-about-mini-grid h3 { margin:0 0 8px; font-size:20px; color:var(--nw-green-dark); }
.nw-about-mini-grid p { margin:0; font-size:15px; line-height:1.6; }
.nw-section-head-center { text-align:center; max-width:900px; margin:0 auto 30px; }
.nw-program-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.nw-program-card { background:#fff; border:1px solid var(--nw-line); border-radius:26px; overflow:hidden; box-shadow:var(--nw-shadow-soft); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.nw-program-card:hover { transform:translateY(-6px); box-shadow:0 24px 48px rgba(37,52,31,.12); border-color:rgba(95,118,84,.18); }
.nw-program-card-image { aspect-ratio: 4 / 3; overflow:hidden; }
.nw-program-card-body { padding:22px 22px 24px; }
.nw-program-card-body h3 { margin:0 0 12px; font-size:27px; line-height:1.08; color:var(--nw-green-deep); }
.nw-program-card-body p { margin:0; color:var(--nw-muted); font-size:15px; line-height:1.7; }
.nw-services-list-panel { display:grid; grid-template-columns:.72fr 1.28fr; gap:28px; align-items:start; margin-top:28px; padding:28px; background:#fff; border:1px solid var(--nw-line); border-radius:28px; box-shadow:var(--nw-shadow-soft); }
.nw-services-list-panel h3 { margin:6px 0 0; font-size:34px; color:var(--nw-green-deep); }
.nw-services-checks { margin:0; padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:12px 18px; }
.nw-services-checks li { position:relative; padding-left:26px; color:var(--nw-muted); line-height:1.6; }
.nw-services-checks li::before { content:''; position:absolute; left:0; top:.55em; width:12px; height:12px; border-radius:50%; background:var(--nw-gold); box-shadow:inset 0 0 0 4px rgba(255,255,255,.75); }
.nw-why-content p { color:var(--nw-muted); }
.nw-why-points { display:grid; grid-template-columns:repeat(2,1fr); gap:14px 18px; margin-top:22px; }
.nw-why-points span { position:relative; display:block; padding-left:22px; color:var(--nw-green-dark); font-weight:700; line-height:1.5; }
.nw-why-points span::before { content:''; position:absolute; left:0; top:.5em; width:10px; height:10px; border-radius:50%; background:var(--nw-gold); }
.nw-map-card-photo { padding:0; overflow:hidden; background:#fff; }
.nw-map-card-photo img { aspect-ratio: 16/9; }
.nw-map-card-photo strong { display:block; padding:14px 18px 18px; }
@media (max-width: 1180px) {
  .nw-program-cards { grid-template-columns:repeat(2,1fr); }
  .nw-services-list-panel { grid-template-columns:1fr; }
}
@media (max-width: 980px) {
  .nw-home-hero-grid, .nw-about-showcase-grid, .nw-why-grid, .nw-mission-band-grid { grid-template-columns:1fr; }
  .nw-home-hero-copy { padding-right:0; }
  .nw-home-hero-copy h1 { max-width:none; }
  .nw-hero-media { min-height:460px; }
  .nw-about-photo, .nw-why-image { min-height:360px; }
}
@media (max-width: 620px) {
  .nw-home-hero-photo { padding:26px 0 18px; }
  .nw-home-hero-grid { gap:22px; }
  .nw-home-hero-copy h1 { font-size:clamp(38px, 10vw, 56px); }
  .nw-home-hero-subtitle { font-size:22px; max-width:none; }
  .nw-hero-media { min-height:310px; border-radius:24px; }
  .nw-about-photo, .nw-why-image { min-height:260px; border-radius:24px; }
  .nw-about-mini-grid, .nw-program-cards, .nw-why-points, .nw-services-checks { grid-template-columns:1fr; }
  .nw-program-card-body h3 { font-size:24px; }
  .nw-services-list-panel { padding:22px; }
}


/* v16 hero closer to reference */
.nw-home-hero-reference { padding: 16px 0 0; background: linear-gradient(180deg, #faf6ef 0%, #f5efe4 100%); }
.nw-home-hero-reference-grid { display:grid; grid-template-columns: minmax(0,.44fr) minmax(0,.56fr); gap:0; align-items:stretch; overflow:hidden; border-radius:0; }
.nw-home-hero-panel { position:relative; padding:56px 42px 42px; background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.68)), linear-gradient(135deg, #f6f1e8, #f0e8dc); border-right:1px solid rgba(52,71,47,.08); }
.nw-home-hero-panel::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(255,255,255,.52), rgba(255,255,255,.08)), radial-gradient(circle at 78% 24%, rgba(255,255,255,.95), rgba(255,255,255,0) 32%); pointer-events:none; }
.nw-home-hero-panel > * { position:relative; z-index:1; }
.nw-home-hero-panel h1 { margin:0; color:var(--nw-green-deep); font-size:clamp(52px, 6.7vw, 88px); line-height:.92; letter-spacing:-.05em; max-width:7ch; }
.nw-home-hero-panel .nw-home-hero-subtitle { margin:24px 0 0; color:var(--nw-gold); font-family:var(--nw-body-font); font-weight:600; font-size:clamp(18px,1.7vw,24px); line-height:1.3; max-width:26ch; }
.nw-home-hero-panel .nw-lede { margin-top:18px; max-width:26ch; font-size:17px; line-height:1.75; color:var(--nw-green-dark); }
.nw-home-hero-reference .nw-hero-actions { margin-top:30px; gap:16px; }
.nw-home-hero-reference .nw-button-primary, .nw-home-hero-reference .nw-button-secondary { min-width: 220px; min-height: 56px; font-size:16px; }
.nw-home-hero-reference .nw-button-secondary { background:rgba(255,255,255,.78); }
.nw-home-hero-reference .nw-hero-media { min-height:560px; border:none; border-radius:0; box-shadow:none; }
.nw-home-hero-reference .nw-hero-media img { object-position:center; }
.nw-hero-summary-wrap { position:relative; margin-top:-26px; z-index:3; }
.nw-hero-summary { background:#fcfaf6; border:1px solid rgba(52,71,47,.10); border-radius:28px 28px 0 0; box-shadow:0 22px 50px rgba(37,52,31,.10); overflow:hidden; }
.nw-hero-summary-main { display:grid; grid-template-columns: 1.05fr 2.15fr; gap:0; }
.nw-hero-summary-intro { padding:34px 36px 36px; border-right:1px solid rgba(52,71,47,.10); }
.nw-hero-summary-intro h2 { margin:8px 0 14px; font-size:58px; line-height:.96; color:var(--nw-green-deep); }
.nw-hero-summary-intro p:last-child { margin:0; color:var(--nw-muted); font-size:18px; line-height:1.7; }
.nw-hero-summary-services { padding:34px 22px 28px 28px; }
.nw-hero-service-row { display:grid; grid-template-columns:repeat(7, 1fr); gap:0; align-items:start; }
.nw-hero-service-row article { text-align:center; padding:10px 14px; min-height:100%; border-right:1px solid rgba(52,71,47,.08); }
.nw-hero-service-row article:last-child { border-right:none; }
.nw-mini-icon { display:inline-flex; width:54px; height:54px; align-items:center; justify-content:center; margin:0 auto 12px; color:var(--nw-green); }
.nw-mini-icon svg { width:34px; height:34px; }
.nw-hero-service-row strong { display:block; color:var(--nw-green-dark); font-size:14px; line-height:1.45; font-weight:500; }
.nw-hero-summary-bar { display:flex; justify-content:space-between; gap:16px; align-items:center; padding:18px 28px; background:linear-gradient(135deg, #355233, #446843); color:#fff; font-size:15px; }
.nw-hero-summary-bar > div { display:flex; align-items:center; gap:10px; }
.nw-bar-icon { display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:50%; color:#fff; font-size:18px; opacity:.92; }
@media (max-width: 1180px) {
  .nw-hero-summary-main { grid-template-columns: 1fr; }
  .nw-hero-summary-intro { border-right:none; border-bottom:1px solid rgba(52,71,47,.10); }
  .nw-hero-service-row { grid-template-columns: repeat(4, 1fr); row-gap:18px; }
  .nw-hero-service-row article:nth-child(4n) { border-right:none; }
}
@media (max-width: 980px) {
  .nw-home-hero-reference-grid { grid-template-columns: 1fr; }
  .nw-home-hero-panel { padding:40px 26px 30px; }
  .nw-home-hero-panel h1 { max-width:none; font-size:clamp(44px, 9vw, 72px); }
  .nw-home-hero-panel .nw-lede, .nw-home-hero-panel .nw-home-hero-subtitle { max-width:none; }
  .nw-home-hero-reference .nw-hero-media { min-height:420px; }
  .nw-hero-summary-wrap { margin-top:0; }
}
@media (max-width: 620px) {
  .nw-home-hero-reference { padding-top:12px; }
  .nw-home-hero-panel { padding:28px 20px 24px; }
  .nw-home-hero-panel h1 { font-size:clamp(38px, 11vw, 56px); }
  .nw-home-hero-panel .nw-home-hero-subtitle { margin-top:18px; font-size:18px; }
  .nw-home-hero-panel .nw-lede { font-size:15px; line-height:1.65; }
  .nw-home-hero-reference .nw-hero-actions { flex-direction:column; }
  .nw-home-hero-reference .nw-button-primary, .nw-home-hero-reference .nw-button-secondary { width:100%; min-width:0; }
  .nw-home-hero-reference .nw-hero-media { min-height:260px; }
  .nw-hero-summary { border-radius:22px 22px 0 0; }
  .nw-hero-summary-intro { padding:24px 20px; }
  .nw-hero-summary-intro h2 { font-size:42px; }
  .nw-hero-summary-intro p:last-child { font-size:16px; }
  .nw-hero-summary-services { padding:22px 12px 18px; }
  .nw-hero-service-row { grid-template-columns: repeat(2, 1fr); }
  .nw-hero-service-row article { border-right:none; border-bottom:1px solid rgba(52,71,47,.08); padding:14px 10px; }
  .nw-hero-service-row article:nth-last-child(-n+2) { border-bottom:none; }
  .nw-mini-icon { width:44px; height:44px; margin-bottom:10px; }
  .nw-mini-icon svg { width:28px; height:28px; }
  .nw-hero-service-row strong { font-size:13px; }
  .nw-hero-summary-bar { flex-direction:column; align-items:flex-start; padding:14px 18px; font-size:14px; }
}


/* v17 hero correction for closer reference match */
.nw-home-hero-reference { padding: 0 0 0; background: #f5efe4; }
.nw-home-hero-reference-grid {
  display:grid;
  grid-template-columns: minmax(0,.425fr) minmax(0,.575fr);
  gap:0;
  align-items:stretch;
  min-height: 548px;
}
.nw-home-hero-panel {
  position:relative;
  display:flex;
  align-items:stretch;
  min-height: 548px;
  padding: 0;
  border-right: 1px solid rgba(52,71,47,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.58)),
    linear-gradient(90deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,.2) 36%, rgba(255,255,255,.04) 100%),
    url('assets/images/service-lounge.png');
  background-size: cover;
  background-position: 32% center;
  overflow:hidden;
}
.nw-home-hero-panel::before {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:68%;
  width:6px;
  background: rgba(255,255,255,.82);
  box-shadow: -2px 0 0 rgba(224,224,218,.55), 2px 0 0 rgba(255,255,255,.38);
  pointer-events:none;
}
.nw-home-hero-panel::after {
  content:'';
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 82% 20%, rgba(255,255,255,.95), rgba(255,255,255,0) 30%);
  pointer-events:none;
}
.nw-home-hero-panel-inner {
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:min(100%, 540px);
  padding: 56px 42px 40px 54px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(1.5px);
}
.nw-home-hero-panel h1 {
  margin:0;
  max-width: 6.5ch;
  color: var(--nw-green-deep);
  font-size: clamp(56px, 6vw, 88px);
  line-height: .92;
  letter-spacing: -.055em;
}
.nw-home-hero-panel .nw-home-hero-subtitle {
  margin: 22px 0 0;
  max-width: 22ch;
  color: var(--nw-gold);
  font-family: var(--nw-body-font);
  font-weight: 600;
  font-size: clamp(20px, 1.65vw, 24px);
  line-height: 1.34;
}
.nw-home-hero-panel .nw-lede {
  margin-top: 20px;
  max-width: 24ch;
  font-size: 17px;
  line-height: 1.72;
  color: #34412f;
}
.nw-home-hero-reference .nw-hero-actions {
  margin-top: 28px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.nw-home-hero-reference .nw-button-primary,
.nw-home-hero-reference .nw-button-secondary {
  min-width: 218px;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(37,52,31,.06);
}
.nw-home-hero-reference .nw-button-secondary {
  background: rgba(255,255,255,.72);
  border: 1.5px solid rgba(52,71,47,.35);
}
.nw-home-hero-reference .nw-hero-media {
  min-height: 548px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow:hidden;
}
.nw-home-hero-reference .nw-hero-media img {
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center center;
}
.nw-hero-summary-wrap {
  margin-top: 0;
  background: transparent;
}
.nw-hero-summary {
  margin-top: 0;
  background: #fbf8f3;
  border: 1px solid rgba(52,71,47,.10);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 18px 36px rgba(37,52,31,.08);
  overflow:hidden;
}
.nw-hero-summary-main {
  display:grid;
  grid-template-columns: .92fr 2.08fr;
  gap:0;
}
.nw-hero-summary-intro {
  padding: 34px 34px 28px;
  border-right: 1px solid rgba(52,71,47,.10);
}
.nw-hero-summary-intro .nw-eyebrow,
.nw-hero-summary-services .nw-eyebrow {
  color: var(--nw-gold);
  font-size: 12px;
  letter-spacing: .16em;
}
.nw-hero-summary-intro h2 {
  margin: 10px 0 16px;
  color: var(--nw-green-deep);
  font-size: 58px;
  line-height: .98;
  letter-spacing: -.04em;
}
.nw-hero-summary-intro p:last-child {
  margin:0;
  color: var(--nw-green-dark);
  font-size: 17px;
  line-height: 1.68;
}
.nw-hero-summary-services {
  padding: 34px 20px 22px 28px;
}
.nw-hero-service-row {
  display:grid;
  grid-template-columns: repeat(7, 1fr);
  gap:0;
  align-items:start;
}
.nw-hero-service-row article {
  text-align:center;
  padding: 8px 12px 10px;
  border-right: 1px solid rgba(52,71,47,.08);
}
.nw-hero-service-row article:last-child { border-right:none; }
.nw-mini-icon {
  display:inline-flex;
  width:52px;
  height:52px;
  align-items:center;
  justify-content:center;
  margin:0 auto 10px;
  color: var(--nw-green);
}
.nw-mini-icon svg { width:32px; height:32px; }
.nw-hero-service-row strong {
  display:block;
  color: var(--nw-green-dark);
  font-size: 13px;
  line-height: 1.52;
  font-weight: 500;
}
.nw-hero-summary-bar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding: 16px 24px;
  background: #48693f;
  color:#fff;
  font-size: 15px;
}
.nw-hero-summary-bar > div { display:flex; align-items:center; gap:10px; }
.nw-bar-icon { width:22px; height:22px; font-size:18px; }
@media (max-width: 1180px) {
  .nw-home-hero-reference-grid { grid-template-columns: .46fr .54fr; }
  .nw-home-hero-panel-inner { padding: 46px 30px 36px 34px; }
  .nw-home-hero-panel h1 { font-size: clamp(48px, 5.4vw, 72px); }
  .nw-hero-summary-main { grid-template-columns: 1fr; }
  .nw-hero-summary-intro { border-right:none; border-bottom:1px solid rgba(52,71,47,.10); }
  .nw-hero-service-row { grid-template-columns: repeat(4, 1fr); }
  .nw-hero-service-row article:nth-child(4n) { border-right:none; }
}
@media (max-width: 980px) {
  .nw-home-hero-reference-grid { grid-template-columns: 1fr; }
  .nw-home-hero-panel,
  .nw-home-hero-reference .nw-hero-media { min-height: 420px; }
  .nw-home-hero-panel::before { left:72%; }
  .nw-home-hero-panel-inner { width:100%; padding: 38px 24px 30px 24px; }
  .nw-home-hero-panel h1 { max-width:none; font-size: clamp(44px, 9vw, 70px); }
  .nw-home-hero-panel .nw-home-hero-subtitle,
  .nw-home-hero-panel .nw-lede { max-width:none; }
  .nw-hero-summary { border-radius: 22px 22px 0 0; }
}
@media (max-width: 620px) {
  .nw-home-hero-reference { padding-top: 10px; }
  .nw-home-hero-panel,
  .nw-home-hero-reference .nw-hero-media { min-height: 300px; }
  .nw-home-hero-panel-inner { padding: 28px 18px 24px 18px; }
  .nw-home-hero-panel h1 { font-size: clamp(38px, 12vw, 56px); }
  .nw-home-hero-panel .nw-home-hero-subtitle { margin-top: 16px; font-size: 18px; }
  .nw-home-hero-panel .nw-lede { margin-top: 14px; font-size: 15px; line-height: 1.62; }
  .nw-home-hero-reference .nw-hero-actions { flex-direction: column; gap: 10px; }
  .nw-home-hero-reference .nw-button-primary,
  .nw-home-hero-reference .nw-button-secondary { width:100%; min-width:0; min-height:52px; font-size:15px; }
  .nw-hero-summary-main { grid-template-columns: 1fr; }
  .nw-hero-summary-intro { padding: 24px 18px; }
  .nw-hero-summary-intro h2 { font-size: 42px; }
  .nw-hero-summary-intro p:last-child { font-size: 15px; }
  .nw-hero-summary-services { padding: 20px 10px 16px 10px; }
  .nw-hero-service-row { grid-template-columns: repeat(2, 1fr); }
  .nw-hero-service-row article { border-right:none; border-bottom:1px solid rgba(52,71,47,.08); padding: 12px 8px; }
  .nw-hero-service-row article:nth-last-child(-n+2) { border-bottom:none; }
  .nw-mini-icon { width:44px; height:44px; margin-bottom:8px; }
  .nw-mini-icon svg { width:28px; height:28px; }
  .nw-hero-service-row strong { font-size: 12px; }
  .nw-hero-summary-bar { flex-direction: column; align-items:flex-start; padding: 14px 16px; font-size: 14px; }
}


/* v18 exacting full-width hero refinement */
:root {
  --nw-heading-font: 'Playfair Display', Georgia, 'Times New Roman', serif;
}
.nw-site-header {
  background: rgba(245, 240, 232, .95);
}
.nw-home-hero-reference {
  padding: 0;
  background: #f5f0e8;
}
.nw-home-hero-reference-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: calc(100vh - 96px);
  width: 100%;
}
.nw-home-hero-panel {
  position: relative;
  min-height: calc(100vh - 96px);
  padding: 0;
  border: none;
  background:
    linear-gradient(180deg, rgba(247,244,237,.92), rgba(245,240,232,.88)),
    radial-gradient(circle at 88% 22%, rgba(255,255,255,.95), rgba(255,255,255,0) 24%),
    linear-gradient(90deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.10) 100%);
  overflow: hidden;
}
.nw-home-hero-panel::before {
  content: '';
  position: absolute;
  top: 0;
  right: 12%;
  width: 6px;
  height: 100%;
  background: rgba(255,255,255,.82);
  box-shadow: -2px 0 0 rgba(225,219,208,.65), 2px 0 0 rgba(255,255,255,.35);
}
.nw-home-hero-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 36%),
    radial-gradient(circle at 72% 58%, rgba(255,255,255,.50), rgba(255,255,255,0) 30%);
  pointer-events: none;
}
.nw-home-hero-panel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 620px;
  padding: 84px 56px 64px 82px;
}
.nw-home-hero-panel h1 {
  margin: 0;
  color: #2d5a27;
  font-family: var(--nw-heading-font);
  font-size: clamp(72px, 5.4vw, 88px);
  line-height: .90;
  font-weight: 700;
  letter-spacing: -.045em;
}
.nw-home-hero-panel h1 span {
  display: block;
  white-space: nowrap;
}
.nw-home-hero-panel .nw-home-hero-subtitle {
  margin: 26px 0 0;
  color: #b8956a;
  font-family: var(--nw-body-font);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  max-width: 26ch;
}
.nw-home-hero-panel .nw-lede {
  margin-top: 20px;
  max-width: 29ch;
  color: #33352f;
  font-family: var(--nw-body-font);
  font-size: 16px;
  line-height: 1.8;
}
.nw-home-hero-reference .nw-hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.nw-home-hero-reference .nw-button-primary,
.nw-home-hero-reference .nw-button-secondary {
  min-width: 236px;
  min-height: 58px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
}
.nw-home-hero-reference .nw-button-primary {
  background: #2d5a27;
  color: #fff;
}
.nw-home-hero-reference .nw-button-secondary {
  background: transparent;
  color: #2d5a27;
  border: 1.5px solid rgba(45,90,39,.62);
}
.nw-btn-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.nw-btn-icon svg {
  width: 18px;
  height: 18px;
}
.nw-home-hero-reference .nw-hero-media {
  min-height: calc(100vh - 96px);
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.nw-home-hero-reference .nw-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.nw-hero-summary-wrap {
  position: relative;
  margin-top: -20px;
  z-index: 5;
}
.nw-hero-summary {
  background: #f9f6f0;
  border: 1px solid rgba(52,71,47,.10);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 18px 40px rgba(37,52,31,.08);
  overflow: hidden;
}
.nw-hero-summary-main {
  display: grid;
  grid-template-columns: 31% 69%;
}
.nw-hero-summary-intro {
  padding: 34px 30px 32px;
  border-right: 1px solid rgba(52,71,47,.10);
}
.nw-hero-summary-intro .nw-eyebrow,
.nw-hero-summary-services .nw-eyebrow {
  color: #b8956a;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.nw-hero-summary-intro h2 {
  margin: 12px 0 16px;
  color: #2d5a27;
  font-family: var(--nw-heading-font);
  font-size: 56px;
  line-height: .96;
  font-weight: 700;
}
.nw-hero-summary-intro p:last-child {
  margin: 0;
  color: #33352f;
  font-size: 16px;
  line-height: 1.7;
}
.nw-hero-summary-services {
  padding: 34px 18px 24px 18px;
}
.nw-hero-service-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
}
.nw-hero-service-row article {
  padding: 8px 10px 12px;
  text-align: center;
  border-right: 1px solid rgba(52,71,47,.08);
}
.nw-hero-service-row article:last-child {
  border-right: none;
}
.nw-mini-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #567150;
}
.nw-mini-icon svg {
  width: 34px;
  height: 34px;
}
.nw-hero-service-row strong {
  display: block;
  color: #2f342f;
  font-size: 13px;
  line-height: 1.46;
  font-weight: 500;
}
.nw-hero-summary-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: #3d5c3a;
  color: #fff;
  font-size: 15px;
}
.nw-hero-summary-bar > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nw-bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .nw-home-hero-panel-inner {
    padding: 74px 42px 58px 56px;
  }
  .nw-home-hero-panel h1 {
    font-size: clamp(64px, 5vw, 78px);
  }
  .nw-hero-summary-intro h2 {
    font-size: 50px;
  }
}
@media (max-width: 1100px) {
  .nw-hero-summary-main {
    grid-template-columns: 1fr;
  }
  .nw-hero-summary-intro {
    border-right: none;
    border-bottom: 1px solid rgba(52,71,47,.10);
  }
  .nw-hero-service-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .nw-hero-service-row article:nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 980px) {
  .nw-home-hero-reference-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .nw-home-hero-panel,
  .nw-home-hero-reference .nw-hero-media {
    min-height: 420px;
  }
  .nw-home-hero-panel::before {
    right: 10%;
  }
  .nw-home-hero-panel-inner {
    max-width: none;
    padding: 48px 26px 34px;
  }
  .nw-home-hero-panel h1 {
    font-size: clamp(52px, 10vw, 74px);
  }
  .nw-home-hero-panel .nw-home-hero-subtitle,
  .nw-home-hero-panel .nw-lede {
    max-width: none;
  }
  .nw-hero-summary-wrap {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .nw-home-hero-panel,
  .nw-home-hero-reference .nw-hero-media {
    min-height: auto;
  }
  .nw-home-hero-panel-inner {
    padding: 30px 18px 26px;
  }
  .nw-home-hero-panel h1 {
    font-size: clamp(42px, 12vw, 58px);
  }
  .nw-home-hero-panel .nw-home-hero-subtitle {
    margin-top: 16px;
    font-size: 18px;
  }
  .nw-home-hero-panel .nw-lede {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.65;
  }
  .nw-home-hero-reference .nw-hero-actions {
    flex-direction: column;
    gap: 10px;
  }
  .nw-home-hero-reference .nw-button-primary,
  .nw-home-hero-reference .nw-button-secondary {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 15px;
  }
  .nw-hero-summary {
    border-radius: 20px 20px 0 0;
  }
  .nw-hero-summary-intro {
    padding: 24px 18px;
  }
  .nw-hero-summary-intro h2 {
    font-size: 40px;
  }
  .nw-hero-summary-services {
    padding: 18px 10px 14px;
  }
  .nw-hero-service-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .nw-hero-service-row article {
    border-right: none;
    border-bottom: 1px solid rgba(52,71,47,.08);
    padding: 12px 8px;
  }
  .nw-hero-service-row article:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .nw-mini-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
  }
  .nw-mini-icon svg {
    width: 28px;
    height: 28px;
  }
  .nw-hero-service-row strong {
    font-size: 12px;
  }
  .nw-hero-summary-bar {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    padding: 14px 16px;
  }
}


/* v19 requested cleanup */
.nw-home-hero-reference-grid {
  min-height: 560px;
}
.nw-home-hero-panel,
.nw-home-hero-reference .nw-hero-media {
  min-height: 560px;
}
.nw-home-hero-reference .nw-hero-media img {
  object-fit: cover;
  object-position: 62% center;
}
.nw-hero-summary-wrap,
.nw-hero-summary {
  display: none !important;
}
.nw-google-map {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(52,71,47,.10);
  background: #fff;
  box-shadow: var(--nw-shadow-soft);
  margin-top: 20px;
}
.nw-google-map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}
.nw-footer-bottom {
  justify-content: center;
  text-align: center;
}
@media (max-width: 980px) {
  .nw-home-hero-reference-grid {
    min-height: 0;
  }
  .nw-home-hero-panel,
  .nw-home-hero-reference .nw-hero-media {
    min-height: 420px;
  }
  .nw-home-hero-reference .nw-hero-media img {
    object-position: 58% center;
  }
}
@media (max-width: 620px) {
  .nw-home-hero-panel,
  .nw-home-hero-reference .nw-hero-media {
    min-height: auto;
  }
  .nw-home-hero-reference .nw-hero-media {
    min-height: 260px;
  }
  .nw-google-map iframe {
    height: 240px;
  }
}


/* v20 mobile hero optimization */
@media (max-width: 780px) {
  .nw-home-hero-reference {
    position: relative;
    padding: 0;
    background: #f5f0e8;
    overflow: hidden;
  }

  .nw-home-hero-reference-grid {
    position: relative;
    display: block;
    width: 100%;
    min-height: calc(100svh - 76px);
    overflow: hidden;
  }

  .nw-home-hero-reference .nw-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .nw-home-hero-reference .nw-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(245,240,232,.22) 0%, rgba(245,240,232,.18) 30%, rgba(245,240,232,.88) 70%, rgba(245,240,232,.98) 100%),
      linear-gradient(90deg, rgba(245,240,232,.72) 0%, rgba(245,240,232,.36) 45%, rgba(245,240,232,.08) 100%);
    pointer-events: none;
  }

  .nw-home-hero-reference .nw-hero-media img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
  }

  .nw-home-hero-panel {
    position: relative;
    z-index: 3;
    min-height: calc(100svh - 76px);
    display: flex;
    align-items: flex-end;
    background: transparent !important;
    border: 0;
  }

  .nw-home-hero-panel::before,
  .nw-home-hero-panel::after {
    display: none !important;
  }

  .nw-home-hero-panel-inner {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 34vh 20px 28px;
    justify-content: flex-end;
    background: transparent;
    backdrop-filter: none;
  }

  .nw-home-hero-panel h1 {
    max-width: 100%;
    font-size: clamp(38px, 11.6vw, 54px);
    line-height: .92;
    letter-spacing: -.045em;
    text-shadow: 0 1px 0 rgba(255,255,255,.35);
  }

  .nw-home-hero-panel h1 span {
    display: block;
    white-space: nowrap;
  }

  .nw-home-hero-panel .nw-home-hero-subtitle {
    max-width: 24ch;
    margin-top: 16px;
    color: #9f774c;
    font-size: 17px;
    line-height: 1.34;
    text-shadow: 0 1px 0 rgba(255,255,255,.55);
  }

  .nw-home-hero-panel .nw-lede {
    max-width: 32ch;
    margin-top: 12px;
    color: #252922;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .nw-home-hero-reference .nw-hero-actions {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .nw-home-hero-reference .nw-button-primary,
  .nw-home-hero-reference .nw-button-secondary {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 12px 12px;
    font-size: 13px;
    border-radius: 999px;
  }

  .nw-btn-icon {
    width: 16px;
    height: 16px;
  }

  .nw-btn-icon svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 430px) {
  .nw-home-hero-reference-grid,
  .nw-home-hero-panel {
    min-height: calc(100svh - 74px);
  }

  .nw-home-hero-panel-inner {
    padding: 31vh 16px 24px;
  }

  .nw-home-hero-panel h1 {
    font-size: clamp(34px, 11.2vw, 48px);
  }

  .nw-home-hero-panel .nw-home-hero-subtitle {
    font-size: 16px;
  }

  .nw-home-hero-panel .nw-lede {
    font-size: 13.8px;
  }

  .nw-home-hero-reference .nw-hero-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 700px) and (max-width: 780px) {
  .nw-home-hero-reference-grid,
  .nw-home-hero-panel {
    min-height: 620px;
  }

  .nw-home-hero-panel-inner {
    padding-top: 230px;
  }

  .nw-home-hero-panel h1 {
    font-size: clamp(34px, 10vw, 46px);
  }
}


/* v21 client copy update: IOP and referral language */
.nw-iop-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 18px 0 0;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(45,90,39,.18);
  color: #2d5a27;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(37,52,31,.06);
}
.nw-iop-program-intro {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 22px;
  align-items: center;
  margin: 0 0 24px;
  padding: 24px 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #2d5a27, #3d6a36);
  color: #fff;
  box-shadow: 0 18px 40px rgba(37,52,31,.12);
}
.nw-iop-program-intro span {
  display: block;
  font-family: var(--nw-heading-font);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 700;
}
.nw-iop-program-intro p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.65;
}
@media (max-width: 760px) {
  .nw-iop-program-intro { grid-template-columns: 1fr; padding: 22px; }
  .nw-iop-program-intro p { font-size: 15px; }
  .nw-iop-badge { font-size: 11px; padding: 9px 12px; }
}


/* v22 refinements */
.nw-iop-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(184,149,106,.12);
  border: 1px solid rgba(184,149,106,.28);
  color: #8f6f47;
  font-family: var(--nw-body-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
  width: fit-content;
}
.nw-iop-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8956a;
  flex: 0 0 auto;
}
@media (max-width: 620px) {
  .nw-iop-badge {
    margin-top: 14px;
    padding: 7px 12px;
    font-size: 10.5px;
    letter-spacing: .06em;
  }
}
