/* NWH generated bundle. Edit source files, then rebuild. */

/* ===== base.css ===== */
@font-face{font-family:Inter;src:url('../fonts/inter-latin-400-normal.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-latin-500-normal.woff2') format('woff2');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-latin-600-normal.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('../fonts/inter-latin-700-normal.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Merriweather;src:url('../fonts/merriweather-latin-400-normal.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Merriweather;src:url('../fonts/merriweather-latin-700-normal.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Merriweather;src:url('../fonts/merriweather-latin-900-normal.woff2') format('woff2');font-style:normal;font-weight:900;font-display:swap}

:root{
  --nwh-green:#1f4d3a;
  --nwh-green-2:#2d5f4a;
  --nwh-blue:#2f5f7c;
  --nwh-blue-dark:#173d56;
  --nwh-gold:#d9a441;
  --nwh-gold-light:#e8ba5d;
  --nwh-cream:#f7f5ef;
  --nwh-ink:#1e1e1e;
  --nwh-muted:#626a67;
  --nwh-pale:#eef5f7;
  --nwh-rust:#a33a2b;
  --nwh-white:#fff;
  --nwh-line:#dfe5e1;
  --nwh-font-heading:'Merriweather',Georgia,serif;
  --nwh-font-body:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --nwh-radius:12px;
  --nwh-radius-small:8px;
  --nwh-shadow:0 2px 14px rgba(31,77,58,.08);
  --nwh-shadow-hover:0 14px 36px rgba(31,77,58,.15);
  --nwh-content:1200px;
  --nwh-article:720px;
  --nwh-wide:960px;
  --nwh-section-space:clamp(3.5rem,7vw,6.5rem);
}

html{scroll-behavior:smooth;scroll-padding-top:82px;overflow-x:hidden}
*,:before,:after{box-sizing:border-box}
body.nwh-child-active{margin:0;background:var(--nwh-cream);color:var(--nwh-ink);font-family:var(--nwh-font-body);font-size:18px;line-height:1.7;text-rendering:optimizeLegibility;overflow-x:hidden}
body.nwh-child-active h1,body.nwh-child-active h2,body.nwh-child-active h3,body.nwh-child-active h4,body.nwh-child-active h5,body.nwh-child-active h6{font-family:var(--nwh-font-heading);color:var(--nwh-ink);letter-spacing:-.025em}
body.nwh-child-active img{max-width:100%;height:auto}
body.nwh-child-active a{color:var(--nwh-blue);text-underline-offset:.18em;text-decoration-thickness:.08em}
body.nwh-child-active a:hover{color:var(--nwh-green)}
body.nwh-child-active ::selection{background:rgba(217,164,65,.4);color:var(--nwh-ink)}
body.nwh-child-active :focus-visible{outline:3px solid var(--nwh-gold);outline-offset:4px;border-radius:3px}

.nwh-template-home #page.site.grid-container,
.nwh-template-section #page.site.grid-container,
.nwh-template-archive #page.site.grid-container,
.nwh-template-article #page.site.grid-container,
.nwh-template-contact #page.site.grid-container{max-width:none;width:100%;padding:0;margin:0}
.nwh-template-home .site-content,
.nwh-template-section .site-content,
.nwh-template-archive .site-content,
.nwh-template-article .site-content,
.nwh-template-contact .site-content{display:block;width:100%;max-width:none;padding:0}
.nwh-template-home .content-area,
.nwh-template-section .content-area,
.nwh-template-archive .content-area,
.nwh-template-article .content-area,
.nwh-template-contact .content-area{width:100%;max-width:none;float:none;padding:0}
.nwh-template-home .site-main,
.nwh-template-section .site-main,
.nwh-template-archive .site-main,
.nwh-template-article .site-main,
.nwh-template-contact .site-main{width:100%;max-width:none;margin:0;padding:0}
.nwh-template-home .inside-article,
.nwh-template-section .inside-article,
.nwh-template-archive .inside-article,
.nwh-template-article .inside-article,
.nwh-template-contact .inside-article{padding:0;background:transparent}
.nwh-template-home .widget-area,
.nwh-template-section .widget-area,
.nwh-template-archive .widget-area,
.nwh-template-article .widget-area,
.nwh-template-contact .widget-area{display:none}

body.nwh-child-active .site-header{position:sticky;top:0;z-index:1000;background:rgba(31,77,58,.98);border:0;box-shadow:0 1px 0 rgba(255,255,255,.09);backdrop-filter:saturate(140%) blur(12px)}
body.admin-bar.nwh-child-active .site-header{top:32px}
body.nwh-child-active .inside-header.grid-container{max-width:var(--nwh-content);min-height:64px;margin:0 auto;padding:0 24px}
body.nwh-child-active .site-branding .main-title{margin:0;line-height:1}
body.nwh-child-active .site-branding .main-title a{display:inline-flex;align-items:center;min-height:48px;color:#fff;font-family:var(--nwh-font-heading);font-size:1.3rem;font-weight:700;text-decoration:none;letter-spacing:-.04em}
body.nwh-child-active .site-branding .main-title a:hover{color:var(--nwh-gold)}
body.nwh-child-active .site-description{display:none}
body.nwh-child-active .main-navigation{background:transparent}
body.nwh-child-active .main-navigation .main-nav ul li a{position:relative;display:flex;align-items:center;min-height:64px;padding:0 15px;color:#fff;font-family:var(--nwh-font-body);font-size:.83rem;font-weight:600;line-height:1.2;text-decoration:none}
body.nwh-child-active .main-navigation .main-nav ul li a:hover,
body.nwh-child-active .main-navigation .main-nav ul li[class*='current-menu-']>a{color:var(--nwh-gold);background:transparent}
body.nwh-child-active .main-navigation .main-nav ul li[class*='current-menu-']>a:after{content:'';position:absolute;right:15px;bottom:11px;left:15px;height:2px;background:var(--nwh-gold)}
body.nwh-child-active .menu-toggle,
body.nwh-child-active .mobile-menu-control-wrapper .menu-toggle{min-width:44px;min-height:44px;background:transparent;color:#fff;border:0;box-shadow:none}
body.nwh-child-active .menu-toggle .gp-icon svg{fill:#fff}
body.nwh-child-active .main-navigation.toggled .main-nav>ul{background:var(--nwh-green)}

.screen-reader-text:focus{z-index:100000;background:#fff;color:var(--nwh-ink);padding:12px 18px}

/* ===== components.css ===== */
.nwh-shell{width:min(var(--nwh-content),calc(100% - 48px));margin-inline:auto}
.nwh-article-shell{width:min(var(--nwh-article),calc(100% - 48px));margin-inline:auto}
.nwh-eyebrow,.nwh-kicker{margin:0 0 .85rem;color:var(--nwh-blue);font-size:.73rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
a.nwh-kicker{display:inline-block;text-decoration:none}
.nwh-kicker:hover{color:var(--nwh-blue)}

.nwh-button-group{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:2rem}
.nwh-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.75rem 1.45rem;border:2px solid transparent;border-radius:var(--nwh-radius-small);font-size:.92rem;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}
body.nwh-child-active .nwh-button--gold{background:var(--nwh-gold);color:#183b2b}
body.nwh-child-active .nwh-button--gold:hover{background:var(--nwh-gold-light);color:#183b2b;box-shadow:0 8px 22px rgba(217,164,65,.28);transform:translateY(-2px)}
body.nwh-child-active .nwh-button--outline{border-color:rgba(255,255,255,.52);background:transparent;color:#fff}
body.nwh-child-active .nwh-button--outline:hover{border-color:#fff;background:rgba(255,255,255,.08);color:#fff;transform:translateY(-2px)}
.nwh-text-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--nwh-green);font-size:.9rem;font-weight:700;text-decoration:none}
.nwh-text-link:hover{color:var(--nwh-blue)}

.nwh-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(150deg,var(--nwh-green) 0%,var(--nwh-green-2) 48%,var(--nwh-blue) 100%);color:#fff}
.nwh-hero__glow{position:absolute;z-index:-1;top:-16rem;right:-12rem;width:40rem;height:40rem;border-radius:50%;background:radial-gradient(circle,rgba(217,164,65,.2),transparent 67%)}
.nwh-hero__inner{max-width:850px;padding-block:clamp(2.5rem,5vw,4.5rem);text-align:center}
body.nwh-child-active .nwh-hero h1{max-width:820px;margin:0 auto;color:#fff;font-size:clamp(2.75rem,5vw,4.4rem);font-weight:900;line-height:1.06;letter-spacing:-.055em}
body.nwh-child-active .nwh-hero--section h1,body.nwh-child-active .nwh-hero--archive h1{font-size:clamp(2.55rem,5vw,4.15rem)}
.nwh-hero .nwh-eyebrow{color:var(--nwh-gold-light)}
.nwh-hero__summary{max-width:680px;margin:1.35rem auto 0;color:rgba(255,255,255,.9);font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}

.nwh-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--nwh-green)}
.nwh-section-heading h2{margin:0;color:var(--nwh-green);font-size:clamp(1.55rem,3vw,2.2rem);font-weight:700;line-height:1.2}
.nwh-section-heading__link{display:inline-flex;min-height:44px;align-items:center;flex:0 0 auto;color:var(--nwh-blue);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}
.nwh-section-heading__link:hover{color:var(--nwh-green)}

.nwh-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.nwh-card{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--nwh-line);border-radius:var(--nwh-radius);box-shadow:0 1px 0 rgba(31,77,58,.03);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.nwh-card:hover{border-color:transparent;box-shadow:var(--nwh-shadow-hover);transform:translateY(-4px)}
.nwh-card__link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}
.nwh-card__link:hover{color:inherit}
.nwh-card__media{overflow:hidden;aspect-ratio:3/2;background:var(--nwh-pale)}
body.nwh-child-active .nwh-card__image,.nwh-card__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.nwh-card__placeholder{background:linear-gradient(145deg,#dfeaed,var(--nwh-pale))}
.nwh-card:hover .nwh-card__image{transform:scale(1.025)}
.nwh-card__body{display:flex;flex:1;flex-direction:column;padding:22px 22px 24px}
.nwh-card__meta{display:flex;flex-wrap:wrap;gap:.42rem;margin-bottom:.8rem;color:#65716d;font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}
.nwh-card__title{margin:0;color:var(--nwh-ink);font-size:1.08rem;font-weight:700;line-height:1.35;transition:color .2s ease}
.nwh-card:hover .nwh-card__title{color:var(--nwh-blue)}
.nwh-card__excerpt{display:-webkit-box;overflow:hidden;margin:.8rem 0 0;color:#505b57;font-size:.87rem;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.nwh-card--text .nwh-card__body{min-height:220px;justify-content:center}

.nwh-lead-story{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);overflow:hidden;background:#fff;border:1px solid var(--nwh-line);border-radius:16px;box-shadow:var(--nwh-shadow)}
.nwh-lead-story__media{display:block;min-height:0;overflow:hidden;aspect-ratio:16/10;background:var(--nwh-pale)}
body.nwh-child-active .nwh-lead-story__image{display:block;width:100%;height:100%;min-height:0;aspect-ratio:16/10;object-fit:cover;transition:transform .6s ease}
.nwh-lead-story__media:hover .nwh-lead-story__image{transform:scale(1.02)}
.nwh-lead-story__body{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,3.75rem)}
.nwh-lead-story__body h2{margin:0;font-size:clamp(1.7rem,3vw,2.55rem);font-weight:900;line-height:1.2}
.nwh-lead-story__body h2 a{color:var(--nwh-ink);text-decoration:none}
.nwh-lead-story__body h2 a:hover{color:var(--nwh-blue)}
.nwh-lead-story__body>p:not(.nwh-kicker){margin:1rem 0;color:#4d5854;font-size:1rem;line-height:1.7}
.nwh-lead-story__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.2rem 0 1.35rem;color:var(--nwh-muted);font-size:.75rem;font-weight:600;text-transform:uppercase}

.nwh-pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.nwh-pillar-card{overflow:hidden;background:#fff;border:1px solid var(--nwh-line);border-radius:var(--nwh-radius);transition:transform .25s ease,box-shadow .25s ease}
.nwh-pillar-card:hover{box-shadow:var(--nwh-shadow-hover);transform:translateY(-4px)}
.nwh-pillar-card__link{display:grid;height:100%;grid-template-columns:140px 1fr;color:inherit;text-decoration:none}
.nwh-pillar-card__link:hover{color:inherit}
.nwh-pillar-card__media{min-height:210px;overflow:hidden;background:var(--nwh-pale)}
body.nwh-child-active .nwh-pillar-card__image,.nwh-pillar-card__media .nwh-card__placeholder{width:100%;height:100%;object-fit:cover}
.nwh-pillar-card__body{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:24px 22px}
.nwh-pillar-card__eyebrow{margin:0 0 .5rem;color:var(--nwh-blue);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.nwh-pillar-card h3{margin:0;color:var(--nwh-green);font-size:1.08rem;line-height:1.25}
.nwh-pillar-card__body>p:not(.nwh-pillar-card__eyebrow){margin:.65rem 0;color:#56615d;font-size:.78rem;line-height:1.5}
.nwh-pillar-card__action{margin-top:auto;color:var(--nwh-blue);font-size:.75rem;font-weight:700}
.nwh-pillar-card--text .nwh-pillar-card__link{grid-template-columns:1fr}
.nwh-pillar-card--text .nwh-pillar-card__body{min-height:210px}

.nwh-newsletter{position:relative;isolation:isolate;overflow:hidden;padding:clamp(4rem,8vw,7rem) 24px;background:linear-gradient(135deg,var(--nwh-green),var(--nwh-blue));color:#fff;text-align:center}
.nwh-newsletter:before{content:'';position:absolute;z-index:-1;top:-22rem;left:50%;width:48rem;height:48rem;border-radius:50%;background:radial-gradient(circle,rgba(217,164,65,.17),transparent 65%);transform:translateX(-50%)}
.nwh-newsletter__inner{max-width:650px;margin:auto}
.nwh-newsletter__eyebrow{margin:0 0 .75rem;color:var(--nwh-gold-light);font-size:.73rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
body.nwh-child-active .nwh-newsletter h2{margin:0;color:#fff;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900}
.nwh-newsletter__inner>p:not(.nwh-newsletter__eyebrow){margin:1rem auto 1.6rem;color:rgba(255,255,255,.9);font-size:1rem}
.nwh-newsletter--compact{margin:3rem 0;padding:3rem 24px;border-radius:var(--nwh-radius)}

body.nwh-child-active .site-footer{background:linear-gradient(135deg,#183d2f,var(--nwh-blue-dark));color:#fff}
.nwh-footer{width:min(var(--nwh-content),calc(100% - 48px));margin:auto;padding:4.5rem 0 1.5rem}
.nwh-footer__grid{display:grid;grid-template-columns:minmax(280px,1.4fr) 1fr 1fr;gap:clamp(2rem,6vw,5rem)}
body.nwh-child-active .nwh-footer__wordmark{display:inline-block;color:#fff;font-family:var(--nwh-font-heading);font-size:1.45rem;font-weight:700;letter-spacing:-.04em;text-decoration:none}
body.nwh-child-active .nwh-footer__wordmark:hover{color:var(--nwh-gold)}
.nwh-footer__brand p{max-width:380px;margin:1rem 0 1.25rem;color:rgba(255,255,255,.76);font-size:.9rem}
body.nwh-child-active .nwh-footer__brief{color:var(--nwh-gold-light);font-size:.83rem;font-weight:700;text-decoration:none}
body.nwh-child-active .nwh-footer__brief:hover{color:#fff}
body.nwh-child-active .nwh-footer__nav h2{margin:0 0 1rem;color:var(--nwh-gold-light);font-family:var(--nwh-font-body);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.nwh-footer__nav ul{margin:0;padding:0;list-style:none}
.nwh-footer__nav li+li{margin-top:.48rem}
body.nwh-child-active .nwh-footer__nav a{color:rgba(255,255,255,.82);font-size:.83rem;text-decoration:none}
body.nwh-child-active .nwh-footer__nav a:hover{color:#fff}
.nwh-footer__bottom{margin-top:3rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.14)}
.nwh-footer__bottom p{margin:0;color:rgba(255,255,255,.6);font-size:.72rem}

.nwh-pagination{display:flex;justify-content:center;gap:.35rem;margin-top:3rem}
.nwh-pagination .page-numbers{display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;padding:.55rem .8rem;background:#fff;border:1px solid var(--nwh-line);border-radius:6px;color:var(--nwh-blue);font-size:.82rem;font-weight:700;text-decoration:none}
.nwh-pagination .page-numbers.current,.nwh-pagination .page-numbers:hover{background:var(--nwh-green);border-color:var(--nwh-green);color:#fff}

/* WPConsent lives in a shadow root and exposes these parts for safe theming. */
#wpconsent-container::part(wpconsent-banner){background:linear-gradient(100deg,#173d2f,var(--nwh-blue-dark));color:#fff;font-family:var(--nwh-font-body);box-shadow:0 -6px 28px rgba(0,0,0,.2)}
#wpconsent-container::part(wpconsent-banner-body){color:#fff;font-size:.86rem}
#wpconsent-container::part(wpconsent-banner-footer){gap:8px}
#wpconsent-container::part(wpconsent-button-preferences),
#wpconsent-container::part(wpconsent-button-cancel),
#wpconsent-container::part(wpconsent-button-accept){min-height:44px;padding:9px 14px;border-radius:7px;font-family:var(--nwh-font-body);font-size:.8rem;font-weight:700}
#wpconsent-container::part(wpconsent-button-preferences),
#wpconsent-container::part(wpconsent-button-cancel){background:#fff;color:var(--nwh-ink)}
#wpconsent-container::part(wpconsent-button-accept){background:var(--nwh-gold);color:#183b2b}
#wpconsent-container::part(wpconsent-preferences-content){background:linear-gradient(150deg,#173d2f,var(--nwh-blue-dark));color:#fff;font-family:var(--nwh-font-body)}

/* ===== templates.css ===== */
.nwh-section{padding:var(--nwh-section-space) 0}
.nwh-section--white{background:#fff}
.nwh-section--lead,.nwh-section--stream{background:var(--nwh-cream)}
.nwh-section--pale{background:var(--nwh-pale)}
.nwh-section--stream:nth-of-type(even){background:#fff}
.nwh-empty-state{padding:2rem;background:#fff;border:1px solid var(--nwh-line);border-radius:var(--nwh-radius);color:var(--nwh-muted);text-align:center}

.nwh-library__groups{display:grid;gap:14px}
.nwh-library__group{overflow:hidden;background:#fff;border:1px solid var(--nwh-line);border-radius:var(--nwh-radius)}
.nwh-library__group summary{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:1rem;padding:16px 20px;color:var(--nwh-green);font-family:var(--nwh-font-heading);font-size:1rem;font-weight:700;cursor:pointer;list-style-position:inside}
.nwh-library__group summary:hover{background:#f7faf8}
.nwh-library__count{color:var(--nwh-muted);font-family:var(--nwh-font-body);font-size:.7rem;font-weight:600;text-transform:uppercase}
.nwh-library__group ul{margin:0;padding:0 20px 20px;list-style:none}
.nwh-library__group li{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.75rem 0;border-top:1px solid #e7ece9}
.nwh-library__group li a{color:var(--nwh-ink);font-size:.86rem;font-weight:600;text-decoration:none}
.nwh-library__group li a:hover{color:var(--nwh-blue)}
.nwh-library__group time{color:var(--nwh-muted);font-size:.7rem;white-space:nowrap}

.nwh-article{background:#fff}
.nwh-article__header{width:min(900px,calc(100% - 48px));margin:auto;padding:clamp(2.5rem,5vw,4.5rem) 0 2rem;text-align:center}
.nwh-article__header .nwh-kicker{margin-bottom:1rem}
.nwh-article__title{max-width:900px;margin:0;color:var(--nwh-ink);font-size:clamp(2.5rem,5vw,4.2rem);font-weight:900;line-height:1.08;letter-spacing:-.05em;text-wrap:balance}
.nwh-article__deck{max-width:740px;margin:1.25rem auto 0;color:#4d5854;font-family:var(--nwh-font-heading);font-size:clamp(1.05rem,2.2vw,1.3rem);line-height:1.6}
.nwh-article__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.35rem;color:var(--nwh-muted);font-size:.76rem;font-weight:600;text-transform:uppercase}
.nwh-article__meta a{color:var(--nwh-blue);text-decoration:none}
.nwh-article__featured{width:min(var(--nwh-content),calc(100% - 48px));margin:0 auto clamp(3rem,6vw,5rem)}
.nwh-article__featured-image{display:block;width:100%;aspect-ratio:16/9;border-radius:14px;object-fit:cover;box-shadow:var(--nwh-shadow)}
.nwh-article__featured figcaption,.nwh-article__body figcaption{margin:.65rem auto 0;color:#69736f;font-size:.76rem;font-style:italic;line-height:1.5;text-align:center}
.nwh-article__body{width:min(var(--nwh-article),calc(100% - 48px));margin:0 auto;color:var(--nwh-ink);font-size:1.03rem;line-height:1.82}
.nwh-article__body>p{margin:0 0 1.45em}
.nwh-article__body h2{margin:2.6em 0 .7em;color:var(--nwh-ink);font-size:clamp(1.55rem,3vw,2rem);font-weight:700;line-height:1.3}
.nwh-article__body h3{margin:2.1em 0 .6em;color:var(--nwh-ink);font-size:clamp(1.2rem,2.4vw,1.5rem);font-weight:700;line-height:1.35}
.nwh-article__body a{color:var(--nwh-blue);font-weight:500;text-decoration:underline}
.nwh-article__body ul,.nwh-article__body ol{margin:1.2rem 0 1.8rem;padding-left:1.4rem}
.nwh-article__body li+li{margin-top:.5rem}
.nwh-article__body blockquote{margin:2.2rem 0;padding:1.4rem 1.6rem;background:var(--nwh-pale);border:0;border-left:4px solid var(--nwh-gold);border-radius:0 var(--nwh-radius-small) var(--nwh-radius-small) 0;color:#36423e;font-family:var(--nwh-font-heading);font-size:1.08rem;font-style:normal}
.nwh-article__body blockquote p:last-child{margin-bottom:0}
.nwh-article__body figure{width:min(var(--nwh-wide),calc(100vw - 48px));max-width:none;margin:2.75rem 50%;transform:translateX(-50%)}
.nwh-article__body figure img{display:block;width:100%;height:auto;border-radius:var(--nwh-radius)}
.nwh-article__body .nwh-quick-summary,
.nwh-article__body .nwh-fact-box,
.nwh-article__body .nwh-simple-explanation,
.nwh-article__body .nwh-in-simple-terms{margin:2rem 0;padding:1.35rem 1.5rem;background:#f0f7f2;border:0;border-left:4px solid var(--nwh-green);border-radius:0 var(--nwh-radius-small) var(--nwh-radius-small) 0}
.nwh-article__body .nwh-safety-box{margin:2rem 0;padding:1.35rem 1.5rem;background:#fff5f0;border:0;border-left:4px solid var(--nwh-rust);border-radius:0 var(--nwh-radius-small) var(--nwh-radius-small) 0}
.nwh-article__body .nwh-source-box{margin:2rem 0;padding:1.2rem 1.4rem;background:var(--nwh-cream);border:1px solid var(--nwh-line);border-radius:var(--nwh-radius-small);color:var(--nwh-muted);font-size:.82rem}
.nwh-article__body .nwh-toc,.nwh-article__body .nwh-related-guides{margin:2rem 0;padding:1.4rem 1.5rem;background:var(--nwh-pale);border:1px solid #dbe6e9;border-radius:var(--nwh-radius)}
.nwh-read-next{margin-top:clamp(4rem,8vw,7rem);padding:var(--nwh-section-space) 0;background:var(--nwh-cream)}
.nwh-read-next h2{margin:0 0 1.5rem;color:var(--nwh-green);font-size:1.65rem}
.nwh-article__topics{display:flex;width:min(var(--nwh-article),calc(100% - 48px));align-items:center;flex-wrap:wrap;gap:.7rem;margin:0 auto 2.5rem}
.nwh-article__topics-label{color:var(--nwh-muted);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.nwh-article__topics ul{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}
.nwh-article__topics a{display:inline-flex;min-height:36px;align-items:center;padding:.3rem .8rem;background:var(--nwh-pale);border:1px solid transparent;border-radius:999px;color:var(--nwh-green);font-size:.72rem;font-weight:600;text-decoration:none}
.nwh-article__topics a:hover{border-color:var(--nwh-blue);color:var(--nwh-blue)}

.nwh-contact-main{padding:clamp(3.5rem,7vw,6.5rem) 0;background:var(--nwh-cream)}
.nwh-contact-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:28px;align-items:start}
.nwh-contact-stack{display:grid;gap:22px}
.nwh-contact-card{padding:clamp(1.5rem,3vw,2.4rem);background:#fff;border:1px solid var(--nwh-line);border-radius:18px;box-shadow:var(--nwh-shadow)}
.nwh-contact-card--brief{border-top:5px solid var(--nwh-gold)}
.nwh-contact-card h2,.nwh-contact-alert h2{margin:0;color:var(--nwh-green);font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.18}
.nwh-contact-lede{margin:.85rem 0 1.75rem;color:#53605b;font-size:1rem;line-height:1.7}
.nwh-contact-form{margin-top:1.5rem}
.nwh-contact-page .fluentform .ff-el-group{margin-bottom:18px}
.nwh-contact-page .fluentform .ff-t-container{gap:14px}
.nwh-contact-page .fluentform label{margin-bottom:7px;color:var(--nwh-green);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.nwh-contact-page .fluentform .ff-el-form-control{min-height:50px;padding:12px 14px;background:var(--nwh-offwhite);border:1px solid var(--nwh-line);border-radius:9px;color:var(--nwh-ink);font-family:var(--nwh-font-body);font-size:.95rem;box-shadow:none}
.nwh-contact-page .fluentform .ff-el-form-control:focus{background:#fff;border-color:var(--nwh-blue);box-shadow:0 0 0 3px rgba(47,95,124,.13)}
body.nwh-child-active .nwh-contact-page .fluentform .ff-btn-submit{width:100%;min-height:50px;padding:12px 22px;background:var(--nwh-gold);border:0;border-radius:9px;color:#183b2b;font-family:var(--nwh-font-body);font-size:.93rem;font-weight:800;box-shadow:none}
body.nwh-child-active .nwh-contact-page .fluentform .ff-btn-submit:hover{background:var(--nwh-gold-light);color:#183b2b;transform:translateY(-1px)}
.nwh-contact-page .fluentform .error.text-danger,.nwh-contact-page .fluentform .ff-el-is-error .text-danger{color:#9d3327;font-size:.78rem}
.nwh-contact-benefits{display:grid;gap:.8rem;margin:1.8rem 0 0;padding:1.35rem 1.4rem;background:var(--nwh-pale);border-radius:12px;list-style:none}
.nwh-contact-benefits li{position:relative;padding-left:1.65rem;color:#46534e;font-size:.88rem;line-height:1.5}
.nwh-contact-benefits li:before{content:'✓';position:absolute;left:0;color:var(--nwh-green);font-weight:800}
.nwh-contact-email{display:flex;align-items:flex-start;flex-direction:column;gap:.25rem;margin:1.5rem 0;padding:1.1rem 1.2rem;background:var(--nwh-pale);border:1px solid transparent;border-radius:12px;text-decoration:none}
.nwh-contact-email:hover{border-color:var(--nwh-blue)}
.nwh-contact-email span{color:var(--nwh-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.nwh-contact-email strong{color:var(--nwh-blue);font-size:.92rem;overflow-wrap:anywhere}
.nwh-contact-reasons{display:grid;gap:0;border-top:1px solid var(--nwh-line)}
.nwh-contact-reasons>div{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:1rem 0;border-bottom:1px solid var(--nwh-line)}
.nwh-contact-reasons>div:last-child{border-bottom:0;padding-bottom:0}
.nwh-contact-reasons strong{color:var(--nwh-ink);font-family:var(--nwh-font-heading);font-size:.9rem}
.nwh-contact-reasons span{color:#5c6763;font-size:.83rem;line-height:1.5}
.nwh-contact-alert{padding:1.35rem 1.45rem;background:#fff6f4;border:1px solid #efd0ca;border-left:5px solid #9d3327;border-radius:12px}
.nwh-contact-alert h2{color:#7f2c22;font-family:var(--nwh-font-body);font-size:.9rem;font-weight:800}
.nwh-contact-alert p{margin:.55rem 0 0;color:#6d3d37;font-size:.82rem;line-height:1.6}
.nwh-contact-card--social h2{font-size:1.35rem}
.nwh-contact-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:1.15rem}
body.nwh-child-active .nwh-contact-social a{display:inline-flex;min-height:42px;align-items:center;padding:.55rem .9rem;background:var(--nwh-offwhite);border:1px solid var(--nwh-line);border-radius:9px;color:var(--nwh-blue);font-size:.78rem;font-weight:700;text-decoration:none}
body.nwh-child-active .nwh-contact-social a:hover{background:var(--nwh-pale);border-color:var(--nwh-blue)}
.nwh-contact-faq{padding:clamp(3.5rem,7vw,6rem) 0;background:var(--nwh-pale)}
.nwh-contact-faq .nwh-section-heading{justify-content:center;text-align:center}
.nwh-contact-faq__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.nwh-contact-faq details{background:#fff;border:1px solid var(--nwh-line);border-radius:12px}
.nwh-contact-faq summary{position:relative;padding:1.2rem 3.25rem 1.2rem 1.3rem;color:var(--nwh-ink);font-family:var(--nwh-font-heading);font-size:.98rem;font-weight:700;line-height:1.4;cursor:pointer;list-style:none}
.nwh-contact-faq summary::-webkit-details-marker{display:none}
.nwh-contact-faq summary:after{content:'+';position:absolute;top:50%;right:1.25rem;color:var(--nwh-blue);font-family:var(--nwh-font-body);font-size:1.4rem;font-weight:500;transform:translateY(-50%)}
.nwh-contact-faq details[open] summary:after{content:'−'}
.nwh-contact-faq details p{margin:0;padding:0 1.3rem 1.25rem;color:#58635f;font-size:.86rem;line-height:1.65}
.nwh-contact-explore{padding:clamp(3.75rem,7vw,6rem) 24px;background:linear-gradient(135deg,var(--nwh-green),var(--nwh-blue));color:#fff;text-align:center}
.nwh-contact-explore .nwh-kicker{color:var(--nwh-gold-light)}
body.nwh-child-active .nwh-contact-explore h2{margin:0;color:#fff;font-size:clamp(1.8rem,4vw,2.8rem)}
.nwh-contact-explore p{max-width:570px;margin:1rem auto 1.6rem;color:rgba(255,255,255,.86);line-height:1.7}
.nwh-template-article .comments-area{display:none}

/* ===== responsive.css ===== */
@media (max-width:1100px){
  body.nwh-child-active .inside-header.grid-container{padding-inline:20px}
  body.nwh-child-active .main-navigation .main-nav ul li a{padding-inline:10px;font-size:.76rem}
  body.nwh-child-active .main-navigation .main-nav ul li[class*='current-menu-']>a:after{right:10px;left:10px}
  .nwh-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nwh-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nwh-lead-story{grid-template-columns:1fr}
  .nwh-lead-story__media,body.nwh-child-active .nwh-lead-story__image{min-height:0;max-height:none;aspect-ratio:16/9}
}

@media (max-width:768px){
  :root{--nwh-section-space:3.5rem}
  html{scroll-padding-top:68px}
  body.nwh-child-active{font-size:16px}
  body.admin-bar.nwh-child-active .site-header{top:46px}
  body.nwh-child-active .inside-header.grid-container{min-height:60px;padding-inline:16px;flex-direction:row;align-items:center}
  body.nwh-child-active .site-branding .main-title a{font-size:1.05rem}
  body.nwh-child-active .main-navigation .main-nav ul li a{min-height:50px;padding:0 20px;font-size:.86rem}
  body.nwh-child-active .main-navigation.toggled .main-nav>ul{padding:8px 0 12px;box-shadow:0 18px 32px rgba(0,0,0,.18)}
  body.nwh-child-active .main-navigation .main-nav ul li[class*='current-menu-']>a:after{display:none}
  .nwh-shell{width:min(calc(100% - 32px),var(--nwh-content))}
  .nwh-article-shell{width:min(calc(100% - 32px),var(--nwh-article))}
  .nwh-hero__inner{padding-block:2.75rem}
  body.nwh-child-active .nwh-hero h1{font-size:clamp(2.15rem,10vw,3.4rem)}
  body.nwh-child-active .nwh-hero--section h1,body.nwh-child-active .nwh-hero--archive h1{font-size:clamp(2.1rem,9vw,3rem)}
  .nwh-hero__summary{font-size:1rem}
  .nwh-section-heading{align-items:center;margin-bottom:1.5rem}
  .nwh-section-heading h2{font-size:1.45rem}
  .nwh-card-grid{gap:18px}
  .nwh-card__body{padding:18px}
  .nwh-card__title{font-size:1rem}
  .nwh-pillar-card__link{grid-template-columns:125px 1fr}
  .nwh-pillar-card__media{min-height:190px}
  .nwh-footer__grid{grid-template-columns:1fr 1fr}
  .nwh-footer__brand{grid-column:1/-1}
  .nwh-article__header{width:calc(100% - 32px);padding:2.75rem 0 1.5rem}
  .nwh-article__title{font-size:clamp(2rem,9vw,3rem);line-height:1.12}
  .nwh-article__deck{font-size:1rem}
  .nwh-article__meta{font-size:.67rem}
  .nwh-article__featured{width:100%;margin-bottom:2.75rem}
  .nwh-article__featured-image{aspect-ratio:16/10;border-radius:0;box-shadow:none}
  .nwh-article__featured figcaption{padding-inline:16px}
  .nwh-article__body{width:calc(100% - 32px);font-size:1rem;line-height:1.78}
  .nwh-article__body h2{margin-top:2.25em;font-size:1.45rem}
  .nwh-article__body h3{font-size:1.2rem}
  .nwh-article__body figure{width:calc(100% + 32px);margin:2.2rem 50%}
  .nwh-article__body figure img{border-radius:0}
  .nwh-article__body figure figcaption{padding-inline:16px}
  .nwh-read-next .nwh-article-shell{width:calc(100% - 32px)}
  .nwh-article__topics{width:calc(100% - 32px)}
  .nwh-contact-grid{grid-template-columns:1fr;max-width:760px}
  .nwh-contact-faq__list{grid-template-columns:1fr}
}

@media (max-width:600px){
  .nwh-button-group{display:grid;grid-template-columns:1fr;width:100%;gap:10px}
  .nwh-button{width:100%}
  .nwh-card-grid,.nwh-pillar-grid{grid-template-columns:1fr}
  .nwh-card-grid--three{grid-template-columns:1fr}
  .nwh-card__media{aspect-ratio:16/10}
  .nwh-lead-story__media,body.nwh-child-active .nwh-lead-story__image{min-height:0;aspect-ratio:16/10}
  .nwh-lead-story__body{padding:1.6rem}
  .nwh-lead-story__body h2{font-size:1.55rem}
  .nwh-pillar-card__link{grid-template-columns:112px 1fr}
  .nwh-pillar-card__media{min-height:175px}
  .nwh-pillar-card__body{padding:18px 16px}
  .nwh-pillar-card__body>p:not(.nwh-pillar-card__eyebrow){font-size:.75rem}
  .nwh-section-heading__link{font-size:.67rem}
  .nwh-library__group li{grid-template-columns:1fr}
  .nwh-library__group time{display:none}
  .nwh-footer{width:calc(100% - 32px);padding-top:3.5rem}
  .nwh-contact-main{padding:2.75rem 0}
  .nwh-contact-card{padding:1.5rem 1.25rem;border-radius:14px}
  .nwh-contact-reasons>div{grid-template-columns:1fr;gap:.35rem}
  .nwh-contact-faq{padding:3rem 0}
  .nwh-contact-explore{padding:3.25rem 20px}
  .nwh-footer__grid{grid-template-columns:1fr;gap:2rem}
  .nwh-footer__brand{grid-column:auto}
  .nwh-newsletter{padding:3.75rem 16px}
  .nwh-newsletter--compact{margin:2.5rem 0;padding:2.75rem 18px}

  #wpconsent-container::part(wpconsent-banner){right:12px;bottom:12px;left:12px;display:grid;width:auto;max-width:none;height:auto;padding:12px;border-radius:14px;gap:8px}
  #wpconsent-container::part(wpconsent-banner-body){width:auto;height:auto;padding:0;text-align:center;font-size:.8rem;line-height:1.45}
  #wpconsent-container::part(wpconsent-banner-footer){display:grid;width:100%;height:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  #wpconsent-container::part(wpconsent-button-preferences){grid-column:auto;grid-row:auto;min-height:44px;background:#fff;color:var(--nwh-ink);text-decoration:none}
  #wpconsent-container::part(wpconsent-button-cancel),
  #wpconsent-container::part(wpconsent-button-accept){width:100%;min-height:44px}
  #wpconsent-container::part(wpconsent-preferences-content){width:calc(100% - 24px);max-height:calc(100vh - 24px);padding:0 16px 16px;border-radius:14px}
}

@media (max-width:480px){
  .nwh-hero__inner{padding-block:2.5rem}
  body.nwh-child-active .nwh-hero h1{font-size:2.05rem}
  body.nwh-child-active .nwh-hero--section h1,body.nwh-child-active .nwh-hero--archive h1{font-size:2rem}
  .nwh-hero__summary{font-size:.94rem;line-height:1.6}
  .nwh-section-heading{gap:.75rem}
  .nwh-section-heading h2{font-size:1.3rem}
  .nwh-card__meta{font-size:.62rem}
  .nwh-card__excerpt{font-size:.84rem}
  .nwh-pillar-card__link{grid-template-columns:1fr}
  .nwh-pillar-card__media{min-height:180px;max-height:210px}
  .nwh-article__title{font-size:2rem}
  .nwh-article__header{padding-top:2.25rem}
  .nwh-article__body{line-height:1.75}
  .nwh-article__body blockquote{padding:1.15rem 1.25rem}
  .nwh-contact-page .fluentform .ff-t-container{display:block}
  .nwh-contact-social{display:grid;grid-template-columns:1fr 1fr}
  body.nwh-child-active .nwh-contact-social a{justify-content:center}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* ===== v2.css ===== */
/* NWH V2: reflective editorial experience, progressive motion, and bento composition. */
body.nwh-v2{
  --nwh-v2-radius:24px;
  --nwh-v2-radius-small:16px;
  --nwh-v2-shadow:0 20px 60px rgba(21,55,43,.11);
  --nwh-v2-shadow-soft:0 8px 30px rgba(21,55,43,.08);
  --nwh-v2-chapter:clamp(5.5rem,9vw,9.5rem);
  background:#fff;
}

/* Restrained, glassy navigation with no layout shift. */
body.nwh-v2 .site-header{background:rgba(24,61,47,.9);box-shadow:none;backdrop-filter:saturate(145%) blur(18px);transition:background-color .25s ease,box-shadow .25s ease}
body.nwh-v2 .site-header.nwh-header-scrolled{background:rgba(24,61,47,.97);box-shadow:0 1px 0 rgba(255,255,255,.1),0 12px 35px rgba(13,38,29,.12)}
body.nwh-v2 .inside-header.grid-container{min-height:72px;transition:min-height .25s ease}
body.nwh-v2 .site-header.nwh-header-scrolled .inside-header.grid-container{min-height:64px}
body.nwh-v2 .main-navigation .main-nav ul li a{min-height:72px;font-size:.8rem;letter-spacing:.01em;transition:min-height .25s ease,color .2s ease}
body.nwh-v2 .site-header.nwh-header-scrolled .main-navigation .main-nav ul li a{min-height:64px}
body.nwh-v2 .main-navigation .main-nav ul li[class*='current-menu-']>a:after{height:1px;bottom:13px}

/* Thesis-led hero. */
.nwh-v2-hero{display:flex;min-height:min(860px,calc(100svh - 72px));align-items:center;isolation:isolate}
.nwh-v2-hero:before{content:'';position:absolute;z-index:-2;inset:0;background:linear-gradient(145deg,rgba(9,35,26,.24),transparent 48%,rgba(18,51,72,.15))}
.nwh-v2-hero__orb{position:absolute;z-index:-1;right:-11vw;bottom:-28vw;width:min(68vw,900px);height:min(68vw,900px);background:radial-gradient(circle,rgba(217,164,65,.18),rgba(47,95,124,.08) 44%,transparent 69%);border-radius:50%;filter:blur(2px);pointer-events:none}
.nwh-v2-hero .nwh-hero__inner{max-width:1050px;padding-block:clamp(5rem,9vw,8.5rem)}
body.nwh-v2 .nwh-v2-hero h1{max-width:1040px;font-size:clamp(3.2rem,7vw,7rem);line-height:.99;letter-spacing:-.065em;text-wrap:balance}
.nwh-v2-hero .nwh-hero__summary{max-width:760px;margin-top:1.65rem;font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.65;text-wrap:balance}
.nwh-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:2rem}
.nwh-v2-hero--pillar,.nwh-v2-hero--archive,.nwh-template-contact .nwh-v2-hero{min-height:min(650px,72svh)}
body.nwh-v2 .nwh-v2-hero--pillar h1,body.nwh-v2 .nwh-v2-hero--archive h1,body.nwh-v2 .nwh-hero--contact h1{font-size:clamp(3rem,6vw,6rem)}
.nwh-v2-scroll-cue{position:absolute;bottom:26px;left:50%;display:flex;align-items:center;flex-direction:column;gap:8px;color:rgba(255,255,255,.76);font-size:.66rem;font-weight:700;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transform:translateX(-50%)}
body.nwh-v2 .nwh-v2-scroll-cue:hover{color:#fff}
.nwh-v2-scroll-cue i{display:block;width:1px;height:34px;background:linear-gradient(var(--nwh-gold),transparent)}

/* Chapter rhythm and section introductions. */
.nwh-v2-section{padding:var(--nwh-v2-chapter) 0}
.nwh-v2-section--stories,.nwh-v2-section--archive-newest,.nwh-v2-section--pillar-stories{background:#fff}
.nwh-v2-section--pillars,.nwh-v2-section--archive-more,.nwh-v2-section--archive-list{background:var(--nwh-pale)}
.nwh-v2-section--discover{background:var(--nwh-cream)}
.nwh-v2-section-intro{max-width:860px;margin-bottom:clamp(2.4rem,5vw,4.5rem)}
.nwh-v2-section-intro .nwh-kicker{margin-bottom:1rem}
body.nwh-v2 .nwh-v2-section-intro h2{max-width:840px;margin:0;color:var(--nwh-ink);font-size:clamp(2.3rem,5vw,4.8rem);font-weight:900;line-height:1.06;letter-spacing:-.052em;text-wrap:balance}
.nwh-v2-section-intro>p:last-child,.nwh-v2-section-intro--split>p{max-width:650px;margin:1.2rem 0 0;color:#59645f;font-size:clamp(.98rem,1.5vw,1.13rem);line-height:1.75}
.nwh-v2-section-intro--split{display:grid;max-width:none;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;gap:clamp(2rem,7vw,6rem)}
.nwh-v2-section-intro--split>p{margin:0 0 .35rem}
.nwh-v2-inline-link{display:inline-flex;align-items:center;gap:.55rem;margin-top:2rem;color:var(--nwh-green);font-size:.82rem;font-weight:800;letter-spacing:.07em;text-decoration:none;text-transform:uppercase}
.nwh-v2-inline-link:hover{color:var(--nwh-blue)}

/* Editorial bento system. */
.nwh-v2-bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(150px,auto);grid-auto-flow:dense;gap:18px}
.nwh-v2-bento .nwh-card{border:0;border-radius:var(--nwh-v2-radius);box-shadow:var(--nwh-v2-shadow-soft)}
.nwh-v2-bento .nwh-card__body{min-width:0;overflow-wrap:break-word}
.nwh-v2-bento .nwh-card:hover{box-shadow:var(--nwh-v2-shadow);transform:translateY(-3px)}
.nwh-card--bento-feature{grid-column:span 8;grid-row:span 2;min-height:650px}
.nwh-card--bento-tall{grid-column:span 4;grid-row:span 2;min-height:650px}
.nwh-card--bento-small{grid-column:span 6;min-height:300px}
.nwh-card--bento-wide{grid-column:span 12;min-height:300px}
.nwh-card--bento-feature .nwh-card__link,.nwh-card--archive-feature .nwh-card__link{position:relative;min-height:100%;isolation:isolate}
.nwh-card--bento-feature .nwh-card__link:after,.nwh-card--archive-feature .nwh-card__link:after{content:'';position:absolute;z-index:0;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(10,28,22,.22) 55%,rgba(10,28,22,.92) 100%)}
.nwh-card--bento-feature .nwh-card__media,.nwh-card--archive-feature .nwh-card__media{position:absolute;z-index:-1;inset:0;aspect-ratio:auto}
.nwh-card--bento-feature .nwh-card__body,.nwh-card--archive-feature .nwh-card__body{z-index:1;justify-content:flex-end;margin-top:auto;padding:clamp(2rem,4vw,3.5rem)}
.nwh-card--bento-feature .nwh-card__meta,.nwh-card--archive-feature .nwh-card__meta{color:rgba(255,255,255,.76)}
body.nwh-v2 .nwh-card--bento-feature .nwh-card__title,body.nwh-v2 .nwh-card--archive-feature .nwh-card__title{max-width:720px;color:#fff;font-size:clamp(1.8rem,3.3vw,3.5rem);line-height:1.12;letter-spacing:-.04em;text-wrap:balance}
.nwh-card--bento-feature .nwh-card__excerpt,.nwh-card--archive-feature .nwh-card__excerpt{max-width:650px;color:rgba(255,255,255,.84);font-size:.95rem}
.nwh-card--bento-tall .nwh-card__media{min-height:360px;flex:1;aspect-ratio:auto}
.nwh-card--bento-tall .nwh-card__body{flex:0 0 auto}
.nwh-card--bento-small .nwh-card__link{display:grid;grid-template-columns:minmax(150px,.9fr) minmax(0,1.1fr)}
.nwh-card--bento-small .nwh-card__media{height:100%;aspect-ratio:auto}
.nwh-card--bento-small .nwh-card__body{justify-content:center;padding:clamp(1.35rem,2.6vw,2.1rem)}
.nwh-card--bento-small .nwh-card__excerpt{display:none}
.nwh-card--bento-small .nwh-card__title{font-size:clamp(1rem,1.6vw,1.3rem)}
.nwh-card--bento-wide .nwh-card__link{display:grid;grid-template-columns:minmax(280px,1.15fr) minmax(0,.85fr)}
.nwh-card--bento-wide .nwh-card__media{height:100%;aspect-ratio:auto}
.nwh-card--bento-wide .nwh-card__body{justify-content:center;padding:clamp(1.5rem,3vw,2.5rem)}

/* Scrollytelling. */
.nwh-v2-scrolly{padding:var(--nwh-v2-chapter) 0;background:linear-gradient(155deg,#102d23 0%,#173d2f 48%,#173d56 100%);color:#fff}
.nwh-v2-scrolly__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(3rem,8vw,8rem)}
.nwh-v2-scrolly__sticky{position:sticky;top:112px}
.nwh-v2-scrolly .nwh-kicker{color:var(--nwh-gold-light)}
body.nwh-v2 .nwh-v2-scrolly h2{max-width:720px;margin:0 0 2rem;color:#fff;font-size:clamp(2.4rem,5vw,5rem);font-weight:900;line-height:1.03;letter-spacing:-.052em;text-wrap:balance}
.nwh-v2-scrolly__media{position:relative;overflow:hidden;aspect-ratio:4/3;background:#0d261e;border-radius:var(--nwh-v2-radius);box-shadow:0 35px 90px rgba(0,0,0,.28)}
.nwh-v2-scrolly__layer{position:absolute;inset:0;opacity:0;pointer-events:none;transform:scale(1.035);transition:opacity .6s ease,transform 1.1s cubic-bezier(.2,.8,.2,1)}
.nwh-v2-scrolly__layer.is-active{opacity:1;pointer-events:auto;transform:scale(1)}
body.nwh-v2 .nwh-v2-scrolly__image{display:block;width:100%;height:100%;object-fit:cover}
.nwh-v2-scrolly__steps{display:grid}
.nwh-v2-scrolly__step{display:flex;min-height:72svh;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem) 0;border-bottom:1px solid rgba(255,255,255,.13);opacity:.55;transition:opacity .35s ease}
.nwh-v2-scrolly__step:last-child{border-bottom:0}
.nwh-v2-scrolly__step.is-active{opacity:1}
.nwh-v2-scrolly__number{margin-bottom:1.5rem;color:rgba(255,255,255,.38);font-family:var(--nwh-font-heading);font-size:3.2rem;line-height:1}
body.nwh-v2 .nwh-v2-scrolly__step h3{margin:0;color:#fff;font-size:clamp(1.55rem,3vw,2.65rem);line-height:1.18;text-wrap:balance}
body.nwh-v2 .nwh-v2-scrolly__step h3 a{color:#fff;text-decoration:none}
.nwh-v2-scrolly__step>p:not(.nwh-kicker){margin:1.2rem 0 1.5rem;color:rgba(255,255,255,.78);font-size:1rem;line-height:1.75}
.nwh-v2-scrolly .nwh-text-link{color:var(--nwh-gold-light)}
.nwh-v2-scrolly__mobile-media{display:none}

/* Reflective visual chapter. */
.nwh-v2-reflection{padding:clamp(7rem,14vw,14rem) 24px;background:#fff;text-align:center}
.nwh-v2-reflection__inner{width:min(980px,100%)}
.nwh-v2-reflection .nwh-kicker{color:var(--nwh-blue)}
body.nwh-v2 .nwh-v2-reflection h2{margin:0;color:var(--nwh-green);font-size:clamp(3rem,7vw,7.2rem);font-weight:900;line-height:.98;letter-spacing:-.06em;text-wrap:balance}
.nwh-v2-reflection__inner>p:last-child{max-width:700px;margin:1.8rem auto 0;color:#59635f;font-family:var(--nwh-font-heading);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.75}
.nwh-v2-reflection--pillar{padding-block:clamp(5rem,10vw,9rem);background:linear-gradient(145deg,var(--nwh-green),var(--nwh-blue))}
.nwh-v2-reflection--pillar .nwh-kicker{color:var(--nwh-gold-light)}
body.nwh-v2 .nwh-v2-reflection--pillar h2{color:#fff;font-size:clamp(2.2rem,5vw,4.8rem);line-height:1.08}

/* Pillar bento. */
.nwh-v2-pillar-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}
.nwh-v2-pillar-grid .nwh-pillar-card{grid-column:span 3;border:0;border-radius:var(--nwh-v2-radius);box-shadow:var(--nwh-v2-shadow-soft)}
.nwh-v2-pillar-grid .nwh-pillar-card:nth-child(-n+2){grid-column:span 6}
.nwh-v2-pillar-grid .nwh-pillar-card__link{display:flex;min-height:100%;flex-direction:column}
.nwh-v2-pillar-grid .nwh-pillar-card__media{min-height:240px;aspect-ratio:16/9}
.nwh-v2-pillar-grid .nwh-pillar-card:nth-child(-n+2) .nwh-pillar-card__media{min-height:330px;aspect-ratio:16/8}
.nwh-v2-pillar-grid .nwh-pillar-card__body{flex:1;justify-content:flex-start;padding:clamp(1.35rem,2.5vw,2rem)}
.nwh-v2-pillar-grid .nwh-pillar-card h3{font-size:clamp(1.1rem,1.8vw,1.55rem)}
.nwh-v2-pillar-grid .nwh-pillar-card__action{margin-top:1rem}

/* Discovery, pillar, and archive bento variants. */
.nwh-v2-bento--discover .nwh-card--discover-wide{grid-column:span 8}
.nwh-v2-bento--discover .nwh-card--discover-small{grid-column:span 4}
.nwh-v2-bento--discover .nwh-card__media{aspect-ratio:16/9}
.nwh-v2-bento--discover .nwh-card--discover-wide .nwh-card__link{display:grid;grid-template-columns:1.15fr .85fr}
.nwh-v2-bento--discover .nwh-card--discover-wide .nwh-card__media{height:100%;aspect-ratio:auto}
.nwh-v2-bento--discover .nwh-card--discover-wide .nwh-card__body{justify-content:center;padding:clamp(1.5rem,3vw,2.5rem)}
.nwh-v2-section-lead{margin-bottom:18px;border:0;border-radius:var(--nwh-v2-radius);box-shadow:var(--nwh-v2-shadow)}
.nwh-v2-bento--section .nwh-card--section-wide{grid-column:span 8;grid-row:span 2}
.nwh-v2-bento--section .nwh-card--section-small{grid-column:span 4}
.nwh-v2-bento--section .nwh-card--section-wide .nwh-card__link{display:grid;grid-template-columns:1.1fr .9fr}
.nwh-v2-bento--section .nwh-card--section-wide .nwh-card__media{height:100%;aspect-ratio:auto}
.nwh-v2-bento--archive .nwh-card--archive-feature{grid-column:span 8;grid-row:span 2;min-height:620px}
.nwh-v2-bento--archive .nwh-card--archive-wide{grid-column:span 4}
.nwh-v2-bento--archive .nwh-card--archive-small{grid-column:span 4}
.nwh-v2-bento--archive .nwh-card:not(.nwh-card--archive-feature) .nwh-card__media{aspect-ratio:16/9}
.nwh-v2-card-grid{gap:20px}

/* Article as a sequence of editorial chapters. */
.nwh-article--v2 .nwh-article__header{width:min(1080px,calc(100% - 48px));padding:clamp(4.5rem,8vw,8rem) 0 clamp(2.5rem,4vw,4rem)}
body.nwh-v2 .nwh-article--v2 .nwh-article__title{max-width:1080px;font-size:clamp(3rem,6vw,6.2rem);line-height:1.015;letter-spacing:-.062em}
.nwh-article--v2 .nwh-article__meta{margin-top:1.75rem}
.nwh-article--v2 .nwh-article__featured{width:min(1360px,calc(100% - 48px));margin-bottom:clamp(4rem,8vw,8rem)}
.nwh-article--v2 .nwh-article__featured-image{border-radius:var(--nwh-v2-radius);box-shadow:var(--nwh-v2-shadow)}
.nwh-article--v2 .nwh-article__body{font-size:1.08rem;line-height:1.88}
.nwh-article--v2 .nwh-article__body>p:first-of-type{color:#35413c;font-family:var(--nwh-font-heading);font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.75}
body.nwh-v2 .nwh-article--v2 .nwh-article__body h2{margin-top:3.4em;font-size:clamp(1.8rem,3.6vw,2.7rem);line-height:1.2;letter-spacing:-.038em;text-wrap:balance}
.nwh-article--v2 .nwh-article__body h2:before{content:'';display:block;width:44px;height:3px;margin-bottom:1.25rem;background:var(--nwh-gold)}
.nwh-article--v2 .nwh-article__body figure{margin-block:clamp(3.5rem,7vw,6rem)}
.nwh-article--v2 .nwh-article__body figure img{border-radius:20px;box-shadow:var(--nwh-v2-shadow-soft)}
.nwh-article-reflection{margin-top:clamp(5rem,10vw,10rem);padding:clamp(5rem,10vw,9rem) 24px;background:linear-gradient(145deg,#f2f6f3,var(--nwh-pale));text-align:center}
body.nwh-v2 .nwh-article-reflection h2{margin:0;color:var(--nwh-green);font-size:clamp(2.1rem,5vw,4.5rem);font-weight:900;line-height:1.08;letter-spacing:-.05em;text-wrap:balance}
.nwh-article-reflection .nwh-article-shell>p:last-child{margin:1.35rem auto 0;color:#5b6661;font-size:1rem;line-height:1.75}
.nwh-article--v2 .nwh-read-next{margin-top:0;padding-block:clamp(5rem,9vw,8rem);background:var(--nwh-cream)}
.nwh-article--v2 .nwh-read-next h2{font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.04em}
.nwh-v2-read-next-grid{grid-template-columns:1.25fr 1fr 1fr;gap:18px}
.nwh-v2-read-next-grid .nwh-card{border:0;border-radius:18px;box-shadow:var(--nwh-v2-shadow-soft)}
.nwh-v2-read-next-grid .nwh-card:first-child .nwh-card__media{aspect-ratio:4/3}

/* Contact, library, newsletter, and footer polish. */
.nwh-v2 .nwh-contact-main{padding-block:var(--nwh-v2-chapter)}
.nwh-v2 .nwh-contact-card{border:0;border-radius:var(--nwh-v2-radius);box-shadow:var(--nwh-v2-shadow-soft)}
.nwh-v2 .nwh-contact-card--brief{border-top:4px solid var(--nwh-gold)}
.nwh-v2 .nwh-contact-faq details,.nwh-v2 .nwh-library__group{border:0;border-radius:16px;box-shadow:0 1px 0 rgba(31,77,58,.06)}
.nwh-v2 .nwh-contact-explore{padding-block:clamp(6rem,11vw,10rem)}
.nwh-v2 .nwh-library__groups{gap:10px}
.nwh-v2 .nwh-library__group summary{min-height:72px;padding-inline:24px}
.nwh-v2 .nwh-newsletter{padding-block:clamp(7rem,13vw,12rem)}
body.nwh-v2 .nwh-newsletter h2{font-size:clamp(2.4rem,5vw,5rem);line-height:1.04;letter-spacing:-.05em;text-wrap:balance}
.nwh-v2 .nwh-newsletter__inner>p:not(.nwh-newsletter__eyebrow){max-width:590px;font-size:1.08rem;line-height:1.7}
.nwh-v2 .nwh-footer{padding-top:clamp(5rem,9vw,8rem)}
.nwh-v2 .nwh-footer__grid{gap:clamp(2.5rem,8vw,7rem)}

/* Motion is progressive. Content stays visible when JavaScript is unavailable. */
html.nwh-motion-ready .nwh-reveal{opacity:1;transform:translateY(0);transition:opacity .65s ease var(--nwh-reveal-delay,0ms),transform .75s cubic-bezier(.2,.75,.25,1) var(--nwh-reveal-delay,0ms)}
html.nwh-motion-ready .nwh-reveal:not(.is-visible){opacity:0;transform:translateY(24px)}

@media (max-width:1100px){
  body.nwh-v2 .nwh-v2-hero h1{font-size:clamp(3.1rem,7vw,5.4rem)}
  .nwh-card--bento-feature{grid-column:span 7}
  .nwh-card--bento-tall{grid-column:span 5}
  .nwh-v2-scrolly__grid{grid-template-columns:minmax(0,1fr) minmax(310px,.85fr);gap:3.5rem}
  .nwh-v2-pillar-grid .nwh-pillar-card{grid-column:span 6}
  .nwh-v2-bento--discover .nwh-card--discover-wide{grid-column:span 7}
  .nwh-v2-bento--discover .nwh-card--discover-small{grid-column:span 5}
}

@media (max-width:900px){
  .nwh-v2-section-intro--split{grid-template-columns:1fr;gap:1.2rem}
  .nwh-v2-section-intro--split>p{margin:0}
  .nwh-v2-scrolly__grid{grid-template-columns:1fr}
  .nwh-v2-scrolly__sticky{position:static}
  .nwh-v2-scrolly__media{display:none}
  .nwh-v2-scrolly__steps{gap:20px;margin-top:2rem}
  .nwh-v2-scrolly__step{min-height:0;padding:0 0 2.5rem;opacity:1}
  .nwh-v2-scrolly__mobile-media{display:block;overflow:hidden;margin-bottom:1.5rem;aspect-ratio:16/10;border-radius:18px}
  .nwh-v2-scrolly__number{font-size:2.3rem}
  .nwh-v2-bento--section .nwh-card--section-wide{grid-column:span 12;grid-row:auto}
  .nwh-v2-bento--section .nwh-card--section-small{grid-column:span 6}
  .nwh-v2-bento--archive .nwh-card--archive-feature{grid-column:span 12;min-height:560px}
  .nwh-v2-bento--archive .nwh-card--archive-wide,.nwh-v2-bento--archive .nwh-card--archive-small{grid-column:span 6}
  .nwh-v2-read-next-grid{grid-template-columns:1fr 1fr}
  .nwh-v2-read-next-grid .nwh-card:first-child{grid-column:1/-1}
}

@media (max-width:768px){
  body.nwh-v2 .inside-header.grid-container,body.nwh-v2 .site-header.nwh-header-scrolled .inside-header.grid-container{min-height:60px}
  body.nwh-v2 .main-navigation .main-nav ul li a,body.nwh-v2 .site-header.nwh-header-scrolled .main-navigation .main-nav ul li a{min-height:50px}
  .nwh-v2-hero,.nwh-v2-hero--pillar,.nwh-v2-hero--archive,.nwh-template-contact .nwh-v2-hero{min-height:auto}
  .nwh-v2-hero .nwh-hero__inner{padding-block:clamp(4.5rem,14vw,6.5rem)}
  body.nwh-v2 .nwh-v2-hero h1{font-size:clamp(2.7rem,12vw,4.5rem);line-height:1.02}
  .nwh-v2-scroll-cue{display:none}
  .nwh-v2-section{padding-block:clamp(4.5rem,13vw,6.5rem)}
  body.nwh-v2 .nwh-v2-section-intro h2{font-size:clamp(2rem,9vw,3.6rem)}
  .nwh-card--bento-feature{grid-column:span 12;min-height:560px}
  .nwh-card--bento-tall{grid-column:span 12;grid-row:auto;min-height:0}
  .nwh-card--bento-tall .nwh-card__media{min-height:0;aspect-ratio:16/10}
  .nwh-card--bento-small{grid-column:span 12}
  .nwh-v2-bento--discover .nwh-card--discover-wide,.nwh-v2-bento--discover .nwh-card--discover-small{grid-column:span 12}
  .nwh-v2-bento--discover .nwh-card--discover-wide .nwh-card__link{grid-template-columns:1fr}
  .nwh-v2-bento--discover .nwh-card--discover-wide .nwh-card__media{aspect-ratio:16/9}
  .nwh-v2-reflection{padding-block:clamp(6rem,18vw,9rem)}
  body.nwh-v2 .nwh-v2-reflection h2{font-size:clamp(2.7rem,12vw,4.7rem)}
  .nwh-article--v2 .nwh-article__header{width:calc(100% - 32px);padding-block:clamp(3.5rem,12vw,5rem) 2rem}
  body.nwh-v2 .nwh-article--v2 .nwh-article__title{font-size:clamp(2.45rem,10vw,4.2rem)}
  .nwh-article--v2 .nwh-article__featured{width:100%;margin-bottom:3.5rem}
  .nwh-article--v2 .nwh-article__featured-image{border-radius:0;box-shadow:none}
}

@media (max-width:600px){
  .nwh-v2-hero__orb{right:-45vw;bottom:-20vw;width:115vw;height:115vw}
  body.nwh-v2 .nwh-v2-hero h1{font-size:clamp(2.35rem,11.5vw,3.4rem);letter-spacing:-.055em}
  .nwh-v2-hero .nwh-hero__summary{font-size:.98rem}
  .nwh-v2-bento{grid-template-columns:1fr;gap:14px}
  .nwh-card--bento-feature,.nwh-card--bento-tall,.nwh-card--bento-small,.nwh-card--bento-wide,.nwh-v2-bento--section .nwh-card--section-wide,.nwh-v2-bento--section .nwh-card--section-small,.nwh-v2-bento--archive .nwh-card--archive-feature,.nwh-v2-bento--archive .nwh-card--archive-wide,.nwh-v2-bento--archive .nwh-card--archive-small{grid-column:1;grid-row:auto}
  .nwh-card--bento-feature,.nwh-v2-bento--archive .nwh-card--archive-feature{min-height:500px}
  .nwh-card--bento-small .nwh-card__link,.nwh-card--bento-wide .nwh-card__link,.nwh-v2-bento--section .nwh-card--section-wide .nwh-card__link{display:flex;grid-template-columns:none;flex-direction:column}
  .nwh-card--bento-small .nwh-card__media,.nwh-card--bento-wide .nwh-card__media,.nwh-v2-bento--section .nwh-card--section-wide .nwh-card__media{height:auto;aspect-ratio:16/10}
  .nwh-card--bento-small .nwh-card__excerpt{display:-webkit-box}
  .nwh-v2-pillar-grid{grid-template-columns:1fr;gap:14px}
  .nwh-v2-pillar-grid .nwh-pillar-card,.nwh-v2-pillar-grid .nwh-pillar-card:nth-child(-n+2){grid-column:1}
  .nwh-v2-pillar-grid .nwh-pillar-card__media,.nwh-v2-pillar-grid .nwh-pillar-card:nth-child(-n+2) .nwh-pillar-card__media{min-height:0;aspect-ratio:16/10}
  .nwh-v2-read-next-grid{grid-template-columns:1fr}
  .nwh-v2-read-next-grid .nwh-card:first-child{grid-column:auto}
  .nwh-article--v2 .nwh-article__body{font-size:1rem;line-height:1.8}
  .nwh-article-reflection{padding-inline:16px}
  .nwh-v2 .nwh-newsletter{padding-block:5.5rem}
  body.nwh-v2 .nwh-newsletter h2{font-size:clamp(2.15rem,10vw,3rem)}
}

@media (prefers-reduced-motion:reduce){
  html.nwh-motion-ready .nwh-reveal,html.nwh-motion-ready .nwh-reveal:not(.is-visible){opacity:1;transform:none;transition:none}
  .nwh-v2-scrolly__layer{transition:none;transform:none}
  .nwh-card,.nwh-card__image,.nwh-pillar-card,.nwh-lead-story__image{transition:none!important}
}
