/* Mini Solar NZ — fresh design, no tile spam */

:root {
  --ink: #2a0704;
  --muted: #7a4a35;
  --forest: #b11226;
  --forest-2: #e5383b;
  --cream: #fff0b8;
  --paper: #fff8df;
  --line: rgba(42, 7, 4, .16);
  --line-dark: rgba(255, 248, 223, .24);
  --gold: #ffbf00;
  --gold-soft: #ffe082;
  --orange: #ff6d00;
  --aqua: #ffd166;
  --sky: #d62828;
  --blue: #5a0002;
  --clay: #c1121f;
  --white: #ffffff;
  --shadow: 0 26px 90px rgba(90, 0, 2, .18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 5%, rgba(255, 191, 0, .46), transparent 30rem),
    radial-gradient(circle at 90% 8%, rgba(255, 109, 0, .32), transparent 34rem),
    radial-gradient(circle at 78% 72%, rgba(214, 40, 40, .18), transparent 34rem),
    var(--cream);
  color: var(--ink);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  padding: 8px 12px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 183, 3, .28), transparent 22rem),
    linear-gradient(135deg, var(--blue), var(--forest));
  color: var(--paper);
  border-radius: 8px;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(255, 253, 242, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: -.04em;
  font-size: 20px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 24%, var(--gold) 0 7px, transparent 8px),
    linear-gradient(135deg, var(--blue), var(--sky));
}

.nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 680;
  color: #5a2518;
}

.nav a:hover {
  color: var(--sky);
}

.menu {
  display: none;
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  padding: 8px 13px;
  color: var(--forest);
  font-weight: 800;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 22px 54px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 54px;
  align-items: center;
}

.eyebrow,
.section-label {
  margin: 0 0 15px;
  color: var(--sky);
  font-size: 13px;
  font-weight: 860;
  letter-spacing: .11em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
  margin: 0;
}

h1 {
  font-size: clamp(58px, 8vw, 108px);
  max-width: 760px;
}

h2 {
  font-size: clamp(38px, 5.6vw, 72px);
}

.lead {
  margin: 24px 0 0;
  color: #5a2518;
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.34;
  max-width: 660px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 830;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.button.primary {
  background: linear-gradient(135deg, #d62828, #ff6d00 55%, #ffbf00);
  color: #2a0704;
  box-shadow: 0 16px 38px rgba(251, 133, 0, .28);
}

.button.secondary {
  background: #ffffff;
  border-color: rgba(90, 0, 2, .18);
  color: var(--blue);
}

.launch-note {
  margin: 18px 0 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(90, 0, 2, .18);
  background: linear-gradient(135deg, #fffdf2, #dff6ff);
  border: 1px solid rgba(90, 0, 2, .10);
}

.solar-scene {
  width: 100%;
  height: auto;
  display: block;
}

.proof-strip {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(90, 0, 2, .16);
  border-bottom: 1px solid rgba(90, 0, 2, .16);
}

.proof-strip div {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  display: block;
  font-size: 22px;
  letter-spacing: -.04em;
}

.proof-strip span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 76px 22px;
}

.kit-section,
.savings-section,
.reserve-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 58px;
  align-items: start;
}

.section-copy p:not(.section-label),
.editorial p {
  margin: 20px 0 0;
  color: #5a2518;
  font-size: 18px;
  max-width: 700px;
}

.kit-detail {
  border-top: 1px solid var(--line);
}

.price-block {
  padding: 0 0 30px;
  border-bottom: 1px solid var(--line);
}

.price-block span,
.price-block small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.price-block strong {
  display: block;
  margin-top: 5px;
  font-size: clamp(58px, 8vw, 92px);
  line-height: .9;
  letter-spacing: -.075em;
}

.specs {
  margin: 0;
}

.specs div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.specs dt {
  color: var(--sky);
  font-weight: 850;
}

.specs dd {
  margin: 0;
  color: #5a2518;
}

.no-box {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 58px;
}

.line-list {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.line-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.line-list span {
  color: var(--sky);
  font-weight: 850;
}

.line-list p {
  margin: 0;
}

.calculator {
  background: linear-gradient(180deg, #fffef7, #fff8df);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #6d321f;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(17,21,19,.18);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(251, 133, 0, .18);
}

.results {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.results div {
  padding: 18px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.results div:nth-child(2),
.results div:nth-child(4) {
  border-right: 0;
}

.results div:nth-child(3),
.results div:nth-child(4) {
  border-bottom: 0;
}

.results span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 5px;
}

.results strong {
  display: block;
  font-size: 25px;
  letter-spacing: -.04em;
}

.calc-note,
.form-note,
.form-message {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.status-section {
  padding: 82px 22px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 183, 3, .28), transparent 22rem),
    linear-gradient(135deg, var(--blue), var(--forest));
  color: var(--paper);
}

.status-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 58px;
}

.status-section .section-label {
  color: var(--gold-soft);
}

.status-section h2 {
  color: var(--paper);
}

.status-section p {
  color: rgba(255,250,242,.72);
  font-size: 18px;
}

.status-list {
  border-top: 1px solid var(--line-dark);
}

.status-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-dark);
}

.status-list span {
  color: var(--gold-soft);
  font-weight: 850;
}

.status-list p {
  margin: 0;
}

.faq-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 58px;
}

.faq {
  border-top: 1px solid var(--line);
}

details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 850;
  font-size: 18px;
}

details p {
  color: var(--muted);
  max-width: 760px;
  margin: 12px 0 0;
}

.reserve-section {
  border-top: 1px solid var(--line);
}

.reserve-copy p {
  color: #5a2518;
  font-size: 18px;
}

.reserve-form {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 183, 3, .28), transparent 22rem),
    linear-gradient(135deg, var(--blue), var(--forest));
  color: var(--paper);
  border-radius: 34px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.reserve-form label {
  color: rgba(255,250,242,.78);
}

.reserve-form input,
.reserve-form select,
.reserve-form textarea {
  background: rgba(255,255,255,.96);
  border-color: transparent;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.full {
  grid-column: 1 / -1;
}

.reserve-form .button {
  width: 100%;
  margin-top: 16px;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #241100;
}

.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.footer div {
  display: grid;
  gap: 4px;
}

.footer strong {
  color: var(--ink);
}

.footer a:hover {
  color: var(--forest);
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu {
    display: inline-flex;
  }

  .nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    padding: 8px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
  }

  .nav a:hover {
    background: rgba(36,89,67,.08);
  }

  .hero,
  .kit-section,
  .no-box,
  .savings-section,
  .status-inner,
  .faq-section,
  .reserve-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 52px;
  }

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

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    font-size: 19px;
  }

  .hero,
  .section,
  .status-section,
  .proof-strip,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: clamp(52px, 16vw, 74px);
  }

  .lead {
    font-size: 19px;
  }

  .hero {
    gap: 34px;
  }

  .hero-visual {
    border-radius: 28px;
  }

  .proof-strip,
  .fields,
  .results,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div,
  .results div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child,
  .results div:last-child {
    border-bottom: 0;
  }

  .specs div,
  .line-list div,
  .status-list div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .calculator,
  .reserve-form {
    padding: 22px;
    border-radius: 26px;
  }

  .full {
    grid-column: auto;
  }

  .footer {
    flex-direction: column;
  }
}


/* Pop-colour refinements */
h1,
h2 {
  color: var(--blue);
}

.hero h1 {
  color: var(--ink);
}

.lead {
  color: #4a0b05;
}

.price-block strong,
.results strong,
.proof-strip strong {
  color: var(--blue);
}

.specs dt,
.line-list span,
.status-list span {
  color: var(--orange);
}

.calculator {
  border: 1px solid rgba(251, 133, 0, .18);
}

.status-section {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

.reserve-form {
  background:
    radial-gradient(circle at 92% 6%, rgba(255, 191, 0, .34), transparent 16rem),
    linear-gradient(135deg, #5a0002, #b11226);
}

.footer strong {
  color: var(--blue);
}


/* Yellow/red-only palette override */
body {
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 191, 0, .50), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(255, 109, 0, .36), transparent 34rem),
    radial-gradient(circle at 72% 82%, rgba(214, 40, 40, .18), transparent 32rem),
    #fff0b8;
}

.brand-mark {
  background:
    radial-gradient(circle at 70% 24%, #ffbf00 0 7px, transparent 8px),
    linear-gradient(135deg, #5a0002, #d62828);
}

.eyebrow,
.section-label {
  color: #d62828;
}

.nav a:hover,
.footer a:hover {
  color: #c1121f;
}

.button.primary,
.reserve-form .button {
  background: linear-gradient(135deg, #c1121f, #ff6d00 58%, #ffbf00);
  color: #2a0704;
}

.button.secondary {
  color: #5a0002;
  border-color: rgba(90, 0, 2, .18);
}

.hero-visual,
.calculator {
  border-color: rgba(193, 18, 31, .18);
}

.price-block strong,
.results strong,
.proof-strip strong,
h1,
h2 {
  color: #5a0002;
}

.specs dt,
.line-list span,
.status-list span {
  color: #ff6d00;
}

.status-section,
.reserve-form {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 191, 0, .32), transparent 22rem),
    linear-gradient(135deg, #5a0002, #b11226);
}

input:focus,
select:focus,
textarea:focus {
  border-color: #ff6d00;
  box-shadow: 0 0 0 4px rgba(255, 109, 0, .18);
}


/* Website-copy fix: readable NZ status section, no memo-style dark block */
.status-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 191, 0, .46), transparent 24rem),
    radial-gradient(circle at 96% 10%, rgba(255, 109, 0, .20), transparent 26rem),
    #fff8df !important;
  color: #2a0704 !important;
  border-top: 1px solid rgba(90, 0, 2, .14);
  border-bottom: 1px solid rgba(90, 0, 2, .14);
}

.status-section h2,
.status-section p,
.status-section .section-label {
  color: #2a0704 !important;
}

.status-section .section-label {
  color: #d62828 !important;
}

.status-list {
  border-top: 1px solid rgba(90, 0, 2, .18) !important;
}

.status-list div {
  border-bottom: 1px solid rgba(90, 0, 2, .18) !important;
}

.status-list span {
  color: #c1121f !important;
}

.status-list p {
  color: #5a2518 !important;
}

/* Remove overly heavy memo-block feeling elsewhere */
.reserve-form {
  background:
    radial-gradient(circle at 96% 4%, rgba(255, 191, 0, .42), transparent 16rem),
    linear-gradient(135deg, #5a0002, #b11226) !important;
}

.faq summary {
  color: #5a0002;
}

.faq details p {
  color: #5a2518;
}
