/* ==========================================================================
   NZPMI — 2026 redesign stylesheet
   Self-contained, namespaced with .nz-  (does not depend on style.css)
   Palette: deep navy + gold  |  Type: Poppins (display) + Inter (text)
   ========================================================================== */

:root {
  --nz-navy:      #0e1b30;
  --nz-navy-2:    #12233d;
  --nz-navy-3:    #0a1526;
  --nz-gold:      #c9a23c;
  --nz-gold-2:    #b68f2c;
  --nz-gold-soft: #e7cf95;
  --nz-ink:       #14243d;
  --nz-text:      #5c6675;
  --nz-muted:     #8a94a3;
  --nz-line:      #e8ebf1;
  --nz-bg:        #ffffff;
  --nz-bg-alt:    #f5f7fb;
  --nz-white-70:  rgba(255,255,255,.72);
  --nz-white-55:  rgba(255,255,255,.55);
  --nz-radius:    14px;
  --nz-radius-sm: 7px;
  --nz-shadow:    0 22px 46px -22px rgba(14,27,48,.28);
  --nz-shadow-sm: 0 10px 26px -14px rgba(14,27,48,.22);
  --nz-container: 1200px;
  --nz-ease:      cubic-bezier(.4,.14,.3,1);
}

/* ---------- base / reset (scoped to redesign) ---------------------------- */
.nz, .nz * { box-sizing: border-box; }
.nz {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--nz-text);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.nz img { max-width: 100%; height: auto; display: block; }
.nz a { text-decoration: none; color: inherit; transition: color .25s var(--nz-ease); }
.nz h1, .nz h2, .nz h3, .nz h4, .nz h5 {
  font-family: 'Poppins', sans-serif;
  color: var(--nz-ink);
  margin: 0;
  line-height: 1.18;
  font-weight: 700;
}
.nz p { margin: 0 0 1rem; }
.nz ul { margin: 0; padding: 0; list-style: none; }

.nz-container {
  width: 100%;
  max-width: var(--nz-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- buttons ------------------------------------------------------ */
.nz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--nz-radius-sm);
  border: 1.6px solid transparent;
  cursor: pointer;
  transition: all .28s var(--nz-ease);
  white-space: nowrap;
}
.nz-btn i { font-size: 12px; }
.nz .nz-btn--gold      { background: var(--nz-gold); color: #fff; border-color: var(--nz-gold); }
.nz .nz-btn--gold:hover{ background: var(--nz-gold-2); border-color: var(--nz-gold-2); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 26px -12px rgba(201,162,60,.7); }
.nz .nz-btn--outline      { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.nz .nz-btn--outline:hover{ background: #fff; color: var(--nz-navy); border-color: #fff; transform: translateY(-2px); }
.nz .nz-btn--ghost      { background: transparent; color: var(--nz-gold-2); border-color: rgba(201,162,60,.5); }
.nz .nz-btn--ghost:hover{ background: var(--nz-gold); color: #fff; border-color: var(--nz-gold); }
.nz-btn--block { width: 100%; }
.nz-btn--lg { padding: 16px 34px; font-size: 14px; }

/* ---------- section heading --------------------------------------------- */
.nz-section { padding: 92px 0; }
.nz-section--alt { background: var(--nz-bg-alt); }
.nz-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.nz-head__eyebrow {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--nz-gold-2);
  display: block; margin-bottom: 12px;
}
.nz-head__title {
  font-size: 34px; letter-spacing: .5px; text-transform: uppercase; color: var(--nz-ink);
}
.nz-head__title span { color: var(--nz-gold-2); }
.nz-head__bar { width: 64px; height: 3px; background: var(--nz-gold); border-radius: 3px; margin: 18px auto 0; }
.nz-head__sub { margin-top: 16px; color: var(--nz-text); font-size: 16px; }

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */
.nz-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--nz-navy);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nz-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 78px; gap: 24px;
}
.nz-logo { display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.nz-logo__mark {
  width: 38px; height: 38px; flex: 0 0 38px; color: var(--nz-gold);
}
.nz-logo__text { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 23px; letter-spacing: 3px; color: #fff; }

.nz-nav { display: flex; align-items: center; gap: 30px; }
.nz-nav a {
  font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 12.5px;
  letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.82);
  position: relative; padding: 6px 0;
}
.nz-nav a:hover, .nz-nav a.is-active { color: #fff; }
.nz-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--nz-gold); transition: width .28s var(--nz-ease);
}
.nz-nav a:hover::after, .nz-nav a.is-active::after { width: 100%; }

.nz-header__cta { display: inline-flex; align-items: center; gap: 16px; }
.nz-burger {
  display: none; width: 44px; height: 40px; border: 0; background: transparent;
  color: #fff; font-size: 22px; cursor: pointer;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.nz-hero {
  position: relative;
  background: var(--nz-navy-3);
  color: #fff;
  overflow: hidden;
}
.nz-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.02);
}
.nz-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(9,17,30,.95) 0%, rgba(9,17,30,.86) 38%, rgba(9,17,30,.55) 72%, rgba(9,17,30,.30) 100%);
}
.nz-hero__inner {
  position: relative; z-index: 2;
  min-height: 640px; display: flex; flex-direction: column; justify-content: center;
  padding: 96px 0; max-width: 660px;
}
.nz-hero__eyebrow {
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--nz-gold); margin-bottom: 20px;
  display: inline-flex; align-items: center; gap: 12px;
}
.nz-hero__eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--nz-gold); display: inline-block; }
.nz-hero h1 {
  color: #fff; font-size: 54px; line-height: 1.08; letter-spacing: -.5px; margin-bottom: 22px;
}
.nz-hero h1 span { color: var(--nz-gold); }
.nz-hero__lead { font-size: 18px; line-height: 1.75; color: var(--nz-white-70); max-width: 540px; margin-bottom: 34px; }
.nz-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }

/* ==========================================================================
   STATS BAR
   ========================================================================== */
.nz-stats { background: var(--nz-navy); }
.nz-stats__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.nz-stat {
  padding: 40px 24px; text-align: center; position: relative;
}
.nz-stat + .nz-stat::before {
  content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 1px;
  background: rgba(255,255,255,.12);
}
.nz-stat__num { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 40px; color: var(--nz-gold); line-height: 1; }
.nz-stat__num--sm { font-size: 30px; }
.nz-stat__label { margin-top: 10px; font-size: 13px; letter-spacing: .6px; color: var(--nz-white-55); text-transform: uppercase; }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.nz-services-grid {
  display: grid; grid-template-columns: repeat(8, 1fr); gap: 14px;
}
.nz-service {
  background: transparent; border: 0; border-radius: var(--nz-radius);
  padding: 16px 6px; text-align: center; transition: all .3s var(--nz-ease);
}
.nz-service:hover { transform: translateY(-5px); }
.nz-service__icon {
  width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(201,162,60,.12); color: var(--nz-gold-2); font-size: 23px;
  transition: all .3s var(--nz-ease);
}
.nz-service:hover .nz-service__icon { background: var(--nz-gold); color: var(--nz-navy); }
.nz-service__name { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; color: var(--nz-ink); line-height: 1.35; }
.nz-center { text-align: center; margin-top: 46px; }

/* ==========================================================================
   PROCESS STEPPER
   ========================================================================== */
.nz-process { position: relative; }
.nz-steps {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; position: relative;
}
.nz-steps::before {
  content: ""; position: absolute; top: 27px; left: 7%; right: 7%; height: 2px;
  background: linear-gradient(90deg, var(--nz-gold-soft), var(--nz-gold)); z-index: 0;
}
.nz-step { text-align: center; position: relative; z-index: 1; }
.nz-step__num {
  width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--nz-navy); color: #fff; border: 3px solid var(--nz-gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px;
  box-shadow: 0 0 0 6px var(--nz-bg-alt);
}
.nz-step__label { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 13.5px; color: var(--nz-ink); line-height: 1.4; }

/* ==========================================================================
   FEATURED PROJECTS
   ========================================================================== */
.nz-projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.nz-project {
  background: #fff; border-radius: var(--nz-radius); overflow: hidden;
  border: 1px solid var(--nz-line); box-shadow: var(--nz-shadow-sm);
  transition: all .3s var(--nz-ease); display: flex; flex-direction: column;
}
.nz-project:hover { transform: translateY(-6px); box-shadow: var(--nz-shadow); }
.nz-project__media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--nz-navy-2); }
.nz-project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--nz-ease); }
.nz-project:hover .nz-project__media img { transform: scale(1.06); }
/* Before/After composite thumbnails: show the whole image, never crop */
.nz .nz-project__media--ba { background: var(--nz-navy); }
.nz .nz-project__media--ba img { object-fit: contain; }
.nz .nz-project:hover .nz-project__media--ba img { transform: none; }
.nz-project__tag {
  position: absolute; top: 14px; left: 14px; background: rgba(14,27,48,.86); color: #fff;
  font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 11px; letter-spacing: .5px;
  text-transform: uppercase; padding: 6px 12px; border-radius: 40px;
}
.nz-project__body { padding: 26px 24px 28px; text-align: center; display: flex; flex-direction: column; flex: 1; }
.nz-project__title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 18px; color: var(--nz-ink); }
.nz-project__loc { font-size: 13.5px; color: var(--nz-muted); margin-top: 4px; }
.nz-project__stats {
  display: flex; justify-content: center; gap: 26px; margin: 20px 0 24px;
  padding: 18px 0; border-top: 1px solid var(--nz-line); border-bottom: 1px solid var(--nz-line);
}
.nz-project__stat b { display: block; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: var(--nz-gold-2); }
.nz-project__stat span { font-size: 12px; color: var(--nz-muted); text-transform: uppercase; letter-spacing: .4px; }
/* Project card chips: Lots / Year / Completed */
.nz-project__meta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; margin: 12px 0 16px; }
.nz-chip { display: inline-flex; align-items: center; gap: 5px; font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 11px; color: var(--nz-ink); background: var(--nz-bg-alt); border: 1px solid var(--nz-line); border-radius: 20px; padding: 5px 9px; white-space: nowrap; }
.nz-chip i { color: var(--nz-gold-2); font-size: 11px; }
.nz-chip--done { color: #1b7e4b; background: rgba(27,126,75,.08); border-color: rgba(27,126,75,.22); }
.nz-chip--done i { color: #1b7e4b; }
.nz-project__zoom { position: absolute; bottom: 10px; right: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(9,17,30,.72); color: #fff; font-size: 11px; font-weight: 600; font-family: 'Poppins',sans-serif; padding: 5px 10px; border-radius: 20px; pointer-events: none; }
.nz-project .nz-btn { margin-top: auto; }

/* ==========================================================================
   WHY CHOOSE
   ========================================================================== */
.nz-why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.nz-why { text-align: center; padding: 14px 8px; }
.nz-why__icon {
  width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%;
  border: 2px solid rgba(201,162,60,.35); color: var(--nz-gold-2);
  display: flex; align-items: center; justify-content: center; font-size: 28px;
  transition: all .3s var(--nz-ease); background: #fff;
}
.nz-why:hover .nz-why__icon { background: var(--nz-navy); border-color: var(--nz-navy); color: var(--nz-gold); transform: translateY(-5px); }
.nz-why__label { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 14px; color: var(--nz-ink); line-height: 1.4; }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.nz-testi-grid { display: grid; grid-template-columns: 1fr 1.15fr 1.15fr 1.1fr; gap: 22px; align-items: stretch; }
.nz-testi-card {
  background: #fff; border: 1px solid var(--nz-line); border-radius: var(--nz-radius);
  padding: 26px 24px; box-shadow: var(--nz-shadow-sm); display: flex; flex-direction: column;
}
.nz-testi-card--google { align-items: center; text-align: center; justify-content: center; }
.nz-google-logo { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 26px; letter-spacing: -1px; }
.nz-google-logo .b{color:#4285F4}.nz-google-logo .r{color:#EA4335}.nz-google-logo .y{color:#FBBC05}.nz-google-logo .g{color:#34A853}
.nz-stars { color: var(--nz-gold); font-size: 17px; letter-spacing: 2px; margin: 12px 0 6px; }
.nz-testi-score { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 30px; color: var(--nz-ink); }
.nz-testi-meta { font-size: 13px; color: var(--nz-muted); }
.nz-testi-quote { font-size: 14.5px; color: var(--nz-text); line-height: 1.7; font-style: italic; }
.nz-testi-quote::before { content: "\201C"; font-family: Georgia, serif; font-size: 46px; color: var(--nz-gold-soft); line-height: 0; display: block; height: 22px; }
.nz-testi-author { margin-top: auto; padding-top: 16px; font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 14px; color: var(--nz-ink); }
.nz-testi-card--video { position: relative; padding: 0; overflow: hidden; border: 0; min-height: 220px; }
.nz-testi-card--video img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.nz-testi-video-ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,17,30,.15), rgba(9,17,30,.75)); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; }
.nz-play { width: 62px; height: 62px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--nz-navy); display: flex; align-items: center; justify-content: center; font-size: 20px; padding-left: 4px; transition: transform .3s var(--nz-ease); }
.nz-testi-card--video:hover .nz-play { transform: scale(1.1); }
.nz-testi-video-cap { position: absolute; bottom: 16px; left: 0; right: 0; text-align: center; font-size: 13px; color: #fff; }
/* Google reviews card as a link */
.nz .nz-testi-card--google { color: inherit; text-decoration: none; }
.nz-testi-card--google:hover { box-shadow: var(--nz-shadow); transform: translateY(-4px); }
.nz-testi-cta { margin-top: 12px; font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 13px; color: var(--nz-gold-2); }
/* Press / "as featured in" band */
.nz-press { margin-top: 40px; }
.nz-press__label { text-align: center; font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--nz-gold-2); margin-bottom: 16px; }
.nz-press__frame { max-width: 820px; margin: 0 auto; border: 1px solid var(--nz-line); border-radius: 14px; overflow: hidden; box-shadow: var(--nz-shadow-sm); background: #fff; display: block; transition: box-shadow .3s var(--nz-ease), transform .3s var(--nz-ease); }
.nz-press__frame:hover { box-shadow: var(--nz-shadow); transform: translateY(-4px); }
.nz .nz-press__frame img { width: 100%; height: auto; display: block; }
.nz-press__cap { text-align: center; font-size: 12.5px; color: var(--nz-muted); margin-top: 13px; }

/* ==========================================================================
   BOTTOM CTA (global — every page)
   ========================================================================== */
.nz-cta { position: relative; background: var(--nz-navy); overflow: hidden; }
.nz-cta__img { position: absolute; top: 0; right: 0; bottom: 0; width: 42%; background-size: cover; background-position: center; }
.nz-cta__img::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--nz-navy) 0%, rgba(14,27,48,.7) 40%, rgba(14,27,48,.15) 100%); }
.nz-cta__inner { position: relative; z-index: 2; padding: 62px 0; display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; }
.nz-cta h2 { color: #fff; font-size: 30px; line-height: 1.25; }
.nz-cta h2 span { color: var(--nz-gold); }
.nz-cta__contact { display: flex; gap: 26px; margin-top: 18px; flex-wrap: wrap; color: var(--nz-white-70); font-size: 14.5px; }
.nz-cta__contact a { color: var(--nz-white-70); display: inline-flex; align-items: center; gap: 9px; }
.nz-cta__contact a:hover { color: var(--nz-gold); }
.nz-cta__contact i { color: var(--nz-gold); }
.nz-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.nz-footer { background: var(--nz-navy-3); color: var(--nz-white-70); padding: 68px 0 0; }
.nz-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1.4fr 1fr; gap: 34px; padding-bottom: 52px; }
.nz-footer__brandtxt { font-size: 14.5px; line-height: 1.7; margin: 18px 0 22px; color: var(--nz-white-55); max-width: 260px; }
.nz-social { display: flex; gap: 11px; }
.nz-social a {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px;
}
.nz-social a:hover { background: var(--nz-gold); color: var(--nz-navy); transform: translateY(-3px); }
.nz .nz-footer__title { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; color: #fff; margin-bottom: 20px; }
.nz-footer__links li { margin-bottom: 11px; }
.nz-footer__links a { font-size: 14.5px; color: var(--nz-white-70); }
.nz-footer__links a:hover { color: var(--nz-gold); padding-left: 4px; }
.nz-contact-list li { display: flex; gap: 12px; margin-bottom: 15px; font-size: 14px; line-height: 1.55; color: var(--nz-white-70); }
.nz-contact-list i { color: var(--nz-gold); margin-top: 4px; flex: 0 0 16px; }
.nz-footer__reviews .nz-testi-score { color: #fff; font-size: 26px; }
.nz-footer__reviews .nz-stars { justify-content: flex-start; }
.nz-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.09); padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--nz-white-55);
}
.nz-footer__bottom a { color: var(--nz-white-70); }
.nz-footer__bottom a:hover { color: var(--nz-gold); }

/* back to top */
.nz-top { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--nz-gold); color: var(--nz-navy); display: none; align-items: center; justify-content: center;
  z-index: 800; cursor: pointer; box-shadow: var(--nz-shadow-sm); border: 0; font-size: 16px; }
.nz-top.is-show { display: flex; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .nz-nav { gap: 20px; }
  .nz-hero h1 { font-size: 44px; }
  .nz-services-grid { grid-template-columns: repeat(4, 1fr); }
  .nz-why-grid { grid-template-columns: repeat(3, 1fr); }
  .nz-testi-grid { grid-template-columns: repeat(2, 1fr); }
  .nz-footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nz-burger { display: inline-flex; }
  .nz-nav {
    position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; gap: 0;
    background: var(--nz-navy-2); padding: 8px 0; border-top: 1px solid rgba(255,255,255,.08);
    max-height: 0; overflow: hidden; transition: max-height .35s var(--nz-ease);
  }
  .nz-nav.is-open { max-height: 460px; }
  .nz-nav a { width: 100%; padding: 14px 24px; }
  .nz-nav a::after { display: none; }
  .nz-header__cta .nz-btn { display: none; }
  .nz-header { position: relative; }
  .nz-steps { grid-template-columns: repeat(4, 1fr); gap: 26px 10px; }
  .nz-steps::before { display: none; }
  .nz-projects-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nz-section { padding: 64px 0; }
  .nz-hero__inner { min-height: 540px; padding: 72px 0; }
  .nz-hero h1 { font-size: 36px; }
  .nz-hero__lead { font-size: 16px; }
  .nz-head__title { font-size: 27px; }
  .nz-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .nz-stat:nth-child(3)::before, .nz-stat:nth-child(3) { }
  .nz-stat:nth-child(odd)::before { display: none; }
  .nz-services-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .nz-steps { grid-template-columns: repeat(2, 1fr); }
  .nz-projects-grid { grid-template-columns: 1fr; }
  .nz-why-grid { grid-template-columns: repeat(2, 1fr); }
  .nz-testi-grid { grid-template-columns: 1fr; }
  .nz-cta__img { display: none; }
  .nz-cta__inner { padding: 46px 0; }
  .nz-cta h2 { font-size: 24px; }
  .nz-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .nz-footer__bottom { justify-content: center; text-align: center; }
}

/* ==========================================================================
   INTERIOR PAGES — page hero, leader, timeline, values, experience,
   gallery, service cards, feature strip   (About + Services)
   ========================================================================== */

/* ----- interior page hero ----- */
.nz-phero { position: relative; background: var(--nz-navy-3); color: #fff; overflow: hidden; }
.nz-phero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.nz-phero__overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(9,17,30,.95) 0%, rgba(9,17,30,.82) 46%, rgba(9,17,30,.5) 100%); }
.nz-phero__inner { position: relative; z-index: 2; min-height: 340px; display: flex; flex-direction: column; justify-content: center; padding: 72px 0; max-width: 660px; }
.nz-phero__eyebrow { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--nz-gold); margin-bottom: 16px; display: inline-flex; align-items: center; gap: 12px; }
.nz-phero__eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--nz-gold); }
.nz-phero h1 { color: #fff; font-size: 46px; line-height: 1.1; letter-spacing: -.5px; margin-bottom: 14px; }
.nz-phero h1 span { color: var(--nz-gold); }
.nz-phero__lead { font-size: 17px; line-height: 1.7; color: var(--nz-white-70); max-width: 560px; }
.nz-phero__lead strong { color: #fff; font-weight: 600; }

/* ----- leader / profile ----- */
.nz-leader { display: grid; grid-template-columns: 320px 1fr; gap: 50px; align-items: start; }
.nz-leader__photo img { width: 100%; border-radius: 16px; box-shadow: var(--nz-shadow); }
.nz .nz-leader__linked { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 9px 16px; border-radius: 7px; background: #0a66c2; color: #fff; font-family: 'Poppins',sans-serif; font-weight: 500; font-size: 13px; }
.nz .nz-leader__linked:hover { color: #fff; transform: translateY(-2px); }
.nz-leader__name { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 28px; color: var(--nz-ink); }
.nz-leader__role { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--nz-gold-2); margin: 6px 0 16px; }
.nz-leader__bio { color: var(--nz-text); font-size: 15.5px; margin-bottom: 26px; max-width: 620px; }
.nz-leader__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nz-fcard { background: #fff; border: 1px solid var(--nz-line); border-radius: 12px; padding: 24px 18px; text-align: center; transition: all .3s var(--nz-ease); }
.nz-fcard:hover { box-shadow: var(--nz-shadow-sm); transform: translateY(-4px); border-color: transparent; }
.nz-fcard__big { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 30px; color: var(--nz-ink); line-height: 1; }
.nz-fcard__icon { font-size: 26px; color: var(--nz-gold-2); line-height: 1; }
.nz-fcard__label { font-size: 13px; color: var(--nz-text); margin-top: 12px; line-height: 1.4; }

/* ----- story timeline ----- */
.nz-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; position: relative; }
.nz-timeline::before { content: ""; position: absolute; top: 10px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--nz-gold-soft), var(--nz-gold)); }
.nz-tl { text-align: center; position: relative; z-index: 1; }
.nz-tl__dot { width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 3px solid var(--nz-gold); margin: 0 auto 18px; box-shadow: 0 0 0 5px var(--nz-bg); }
.nz-tl__year { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 16px; color: var(--nz-ink); }
.nz-tl__label { font-size: 13px; color: var(--nz-text); margin-top: 4px; line-height: 1.4; }

/* ----- values box ----- */
.nz-values { border: 1px solid var(--nz-line); border-radius: 16px; padding: 46px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: #fff; }

/* ----- experience row ----- */
.nz-exp { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.nz-exp__item { text-align: center; padding: 10px; }
.nz-exp__icon { width: 74px; height: 74px; margin: 0 auto 14px; border-radius: 50%; border: 2px solid rgba(201,162,60,.35); background: #fff; color: var(--nz-gold-2); display: flex; align-items: center; justify-content: center; font-size: 28px; transition: all .3s var(--nz-ease); }
.nz-exp__item:hover .nz-exp__icon { background: var(--nz-navy); border-color: var(--nz-navy); color: var(--nz-gold); transform: translateY(-4px); }
.nz-exp__label { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; color: var(--nz-ink); }

/* ----- gallery ----- */
.nz-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nz-gallery figure { margin: 0; border-radius: 12px; overflow: hidden; box-shadow: var(--nz-shadow-sm); }
.nz-gallery img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .6s var(--nz-ease); }
.nz-gallery figure:hover img { transform: scale(1.06); }

/* ----- service cards (services page) ----- */
.nz-group + .nz-group { margin-top: 72px; }
.nz-scards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.nz-scards.nz-scards--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .nz-scards.nz-scards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .nz-scards.nz-scards--4 { grid-template-columns: 1fr; } }
.nz-scard { background: #fff; border: 1px solid var(--nz-line); border-radius: 14px; overflow: hidden; box-shadow: var(--nz-shadow-sm); transition: all .3s var(--nz-ease); display: flex; flex-direction: column; text-align: center; }
.nz-scard:hover { transform: translateY(-6px); box-shadow: var(--nz-shadow); }
.nz-scard__media { aspect-ratio: 4/3; overflow: hidden; background: var(--nz-navy-2); }
.nz-scard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--nz-ease); }
.nz-scard:hover .nz-scard__media img { transform: scale(1.07); }
/* Whole-image cards (site plans, before/after) — show the full image on a navy backdrop */
.nz .nz-scard__media--ba { background: var(--nz-navy); }
.nz .nz-scard__media--ba img { object-fit: contain; }
.nz-scard:hover .nz-scard__media--ba img { transform: none; }
.nz .nz-scard__media img[data-lb] { cursor: zoom-in; }
/* Image lightbox (click a service image to view full-screen) */
.nz-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; background: rgba(9,17,30,.93); padding: 4vh 4vw; }
.nz-lightbox.is-open { display: flex; }
.nz .nz-lightbox img { max-width: 94vw; max-height: 90vh; width: auto; height: auto; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.nz-lightbox__close { position: absolute; top: 18px; right: 26px; background: none; border: 0; color: #fff; font-size: 42px; line-height: 1; cursor: pointer; opacity: .85; }
.nz-lightbox__close:hover { opacity: 1; }
/* Global photo slider lightbox */
.nz-slider { position: fixed; inset: 0; z-index: 10000; display: none; align-items: center; justify-content: center; background: rgba(9,17,30,.94); padding: 4vh 6vw; }
.nz-slider.is-open { display: flex; }
.nz .nz-slider__img { max-width: 90vw; max-height: 88vh; width: auto; height: auto; border-radius: 8px; background: var(--nz-navy); box-shadow: 0 24px 70px rgba(0,0,0,.6); object-fit: contain; }
.nz-slider__close { position: absolute; top: 20px; right: 28px; background: none; border: 0; color: #fff; font-size: 42px; line-height: 1; cursor: pointer; opacity: .85; z-index: 2; }
.nz-slider__close:hover { opacity: 1; }
.nz-slider__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; border: 0; background: rgba(255,255,255,.14); color: #fff; font-size: 34px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.nz-slider__nav:hover { background: rgba(255,255,255,.30); }
.nz-slider__prev { left: 3vw; }
.nz-slider__next { right: 3vw; }
.nz-slider__count { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: #fff; font-size: 14px; font-family: 'Poppins',sans-serif; letter-spacing: .5px; }
@media (max-width: 600px) { .nz-slider__nav { width: 44px; height: 44px; font-size: 28px; } .nz-slider__prev { left: 2px; } .nz-slider__next { right: 2px; } }
.nz .nz-project__media[data-images] { cursor: zoom-in; }
.nz .nz-pd__main img { cursor: zoom-in; }
/* Two ways we work — Homeowners / Developers tracks */
.nz-tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.nz-track { background: #fff; border: 1px solid var(--nz-line); border-radius: 16px; padding: 34px 30px; box-shadow: var(--nz-shadow-sm); display: flex; flex-direction: column; }
.nz-track--dev { background: var(--nz-navy); border-color: var(--nz-navy); }
.nz-track__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.nz-track__head i { width: 52px; height: 52px; flex: none; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--nz-gold); color: var(--nz-navy); font-size: 21px; }
.nz-track__head h3 { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 21px; color: var(--nz-ink); }
.nz-track--dev .nz-track__head h3 { color: #fff; }
.nz-track__lead { font-size: 14.5px; line-height: 1.7; color: var(--nz-text); }
.nz-track--dev .nz-track__lead { color: rgba(255,255,255,.82); }
.nz-track__list { list-style: none; padding: 0; margin: 16px 0 24px; display: grid; gap: 11px; }
.nz-track__list li { display: flex; align-items: center; gap: 11px; font-size: 14px; color: var(--nz-text); }
.nz-track--dev .nz-track__list li { color: rgba(255,255,255,.85); }
.nz-track__list li i { color: var(--nz-gold-2); font-size: 13px; }
.nz-track--dev .nz-track__list li i { color: var(--nz-gold); }
.nz-track .nz-btn { margin-top: auto; align-self: flex-start; }
@media (max-width: 820px) { .nz-tracks { grid-template-columns: 1fr; } }
.nz-scard__body { padding: 26px 18px 28px; display: flex; flex-direction: column; flex: 1; }
.nz-scard__icon { width: 54px; height: 54px; margin: -50px auto 14px; position: relative; border-radius: 50%; background: #fff; border: 1px solid var(--nz-line); color: var(--nz-gold-2); display: flex; align-items: center; justify-content: center; font-size: 21px; box-shadow: var(--nz-shadow-sm); }
.nz-scard:hover .nz-scard__icon { background: var(--nz-gold); color: var(--nz-navy); border-color: var(--nz-gold); }
.nz-scard__title { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 15.5px; color: var(--nz-ink); }
.nz-scard__desc { font-size: 13px; color: var(--nz-text); margin-top: 8px; line-height: 1.5; }

/* ----- feature strip ----- */
.nz-fstrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid var(--nz-line); margin-top: 60px; padding-top: 44px; }
.nz-fstrip__item { display: flex; align-items: center; justify-content: center; gap: 14px; text-align: left; }
.nz-fstrip__icon { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: rgba(201,162,60,.12); color: var(--nz-gold-2); display: flex; align-items: center; justify-content: center; font-size: 19px; }
.nz-fstrip__label { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 14px; color: var(--nz-ink); }

/* ----- interior responsive ----- */
@media (max-width: 1024px) {
  .nz-leader { grid-template-columns: 260px 1fr; gap: 34px; }
  .nz-scards { grid-template-columns: repeat(3, 1fr); }
  .nz-exp { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 900px) {
  .nz-leader { grid-template-columns: 1fr; }
  .nz-leader__photo { max-width: 300px; }
  .nz-timeline { grid-template-columns: repeat(3, 1fr); gap: 30px 12px; }
  .nz-timeline::before { display: none; }
  .nz-values { grid-template-columns: repeat(2, 1fr); }
  .nz-exp { grid-template-columns: repeat(3, 1fr); gap: 26px 12px; }
  .nz-scards { grid-template-columns: repeat(2, 1fr); }
  .nz-fstrip { grid-template-columns: repeat(2, 1fr); gap: 26px 16px; }
}
@media (max-width: 720px) {
  .nz-phero__inner { min-height: 280px; padding: 56px 0; }
  .nz-phero h1 { font-size: 32px; }
  .nz-leader__grid { grid-template-columns: repeat(2, 1fr); }
  .nz-timeline { grid-template-columns: repeat(2, 1fr); }
  .nz-values { grid-template-columns: 1fr 1fr; padding: 32px 16px; }
  .nz-exp { grid-template-columns: repeat(2, 1fr); }
  .nz-gallery { grid-template-columns: 1fr; }
  .nz-scards { grid-template-columns: 1fr; }
  .nz-fstrip { grid-template-columns: 1fr; }
}

/* ==========================================================================
   PROJECTS / ASSESSMENT / CONTACT pages
   ========================================================================== */

/* ----- filter tabs ----- */
.nz-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 46px; }
.nz-filter {
  font-family: 'Poppins',sans-serif; font-weight: 500; font-size: 13px; letter-spacing: .5px;
  padding: 11px 24px; border-radius: 40px; border: 1px solid var(--nz-line);
  background: #fff; color: var(--nz-text); cursor: pointer; transition: all .25s var(--nz-ease);
}
.nz-filter:hover { border-color: var(--nz-gold); color: var(--nz-ink); }
.nz-filter.is-active { background: var(--nz-gold); border-color: var(--nz-gold); color: #fff; }
.nz-project.is-hidden { display: none; }
.nz-projects-empty { text-align: center; color: var(--nz-muted); padding: 30px 0; display: none; }
/* Subdivision calculator */
.nz .nz-btn--navy { background: var(--nz-navy); color: #fff; }
.nz .nz-btn--navy:hover { background: var(--nz-ink); color: #fff; }
.nz-calc { max-width: 720px; margin: 0 auto; text-align: center; }
.nz-calc__toggle i { margin-right: 9px; }
.nz-calc__panel { margin-top: 26px; background: #fff; border: 1px solid var(--nz-line); border-radius: 16px; padding: 30px 28px; box-shadow: var(--nz-shadow-sm); text-align: left; }
.nz-calc__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.nz-calc__fields .nz-field:first-child { grid-column: 1 / -1; }
.nz-field__opt { color: var(--nz-muted); font-weight: 400; font-size: 12px; }
.nz-calc__result { margin-top: 20px; padding: 20px 22px; border-radius: 12px; background: var(--nz-bg-alt); border: 1px solid var(--nz-line); }
.nz-calc__big { font-family: 'Poppins',sans-serif; font-size: 18px; color: var(--nz-ink); line-height: 1.5; }
.nz-calc__big b { color: var(--nz-gold-2); }
.nz-calc__sub2 { margin-top: 8px; font-size: 14px; color: var(--nz-text); line-height: 1.6; }
.nz-calc__val { margin-top: 12px; font-size: 15px; color: var(--nz-ink); }
.nz-calc__val span { color: var(--nz-muted); font-size: 13px; }
.nz-calc__disc { margin-top: 16px; font-size: 13px; color: var(--nz-text); background: rgba(201,162,60,.1); border-left: 3px solid var(--nz-gold); padding: 11px 14px; border-radius: 6px; }
.nz-calc__disc i { color: var(--nz-gold-2); margin-right: 6px; }
.nz-calc__err { color: #c0392b; font-size: 14px; font-weight: 500; }
.nz-calc__note { margin-top: 16px; font-size: 12px; color: var(--nz-muted); line-height: 1.6; }
@media (max-width: 560px) { .nz-calc__fields { grid-template-columns: 1fr; } }
/* calculator form (multi-field) */
.nz-calc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.nz-calc__grid .nz-field--full { grid-column: 1 / -1; }
.nz .nz-field select, .nz .nz-field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--nz-line); border-radius: 8px; font-family: inherit; font-size: 14px; color: var(--nz-ink); background: var(--nz-bg-alt); }
.nz-field textarea { resize: vertical; min-height: 78px; }
.nz-calc__next { margin-top: 12px; font-size: 14px; color: var(--nz-text); line-height: 1.6; }
.nz-calc__cta { margin-top: 24px; padding-top: 22px; border-top: 1px dashed var(--nz-line); }
.nz-calc__cta h3 { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 19px; color: var(--nz-ink); }
.nz-calc__cta > p { font-size: 14px; color: var(--nz-text); margin: 6px 0 16px; }
.nz-calc__done { text-align: center; padding: 22px 10px; }
.nz-calc__done-ic { font-size: 46px; color: #1b7e4b; margin-bottom: 10px; }
.nz-calc__done h3 { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 22px; color: var(--nz-ink); }
.nz-calc__done p { font-size: 15px; color: var(--nz-text); margin-top: 8px; }
@media (max-width: 560px) { .nz-calc__grid { grid-template-columns: 1fr; } }
/* capital-value uplift inside the Example aside */
.nz-example__uplift { display: flex; align-items: stretch; justify-content: center; gap: 10px; margin-top: 8px; }
.nz-example__up { flex: 1; text-align: center; background: var(--nz-bg-alt); border: 1px solid var(--nz-line); border-radius: 10px; padding: 12px 8px; display: flex; flex-direction: column; justify-content: center; }
.nz-example__up--after { background: var(--nz-navy); border-color: var(--nz-navy); }
.nz-example__up .t { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--nz-muted); }
.nz-example__up--after .t { color: var(--nz-gold); }
.nz-example__up b { font-family: 'Poppins',sans-serif; font-size: 22px; color: var(--nz-ink); line-height: 1.25; }
.nz-example__up--after b { color: #fff; }
.nz-example__up small { font-size: 10.5px; color: var(--nz-muted); }
.nz-example__up--after small { color: rgba(255,255,255,.72); }
.nz-example__uplift > i { align-self: center; color: var(--nz-gold-2); font-size: 18px; }
.nz-example__note { font-size: 10.5px; color: var(--nz-muted); margin-top: 10px; line-height: 1.5; }

/* ----- projects stats strip ----- */
.nz-pstats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nz-pstat { text-align: center; padding: 14px 10px; }
.nz-pstat__icon {
  width: 62px; height: 62px; margin: 0 auto 14px; border-radius: 50%;
  background: rgba(201,162,60,.12); color: var(--nz-gold-2);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.nz-pstat__label { font-family: 'Poppins',sans-serif; font-weight: 500; font-size: 14px; color: var(--nz-ink); line-height: 1.4; }
.nz-pstat__label b { font-weight: 700; }

/* ----- FAQ accordion (native <details>) ----- */
.nz-assess { display: grid; grid-template-columns: 1.5fr 1fr; gap: 46px; align-items: start; }
.nz-faq__item { border: 1px solid var(--nz-line); border-radius: 10px; margin-bottom: 14px; background: var(--nz-bg-alt); overflow: hidden; }
.nz-faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 22px; cursor: pointer; list-style: none;
  font-family: 'Poppins',sans-serif; font-weight: 500; font-size: 15.5px; color: var(--nz-ink);
}
.nz-faq__q::-webkit-details-marker { display: none; }
.nz-faq__ic {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: #fff;
  border: 1px solid var(--nz-line); display: flex; align-items: center; justify-content: center;
  color: var(--nz-gold-2); font-size: 14px; transition: all .3s var(--nz-ease);
}
.nz-faq__item[open] .nz-faq__ic { background: var(--nz-gold); color: #fff; transform: rotate(45deg); }
.nz-faq__a { padding: 0 22px 20px; color: var(--nz-text); font-size: 14.5px; line-height: 1.7; }

/* ----- assessment example box ----- */
.nz-example { border: 1px solid var(--nz-line); border-radius: 16px; padding: 28px 26px; background: #fff; box-shadow: var(--nz-shadow-sm); }
.nz-example__head { text-align: center; font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--nz-gold-2); margin-bottom: 24px; }
.nz-example__block + .nz-example__block { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--nz-line); }
.nz-example__label { font-size: 13px; color: var(--nz-muted); }
.nz-example__big { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 22px; color: var(--nz-ink); margin: 2px 0 14px; }
.nz-example__big span { color: var(--nz-gold-2); }
.nz-plan { width: 100%; height: auto; display: block; }

/* ----- contact ----- */
.nz-contact { display: grid; grid-template-columns: .85fr 1.25fr; gap: 46px; align-items: start; }
.nz-contact__title { font-size: 32px; color: var(--nz-ink); margin-bottom: 12px; }
.nz-contact__sub { color: var(--nz-text); font-size: 15.5px; margin-bottom: 30px; }
.nz-cinfo li { display: flex; gap: 15px; margin-bottom: 22px; }
.nz-cinfo .ic { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: rgba(201,162,60,.12); color: var(--nz-gold-2); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.nz-cinfo b { display: block; font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 15px; color: var(--nz-ink); margin-bottom: 3px; }
.nz-cinfo span, .nz-cinfo a { font-size: 14px; color: var(--nz-text); line-height: 1.5; }
.nz-cinfo a:hover { color: var(--nz-gold-2); }
.nz-contact__social { display: flex; gap: 11px; margin-top: 8px; }
.nz-contact__social a { width: 42px; height: 42px; border-radius: 50%; background: var(--nz-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: all .25s var(--nz-ease); }
.nz-contact__social a:hover { background: var(--nz-gold); color: var(--nz-navy); transform: translateY(-3px); }
.nz-map { border-radius: 14px; overflow: hidden; border: 1px solid var(--nz-line); box-shadow: var(--nz-shadow-sm); }
.nz-map iframe { width: 100%; height: 300px; border: 0; display: block; filter: grayscale(.2); }
.nz-form { background: #fff; border: 1px solid var(--nz-line); border-radius: 16px; padding: 30px; margin-top: 24px; box-shadow: var(--nz-shadow-sm); }
.nz-form h3 { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 20px; color: var(--nz-ink); margin-bottom: 20px; }
.nz-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nz-field { margin-bottom: 16px; }
.nz-field label { display: block; font-family: 'Poppins',sans-serif; font-weight: 500; font-size: 12.5px; color: var(--nz-ink); margin-bottom: 6px; letter-spacing: .3px; }
.nz-field input, .nz-field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--nz-line); border-radius: 8px; font-family: inherit; font-size: 14px; color: var(--nz-ink); background: var(--nz-bg-alt); transition: border-color .2s, background .2s; }
.nz-field input:focus, .nz-field textarea:focus { outline: none; border-color: var(--nz-gold); background: #fff; }
.nz-field textarea { min-height: 118px; resize: vertical; }
.nz-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nz-alert { padding: 13px 16px; border-radius: 8px; margin-bottom: 18px; font-size: 14px; }
.nz-alert--ok { background: #e7f6ec; color: #1c7a43; border: 1px solid #bfe6cd; }
.nz-alert--err { background: #fdecec; color: #b3261e; border: 1px solid #f5c6c3; }

@media (max-width: 1024px) {
  .nz-pstats { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .nz-assess { grid-template-columns: 1fr; gap: 34px; }
  .nz-contact { grid-template-columns: 1fr; gap: 30px; }
  .nz-pstats { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }
}
@media (max-width: 720px) {
  .nz-contact__title { font-size: 26px; }
  .nz-form { padding: 22px; }
  .nz-form__row { grid-template-columns: 1fr; gap: 0; }
  .nz-pstats { grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   ITERATION 2 — logo, service photos, process arrows, hero video,
   About photos, View-All-Services, project detail
   ========================================================================== */

/* ----- logo image ----- */
.nz .nz-logo__img { height: 52px; width: auto; max-width: none; display: block; }
.nz .nz-logo--footer .nz-logo__img { height: 76px; }
/* White plate so the blue logo stays readable on dark/hero headers and the navy footer */
.nz .nz-logo__img { background: #fff; padding: 6px 12px; border-radius: 9px; box-shadow: 0 2px 10px rgba(9,17,30,.14); }
.nz .nz-logo--footer .nz-logo__img { padding: 8px 14px; }

/* testimonials without the video card (3 across) */
.nz-testi-grid--3 { grid-template-columns: 0.85fr 1.2fr 1.2fr; }
@media (max-width: 1024px) { .nz-testi-grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px)  { .nz-testi-grid--3 { grid-template-columns: 1fr; } }

/* ----- homepage services as PHOTO cards (override icon row) ----- */
.nz-services-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nz-service {
  background: #fff; border: 1px solid var(--nz-line); border-radius: 14px;
  padding: 0; overflow: hidden; text-align: left; box-shadow: var(--nz-shadow-sm);
}
.nz-service:hover { transform: translateY(-6px); box-shadow: var(--nz-shadow); }
.nz-service__photo { aspect-ratio: 16/10; overflow: hidden; background: var(--nz-navy-2); }
.nz-service__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--nz-ease); }
.nz-service:hover .nz-service__photo img { transform: scale(1.07); }
/* Whole-image service tiles (site plan, before/after) on a navy backdrop */
.nz .nz-service__photo--ba { background: var(--nz-navy); }
.nz .nz-service__photo--ba img { object-fit: contain; }
.nz-service:hover .nz-service__photo--ba img { transform: none; }
.nz-service__name { display: block; padding: 16px 18px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; color: var(--nz-ink); border-left: 3px solid var(--nz-gold); }

/* ----- process step arrows ----- */
.nz-step:not(:last-child)::after {
  content: ""; position: absolute; top: 20px; right: -5px; width: 11px; height: 11px;
  border: solid var(--nz-gold); border-width: 0 2.5px 2.5px 0; transform: rotate(-45deg);
  background: var(--nz-bg-alt); z-index: 2;
}

/* ----- hero founder-video placeholder ----- */
.nz-hero__video { display: inline-flex; align-items: center; gap: 15px; margin-top: 30px; cursor: pointer; background: none; border: 0; padding: 0; }
.nz-hero__play {
  width: 58px; height: 58px; flex: 0 0 58px; border-radius: 50%; background: var(--nz-gold); color: var(--nz-navy);
  display: flex; align-items: center; justify-content: center; font-size: 18px; padding-left: 3px;
  animation: nzpulse 2.2s infinite; transition: transform .25s var(--nz-ease);
}
.nz-hero__video:hover .nz-hero__play { transform: scale(1.08); }
.nz-hero__vtext { text-align: left; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; }
.nz-hero__vtext small { display: block; color: var(--nz-white-70); font-size: 12.5px; font-weight: 400; letter-spacing: .3px; }
@keyframes nzpulse { 0% { box-shadow: 0 0 0 0 rgba(201,162,60,.55); } 70% { box-shadow: 0 0 0 18px rgba(201,162,60,0); } 100% { box-shadow: 0 0 0 0 rgba(201,162,60,0); } }

/* video modal (placeholder) */
.nz-modal { position: fixed; inset: 0; background: rgba(9,17,30,.82); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 24px; }
.nz-modal.is-open { display: flex; }
.nz-modal__box { background: #fff; border-radius: 16px; max-width: 520px; width: 100%; padding: 40px 34px; text-align: center; position: relative; }
.nz-modal__close { position: absolute; top: 14px; right: 16px; background: none; border: 0; font-size: 22px; color: var(--nz-muted); cursor: pointer; }
.nz-modal__icon { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; background: rgba(201,162,60,.14); color: var(--nz-gold-2); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.nz-modal__box h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 21px; color: var(--nz-ink); margin-bottom: 10px; }
.nz-modal__box p { color: var(--nz-text); font-size: 15px; margin: 0; }

/* ----- About: values + experience + story photos ----- */
.nz-photo-circle {
  width: 92px; height: 92px; margin: 0 auto 18px; border-radius: 50%; overflow: hidden;
  border: 3px solid #fff; box-shadow: 0 0 0 1px var(--nz-line), var(--nz-shadow-sm); background: var(--nz-navy-2);
}
.nz-photo-circle img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--nz-ease); }
.nz-vex { display: grid; gap: 20px; }
.nz-vex--4 { grid-template-columns: repeat(4, 1fr); }
.nz-vex--5 { grid-template-columns: repeat(5, 1fr); }
.nz-vex__item { text-align: center; }
.nz-vex__item:hover .nz-photo-circle img { transform: scale(1.08); }
.nz-vex__label { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px; color: var(--nz-ink); letter-spacing: .3px; }
.nz-tl__photo { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; overflow: hidden; border: 3px solid var(--nz-gold); box-shadow: 0 0 0 5px var(--nz-bg-alt); }
.nz-tl__photo img { width: 100%; height: 100%; object-fit: cover; }
.nz-timeline--photos::before { top: 32px; }
/* About rework: larger value/experience circles + supporting descriptions */
.nz-vex .nz-photo-circle { width: 116px; height: 116px; }
.nz-vex__desc { font-size: 12.5px; color: var(--nz-text); margin-top: 7px; line-height: 1.55; max-width: 210px; margin-left: auto; margin-right: auto; }
.nz-tl__desc { font-size: 12px; color: var(--nz-muted); margin-top: 6px; line-height: 1.5; max-width: 190px; margin-left: auto; margin-right: auto; }
.nz-fcard__big--sm { font-size: 16px; line-height: 1.22; }
.nz-scards.nz-scards--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 820px) { .nz-scards.nz-scards--3 { grid-template-columns: 1fr; } }
/* About: smaller/cleaner LinkedIn button */
.nz .nz-leader__linked { margin-top: 14px; padding: 7px 13px; font-size: 12px; border-radius: 6px; }

/* ----- View All Services page ----- */
.nz-svc-group + .nz-svc-group { margin-top: 66px; }
.nz-svc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.nz-svc-item { display: flex; gap: 20px; background: #fff; border: 1px solid var(--nz-line); border-radius: 14px; padding: 24px; box-shadow: var(--nz-shadow-sm); transition: all .3s var(--nz-ease); }
.nz-svc-item:hover { transform: translateY(-4px); box-shadow: var(--nz-shadow); }
.nz-svc-item__ic { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 12px; background: rgba(201,162,60,.12); color: var(--nz-gold-2); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.nz-svc-item__t { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 17px; color: var(--nz-ink); margin-bottom: 6px; }
.nz-svc-item__d { font-size: 14px; color: var(--nz-text); line-height: 1.6; }

/* ----- Project detail page ----- */
.nz-pd { display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: start; }
.nz-pd__main { border-radius: 16px; overflow: hidden; box-shadow: var(--nz-shadow); background: var(--nz-navy-2); aspect-ratio: 16/10; }
.nz-pd__main img { width: 100%; height: 100%; object-fit: cover; }
/* Before/After composite as main image: show it in full at natural height */
.nz .nz-pd__main--ba { aspect-ratio: auto; background: var(--nz-navy); }
.nz .nz-pd__main--ba img { height: auto; object-fit: contain; display: block; }
.nz-pd__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.nz-pd__thumbs img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; cursor: pointer; border: 2px solid transparent; transition: border-color .2s; }
.nz-pd__thumbs img:hover, .nz-pd__thumbs img.is-active { border-color: var(--nz-gold); }
.nz-pd__tag { display: inline-block; background: rgba(201,162,60,.14); color: var(--nz-gold-2); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .5px; text-transform: uppercase; padding: 6px 14px; border-radius: 40px; margin-bottom: 16px; }
.nz-pd__title { font-size: 30px; color: var(--nz-ink); margin-bottom: 8px; }
.nz-pd__loc { color: var(--nz-muted); font-size: 15px; margin-bottom: 22px; }
.nz-pd__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 24px; }
.nz-pd__fact { background: var(--nz-bg-alt); border-radius: 10px; padding: 16px; }
.nz-pd__fact b { display: block; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: var(--nz-gold-2); }
.nz-pd__fact span { font-size: 12.5px; color: var(--nz-muted); text-transform: uppercase; letter-spacing: .4px; }
/* Project detail: structured info box */
.nz-pd__box { border: 1px solid var(--nz-line); border-radius: 12px; overflow: hidden; margin: 6px 0 26px; box-shadow: var(--nz-shadow-sm); }
.nz-pd__row { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 13px 18px; border-bottom: 1px solid var(--nz-line); font-size: 14px; }
.nz-pd__row:last-child { border-bottom: 0; }
.nz-pd__row:nth-child(even) { background: var(--nz-bg-alt); }
.nz-pd__k { color: var(--nz-muted); font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: .4px; white-space: nowrap; }
.nz-pd__v { color: var(--nz-ink); font-weight: 500; text-align: right; }
.nz-pd__row--status .nz-pd__v { color: #1b7e4b; font-weight: 700; }
.nz-pd__desc { color: var(--nz-text); font-size: 15px; line-height: 1.8; margin-bottom: 26px; }
.nz-pd__desc ul, .nz-pd__desc ol { margin: 0 0 1rem; padding-left: 20px; }
.nz-pd__desc li { margin-bottom: 8px; }
.nz-pd__desc li::marker { color: var(--nz-gold); }
.nz-pd__desc p { margin: 0 0 1rem; }

@media (max-width: 900px) {
  .nz-services-grid { grid-template-columns: repeat(2, 1fr); }
  .nz-vex--4, .nz-vex--5 { grid-template-columns: repeat(3, 1fr); gap: 26px 12px; }
  .nz-svc-list { grid-template-columns: 1fr; }
  .nz-pd { grid-template-columns: 1fr; gap: 28px; }
  .nz-step:not(:last-child)::after { display: none; }
}
@media (max-width: 720px) {
  .nz-services-grid { grid-template-columns: 1fr 1fr; }
  .nz-vex--4, .nz-vex--5 { grid-template-columns: repeat(2, 1fr); }
  .nz-hero__video { margin-top: 22px; }
}

/* ==========================================================================
   ITERATION 3 — icons -> photos everywhere, founder avatar, subdivision value
   ========================================================================== */

/* Why Choose: photo circle instead of icon (reuse .nz-photo-circle) */
.nz-why .nz-photo-circle { margin-bottom: 16px; }

/* feature strip icon -> photo */
.nz-fstrip__icon.is-photo { padding: 0; overflow: hidden; background: var(--nz-navy-2); }
.nz-fstrip__icon.is-photo img { width: 100%; height: 100%; object-fit: cover; }

/* view-all-services item icon -> photo */
.nz-svc-item__ic.is-photo { padding: 0; overflow: hidden; background: var(--nz-navy-2); }
.nz-svc-item__ic.is-photo img { width: 100%; height: 100%; object-fit: cover; }

/* leader credential cards: small photo instead of icon */
.nz-fcard__photo { width: 50px; height: 50px; margin: 0 auto 10px; border-radius: 50%; overflow: hidden; border: 1px solid var(--nz-line); box-shadow: var(--nz-shadow-sm); }
.nz-fcard__photo img { width: 100%; height: 100%; object-fit: cover; }

/* founder video placeholder with Paul's photo */
.nz-hero__vwrap { position: relative; flex: 0 0 60px; width: 60px; height: 60px; }
.nz-hero__vwrap > img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.45); }
.nz-hero__vwrap .nz-hero__play { position: absolute; right: -6px; bottom: -6px; width: 30px; height: 30px; flex: none; font-size: 11px; padding-left: 2px; }

/* subdivision value (before/after) */
.nz-uplift { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: stretch; margin-top: 8px; }
.nz-uplift__card { background: #fff; border: 1px solid var(--nz-line); border-radius: 16px; padding: 30px 26px; text-align: center; box-shadow: var(--nz-shadow-sm); }
.nz-uplift__card--after { background: var(--nz-navy); border-color: var(--nz-navy); }
.nz-uplift__tag { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--nz-muted); }
.nz-uplift__card--after .nz-uplift__tag { color: var(--nz-gold); }
.nz-uplift__num { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 40px; color: var(--nz-ink); line-height: 1.1; margin: 10px 0 4px; }
.nz-uplift__card--after .nz-uplift__num { color: #fff; }
.nz-uplift__sub { font-size: 14px; color: var(--nz-text); }
.nz-uplift__card--after .nz-uplift__sub { color: var(--nz-white-70); }
.nz-uplift__arrow { display: flex; align-items: center; justify-content: center; color: var(--nz-gold); font-size: 26px; }
.nz-uplift__note { text-align: center; margin-top: 22px; font-size: 13px; color: var(--nz-muted); }
@media (max-width: 720px) {
  .nz-uplift { grid-template-columns: 1fr; gap: 14px; }
  .nz-uplift__arrow { transform: rotate(90deg); }
}
