/* Operation Laser Kiwi campaign page - 1:1 port of the React component styles
   from rewiring-webflow/src/components/NzMadeEnergy (uid-scoped CSS flattened
   to static class names). Palette: dark green #143a1e, neon #4bf03c, deep teal
   #1a3c3c, gold #f5b731, cream #FFFCF0. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Rubik', system-ui, sans-serif; }
.olk-page { font-family: 'Rubik', system-ui, sans-serif; }

/* ============ HERO (nzmh) ============ */
.nzmh-wrap {
  position: relative;
  width: 100%;
  min-height: 88vh;
  overflow: hidden;
  background: #143a1e;
  display: flex;
  align-items: center;
  font-family: 'Rubik', sans-serif;
}
.nzmh-bg {
  position: absolute; inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
}
.nzmh-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,26,12,0.86) 0%, rgba(8,26,12,0.55) 42%, rgba(8,26,12,0.08) 75%, rgba(8,26,12,0.25) 100%),
    linear-gradient(180deg, rgba(8,26,12,0.35) 0%, transparent 30%, transparent 70%, rgba(8,26,12,0.55) 100%);
  pointer-events: none;
}
.nzmh-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 45%, #4bf03c14 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 80%, #4bf03c0d 0%, transparent 70%);
  pointer-events: none;
}
.nzmh-inner {
  position: relative; z-index: 2;
  max-width: 1180px; margin: 0 auto;
  padding: 96px 32px 72px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}
.nzmh-copy { max-width: 640px; }
.nzmh-copy .nzmh-tagline { text-shadow: 0 1px 10px rgba(8,26,12,0.8); }
.nzmh-eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #143a1e;
  background: #4bf03c;
  padding: 8px 18px;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  margin-bottom: 24px;
}
.nzmh-heading {
  font-size: clamp(2.6rem, 6.4vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  /* Solid dark-green fill with a bright outline reads far better over the
     busy hero art than the old hollow neon outline. */
  color: #17691f;
  -webkit-text-stroke: 2.5px #4bf03c;
  paint-order: stroke fill;
  text-shadow: 0 0 22px #4bf03c59;
  margin: 0 0 8px;
}
.nzmh-heading-solid {
  display: block;
  color: #4bf03c;
  -webkit-text-stroke: 0;
  text-shadow: 0 0 30px #4bf03c73;
}
.nzmh-tagline {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
  color: rgba(255, 252, 240, 0.88);
  max-width: 520px;
  margin: 20px 0 32px;
}
.nzmh-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.nzmh-cta {
  display: inline-block;
  font-size: 15px; font-weight: 700;
  padding: 15px 38px; text-decoration: none;
  background: #f5b731; color: #1a3c3c;
  border: 3px solid #f5b731;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  transition: background 0.3s, color 0.3s;
}
.nzmh-cta:hover { background: transparent; color: #f5b731; }
.nzmh-cta2 {
  display: inline-block;
  font-size: 15px; font-weight: 700;
  padding: 15px 38px; text-decoration: none;
  background: transparent; color: #4bf03c;
  border: 3px solid #4bf03c;
  border-radius: 15px 225px 15px 255px / 255px 15px 225px 15px;
  transition: background 0.3s, color 0.3s;
}
.nzmh-cta2:hover { background: #4bf03c; color: #143a1e; }
@media (max-width: 820px) {
  .nzmh-inner { grid-template-columns: 1fr; padding: 72px 24px 56px; text-align: center; }
  .nzmh-tagline { margin-left: auto; margin-right: auto; }
  .nzmh-ctas { justify-content: center; }
}

/* ============ ABOUT (nzab) ============ */
.nzab-wrap {
  background: #143a1e;
  padding: 96px 32px;
  font-family: 'Rubik', sans-serif;
}
.nzab-inner { max-width: 1100px; margin: 0 auto; }
.nzab-eyebrow {
  display: block; text-align: center;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #4bf03c;
  margin-bottom: 14px;
}
.nzab-heading {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 800; color: #FFFCF0;
  margin: 0 auto 26px; text-align: center;
  max-width: 760px; line-height: 1.15;
}
.nzab-intro {
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  color: rgba(255,252,240,0.85);
  line-height: 1.75;
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}
.nzab-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin: 48px 0 0;
}
.nzab-card {
  background: rgba(255,252,240,0.06);
  border: 2px solid #4bf03c55;
  border-radius: 8px 22px 8px 22px;
  padding: 26px 24px;
}
.nzab-cardnum {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  font-weight: 900; font-size: 0.95rem;
  color: #143a1e; background: #4bf03c;
  border-radius: 50% 42% 55% 45%;
  margin-bottom: 14px;
}
.nzab-cardtitle {
  font-size: 1.15rem; font-weight: 800; color: #4bf03c;
  margin: 0 0 10px;
}
.nzab-cardtext {
  font-size: 0.93rem; color: rgba(255,252,240,0.8);
  line-height: 1.65; margin: 0;
}
@media (max-width: 640px) {
  .nzab-wrap { padding: 72px 24px; }
}

/* ============ ASKS (nzak) ============ */
.nzak-wrap {
  background: #FFFCF0;
  padding: 96px 32px;
  font-family: 'Rubik', sans-serif;
}
.nzak-inner { max-width: 1100px; margin: 0 auto; }
.nzak-eyebrow {
  display: block; text-align: center;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #a87c12;
  margin-bottom: 14px;
}
.nzak-heading {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 auto 26px; text-align: center;
  max-width: 760px; line-height: 1.15;
}
.nzak-intro {
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  color: #5c7a78;
  line-height: 1.75;
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}
.nzak-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 48px 0 0;
  align-items: start;
}
.nzak-card {
  background: #ffffff;
  border: 3px dashed #1a3c3c;
  border-radius: 8px 22px 8px 22px;
  padding: 26px 24px;
}
.nzak-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  font-weight: 900; font-size: 1.05rem;
  color: #1a3c3c;
  background: #f5b731;
  border-radius: 50% 42% 55% 45%;
  margin-bottom: 14px;
}
.nzak-cardtitle {
  font-size: 1.15rem; font-weight: 700; color: #1a3c3c;
  margin: 0 0 10px;
}
.nzak-cardtext {
  font-size: 0.94rem; color: #5c7a78;
  line-height: 1.65; margin: 0;
}
.nzak-electrons {
  margin-top: 56px;
  background: #143a1e;
  border-radius: 22px 8px 22px 8px;
  padding: 40px clamp(24px, 4vw, 48px) 44px;
  text-align: center;
}
.nzak-electrons-h {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  font-weight: 800; color: #4bf03c;
  margin: 0 0 22px;
}
.nzak-chips {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px;
}
.nzak-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.92rem; font-weight: 700;
  color: #FFFCF0;
  background: rgba(255,252,240,0.06);
  border: 2px solid #4bf03c55;
  border-radius: 999px;
  padding: 10px 20px;
}
.nzak-chip::before {
  content: "\2713";
  font-weight: 900;
  color: #4bf03c;
}
@media (max-width: 640px) {
  .nzak-wrap { padding: 72px 24px; }
}

/* ============ VERTICAL VIDEOS (nzvv) ============ */
.nzvv-wrap {
  background: #143a1e;
  padding: 96px 32px;
  font-family: 'Rubik', sans-serif;
}
.nzvv-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.nzvv-eyebrow {
  display: block;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #4bf03c;
  margin-bottom: 14px;
}
.nzvv-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #FFFCF0;
  margin: 0 0 10px;
}
.nzvv-sub {
  font-size: 1.05rem; color: rgba(255,252,240,0.8);
  max-width: 620px; margin: 0 auto 48px; line-height: 1.6;
}
.nzvv-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 28px;
}
.nzvv-item { width: min(720px, 100%); }
.nzvv-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0d2413;
  border: 2px solid #4bf03c55;
  border-radius: 8px 22px 8px 22px;
  overflow: hidden;
}
.nzvv-frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; display: block;
}
.nzvv-label {
  font-size: 0.92rem; font-weight: 600;
  color: rgba(255,252,240,0.85);
  margin: 12px 0 0;
}
@media (max-width: 640px) {
  .nzvv-wrap { padding: 72px 24px; }
}

/* ============ THERMOMETER (nzmt) ============ */
.nzmt-wrap {
  background: #FFFCF0;
  padding: 88px 32px 72px;
  font-family: 'Rubik', sans-serif;
}
.nzmt-inner { max-width: 980px; margin: 0 auto; }
.nzmt-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 10px; text-align: center;
}
.nzmt-sub {
  font-size: 1.05rem; color: #5c7a78; text-align: center;
  max-width: 620px; margin: 0 auto 24px; line-height: 1.6;
}
.nzmt-raised { text-align: center; margin-bottom: 110px; }
.nzmt-raised-num {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900; color: #1a3c3c;
  font-variant-numeric: tabular-nums;
}
.nzmt-raised-lbl {
  font-size: 0.85rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #5c7a78;
}
.nzmt-trackwrap { position: relative; }
.nzmt-track {
  position: relative;
  height: 64px;
  background: #ffffff;
  border: 4px solid #1a3c3c;
  border-radius: 255px 20px 225px 20px / 30px 225px 30px 255px;
  overflow: hidden;
}
.nzmt-fill {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: 0%;
  overflow: hidden;
  background: repeating-linear-gradient(
    -45deg, #4bf03c, #4bf03c 20px, #3ed432 20px, #3ed432 40px
  );
  transition: width 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  animation: nzmt-stripes 0.8s linear infinite,
             nzmt-glow 2.2s ease-in-out infinite;
}
@keyframes nzmt-stripes {
  to { background-position: 56.6px 0; }
}
@keyframes nzmt-glow {
  0%, 100% { box-shadow: 0 0 10px #4bf03c66, inset 0 0 6px rgba(255,255,255,0.25); }
  50% { box-shadow: 0 0 26px #4bf03ccc, inset 0 0 12px rgba(255,255,255,0.45); }
}
.nzmt-fill::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,0.5) 50%, transparent 80%);
  transform: translateX(-100%);
  animation: nzmt-shimmer 2.6s ease-in-out infinite;
}
@keyframes nzmt-shimmer {
  0% { transform: translateX(-100%); }
  55%, 100% { transform: translateX(100%); }
}
.nzmt-kiwi {
  position: absolute;
  left: 0%;
  bottom: 44px;
  transform: translateX(-50%);
  width: clamp(72px, 9vw, 108px);
  z-index: 3;
  transition: left 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.nzmt-kiwi img {
  width: 100%; display: block;
  filter: drop-shadow(0 0 12px #4bf03c88) drop-shadow(0 6px 10px rgba(26,60,60,0.3));
  animation: nzmt-hop 1.1s ease-in-out infinite;
}
@keyframes nzmt-hop {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  30% { transform: translateY(-9px) rotate(2deg); }
  60% { transform: translateY(-2px) rotate(-1deg); }
}
.nzmt-marks {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}
.nzmt-mark {
  position: relative;
  text-align: right;
  padding: 0 6px 0 12px;
}
.nzmt-mark::before {
  content: '';
  position: absolute; right: 0; top: -82px;
  width: 4px; height: 56px;
  background: #1a3c3c;
  opacity: 0.35;
}
.nzmt-mark-hit::before {
  background: #f5b731; opacity: 1;
  box-shadow: 0 0 10px #f5b731aa;
}
.nzmt-mark-amt {
  display: inline-block;
  font-weight: 800; font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  color: #1a3c3c;
}
.nzmt-mark-hit .nzmt-mark-amt {
  animation: nzmt-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.7s backwards;
}
@keyframes nzmt-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.35) rotate(-3deg); }
  100% { transform: scale(1); }
}
.nzmt-mark-lbl {
  display: block;
  font-size: clamp(0.72rem, 1.3vw, 0.85rem);
  color: #5c7a78; line-height: 1.4; margin-top: 4px;
}
.nzmt-mark-hit .nzmt-mark-amt::after {
  content: ' \2713';
  color: #3ed432;
}
@media (max-width: 640px) {
  .nzmt-wrap { padding: 64px 20px 56px; }
  .nzmt-mark-lbl { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .nzmt-fill, .nzmt-fill::after, .nzmt-kiwi img,
  .nzmt-mark-hit .nzmt-mark-amt { animation: none; }
}

/* ============ DONATE (nzmd) ============ */
.nzmd-wrap {
  background: #1a3c3c;
  padding: 88px 32px 96px;
  font-family: 'Rubik', sans-serif;
}
.nzmd-inner { max-width: 820px; margin: 0 auto; }
.nzmd-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #FFFCF0;
  margin: 0 0 10px; text-align: center;
}
.nzmd-sub {
  font-size: 1.05rem; color: rgba(255,252,240,0.75); text-align: center;
  max-width: 620px; margin: 0 auto 40px; line-height: 1.6;
}
.nzmd-card {
  background: #FFFCF0;
  border: 3px solid #4bf03c;
  border-radius: 22px 8px 22px 8px;
  padding: 30px clamp(20px, 4vw, 40px) 36px;
  box-shadow: 0 0 40px #4bf03c2e;
}
.nzmd-freq { display: flex; justify-content: center; margin-bottom: 26px; }
.nzmd-freqbtn {
  font-family: 'Rubik', sans-serif; font-size: 0.9rem; font-weight: 700;
  padding: 10px 26px; cursor: pointer;
  background: #fff; color: #1a3c3c;
  border: 3px solid #1a3c3c;
}
.nzmd-freqbtn:first-child { border-radius: 255px 0 0 255px / 60px 0 0 60px; border-right-width: 1.5px; }
.nzmd-freqbtn:last-child { border-radius: 0 255px 255px 0 / 0 60px 60px 0; border-left-width: 1.5px; }
.nzmd-freqon { background: #1a3c3c; color: #4bf03c; }
.nzmd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.nzmd-pill {
  font-family: 'Rubik', sans-serif;
  background: #ffffff;
  border: 3px solid #1a3c3c44;
  border-radius: 16px 6px 16px 6px;
  padding: 14px 10px 12px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s, border-color 0.2s, background 0.2s;
}
.nzmd-pill:hover { transform: translateY(-3px) rotate(-0.5deg); border-color: #1a3c3c; }
.nzmd-pillamt { display: block; font-size: 1.35rem; font-weight: 900; color: #1a3c3c; }
.nzmd-pilllbl { display: block; font-size: 0.72rem; font-weight: 600; color: #5c7a78; margin-top: 3px; line-height: 1.3; }
.nzmd-pillon {
  background: #1a3c3c; border-color: #1a3c3c;
  box-shadow: 0 6px 18px rgba(26,60,60,0.35);
}
.nzmd-pillon .nzmd-pillamt { color: #4bf03c; }
.nzmd-pillon .nzmd-pilllbl { color: rgba(255,252,240,0.75); }
.nzmd-customrow {
  display: flex; align-items: center; gap: 10px;
  border: 3px dashed #1a3c3c55;
  border-radius: 16px 6px 16px 6px;
  background: #fff;
  padding: 0 0 0 16px;
  margin-bottom: 24px;
}
.nzmd-customrow:focus-within { border-style: solid; border-color: #1a3c3c; }
.nzmd-customrow span { font-weight: 800; color: #5c7a78; font-size: 1.1rem; }
.nzmd-customrow input {
  font-family: 'Rubik', sans-serif; font-size: 1rem; font-weight: 600;
  flex: 1; border: 0; outline: none; background: transparent;
  padding: 15px 14px 15px 0; color: #1a3c3c;
}
.nzmd-cta {
  display: block; width: 100%;
  font-family: 'Rubik', sans-serif; font-size: 1.1rem; font-weight: 800;
  padding: 17px 20px; cursor: pointer;
  background: #f5b731; color: #1a3c3c;
  border: 3px solid #f5b731;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  transition: background 0.3s, color 0.3s, transform 0.15s;
}
.nzmd-cta:hover { transform: scale(1.02); }
.nzmd-cta:disabled { opacity: 0.5; cursor: not-allowed; }
.nzmd-note {
  text-align: center; font-size: 0.78rem; color: #5c7a78;
  margin: 14px 0 0;
}
.nzmd-back {
  font-family: 'Rubik', sans-serif; font-size: 0.85rem; font-weight: 700;
  background: none; border: 0; cursor: pointer;
  color: #1a3c3c; text-decoration: underline;
  margin-bottom: 14px; padding: 0;
}
.nzmd-iframe {
  width: 100%; border: 0; border-radius: 12px;
  background: #fff;
  height: 760px;
}
@media (max-width: 640px) {
  .nzmd-wrap { padding: 64px 16px 72px; }
  .nzmd-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============ DONOR WALL (nzdw) ============ */
.nzmd-offerrow { text-align: center; margin: 26px 0 0; }
.nzmd-offerlink {
  display: inline-block;
  font-size: 15px; font-weight: 700;
  padding: 13px 30px; text-decoration: none;
  background: transparent; color: #f5b731;
  border: 3px solid #f5b731;
  border-radius: 15px 225px 15px 255px / 255px 15px 225px 15px;
  transition: background 0.3s, color 0.3s;
}
.nzmd-offerlink:hover { background: #f5b731; color: #1a3c3c; }
.nzdw-wrap {
  background: #FFFCF0;
  padding: 88px 32px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}
.nzdw-inner { max-width: 1100px; margin: 0 auto; }
.nzdw-eyebrow {
  display: block;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #a87c12;
  margin-bottom: 14px;
}
.nzdw-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 10px;
}
.nzdw-sub {
  font-size: 1.05rem; color: #5c7a78;
  max-width: 620px; margin: 0 auto 40px; line-height: 1.6;
}
.nzdw-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px;
  text-align: left;
}
.nzdw-card {
  background: #ffffff;
  border: 2px dashed #1a3c3c;
  border-radius: 8px 18px 8px 18px;
  padding: 14px 18px;
  max-width: 320px;
}
.nzdw-card-plain { padding: 10px 18px; }
.nzdw-name {
  font-size: 0.95rem; font-weight: 800; color: #1a3c3c;
}
.nzdw-msg {
  font-size: 0.9rem; color: #5c7a78;
  line-height: 1.55; margin: 6px 0 0;
}
.nzdw-empty {
  font-size: 0.95rem; font-weight: 600; color: #8a7a4a;
  margin: 0;
}
@media (max-width: 640px) {
  .nzdw-wrap { padding: 64px 24px; }
}

/* ============ MERCH (nzmr) ============ */
.nzmr-wrap {
  background: #ffffff;
  padding: 88px 32px 96px;
  font-family: 'Rubik', sans-serif;
}
.nzmr-inner { max-width: 1180px; margin: 0 auto; }
.nzmr-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 10px; text-align: center;
}
.nzmr-sub {
  font-size: 1.05rem; color: #5c7a78; text-align: center;
  max-width: 620px; margin: 0 auto 14px; line-height: 1.6;
}
.nzmr-demonote {
  display: block; text-align: center;
  font-size: 0.82rem; font-weight: 600; color: #8a7a4a;
  margin: 0 auto 48px;
}
.nzmr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
/* Preorder cards are <button>s - neutralise browser button styling. */
button.nzmr-card {
  width: 100%;
  padding: 0;
  text-align: left;
  font-family: 'Rubik', sans-serif;
  cursor: pointer;
}
.nzmr-preorder-note {
  text-align: center;
  font-size: 0.85rem; font-weight: 600; color: #8a7a4a;
  margin: 36px auto 0;
  max-width: 620px;
}
.nzmr-modal {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(20, 40, 30, 0.72);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
/* display:flex would defeat the hidden attribute - keep it authoritative. */
.nzmr-modal[hidden] { display: none !important; }
.nzmr-modal-card {
  background: #FFFCF0;
  border: 3px solid #1a3c3c;
  border-radius: 22px 8px 22px 8px;
  width: min(560px, 100%);
  max-height: 92vh;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.nzmr-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 2px dashed #1a3c3c33;
}
.nzmr-modal-title {
  font-size: 1.05rem; font-weight: 800; color: #1a3c3c; margin: 0;
}
.nzmr-modal-close {
  font-size: 1.6rem; line-height: 1;
  border: 0; background: none; color: #1a3c3c;
  cursor: pointer; padding: 2px 8px;
}
.nzmr-modal-iframe {
  border: 0; width: 100%; flex: 1;
  min-height: min(560px, 62vh);
  background: #ffffff;
}
.nzmr-modal-note {
  font-size: 0.78rem; font-weight: 600; color: #8a7a4a;
  margin: 0; padding: 12px 20px 16px;
}
.nzmr-card {
  display: block;
  background: #ffffff;
  border: 3px solid #1a3c3c;
  border-radius: 22px 8px 22px 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.nzmr-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: 0 18px 40px rgba(26,60,60,0.18);
}
.nzmr-imgwrap {
  background: #FFFCF0;
  border-bottom: 3px dashed #1a3c3c33;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.nzmr-imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nzmr-body { padding: 20px 20px 24px; }
.nzmr-price {
  display: inline-block;
  font-size: 0.95rem; font-weight: 900; color: #1a3c3c;
  background: #f5b731;
  padding: 5px 14px;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  margin-bottom: 12px;
}
.nzmr-title {
  font-size: 1.05rem; font-weight: 700; color: #1a3c3c;
  margin: 0 0 8px; line-height: 1.35;
}
.nzmr-hint { font-size: 0.82rem; font-weight: 700; color: #5c7a78; }
.nzmr-card-live .nzmr-hint { color: #1a3c3c; }
@media (max-width: 640px) {
  .nzmr-wrap { padding: 64px 20px 72px; }
  .nzmr-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* ============ STRETCH GOALS (nztg) ============ */
.nztg-wrap {
  background: #FFFCF0;
  padding: 40px 32px 96px;
  font-family: 'Rubik', sans-serif;
}
.nztg-inner { max-width: 1180px; margin: 0 auto; }
.nztg-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 10px; text-align: center;
}
.nztg-sub {
  font-size: 1.05rem; color: #5c7a78; text-align: center;
  max-width: 640px; margin: 0 auto 52px; line-height: 1.6;
}
.nztg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 26px;
}
.nztg-card {
  background: #ffffff;
  border: 3px solid #1a3c3c;
  border-radius: 22px 8px 22px 8px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.nztg-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: 0 18px 40px rgba(26,60,60,0.18);
}
.nztg-card-hit { border-color: #3ed432; }
.nztg-imgwrap {
  background: #FFFCF0;
  border-bottom: 3px dashed #1a3c3c33;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.nztg-imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nztg-body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.nztg-badge {
  display: inline-block; align-self: flex-start;
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #1a3c3c;
  background: #f5b731;
  padding: 5px 14px;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  margin-bottom: 14px;
}
.nztg-badge-hit { background: #4bf03c; }
.nztg-amount {
  font-size: 1.9rem; font-weight: 900; color: #1a3c3c;
  line-height: 1; margin-bottom: 6px;
}
.nztg-title {
  font-size: 1.12rem; font-weight: 700; color: #1a3c3c;
  margin: 0 0 10px;
}
.nztg-text {
  font-size: 0.92rem; color: #5c7a78; line-height: 1.65; margin: 0;
}
@media (max-width: 640px) {
  .nztg-wrap { padding: 24px 20px 72px; }
}

/* ============ SOLAR (nzsl) ============ */
.nzsl-wrap {
  background: #ffffff;
  padding: 96px 32px;
  font-family: 'Rubik', sans-serif;
}
.nzsl-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.nzsl-imgwrap {
  background: #FFFCF0;
  border: 3px solid #1a3c3c;
  border-radius: 22px 8px 22px 8px;
  overflow: hidden;
}
.nzsl-imgwrap img { width: 100%; display: block; }
.nzsl-eyebrow {
  display: block;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #d99a06;
  margin-bottom: 12px;
}
.nzsl-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 16px; line-height: 1.15;
}
.nzsl-intro {
  font-size: 1.05rem; color: #5c7a78;
  line-height: 1.7; margin: 0 0 26px;
}
.nzsl-chips { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.nzsl-chip {
  display: flex; align-items: center; gap: 14px;
  background: #FFFCF0;
  border: 2px dashed #1a3c3c55;
  border-radius: 12px 4px 12px 4px;
  padding: 12px 16px;
}
.nzsl-chip-raised {
  flex-shrink: 0;
  font-size: 0.95rem; font-weight: 900; color: #1a3c3c;
  background: #f5b731;
  padding: 6px 14px;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  white-space: nowrap;
}
.nzsl-chip-solar { font-size: 0.9rem; color: #5c7a78; line-height: 1.45; }
.nzsl-cta {
  display: inline-block;
  font-size: 15px; font-weight: 700;
  padding: 14px 36px; text-decoration: none;
  background: #1a3c3c; color: #FFFCF0;
  border: 3px solid #1a3c3c;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  transition: background 0.3s, color 0.3s;
}
.nzsl-cta:hover { background: transparent; color: #1a3c3c; }
@media (max-width: 820px) {
  .nzsl-wrap { padding: 72px 24px; }
  .nzsl-inner { grid-template-columns: 1fr; }
  .nzsl-imgwrap { max-width: 420px; margin: 0 auto; }
}

/* ============ AUCTIONS (nzau) ============ */
.nzau-wrap {
  background: #f7efd4;
  padding: 96px 32px;
  font-family: 'Rubik', sans-serif;
}
.nzau-inner { max-width: 1180px; margin: 0 auto; }
.nzau-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 10px; text-align: center;
}
.nzau-sub {
  font-size: 1.05rem; color: #5c7a78; text-align: center;
  max-width: 640px; margin: 0 auto 14px; line-height: 1.6;
}
.nzau-demonote {
  display: block; text-align: center;
  font-size: 0.82rem; font-weight: 600; color: #8a7a4a;
  margin: 0 auto 48px;
}
.nzau-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: start;
}
@media (min-width: 700px) {
  .nzau-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .nzau-grid { grid-template-columns: repeat(3, 1fr); }
}
.nzau-card {
  background: #ffffff;
  border: 3px solid #1a3c3c;
  border-radius: 8px 22px 8px 22px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.nzau-imgwrap {
  position: relative;
  background: #FFFCF0;
  aspect-ratio: 1 / 1;
  border-bottom: 3px dashed #1a3c3c33;
  overflow: hidden;
}
.nzau-imgwrap img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.nzau-closes {
  position: absolute; top: 12px; left: 12px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: #1a3c3c;
  padding: 5px 12px;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
}
.nzau-body { padding: 20px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.nzau-title { font-size: 1.08rem; font-weight: 700; color: #1a3c3c; margin: 0 0 8px; }
.nzau-desc { font-size: 0.88rem; color: #5c7a78; line-height: 1.6; margin: 0 0 16px; }
.nzau-bidrow {
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: 12px 14px;
  background: #FFFCF0;
  border: 2px solid #1a3c3c22;
  border-radius: 12px 4px 12px 4px;
  margin-bottom: 12px;
}
.nzau-bidlabel {
  display: block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: #5c7a78;
}
.nzau-bidamount { font-size: 1.5rem; font-weight: 900; color: #1a3c3c; line-height: 1.1; }
.nzau-bidcount { font-size: 0.8rem; font-weight: 600; color: #5c7a78; }
.nzau-won {
  font-size: 0.85rem; font-weight: 600; color: #14611f;
  background: #4bf03c33;
  border: 2px solid #3ed432;
  border-radius: 10px 4px 10px 4px;
  padding: 10px 12px; margin-bottom: 12px; line-height: 1.5;
}
.nzau-form { display: flex; flex-direction: column; gap: 10px; }
.nzau-input {
  font-family: 'Rubik', sans-serif; font-size: 0.92rem;
  padding: 11px 14px;
  border: 2px solid #1a3c3c55; border-radius: 10px;
  outline: none; width: 100%; box-sizing: border-box;
  background: #fff; color: #1a3c3c;
}
.nzau-input:focus { border-color: #1a3c3c; }
.nzau-bidline { display: flex; gap: 10px; }
.nzau-bidfield {
  flex: 1; display: flex; align-items: center;
  border: 2px solid #1a3c3c55; border-radius: 10px;
  background: #fff; padding: 0 0 0 12px;
}
.nzau-bidfield:focus-within { border-color: #1a3c3c; }
.nzau-bidfield span { font-weight: 700; color: #5c7a78; }
.nzau-bidfield input {
  font-family: 'Rubik', sans-serif; font-size: 0.92rem;
  border: 0; outline: none; width: 100%;
  padding: 11px 10px 11px 6px; border-radius: 10px;
  color: #1a3c3c; background: transparent;
}
.nzau-btn {
  font-family: 'Rubik', sans-serif; font-size: 0.9rem; font-weight: 700;
  padding: 11px 22px; cursor: pointer;
  background: #f5b731; color: #1a3c3c;
  border: 3px solid #f5b731;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
}
.nzau-btn:hover { background: transparent; color: #a87c12; }
.nzau-terms {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.78rem; color: #5c7a78; line-height: 1.5;
  cursor: pointer;
}
.nzau-terms input { margin-top: 2px; accent-color: #1a3c3c; }
.nzau-terms a { color: #1a3c3c; font-weight: 600; }
.nzau-error {
  font-size: 0.82rem; font-weight: 600; color: #b3261e;
  background: #fdecea; border-radius: 8px; padding: 8px 12px;
}
.nzau-hp { display: none !important; }
.nzau-noreserve {
  display: inline-block;
  font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: #14611f;
  background: #4bf03c33;
  border: 1px solid #3ed432;
  border-radius: 999px;
  padding: 3px 10px;
  margin-left: 8px;
  vertical-align: 2px;
}
.nzau-closednote {
  font-size: 0.85rem; font-weight: 600; color: #1a3c3c;
  background: #1a3c3c14;
  border: 2px dashed #1a3c3c55;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 4px;
}
.nzau-closednote strong { color: #14611f; }
@media (max-width: 640px) {
  .nzau-wrap { padding: 72px 20px; }
}

/* ============ SUPPORT (nzsc) ============ */
.nzsc-wrap {
  background: #FFFCF0;
  padding: 96px 32px;
  font-family: 'Rubik', sans-serif;
}
.nzsc-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.nzsc-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 10px;
}
.nzsc-sub {
  font-size: 1.05rem; color: #5c7a78;
  max-width: 620px; margin: 0 auto 48px; line-height: 1.6;
}
.nzsc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
  text-align: left;
  align-items: start;
}
.nzsc-card {
  display: block;
  background: #ffffff;
  border: 3px dashed #1a3c3c;
  border-radius: 8px 22px 8px 22px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s, border-style 0.3s, box-shadow 0.3s;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  text-align: left;
}
.nzsc-cardimg {
  position: relative;
  aspect-ratio: 2 / 1;
  background: #FFFCF0;
  border-bottom: 2px dashed #1a3c3c33;
}
.nzsc-cardimg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.nzsc-cardbody { padding: 22px 24px 26px; }
.nzsc-card:hover {
  transform: translateY(-4px); border-style: solid;
  box-shadow: 0 14px 30px rgba(26,60,60,0.14);
}
.nzsc-cardon { border-style: solid; border-color: #3ed432; }
.nzsc-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  font-weight: 900; font-size: 1.05rem;
  color: #1a3c3c;
  background: #f5b731;
  border-radius: 50% 42% 55% 45%;
  margin-bottom: 14px;
}
.nzsc-card-title {
  font-size: 1.15rem; font-weight: 700; color: #1a3c3c;
  margin: 0 0 10px;
}
.nzsc-card-text {
  font-size: 0.94rem; color: #5c7a78; line-height: 1.65; margin: 0 0 14px;
}
.nzsc-card-hint { font-size: 0.85rem; font-weight: 700; color: #1a3c3c; }
.nzsc-form {
  background: #ffffff;
  border: 3px solid #1a3c3c;
  border-radius: 22px 8px 22px 8px;
  padding: 30px clamp(20px, 4vw, 40px) 34px;
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: left;
}
.nzsc-form-h {
  font-size: 1.35rem; font-weight: 800; color: #1a3c3c;
  margin: 0 0 4px;
}
.nzsc-form-demo {
  font-size: 0.78rem; font-weight: 600; color: #8a7a4a;
  margin: 0 0 20px;
}
.nzsc-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nzsc-field { margin-bottom: 12px; }
.nzsc-label {
  display: block;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #5c7a78; margin-bottom: 5px;
}
.nzsc-input, .nzsc-area {
  font-family: 'Rubik', sans-serif; font-size: 0.95rem;
  width: 100%; box-sizing: border-box;
  padding: 12px 14px;
  border: 2px solid #1a3c3c55; border-radius: 10px;
  outline: none; background: #fff; color: #1a3c3c;
}
.nzsc-input:focus, .nzsc-area:focus { border-color: #1a3c3c; }
.nzsc-area { min-height: 96px; resize: vertical; }
.nzsc-check {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.85rem; color: #5c7a78; line-height: 1.5;
  margin: 6px 0 18px; cursor: pointer;
}
.nzsc-check input { margin-top: 3px; accent-color: #1a3c3c; }
.nzsc-error {
  font-size: 0.85rem; font-weight: 600; color: #b3261e;
  background: #fdecea; border-radius: 8px; padding: 9px 12px;
  margin-bottom: 14px;
}
.nzsc-success {
  font-size: 1rem; font-weight: 600; color: #14611f;
  background: #4bf03c30;
  border: 2px solid #3ed432;
  border-radius: 12px 4px 12px 4px;
  padding: 18px 20px; line-height: 1.6;
}
.nzsc-submit {
  display: block; width: 100%;
  font-family: 'Rubik', sans-serif; font-size: 1rem; font-weight: 800;
  padding: 15px 20px; cursor: pointer;
  background: #f5b731; color: #1a3c3c;
  border: 3px solid #f5b731;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  transition: background 0.3s, color 0.3s;
}
.nzsc-submit:hover { background: transparent; color: #a87c12; }
.nzsc-match {
  display: inline-block;
  font-size: 0.95rem; font-weight: 600;
  color: #1a3c3c;
  background: #f7efd4;
  border: 2px solid #f5b731;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  padding: 12px 26px;
  margin-bottom: 36px;
  line-height: 1.5;
}
.nzsc-cta {
  display: inline-block;
  font-size: 16px; font-weight: 700;
  padding: 17px 46px; text-decoration: none;
  background: #1a3c3c; color: #FFFCF0;
  border: 3px solid #1a3c3c;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  transition: background 0.3s, color 0.3s;
}
.nzsc-cta:hover { background: transparent; color: #1a3c3c; }
@media (max-width: 640px) {
  .nzsc-wrap { padding: 72px 24px; }
  .nzsc-row2 { grid-template-columns: 1fr; }
}

/* ============================================================
   LASER EYES GALLERY (nzgy-) - user photo + story wall
   ============================================================ */
.nzgy-wrap {
  background: #FFFCF0;
  padding: 96px 32px;
  font-family: 'Rubik', sans-serif;
}
.nzgy-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.nzgy-eyebrow {
  display: block;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #14611f;
  margin-bottom: 14px;
}
.nzgy-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #1a3c3c;
  margin: 0 0 10px;
}
.nzgy-sub {
  font-size: 1.05rem; color: #5c7a78;
  max-width: 640px; margin: 0 auto 48px; line-height: 1.6;
}
.nzgy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 26px;
  margin-bottom: 56px;
  text-align: left;
}
.nzgy-card {
  margin: 0;
  background: #fff;
  border: 2px solid #1a3c3c22;
  border-radius: 8px;
  padding: 12px 12px 16px;
  box-shadow: 0 6px 18px rgba(26, 60, 60, 0.08);
  transform: rotate(-0.6deg);
}
.nzgy-card:nth-child(even) { transform: rotate(0.6deg); }
.nzgy-card:hover { transform: rotate(0deg); }
.nzgy-imgwrap {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  background: #143a1e;
  margin-bottom: 12px;
}
.nzgy-imgwrap img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.nzgy-story {
  font-size: 0.94rem; color: #1a3c3c;
  line-height: 1.55; margin: 0 4px 10px;
}
.nzgy-name {
  display: block;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: #14611f;
  margin: 0 4px;
}
.nzgy-empty {
  font-size: 1rem; color: #5c7a78; font-style: italic;
  margin: 0 0 48px;
}

/* Share form */
.nzgy-form {
  background: #143a1e;
  border-radius: 22px 8px 22px 8px;
  padding: 36px 28px;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
.nzgy-form-h {
  font-size: 1.3rem; font-weight: 800;
  color: #4bf03c;
  margin: 0 0 8px;
}
.nzgy-form-note {
  font-size: 0.88rem; color: rgba(255, 252, 240, 0.75);
  line-height: 1.55;
  margin: 0 0 22px;
}
.nzgy-success {
  background: #4bf03c22;
  border: 2px solid #4bf03c;
  border-radius: 10px;
  color: #FFFCF0;
  font-weight: 600; font-size: 0.95rem; line-height: 1.5;
  padding: 14px 16px;
  margin-bottom: 18px;
}
.nzgy-drop {
  display: block;
  border: 3px dashed #4bf03c88;
  border-radius: 12px;
  background: #0d2413;
  padding: 22px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 16px;
}
.nzgy-drop:hover, .nzgy-drop:focus-within { border-color: #4bf03c; }
.nzgy-drop input[type="file"] {
  position: absolute; width: 1px; height: 1px;
  opacity: 0; overflow: hidden;
}
.nzgy-drop-big {
  display: block;
  font-size: 1rem; font-weight: 700; color: #FFFCF0;
}
.nzgy-drop-hint {
  display: block;
  font-size: 0.82rem; color: rgba(255, 252, 240, 0.6);
  margin-top: 4px;
}
.nzgy-preview {
  max-width: 100%; max-height: 260px;
  border-radius: 8px;
  margin: 0 auto; display: block;
}
.nzgy-row2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.nzgy-field { margin-bottom: 14px; }
.nzgy-label {
  display: block;
  font-size: 0.82rem; font-weight: 700;
  color: #FFFCF0;
  margin-bottom: 5px;
}
.nzgy-label-hint { font-weight: 400; color: rgba(255, 252, 240, 0.6); }
.nzgy-input, .nzgy-area {
  font-family: 'Rubik', sans-serif; font-size: 0.92rem;
  padding: 11px 14px;
  border: 2px solid transparent; border-radius: 10px;
  background: #fff; color: #1a3c3c;
  outline: none; width: 100%; box-sizing: border-box;
}
.nzgy-input:focus, .nzgy-area:focus { border-color: #4bf03c; }
.nzgy-area { min-height: 110px; resize: vertical; }
.nzgy-hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.nzgy-error {
  background: #ff313122;
  border: 2px solid #ff3131aa;
  border-radius: 10px;
  color: #ffd7d7;
  font-size: 0.88rem; font-weight: 600;
  padding: 10px 14px;
  margin-bottom: 14px;
}
.nzgy-submit {
  font-family: 'Rubik', sans-serif; font-size: 0.95rem; font-weight: 700;
  padding: 13px 26px; cursor: pointer;
  background: #f5b731; color: #1a3c3c;
  border: 3px solid #f5b731;
  border-radius: 999px;
}
.nzgy-submit:hover { background: #ffc94d; border-color: #ffc94d; }
.nzgy-submit:disabled { opacity: 0.6; cursor: default; }
@media (max-width: 560px) {
  .nzgy-wrap { padding: 72px 20px; }
  .nzgy-row2 { grid-template-columns: 1fr; }
}
.nzgy-preview[hidden], .nzgy-drop-idle[hidden] { display: none !important; }

/* Gallery: in-form laser-eyes editor */
.nzgy-editor { margin-bottom: 16px; }
.nzgy-canvas {
  display: block; width: 100%; height: auto;
  border-radius: 12px;
  touch-action: none; cursor: crosshair;
  background: #0d2413;
}
.nzgy-tools {
  margin-top: 10px;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 10px; justify-content: space-between;
}
.nzgy-tools-hint { font-size: 0.82rem; color: rgba(255, 252, 240, 0.7); }
.nzgy-tools-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nzgy-tool {
  font-family: 'Rubik', sans-serif; font-size: 0.8rem; font-weight: 600;
  padding: 7px 12px; border-radius: 999px;
  border: 2px solid rgba(255, 252, 240, 0.35);
  background: transparent; color: #FFFCF0; cursor: pointer;
}
.nzgy-tool:hover { border-color: #4bf03c; }
.nzgy-editor[hidden], .nzgy-drop[hidden] { display: none !important; }

/* Asks: audience sub-headings + section CTA */
.nzak-subhead {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 800; color: #14611f;
  text-align: center;
  margin: 52px 0 24px;
}
.nzak-grid + .nzak-subhead { margin-top: 56px; }
.nzak-ctarow { text-align: center; margin-top: 44px; }
.nzak-cta {
  display: inline-block;
  font-family: 'Rubik', sans-serif; font-size: 0.98rem; font-weight: 700;
  padding: 14px 28px;
  background: #f5b731; color: #1a3c3c;
  border: 3px solid #f5b731; border-radius: 999px;
  text-decoration: none;
}
.nzak-cta:hover { background: #ffc94d; border-color: #ffc94d; }

/* Asks: audience tabs */
.nzak-tabs {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
  margin-top: 44px;
}
.nzak-tab {
  font-family: 'Rubik', sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem); font-weight: 700;
  padding: 12px 26px; cursor: pointer;
  background: transparent; color: #1a3c3c;
  border: 3px solid #1a3c3c; border-radius: 999px;
}
.nzak-tab:hover { background: #1a3c3c14; }
.nzak-tabon, .nzak-tabon:hover { background: #143a1e; border-color: #143a1e; color: #4bf03c; }
.nzak-grid[hidden] { display: none !important; }

/* ============ MAIN NZ-MADE ENERGY PAGE CTA (nznc) ============ */
.nznc-wrap {
  background: #143a1e;
  padding: 88px 32px 96px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}
.nznc-inner { max-width: 760px; margin: 0 auto; }
.nznc-eyebrow {
  display: block;
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #4bf03c;
  margin-bottom: 14px;
}
.nznc-heading {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 800; color: #FFFCF0;
  margin: 0 0 14px; line-height: 1.15;
}
.nznc-sub {
  font-size: 1.05rem; color: rgba(255,252,240,0.8);
  line-height: 1.65;
  margin: 0 auto 32px;
  max-width: 620px;
}
.nznc-cta {
  display: inline-block;
  font-size: 15px; font-weight: 700;
  padding: 16px 42px; text-decoration: none;
  background: #f5b731; color: #1a3c3c;
  border: 3px solid #f5b731;
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  transition: background 0.3s, color 0.3s;
}
.nznc-cta:hover { background: transparent; color: #f5b731; }
@media (max-width: 640px) {
  .nznc-wrap { padding: 64px 24px 72px; }
}
