/* =========================================================================
   NHLDC 2026 — theme styles
   Heritage-red civic brand · Poppins (display) + Inter (body)
   ========================================================================= */

:root{
	--red:#E23A2E;
	--red-dark:#B11217;
	--red-soft:#FCEBE9;
	--ink:#1C1C22;
	--ink-2:#34343C;
	--body:#5A5A64;
	--muted:#8A8A93;
	--line:#ECE7E1;
	--bg:#FFFFFF;
	--bg-2:#F7F5F2;
	--bg-3:#F1EDE8;
	--green:#16A36B;
	--green-soft:#E4F5EE;
	--sand:#C9A267;
	--radius:16px;
	--radius-sm:10px;
	--shadow-sm:0 4px 14px rgba(20,20,30,.06);
	--shadow:0 14px 40px rgba(20,20,30,.10);
	--maxw:1180px;
	--font-display:"Poppins",system-ui,sans-serif;
	--font-body:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
	margin:0;
	font-family:var(--font-body);
	color:var(--body);
	background:var(--bg);
	font-size:16px;
	line-height:1.65;
	-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--red);text-decoration:none}
a:hover{color:var(--red-dark)}
h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--ink);margin:0 0 .5em;line-height:1.15;font-weight:700;letter-spacing:-.01em}
h1{font-size:clamp(2.1rem,5vw,3.4rem);font-weight:800}
h2{font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:700}
h3{font-size:1.25rem}
p{margin:0 0 1rem}
.nh-ico{display:inline-block;vertical-align:middle;flex:none}

.nh-skip{position:absolute;left:-999px;top:0;background:var(--red);color:#fff;padding:.6rem 1rem;z-index:1000;border-radius:0 0 8px 0}
.nh-skip:focus{left:0;color:#fff}

.nh-container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}
.nh-section{padding:72px 0}
.nh-section--tight{padding:48px 0}
.nh-section--alt{background:var(--bg-2)}
.nh-eyebrow{display:inline-block;font-family:var(--font-display);font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--red);background:var(--red-soft);padding:.35rem .8rem;border-radius:999px;margin-bottom:1rem}
.nh-eyebrow--plain{background:none;padding:0}
.nh-center{text-align:center}
.nh-center .nh-section__sub{margin-left:auto;margin-right:auto}
.nh-section__head{margin-bottom:36px}
.nh-section__sub{color:var(--body);max-width:620px;font-size:1.02rem}

/* ---------- Buttons ---------- */
.nh-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
	font-family:var(--font-display);font-weight:600;font-size:.95rem;
	padding:.78rem 1.4rem;border-radius:9px;border:2px solid transparent;
	cursor:pointer;transition:.18s ease;white-space:nowrap;line-height:1
}
.nh-btn--red{background:var(--red);color:#fff;border-color:var(--red)}
.nh-btn--red:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff;transform:translateY(-1px)}
.nh-btn--outline{background:transparent;color:var(--red);border-color:var(--red)}
.nh-btn--outline:hover{background:var(--red);color:#fff}
.nh-btn--dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.nh-btn--dark:hover{background:#000;color:#fff}
.nh-btn--white{background:#fff;color:var(--red);border-color:#fff}
.nh-btn--white:hover{background:var(--bg-3);color:var(--red-dark)}
.nh-btn--ghost-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.nh-btn--ghost-white:hover{background:#fff;color:var(--red)}
.nh-btn--lg{padding:.95rem 1.7rem;font-size:1rem}
.nh-readmore{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-weight:600;color:var(--red);font-size:.92rem}
.nh-readmore:hover{gap:.65rem;color:var(--red-dark)}

/* ---------- Header ---------- */
.nh-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nh-header__inner{display:flex;align-items:center;gap:24px;min-height:74px}
.nh-brand{flex:none}
.nh-logo{display:inline-flex;align-items:center;gap:.6rem}
.nh-logo__mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:var(--red);color:#fff}
.nh-logo__text{font-family:var(--font-display);font-weight:700;font-size:1.18rem;color:var(--ink);letter-spacing:-.02em}
.nh-logo__text em{font-style:normal;color:var(--red)}
.custom-logo-link{display:inline-flex;align-items:center}
.custom-logo,.custom-logo-link img,.nh-logo__img{max-width:150px;max-height:60px;width:auto;height:auto;object-fit:contain}
.nh-nav{flex:1}
.nh-menu{display:flex;gap:6px;list-style:none;margin:0;padding:0;justify-content:center}
.nh-menu a{display:inline-block;font-family:var(--font-display);font-weight:500;font-size:.97rem;color:var(--ink-2);padding:.5rem .85rem;border-radius:8px}
.nh-menu a:hover{color:var(--red);background:var(--red-soft)}
.nh-menu .current-menu-item>a,.nh-menu .current_page_item>a{color:var(--red)}
.nh-header__cta{display:flex;gap:10px;flex:none}
.nh-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px;cursor:pointer}
.nh-burger span{width:24px;height:2px;background:var(--ink);border-radius:2px;transition:.2s}
.nh-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nh-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.nh-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nh-mobile{border-top:1px solid var(--line);background:#fff;padding:14px 24px 22px}
.nh-mobile__menu{list-style:none;margin:0 0 14px;padding:0}
.nh-mobile__menu a{display:block;padding:.7rem .2rem;font-family:var(--font-display);font-weight:500;color:var(--ink);border-bottom:1px solid var(--line)}
.nh-mobile__cta{display:flex;flex-direction:column;gap:10px}
.nh-mobile__cta .nh-btn{width:100%}

/* ---------- Image areas ----------
   Real archive photos sit on TOP of an on-brand gradient. If a photo URL
   ever fails to load (e.g. the source server is offline) the gradient shows
   through automatically, so the design never looks broken. To use the site's
   own media library instead, change the URLs below (or set featured images).
*/
.nh-ph{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.85);background:#e5e5e8 url('../img/placeholder.png') center/cover no-repeat}
.nh-ph>.nh-ico{display:none} /* decorative icons hidden; the placeholder image fills the area */

/* ---------- Hero (home) ---------- */
.nh-hero{position:relative;color:#fff;overflow:hidden}
.nh-hero__bg{position:absolute;inset:0;background:#cfd2d6 url('../img/placeholder.png') center/cover no-repeat}
.nh-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,22,18,.72) 0%,rgba(20,22,18,.35) 60%,rgba(20,22,18,.15) 100%)}
.nh-hero__inner{position:relative;padding:96px 0 104px;max-width:680px}
.nh-hero h1{color:#fff;margin-bottom:1rem}
.nh-hero__sub{color:rgba(255,255,255,.92);font-size:1.12rem;max-width:560px;margin-bottom:1.8rem}
.nh-hero__actions{display:flex;gap:14px;flex-wrap:wrap}

/* trust / stats bar */
.nh-trust{background:#fff;border-bottom:1px solid var(--line)}
.nh-trust__inner{display:flex;align-items:center;gap:32px;padding:22px 0;flex-wrap:wrap}
.nh-trust__badge{display:flex;align-items:center;gap:12px;flex:none}
.nh-trust__badge .nh-medal{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--red-soft);color:var(--red)}
.nh-trust__badge b{font-family:var(--font-display);color:var(--ink);display:block;font-size:.98rem}
.nh-trust__badge span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.nh-trust__stats{display:flex;gap:40px;margin-left:auto;flex-wrap:wrap}
.nh-stat b{font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--ink);display:block;line-height:1}
.nh-stat span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}

/* ---------- Commitment split ---------- */
.nh-split{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:center}
.nh-minicards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.nh-minicard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm)}
.nh-minicard .nh-ico{color:var(--red);margin-bottom:12px}
.nh-minicard b{font-family:var(--font-display);color:var(--ink);display:block;font-size:1.02rem}
.nh-minicard span{font-size:.9rem;color:var(--muted)}

/* ---------- Pathway cards ---------- */
.nh-paths{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.nh-path{position:relative;border-radius:var(--radius);overflow:hidden;min-height:300px;display:flex;align-items:flex-end;color:#fff}
.nh-path .nh-ph{position:absolute;inset:0}
.nh-path::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,18,15,.78) 0%,rgba(15,18,15,.05) 70%)}
.nh-path__body{position:relative;padding:28px;z-index:1}
.nh-path__body h3{color:#fff;font-size:1.5rem;margin-bottom:.35rem}
.nh-path__body p{color:rgba(255,255,255,.9);margin-bottom:1rem;max-width:34ch}

/* ---------- Estate cards ---------- */
.nh-cards{display:grid;gap:24px}
.nh-cards--2{grid-template-columns:repeat(2,1fr)}
.nh-cards--3{grid-template-columns:repeat(3,1fr)}
.nh-cards--4{grid-template-columns:repeat(4,1fr)}
.nh-estate{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:.2s}
.nh-estate:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.nh-estate__media{position:relative;height:160px}
.nh-estate__media .nh-ph{position:absolute;inset:0}
.nh-tag{position:absolute;top:12px;right:12px;font-family:var(--font-display);font-weight:600;font-size:.72rem;padding:.3rem .7rem;border-radius:999px;letter-spacing:.02em}
.nh-tag--avail{background:var(--green);color:#fff}
.nh-tag--soon{background:#fff;color:var(--ink-2);box-shadow:var(--shadow-sm)}
.nh-estate__body{padding:18px 18px 22px}
.nh-estate__parish{display:flex;align-items:center;gap:.35rem;color:var(--red);font-family:var(--font-display);font-weight:600;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem}
.nh-estate__body h3{font-size:1.18rem;margin-bottom:.5rem}
.nh-estate__body p{font-size:.92rem;color:var(--body);margin-bottom:.9rem}

/* ---------- Feature split (quarry / magazine) ---------- */
.nh-feature{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.nh-feature__media{border-radius:var(--radius);overflow:hidden;min-height:320px}
.nh-feature__media .nh-ph{height:100%;min-height:320px}
.nh-feature--rev .nh-feature__media{order:2}

/* ---------- News cards ---------- */
.nh-newscard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:.2s}
.nh-newscard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.nh-newscard__media{position:relative;height:170px;display:block}
.nh-newscard__media .nh-ph{position:absolute;inset:0}
.nh-datechip{position:absolute;top:12px;left:12px;background:#fff;color:var(--ink);font-family:var(--font-display);font-weight:600;font-size:.74rem;padding:.3rem .65rem;border-radius:7px;box-shadow:var(--shadow-sm)}
.nh-newscard__body{padding:20px;display:flex;flex-direction:column;gap:.5rem;flex:1}
.nh-newscard__body h3{font-size:1.1rem;margin:0}
.nh-newscard__body h3 a{color:var(--ink)}
.nh-newscard__body h3 a:hover{color:var(--red)}
.nh-newscard__body p{font-size:.9rem;margin:0}
.nh-newscard__body .nh-readmore{margin-top:auto}

/* ---------- Red CTA band ---------- */
.nh-cta{background:linear-gradient(120deg,var(--red) 0%,var(--red-dark) 100%);color:#fff}
.nh-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:56px 0;flex-wrap:wrap}
.nh-cta h2{color:#fff;max-width:18ch;margin-bottom:.5rem}
.nh-cta p{color:rgba(255,255,255,.92);max-width:46ch;margin:0}
.nh-cta__aside{text-align:right}
.nh-cta__aside .nh-call{margin-top:14px;font-family:var(--font-display)}
.nh-cta__aside .nh-call span{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.85}
.nh-cta__aside .nh-call b{font-size:1.5rem}
.nh-cta__actions{display:flex;gap:12px;flex-wrap:wrap}

/* ---------- Page hero ---------- */
.nh-pagehero{position:relative;color:#fff;overflow:hidden}
.nh-pagehero .nh-container{position:relative;padding-top:70px;padding-bottom:74px}
.nh-pagehero__bg{position:absolute;inset:0}
.nh-pagehero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,20,24,.72),rgba(18,20,24,.42))}
.nh-pagehero--about .nh-pagehero__bg{background:#46637a url('../img/placeholder.png') center/cover no-repeat}
.nh-pagehero--land .nh-pagehero__bg{background:#1f8fb0 url('../img/placeholder.png') center/cover no-repeat}
.nh-pagehero__title{color:#fff;margin:0 0 .5rem}
.nh-pagehero__sub{color:rgba(255,255,255,.92);max-width:620px;font-size:1.08rem;margin:0}
.nh-pagehero--center{text-align:center}
.nh-pagehero--center .nh-pagehero__sub{margin:0 auto}
.nh-crumbs{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:rgba(255,255,255,.85);margin-bottom:1rem}
.nh-crumbs a{color:rgba(255,255,255,.85)}
.nh-crumbs a:hover{color:#fff}
.nh-pagehero--plain{background:var(--bg-2);color:var(--ink)}
.nh-pagehero--plain .nh-pagehero__title{color:var(--ink)}
.nh-pagehero--plain .nh-pagehero__sub{color:var(--body)}
.nh-pagehero--plain .nh-crumbs{color:var(--muted)}
.nh-pagehero--plain .nh-crumbs a{color:var(--muted)}
.nh-pagehero--plain .nh-crumbs a:hover{color:var(--red)}

/* ---------- About: heritage split ---------- */
.nh-heritage{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.nh-heritage__media{position:relative}
.nh-heritage__media .nh-ph{border-radius:var(--radius);min-height:420px}
.nh-heritage__badge{position:absolute;left:-18px;bottom:32px;background:var(--red);color:#fff;border-radius:14px;padding:18px 22px;box-shadow:var(--shadow);max-width:190px}
.nh-heritage__badge b{font-family:var(--font-display);font-size:1.8rem;display:block;line-height:1}
.nh-heritage__badge span{font-size:.82rem;opacity:.92}
.nh-mv{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.nh-mv__card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:20px}
.nh-mv__card .nh-ico{color:var(--red);margin-bottom:10px}
.nh-mv__card b{font-family:var(--font-display);color:var(--ink);display:block;margin-bottom:.3rem}
.nh-mv__card p{font-size:.88rem;margin:0}

/* ---------- About: timeline ---------- */
.nh-timeline{max-width:840px;margin:0 auto;position:relative}
.nh-timeline::before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:var(--line)}
.nh-tl{position:relative;display:grid;grid-template-columns:1fr 160px;gap:28px;padding:0 0 36px 40px}
.nh-tl:last-child{padding-bottom:0}
.nh-tl__dot{position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px var(--red-soft)}
.nh-tl__year{font-family:var(--font-display);font-weight:700;color:var(--red);font-size:.9rem;margin-bottom:.2rem}
.nh-tl h3{font-size:1.12rem;margin-bottom:.35rem}
.nh-tl p{font-size:.92rem;margin:0}
.nh-tl__media{width:160px;height:96px;border-radius:var(--radius-sm);overflow:hidden}
.nh-tl__media .nh-ph{height:96px}

/* ---------- About: leadership ---------- */
.nh-leaders{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.nh-leader{text-align:center}
.nh-leader__photo{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:4px solid #fff;box-shadow:var(--shadow-sm)}
.nh-leader__photo .nh-ph{width:100%;height:100%}
.nh-leader b{font-family:var(--font-display);color:var(--ink);font-size:1.05rem;display:block}
.nh-leader span{font-size:.86rem;color:var(--muted)}
.nh-head-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:36px;flex-wrap:wrap}
.nh-head-row .nh-section__sub{margin:0}

/* ---------- About: responsibilities ---------- */
.nh-resp{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.nh-resp__card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm)}
.nh-resp__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--red-soft);color:var(--red);margin-bottom:16px}
.nh-resp__card h3{font-size:1.18rem;margin-bottom:.4rem}
.nh-resp__card p{font-size:.92rem;margin:0}

/* ---------- Land: tabs ---------- */
.nh-tabs{display:flex;justify-content:center;gap:6px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px;width:max-content;margin:0 auto 8px;box-shadow:var(--shadow-sm)}
.nh-tab{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--ink-2);background:none;border:0;padding:.65rem 1.4rem;border-radius:999px;cursor:pointer;transition:.18s}
.nh-tab[aria-selected="true"]{background:var(--red);color:#fff}
.nh-tabpanel[hidden]{display:none}
.nh-underline{width:60px;height:3px;background:var(--red);border-radius:3px;margin:6px 0 28px}

/* home designs */
.nh-design{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:.2s}
.nh-design:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.nh-design__media{position:relative;height:150px}
.nh-design__media .nh-ph{position:absolute;inset:0}
.nh-design__body{padding:16px 18px 20px}
.nh-design__coll{font-family:var(--font-display);font-weight:600;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--red);margin-bottom:.3rem}
.nh-design__body h3{font-size:1.08rem;margin-bottom:.5rem}
.nh-specs{display:flex;gap:16px;font-size:.85rem;color:var(--muted);font-family:var(--font-display);font-weight:500}
.nh-specs span{display:inline-flex;align-items:center;gap:.35rem}

/* land: apply cards */
.nh-apply{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px}
#apply,#apply-land,#apply-home,#home-designs{scroll-margin-top:96px}
.nh-apply__card{border-radius:var(--radius);padding:40px 34px;text-align:center}
.nh-apply__card--light{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.nh-apply__card--red{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff}
.nh-apply__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.nh-apply__card--light .nh-apply__icon{background:var(--red-soft);color:var(--red)}
.nh-apply__card--red .nh-apply__icon{background:rgba(255,255,255,.18);color:#fff}
.nh-apply__card h3{font-size:1.4rem;margin-bottom:.6rem}
.nh-apply__card--red h3{color:#fff}
.nh-apply__card p{margin-bottom:1.4rem}
.nh-apply__card--red p{color:rgba(255,255,255,.92)}

/* land: help band */
.nh-help{background:var(--bg-2);border-top:1px solid var(--line)}
.nh-help__inner{display:flex;align-items:center;gap:24px;padding:28px 0;flex-wrap:wrap}
.nh-help__avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex:none}
.nh-help__avatar .nh-ph{width:100%;height:100%}
.nh-help__text b{font-family:var(--font-display);color:var(--ink);display:block}
.nh-help__text span{font-size:.92rem;color:var(--body)}
.nh-help__contact{margin-left:auto;display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.nh-help__contact a{display:inline-flex;align-items:center;gap:.5rem;color:var(--ink);font-family:var(--font-display);font-weight:600}
.nh-help__contact a .nh-ico{color:var(--red)}

/* ---------- Generic prose / contact ---------- */
.nh-prose{max-width:820px}
.nh-prose h2{margin-top:1.4em}
.nh-contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:start}
.nh-contact-list{list-style:none;margin:1rem 0 0;padding:0}
.nh-contact-list li{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.8rem}
.nh-contact-list .nh-ico{color:var(--red);margin-top:2px}
.nh-contact-card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);padding:28px}
.nh-pagination{margin-top:40px;display:flex;justify-content:center}
.nh-pagination a,.nh-pagination .current{display:inline-block;padding:.5rem .9rem;border:1px solid var(--line);border-radius:8px;margin:0 3px}
.nh-pagination .current{background:var(--red);color:#fff;border-color:var(--red)}
.nh-empty{color:var(--muted)}

/* ---------- Responsive ---------- */
/* ---- Tablet / collapsed nav ---- */
@media(max-width:980px){
	.nh-nav{display:none}
	.nh-burger{display:flex;order:3}
	.nh-header__inner{gap:12px}
	.nh-header__cta{margin-left:auto;order:2}
	.nh-header__cta .nh-btn{padding:.6rem 1.1rem;font-size:.92rem}
	.nh-split,.nh-feature,.nh-heritage,.nh-contact-grid{grid-template-columns:1fr;gap:32px}
	.nh-feature--rev .nh-feature__media{order:0}
	.nh-cards--4{grid-template-columns:1fr 1fr}
	.nh-leaders{grid-template-columns:1fr 1fr}
	.nh-cta__inner{flex-direction:column;align-items:flex-start}
	.nh-cta__aside{text-align:left}
	.nh-tl{grid-template-columns:1fr}
	.nh-tl__media{width:100%;height:120px}
	.nh-tl__media .nh-ph{height:120px}
	.nh-head-row{align-items:flex-start}
}
/* ---- Phone ---- */
@media(max-width:620px){
	.nh-section{padding:48px 0}
	.nh-paths,.nh-cards--2,.nh-cards--3,.nh-cards--4,.nh-minicards,.nh-mv,.nh-resp,.nh-apply{grid-template-columns:1fr}
	.nh-leaders{grid-template-columns:1fr 1fr}
	.nh-trust__inner{flex-direction:column;align-items:flex-start;gap:18px}
	.nh-trust__stats{margin-left:0;gap:22px}
	.nh-hero__inner{padding:56px 0 64px}
	.nh-hero__actions{width:100%}
	.nh-hero__actions .nh-btn{flex:1;justify-content:center}
	.nh-pagehero .nh-container{padding-top:48px;padding-bottom:52px}
	.nh-tabs{width:100%}
	.nh-tab{flex:1;justify-content:center;padding:.6rem .5rem;font-size:.9rem}
	.nh-cta__actions{width:100%}
	.nh-cta__actions .nh-btn{flex:1;justify-content:center}
	.nh-help__inner{flex-direction:column;align-items:flex-start;gap:14px}
	.nh-help__contact{margin-left:0;gap:16px}
	.nh-head-row .nh-btn{align-self:flex-start}
	.nh-form__row{grid-template-columns:1fr}
	.nh-footer__bottom-inner{flex-direction:column;gap:8px}
}
/* ---- Small phone ---- */
@media(max-width:400px){
	.nh-logo__text{font-size:1.02rem}
	.nh-leaders{grid-template-columns:1fr}
	.nh-header__cta .nh-btn{padding:.55rem .9rem;font-size:.86rem}
}
.nh-footer{background:#fff;border-top:1px solid var(--line);padding-top:56px}
.nh-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:40px}
.nh-footer__about{font-size:.92rem;color:var(--body);margin:1rem 0}
.nh-social{display:flex;gap:10px}
.nh-social a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-2);color:var(--ink-2)}
.nh-social a:hover{background:var(--red);color:#fff}
.nh-footer__col h4{font-family:var(--font-display);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);margin-bottom:1rem}
.nh-footer__col ul{list-style:none;margin:0;padding:0}
.nh-footer__col li{margin-bottom:.6rem}
.nh-footer__col a{color:var(--body);font-size:.94rem}
.nh-footer__col a:hover{color:var(--red)}
.nh-footer__contact li{display:flex;gap:.6rem;align-items:flex-start;color:var(--body);font-size:.92rem}
.nh-footer__contact .nh-ico{color:var(--red);margin-top:2px;flex:none}
.nh-footer__bottom{border-top:1px solid var(--line);padding:20px 0}
.nh-footer__bottom-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.nh-footer__bottom p{margin:0;font-size:.85rem;color:var(--muted)}
.nh-footer__legal a{color:var(--muted)}
.nh-footer__legal a:hover{color:var(--red)}
@media(max-width:980px){.nh-footer__grid{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:620px){.nh-footer__grid{grid-template-columns:1fr}}

/* ---------- Detail (single) pages ---------- */
.nh-detail{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}
.nh-detail__media{border-radius:var(--radius);overflow:hidden;margin:24px 0}
.nh-detail__media .nh-ph{height:360px}
.nh-single__img{border-radius:var(--radius);margin-bottom:24px;width:100%;height:auto}
.nh-factcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-sm);position:sticky;top:96px;margin-bottom:20px}
.nh-factcard h3{font-size:1.15rem;margin-bottom:14px}
.nh-factcard ul{list-style:none;margin:0 0 18px;padding:0}
.nh-factcard li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}
.nh-factcard li span{color:var(--muted)}
.nh-factcard li b{font-family:var(--font-display);color:var(--ink)}
.nh-factcard .nh-btn{width:100%;margin-top:8px}

/* ---------- Application form ---------- */
.nh-appform{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}
.nh-form{display:flex;flex-direction:column;gap:16px;margin-top:18px}
.nh-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}
.nh-form label{display:flex;flex-direction:column;gap:6px;font-family:var(--font-display);font-weight:500;font-size:.9rem;color:var(--ink-2)}
.nh-form input,.nh-form select,.nh-form textarea{font-family:var(--font-body);font-size:.95rem;padding:.7rem .8rem;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);width:100%}
.nh-form input:focus,.nh-form select:focus,.nh-form textarea:focus{outline:2px solid var(--red);outline-offset:1px;border-color:var(--red)}
.nh-form .nh-btn{align-self:flex-start;margin-top:6px}
.nh-form__note{font-size:.82rem;color:var(--muted);margin:0}
.nh-muted{color:var(--muted);font-size:.88rem}
@media(max-width:900px){.nh-detail,.nh-appform{grid-template-columns:1fr}.nh-factcard{position:static}}

/* ---------- Elementor integration ----------
   NHLDC widgets render their own full-width <section> bands with an inner
   .nh-container. These rules make sure Elementor's wrappers add no gutters,
   so each section spans the viewport edge-to-edge. (Sections are also seeded
   as full-width + stretched in inc/data.php.) */
[class*="elementor-widget-nh26_"] > .elementor-widget-container{padding:0;margin:0}
[class*="elementor-widget-nh26_"] .elementor-widget-container > section{width:100%}
.elementor .nh-main,.nh-main{max-width:none;width:100%}
.elementor-element .elementor-widget-wrap > .elementor-widget-nh26_hero,
.elementor-element .elementor-widget-wrap > .elementor-widget-nh26_pagehero{width:100%}
